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

.global-loading {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 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 */
[class^=ant-]::-ms-clear,
[class*= ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class*= ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class*= ant-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: #0081ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #299bff;
}
a:active {
  color: #0065d9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: #c0c0c0;
  cursor: not-allowed;
}
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;
}
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: #666666;
  text-align: left;
  caption-side: bottom;
}
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: #0081ff;
}
::selection {
  color: #fff;
  background: #0081ff;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.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 > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.ant-fade-enter,
.ant-fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-fade-enter.ant-fade-enter-active,
.ant-fade-appear.ant-fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-fade-leave.ant-fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-fade-enter,
.ant-fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.ant-fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ant-move-up-enter,
.ant-move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-up-enter.ant-move-up-enter-active,
.ant-move-up-appear.ant-move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-move-up-leave.ant-move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-move-up-enter,
.ant-move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-down-enter,
.ant-move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-down-enter.ant-move-down-enter-active,
.ant-move-down-appear.ant-move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-move-down-leave.ant-move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-move-down-enter,
.ant-move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-left-enter,
.ant-move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-left-enter.ant-move-left-enter-active,
.ant-move-left-appear.ant-move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-move-left-leave.ant-move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-move-left-enter,
.ant-move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ant-move-right-enter,
.ant-move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-move-right-enter.ant-move-right-enter-active,
.ant-move-right-appear.ant-move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-move-right-leave.ant-move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-move-right-enter,
.ant-move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #0081ff;
  --scroll-bar: 0;
}
[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 #0081ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #0081ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #0081ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-up-enter.ant-slide-up-enter-active,
.ant-slide-up-appear.ant-slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-slide-up-leave.ant-slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-slide-up-enter,
.ant-slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-down-enter.ant-slide-down-enter-active,
.ant-slide-down-appear.ant-slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-slide-down-leave.ant-slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-slide-down-enter,
.ant-slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-left-enter.ant-slide-left-enter-active,
.ant-slide-left-appear.ant-slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-slide-left-leave.ant-slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-slide-left-enter,
.ant-slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-slide-right-enter.ant-slide-right-enter-active,
.ant-slide-right-appear.ant-slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-slide-right-leave.ant-slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-slide-right-enter,
.ant-slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ant-zoom-enter,
.ant-zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-enter.ant-zoom-enter-active,
.ant-zoom-appear.ant-zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-zoom-leave.ant-zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-enter,
.ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-enter-prepare,
.ant-zoom-appear-prepare {
  transform: none;
}
.ant-zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-big-enter.ant-zoom-big-enter-active,
.ant-zoom-big-appear.ant-zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-zoom-big-leave.ant-zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-enter,
.ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-enter-prepare,
.ant-zoom-big-appear-prepare {
  transform: none;
}
.ant-zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-big-fast-enter-prepare,
.ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.ant-zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-up-enter.ant-zoom-up-enter-active,
.ant-zoom-up-appear.ant-zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-zoom-up-leave.ant-zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-up-enter,
.ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-up-enter-prepare,
.ant-zoom-up-appear-prepare {
  transform: none;
}
.ant-zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-down-enter.ant-zoom-down-enter-active,
.ant-zoom-down-appear.ant-zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-zoom-down-leave.ant-zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-down-enter,
.ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-down-enter-prepare,
.ant-zoom-down-appear-prepare {
  transform: none;
}
.ant-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-left-enter.ant-zoom-left-enter-active,
.ant-zoom-left-appear.ant-zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-zoom-left-leave.ant-zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-left-enter,
.ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-left-enter-prepare,
.ant-zoom-left-appear-prepare {
  transform: none;
}
.ant-zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-zoom-right-enter.ant-zoom-right-enter-active,
.ant-zoom-right-appear.ant-zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-zoom-right-leave.ant-zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ant-zoom-right-enter,
.ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ant-zoom-right-enter-prepare,
.ant-zoom-right-appear-prepare {
  transform: none;
}
.ant-zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
@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.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s 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-btn {
  line-height: 1.5715;
  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;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #666666;
  border-color: #dcdcdc;
  background: #fff;
}
.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] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 36px;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 28px;
  padding: 3.6px 7px;
  font-size: 12px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentcolor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #299bff;
  border-color: #299bff;
  background: #fff;
}
.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 {
  color: #0065d9;
  border-color: #0065d9;
  background: #fff;
}
.ant-btn:active > a:only-child {
  color: currentcolor;
}
.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]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > 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 {
  text-decoration: none;
  background: #fff;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  border-color: #0081ff;
  background: #0081ff;
  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;
  border-color: #299bff;
  background: #299bff;
}
.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 {
  color: #fff;
  border-color: #0065d9;
  background: #0065d9;
}
.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.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]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > 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: #299bff;
  border-left-color: #299bff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #dcdcdc;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #299bff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dcdcdc;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #299bff;
}
.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: #dcdcdc;
}
.ant-btn-ghost {
  color: #333333;
  border-color: #dcdcdc;
  background: transparent;
}
.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: #299bff;
  border-color: #299bff;
  background: transparent;
}
.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 {
  color: #0065d9;
  border-color: #0065d9;
  background: transparent;
}
.ant-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.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]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > 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: #666666;
  border-color: #dcdcdc;
  background: #fff;
  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: #299bff;
  border-color: #299bff;
  background: #fff;
}
.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 {
  color: #0065d9;
  border-color: #0065d9;
  background: #fff;
}
.ant-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.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]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > 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;
  border-color: #ff855c;
  background: #ff855c;
  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;
  border-color: #ffa785;
  background: #ffa785;
}
.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 {
  color: #fff;
  border-color: #d96443;
  background: #d96443;
}
.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.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]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > 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: #0081ff;
  border-color: transparent;
  background: 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: #299bff;
  border-color: #299bff;
  background: transparent;
}
.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 {
  color: #0065d9;
  border-color: #0065d9;
  background: transparent;
}
.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.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]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > 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 {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: #c0c0c0;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > 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]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > 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-text {
  color: #333333;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #299bff;
  border-color: #299bff;
  background: transparent;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #0065d9;
  border-color: #0065d9;
  background: transparent;
}
.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #333333;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: #333333;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: #c0c0c0;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #ff855c;
  border-color: #ff855c;
  background: #fff;
}
.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ffa785;
  border-color: #ffa785;
  background: #fff;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #d96443;
  border-color: #d96443;
  background: #fff;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #ff855c;
  background: #ff855c;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  border-color: #ffa785;
  background: #ffa785;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d96443;
  background: #d96443;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff855c;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #299bff;
  border-color: #299bff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #0065d9;
  border-color: #0065d9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ffa785;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #d96443;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: #c0c0c0;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #ff855c;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #299bff;
  border-color: #299bff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #0065d9;
  border-color: #0065d9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ffa785;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #d96443;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: #c0c0c0;
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[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: 2.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -3px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 36px;
  height: 36px;
  padding: 4.4px 0;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 28px;
  height: 28px;
  padding: 2px 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
a.ant-btn-icon-only {
  vertical-align: -1px;
}
a.ant-btn-icon-only > .anticon {
  display: inline;
}
.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 36px;
  padding: 6px 18px;
  font-size: 14px;
  border-radius: 36px;
}
.ant-btn-round.ant-btn-sm {
  height: 28px;
  padding: 2px 14px;
  font-size: 14px;
  border-radius: 28px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 36px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 28px;
  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;
  cursor: default;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-btn-loading-icon {
  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);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  -webkit-animation: none;
          animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  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: 36px;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 0;
}
.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
  width: 36px;
  height: 36px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 28px;
  padding: 2px 7px;
  font-size: 14px;
  border-radius: 0;
}
.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: 28px;
  height: 28px;
  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-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 4px 4px 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 4px 0 0 4px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 4px 4px 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 4px 0 0 4px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ant-btn.ant-btn-background-ghost,
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:active,
.ant-btn.ant-btn-background-ghost:focus {
  background: transparent;
}
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:focus {
  color: #299bff;
  border-color: #299bff;
}
.ant-btn.ant-btn-background-ghost:active {
  color: #0065d9;
  border-color: #0065d9;
}
.ant-btn.ant-btn-background-ghost[disabled] {
  color: #c0c0c0;
  background: transparent;
  border-color: #dcdcdc;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #0081ff;
  border-color: #0081ff;
  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: #299bff;
  border-color: #299bff;
}
.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 {
  color: #0065d9;
  border-color: #0065d9;
}
.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 {
  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]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  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]:hover > 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 {
  color: currentcolor;
}
.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]:focus > 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: #ff855c;
  border-color: #ff855c;
  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: #ffa785;
  border-color: #ffa785;
}
.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 {
  color: #d96443;
  border-color: #d96443;
}
.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 {
  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]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  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]:hover > 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 {
  color: currentcolor;
}
.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]:focus > 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-dangerous {
  color: #ff855c;
  border-color: #ff855c;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ffa785;
  border-color: #ffa785;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d96443;
  border-color: #d96443;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[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-dangerous.ant-btn-link {
  color: #ff855c;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.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-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ffa785;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.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-dangerous.ant-btn-link:active {
  color: #d96443;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.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-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: #c0c0c0;
  border-color: #dcdcdc;
  background: #F0F0F0;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.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.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\A0';
}
a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 34px;
}
a.ant-btn-sm {
  line-height: 26px;
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #299bff;
  border-left-color: #dcdcdc;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #dcdcdc;
  border-left-color: #299bff;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow-content {
  --antd-arrow-background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: transparent;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.ant-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, var(--antd-arrow-background-color) 50%, var(--antd-arrow-background-color) 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
          clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -7.4462915px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) 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: -7.5862915px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.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: -7.6062915px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.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: -7.5862915px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}
.ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #ff5f32;
}
.ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #ff5f32;
}
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}
.ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}
.ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}
.ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #ffaa01;
}
.ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #ffaa01;
}
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}
.ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}
.ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #1dad7a;
}
.ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #1dad7a;
}
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #0081ff;
}
.ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #0081ff;
}
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}
.ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}
.ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}
.ant-tooltip-rtl {
  direction: rtl;
}
.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

.yqn-tooltip .ant-tooltip-inner {
  font-size: 12px;
  line-height: 17px;
  max-width: 268px;
  max-height: 400px;
  overflow: auto;
  padding: 8px;
  word-break: break-all;
  background: rgba(0, 0, 0, 0.9);
}

.yqn-button.ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border: 1px solid #dcdcdc;
  color: #666666;
  box-shadow: none;
}
.yqn-button.ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-button.ant-btn-lg {
  height: 40px;
}
.yqn-button.ant-btn:hover {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn:focus {
  color: #666666;
  border-color: #dcdcdc;
}
.yqn-button.ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button.ant-btn-primary,
.yqn-button.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-button.ant-btn-primary:hover {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary,
.yqn-button.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary:hover {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button.yqn-btn-danger:hover {
  color: #F95122;
  border-color: #ff5f32;
}
.yqn-button.yqn-btn-danger:focus {
  color: #666666;
  border-color: #dcdcdc;
}
.yqn-button.yqn-btn-danger:active {
  color: #e0491f;
  border-color: #e6562d;
}
.yqn-button.yqn-btn-danger.ant-btn-primary,
.yqn-button.yqn-btn-danger.ant-btn-primary:focus {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-button.yqn-btn-danger.ant-btn-primary:hover {
  color: #ffffff;
  background-color: #F95122;
  border-color: #ff5f32;
}
.yqn-button.yqn-btn-danger.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e0491f;
  border-color: #e6562d;
}
.yqn-button.ant-btn-link,
.yqn-button.ant-btn-link:focus {
  border: none;
  color: #0081ff;
}
.yqn-button.ant-btn-link:hover {
  color: #4da7ff;
}
.yqn-button.ant-btn-link:active {
  color: #0074e6;
}
.yqn-button.ant-btn-link.yqn-btn-danger,
.yqn-button.ant-btn-link.yqn-btn-danger:focus {
  color: #333333;
}
.yqn-button.ant-btn-link.yqn-btn-danger:hover {
  color: #fb8564;
}
.yqn-button.ant-btn-link.yqn-btn-danger:active {
  color: #e0491f;
}
.yqn-button.ant-btn[disabled],
.yqn-button.ant-btn-primary[disabled],
.yqn-button.yqn-btn-danger[disabled],
.yqn-button.ant-btn-background-ghost.ant-btn-primary[disabled],
.yqn-button.yqn-btn-danger.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3 !important;
}
.yqn-button.ant-btn.ant-btn-link[disabled],
.yqn-button.ant-btn-primary.ant-btn-link[disabled] {
  background: none !important;
  color: #9b9b9b;
}
.yqn-button .ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border: 1px solid #dcdcdc;
  color: #666666;
}
.yqn-button .ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-button .ant-btn-lg {
  height: 40px;
}
.yqn-button .ant-btn:hover {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn:focus {
  color: #666666;
  border-color: #dcdcdc;
}
.yqn-button .ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button .ant-btn-primary,
.yqn-button .ant-btn-primary:focus {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-button .ant-btn-primary:hover {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn-primary:hover.ant-btn-background-ghost {
  color: #4da7ff;
}
.yqn-button .ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-button .ant-btn-primary:active.ant-btn-background-ghost {
  color: #0074e6;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary,
.yqn-button .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary:hover {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button .yqn-btn-danger:hover {
  color: #F95122;
  border-color: #ff5f32;
}
.yqn-button .yqn-btn-danger:focus {
  color: #666666;
  border-color: #dcdcdc;
}
.yqn-button .yqn-btn-danger:active {
  color: #e0491f;
  border-color: #e6562d;
}
.yqn-button .yqn-btn-danger.ant-btn-primary,
.yqn-button .yqn-btn-danger.ant-btn-primary:focus {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-button .yqn-btn-danger.ant-btn-primary:hover {
  color: #ffffff;
  background-color: #F95122;
  border-color: #ff5f32;
}
.yqn-button .yqn-btn-danger.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e0491f;
  border-color: #e6562d;
}
.yqn-button .ant-btn-link,
.yqn-button .ant-btn-link:focus {
  border: none;
  color: #0081ff;
}
.yqn-button .ant-btn-link:hover {
  color: #4da7ff;
}
.yqn-button .ant-btn-link:active {
  color: #0074e6;
}
.yqn-button .ant-btn-link.yqn-btn-danger,
.yqn-button .ant-btn-link.yqn-btn-danger:focus {
  color: #333333;
}
.yqn-button .ant-btn-link.yqn-btn-danger:hover {
  color: #fb8564;
}
.yqn-button .ant-btn-link.yqn-btn-danger:active {
  color: #e0491f;
}
.yqn-button .ant-btn[disabled],
.yqn-button .ant-btn-primary[disabled],
.yqn-button .yqn-btn-danger[disabled],
.yqn-button .ant-btn-background-ghost.ant-btn-primary[disabled],
.yqn-button .yqn-btn-danger.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3;
}
.yqn-button .ant-btn.ant-btn-link[disabled],
.yqn-button .ant-btn-primaryant-btn-link[disabled] {
  background: none;
}
.yqn-button.yqn-link-no-padding.ant-btn-link {
  padding: 0;
  height: auto;
  line-height: 20px;
  white-space: normal;
  text-align: left;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.ant-btn-sm {
  line-height: 17px;
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #0081ff;
  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;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: #666666;
}
.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: #0081ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  -webkit-animation-name: antRotateRtl;
          animation-name: antRotateRtl;
}
@-webkit-keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}
@keyframes antRotateRtl {
  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-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: #666666;
  font-size: 12px;
}
.ant-breadcrumb .anticon {
  font-size: 12px;
}
.ant-breadcrumb a {
  color: #666666;
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #299bff;
}
.ant-breadcrumb > span:last-child {
  color: #333333;
}
.ant-breadcrumb > span:last-child a {
  color: #333333;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: #666666;
}
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}

/* 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-item-danger.ant-menu-item {
  color: #ff855c;
}
.ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-item-danger.ant-menu-item-active {
  color: #ff855c;
}
.ant-menu-item-danger.ant-menu-item:active {
  background: #fff6f0;
}
.ant-menu-item-danger.ant-menu-item-selected {
  color: #ff855c;
}
.ant-menu-item-danger.ant-menu-item-selected > a,
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff855c;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff6f0;
}
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff855c;
}
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff855c;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff855c;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #333333;
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ant-menu::before {
  display: table;
  content: '';
}
.ant-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #a3ddff;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-overflow {
  display: flex;
}
.ant-menu-overflow-item {
  flex: none;
}
.ant-menu-hidden,
.ant-menu-submenu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ant-menu-horizontal .ant-menu-submenu {
  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);
}
.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: #0081ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}
.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-title-content {
  transition: color 0.3s;
}
.ant-menu-item a {
  color: #333333;
}
.ant-menu-item a:hover {
  color: #0081ff;
}
.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: #333333;
}
.ant-menu-item > .ant-badge a:hover {
  color: #0081ff;
}
.ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 1px 0 0;
}
.ant-menu-item-divider-dashed {
  border-style: dashed;
}
.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: #0081ff;
}
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #0081ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #dcdcdc;
}
.ant-menu-vertical-right {
  border-left: 1px solid #dcdcdc;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.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-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .ant-menu-item-icon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  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), color 0.3s;
}
.ant-menu-item .ant-menu-item-icon + span,
.ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}
.ant-menu-item:focus-visible,
.ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #a3ddff;
}
.ant-menu > .ant-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  transform-origin: 0 0;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.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-popup > .ant-menu {
  background-color: #fff;
}
.ant-menu-submenu-expand-icon,
.ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: #333333;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  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), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #0081ff;
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}
.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(-2.5px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #0081ff;
}
.ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: none;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #0081ff;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #0081ff;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: #333333;
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #0081ff;
}
.ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #0081ff;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #0081ff;
  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: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 36px;
  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: 36px;
  line-height: 36px;
}
.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}
.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-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-menu-inline.ant-menu-root .ant-menu-item > *,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  flex: none;
}
.ant-menu.ant-menu-inline-collapsed {
  width: 48px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.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.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu.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-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  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: 36px;
  line-height: 36px;
  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: #c0c0c0 !important;
  background: none;
  cursor: not-allowed;
}
.ant-menu-item-disabled::after,
.ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: #c0c0c0 !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: #c0c0c0 !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: #c0c0c0 !important;
}
.ant-layout-header .ant-menu {
  line-height: inherit;
}
.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #0081ff;
}
.ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #0065d9;
}
.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #0065d9;
}
.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background: #252A2E;
}
.ant-menu.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,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ant-menu.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.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu.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,
.ant-menu.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;
}
.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;
  padding: 0 20px;
  border-color: #252A2E;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #0081ff;
}
.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,
.ant-menu-dark .ant-menu-item > span > a {
  color: #AFB1B3;
}
.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,
.ant-menu-dark .ant-menu-item:hover > span > a,
.ant-menu-dark .ant-menu-item-active > span > a,
.ant-menu-dark .ant-menu-submenu-active > span > a,
.ant-menu-dark .ant-menu-submenu-open > span > a,
.ant-menu-dark .ant-menu-submenu-selected > span > a,
.ant-menu-dark .ant-menu-submenu-title:hover > span > 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 {
  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 > .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 {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #0081ff;
}
.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 > span > a,
.ant-menu-dark .ant-menu-item-selected > a:hover,
.ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.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: #0081ff;
}
.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,
.ant-menu-dark .ant-menu-item-disabled > span > a,
.ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #dcdcdc;
}
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}
.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ant-menu-sub.ant-menu-inline {
  border: 0;
}
.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* 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-menu-item.ant-dropdown-menu-item-danger {
  color: #ff855c;
}
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff855c;
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}
.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,
.ant-dropdown-menu-submenu-hidden {
  display: none;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-top,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.ant-dropdown-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, #fff 50%, #fff 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
          clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}
.ant-dropdown-placement-top > .ant-dropdown-arrow,
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 10px;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}
.ant-dropdown-placement-top > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 9.41421356px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottom > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}
.ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}
.ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}
.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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: #666666;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  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;
}
.ant-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
.ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-title-content {
  flex: auto;
}
.ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}
.ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}
.ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
  color: #0081ff;
  background-color: #e6f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f5f5f5;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: #c0c0c0;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #dcdcdc;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: #666666;
  font-size: 10px;
  font-style: normal;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}
.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: #c0c0c0;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #0081ff;
}
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down,
.ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  cursor: default;
  pointer-events: none;
}
.ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  display: block;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #252A2E;
}
.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,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > 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,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > 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,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > 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: #0081ff;
}
.ant-dropdown-rtl {
  direction: rtl;
}
.ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}
.ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}
.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}
.ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}
.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}
.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

.yqn-breadcrumb.ant-breadcrumb {
  font-size: 12px;
  background: #ffffff;
}
.yqn-breadcrumb.ant-breadcrumb a,
.yqn-breadcrumb .ant-breadcrumb-separator {
  color: #666666;
}
.yqn-breadcrumb .ant-breadcrumb-separator {
  margin: 0 8px;
}
.yqn-breadcrumb.ant-breadcrumb a:hover {
  color: #0081ff;
}
.yqn-breadcrumb.ant-breadcrumb > span:last-child {
  color: #333333;
}

.yqn-header {
  padding: 4px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.yqn-header .ant-breadcrumb {
  margin-bottom: 4px;
}
.yqn-header .yqn-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}

.yqn-base-page.no-bg .page-content {
  padding: 0;
  background: none;
}
.yqn-base-page .page-content {
  padding: 0 0 8px;
  background-color: #ffffff;
}
.yqn-base-page .has-watermark-content {
  position: relative;
}
.yqn-base-page .yqn-watermark {
  position: relative;
}
.yqn-base-page .yqn-watermark .yqn-watermark-content {
  width: 100%;
  height: 98%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
.yqn-base-page .yqn-watermark .canvas-re {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.yqn-base-page .yqn-watermark .yqn-hidden {
  display: none;
}

.a-p-403 .content {
  text-align: center;
}
.a-p-403 .content .left-img {
  width: 243px;
  height: 292px;
  display: inline-block;
  margin: 100px 0 200px -100px;
}
.a-p-403 .content .right-info {
  display: inline-block;
  vertical-align: top;
  margin: 180px 0 200px 200px;
}
.a-p-403 .content .right-info .right-img {
  width: 153px;
  height: 68px;
  margin-bottom: 10px;
}
.a-p-403 .content .right-info .right-text {
  font-size: 20px;
  margin-bottom: 10px;
}

div.perf-tracked {
  width: 100%;
}
button.perf-tracked {
  width: auto;
}
button.perf-tracked.ant-btn-block {
  width: 100%;
}
.perf-track-debug {
  height: inherit;
}
.perf-track-debug .perf-tracked,
.perf-track-debug a {
  background: black !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-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 8px 12px 7px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #1dad7a;
}
.ant-message-error .anticon {
  color: #ff855c;
}
.ant-message-warning .anticon {
  color: #ffaa01;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #0081ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

.ant-message {
  font-size: 14px;
  color: #333333;
}
.ant-message .anticon {
  font-size: 15px;
}
.ant-message-success .anticon {
  color: #1dad7a;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #0081ff;
}
.ant-message-warning .anticon {
  color: #ffaa01;
}
.ant-message-error .anticon {
  color: #ff5f32;
}

.tool-catch-error-default-fullback {
  display: flex;
  align-items: center;
}
.tool-catch-error-default-fullback img {
  width: 16px;
  height: 16px;
}
.tool-catch-error-default-fullback .text {
  margin-left: 8px;
  font-size: 14px;
}

/* 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-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ant-alert-content {
  flex: 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #dfede6;
  border: 1px solid #8ad4b2;
}
.ant-alert-success .ant-alert-icon {
  color: #1dad7a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #7acaff;
}
.ant-alert-info .ant-alert-icon {
  color: #0081ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe07a;
}
.ant-alert-warning .ant-alert-icon {
  color: #ffaa01;
}
.ant-alert-error {
  background-color: #fff6f0;
  border: 1px solid #ffe4d6;
}
.ant-alert-error .ant-alert-icon {
  color: #ff855c;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: #666666;
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: #666666;
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

.yqn-alert.ant-alert {
  font-size: 12px;
  line-height: 17px;
  align-items: flex-start;
  padding: 6px 12px;
}
.yqn-alert.ant-alert .ant-alert-message {
  color: #333333;
}
.yqn-alert.ant-alert .ant-alert-close-icon .anticon-close {
  color: #666666;
}
.yqn-alert.ant-alert .ant-alert-close-icon .anticon-close:hover {
  color: #0081ff;
}
.yqn-alert .ant-alert-icon {
  font-size: 15px;
}
.yqn-alert.ant-alert-info {
  border-color: #339aff;
  background-color: #e6f2ff;
}
.yqn-alert.ant-alert-info .ant-alert-icon {
  color: #0081ff;
}
.yqn-alert.ant-alert-success {
  border-color: #4abd95;
  background-color: #e8f7f2;
}
.yqn-alert.ant-alert-success .ant-alert-icon {
  color: #1dad7a;
}
.yqn-alert.ant-alert-warning {
  border-color: #ffbb34;
  background-color: #fff7e6;
}
.yqn-alert.ant-alert-warning .ant-alert-icon {
  color: #ffaa01;
}
.yqn-alert.ant-alert-error {
  border-color: #ff7f5b;
  background-color: #ffefeb;
}
.yqn-alert.ant-alert-error .ant-alert-icon {
  color: #ff5f32;
}

/* 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-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-auto-complete .ant-select-clear {
  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-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\A0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 26px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 26px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #F0F0F0;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\A0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #F0F0F0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-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;
  display: inline-block;
  color: #666666;
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: -0.2em;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  line-height: 24px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 20px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 20px;
  line-height: 18px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 20px;
  line-height: 20px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 20px;
  line-height: 18px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ff855c !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-error .ant-select-feedback-icon {
  color: #ff855c;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ffaa01 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-warning .ant-select-feedback-icon {
  color: #ffaa01;
}
.ant-select-status-success .ant-select-feedback-icon {
  color: #1dad7a;
}
.ant-select-status-validating .ant-select-feedback-icon {
  color: #0081ff;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
.ant-select-feedback-icon {
  font-size: 14px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.ant-select-feedback-icon:not(:first-child) {
  margin-left: 8px;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: #c0c0c0;
  background: #F0F0F0;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #F0F0F0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  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;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: #c0c0c0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.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 .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #c0c0c0;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  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-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: #666666;
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: #333333;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: #c0c0c0;
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #c0c0c0;
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: #666666;
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #333333;
  font-weight: 400;
  background-color: #e6f7ff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #0081ff;
}
.ant-select-item-option-disabled {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #F0F0F0;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* 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: 1.5715;
  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-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: #c0c0c0;
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: #c0c0c0;
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #fff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}

.yqn-autocomplete .ant-select {
  width: 100%;
  font-size: 12px;
}
.yqn-autocomplete :not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px;
  padding: 0 8px;
}
.yqn-autocomplete .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #0081ff;
}
.yqn-autocomplete .ant-select-disabled.ant-select-multiple .ant-select-selector,
.yqn-autocomplete .ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #333333;
  background-color: #f3f3f3;
}
.yqn-autocomplete .ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 8px;
  right: 8px;
}
.yqn-autocomplete .ant-select-multiple .ant-select-selection-item {
  border-color: #dcdcdc;
}
.yqn-autocomplete .ant-select-selection__rendered {
  margin-left: 8px;
}
.yqn-autocomplete .ant-select-selection-placeholder,
.yqn-autocomplete .ant-select-selection--multiple .ant-select-selection-placeholder {
  opacity: 1;
  margin-left: 0;
  color: #c0c0c0;
}
.yqn-autocomplete .ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 0;
}
.yqn-autocomplete .ant-select-arrow {
  color: #7994ae;
}
.yqn-autocomplete .ant-select-open .ant-select-arrow {
  color: #0081ff;
}
.yqn-autocomplete .ant-select-clear {
  color: #9b9b9b;
}
.yqn-autocomplete .ant-select-clear:hover {
  color: #666666;
}
.yqn-select-dropdown.ant-select-dropdown,
.yqn-select-dropdown .ant-select-item {
  font-size: 12px;
  text-align: left;
  color: #333333;
}
.yqn-select-dropdown .ant-select-item {
  padding: 8px 8px 7px;
  line-height: 17px;
  box-sizing: border-box;
}
.yqn-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #0081ff;
  background-color: inherit;
}
.yqn-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #e6f2ff;
}
.yqn-select-dropdown .ant-select-item-option-disabled {
  color: #9b9b9b;
  background-color: transparent;
}
.yqn-select-dropdown .ant-select-item-group {
  color: #9b9b9b;
}
.yqn-select-dropdown .ant-select-item-option-grouped {
  padding-left: 16px;
}

.foreground-module-style .yqn-autocomplete .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #dcdcdc;
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  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 .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.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-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.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-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  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;
      -ms-user-select: text;
          user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: #333333;
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #333333;
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #ffaa01;
  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: 16px;
  height: 16px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: #fff;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.ant-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, #fff 50%, #fff 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
          clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}
.ant-popover-placement-top .ant-popover-arrow,
.ant-popover-placement-topLeft .ant-popover-arrow,
.ant-popover-placement-topRight .ant-popover-arrow {
  bottom: -0.6862915px;
}
.ant-popover-placement-top .ant-popover-arrow-content,
.ant-popover-placement-topLeft .ant-popover-arrow-content,
.ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-8px) rotate(45deg);
}
.ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right .ant-popover-arrow,
.ant-popover-placement-rightTop .ant-popover-arrow,
.ant-popover-placement-rightBottom .ant-popover-arrow {
  left: -0.6862915px;
}
.ant-popover-placement-right .ant-popover-arrow-content,
.ant-popover-placement-rightTop .ant-popover-arrow-content,
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(8px) rotate(135deg);
}
.ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom .ant-popover-arrow,
.ant-popover-placement-bottomLeft .ant-popover-arrow,
.ant-popover-placement-bottomRight .ant-popover-arrow {
  top: -0.6862915px;
}
.ant-popover-placement-bottom .ant-popover-arrow-content,
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(8px) rotate(-135deg);
}
.ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left .ant-popover-arrow,
.ant-popover-placement-leftTop .ant-popover-arrow,
.ant-popover-placement-leftBottom .ant-popover-arrow {
  right: -0.6862915px;
}
.ant-popover-placement-left .ant-popover-arrow-content,
.ant-popover-placement-leftTop .ant-popover-arrow-content,
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-8px) rotate(-45deg);
}
.ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}
.ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.ant-popover-red .ant-popover-inner {
  background-color: #ff5f32;
}
.ant-popover-red .ant-popover-arrow-content {
  background-color: #ff5f32;
}
.ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}
.ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}
.ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}
.ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}
.ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}
.ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}
.ant-popover-gold .ant-popover-inner {
  background-color: #ffaa01;
}
.ant-popover-gold .ant-popover-arrow-content {
  background-color: #ffaa01;
}
.ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}
.ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}
.ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}
.ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}
.ant-popover-green .ant-popover-inner {
  background-color: #1dad7a;
}
.ant-popover-green .ant-popover-arrow-content {
  background-color: #1dad7a;
}
.ant-popover-blue .ant-popover-inner {
  background-color: #0081ff;
}
.ant-popover-blue .ant-popover-arrow-content {
  background-color: #0081ff;
}
.ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}
.ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}
.ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}
.ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

/* 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-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-align: center;
  background: #ff855c;
  border-radius: 9px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff855c;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-dot.ant-scroll-number {
  transition: background 1.5s;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  -webkit-animation: antBadgeLoadingCircle 1s infinite linear;
          animation: antBadgeLoadingCircle 1s infinite linear;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #1dad7a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #0081ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0081ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #dcdcdc;
}
.ant-badge-status-error {
  background-color: #ff855c;
}
.ant-badge-status-warning {
  background-color: #ffaa01;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #ff5f32;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #ffaa01;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #1dad7a;
}
.ant-badge-status-blue {
  background: #0081ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: #333333;
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  -webkit-animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  -webkit-animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 18px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 18px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@-webkit-keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.ant-ribbon-wrapper {
  position: relative;
}
.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #0081ff;
  border-radius: 2px;
}
.ant-ribbon-text {
  color: #fff;
}
.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-red {
  color: #ff5f32;
  background: #ff5f32;
}
.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}
.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}
.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}
.ant-ribbon-color-gold {
  color: #ffaa01;
  background: #ffaa01;
}
.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}
.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}
.ant-ribbon-color-green {
  color: #1dad7a;
  background: #1dad7a;
}
.ant-ribbon-color-blue {
  color: #0081ff;
  background: #0081ff;
}
.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}
.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}
.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge-rtl .ant-badge-zoom-enter {
  -webkit-animation-name: antZoomBadgeInRtl;
          animation-name: antZoomBadgeInRtl;
}
.ant-badge-rtl .ant-badge-zoom-leave {
  -webkit-animation-name: antZoomBadgeOutRtl;
          animation-name: antZoomBadgeOutRtl;
}
.ant-ribbon-rtl {
  direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}
@-webkit-keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}

.yqn-badge.ant-badge {
  color: inherit;
  font-size: 12px;
}
.yqn-badge .ant-badge-count {
  right: -4px;
  top: -4px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #F95122;
  box-shadow: none;
}
.yqn-badge .ant-scroll-number-only {
  height: 16px;
}
.yqn-badge .ant-scroll-number-only > p {
  height: 16px;
}
.yqn-badge .ant-badge-multiple-words {
  padding: 0 5px;
}
.yqn-badge .ant-badge-multiple-words.ant-badge-count {
  right: -9px;
}

.yqn-tooltip .ant-tooltip-inner {
  font-size: 12px;
  line-height: 17px;
  max-width: 268px;
  max-height: 400px;
  overflow: auto;
  padding: 8px;
  word-break: break-all;
  background: rgba(0, 0, 0, 0.8);
}

.yqn-subtitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin: 0 0 8px;
  font-weight: bold;
}
.yqn-subtitle.yqn-subtitle-children {
  line-height: 20px;
}
.yqn-subtitle.yqn-subtitle-children::before {
  content: '';
  width: 4px;
  height: 12px;
  background-color: #0081ff;
  margin-right: 4px;
}
.yqn-subtitle .yqn-render-title-left {
  display: inline-flex;
  align-items: center;
}
.yqn-subtitle .yqn-render-title-left::before {
  content: '';
  width: 4px;
  height: 12px;
  background-color: #0081ff;
  margin-right: 4px;
}
.yqn-subtitle .yqn-custom-subtitle {
  width: 100%;
  position: relative;
}
.yqn-subtitle .yqn-custom-subtitle .yqn-render-title-right {
  position: absolute;
  top: 0;
  right: 0;
}
.yqn-subtitle .yqn-render-subtitle {
  display: flex;
}
.yqn-subtitle .yqn-render-subtitle .yqn-render-subtitle-display {
  display: inline-flex;
}
.yqn-subtitle .yqn-render-subtitle .yqn-render-subtitle-display .yqn-render-subtitle-text {
  font-size: 12px;
  font-weight: normal;
  max-width: 260px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yqn-subtitle .yqn-render-title-margin {
  padding-right: 12px;
}
.yqn-subtitle .yqn-remark-margin {
  margin-left: 4px;
}
.yqn-subtitle .yqn-render-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.yqn-subtitle .yqn-render-operation-left .ant-btn,
.yqn-subtitle .yqn-render-title-right .ant-btn {
  margin-left: 8px;
}
.yqn-subtitle .yqn-render-operation-left .ant-btn:first-child,
.yqn-subtitle .yqn-render-title-right .ant-btn:first-child {
  margin-left: 0;
}
.yqn-subtitle .yqn-render-operation-left .ant-btn-link,
.yqn-subtitle .yqn-render-title-right .ant-btn-link {
  margin-left: 12px;
}

.yqn-base-card-table {
  padding-bottom: 8px;
}
.yqn-base-card-table.yqn-base-card-table-bg {
  background: #e6f2ff;
  padding-top: 8px;
}
.yqn-base-card-table.hasBorderBottom {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 8px;
}
.yqn-base-card-table .card-table {
  width: 100%;
  table-layout: fixed;
}
.yqn-base-card-table .card-table:not(:first-child) {
  margin-top: -1px;
}
.yqn-base-card-table .card-table td {
  position: relative;
  height: 100%;
  border-left: 1px dashed #dcdcdc;
  vertical-align: top;
  padding: 0;
}
.yqn-base-card-table .card-table td:first-child {
  border-left: none;
}
.yqn-base-card-table .card-table td .cell {
  font-size: 12px;
  margin-bottom: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #666666;
}
.yqn-base-card-table .card-table td .cell .label {
  width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  margin: 0 0 0 8px;
}
.yqn-base-card-table .card-table td .cell .label:after {
  content: '';
  position: absolute;
  left: 150px;
  top: 0;
  width: 0;
  height: 100%;
}
.yqn-base-card-table .card-table td .cell .label.label-width {
  width: auto;
  max-width: 84px;
}
.yqn-base-card-table .card-table td.normal .label {
  width: 110px;
}
.yqn-base-card-table .card-table td.normal .label:after {
  left: 1100px;
}
.yqn-base-card-table .card-table td .cell-content {
  flex: 1;
  color: #333333;
  word-break: break-all;
  text-align: left;
  margin: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
}
.yqn-base-card-table-tooltip a {
  color: #ffffff;
}

.foreground-module-style .yqn-base-card-table.hasBorderBottom {
  border-color: #efefef;
}

.yqn-breadcrumb.ant-breadcrumb {
  font-size: 12px;
  background: #ffffff;
}
.yqn-breadcrumb.ant-breadcrumb a,
.yqn-breadcrumb .ant-breadcrumb-separator {
  color: #666666;
}
.yqn-breadcrumb .ant-breadcrumb-separator {
  margin: 0 8px;
}
.yqn-breadcrumb.ant-breadcrumb a:hover {
  color: #0081ff;
}
.yqn-breadcrumb.ant-breadcrumb > span:last-child {
  color: #333333;
}

.yqn-header {
  padding: 4px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.yqn-header .ant-breadcrumb {
  margin-bottom: 4px;
}
.yqn-header .yqn-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}

.yqn-base-page.no-bg .page-content {
  padding: 0;
  background: none;
}
.yqn-base-page .page-content {
  padding: 0 0 8px;
  background-color: #ffffff;
}
.yqn-base-page .has-watermark-content {
  position: relative;
}
.yqn-watermark {
  position: relative;
}
.yqn-watermark .yqn-watermark-content {
  width: 100%;
  height: 98%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.yqn-watermark .canvas-re {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.yqn-watermark .yqn-hidden {
  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-popconfirm {
  z-index: 1060;
}

.yqn-icon {
  width: 1em;
  height: 1em;
  font-size: 12px;
  color: #666666;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.yqn-pop-confirm {
  width: 280px;
}
.yqn-pop-confirm .ant-popover-inner-content {
  padding: 16px;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-message {
  padding: 0;
  margin-bottom: 16px;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-message > .yqn-icon {
  position: absolute;
  font-size: 16px;
  color: #ff5f32;
  top: 3px;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-message-title {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons {
  margin-bottom: 0;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn:hover {
  color: #0081ff;
  border-color: #0081ff;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary:hover,
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}

.yqn-button.ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #666666;
  box-shadow: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
.yqn-button.ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-button.ant-btn-lg {
  height: 40px;
}
.yqn-button.ant-btn:hover,
.yqn-button.ant-btn:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button.ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-button.ant-btn-primary:hover,
.yqn-button.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary {
  color: #0081ff;
  border: 1px solid #0081ff;
  background: transparent;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary:hover,
.yqn-button.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #4da7ff;
  border-color: #4da7ff;
  background: transparent;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button.yqn-btn-danger:hover,
.yqn-button.yqn-btn-danger:focus {
  color: #F95122;
  border-color: #ff5f32;
}
.yqn-button.yqn-btn-danger:active {
  color: #e0491f;
  border-color: #e6562d;
}
.yqn-button.yqn-btn-danger.ant-btn-primary {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-button.yqn-btn-danger.ant-btn-primary:hover,
.yqn-button.yqn-btn-danger.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-button.yqn-btn-danger.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}
.yqn-button.ant-btn-link {
  border: none;
  color: #0081ff;
}
.yqn-button.ant-btn-link:hover,
.yqn-button.ant-btn-link:focus {
  color: #4da7ff;
}
.yqn-button.ant-btn-link:active {
  color: #0074e6;
}
.yqn-button.ant-btn-link.yqn-btn-danger {
  color: #333333;
}
.yqn-button.ant-btn-link.yqn-btn-danger:hover,
.yqn-button.ant-btn-link.yqn-btn-danger:focus {
  color: #fb8564;
}
.yqn-button.ant-btn-link.yqn-btn-danger:active {
  color: #e0491f;
}
.yqn-button.ant-btn[disabled],
.yqn-button.ant-btn-primary[disabled],
.yqn-button.yqn-btn-danger[disabled],
.yqn-button.ant-btn-background-ghost.ant-btn-primary[disabled],
.yqn-button.yqn-btn-danger.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3 !important;
}
.yqn-button.ant-btn.ant-btn-link[disabled],
.yqn-button.ant-btn-primary.ant-btn-link[disabled] {
  background: none !important;
  color: #9b9b9b;
}
.yqn-button .ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #333333;
}
.yqn-button .ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-button .ant-btn-lg {
  height: 40px;
}
.yqn-button .ant-btn:hover,
.yqn-button .ant-btn:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button .ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-button .ant-btn-primary:hover,
.yqn-button .ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn-primary:hover.ant-btn-background-ghost,
.yqn-button .ant-btn-primary:focus.ant-btn-background-ghost {
  color: #4da7ff;
}
.yqn-button .ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-button .ant-btn-primary:active.ant-btn-background-ghost {
  color: #0074e6;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary:hover,
.yqn-button .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button .yqn-btn-danger:hover,
.yqn-button .yqn-btn-danger:focus {
  color: #F95122;
  border-color: #ff5f32;
}
.yqn-button .yqn-btn-danger:active {
  color: #e0491f;
  border-color: #e6562d;
}
.yqn-button .yqn-btn-danger.ant-btn-primary {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-button .yqn-btn-danger.ant-btn-primary:hover,
.yqn-button .yqn-btn-danger.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-button .yqn-btn-danger.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}
.yqn-button .ant-btn-link {
  border: none;
  color: #0081ff;
}
.yqn-button .ant-btn-link:hover,
.yqn-button .ant-btn-link:focus {
  color: #4da7ff;
}
.yqn-button .ant-btn-link:active {
  color: #0074e6;
}
.yqn-button .ant-btn-link.yqn-btn-danger {
  color: #333333;
}
.yqn-button .ant-btn-link.yqn-btn-danger:hover,
.yqn-button .ant-btn-link.yqn-btn-danger:focus {
  color: #fb8564;
}
.yqn-button .ant-btn-link.yqn-btn-danger:active {
  color: #e0491f;
}
.yqn-button .ant-btn[disabled],
.yqn-button .ant-btn-primary[disabled],
.yqn-button .yqn-btn-danger[disabled],
.yqn-button .ant-btn-background-ghost.ant-btn-primary[disabled],
.yqn-button .yqn-btn-danger.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3;
}
.yqn-button .ant-btn.ant-btn-link[disabled],
.yqn-button .ant-btn-primaryant-btn-link[disabled] {
  background: none;
}
.yqn-button.yqn-link-no-padding.ant-btn-link {
  padding: 0;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  white-space: normal;
  text-align: left;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.ant-btn-sm {
  line-height: 17px;
}
.ant-btn-group .yqn-button.ant-btn {
  border-radius: 0;
}

/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-cascader-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
  border-color: #0081ff;
}
.ant-cascader-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0081ff;
  border-radius: 4px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-cascader-checkbox:hover::after,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
  visibility: visible;
}
.ant-cascader-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-cascader-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5px;
  height: 8px;
  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-cascader-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-cascader-checkbox-checked .ant-cascader-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-cascader-checkbox-checked .ant-cascader-checkbox-inner {
  background-color: #0081ff;
  border-color: #0081ff;
}
.ant-cascader-checkbox-disabled {
  cursor: not-allowed;
}
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
  border-color: #c0c0c0;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
  background-color: #F0F0F0;
  border-color: #dcdcdc !important;
}
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  border-color: #F0F0F0;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-cascader-checkbox-disabled + span {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-cascader-checkbox-disabled:hover::after,
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
  visibility: hidden;
}
.ant-cascader-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-cascader-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\A0';
}
.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
  margin-left: 8px;
}
.ant-cascader-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-cascader-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-cascader-checkbox-group-item {
  margin-right: 8px;
}
.ant-cascader-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
  margin-left: 0;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
  background-color: #fff;
  border-color: #dcdcdc;
}
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #0081ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ant-cascader {
  width: 184px;
}
.ant-cascader-checkbox {
  top: 0;
  margin-right: 8px;
}
.ant-cascader-menus {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
  width: 100%;
  height: auto;
}
.ant-cascader-menu {
  min-width: 111px;
  height: 180px;
  margin: 0;
  margin: -4px 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #dcdcdc;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5px 12px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #f5f5f5;
}
.ant-cascader-menu-item-disabled {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-empty .ant-cascader-menu-item {
  color: #c0c0c0;
  cursor: default;
  pointer-events: none;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 400;
  background-color: #e6f7ff;
}
.ant-cascader-menu-item-content {
  flex: auto;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  margin-left: 4px;
  color: #666666;
  font-size: 10px;
}
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: #c0c0c0;
}
.ant-cascader-menu-item-keyword {
  color: #ff855c;
}
.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
.ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-cascader-rtl .ant-cascader-checkbox {
  top: 0;
  margin-right: 0;
  margin-left: 8px;
}

.yqn-cascader.ant-cascader-picker {
  font-size: 12px;
  color: #333333;
  text-align: left;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-label {
  padding: 0 24px 0 8px;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input {
  font-size: 12px;
  padding: 0 24px 0 8px;
  height: 32px;
  border-radius: 4px;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input::placeholder {
  color: #c0c0c0;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-arrow,
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-clear {
  color: #9b9b9b;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-clear:hover {
  color: #666666;
}
.yqn-cascader.ant-cascader-picker.ant-cascader-picker-focused .ant-cascader-picker-arrow {
  color: #0081ff;
}
.yqn-cascader-option.ant-cascader-menus {
  font-size: 12px;
  color: #333333;
}
.yqn-cascader-option .ant-cascader-menu-item {
  padding: 8px;
  line-height: 17px;
  text-align: left;
}
.yqn-cascader-option .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) {
  color: #0081ff;
  font-weight: 400;
  background-color: #ffffff;
}
.yqn-cascader-option .ant-cascader-menu-item:hover,
.yqn-cascader-option .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 400;
  background-color: #e6f2ff;
}
.yqn-cascader-option .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) .ant-cascader-menu-item-expand-icon,
.yqn-cascader-option .ant-cascader-menu-item:hover .ant-cascader-menu-item-expand-icon {
  color: #0081ff;
}
.yqn-cascader-option.ant-select-dropdown {
  font-size: 12px;
}
.yqn-cascader.ant-cascader.ant-select {
  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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  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: #0081ff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0081ff;
  border-radius: 4px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5px;
  height: 8px;
  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: #0081ff;
  border-color: #0081ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #c0c0c0;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #F0F0F0;
  border-color: #dcdcdc !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #F0F0F0;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled + span {
  color: #c0c0c0;
  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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\A0';
}
.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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  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: #dcdcdc;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #0081ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper,
.yqn-checkbox.ant-checkbox-wrapper {
  font-size: 12px;
  color: #333333;
  vertical-align: top;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #ffffff;
  border-color: #0081ff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  height: 8px;
  width: 8px;
  background-color: #0081ff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0081ff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-checked,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-checked {
  border-color: #0081ff;
  background-color: #0081ff;
  border-radius: 2px;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper.yqn-checkbox .ant-checkbox-checked.ant-checkbox-disabled,
.yqn-checkbox.ant-checkbox-wrapper.yqn-checkbox .ant-checkbox-checked.ant-checkbox-disabled {
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-inner {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-disabled + span,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-disabled + span {
  color: #9b9b9b;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdcdc !important;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner::after,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #dcdcdc;
}
.yqn-form.ant-form .ant-form-item .ant-checkbox-wrapper {
  display: inline-flex;
}

.ant-message {
  font-size: 14px;
  color: #333333;
}
.ant-message .anticon {
  font-size: 15px;
}
.ant-message-success .anticon {
  color: #1dad7a;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #0081ff;
}
.ant-message-warning .anticon {
  color: #ffaa01;
}
.ant-message-error .anticon {
  color: #ff5f32;
}

.yqn-select.ant-select {
  width: 100%;
  font-size: 12px;
}
.yqn-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 8px;
}
.yqn-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #0081ff;
}
.yqn-select.ant-select-disabled.ant-select-multiple .ant-select-selector,
.yqn-select.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #333333;
  background-color: #f3f3f3;
}
.yqn-select.ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 8px;
  right: 8px;
}
.yqn-select.ant-select-multiple .ant-select-selection-item {
  border-color: #dcdcdc;
}
.yqn-select .ant-select-selection__rendered {
  margin-left: 8px;
}
.yqn-select .ant-select-selection-placeholder,
.yqn-select .ant-select-selection--multiple .ant-select-selection-placeholder {
  opacity: 1;
  margin-left: 0;
  left: 8px;
  color: #c0c0c0;
}
.yqn-select.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 0;
}
.yqn-select.ant-select-multiple .ant-select-selection-search {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.yqn-select .ant-select-arrow {
  color: #7994ae;
}
.yqn-select.ant-select-open .ant-select-arrow {
  color: #0081ff;
}
.yqn-select .ant-select-clear {
  color: #9b9b9b;
}
.yqn-select .ant-select-clear:hover {
  color: #666666;
}
.yqn-select-dropdown.ant-select-dropdown,
.yqn-select-dropdown .ant-select-item {
  font-size: 12px;
  text-align: left;
  color: #333333;
}
.yqn-select-dropdown .ant-select-item {
  padding: 8px 8px 7px;
  line-height: 17px;
  box-sizing: border-box;
}
.yqn-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #0081ff;
  background-color: inherit;
}
.yqn-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #e6f2ff;
}
.yqn-select-dropdown .ant-select-item-option-disabled {
  color: #9b9b9b;
  background-color: transparent;
}
.yqn-select-dropdown .ant-select-item-group {
  color: #9b9b9b;
}
.yqn-select-dropdown .ant-select-item-option-grouped {
  padding-left: 16px;
}

.foreground-module-style .yqn-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #dcdcdc;
}

/* 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-form-item .ant-upload {
  background: transparent;
}
.ant-form-item .ant-upload.ant-upload-drag {
  background: #fafafa;
}
.ant-form-item input[type='radio'],
.ant-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-form-item .ant-radio-inline,
.ant-form-item .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.ant-form-item .ant-radio-inline:first-child,
.ant-form-item .ant-checkbox-inline:first-child {
  margin-left: 0;
}
.ant-form-item .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical {
  display: block;
}
.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
.ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
.ant-form-item .ant-input-number-handler-wrap {
  z-index: 2;
}
.ant-form-item .ant-select,
.ant-form-item .ant-cascader-picker {
  width: 100%;
}
.ant-form-item .ant-picker-calendar-year-select,
.ant-form-item .ant-picker-calendar-month-select,
.ant-form-item .ant-input-group .ant-select,
.ant-form-item .ant-input-group .ant-cascader-picker,
.ant-form-item .ant-input-number-group .ant-select,
.ant-form-item .ant-input-number-group .ant-cascader-picker {
  width: auto;
}
.ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-label,
.ant-form-inline .ant-form-item > .ant-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}
.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}
.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}
.ant-form-horizontal .ant-form-item-label.ant-col-24 + .ant-form-item-control {
  min-width: unset;
}
.ant-form-vertical .ant-form-item {
  flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
  height: auto;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
}
.ant-form-vertical .ant-form-item-label > label::after,
.ant-col-24.ant-form-item-label > label::after,
.ant-col-xl-24.ant-form-item-label > label::after {
  display: none;
}
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }
  .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }
  .ant-form .ant-form-item {
    flex-wrap: wrap;
  }
  .ant-form .ant-form-item .ant-form-item-label,
  .ant-form .ant-form-item .ant-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xs-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-sm-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-md-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-lg-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }
  .ant-col-xl-24.ant-form-item-label > label::after {
    display: none;
  }
  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right;
  }
}
.ant-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}
.ant-form-item-explain-error {
  color: #ff855c;
}
.ant-form-item-explain-warning {
  color: #ffaa01;
}
.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-item-has-warning .ant-form-item-split {
  color: #ffaa01;
}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-form-item-has-error .ant-form-item-split {
  color: #ff855c;
}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #666666;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
}
.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-small .ant-form-item-label > label {
  height: 28px;
}
.ant-form-small .ant-form-item-control-input {
  min-height: 28px;
}
.ant-form-large .ant-form-item-label > label {
  height: 40px;
}
.ant-form-large .ant-form-item-control-input {
  min-height: 40px;
}
.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
  transition: margin-bottom 0.3s 0.017s linear;
}
.ant-form-item-with-help {
  margin-bottom: 0;
  transition: none;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
  display: none;
}
.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset;
}
.ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff855c;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: #666666;
}
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}
.ant-form-item-label > label .ant-form-item-tooltip {
  color: #666666;
  cursor: help;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}
.ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.ant-form-item-explain,
.ant-form-item-extra {
  clear: both;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-top: 0px;
}
.ant-form-item-explain-connected {
  height: 0;
  min-height: 0;
  opacity: 0;
}
.ant-form-item-extra {
  min-height: 24px;
}
.ant-form-item .ant-input-textarea-show-count::after {
  margin-bottom: -22px;
}
.ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  min-height: 24px;
  opacity: 1;
}
.ant-show-help {
  transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-show-help-leave {
  min-height: 24px;
}
.ant-show-help-leave-active {
  min-height: 0;
}
.ant-show-help-item {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-show-help-item-appear,
.ant-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}
.ant-show-help-item-appear-active,
.ant-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}
.ant-show-help-item-leave-active {
  transform: translateY(-5px);
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.ant-form-rtl {
  direction: rtl;
}
.ant-form-rtl .ant-form-item-label {
  text-align: left;
}
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}
.ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
  padding: 0;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}
.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}

/* 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-row {
  display: flex;
  flex-flow: row wrap;
}
.ant-row::before,
.ant-row::after {
  display: flex;
}
.ant-row-no-wrap {
  flex-wrap: nowrap;
}
.ant-row-start {
  justify-content: flex-start;
}
.ant-row-center {
  justify-content: center;
}
.ant-row-end {
  justify-content: flex-end;
}
.ant-row-space-between {
  justify-content: space-between;
}
.ant-row-space-around {
  justify-content: space-around;
}
.ant-row-top {
  align-items: flex-start;
}
.ant-row-middle {
  align-items: center;
}
.ant-row-bottom {
  align-items: flex-end;
}
.ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}
.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  order: 24;
}
.ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  order: 23;
}
.ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  order: 22;
}
.ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  order: 21;
}
.ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  order: 20;
}
.ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  order: 19;
}
.ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  order: 18;
}
.ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  order: 17;
}
.ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  order: 16;
}
.ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  order: 15;
}
.ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  order: 14;
}
.ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  order: 13;
}
.ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  order: 12;
}
.ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  order: 11;
}
.ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  order: 10;
}
.ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  order: 9;
}
.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  order: 8;
}
.ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  order: 7;
}
.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  order: 6;
}
.ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  order: 5;
}
.ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  order: 4;
}
.ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  order: 3;
}
.ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  order: 2;
}
.ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  order: 0;
}
.ant-col-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}
.ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}
.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}
.ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}
.ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}
.ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}
.ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}
.ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}
.ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}
.ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}
.ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}
.ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}
.ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}
.ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}
.ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}
.ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}
.ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}
.ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}
.ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}
.ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}
.ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}
.ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}
.ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}
.ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}
.ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}
.ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}
.ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}
.ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}
.ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}
.ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}
.ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}
.ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}
.ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}
.ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}
.ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}
.ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}
.ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}
.ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}
.ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}
.ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}
.ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}
.ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}
.ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}
.ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}
.ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}
.ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}
.ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}
.ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}
.ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}
.ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}
.ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}
.ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}
.ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}
.ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}
.ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}
.ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}
.ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}
.ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}
.ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}
.ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}
.ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    order: 0;
  }
  .ant-col-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }
  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }
  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }
  .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }
  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }
  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }
  .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }
  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }
  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }
  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }
  .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }
  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }
  .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }
  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }
  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }
  .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }
  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }
  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }
  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }
  .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }
  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }
  .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }
  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }
  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }
  .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }
  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }
  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }
  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }
  .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }
  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }
  .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }
  .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }
  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }
  .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }
  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }
  .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }
  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }
  .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }
  .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }
  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }
  .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }
  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }
  .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }
  .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }
  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}
.ant-row-rtl {
  direction: rtl;
}

.yqn-form.ant-form .ant-form-item {
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 12px;
  color: #333333;
}
.yqn-form.ant-form.ant-form-vertical .ant-form-item {
  flex-direction: column;
}
.yqn-form.ant-form.ant-form-horizontal .ant-form-item {
  flex-direction: row;
}
.yqn-form.ant-form.ant-form-horizontal .ant-form-item .ant-form-item-label {
  text-align: right;
  padding: 0 4px 0 0;
}
.yqn-form.ant-form .ant-form-item-control-input {
  min-height: auto;
}
.yqn-form.ant-form.ant-form-vertical .ant-form-item-label,
.yqn-form.ant-form .ant-col-24.ant-form-item-label,
.yqn-form.ant-form .ant-col-xl-24.ant-form-item-label {
  padding-bottom: 4px;
  line-height: 17px;
}
.yqn-form.ant-form .ant-form-item label {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  line-height: 17px;
  color: #333333;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.yqn-form.ant-form .ant-form-item-label label {
  display: flex;
}
.yqn-form.ant-form .ant-form-item .yqn-radio,
.yqn-form.ant-form .ant-form-item .yqn-checkbox,
.yqn-form.ant-form .ant-form-item-control-input-content .ant-radio-group label {
  width: auto;
}
.yqn-form.ant-form .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before,
.yqn-form.ant-form .ant-form-item-required::before {
  color: #F95122;
  font-size: 12px;
  line-height: 17px;
  content: '*';
}
.yqn-form.ant-form .ant-select-selection-selected-value,
.yqn-form.ant-form .ant-input[disabled] {
  color: #333333;
}
.yqn-form.ant-form .ant-form-item-explain,
.yqn-form.ant-form .ant-form-item-extra {
  font-size: 12px;
  line-height: 17px;
  min-height: 0;
}
.yqn-form.ant-form .ant-form-item-has-error .ant-form-item-explain.ant-form-item-explain-error {
  color: #F95122;
}
.yqn-form.ant-form .ant-form-item-has-error .ant-input,
.yqn-form.ant-form .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector,
.yqn-form.ant-form .ant-form-item-has-error .ant-input:not(.ant-input-disabled),
.yqn-form.ant-form .ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled),
.yqn-form.ant-form .ant-form-item-has-error .ant-input:not(.ant-input-disabled):hover,
.yqn-form.ant-form .ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #ff5f32 !important;
}
.yqn-form.ant-form .ant-form-item-has-error .ant-input-number {
  border-color: #ff5f32;
}
.yqn-form.ant-form.ant-form-vertical .ant-form-explain {
  margin-top: 4px;
  margin-bottom: 0;
}
.yqn-form.ant-form .ant-form-item-explain,
.yqn-form.ant-form .ant-form-item-extra {
  min-height: initial;
}

/* 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-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-flex;
}
.ant-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.ant-input-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input-affix-wrapper[disabled] {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper[disabled]:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-affix-wrapper-sm {
  padding: 2px 7px;
}
.ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #299bff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}
.ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > input.ant-input:focus {
  box-shadow: none !important;
}
.ant-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\A0';
}
.ant-input-prefix,
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ant-input-prefix > *:not(:last-child),
.ant-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-input-show-count-suffix {
  color: #666666;
}
.ant-input-show-count-has-suffix {
  margin-right: 2px;
}
.ant-input-prefix {
  margin-right: 4px;
}
.ant-input-suffix {
  margin-left: 4px;
}
.anticon.ant-input-clear-icon,
.ant-input-clear-icon {
  margin: 0;
  color: #c0c0c0;
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.ant-input-clear-icon:hover,
.ant-input-clear-icon:hover {
  color: #666666;
}
.anticon.ant-input-clear-icon:active,
.ant-input-clear-icon:active {
  color: #333333;
}
.anticon.ant-input-clear-icon-hidden,
.ant-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.ant-input-clear-icon-has-suffix,
.ant-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ff855c;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-error .ant-input-feedback-icon {
  color: #ff855c;
}
.ant-input-status-error .ant-input-prefix {
  color: #ff855c;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ffaa01;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-warning .ant-input-feedback-icon {
  color: #ffaa01;
}
.ant-input-status-warning .ant-input-prefix {
  color: #ffaa01;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff855c;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-error .ant-input-feedback-icon {
  color: #ff855c;
}
.ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #ff855c;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ffaa01;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-warning .ant-input-feedback-icon {
  color: #ffaa01;
}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #ffaa01;
}
.ant-input-textarea-status-validating .ant-input-feedback-icon,
.ant-input-affix-wrapper-status-validating .ant-input-feedback-icon {
  display: inline-block;
  color: #0081ff;
}
.ant-input-textarea-status-success .ant-input-feedback-icon,
.ant-input-affix-wrapper-status-success .ant-input-feedback-icon {
  color: #1dad7a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.ant-input-textarea-status-error .ant-input-feedback-icon {
  color: #ff855c;
}
.ant-input-textarea-status-warning .ant-input-feedback-icon {
  color: #ffaa01;
}
.ant-input-textarea .ant-input-feedback-icon {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px;
}
.ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #ff855c;
  border-color: #ff855c;
}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #ffaa01;
  border-color: #ffaa01;
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.ant-input::-moz-placeholder {
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input:focus,
.ant-input-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input[disabled] {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 2px 7px;
}
.ant-input-rtl {
  direction: rtl;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  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-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #0081ff;
}
.ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.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-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  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-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 2px 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 28px;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group.ant-input-group-compact {
  display: block;
}
.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.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 > .ant-input-affix-wrapper {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}
.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-selector,
.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-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector: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-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector: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-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 > .ant-select > .ant-select-arrow {
  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-selector,
.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 {
  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-selector,
.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 {
  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.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 4px 0 0 4px;
}
.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #dcdcdc;
  border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #dcdcdc;
}
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 4px 0 0 4px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 4px 0 0 4px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 4px 4px 0;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-password-icon.anticon {
  color: #666666;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-input[type='color'] {
  height: 32px;
}
.ant-input[type='color'].ant-input-lg {
  height: 40px;
}
.ant-input[type='color'].ant-input-sm {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ant-input-textarea-show-count > .ant-input {
  height: 100%;
}
.ant-input-textarea-show-count::after {
  float: right;
  color: #666666;
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.ant-input-search .ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #299bff;
}
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #299bff;
}
.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search .ant-input-lg {
  line-height: 1.5713;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: #666666;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-input-search-button {
  height: 32px;
}
.ant-input-search-button:hover,
.ant-input-search-button:focus {
  z-index: 1;
}
.ant-input-search-large .ant-input-search-button {
  height: 40px;
}
.ant-input-search-small .ant-input-search-button {
  height: 28px;
}
.ant-input-group-wrapper-rtl {
  direction: rtl;
}
.ant-input-group-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}
.ant-input-textarea-rtl {
  direction: rtl;
}
.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}
.ant-input-search-rtl {
  direction: rtl;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-right-color: #299bff;
  border-left-color: #dcdcdc;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #299bff;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
  right: -1px;
  left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  border-radius: 4px 0 0 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }
  .ant-input-lg {
    height: 40px;
  }
  .ant-input-sm {
    height: 28px;
  }
  .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}

.yqn-input .ant-input-affix-wrapper,
.yqn-input .ant-input {
  font-size: 12px;
  height: 32px;
  line-height: 17px;
  border-radius: 4px;
  padding: 4px 8px;
  border-color: #dcdcdc;
  color: #333333;
}
.yqn-input .ant-input-affix-wrapper:not(.ant-input-disabled):hover,
.yqn-input .ant-input:not(.ant-input-disabled):hover,
.yqn-input .ant-input-affix-wrapper:not(.ant-input-disabled):focus,
.yqn-input .ant-input:not(.ant-input-disabled):focus {
  border-color: #0081ff;
}
.yqn-input .ant-input-affix-wrapper.ant-input-disabled + .ant-input-suffix,
.yqn-input .ant-input.ant-input-disabled + .ant-input-suffix {
  display: none;
}
.yqn-input .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
}
.yqn-input .ant-input-affix-wrapper {
  height: 32px;
}
.yqn-input .ant-input-affix-wrapper > input.ant-input {
  height: auto;
}
.yqn-input .ant-input {
  padding: 4px 8px;
}
.yqn-input .ant-input:disabled {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
}
.yqn-input .ant-input::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-input .ant-input:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-input .ant-input::placeholder {
  color: #c0c0c0;
}
.yqn-input .ant-input-sm {
  height: 28px;
}
.yqn-input .ant-input-group-wrapper .ant-input-group .ant-input {
  font-size: 12px;
  color: #333333;
}
.yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  font-size: 12px;
  color: #666666;
  background-color: #f3f3f3;
}
.yqn-input .ant-input-clear-icon {
  color: #9b9b9b;
}
.yqn-input .ant-input-clear-icon:hover {
  color: #666666;
}

.yqn-custom-select.inline {
  display: inline-block;
  width: 160px;
}
.yqn-custom-select .select-compact .ant-select-selection {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yqn-custom-select .yqn-hidden-label > .ant-form-item-label {
  display: none;
}
.yqn-custom-select .ant-select-selection__placeholder,
.yqn-custom-select .ant-select-search__field__placeholder {
  font-size: 12px;
}
.yqn-custom-select-hidden-option {
  display: none;
}
.yqn-custom-select-option .normal,
.yqn-custom-select-option .custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yqn-custom-select-option .normal .space,
.yqn-custom-select-option .custom .space {
  margin: 0 8px;
}
.yqn-custom-select-option .normal .sub-value,
.yqn-custom-select-option .custom .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-custom-select-option .custom-user div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yqn-custom-select-option .custom-user div .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-custom-select-option .custom-tags .title {
  font-size: 14px;
}
.yqn-custom-select-option .custom-tags .title .text {
  font-size: 12px;
}
.yqn-custom-select-option .custom-tags .tag-title {
  color: #bbb;
}
.yqn-custom-select-option .custom-tags .tag {
  color: #788ca0;
  margin: 0 4px;
}
.yqn-custom-select-option .custom-tags .tag:first-child {
  margin-left: 0;
}
.yqn-custom-select-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag-title,
.yqn-custom-select-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag {
  color: rgba(0, 0, 0, 0.25);
}

.foreground-module-style .yqn-custom-select-option .normal .sub-value,
.foreground-module-style .yqn-custom-select-option .custom .sub-value {
  color: #666666;
}

.yqn-loading {
  height: 100%;
}
.yqn-loading.ant-spin {
  max-height: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.yqn-loading.ant-spin.ant-spin-show-text .ant-spin-text {
  margin-top: 12px;
  color: #666666;
  font-size: 12px;
}
.ant-spin-nested-loading {
  height: 100%;
}
.ant-spin-nested-loading .yqn-loading.ant-spin {
  max-height: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ant-spin-nested-loading .yqn-loading.ant-spin.ant-spin-show-text .ant-spin-dot {
  margin: 0;
}
.ant-spin-nested-loading .yqn-loading.ant-spin.ant-spin-show-text .ant-spin-text {
  margin-top: 12px;
  color: #666666;
  font-size: 12px;
}
.ant-spin-nested-loading .yqn-loading.ant-spin .ant-spin-dot {
  position: static;
}
.ant-spin-nested-loading .yqn-loading.ant-spin .ant-spin-text {
  position: static;
  padding: 0;
}
.yqn-loading-line {
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
}
.yqn-loading-line > div {
  width: 98%;
  -webkit-animation: lineAnimation 30s ease;
          animation: lineAnimation 30s ease;
  height: 100%;
  background-color: #0081ff;
}
@-webkit-keyframes lineAnimation {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}
@keyframes lineAnimation {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}

.yqn-custom-select.inline {
  display: inline-block;
  width: 160px;
}
.yqn-custom-select .select-compact .ant-select-selection {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yqn-custom-select .yqn-hidden-label > .ant-form-item-label {
  display: none;
}
.yqn-fuzzy-select-search-option .normal,
.yqn-fuzzy-select-search-option .custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yqn-fuzzy-select-search-option .normal .space,
.yqn-fuzzy-select-search-option .custom .space {
  margin: 0 8px;
}
.yqn-fuzzy-select-search-option .normal .sub-value,
.yqn-fuzzy-select-search-option .custom .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-fuzzy-select-search-option .custom-user div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yqn-fuzzy-select-search-option .custom-user div .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-fuzzy-select-search-option .custom-tags .title {
  font-size: 14px;
}
.yqn-fuzzy-select-search-option .custom-tags .title .text {
  font-size: 12px;
}
.yqn-fuzzy-select-search-option .custom-tags .tag-title {
  color: #bbb;
}
.yqn-fuzzy-select-search-option .custom-tags .tag {
  color: #788ca0;
  margin: 0 4px;
}
.yqn-fuzzy-select-search-option .custom-tags .tag:first-child {
  margin-left: 0;
}
.yqn-fuzzy-select-search-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag-title,
.yqn-fuzzy-select-search-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag {
  color: rgba(0, 0, 0, 0.25);
}

.foreground-module-style .yqn-fuzzy-select-search-option .normal .sub-value,
.foreground-module-style .yqn-fuzzy-select-search-option .custom .sub-value {
  color: #666666;
}

/* 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 */
@-webkit-keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #0081ff;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0081ff;
  border-radius: 4px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #0081ff;
  border-color: #0081ff;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: #c0c0c0;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #F0F0F0;
  border-color: #dcdcdc !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #F0F0F0;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\A0';
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dcdcdc;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #0081ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ant-tree-select-dropdown {
  padding: 8px 4px;
}
.ant-tree-select-dropdown-rtl {
  direction: rtl;
}
.ant-tree-select-dropdown .ant-select-tree {
  border-radius: 0;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
  background: #e6f7ff;
}
.ant-select-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
  align-items: stretch;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
  position: relative;
}
.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #0081ff;
  opacity: 0;
  -webkit-animation: ant-tree-node-fx-do-not-use 0.3s;
          animation: ant-tree-node-fx-do-not-use 0.3s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.ant-select-tree .ant-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
  color: inherit;
  font-weight: 500;
}
.ant-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-select-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-select-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.ant-select-tree-treenode:hover .ant-select-tree-draggable-icon {
  opacity: 0.45;
}
.ant-select-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-select-tree-switcher .ant-tree-switcher-icon,
.ant-select-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-select-tree-switcher .ant-tree-switcher-icon svg,
.ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree-switcher-noop {
  cursor: default;
}
.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-select-tree-switcher-loading-icon {
  color: #0081ff;
}
.ant-select-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-select-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #dcdcdc;
  content: ' ';
}
.ant-select-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #dcdcdc;
  content: ' ';
}
.ant-select-tree-checkbox {
  top: initial;
  margin: 5px 8px 0 0;
}
.ant-select-tree .ant-select-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #a3ddff;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
  display: none;
}
.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-select-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #0081ff;
  border-radius: 1px;
  pointer-events: none;
}
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #0081ff;
  border-radius: 50%;
  content: '';
}
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #0081ff;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #dcdcdc;
  content: '';
}
.ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
  display: none;
}
.ant-select-tree-show-line .ant-select-tree-switcher {
  background: #fff;
}
.ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}

.yqn-tree-select.inline {
  display: inline-block;
  width: 160px;
}
.yqn-tree-select.ant-select {
  font-size: 12px;
}
.yqn-tree-select .ant-select-selection {
  border-top-width: 1px;
}
.yqn-tree-select .ant-select-selection:hover,
.yqn-tree-select .ant-select-selection:focus {
  border-color: #0081ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.002);
}
.yqn-tree-select .ant-select-selection__rendered {
  margin-left: 8px;
}
.yqn-tree-select .ant-select-selection-placeholder,
.yqn-tree-select .ant-select-selection--multiple .ant-select-selection-placeholder {
  opacity: 1;
  margin-left: 0;
  left: 8px;
  color: #c0c0c0;
}
.yqn-tree-select .ant-select-selection--multiple .ant-select-selection__choice {
  color: #333333;
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}
.yqn-tree-select.ant-select-multiple .ant-select-selection-search {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.yqn-tree-select.ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 8px;
  right: 8px;
}
.yqn-tree-select.ant-select-multiple .ant-select-selector,
.yqn-tree-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 8px;
}
.yqn-tree-select .ant-select-arrow {
  color: #9b9b9b;
}
.yqn-tree-select.ant-select-open .ant-select-arrow {
  color: #0081ff;
}
.yqn-tree-select .select-compact .ant-select-selection {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yqn-tree-select .yqn-hidden-label > .ant-form-item-label {
  visibility: hidden;
}
.yqn-tree-select .ant-select-selection__clear {
  color: #9b9b9b;
}
.yqn-tree-select .ant-select-selection__clear:hover {
  color: #666666;
}
.yqn-tree-select-dropdown.ant-tree-select-dropdown {
  padding: 12px 0 3px 8px;
}
.yqn-tree-select-dropdown .ant-select-tree {
  font-size: 12px;
  margin: 0;
}
.yqn-tree-select-dropdown.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode {
  padding-bottom: 0;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher {
  width: auto;
  height: auto;
  margin-right: 8px;
  line-height: 32px;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher .ant-tree-switcher-icon,
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher .ant-select-tree-switcher-icon {
  font-size: 8px;
}
.yqn-tree-select-dropdown .ant-select-tree-indent-unit {
  width: 16px;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher:not(.ant-select-tree-switcher-noop) + .ant-select-tree-node-content-wrapper {
  color: #9b9b9b;
  line-height: 32px;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-noop {
  display: none;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-noop + .ant-select-tree-node-content-wrapper {
  line-height: 32px;
  min-height: 32px;
  padding: 0 8px;
  color: #333333;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper {
  min-height: 17px;
  line-height: 17px;
  padding: 0;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f2ff;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: #c0c0c0;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: transparent;
  color: #0081ff;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected:hover {
  background-color: #e6f2ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown {
  padding-top: 0;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox {
  margin: 0 8px 0 0;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-inner {
  border-color: #dcdcdc;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  border-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  width: 8px;
  height: 8px;
  background-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode {
  align-items: center;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-indent-unit {
  width: 24px;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper {
  min-height: 32px;
  line-height: 32px;
  padding: 0 4px;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher:not(.ant-select-tree-switcher-noop) + .ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  min-height: 32px;
  line-height: 32px;
  padding: 0 4px;
}

.custom-tags .title {
  font-size: 14px;
}
.custom-tags .title .text {
  font-size: 12px;
  color: #7994ae;
}
.custom-tags .title .sub-info {
  margin-left: 8px;
}
.custom-tags .tag-title {
  color: #bbb;
}
.custom-tags .tag-list {
  font-size: 12px;
  margin-top: 4px;
  line-height: 21px;
}
.custom-tags .tag-list .tag-bordered {
  border-radius: 10px;
  margin-right: 4px;
  padding: 0 4px;
  border: 1px solid #0081ff;
  color: #0081ff;
}
.custom-tags .tag-list .tag-bordered-warning {
  border: 1px solid #ff5f32;
  color: #ff5f32;
}
.custom-tags .tag-list .tag-green {
  color: #1DC83B;
  margin: 0 4px;
}
.custom-tags .tag-list .tag-green:first-child {
  margin-left: 0;
}
.custom-tags .tag {
  color: #7994ae;
  margin: 0 4px;
}
.custom-tags .tag:first-child {
  margin-left: 0;
}

/* 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-picker-status-error.ant-picker,
.ant-picker-status-error.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff855c;
}
.ant-picker-status-error.ant-picker-focused,
.ant-picker-status-error.ant-picker:focus {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-error .ant-picker-feedback-icon {
  color: #ff855c;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #ffaa01;
}
.ant-picker-status-warning.ant-picker-focused,
.ant-picker-status-warning.ant-picker:focus {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-warning .ant-picker-feedback-icon {
  color: #ffaa01;
}
.ant-picker-status-validating .ant-picker-feedback-icon {
  display: inline-block;
  color: #0081ff;
}
.ant-picker-status-success .ant-picker-feedback-icon {
  color: #1dad7a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-picker-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker.ant-picker-disabled {
  background: #F0F0F0;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: #c0c0c0;
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::-moz-placeholder {
  opacity: 1;
}
.ant-picker-input > input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-picker-input > input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-input > input-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-picker-input > input[disabled] {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-picker-input > input-sm {
  padding: 2px 7px;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-input-placeholder > input {
  color: #bfbfbf;
}
.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}
.ant-picker-small {
  padding: 2px 7px 2px;
}
.ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: #c0c0c0;
  line-height: 1;
  pointer-events: none;
}
.ant-picker-suffix > * {
  vertical-align: top;
}
.ant-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: #c0c0c0;
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
  vertical-align: top;
}
.ant-picker-clear:hover {
  color: #666666;
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: #c0c0c0;
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: #666666;
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #0081ff;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  transform: rotate(45deg);
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
  padding: 7.54247233px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #0081ff;
  background: #e6f7ff;
  border-color: #7acaff;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-out;
  border-radius: 0 0 4px 0;
  pointer-events: none;
}
.ant-picker-range-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, #fff 50%, #fff 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
          clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.ant-picker-panel-container .ant-picker-panel table {
  text-align: center;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #dcdcdc;
}
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #0081ff;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #dcdcdc;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: #c0c0c0;
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.ant-picker-header > button:hover {
  color: #333333;
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #0081ff;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: #333333;
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: #c0c0c0;
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: #333333;
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #0081ff;
  border-radius: 4px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #0081ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #66b3ff;
  border-bottom: 1px dashed #66b3ff;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #b3d9ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #b3d9ff;
  transition: all 0.3s;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #66b3ff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #66b3ff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-picker-cell-disabled {
  color: #c0c0c0;
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #c0c0c0;
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #dcdcdc;
}
.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #0081ff;
}
.ant-picker-today-btn:hover {
  color: #299bff;
}
.ant-picker-today-btn:active {
  color: #0065d9;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #66b3ff;
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #66b3ff;
  border-radius: 0 4px 4px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #66b3ff;
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #66b3ff;
  border-radius: 4px 0 0 4px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #0081ff;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #dcdcdc;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #dcdcdc;
}
.ant-picker-time-panel-column-active {
  background: rgba(230, 247, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: #333333;
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6f7ff;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: #c0c0c0;
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable-next-line selector-type-no-unknown,selector-no-vendor-prefix */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #66b3ff;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #66b3ff;
  border-radius: 4px 0 0 4px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #66b3ff;
  border-left: 1px dashed #66b3ff;
  border-radius: 4px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  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 #dcdcdc;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #0081ff;
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: #666666;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #0081ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #0081ff;
}
.ant-tag-checkable:active {
  background-color: #0065d9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #d94221;
  background: #fff6f0;
  border-color: #ffc7ad;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #ff5f32;
  border-color: #ff5f32;
}
.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #d98900;
  background: #fffbe6;
  border-color: #ffe07a;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #ffaa01;
  border-color: #ffaa01;
}
.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #108761;
  background: #dfede6;
  border-color: #8ad4b2;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #1dad7a;
  border-color: #1dad7a;
}
.ant-tag-blue {
  color: #0065d9;
  background: #e6f7ff;
  border-color: #7acaff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #0081ff;
  border-color: #0081ff;
}
.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #1dad7a;
  background: #dfede6;
  border-color: #8ad4b2;
}
.ant-tag-processing {
  color: #0081ff;
  background: #e6f7ff;
  border-color: #7acaff;
}
.ant-tag-error {
  color: #ff855c;
  background: #fff6f0;
  border-color: #ffe4d6;
}
.ant-tag-warning {
  color: #ffaa01;
  background: #fffbe6;
  border-color: #ffe07a;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

.yqn-datepicker {
  width: 100%;
  border-radius: 4px;
}
.yqn-datepicker.ant-picker {
  padding-left: 8px;
  height: 32px;
}
.yqn-datepicker.ant-picker:focus {
  border-color: #4da7ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.002);
}
.yqn-datepicker .ant-picker-input > input {
  font-size: 12px;
  line-height: 17px;
  color: #333333;
}
.yqn-datepicker .ant-picker-input > input::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-datepicker .ant-picker-input > input:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-datepicker .ant-picker-input > input::placeholder {
  color: #c0c0c0;
}
.yqn-datepicker.full-width {
  width: 100% !important;
}
.yqn-datepicker .ant-picker-suffix > .anticon-calendar {
  color: #7994ae;
}
.yqn-datepicker .ant-picker-clear {
  color: #9b9b9b;
}
.yqn-datepicker .ant-picker-clear:hover {
  color: #666666;
}
.yqn-datepicker .ant-picker-range-separator {
  padding: 0;
}
.yqn-datepicker .ant-picker-active-bar {
  display: none;
}
.ant-form-item-has-feedback .yqn-datepicker.ant-picker-range .ant-picker-clear {
  right: 29px;
}
.dynamic-date-panel {
  font-size: 12px;
}
.dynamic-date-panel .dynamic-date-btns {
  display: flex;
  align-items: center;
  height: 100%;
}
.dynamic-date-panel .dynamic-date-btns .yqn-button.ant-btn {
  margin-right: 8px;
}

.foreground-module-style .yqn-datepicker.ant-picker {
  border-color: #dcdcdc;
}

.yqn-dividing-line {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.yqn-dividing-line.yqn-dividing-dash {
  background: none;
  height: 0;
  border-top: 1px dashed #dcdcdc;
}

/* 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-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: width 0s ease 0.3s, height 0s ease 0.3s;
}
.ant-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-drawer-left {
  left: 0;
}
.ant-drawer-left .ant-drawer-content-wrapper {
  left: 0;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
          animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
}
.ant-drawer-title {
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: #666666;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: #333333;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 4px 4px 0 0;
}
.ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.ant-drawer-header-close-only {
  padding-bottom: 0;
  border: none;
}
.ant-drawer-wrapper-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.ant-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #dcdcdc;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}
.ant-drawer .ant-picker-clear {
  background: #fff;
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-drawer-rtl {
  direction: rtl;
}
.ant-drawer-rtl .ant-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}

.yqn-drawer .ant-drawer-mask,
.yqn-drawer.ant-drawer.ant-drawer-open .ant-drawer-mask {
  background: #000000;
  opacity: 0.6;
}
.yqn-drawer .ant-drawer-header {
  padding: 11px 12px;
  border-color: #dcdcdc;
}
.yqn-drawer .ant-drawer-header .ant-drawer-title {
  line-height: 25px;
  font-size: 18px;
  word-break: break-all;
  padding-right: 16px;
  color: #333333;
}
.yqn-drawer .ant-drawer-header .ant-drawer-close {
  right: 12px;
  width: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.yqn-drawer .ant-drawer-header .ant-drawer-close .anticon-close {
  color: #666666;
}
.yqn-drawer .ant-drawer-header .ant-drawer-close .anticon-close:hover {
  color: #0081ff;
}
.yqn-drawer .ant-drawer-header .ant-drawer-header-title {
  flex-direction: row-reverse;
}
.yqn-drawer .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  height: auto;
  line-height: normal;
  margin-right: 0;
}
.yqn-drawer .ant-drawer-body {
  overflow: hidden;
  padding: 0;
}
.yqn-drawer .yqn-drawer-content {
  padding: 12px;
}
.yqn-drawer .yqn-drawer-footer {
  border-top: 1px solid #dcdcdc;
  background-color: #ffffff;
  padding: 12px 12px;
}
.yqn-drawer .yqn-drawer-footer button {
  margin-right: 12px;
}
.yqn-drawer.ant-drawer-open .ant-drawer-content {
  box-shadow: -4px 4px 9px 0 rgba(0, 0, 0, 0.3);
}
.yqn-drawer .ant-drawer-wrapper-body,
.yqn-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
}
.yqn-drawer .ant-drawer-body {
  flex: 1;
}
.yqn-drawer .yqn-drawer-content {
  overflow: auto;
}
.yqn-drawer.yqn-drawer-container {
  position: absolute;
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

.yqn-dropdown {
  font-size: 12px;
  color: #0081ff;
}
.yqn-dropdown .yqn-icon {
  color: #0081ff;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.3s;
}
.yqn-dropdown.ant-dropdown-open .rotate {
  transform: rotate(180deg);
}
.yqn-dropdown.yqn-button .yqn-icon {
  color: inherit;
  margin-left: 4px;
}
.yqn-dropdown-btn .ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border: 1px solid #dcdcdc;
  color: #333333;
}
.yqn-dropdown-btn .ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-dropdown-btn .ant-btn-lg {
  height: 40px;
}
.yqn-dropdown-btn .ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-dropdown-btn .ant-btn-primary:hover,
.yqn-dropdown-btn .ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-dropdown-btn .ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-dropdown-btn.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding: 0;
  width: 22px;
}
.yqn-select-dropdown.ant-dropdown,
.ant-dropdown {
  text-align: left;
  color: #333333;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item,
.ant-dropdown .ant-dropdown-menu-item,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title,
.ant-dropdown .ant-dropdown-menu-submenu-title {
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item > a,
.ant-dropdown .ant-dropdown-menu-item > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title > a,
.ant-dropdown .ant-dropdown-menu-submenu-title > a {
  padding: 0;
  margin: 0;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item:hover,
.ant-dropdown .ant-dropdown-menu-item:hover,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item:hover > a,
.ant-dropdown .ant-dropdown-menu-item:hover > a {
  color: #333333;
  font-weight: 400;
  background-color: #e6f2ff;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-active,
.ant-dropdown .ant-dropdown-menu-item-active {
  background-color: inherit;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected,
.ant-dropdown .ant-dropdown-menu-item-selected,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title-selected,
.ant-dropdown .ant-dropdown-menu-submenu-title-selected,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected > a,
.ant-dropdown .ant-dropdown-menu-item-selected > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title-selected > a,
.ant-dropdown .ant-dropdown-menu-submenu-title-selected > a {
  font-weight: 400;
  color: #0081ff;
  background-color: transparent;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected:hover,
.ant-dropdown .ant-dropdown-menu-item-selected:hover,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected:hover > a,
.ant-dropdown .ant-dropdown-menu-item-selected:hover > a {
  color: #0081ff;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled,
.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled > a,
.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled > a,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover > a,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover > a {
  color: #9b9b9b;
  background-color: transparent;
  cursor: not-allowed;
}

/* 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.ant-table-middle {
  font-size: 14px;
}
.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-thead > tr > th,
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
.ant-table.ant-table-middle tfoot > tr > th,
.ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}
.ant-table.ant-table-middle .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 25px;
}
.ant-table.ant-table-small {
  font-size: 14px;
}
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-thead > tr > th,
.ant-table.ant-table-small .ant-table-tbody > tr > td,
.ant-table.ant-table-small tfoot > tr > th,
.ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}
.ant-table.ant-table-small .ant-table-filter-trigger {
  margin-right: -4px;
}
.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 25px;
}
.ant-table-small .ant-table-thead > tr > th {
  background-color: #fafafa;
}
.ant-table-small .ant-table-selection-column {
  width: 46px;
  min-width: 46px;
}
.ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #dcdcdc;
  border-bottom: 0;
}
.ant-table.ant-table-bordered > .ant-table-container {
  border-left: 1px solid #dcdcdc;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #dcdcdc;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #dcdcdc;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #dcdcdc;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #dcdcdc;
  content: '';
}
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
  border-top: 1px solid #dcdcdc;
}
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}
.ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #dcdcdc;
  border-top: 0;
}
.ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}
.ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px #fafafa;
}
.ant-table-wrapper {
  clear: both;
  max-width: 100%;
}
.ant-table-wrapper::before {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-table-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-title {
  padding: 16px 16px;
}
.ant-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}
.ant-table-thead > tr > th {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #dcdcdc;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #dcdcdc;
  transition: background 0.3s;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 33px;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #fafafa;
}
.ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6f7ff;
  border-color: rgba(0, 0, 0, 0.03);
}
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #dcf4ff;
}
.ant-table-summary {
  position: relative;
  z-index: 2;
  background: #fff;
}
div.ant-table-summary {
  box-shadow: 0 -1px 0 #dcdcdc;
}
.ant-table-summary > tr > th,
.ant-table-summary > tr > td {
  border-bottom: 1px solid #dcdcdc;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
}
.ant-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.ant-table-pagination > * {
  flex: none;
}
.ant-table-pagination-left {
  justify-content: flex-start;
}
.ant-table-pagination-center {
  justify-content: center;
}
.ant-table-pagination-right {
  justify-content: flex-end;
}
.ant-table-thead th.ant-table-column-has-sorters {
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead th.ant-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
  background: #f5f5f5;
}
.ant-table-thead th.ant-table-column-sort {
  background: #F0F0F0;
}
.ant-table-thead th.ant-table-column-sort::before {
  background-color: transparent !important;
}
td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}
.ant-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}
.ant-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.ant-table-column-sorter {
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}
.ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  font-size: 11px;
}
.ant-table-column-sorter-up.active,
.ant-table-column-sorter-down.active {
  color: #0081ff;
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}
.ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #a6a6a6;
}
.ant-table-filter-column {
  display: flex;
  justify-content: space-between;
}
.ant-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-filter-trigger:hover {
  color: #666666;
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-filter-trigger.active {
  color: #0081ff;
}
.ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  min-width: 120px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
  display: block;
  padding: 8px 0;
  color: #c0c0c0;
  font-size: 12px;
  text-align: center;
  content: 'Not Found';
}
.ant-table-filter-dropdown-tree {
  padding: 8px 8px 0;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
  background-color: #a3ddff;
}
.ant-table-filter-dropdown-search {
  padding: 8px;
  border-bottom: 1px #dcdcdc solid;
}
.ant-table-filter-dropdown-search-input input {
  min-width: 140px;
}
.ant-table-filter-dropdown-search-input .anticon {
  color: #c0c0c0;
}
.ant-table-filter-dropdown-checkall {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
}
.ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #dcdcdc;
}
.ant-table-selection-col {
  width: 32px;
}
.ant-table-bordered .ant-table-selection-col {
  width: 50px;
}
table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}
table tr th.ant-table-selection-column .ant-radio-wrapper,
table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
table tr th.ant-table-selection-column.ant-table-cell-fix-left {
  z-index: 3;
}
table tr th.ant-table-selection-column::after {
  background-color: transparent !important;
}
.ant-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.ant-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-margin-start: 100%;
          margin-inline-start: 100%;
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}
.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}
.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}
.ant-table-expand-icon-col {
  width: 48px;
}
.ant-table-row-expand-icon-cell {
  text-align: center;
}
.ant-table-row-indent {
  float: left;
  height: 1px;
}
.ant-table-row-expand-icon {
  color: #0081ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  outline: none;
  transform: scale(0.82352941);
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #299bff;
}
.ant-table-row-expand-icon:active {
  color: #0065d9;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentcolor;
}
.ant-table-row-expand-icon::before,
.ant-table-row-expand-icon::after {
  position: absolute;
  background: currentcolor;
  transition: transform 0.3s ease-out;
  content: '';
}
.ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}
.ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}
.ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}
.ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}
.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}
.ant-table-row-expand-icon-spaced::before,
.ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}
.ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}
tr.ant-table-expanded-row > td,
tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}
tr.ant-table-expanded-row .ant-descriptions-view {
  display: flex;
}
tr.ant-table-expanded-row .ant-descriptions-view table {
  flex: auto;
  width: auto;
}
.ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}
.ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: #c0c0c0;
}
.ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}
.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 2;
  background: #fff;
}
.ant-table-cell-fix-left-first::after,
.ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table-cell-fix-right-first::after,
.ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.ant-table .ant-table-container::before {
  left: 0;
}
.ant-table .ant-table-container::after {
  right: 0;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
  position: relative;
}
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
  position: relative;
}
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}
.ant-table-sticky-holder {
  position: -webkit-sticky;
  position: sticky;
  z-index: calc(2 + 1);
  background: #fff;
}
.ant-table-sticky-scroll {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: calc(2 + 1);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #dcdcdc;
  opacity: 0.6;
}
.ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}
.ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
.ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}
@media all and (-ms-high-contrast: none) {
  .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }
  .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}
.ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}
.ant-table-title {
  border-radius: 4px 4px 0 0;
}
.ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}
.ant-table-container {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-footer {
  border-radius: 0 0 4px 4px;
}
.ant-table-wrapper-rtl {
  direction: rtl;
}
.ant-table-rtl {
  direction: rtl;
}
.ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  right: auto;
  left: 0;
}
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}
.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 4px;
  margin-left: 0;
}
.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}
.ant-table-wrapper-rtl .ant-table-filter-trigger {
  margin: -4px 4px -4px -8px;
}
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}
.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}
.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}
.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}
.ant-radio-group .ant-badge-count {
  z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ant-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\A0';
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  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: #0081ff;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0081ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background-color: #0081ff;
  border-top: 0;
  border-left: 0;
  border-radius: 14px;
  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: #0081ff;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(0.42857143);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #F0F0F0;
  border-color: #dcdcdc !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: #c0c0c0;
  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: #666666;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: #666666;
}
.ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 28px;
  padding: 0 7px;
  line-height: 26px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #dcdcdc;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #dcdcdc;
  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: #0081ff;
}
.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.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: #0081ff;
  background: #fff;
  border-color: #0081ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #0081ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #0081ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #299bff;
  border-color: #299bff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #299bff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #0065d9;
  border-color: #0065d9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #0065d9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #0081ff;
  border-color: #0081ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #299bff;
  border-color: #299bff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #0065d9;
  border-color: #0065d9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}
.ant-radio-button-wrapper-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #dcdcdc;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #c0c0c0;
  background-color: #e6e6e6;
  border-color: #dcdcdc;
  box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #dcdcdc;
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #299bff;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #dcdcdc;
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  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: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #333333;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:hover {
  border-color: #0081ff;
  transition: all 0.3s;
}
.ant-pagination-item:hover a {
  color: #0081ff;
}
.ant-pagination-item:focus-visible {
  border-color: #0081ff;
  transition: all 0.3s;
}
.ant-pagination-item:focus-visible a {
  color: #0081ff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #0081ff;
}
.ant-pagination-item-active a {
  color: #0081ff;
}
.ant-pagination-item-active:hover {
  border-color: #299bff;
}
.ant-pagination-item-active:focus-visible {
  border-color: #299bff;
}
.ant-pagination-item-active:hover a {
  color: #299bff;
}
.ant-pagination-item-active:focus-visible a {
  color: #299bff;
}
.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 {
  color: #0081ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.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: #c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.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:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus-visible .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: #333333;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  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 {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ant-pagination-prev button,
.ant-pagination-next button {
  color: #333333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover button,
.ant-pagination-next:hover button {
  border-color: #299bff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-next:focus-visible .ant-pagination-item-link {
  color: #0081ff;
  border-color: #0081ff;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #0081ff;
  border-color: #0081ff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover {
  cursor: not-allowed;
}
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
  color: #c0c0c0;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: #c0c0c0;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ant-pagination-options *::-ms-backdrop,
  .ant-pagination-options {
    vertical-align: top;
  }
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-pagination-options-quick-jumper input-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 2px 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;
  background-color: transparent;
  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 #dcdcdc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #0081ff;
}
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
}
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: #c0c0c0;
  background: #F0F0F0;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.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-size-changer {
  top: 0px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 2px 7px;
  width: 44px;
  height: 28px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #F0F0F0;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: #c0c0c0;
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #e6e6e6;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #c0c0c0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: #c0c0c0;
  background: #F0F0F0;
  border-color: #dcdcdc;
  cursor: not-allowed;
}
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: #c0c0c0;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}
.ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}
.ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}
.ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #0081ff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #0081ff;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0081ff;
  border-radius: 4px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #0081ff;
  border-color: #0081ff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #c0c0c0;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #F0F0F0;
  border-color: #dcdcdc !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #F0F0F0;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\A0';
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dcdcdc;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #0081ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f7ff;
}
.ant-tree-list-holder-inner {
  align-items: flex-start;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
  position: relative;
}
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #0081ff;
  opacity: 0;
  -webkit-animation: ant-tree-node-fx-do-not-use 0.3s;
          animation: ant-tree-node-fx-do-not-use 0.3s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
.ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}
.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}
.ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.ant-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.ant-tree-treenode:hover .ant-tree-draggable-icon {
  opacity: 0.45;
}
.ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-tree-switcher .ant-tree-switcher-icon,
.ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.ant-tree-switcher .ant-tree-switcher-icon svg,
.ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-tree-switcher-loading-icon {
  color: #0081ff;
}
.ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #dcdcdc;
  content: ' ';
}
.ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #dcdcdc;
  content: ' ';
}
.ant-tree-checkbox {
  top: initial;
  margin: 5px 8px 0 0;
}
.ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}
.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #a3ddff;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}
.ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.ant-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #0081ff;
  border-radius: 1px;
  pointer-events: none;
}
.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #0081ff;
  border-radius: 50%;
  content: '';
}
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #0081ff;
}
.ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}
.ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #dcdcdc;
  content: '';
}
.ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}
.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}
.ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.ant-tree-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}
.ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}
.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #dcdcdc;
}
.ant-tree-rtl.ant-tree-checkbox {
  margin: 5px 0 0 8px;
}
.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 5px 0 0 8px;
}

.yqn-table .yqn-dark-row {
  background-color: rgba(0, 0, 0, 0.05);
}
.yqn-table .high-light-row {
  background-color: #FFF8E9;
}
.yqn-table .high-light-row:hover > td {
  background-color: #FFF8E9 !important;
}
.yqn-table .high-light-row .ant-table-cell-fix-right,
.yqn-table .high-light-row .ant-table-cell-fix-left {
  background-color: #FFF8E9;
}
.yqn-table .ant-table {
  font-size: 12px;
  line-height: 17px;
}
.yqn-table .ant-table-fixed .ant-table-column-title {
  font-weight: 700;
  word-break: break-all;
}
.yqn-table .ant-table-fixed tr td {
  word-break: break-all;
}
.yqn-table .ant-table-thead > tr > th {
  color: #333333;
}
.yqn-table .ant-table.ant-table-small .ant-table-thead .ant-table-column-sorters {
  padding: 0;
}
.yqn-table .ant-table-small.ant-table-bordered .ant-table-content {
  border-right-color: #dcdcdc;
}
.yqn-table .ant-table-small,
.yqn-table .ant-table-bordered .ant-table-thead > tr > th,
.yqn-table .ant-table-bordered .ant-table-tbody > tr > td {
  border-color: #dcdcdc;
}
.yqn-table .ant-table-small > .ant-table-container .ant-table-header,
.yqn-table .ant-table-small .ant-table-container .ant-table-thead > tr > th,
.yqn-table .ant-table-small > .ant-table-container .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.yqn-table .ant-table-small > .ant-table-container .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.yqn-table .ant-table-small > .ant-table-container .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th {
  background-color: #EBEBEB;
}
.yqn-table .ant-table.ant-table-small .ant-table-title,
.yqn-table .ant-table.ant-table-small .ant-table-thead > tr > th {
  padding: 7px 4px;
}
.yqn-table .ant-table.ant-table-small .ant-table-tbody > tr > td,
.yqn-table .ant-table.ant-table-small .ant-table-footer,
.yqn-table .ant-table.ant-table-small tfoot > tr > th,
.yqn-table .ant-table.ant-table-small tfoot > tr > td {
  padding: 4px 4px;
}
.yqn-table .ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: none;
}
.yqn-table .ant-table-tbody > tr > td {
  word-break: break-word;
}
.yqn-table .table-operation {
  display: inline-block;
  margin-right: 12px;
}
.yqn-table .table-operation:last-child {
  margin-right: 0;
}
.yqn-table .table-operation button.ant-btn-link {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.yqn-table .react-resizable {
  position: relative;
  background-clip: padding-box;
}
.yqn-table .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
/* 滚动条修改 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #999;
  border-radius: 80px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #666666;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #666666;
}
::-webkit-scrollbar-button {
  background-color: #666666;
  display: none;
}
.yqn-watermark .yqn-table .ant-table {
  background-color: transparent;
}

.foreground-module-style .yqn-table .ant-table-small > .ant-table-container .ant-table-header,
.foreground-module-style .yqn-table .ant-table-small .ant-table-container .ant-table-thead > tr > th,
.foreground-module-style .yqn-table .ant-table-small > .ant-table-container .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.foreground-module-style .yqn-table .ant-table-small > .ant-table-container .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.foreground-module-style .yqn-table .ant-table-small > .ant-table-container .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th {
  background-color: #efefef;
}

.dynamic-table .dynamic-add {
  margin-top: 8px;
  width: 130px;
  box-sizing: border-box;
}
.dynamic-table .dynamic-add .yqn-icon {
  margin-right: 4px;
  color: inherit;
}
.dynamic-table .copy-col {
  font-size: 13px;
  color: #0081ff;
  cursor: pointer;
  margin-left: 4px;
  flex: 0 0 auto;
  margin-bottom: 1px;
}
.dynamic-table .copy-col:hover {
  color: #4da7ff;
}
.dynamic-table .copy-content {
  display: flex;
  align-items: flex-end;
}
.dynamic-table .yqn-input .ant-input-affix-wrapper,
.dynamic-table .yqn-input .ant-input,
.dynamic-table .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 28px;
}
.dynamic-table .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 26px;
}
.dynamic-table .ant-select-single .ant-select-selector .ant-select-selection-item,
.dynamic-table .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 26px;
}
.dynamic-table .ant-select-multiple .ant-select-selection-item {
  height: 22px;
  line-height: 20px;
}
.dynamic-table .ant-select-multiple .ant-select-selector::after {
  line-height: 22px;
}
.dynamic-table .yqn-table .yqn-button.ant-btn {
  height: 28px;
  font-size: 12px;
}
.dynamic-table .yqn-datepicker.ant-picker {
  height: 28px;
}
.dynamic-table .yqn-number.ant-input-number,
.dynamic-table .yqn-calculate-number.ant-input-number {
  height: 28px;
}
.dynamic-table .yqn-number .ant-input-number-input,
.dynamic-table .yqn-calculate-number .ant-input-number-input {
  height: 18px;
  line-height: 18px;
}
.yqn-form.ant-form .dynamic-table .ant-form-item {
  margin-bottom: 0;
}

.yqn-error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.yqn-error-page > img {
  width: 353px;
  height: 296px;
}
.yqn-error-page .error-info {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.yqn-error-page .error-btn {
  margin-top: 40px;
}
.yqn-error-page .error-btn .ant-btn.yqn-button {
  margin-right: 12px;
}
.yqn-error-page .error-btn .ant-btn.yqn-button:last-child {
  margin-right: 0;
}

.yqn-feedback .ant-empty-image {
  height: auto;
  margin-bottom: 12px;
}
.yqn-feedback .yqn-feedback-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.yqn-feedback .yqn-feedback-subtitle {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #9b9b9b;
  margin-top: 4px;
}
.yqn-feedback .yqn-feedback-edit,
.yqn-feedback .yqn-feedback-import,
.yqn-feedback .yqn-feedback-no-data,
.yqn-feedback .yqn-feedback-no-search,
.yqn-feedback .yqn-feedback-no-refresh {
  width: 76px;
  height: 76px;
}
.yqn-feedback.yqn-feedback-horizontal .ant-empty-image {
  display: inline-block;
  height: auto;
  margin-bottom: 0;
}
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-edit,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-import,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-data,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-search,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-refresh {
  width: 30px;
  height: 30px;
}
.yqn-feedback.yqn-feedback-horizontal .ant-empty-description {
  display: inline-block;
  margin-left: 12px;
}
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-title {
  font-size: 12px;
}
.yqn-feedback .yqn-feedback-no-message,
.yqn-feedback .yqn-feedback-no-notice,
.yqn-feedback .yqn-feedback-no-task {
  width: 80px;
  height: 80px;
}
.yqn-feedback .yqn-feedback-no-search-select {
  width: 50px;
  height: 50px;
}
.yqn-feedback .ant-empty-footer {
  margin-top: 12px;
}

.yqn-popover .ant-popover-inner {
  max-height: 400px;
  max-width: 400px;
  overflow: auto;
}
.yqn-popover .ant-popover-inner-content {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  padding: 12px;
}
.yqn-popover h2 {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
.yqn-popover h2 + p {
  margin-bottom: 20px;
}
.yqn-popover h2 + p:last-child {
  margin-bottom: 0;
}
.yqn-popover.yqn-popover-small .ant-popover-inner {
  max-width: 300px;
}
.yqn-popover.yqn-popover-large .ant-popover-inner {
  max-width: 600px;
}

.yqn-filter {
  margin: 0 auto 8px;
  border-bottom: 1px solid #dcdcdc;
}
.yqn-filter-operation {
  flex: 1;
  text-align: right;
  margin-bottom: 8px;
  padding: 0 4px;
}
.yqn-filter-operation button.ant-btn {
  margin-left: 4px;
}
.yqn-filter-operation .yqn-icon {
  color: inherit;
  font-size: 18px;
}
.yqn-filter-popover {
  min-width: 200px;
}
.yqn-filter-popover .ant-popover-inner-content {
  padding: 8px 12px;
}
.yqn-filter-popover .filter-popover-search {
  margin-bottom: 8px;
}
.yqn-filter-popover ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow: auto;
}
.yqn-filter-popover li {
  padding: 4px 0;
}
.yqn-filter-popover .filter-popover-footer {
  margin-top: 4px;
  text-align: right;
}
.yqn-filter-popover .filter-popover-footer > button {
  margin-left: 4px;
}
.yqn-filter-popover .filter-popover-footer > button:first-child {
  float: left;
  margin-left: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item {
  display: flex;
  align-items: center;
}
.yqn-form.ant-form .yqn-filter-col span.ant-form-item-children {
  display: block;
}
.yqn-form.ant-form .yqn-filter-col .ant-input-number,
.yqn-form.ant-form .yqn-filter-col .ant-picker,
.yqn-form.ant-form .yqn-filter-col .ant-calendar-picker {
  width: 100%;
}
.yqn-form.ant-form .yqn-filter-col .ant-select,
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple {
  height: 32px;
  padding: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple ul {
  display: flex;
  height: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple ul li.ant-select-selection__choice:first-child {
  flex: 1;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple > ul > li,
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 0;
  line-height: 20px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection__rendered {
  margin-left: 8px;
  line-height: initial;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--single .ant-select-selection__rendered {
  margin-top: 6px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-top: 3px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__placeholder {
  margin-top: -7px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection-overflow-item {
  max-width: calc(100% - 58px);
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-label {
  width: 76px;
  padding-right: 4px;
  line-height: 16px;
  white-space: normal;
  word-break: break-all;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-label label {
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  height: auto;
  text-align: right;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-label > label.ant-form-item-no-colon::after {
  display: none;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-control {
  line-height: initial;
  overflow: hidden;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-explain,
.yqn-form.ant-form .yqn-filter-col .ant-form-extra {
  margin: 0;
  min-height: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-explain-error {
  display: none;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-control-wrapper {
  flex: 1;
  overflow: hidden;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-multiple .ant-select-selection-item:first-child {
  flex: 1;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-multiple .ant-select-selector > .ant-select-selection-item .ant-select-selection-item-remove {
  position: absolute;
  right: 4px;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-nav-add {
  margin-left: 4px !important;
  border: 0;
  background: none;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-tab {
  min-width: 48px !important;
  font-size: 12px !important;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 4px !important;
  border-left: 1px solid #dcdcdc;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-tab::before {
  display: none !important;
}
.ycm-filter-preset-wrap .preset-name {
  display: flex;
  align-items: center;
}
.ycm-filter-preset-wrap .preset-name .preset-option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10px;
  height: 20px;
}
.ycm-filter-preset-wrap .preset-name .preset-option::after {
  content: '';
  flex: 0 0 2px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  margin-left: 8px;
  background: #0081ff;
  box-shadow: 0 -4px 0 0 #0081ff, 0 0 0 0 #0081ff, 0 4px 0 0 #0081ff, 0 0 0 0 #0081ff;
}
.ycm-filter-preset-wrap .yqn-icon {
  color: inherit;
  margin-right: 4px;
}
.ycm-filter-preset-name-input .ant-form-item-label {
  padding-bottom: 4px;
}
.ycm-filter-preset-name-input label {
  font-size: 12px;
  height: 17px;
}
.ycm-filter-preset-options a {
  display: block;
  color: #333333;
  padding: 6px;
}
.ycm-filter-preset-options a:hover {
  color: #0081ff;
}

/* 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-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  -webkit-padding-start: 11px;
          padding-inline-start: 11px;
}
.ant-input-number-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.ant-input-number-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-input-number-affix-wrapper::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-affix-wrapper:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-affix-wrapper-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper[disabled] {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-affix-wrapper[disabled]:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input-number-affix-wrapper-borderless,
.ant-input-number-affix-wrapper-borderless:hover,
.ant-input-number-affix-wrapper-borderless:focus,
.ant-input-number-affix-wrapper-borderless-focused,
.ant-input-number-affix-wrapper-borderless-disabled,
.ant-input-number-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-affix-wrapper-sm {
  padding: 2px 7px;
}
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
  border-color: #299bff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-number-affix-wrapper-focused,
.ant-input-number-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
  background: transparent;
}
.ant-input-number-affix-wrapper > div.ant-input-number {
  width: 100%;
  border: none;
  outline: none;
}
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
  box-shadow: none !important;
}
.ant-input-number-affix-wrapper input.ant-input-number-input {
  padding: 0;
}
.ant-input-number-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\A0';
}
.ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
  z-index: 2;
}
.ant-input-number-prefix,
.ant-input-number-suffix {
  display: flex;
  flex: none;
  align-items: center;
  pointer-events: none;
}
.ant-input-number-prefix {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.ant-input-number-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-right: 11px;
  margin-left: 4px;
}
.ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
  width: 100%;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #ff855c;
}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-status-error .ant-input-number-feedback-icon {
  color: #ff855c;
}
.ant-input-number-status-error .ant-input-number-prefix {
  color: #ff855c;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #ffaa01;
}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-status-warning .ant-input-number-feedback-icon {
  color: #ffaa01;
}
.ant-input-number-status-warning .ant-input-number-prefix {
  color: #ffaa01;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #ff855c;
}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-status-error .ant-input-number-feedback-icon {
  color: #ff855c;
}
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
  color: #ff855c;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #ffaa01;
}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-affix-wrapper-status-warning .ant-input-number-feedback-icon {
  color: #ffaa01;
}
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
  color: #ffaa01;
}
.ant-input-number-affix-wrapper-status-validating .ant-input-number-feedback-icon {
  display: inline-block;
  color: #0081ff;
}
.ant-input-number-affix-wrapper-status-success .ant-input-number-feedback-icon {
  color: #1dad7a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
  color: #ff855c;
  border-color: #ff855c;
}
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
  color: #ffaa01;
  border-color: #ffaa01;
}
.ant-input-number {
  box-sizing: border-box;
  color: #333333;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-input-number::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-input-number:focus,
.ant-input-number-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input-number[disabled] {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-input-number-borderless,
.ant-input-number-borderless:hover,
.ant-input-number-borderless:focus,
.ant-input-number-borderless-focused,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 2px 7px;
}
.ant-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-number-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-number-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-number-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap,
.ant-input-number-group > .ant-input-number {
  display: table-cell;
}
.ant-input-number-group-addon:not(:first-child):not(:last-child),
.ant-input-number-group-wrap:not(:first-child):not(:last-child),
.ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-number-group-addon,
.ant-input-number-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-number-group-wrap > * {
  display: block !important;
}
.ant-input-number-group .ant-input-number {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-number-group .ant-input-number:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-number-group .ant-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
  z-index: 0;
}
.ant-input-number-group-addon {
  position: relative;
  padding: 0 11px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
}
.ant-input-number-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
  color: #0081ff;
}
.ant-input-number-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ant-input-number-group > .ant-input-number:first-child,
.ant-input-number-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
.ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-number-group-addon:first-child {
  border-right: 0;
}
.ant-input-number-group-addon:last-child {
  border-left: 0;
}
.ant-input-number-group > .ant-input-number:last-child,
.ant-input-number-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
.ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group-lg .ant-input-number,
.ant-input-number-group-lg > .ant-input-number-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-number-group-sm .ant-input-number,
.ant-input-number-group-sm > .ant-input-number-group-addon {
  padding: 2px 7px;
}
.ant-input-number-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-number-group-sm .ant-select-single .ant-select-selector {
  height: 28px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact {
  display: block;
}
.ant-input-number-group.ant-input-number-group-compact::before {
  display: table;
  content: '';
}
.ant-input-number-group.ant-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
  display: inline-flex;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
  display: inline-flex;
}
.ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-number {
  float: none;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.ant-input-number-group.ant-input-number-group-compact > *:first-child,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-number-group.ant-input-number-group-compact > *:last-child,
.ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 4px 0 0 4px;
}
.ant-input-number-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: #666666;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  border-left: 1px solid #dcdcdc;
  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: #299bff;
}
.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: #666666;
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-number-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.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-readonly .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;
  -webkit-appearance: textfield !important;
     -moz-appearance: textfield !important;
          appearance: textfield !important;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.ant-input-number-input::-moz-placeholder {
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-input-number-input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.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;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 26px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  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: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-left-width: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap,
.ant-input-number-focused .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 #dcdcdc;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-borderless .ant-input-number-handler-down {
  border-top-width: 0;
}
.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: #c0c0c0;
}
.ant-input-number-borderless {
  box-shadow: none;
}
.ant-input-number-out-of-range input {
  color: #ff855c;
}
.ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler {
  border-right: 1px solid #dcdcdc;
  border-left: 0;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
}
.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-right-width: 0;
}
.ant-input-number-rtl .ant-input-number-handler-up {
  border-top-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-handler-down {
  border-bottom-right-radius: 0;
}
.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}

.yqn-number.ant-input-number,
.yqn-calculate-number.ant-input-number {
  font-size: 12px;
  height: 32px;
  line-height: 17px;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
  border-color: #dcdcdc;
  color: #333333;
}
.yqn-number.ant-input-number::-moz-placeholder,
.yqn-calculate-number.ant-input-number::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-number.ant-input-number:-ms-input-placeholder,
.yqn-calculate-number.ant-input-number:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-number.ant-input-number::placeholder,
.yqn-calculate-number.ant-input-number::placeholder {
  color: #c0c0c0;
}
.yqn-number.ant-input-number:disabled,
.yqn-calculate-number.ant-input-number:disabled {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
}
.yqn-number.ant-input-number:not(.ant-input-number-disabled):hover,
.yqn-calculate-number.ant-input-number:not(.ant-input-number-disabled):hover,
.yqn-number.ant-input-number:not(.ant-input-number-disabled):focus,
.yqn-calculate-number.ant-input-number:not(.ant-input-number-disabled):focus {
  border-color: #0081ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
}
.yqn-number .ant-input-number-input,
.yqn-calculate-number .ant-input-number-input {
  border-radius: 4px;
  padding: 0;
  height: 22px;
}
.yqn-number.ant-input-number-sm,
.yqn-calculate-number.ant-input-number-sm {
  height: 28px;
}
.yqn-number.ant-input-number-sm .ant-input-number-input,
.yqn-calculate-number.ant-input-number-sm .ant-input-number-input {
  height: 18px;
}

.foreground-module-style .yqn-number.ant-input-number,
.foreground-module-style .yqn-calculate-number.ant-input-number {
  border-color: #dcdcdc;
}
.foreground-module-style .yqn-number .ant-input-number-input::-moz-placeholder,
.foreground-module-style .yqn-calculate-number .ant-input-number-input::-moz-placeholder {
  color: #c0c0c0;
}
.foreground-module-style .yqn-number .ant-input-number-input:-ms-input-placeholder,
.foreground-module-style .yqn-calculate-number .ant-input-number-input:-ms-input-placeholder {
  color: #c0c0c0;
}
.foreground-module-style .yqn-number .ant-input-number-input::placeholder,
.foreground-module-style .yqn-calculate-number .ant-input-number-input::placeholder {
  color: #c0c0c0;
}

/* 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-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #dcdcdc;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #dcdcdc;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #dcdcdc;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
  flex: 1;
  white-space: nowrap;
}
.ant-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: #666666;
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ant-tabs-dropdown-menu-item-remove:hover {
  color: #299bff;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: #c0c0c0;
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #0081ff;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 4px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 4px 4px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px 0 0 4px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 4px 4px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  overflow: hidden;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #dcdcdc;
  border-radius: 4px 4px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #299bff;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #0065d9;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #0081ff;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #0065d9;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: #666666;
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
  color: #299bff;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #0081ff;
  text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: #c0c0c0;
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-content {
  display: flex;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-content-animated {
  transition: margin 0.3s;
}
.ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}

.tab-pages .ant-tabs-card-bar .ant-tabs-nav-container {
  font-size: 13px !important;
  height: 39px !important;
}
.tab-pages .ant-tabs-card-bar .ant-tabs-tab {
  border-radius: 0px !important;
  border-top: 0px !important;
  line-height: 40px !important;
}
.tab-pages .ant-tabs-card-bar .ant-tabs-tab .anticon-close {
  display: none !important;
}
.tab-pages .ant-tabs-card-bar .ant-tabs-tab-active {
  padding-bottom: 0px !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.tab-pages .ant-tabs-card-bar .ant-tabs-tab-active .anticon-close {
  display: inline-block !important;
}
.tab-pages .ant-tabs-card-bar .ant-tabs-tab:hover {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.tab-pages .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  color: #333 !important;
  display: inline-block !important;
}


.yqn-sidebar {
  width: 196px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.3s;
  background-color: #24292e;
  z-index: 99;
  padding-top: 8px;
}
.yqn-sidebar .yqn-icon {
  margin-right: 8px;
}
.yqn-collapsed.yqn-sidebar {
  width: 48px;
}
.yqn-sidebar-collapsed {
  position: absolute;
  top: 50%;
  left: 196px;
  width: 14px;
  height: 48px;
  background-color: #6a6d73;
  transform: translateY(-50%);
  transition: left 0.3s;
}
.yqn-sidebar-collapsed:before {
  content: '';
  position: absolute;
  top: 0;
  border-top: 3px solid #fff;
  border-right: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 3px solid transparent;
}
.yqn-sidebar-collapsed:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-top: 3px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 3px solid #fff;
}
.yqn-sidebar-collapsed:hover {
  background-color: #24292e;
}
.yqn-collapsed .yqn-sidebar-collapsed {
  left: 48px;
}
.yqn-sidebar-collapsed > span {
  position: absolute;
  left: 4px;
  top: 19px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: transparent;
  border-right: 6px solid #FFFFFF;
}
.yqn-collapsed .yqn-sidebar-collapsed > span {
  border-left: 6px solid #FFFFFF;
  border-right: transparent;
}
/* antd toB*/
.yqn-sidebar {
  /* 菜单行高 */
  /* 子菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体 */
  /* 子菜单字体颜色 */
  /* 子菜单的背景 */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
  /* 修改计算得出的padding */
  /* 折叠后宽度 */
  /* 折叠后隐藏文字 */
  /* 折叠后icon对齐 */
  /* 折叠后的悬浮和打开效果 */
}
.yqn-sidebar a {
  color: inherit;
  transition: inherit;
}
.yqn-sidebar a:hover,
.yqn-sidebar a:active {
  color: inherit;
}
.yqn-sidebar .ant-menu-inline .ant-menu-item,
.yqn-sidebar .ant-menu-inline .ant-menu-submenu-title,
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-sidebar .ant-menu-dark,
.yqn-sidebar .ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
  box-shadow: none;
}
.yqn-sidebar .ant-menu-inline .ant-menu-item,
.yqn-sidebar .ant-menu-inline .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item-group-title,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item > a {
  color: #8C8D8F;
}
.yqn-sidebar .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background-color: #14171a;
}
.yqn-sidebar .ant-menu-dark .ant-menu-item:hover,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu:hover,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.yqn-sidebar .ant-menu.ant-menu-dark .ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-open {
  color: inherit;
}
.yqn-sidebar .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-open:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.yqn-sidebar .ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu .ant-menu-item {
  padding-left: 12px !important;
}
.yqn-sidebar .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu .ant-menu .ant-menu-item {
  padding-left: 36px !important;
}
.yqn-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-item {
  padding-left: 48px !important;
}
.yqn-sidebar .ant-menu-inline-collapsed {
  width: 48px;
}
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-item span,
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item span,
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title span,
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-item {
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #0081ff;
}
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #494d52;
}
/* popup */
.ant-menu-submenu-popup {
  /* 按设计加padding */
  padding: 12px 0 !important;
  /* 菜单设置宽度 */
  /* 菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体和padding */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
}
.ant-menu-submenu-popup a {
  color: inherit;
  transition: inherit;
}
.ant-menu-submenu-popup a:hover,
.ant-menu-submenu-popup a:active {
  color: inherit;
}
.ant-menu-submenu-popup .ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical.ant-menu-sub .ant-menu-item {
  width: 164px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.ant-menu-submenu-popup.ant-menu-dark,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 0 12px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-item:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu-selected,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu li.ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-open {
  color: #FFFFFF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected) > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected):hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
/* 滚动条修改 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #999;
  border-radius: 80px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #666;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #666;
}
::-webkit-scrollbar-button {
  background-color: #666;
  display: none;
}

.yqn-pagination {
  position: relative;
  z-index: 1;
}
.yqn-pagination .ant-pagination {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
.yqn-pagination .ant-pagination-total-text {
  float: left;
}
.yqn-pagination .ant-pagination-total-text,
.yqn-pagination .ant-pagination-prev,
.yqn-pagination .ant-pagination-next,
.yqn-pagination .ant-pagination-jump-prev,
.yqn-pagination .ant-pagination-jump-next,
.yqn-pagination .ant-pagination-item {
  height: 28px;
  line-height: 28px;
}
.yqn-pagination .ant-pagination-prev,
.yqn-pagination .ant-pagination-next,
.yqn-pagination .ant-pagination-jump-prev,
.yqn-pagination .ant-pagination-jump-next,
.yqn-pagination .ant-pagination-item {
  min-width: 28px;
}
.yqn-pagination .ant-pagination,
.yqn-pagination .ant-pagination .ant-select,
.yqn-pagination .ant-pagination-prev,
.yqn-pagination .ant-pagination-next,
.yqn-pagination .ant-pagination-jump-prev,
.yqn-pagination .ant-pagination-jump-next,
.yqn-pagination .ant-pagination-item a,
.yqn-pagination .ant-pagination-prev a,
.yqn-pagination .ant-pagination-next a {
  color: #666666;
}
.yqn-pagination .ant-pagination-item:not(.ant-pagination-item-active):focus,
.yqn-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover {
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}
.yqn-pagination .ant-pagination-item:focus a,
.yqn-pagination .ant-pagination-item:hover a {
  color: #666666;
}
.yqn-pagination .ant-pagination-item-active a,
.yqn-pagination .ant-pagination-item-active:focus a,
.yqn-pagination .ant-pagination-item-active:hover a {
  color: #0081ff;
}
.yqn-pagination .ant-pagination-prev:focus .ant-pagination-item-link,
.yqn-pagination .ant-pagination-next:focus .ant-pagination-item-link,
.yqn-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.yqn-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #dcdcdc;
}
.yqn-pagination .ant-select-selection {
  border-top-width: 1px;
}
.yqn-pagination .ant-pagination .ant-select-selection--single {
  height: 28px;
}
.yqn-pagination .ant-pagination .ant-select {
  font-size: 12px;
}
.yqn-pagination .ant-pagination .ant-select .ant-select-selection__rendered {
  margin-top: 5px;
  margin-left: 8px;
  line-height: initial;
}
.yqn-pagination .ant-pagination-options-quick-jumper,
.yqn-pagination .ant-pagination-options-quick-jumper input {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.yqn-pagination .ant-pagination-options-size-changer.ant-select {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.yqn-pagination .ant-select-dropdown-menu {
  text-align: left;
}

.yqn-radio .ant-radio {
  color: #333333;
}
.yqn-radio.ant-radio-wrapper {
  font-size: 12px;
}
.yqn-radio .ant-radio-inner {
  width: 14px;
  height: 14px;
  border-color: #dcdcdc;
}
.yqn-radio .ant-radio-disabled .ant-radio-inner {
  background-color: #f3f3f3;
  border-color: #dcdcdc !important;
}
.yqn-radio .ant-radio-disabled + span {
  color: #9b9b9b;
}
.yqn-radio .ant-radio-inner::after {
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  margin: auto;
  background-color: #ffffff;
  transform: scale(1);
}
.yqn-radio .ant-radio-checked:not(.ant-radio-disabled) .ant-radio-inner {
  background-color: #0081ff;
}
.yqn-radio :not(.ant-radio-disabled) .ant-radio-inner::after {
  background-color: #ffffff;
}

.yqn-tabulation-table {
  margin-top: 8px;
}
.yqn-tabulation-table .yqn-tabulation-table {
  margin-top: 0;
}
.yqn-tabulation-table .yqn-tabulation-table .ant-table-fixed {
  width: 100% !important;
}
.yqn-tabulation-table.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px;
  overflow: auto;
  background-color: #FFF;
  z-index: 999;
}
.yqn-tabulation-table .table-toolbar {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-tabulation-table .table-toolbar-selection {
  font-size: 12px;
}
.yqn-tabulation-table .table-toolbar-selection .yqn-subtitle {
  margin: 0;
}
.yqn-tabulation-table .table-toolbar-selection .count {
  color: #0081FF;
}
.yqn-tabulation-table .table-toolbar-operation {
  display: flex;
  align-items: center;
}
.yqn-tabulation-table .table-toolbar-operation .yqn-icon {
  color: inherit;
  font-size: 18px;
}
.yqn-tabulation-table .table-toolbar-operation button.ant-btn {
  margin-left: 4px;
}
.yqn-table .table-operation {
  display: inline-block;
  margin-right: 12px;
}
.yqn-table .table-operation:last-child {
  margin-right: 0;
}
.yqn-table .table-operation button.ant-btn-link {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.yqn-table .table-overview {
  display: inline-block;
  min-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-filter-popover {
  min-width: 200px;
}
.yqn-filter-popover .ant-popover-inner-content {
  padding: 8px 12px;
}
.yqn-filter-popover .filter-popover-search {
  margin-bottom: 8px;
}
.yqn-filter-popover ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 236px;
  overflow: auto;
}
.yqn-filter-popover li {
  padding: 4px 0;
}
.yqn-filter-popover .filter-popover-footer {
  margin-top: 4px;
  text-align: right;
}
.yqn-filter-popover .filter-popover-footer > button {
  margin-left: 4px;
}
.yqn-filter-popover .filter-popover-footer > button:first-child {
  float: left;
  margin-left: 0;
}

.yqn-trans-tabulation .yqn-page-title-url {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-trans-tabulation .manual-content-has-changed .ant-select-auto-complete.ant-select .ant-input {
  color: #0081ff;
}

.yqn-trans-drawer .trans-drawer-title {
  display: flex;
  align-items: center;
}
.yqn-trans-drawer .trans-drawer-title .yqn-select,
.yqn-trans-drawer .trans-drawer-title .yqn-checkbox {
  margin-left: 12px;
  width: 154px;
}
.yqn-trans-drawer.yqn-drawer .yqn-drawer-content {
  padding-top: 0;
}

/* 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: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.ant-zoom-enter,
.ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: #666666;
  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: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: #333333;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 16px 40px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #dcdcdc;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.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;
  padding-bottom: 0;
  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-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #333333;
  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 .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff855c;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #ffaa01;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #0081ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #1dad7a;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  float: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

.yqn-modal.ant-modal {
  display: flex;
  top: 0;
  height: 100%;
  padding: 50px 0;
  align-items: center;
}
.yqn-modal .ant-modal-content {
  max-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.yqn-modal .ant-modal-body {
  overflow: auto;
  padding: 12px 40px;
}
.yqn-modal .ant-modal-header {
  padding: 0 12px;
  border-color: #dcdcdc;
}
.yqn-modal .ant-modal-footer {
  padding: 12px;
  border-color: #dcdcdc;
}
.yqn-modal .ant-modal-footer .ant-btn,
.yqn-modal .ant-modal-confirm-btns .ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #333333;
}
.yqn-modal .ant-modal-footer .ant-btn:hover,
.yqn-modal .ant-modal-confirm-btns .ant-btn:hover,
.yqn-modal .ant-modal-footer .ant-btn:focus,
.yqn-modal .ant-modal-confirm-btns .ant-btn:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-modal .ant-modal-footer .ant-btn:active,
.yqn-modal .ant-modal-confirm-btns .ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary:hover,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover,
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary:focus,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary:active,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn[disabled],
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn[disabled],
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary[disabled],
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3 !important;
}
.yqn-modal .ant-modal-title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  padding: 11px 12px 11px 0;
}
.yqn-modal .ant-modal-close-x {
  height: auto;
  width: 40px;
  line-height: 48px;
}
.yqn-modal .ant-modal-close-x .ant-modal-close-icon {
  color: #666666;
}
.yqn-modal .ant-modal-close-x .ant-modal-close-icon:hover {
  color: #0081ff;
}
.yqn-modal.ant-modal-confirm .ant-modal-body {
  padding: 40px;
}
.yqn-modal .ant-modal-confirm-body > .anticon {
  font-size: 28px;
  margin-right: 12px;
}
.yqn-modal.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 16px;
}
.yqn-modal .ant-modal-confirm-body .ant-modal-confirm-title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.yqn-modal .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 40px;
}
.yqn-modal.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #F95122;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #ff5f32;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary {
  color: #ffffff;
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary:hover,
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}

.search-input {
  width: 420px;
  position: relative;
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 32px;
  height: 34px;
  border: 1px solid #dcdcdc;
}
.search-input .search-input-icon {
  width: 25px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  left: 0px;
  font-size: 12px;
  z-index: 999;
}
.search-input .ant-select-show-search {
  display: flex;
}
.search-input .ant-select-selection-placeholder {
  margin: 0 25px;
  font-size: 12px;
  margin-left: 25px !important;
  line-height: 32px !important;
}
.search-input .ant-select-selection-item {
  margin-left: 25px !important;
}
.search-input .ant-select-selection-search {
  margin: 0 25px;
}
.search-input .search-input-select {
  width: 430px;
}
.search-input .search-input-select .ant-select-selector {
  border: none !important;
}
.search-input .search-input-quick-menu {
  width: 60px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  right: 0px;
}
.search-input .order-type {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.topbar-layout-select {
  margin-left: 20px;
}
.topbar-layout-select .crm-search-input {
  overflow: hidden;
}
.topbar-layout-select .crm-search-input .ant-select-focused .customer-name {
  color: #c0c0c0;
}
.topbar-layout-select .topbar-crm-customer-option {
  padding: 0;
}
.option-item {
  display: flex;
}
.option-item .option-item-left {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.option-item .option-item-right {
  width: 80%;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  text-align: left;
}
.option-item .option-item-right .search-info {
  padding: 0 12px;
}
.option-item .option-item-right .search-info:hover {
  background-color: #EEF8FF;
}
.option-item .option-item-right .search-info a {
  padding: 7px 0;
  text-align: center;
  border-top: 1px solid #DCDCDC;
  display: block;
}
.option-item .option-item-right .one-item {
  padding: 7px 0;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.option-item .option-item-right .one-item .ant-col {
  margin-left: 12px;
  color: #666;
  vertical-align: middle;
}
.option-item .option-item-right .one-item .tags {
  text-align: right;
  color: #41B9FF;
}
.option-item .option-item-right .one-item .tags .order-status {
  height: 18px;
  padding: 2px 3px;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #41B9FF;
}
.option-item .option-item-right .one-item .tags .order-auth {
  margin-right: 12px;
  height: 18px;
  vertical-align: middle;
  padding: 2px 3px;
  line-height: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  margin-left: 4px;
}
.option-item .option-item-right .one-item:hover {
  background-color: #ececec;
}
.top-search-empty {
  height: 80px;
}
.top-search-empty .left {
  text-align: right;
  line-height: 80px;
}
.top-search-empty .left .icon {
  line-height: 100%;
  color: #0081FF;
  display: inline-block;
  height: 32px;
  font-size: 32px;
}
.top-search-empty .right {
  padding-top: 12px;
}
.top-search-empty .right .intro-text {
  color: #333333;
  font-size: 12px;
}
.topbar-crm-customer-option {
  padding: 0 4px;
}
.topbar-crm-customer-option .customer-label {
  display: flex;
}
.topbar-crm-customer-option .customer-name {
  font-size: 16px;
  color: #4A4A4A;
}
.topbar-crm-customer-option .customer-stage {
  font-size: 12px;
  color: #7994AE;
  margin-left: 12px;
}
.topbar-crm-customer-option .customer-misc {
  margin-top: 6px;
  display: flex;
  color: #2CA470;
  font-size: 12px;
}
.topbar-crm-customer-option .customer-misc-item {
  margin-right: 12px;
}
.topbar-crm-customer-option .customer-misc-source {
  padding-right: 8px;
  padding-left: 8px;
  height: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #E6F7FF;
  color: #0081FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-chrome {
  position: relative;
  height: 32px;
  background-color: #0081ff;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.download-chrome a.download-link {
  color: #ffffff;
  padding-bottom: 1px;
  border-bottom: 1px dashed #ffffff;
}
.download-chrome span {
  margin: 0 4px;
}
.download-chrome .yqn-icon {
  font-size: 16px;
}
.download-chrome .close {
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}
.download-chrome .info {
  transform: translateY(1px);
}
.yqn-topbar {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #333940;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-topbar-logo {
  width: 162px;
  height: 24px;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}
.yqn-topbar-module {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yqn-topbar-module .trans-btn {
  font-size: 12px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(220, 220, 220, 0.2);
  line-height: 17px;
}
.yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
  margin-left: 20px;
}
.yqn-topbar-module .trans-btn .yqn-button.ant-btn-link .yqn-icon {
  margin-left: 4px;
  color: #ffffff;
}
.yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper {
  color: #ffffff;
  margin-left: 20px;
}
.yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: transparent;
}
.yqn-topbar-module .download-record.yqn-button.ant-btn-link {
  margin-right: 24px;
  font-size: 12px;
}
.yqn-topbar-module .yqn-badge {
  margin-right: 24px;
}
.yqn-topbar-module .yqn-button.ant-btn-link {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 100%;
}
.yqn-topbar-module .yqn-button.ant-btn-link span {
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
}
.yqn-topbar-user {
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yqn-topbar-user:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #666666;
}
.yqn-topbar-username {
  margin-left: 4px;
  font-size: 12px;
  flex: 1;
}
.yqn-topbar-user:after {
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 4px;
  border-top: 3px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.yqn .ant-popover-inner-content {
  padding: 0;
}
.yqn-topbar-pop {
  position: relative;
  width: 320px;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
}
.yqn-topbar-pop-list {
  margin-bottom: 36px;
  max-height: 360px;
  overflow: auto;
}
.yqn-topbar-pop-list > div {
  position: relative;
  padding: 12px 16px;
  border-top: 1px solid #dcdcdc;
  word-break: break-all;
}
.yqn-topbar-pop-list > div:first-child {
  border-top: none;
}
.yqn-topbar-pop-list > div:hover {
  background-color: #F5F5F5;
}
.yqn-topbar-pop-list .task-wait {
  position: absolute;
  top: 11px;
  right: 16px;
  padding: 0 8px;
  border: 1px solid #0081ff;
  border-radius: 4px;
  color: #0081ff;
  background-color: #e6f2ff;
}
.yqn-topbar-pop-list .is-read {
  opacity: 0.7;
}
.yqn-topbar-pop-control {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 36px;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.yqn-topbar-pop-control.space-between {
  justify-content: space-between;
}
.yqn-topbar-pop-list > .ant-spin {
  display: block;
  padding: 6px 0;
  border-top: none;
}
.yqn-topbar-pop .ant-empty {
  padding: 12px 0;
}
.yqn-topbar-pop-user {
  padding: 12px;
}
.yqn-topbar-pop-user.user-control {
  text-align: right;
  border-top: 1px solid #dcdcdc;
}
.yqn-topbar-pop-user.user-control > a {
  margin-left: 16px;
  color: #0081ff;
}
.yqn-topbar-pop-user.user-control .user-detail {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 1367px) {
  .yqn-topbar-module .trans-btn .mediaTransBtn span {
    width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .yqn-topbar-module .trans-btn .mediaLang {
    width: 56px;
  }
  .yqn-topbar-module .trans-btn .mediaLang span {
    width: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    height: 16px;
  }
  .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
    margin-left: 16px;
  }
  .yqn-topbar-module .mediaCheck {
    width: 76px;
  }
  .yqn-topbar-module .mediaCheck span {
    padding-right: 0;
  }
  .yqn-topbar-module .mediaCheck .mediaLabel {
    width: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
  }
  .yqn-topbar-module .download-record span {
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .download-record.yqn-button.ant-btn-link {
    margin-right: 16px;
  }
  .yqn-topbar-module .yqn-badge {
    margin-right: 16px;
  }
  .yqn-topbar-module .mediaTodo span {
    width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaNotif span {
    width: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaMes span {
    overflow: hidden;
    width: 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .mediaEvent span {
    overflow: hidden;
    width: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .yqn-topbar-user {
    width: 126px;
  }
  .yqn-topbar-module .yqn-topbar-username {
    width: 72px;
    display: inline-block;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 39px;
    vertical-align: bottom;
  }
}

.layout-common {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.layout-common.layout-mobile-auto {
  overflow-x: hidden;
  min-width: auto !important;
}
.layout-common.layout-mobile-auto .layout-common-content {
  overflow: auto;
}
.layout-common.layout-mobile-auto .layout-common-content .layout-common-page {
  min-width: 1366px;
  overflow-x: hidden;
}
.layout-common-wrap {
  position: absolute;
  display: flex;
  top: 40px;
  width: 100%;
  bottom: 0;
}
.layout-common-content {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.layout-common-page {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 0 12px 0 26px;
}
.layout-common-footer {
  padding: 12px;
  text-align: center;
  color: #9b9b9b;
}

/* 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-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
  background: #fff;
  border-color: #ff855c;
}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
  border-color: #ffa785;
  box-shadow: 0 0 0 2px rgba(255, 133, 92, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-mentions-status-error .ant-input-feedback-icon {
  color: #ff855c;
}
.ant-mentions-status-error .ant-input-prefix {
  color: #ff855c;
}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
  background: #fff;
  border-color: #ffaa01;
}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
  border-color: #ffbf29;
  box-shadow: 0 0 0 2px rgba(255, 170, 1, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-mentions-status-warning .ant-input-feedback-icon {
  color: #ffaa01;
}
.ant-mentions-status-warning .ant-input-prefix {
  color: #ffaa01;
}
.ant-mentions-affix-wrapper {
  position: relative;
}
.ant-mentions-affix-wrapper .ant-mentions-feedback-icon {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ant-mentions-affix-wrapper-status-error .ant-mentions-feedback-icon {
  color: #ff855c;
}
.ant-mentions-affix-wrapper-has-warning .ant-mentions-feedback-icon {
  color: #ffaa01;
}
.ant-mentions {
  box-sizing: border-box;
  margin: 0;
  color: #333333;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5715;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.ant-mentions::-moz-placeholder {
  opacity: 1;
}
.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-mentions::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions:hover {
  border-color: #299bff;
  border-right-width: 1px;
}
.ant-mentions:focus,
.ant-mentions-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-mentions-disabled {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-mentions[disabled] {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions[disabled]:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-mentions-borderless,
.ant-mentions-borderless:hover,
.ant-mentions-borderless:focus,
.ant-mentions-borderless-focused,
.ant-mentions-borderless-disabled,
.ant-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-mentions-sm {
  padding: 2px 7px;
}
.ant-mentions-disabled > textarea {
  color: #c0c0c0;
  background-color: #F0F0F0;
  border-color: #dcdcdc;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
  border-color: #dcdcdc;
  border-right-width: 1px;
}
.ant-mentions-focused {
  border-color: #299bff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
    -o-tab-size: inherit;
       tab-size: inherit;
}
.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.ant-mentions > textarea::-moz-placeholder {
  opacity: 1;
}
.ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
      user-select: none;
}
.ant-mentions > textarea::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: #333333;
  font-variant: tabular-nums;
  line-height: 1.5715;
  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 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-mentions-dropdown-hidden {
  display: none;
}
.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: #333333;
  font-weight: normal;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #f5f5f5;
}
.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-mentions-dropdown-menu-item-disabled {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
  color: #c0c0c0;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
  color: #333333;
  font-weight: 400;
  background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
  background-color: #f5f5f5;
}
.ant-mentions-rtl {
  direction: rtl;
}

.yqn-mentions.ant-mentions {
  border-color: #dcdcdc;
}
.yqn-mentions.ant-mentions:focus,
.yqn-mentions.ant-mentions.ant-mentions-focused {
  border-color: #0081ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.002);
}
.yqn-mentions.ant-mentions > textarea {
  font-size: 12px;
  height: 30px;
  line-height: 22px;
  padding: 4px 8px;
  color: #333333;
}
.yqn-mentions.ant-mentions.ant-mentions-disabled {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
}

.message-iconfont {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 16px;
}

.check-button.ant-btn {
  min-width: 72px;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
  position: relative;
}
.check-button.ant-btn:hover {
  color: #0081FF !important;
  border-color: #0081FF !important;
}
.check-button.ant-btn .mark::after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  right: -1px;
  height: 8px;
  border-top: 11px solid;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 100%;
  border-left: 8px solid;
  border-right: 8px solid;
  border-color: #0081FF;
}
.check-button.ant-btn .message-iconfont {
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 2px;
  font-size: 6px;
  color: #ffffff;
}

.filter-condition-i {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.filter-condition-i.mini-mode .message-type {
  align-items: flex-start;
}
.filter-condition-i.mini-mode .message-type .radio-container {
  align-items: flex-start;
}
.filter-condition-i.mini-mode .message-type .radio-container .title {
  margin-top: 8px;
}
.filter-condition-i.mini-mode .message-type .radio-group {
  flex-wrap: wrap;
}
.filter-condition-i.mini-mode .message-type .radio-group .check-button:nth-child(2) {
  margin-right: 50px;
}
.filter-condition-i.mini-mode .message-type .radio-group .check-button:nth-child(3) {
  margin-top: 8px;
}
.filter-condition-i.mini-mode .message-type .radio-group .check-button:nth-child(4) {
  margin-top: 8px;
}
.filter-condition-i.mini-mode .message-type .operating-area {
  margin-top: 5px;
}
.filter-condition-i .message-type {
  display: flex;
  justify-content: space-between;
}
.filter-condition-i .message-type .radio-container {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.filter-condition-i .message-type .radio-container .title {
  margin-right: 16px;
  color: #333333;
  min-width: 48px;
  flex-shrink: 0;
}
.filter-condition-i .message-type .radio-container .radio-group {
  color: #666666;
  flex: 1;
  min-width: 300px;
}
.filter-condition-i .message-type .operating-area {
  font-size: 12px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.filter-condition-i .message-type .operating-area a {
  cursor: pointer;
}
.filter-condition-i .message-type .operating-area .separation {
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #E5E5E5;
  margin: 0 8px;
}

.yqn-preview-image .yqn-preview-image-content {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title {
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
  padding: 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation {
  font-size: 14px;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation > span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 16px;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-download {
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  margin: auto 16px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-deal {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  border-right: 1px solid #dcdcdc;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-deal .img-icon-deal {
  font-size: 18px;
  color: #ffffff;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-deal .img-icon-deal:hover {
  color: #0081ff;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .preview-img-close {
  display: inline-block;
  color: #ffffff;
  padding: 0 4px 0 16px;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .preview-img-close .img-icon-deal {
  font-size: 18px;
  color: #ffffff;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .preview-img-close .img-icon-deal:hover {
  color: #0081ff;
}
.yqn-preview-image .yqn-preview-image-content .image-content {
  position: relative;
  max-width: calc(100% - 80px);
}
.yqn-preview-image .yqn-preview-image-content .image-content .preview-image {
  position: relative;
}
.yqn-preview-image .yqn-preview-image-content .viewer-tooltip {
  position: absolute;
  font-size: 12px;
  width: 50px;
  height: 20px;
  top: 50%;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  text-align: center;
}

.yqn-select.yqn-message-board-user-type-select-box {
  width: 110px;
  height: 32px;
  margin-right: 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-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #dcdcdc;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #0081ff;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #dcdcdc;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #dcdcdc;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #0065d9;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #299bff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #299bff;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: #666666;
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: #c0c0c0;
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: #666666;
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: #666666;
}
.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 20px;
  line-height: 1;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: #666666;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: #666666;
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  position: absolute;
  top: 6px;
  right: 4px;
  color: #666666;
  font-size: 10px;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-item .anticon-close:hover {
  color: #333333;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff855c;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff855c;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff855c;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff6f0;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff855c;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}
@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
  right: auto;
  left: 4px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
  right: auto;
  left: 8px;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

/* 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-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #0081ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #F0F0F0;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #F0F0F0;
}
.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.3s;
          animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #0081ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #0081ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1dad7a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: #333333;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff855c;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ff855c;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff855c;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #1dad7a;
}
.ant-progress-status-success .ant-progress-text {
  color: #1dad7a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1dad7a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff855c;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #1dad7a;
}
@-webkit-keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
@keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}

/**
* Created by yongyuehuang on 2020-01-14
*/
.yqn-mention-list-user span {
  font-size: 12px;
}
.yqn-mention-list-user span:first-child {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
}
.yqn-mention-list-user span:last-of-type {
  margin-left: 4px;
  color: #7b9ab0;
  line-height: 17px;
}
.yqn-mention-list-tag {
  margin-top: 5px;
}
.yqn-mention-list-tag span {
  font-size: 12px;
  color: #7b9ab0;
  line-height: 17px;
  margin-right: 12px;
}
.yqn-mention-list-tag span:last-of-type {
  margin-right: 0;
}

.editor-wrap {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 6px;
  align-items: center;
  display: flex;
}
.editor-wrap .tool-bar {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.editor-wrap .editor-container {
  flex: 1;
}
.error-area {
  color: #f5222d;
}
.editor-wrap-error {
  border: 1px solid #f5222d;
}
.operation-area {
  display: flex;
  margin: 8px 0 0 0;
  justify-content: space-between;
}
.operation-area .btn-area {
  display: flex;
  flex-direction: row-reverse;
  flex: 0 0 100px;
}
.editor-outside-first-input {
  flex: 1;
}
.public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}

.suggestionsEntryShared,
.c-emojiSuggestionsEntry,
.c-emojiSuggestionsEntryFocused {
  padding: 5px 10px 1px 10px;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}
.suggestionsEntryShared:active {
  background-color: #cce7ff;
}
.selectButtonSharedStyle {
  margin: 0;
  padding: 0;
  width: 2.5em;
  height: 1.5em;
  box-sizing: border-box;
  line-height: 1.2em;
  font-size: 1.5em;
  color: #888;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1.5em;
  cursor: pointer;
}
.selectButtonSharedStyle:focus {
  outline: 0;
  /* reset for :focus */
}
.selectButtonSharedStyle:hover {
  background: #f3f3f3;
}
.selectButtonSharedStyle:active {
  background: #e6e6e6;
}
.emojiSelectPopoverScrollbar {
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 0.25em;
  background-color: #e0e0e0;
  border-radius: 0.125em;
  opacity: 0.1;
  transition: opacity 0.4s;
}
.emojiSelectPopoverGroupTitle {
  margin: 1em 0;
  padding-left: 0.5em;
  font-weight: normal;
  font-size: 1em;
  color: #9e9e9e;
}
.selectPopoverEntryShared,
.c-emojiSelectPopoverEntry,
.c-emojiSelectPopoverEntryFocused {
  padding: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}
.selectPopoverNavEntryShared,
.c-emojiSelectPopoverNavEntry,
.c-emojiSelectPopoverNavEntryActive {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  color: #bdbdbd;
  background: none;
  border: none;
  outline: none;
}
.c-emoji {
  background-position: center;
  /* make sure the background the image is only shown once */
  background-repeat: no-repeat;
  background-size: contain;
  /* move it a bit further down to align it nicer with the text */
  vertical-align: middle;
  /*
    We need to limit the emoji width because it can be multiple characters
    long if it is a 32bit unicode. Since the proper width depends on the font and
    it's relationship between 0 and other characters it's not ideal. 1.95ch is not
    the best value, but hopefully a good enough approximation for most fonts.
    */
  display: inline-block;
  overflow: hidden;
  max-width: 1.95ch;
  /*
    Needed for iOS rendering to avoid some icons using a lot of height without
    actually needing it.
    */
  max-height: 1em;
  line-height: inherit;
  margin: -0.2ex 0em 0.2ex;
  /*
    In the past we used opacity: 0 to hide the original Emoji icon no matter what
    system it is. Recently we switched to color: transparent since it started to
    work in recent iOS version.
    */
  color: transparent;
  /*
    Some SVG files (say 2764 for :heart:) don't have default width/height, thus
    may not be rendered properly on some platforms/browsers (e.g., Windows 10 +
    Chrome 61).
    */
  min-width: 1em;
}
.c-emojiSuggestions {
  border: 1px solid #eee;
  margin-top: 1.75em;
  position: absolute;
  min-width: 220px;
  max-width: 440px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 30px 0px #dcdcdc;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transform: scale(0);
}
.c-emojiSuggestionsEntryFocused {
  background-color: #e6f3ff;
}
.c-emojiSuggestionsEntryText {
  display: inline-block;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 368px;
  font-size: 0.9em;
}
.c-emojiSuggestionsEntryIcon {
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
}
.c-emojiSelect {
  display: inline-block;
}
.c-emojiSelectButton {
  background-color: white;
  border: none;
  margin: 0;
  padding: 0;
}
.c-emojiSelectButtonPressed {
  background-color: white;
  border: none;
  margin: 0;
  padding: 0;
}
.c-emojiSelectPopover {
  margin-top: 10px;
  padding: 0 0.3em;
  position: absolute;
  z-index: 1000;
  right: 30px;
  box-sizing: content-box;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 30px 0 gainsboro;
}
.c-emojiSelectPopoverClosed {
  display: none;
}
.c-emojiSelectPopoverTitle {
  margin: 0 0 0.3em;
  padding-left: 1em;
  height: 2.5em;
  line-height: 2.5em;
  font-weight: normal;
  font-size: 1em;
  color: #9e9e9e;
}
.c-emojiSelectPopoverGroups {
  margin: 0 0 0.3em;
  position: relative;
  z-index: 0;
  width: 21em;
  height: 20em;
}
.c-emojiSelectPopoverGroups:hover .emojiSelectPopoverScrollbar {
  opacity: 0.3;
}
.c-emojiSelectPopoverGroups .emojiSelectPopoverScrollbar:hover,
.c-emojiSelectPopoverGroups .emojiSelectPopoverScrollbar:active {
  opacity: 0.6;
}
.c-emojiSelectPopoverGroup {
  padding: 0 0.5em;
}
.c-emojiSelectPopoverGroup:first-child .emojiSelectPopoverGroupTitle {
  display: none;
}
.c-emojiSelectPopoverGroupTitle,
.c-emojiSelectPopoverGroupList {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.c-emojiSelectPopoverGroupItem {
  width: 2.5em;
  height: 2.5em;
}
.c-emojiSelectPopoverToneSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.c-emojiSelectPopoverToneSelectList {
  margin: 0.3em;
  padding: 0.3em;
  position: absolute;
  display: flex;
  list-style: none;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.1);
}
.c-emojiSelectPopoverToneSelectItem {
  width: 2.5em;
  height: 2.5em;
}
.c-emojiSelectPopoverToneSelectItem:first-child {
  border-right: 1px solid #e0e0e0;
}
.c-emojiSelectPopoverEntryFocused {
  background-color: #efefef;
}
.c-emojiSelectPopoverEntryIcon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
.c-emojiSelectPopoverNav {
  margin: 0;
  padding: 0 0.5em;
  display: flex;
  width: 20em;
  list-style: none;
}
.c-emojiSelectPopoverNavItem {
  width: 2.5em;
  height: 2.5em;
}
.c-emojiSelectPopoverNavEntryActive {
  color: #42a5f5;
}
.c-emojiSelectPopoverScrollbar,
.c-emojiSelectPopoverScrollbarThumb {
  background-color: #000;
  border-radius: 0.125em;
  cursor: pointer;
}

.m1qsd23u,.m1qsd23u:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-left:2px;padding-right:2px;border-radius:2px;-webkit-text-decoration:none;text-decoration:none;}.m1qsd23u:hover,.m1qsd23u:focus{color:#677584;background:#edf5fd;outline:0;}.m1qsd23u:active{color:#222;background:#455261;}
.m9dtek4{border:1px solid #eee;margin-top:0.4em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0px 4px 30px 0px rgba(220,220,220,1);cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;transform:scale(0);}
.mzcal53{padding:7px 10px 3px 10px;transition:background-color 0.4s cubic-bezier(.27,1.27,.48,.56);}.mzcal53:active{background-color:#cce7ff;}
.m1kj9c4{padding:7px 10px 3px 10px;transition:background-color 0.4s cubic-bezier(.27,1.27,.48,.56);background-color:#e6f3ff;}.m1kj9c4:active{background-color:#cce7ff;}
.m1c10oh2{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:0.9em;margin-bottom:0.2em;}
.ms1wa79{display:inline-block;width:24px;height:24px;border-radius:12px;}

.comment-font {
  font-size: 12px;
  color: #1a1a1a;
  line-height: 20px;
}
.mgb8 {
  margin-bottom: 8px;
  margin-left: 38px;
}
.image-area {
  flex: 1;
}
.image-area .is-img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.image-area .is-img .img-wrap {
  width: 60px;
  height: 60px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.image-area .is-not-img .img-wrap {
  padding: 10px 0 10px 0;
}
.image-area .img-wrap {
  position: relative;
  display: flex;
  margin-right: 8px;
  align-items: center;
}
.image-area .img-wrap:hover {
  background: #f1f8ff;
}
.image-area .img-wrap .img-wrap-left {
  width: 25px;
}
.image-area .img-wrap .img-wrap-right {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-left: 11px;
}
.image-area .img-wrap .delete {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background-color: #f0f0f0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.image-area .img-wrap .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.image-area .img-wrap .img-cut {
  -o-object-fit: cover;
     object-fit: cover;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}
.image-area .img-wrap .img-view {
  cursor: pointer;
}
button {
  cursor: pointer;
}
.comment-redit {
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #eeeeee;
}
.comment-redit a {
  font-size: 14px;
  color: #0081ff;
  line-height: 20px;
  vertical-align: middle;
}
.comment-redit img {
  width: 6px;
  vertical-align: middle;
  margin-left: 8px;
}
.message-board {
  min-width: 500px;
}
.message-board .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.message-board .comment-header .left > span {
  vertical-align: middle;
}
.message-board .comment-header .left .title {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}
.message-board .comment-header .left .title:before {
  content: '';
  width: 3px;
  height: 12px;
  background: #0081ff;
  display: inline-block;
  margin-right: 4px;
}
.message-board .comment-header .left .title:before {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.message-board .comment-header .left .sub-title {
  margin-left: 8px;
  font-size: 14px;
  color: #999;
}
.message-board .comment-header .right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.message-board .comment-header .right .filter-btn {
  width: 64px;
  height: 32px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-right: 8px;
}
.message-board .comment-header .right .filter-btn span {
  margin-left: 3px;
}
.message-board .comment-header .right .filter-btn i {
  font-size: 14px;
}
.message-board .comment-header .right .filter-btn:hover {
  border-color: #0081FF;
}
.message-board .comment-header .right .filter-btn:hover i {
  color: #0081FF;
}
.message-board .comment-header .right .filter-btn:hover span {
  color: #0081FF;
}
.message-board .comment-header .right .radio-grp {
  min-width: 240px;
}
.message-board .comment-header .right .search-area {
  display: flex;
  align-items: center;
}
.message-board .comment-header .right .search-area .input-search {
  width: 166px;
  margin-right: 8px;
  font-size: 12px;
}
.message-board .comment-header .right .search-area .btn-search {
  height: 32px;
}
.message-board .comment-header .right .search-area .btn-search:link span {
  color: #333333;
}
.message-board .comment-header .right .search-area .btn-search:visited span {
  color: #0081FF;
}
.message-board .comment-header .right .search-area .btn-search:hover span {
  color: #0081FF;
}
.message-board .comment-header-thin {
  flex-direction: column;
}
.message-board .comment-header-thin .left {
  margin-right: auto;
}
.message-board .comment-header-thin .left .title:before {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.message-board .comment-header-thin .right {
  justify-content: space-between;
  width: 100%;
}
.message-board .no-message {
  display: flex;
  min-height: 400px;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
}
.message-board .no-message img {
  margin-top: 80px;
  width: 60px;
}
.message-board .no-message p {
  margin-top: 12px;
  font-size: 14px;
  color: #999999;
}
.message-board .comment-input {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.message-board .comment-input .redit {
  margin: 4px 5px 0;
  text-align: right;
}
.message-board .comment-input .redit .boot {
  font-size: 16px;
}
.message-board .comment-input .editor-outside-first {
  display: flex;
  flex-direction: row;
}
.message-board .comment-input .editor-outside-first .public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.message-board .comment-input .editor-outside-first .public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}
.message-board .comment-input .editor-outside-first .editor-wrap {
  word-break: break-all;
  min-height: 32px;
  flex: 1;
}
.message-board .comment-input .editor-outside-first .btn-area {
  margin-left: 8px;
}
.message-board .comment-input .editor-outside-first .btn-area button {
  height: 32px;
}
.message-board .comments-list {
  min-height: 400px;
  padding: 12px 0;
}
.message-board .comments-list .comment-container {
  padding-top: 12px;
  border-top: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.message-board .comments-list .comment-container.no-border {
  border-top: none;
  padding-top: 0;
}
.message-board .comments-list .comment-container:first-child {
  border-top: none;
  padding-top: 0;
}
.message-board .comments-list .comment-container:last-child {
  margin-bottom: 0;
}
.message-board .comments-list .comment-container .comment-line-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px 0;
}
.message-board .comments-list .comment-container .comment-line-date .date-text {
  font-size: 12px;
  color: #666666;
  line-height: 10px;
  display: inline-block;
  background-color: #F4F4F4;
  min-width: 150px;
  height: 24px;
  margin-left: 14px;
  padding: 7px 10px;
  margin-right: 14px;
  text-align: center;
}
.message-board .comments-list .comment-container .comment-line-date .date-text .last-view {
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-line-date .line-date {
  flex: 1;
  height: 1px;
  background: #F4F4F4;
}
.message-board .comments-list .comment-container .comment-root .comment-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left {
  display: flex;
  align-items: flex-start;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .title {
  font-size: 12px;
  line-height: 17px;
  margin-left: 8px;
  color: #596c80;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .hashtag {
  margin-left: 8px;
  font-size: 12px;
  line-height: 17px;
  color: #0081ff;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .hashtag-disable {
  color: #999 !important;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .ant-avatar {
  border: 1px solid #0066CC;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .ant-avatar .ant-avatar-string {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .time {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .dividing-line {
  display: inline-block;
  margin: 2px  8px 0 8px;
  width: 1px;
  line-height: 17px;
  height: 12px;
  background: #e5e5e5;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .del-tag {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  transition: color 0.5s;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .del-tag:hover {
  color: #FF0F32;
}
.message-board .comments-list .comment-container .comment-root .comment-title .right .reply {
  font-weight: bold;
  border-left: 1px solid 1px solid #eee;
  padding-left: 8px;
  margin-left: 8px;
}
.message-board .comments-list .comment-container .comment-root .comments {
  margin: -10px 0 5px;
  padding-left: 40px;
  word-wrap: break-word;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 20px;
}
.message-board .comments-list .comment-container .comment-root .comments.del-comment-style {
  text-decoration: none;
}
.message-board .comments-list .comment-container .comment-root .comments.del-comment-style .message-content {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: #999999;
          text-decoration-color: #999999;
  font-size: 12px;
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-root .comments.del-comment-style span {
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-root .comments span {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools {
  display: flex;
  padding-left: 40px;
  margin-bottom: 12px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-reply {
  cursor: pointer;
  margin-right: 20px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-reply img {
  width: 12px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-download {
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-download img {
  width: 10px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-root .image-area {
  margin: 0 0 4px;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-img .img-wrap {
  width: 60px;
  height: 60px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-not-img .img-wrap {
  padding: 10px 0 10px 0;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-img {
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-not-img {
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall {
  margin-top: 16px;
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first {
  display: flex;
  flex-direction: row;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .editor-wrap {
  word-break: break-all;
  min-height: 32px;
  flex: 1;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .btn-area {
  margin-left: 8px;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .btn-area button {
  height: 32px;
}
.message-board .comments-list .comment-container .editor-outside-second .is-img,
.message-board .comments-list .comment-container .editor-outside-second .is-not-img {
  padding-left: 0 !important;
}
.message-board .comments-list .comment-container .editor-outside-second .img-wrap {
  padding-left: 0 !important;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap {
  margin-left: 40px;
  margin-top: 12px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip {
  padding: 8px 0 6px 0;
  border-top: 1px solid #EEEEEE;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a {
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a i {
  color: #333333;
  line-height: 24px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a:hover {
  color: #0081FF;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a:hover i {
  color: #0081FF;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2 {
  border-left: 2px solid #e5e5e5;
  margin-bottom: 14px;
  padding: 0 0 0 8px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2:last-of-type {
  margin-bottom: 0;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2 > div:last-of-type {
  margin-bottom: 0;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .top-border {
  padding-top: 14px;
  border-top: 1px solid #eee;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left {
  display: flex;
  align-items: flex-start;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .title {
  font-size: 12px;
  color: #596c80;
  line-height: 17px;
  margin-right: 8px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .recomment {
  margin-right: 8px;
  color: #a5a5a5;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .ant-avatar {
  border: 1px solid #0066CC;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .ant-avatar .ant-avatar-string {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .time {
  color: #999;
  font-size: 12px;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .dividing-line {
  display: inline-block;
  margin: 2px  8px 0 8px;
  width: 1px;
  line-height: 17px;
  height: 12px;
  background: #e5e5e5;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .del-tag {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  transition: color 0.5s;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .del-tag:hover {
  color: #FF0F32;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .comment-title-content {
  display: flex;
  margin-left: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments {
  margin: -12px 40px 4px;
  word-wrap: break-word;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 20px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments.del-comment-style {
  text-decoration: none;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments.del-comment-style .message-content {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: #999999;
          text-decoration-color: #999999;
  font-size: 12px;
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments.del-comment-style span {
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments span {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools {
  display: flex;
  padding-left: 40px;
  margin-bottom: 12px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-reply {
  cursor: pointer;
  margin-right: 20px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-reply img {
  width: 12px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-download {
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-download img {
  width: 10px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-reply {
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-reply img {
  width: 12px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2:last-child .comments {
  margin: 0px 0 4px 40px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall {
  margin: 16px 0 4px;
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first {
  display: flex;
  flex-direction: row;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .editor-wrap {
  word-break: break-all;
  min-height: 32px;
  flex: 1;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .btn-area {
  margin-left: 8px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .btn-area button {
  height: 32px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .image-area .is-img {
  padding-left: 0;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .is-not-img .img-wrap {
  padding-left: 0;
}
.message-board .comment-footer {
  text-align: center;
  padding: 16px 0;
}
.message-board .download-tag {
  display: none;
  background: #fff;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  padding: 4px 8px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  margin-left: 20px;
}
.message-board .download-tag img {
  width: 15px;
}
.message-board .remove-tag {
  display: none;
  font-size: 12px;
  line-height: 17px;
  padding: 4px 8px;
  margin-left: 20px;
}
.message-board .remove-tag img {
  width: 15px;
}
.message-board .is-not-img .img-wrap:hover .download-tag,
.message-board .is-not-img .img-wrap:hover .remove-tag {
  display: block;
}
.c-c-preview-image .closed {
  color: #fff;
}
.mini-title {
  max-width: 98px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.min-root-title {
  max-width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 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-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-hook-holder {
  position: relative;
}
.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-notification-top .ant-notification-notice,
.ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto;
}
.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #1dad7a;
}
.anticon.ant-notification-notice-icon-info {
  color: #0081ff;
}
.anticon.ant-notification-notice-icon-warning {
  color: #ffaa01;
}
.anticon.ant-notification-notice-icon-error {
  color: #ff855c;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: #666666;
  outline: none;
}
.ant-notification-notice-close:hover {
  color: #3d3d3d;
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-notification-rtl {
  direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}
.ant-notification-top,
.ant-notification-bottom {
  margin-right: 0;
  margin-left: 0;
}
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationTopFadeIn;
          animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationBottomFadeIn;
          animation-name: NotificationBottomFadeIn;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}
@-webkit-keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

.yqn-notice.ant-notification-notice {
  padding: 12px;
}
.yqn-notice .ant-notification-notice-close {
  top: 12px;
  right: 12px;
  line-height: 22px;
}
.yqn-notice .ant-notification-notice-close .ant-notification-close-icon {
  font-size: 12px;
}
.yqn-notice .ant-notification-notice-message,
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-message {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px 0;
}
.yqn-notice .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 30px;
}
.yqn-notice .ant-notification-notice-description,
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-description {
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}
.yqn-notice .ant-notification-notice-btn {
  margin-top: 12px;
}
.yqn-notice .ant-notification-notice-icon {
  margin-left: 0;
  font-size: 0;
  line-height: 0;
}
.yqn-notice .ant-notification-notice-icon .yqn-icon {
  font-size: 21px;
}
.yqn-notice .notice-success-icon {
  color: #1dad7a;
}
.yqn-notice .notice-warning-icon {
  color: #ffaa01;
}
.yqn-notice .notice-info-icon {
  color: #0081ff;
}
.yqn-notice .notice-error-icon {
  color: #ff5f32;
}
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-left: 33px;
}
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 33px;
}
.yqn-notice .ant-notification-notice-close:hover {
  color: #0081ff;
}

.yqn-progress .ant-progress-inner {
  background-color: #dcdcdc;
}
.yqn-progress .ant-progress-success-bg,
.yqn-progress .ant-progress-bg {
  background-color: #0081ff;
}
.yqn-progress .ant-progress-status-success .ant-progress-bg {
  background-color: #1dad7a;
}
.yqn-progress .ant-progress-status-success .ant-progress-text {
  color: #1dad7a;
}
.yqn-progress .ant-progress-status-exception .ant-progress-bg {
  background-color: #ff5f32;
}
.yqn-progress .ant-progress-status-exception .ant-progress-text {
  color: #ff5f32;
}
.yqn-progress .ant-progress-text {
  font-size: 12px;
  color: #9b9b9b;
}
.yqn-progress .ant-progress-text .anticon {
  font-size: 16px;
}
.yqn-progress .ant-progress-large.ant-progress-line .ant-progress-text {
  margin-left: 12px;
}

.yqn-right-info {
  background-color: #ffffff;
  width: 350px;
  padding: 0 12px 16px;
}
.yqn-right-info .yqn-base-subtitle {
  margin-bottom: 4px;
}
.yqn-right-info .list-field {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  line-height: 17px;
  padding: 4px 8px 3px;
}
.yqn-right-info .list-field:nth-child(even) {
  background: #F7F7F7;
}
.yqn-right-info .list-field .field-label {
  color: #666666;
  max-width: 116px;
}
.yqn-right-info .list-field .field-content {
  flex: 1;
  color: #333333;
  text-align: right;
  padding-left: 20px;
}
.yqn-right-info .list-field .field-content .yqn-preview-image {
  width: 64px;
  margin-right: 8px;
}
.yqn-right-info .pic-field {
  padding: 0 0 8px 0;
}
.yqn-right-info .pic-field .field-label {
  padding: 4px 0 3px 8px;
}
.yqn-right-info .pic-field .field-content .yqn-preview-image {
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
}
.yqn-right-info .file-field {
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
  background: #F7F7F7;
}
.yqn-right-info .file-field:not(:last-child) {
  margin-bottom: 8px;
}
.yqn-right-info .file-field .upload-file-name {
  font-size: 12px;
  line-height: 17px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-right-info .file-field .yqn-preview-image {
  flex: 1;
}
.yqn-right-info .file-field .yqn-preview-image > div {
  display: flex;
  align-items: center;
}
.yqn-right-info .file-field .icon-icon-yulan,
.yqn-right-info .file-field .icon-wancheng {
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.yqn-right-info .file-field .icon-file {
  margin: 0 8px 0 0;
}
.yqn-right-info .file-field .icon-wancheng {
  color: #2ca470;
}
.yqn-right-info .file-field:hover {
  background-color: #f3f3f3;
}
.yqn-right-info .file-field:hover .icon-wancheng {
  display: none;
}
.yqn-right-info .file-field:hover .icon-close {
  display: inline;
}
.yqn-right-info .file-field:hover .icon-close:hover {
  color: #0081ff;
}
.yqn-right-info .operation {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 2px solid #dcdcdc;
  display: flex;
  justify-content: flex-end;
}

/* 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-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  line-height: 32px;
  text-align: center;
  border: 1px solid #c0c0c0;
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -0.5px;
  color: #0081ff;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #dcdcdc;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: #666666;
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: #c0c0c0;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #c0c0c0;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #c0c0c0;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #666666;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #dcdcdc;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #666666;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #dcdcdc;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #0081ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #0081ff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #0081ff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #dcdcdc;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #333333;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #dcdcdc;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #0081ff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #0081ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #0081ff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #0081ff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #333333;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #0081ff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #666666;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #0081ff;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff855c;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ff855c;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ff855c;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #ff855c;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #dcdcdc;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #ff855c;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #dcdcdc;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #ff855c;
}
.ant-steps-item-disabled {
  cursor: not-allowed;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #0081ff;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #0081ff;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #0081ff;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #0081ff;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
  background: none;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: #666666;
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: flex;
  flex-direction: column;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-top: 10px;
}
.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 3.5px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
  width: inherit;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
  left: -1px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #0081ff;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
  margin-right: 0 !important;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
  display: none;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-rtl {
  direction: rtl;
}
.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}
.ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}
.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  right: 12px;
  left: auto;
}
.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
  padding-right: 4px;
}
.ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}
.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
  top: 4px !important;
}
.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}
.ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}
.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.yqn-steps .ant-steps-item-title,
.yqn-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  font-size: 14px;
  color: #333333;
}
.yqn-steps .ant-steps-item-description {
  font-size: 12px;
}
.yqn-steps .ant-steps-item-finish .ant-steps-item-icon {
  border-color: #0081ff;
}
.yqn-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #0081ff;
}
.yqn-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #0081ff;
}
.yqn-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #666666;
}
.yqn-steps .ant-steps-item-process .ant-steps-item-icon {
  background-color: #0081ff;
}
.yqn-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #666666;
}
.yqn-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #333333;
  font-weight: 600;
  padding-right: 12px;
}
.yqn-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #dcdcdc;
}
.yqn-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title,
.yqn-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #9b9b9b;
}
.yqn-steps .ant-steps-item-wait .ant-steps-item-icon {
  border-color: #dcdcdc;
}
.yqn-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #9b9b9b;
}
.yqn-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.yqn-steps.ant-steps-label-vertical .ant-steps-item-content {
  width: 140px;
}
.yqn-steps.ant-steps-dot .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #9b9b9b;
}
.yqn-steps.ant-steps-dot .ant-steps-item-finish .ant-steps-item-tail::after {
  background-color: #0081ff;
}
.yqn-steps.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  background-color: transparent;
}
.yqn-steps.ant-steps-dot .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #0081ff;
}
.yqn-steps.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background-color: #dcdcdc;
}
.yqn-steps.ant-steps-dot .ant-steps-item-tail::after {
  height: 1px;
  background-color: #dcdcdc;
}
.yqn-steps.ant-steps-small .ant-steps-item-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
}
.yqn-steps.ant-steps-small .ant-steps-item-title {
  font-size: 12px;
  line-height: 17px;
}
.yqn-steps.ant-steps-small .ant-steps-item-title::after {
  top: 7px;
}
.yqn-steps .ant-steps-item-custom .ant-steps-item-icon {
  background-color: 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-switch {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: #c0c0c0;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(192, 192, 192, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #e6f7ff;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background-color: #0081ff;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #0081ff;
}
.ant-switch-small {
  min-width: 28px;
  height: 18px;
  line-height: 18px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 6px 0 20px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 14px;
  height: 14px;
}
.ant-switch-small .ant-switch-loading-icon {
  top: 2.5px;
  font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 20px 0 6px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 14px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 14px - 2px);
}

.yqn-switch.ant-switch {
  opacity: 1;
  background-color: #b3d9ff;
  border-radius: 12px;
}
.yqn-switch.ant-switch-checked {
  opacity: 1;
  background-color: #0081ff;
}
.yqn-switch .ant-switch-inner .yqn-icon {
  font-size: 14px;
  color: #ffffff;
}
.yqn-switch.ant-switch-disabled {
  opacity: 1;
  background-color: #dcdcdc;
}
.yqn-switch.ant-switch-small {
  min-width: 36px;
  height: 18px;
  line-height: 18px;
}
.yqn-switch.ant-switch-small::after {
  width: 14px;
  height: 14px;
}

/*tabs*/
.yqn-tabs.ant-tabs {
  color: #666666;
}
.yqn-tabs .ant-tabs-tab {
  padding: 10px 16px;
  box-sizing: border-box;
}
.yqn-tabs .ant-tabs-tab:hover {
  color: #0081ff;
}
.yqn-tabs .ant-tabs-tab-btn {
  width: 100%;
}
.yqn-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #0081ff;
}
.yqn-tabs.ant-tabs > .ant-tabs-nav,
.yqn-tabs.ant-tabs > div > .ant-tabs-nav {
  margin-bottom: 8px;
}
.yqn-tabs .ant-tabs-tabpane > .yqn-tabulation-table {
  margin-top: 0;
}
.yqn-tabs.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.yqn-tabs.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  box-sizing: border-box;
  height: 32px;
}
.yqn-tabs.ant-tabs-top > .ant-tabs-nav::before,
.yqn-tabs.ant-tabs-bottom > .ant-tabs-nav::before,
.yqn-tabs.ant-tabs-top > div > .ant-tabs-nav::before,
.yqn-tabs.ant-tabs-bottom > div > .ant-tabs-nav::before {
  border-color: #dcdcdc;
}
.yqn-tabs.ant-tabs .ant-tabs-nav .ant-tabs-tab,
.yqn-tabs.ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab,
.yqn-tabs.ant-tabs.ant-tabs-capsule .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  line-height: 20px;
  min-width: 80px;
  text-align: center;
  box-sizing: border-box;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab {
  border-radius: 4px 4px 0 0;
  padding: 7px 16px;
  height: 36px;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab:not(:first-child) {
  border-left: 0;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab:not(.ant-tabs-tab-active) {
  border-color: #dcdcdc;
  background: #f3f3f3;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab-active:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #0081ff;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-nav::before {
  border: none;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  line-height: 30px;
  height: 32px;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab::before {
  display: none;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab:nth-last-child(2) {
  border-radius: 0 4px 4px 0;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab:not(:first-child) {
  border-left: 0;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab.ant-tabs-tab-active {
  border: 1px solid #0081ff;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-ink-bar {
  height: 0;
}

.yqn-tag.ant-tag {
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
}
.yqn-tag.ant-tag .anticon-close {
  margin-left: 4px;
  color: #666666;
}
.yqn-tag.ant-tag .anticon-close:hover {
  color: #0081ff;
}
.yqn-tag.yqn-tag-info {
  border-color: #0081ff;
}
.yqn-tag.yqn-tag-warning {
  border-color: #ffaa01;
}
.yqn-tag.yqn-tag-success {
  border-color: #1dad7a;
}
.yqn-tag.yqn-tag-error {
  border-color: #ff5f32;
}
.yqn-tag.yqn-tag-ghost {
  border-radius: 11px;
}
.yqn-tag.yqn-tag-info.yqn-tag-ghost {
  color: #0081ff;
  background-color: #e6f2ff;
}
.yqn-tag.yqn-tag-warning.yqn-tag-ghost {
  color: #ff9502;
  background-color: #fff7e6;
}
.yqn-tag.yqn-tag-success.yqn-tag-ghost {
  color: #2ca470;
  background-color: #e8f7f2;
}
.yqn-tag.yqn-tag-error.yqn-tag-ghost {
  color: #F95122;
  background-color: #ffefeb;
}
.yqn-tag.yqn-tag-ellipse {
  border-radius: 11px;
  color: #ffffff;
}
.yqn-tag.yqn-tag-info.yqn-tag-ellipse {
  background-color: #0081ff;
}
.yqn-tag.yqn-tag-warning.yqn-tag-ellipse {
  background-color: #ffaa01;
}
.yqn-tag.yqn-tag-success.yqn-tag-ellipse {
  background-color: #1dad7a;
}
.yqn-tag.yqn-tag-error.yqn-tag-ellipse {
  background-color: #ff5f32;
}
.yqn-tag.yqn-tag-mark {
  position: relative;
  padding: 0;
  border-radius: 0;
  border-top: 25px solid #1dad7a;
  border-left: 25px solid #1dad7a;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  background-color: transparent;
}
.yqn-tag.yqn-tag-mark > span {
  position: absolute;
  top: -15px;
  left: -25px;
  transform: rotate(-45deg);
  color: #ffffff;
}
.yqn-tag.yqn-tag-info.yqn-tag-mark {
  border-top-color: #0081ff;
  border-left-color: #0081ff;
}
.yqn-tag.yqn-tag-success.yqn-tag-mark {
  border-top-color: #1dad7a;
  border-left-color: #1dad7a;
}
.yqn-tag.yqn-tag-warning.yqn-tag-mark {
  border-top-color: #ffaa01;
  border-left-color: #ffaa01;
}
.yqn-tag.yqn-tag-error.yqn-tag-mark {
  border-top-color: #ff5f32;
  border-left-color: #ff5f32;
}
.yqn-tag.yqn-tag-default {
  color: #333333;
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}

.yqn-input textarea.ant-input {
  padding: 8px;
  min-height: 68px;
}

.yqn-upload {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.yqn-upload .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 12px;
}
.yqn-upload .ant-upload-list-picture > .ant-upload-list-item {
  display: inline-block;
  vertical-align: middle;
}
.yqn-upload .upload-btn.yqn-button {
  font-size: 12px;
}
.yqn-upload .upload-btn.yqn-button .yqn-icon {
  color: inherit;
  margin-right: 2px;
}
.yqn-upload .ant-upload.ant-upload-select-picture-card {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
  border-radius: 4px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.yqn-upload .ant-upload.ant-upload-select-picture-card .yqn-icon.upload-pic-btn {
  font-size: 32px;
  color: #dcdcdc;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
  width: 96px;
  height: 96px;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .anticon-eye-o,
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .anticon-delete {
  width: 22px;
  font-size: 22px;
}
.yqn-upload .ant-upload-list-item.ant-upload-list-item-uploading {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.yqn-upload .ant-upload-list-item.ant-upload-list-item-uploading .anticon.anticon-close {
  display: none;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin: 0 0 12px;
}
.yqn-upload .ant-upload-list-picture .ant-upload-list-item-error,
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item-error {
  border: 1px solid #ff5f32;
}
.yqn-upload-show-picture .file-list {
  display: inline-block;
  position: relative;
  width: 260px;
  line-height: 32px;
  padding: 0 8px;
  background: #f3f3f3;
  margin: 0 20px 8px 0;
  border-radius: 2px;
}
.yqn-upload-show-picture .file-list .upload-file-name {
  display: inline-block;
  width: 200px;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
}
.yqn-upload-show-picture .file-list .icon-file {
  vertical-align: middle;
}
.yqn-upload-show-picture .file-list .icon-close {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  font-size: 12px;
  cursor: pointer;
}
.yqn-upload-show-picture .file-list:hover {
  background: #e6f2ff;
}
.yqn-upload-show-picture .file-list:hover .icon-close {
  display: inline-block;
  color: #666666;
}
.yqn-upload-show-picture .file-list:hover .upload-file-name {
  color: #0081ff;
}
.yqn-upload-show-text-list .file-list {
  line-height: 24px;
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.yqn-upload-show-text-list .file-list .upload-file-name {
  color: #333333;
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-upload-show-text-list .file-list .yqn-preview-image {
  display: inline-block;
}
.yqn-upload-show-text-list .file-list .icon-file,
.yqn-upload-show-text-list .file-list .icon-icon-yulan,
.yqn-upload-show-text-list .file-list .icon-wancheng,
.yqn-upload-show-text-list .file-list .icon-close {
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.yqn-upload-show-text-list .file-list .icon-file {
  margin: 0 8px 0 0;
}
.yqn-upload-show-text-list .file-list .icon-close {
  display: none;
}
.yqn-upload-show-text-list .file-list .icon-wancheng {
  color: #2ca470;
}
.yqn-upload-show-text-list .file-list:hover {
  background-color: #f3f3f3;
}
.yqn-upload-show-text-list .file-list:hover .icon-wancheng {
  display: none;
}
.yqn-upload-show-text-list .file-list:hover .icon-close {
  display: inline;
}
.yqn-upload-show-text-list .file-list:hover .icon-close:hover {
  color: #0081ff;
}
.yqn-upload-show-picture-card {
  display: flex;
  flex-direction: row;
}
.yqn-upload-show-picture-card .file-list {
  display: flex;
  align-items: center;
  width: 96px;
  height: 96px;
  position: relative;
  margin-left: 8px;
  border: 1px dashed #dcdcdc;
}
.yqn-upload-show-picture-card .file-list:hover .preview-pic-operation {
  display: flex;
}
.yqn-upload-show-picture-card .file-list .preview-pic-operation {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.yqn-upload-show-picture-card .file-list .preview-pic-operation .yqn-icon {
  color: #ffffff;
  font-size: 24px;
  height: 96px;
  cursor: pointer;
}
.yqn-upload-show-picture-card .file-list .preview-pic-operation .yqn-icon.icon-close {
  margin-left: 12px;
}

.yqn-page-loading {
  position: relative;
  height: 100%;
}
.yqn-page-loading.show-loading {
  min-height: 200px;
}
.yqn-page-loading .yqn-page-loading-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.yqn-page-loading .yqn-page-loading-absolute .yqn-page-loading-content {
  position: relative;
  margin: auto;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1);
}
.yqn-page-loading .yqn-page-loading-absolute .yqn-page-loading-content span {
  font-size: 16px;
  padding-bottom: 26px;
  color: #333333;
}

.row-col-two-sides .left-side-class {
  border-right: 1px solid #dcdcdc;
  min-height: calc(100vh - 40px);
}

.yqn-forwarder-sidebar {
  width: 196px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.3s;
  background-color: #24292e;
  z-index: 99;
  padding-top: 8px;
}
.yqn-forwarder-sidebar .yqn-icon {
  margin-right: 8px;
}
.yqn-forwarder-sidebar.yqn-collapsed {
  width: 48px;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed {
  position: absolute;
  top: 50%;
  left: 196px;
  width: 14px;
  height: 48px;
  background-color: #6a6d73;
  transform: translateY(-50%);
  transition: left 0.3s;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed:before {
  content: '';
  position: absolute;
  top: 0;
  border-top: 3px solid #fff;
  border-right: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 3px solid transparent;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-top: 3px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 3px solid #fff;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed:hover {
  background-color: #24292e;
}
.yqn-forwarder-sidebar.yqn-collapsed .yqn-sidebar-collapsed {
  left: 48px;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed > span {
  position: absolute;
  left: 4px;
  top: 19px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: transparent;
  border-right: 6px solid #FFFFFF;
}
.yqn-forwarder-sidebar.yqn-collapsed .yqn-sidebar-collapsed > span {
  border-left: 6px solid #FFFFFF;
  border-right: transparent;
}
/* antd toB*/
.yqn-forwarder-sidebar {
  /* 菜单行高 */
  /* 子菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体 */
  /* 子菜单字体颜色 */
  /* 子菜单的背景 */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
  /* 修改计算得出的padding */
  /* 折叠后宽度 */
  /* 折叠后隐藏文字 */
  /* 折叠后icon对齐 */
  /* 折叠后的悬浮和打开效果 */
}
.yqn-forwarder-sidebar a {
  color: inherit;
  transition: inherit;
}
.yqn-forwarder-sidebar a:hover,
.yqn-forwarder-sidebar a:active {
  color: inherit;
}
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-forwarder-sidebar .ant-menu-dark,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
  box-shadow: none;
}
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item-group-title,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item > a {
  color: #8C8D8F;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background-color: #14171a;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-item:hover,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu:hover,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.yqn-forwarder-sidebar .ant-menu.ant-menu-dark .ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-open {
  color: inherit;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-open:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.yqn-forwarder-sidebar .ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu .ant-menu-item {
  padding-left: 12px !important;
}
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu-item {
  padding-left: 36px !important;
}
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-item {
  padding-left: 48px !important;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed {
  width: 48px;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-item span,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item span,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title span,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-item {
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #0081ff;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #494d52;
}
/* popup */
.ant-menu-submenu-popup {
  /* 按设计加padding */
  padding: 12px 0 !important;
  /* 菜单设置宽度 */
  /* 菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体和padding */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
}
.ant-menu-submenu-popup a {
  color: inherit;
  transition: inherit;
}
.ant-menu-submenu-popup a:hover,
.ant-menu-submenu-popup a:active {
  color: inherit;
}
.ant-menu-submenu-popup .ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical.ant-menu-sub .ant-menu-item {
  width: 164px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.ant-menu-submenu-popup.ant-menu-dark,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 0 12px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-item:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu-selected,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu li.ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-open {
  color: #FFFFFF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected) > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected):hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
/* 滚动条修改 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #999;
  border-radius: 80px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #666;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #666;
}
::-webkit-scrollbar-button {
  background-color: #666;
  display: none;
}

.header-search {
  display: flex;
  align-items: center;
}
.header-search .header-search-input {
  margin-left: 194px;
  display: flex;
  width: 331px;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 32px;
  height: 34px;
  border: 1px solid #dcdcdc;
  color: #333;
  position: relative;
}
.header-search .header-search-input .search-input-icon {
  width: 25px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  left: 0px;
  font-size: 12px;
  z-index: 999;
}
.header-search .header-search-input .ant-select-show-search {
  display: flex;
}
.header-search .header-search-input .ant-select-selection-placeholder {
  margin: 0 25px;
  font-size: 12px;
  margin-left: 25px !important;
  line-height: 32px !important;
}
.header-search .header-search-input .ant-select-selection-item {
  margin-left: 25px !important;
}
.header-search .header-search-input .ant-select-selection-search {
  margin: 0 70px 0 25px;
}
.header-search .header-search-input .search-input-select {
  width: 331px;
  height: 272px;
}
.header-search .header-search-input .search-input-select .ant-select-selector {
  border: none !important;
}
.header-search .header-btn-select {
  line-height: 20px;
}
.header-search .header-btn-select Button {
  margin-left: 5px;
  border: 0;
  padding: 0 10px;
}
.header-search .header-btn-select Button .btn-content-single {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 0 5px 0 9px;
}
.header-search .header-btn-select Button .btn-content-single .yqn-icon {
  font-size: 14px;
  margin: 0;
}
.header-search .header-btn-select Button .btn-content-single span {
  padding: 0 0 0 8px;
  line-height: 20px;
}
.header-search .header-btn-select Button .btn-content-batch {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0 4px 0 4px !important;
}
.header-search .header-btn-select Button .btn-content-batch .yqn-icon {
  font-size: 14px;
  margin: 0;
}
.header-search .header-btn-select Button .btn-content-batch span {
  padding-left: 8px;
  line-height: 20px;
}
.header-left-select-dropdown {
  min-height: 128px !important;
  max-height: 272px !important;
  border-radius: 4px;
  padding: 8px 0;
}
.header-left-select-dropdown .rc-virtual-list {
  height: 100% !important;
}
.header-left-select-dropdown .rc-virtual-list .rc-virtual-list-holder {
  height: 100% !important;
}
.header-left-select-dropdown .rc-virtual-list .rc-virtual-list-holder .rc-virtual-list-holder-inner {
  height: 100% !important;
}
.header-left-select-dropdown .ant-select-item {
  padding: 0 !important;
}
.header-left-select-dropdown .ant-select-item-option-active {
  background-color: #F5F5F5 !important;
}
.header-left-select-dropdown .ant-select-item-option-selected {
  color: #333333 !important;
}
.header-left-select-dropdown .select-option-item {
  display: flex;
  height: 128px;
  border-bottom: 1px solid #DCDCDC;
}
.header-left-select-dropdown .select-option-item .item-left {
  width: 84px;
  text-align: center;
  height: 128px;
  line-height: 128px;
}
.header-left-select-dropdown .select-option-item .item-right {
  flex: 1;
  border-left: 1px solid #DCDCDC;
  height: 128px;
  line-height: 128px;
  overflow-x: hidden;
}
.header-left-select-dropdown .select-option-item .item-right .one-item {
  line-height: 32px;
}
.header-left-select-dropdown .select-option-item .item-right .one-item .text-item {
  padding-left: 8px;
}
.header-left-select-dropdown .select-option-item .item-right .one-item :hover {
  background-color: #E7F3FF;
}
.header-left-select-dropdown .select-option-item .item-right .btn-more {
  line-height: 32px;
  padding-left: 8px;
}
.header-left-select-dropdown .ant-select-item-empty {
  padding: 0;
}
.header-left-select-dropdown .top-search-empty {
  height: 100%;
  padding: 24px 0;
}
.header-left-select-dropdown .top-search-empty .ant-empty-normal {
  margin: 0;
}
.header-left-select-dropdown .top-search-empty .ant-empty-img-simple {
  width: 48px;
  height: 48px;
}
.header-left-select-dropdown .top-search-empty .ant-empty-description {
  font-size: 12px;
  color: #333333;
}
.header-left-select-dropdown .ant-select-item-empty {
  height: 128px;
}
.header-left-select-dropdown .ant-select-item-empty img {
  width: 48px;
  height: 48px;
}
.header-btn-menu-dropdown {
  padding: 7px 0;
}
.header-btn-menu-dropdown .ant-dropdown-menu-item {
  padding: 0 !important;
}
.header-btn-menu-dropdown span {
  width: 130px;
  height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.header-btn-menu-dropdown span img {
  width: 18px;
  height: 20px;
  margin: 0 10px 0 9px;
}

.yqn-forwarder-topbar .search-input {
  width: 420px;
  position: relative;
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 32px;
  height: 34px;
  border: 1px solid #dcdcdc;
}
.yqn-forwarder-topbar .search-input .search-input-icon {
  width: 25px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  left: 0px;
  font-size: 12px;
  z-index: 999;
}
.yqn-forwarder-topbar .search-input .ant-select-show-search {
  display: flex;
}
.yqn-forwarder-topbar .search-input .ant-select-selection-placeholder {
  margin: 0 25px;
  font-size: 12px;
  margin-left: 25px !important;
  line-height: 32px !important;
}
.yqn-forwarder-topbar .search-input .ant-select-selection-item {
  margin-left: 25px !important;
}
.yqn-forwarder-topbar .search-input .ant-select-selection-search {
  margin: 0 70px 0 25px;
}
.yqn-forwarder-topbar .search-input .search-input-select {
  width: 430px;
}
.yqn-forwarder-topbar .search-input .search-input-select .ant-select-selector {
  border: none !important;
}
.yqn-forwarder-topbar .search-input .search-input-quick-menu {
  width: 80px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  right: 0px;
}
.yqn-forwarder-topbar .search-input .order-type {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.yqn-forwarder-topbar .topbar-layout-select {
  margin-left: 194px;
}
.yqn-forwarder-topbar .option-item {
  display: flex;
}
.yqn-forwarder-topbar .option-item .option-item-left {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.yqn-forwarder-topbar .option-item .option-item-right {
  width: 80%;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  text-align: left;
}
.yqn-forwarder-topbar .option-item .option-item-right .search-info {
  padding: 0 12px;
}
.yqn-forwarder-topbar .option-item .option-item-right .search-info:hover {
  background-color: #EEF8FF;
}
.yqn-forwarder-topbar .option-item .option-item-right .search-info a {
  padding: 7px 0;
  text-align: center;
  border-top: 1px solid #DCDCDC;
  display: block;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item {
  padding: 7px 0;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .ant-col {
  margin-left: 12px;
  color: #666;
  vertical-align: middle;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .tags {
  text-align: right;
  color: #41B9FF;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .tags .order-status {
  height: 18px;
  padding: 2px 3px;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #41B9FF;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .tags .order-auth {
  margin-right: 12px;
  height: 18px;
  vertical-align: middle;
  padding: 2px 3px;
  line-height: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  margin-left: 4px;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item:hover {
  background-color: #ececec;
}
.yqn-forwarder-topbar .top-search-empty {
  height: 80px;
}
.yqn-forwarder-topbar .top-search-empty .left {
  text-align: right;
  line-height: 80px;
}
.yqn-forwarder-topbar .top-search-empty .left .icon {
  line-height: 100%;
  color: #0081FF;
  display: inline-block;
  height: 32px;
  font-size: 32px;
}
.yqn-forwarder-topbar .top-search-empty .right {
  padding-top: 12px;
}
.yqn-forwarder-topbar .top-search-empty .right .intro-text {
  color: #333333;
  font-size: 12px;
}

.download-chrome-saas {
  position: relative;
  height: 32px;
  background-color: #e7f2ff;
  line-height: 32px;
  text-align: center;
  color: #333333;
  font-size: 12px;
}
.download-chrome-saas a.download-link {
  color: #0081ff;
}
.download-chrome-saas span {
  margin: 0 4px;
}
.download-chrome-saas .yqn-icon {
  font-size: 16px;
}
.download-chrome-saas .close {
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}
.download-chrome-saas .info {
  transform: translateY(1px);
}
.yqn-forwarder-topbar {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #333940;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-forwarder-topbar .yqn-topbar-logo {
  width: 162px;
  height: 24px;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}
.yqn-forwarder-topbar .yqn-topbar-module {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn {
  font-size: 12px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(220, 220, 220, 0.2);
  line-height: 17px;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
  margin-left: 20px;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link .yqn-icon {
  margin-left: 4px;
  color: #ffffff;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper {
  color: #ffffff;
  margin-left: 20px;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: transparent;
}
.yqn-forwarder-topbar .yqn-topbar-module .download-record.yqn-button.ant-btn-link {
  margin-right: 24px;
  font-size: 12px;
}
.yqn-forwarder-topbar .yqn-topbar-module .yqn-badge {
  margin-right: 24px;
}
.yqn-forwarder-topbar .yqn-topbar-module .yqn-button.ant-btn-link {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 100%;
}
.yqn-forwarder-topbar .yqn-topbar-module .yqn-button.ant-btn-link span {
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
}
.yqn-forwarder-topbar .yqn-topbar-user {
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yqn-forwarder-topbar .yqn-topbar-user:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #666666;
}
.yqn-forwarder-topbar .yqn-topbar-username {
  margin-left: 4px;
  font-size: 12px;
  flex: 1;
}
.yqn-forwarder-topbar .yqn-topbar-user:after {
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 4px;
  border-top: 3px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.yqn-forwarder-topbar .yqn .ant-popover-inner-content {
  padding: 0;
}
.yqn-forwarder-topbar .yqn-topbar-pop {
  position: relative;
  width: 320px;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list {
  margin-bottom: 36px;
  max-height: 360px;
  overflow: auto;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > div {
  position: relative;
  padding: 12px 16px;
  border-top: 1px solid #dcdcdc;
  word-break: break-all;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > div:first-child {
  border-top: none;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > div:hover {
  background-color: #F5F5F5;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list .task-wait {
  position: absolute;
  top: 11px;
  right: 16px;
  padding: 0 8px;
  border: 1px solid #0081ff;
  border-radius: 4px;
  color: #0081ff;
  background-color: #e6f2ff;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list .is-read {
  opacity: 0.7;
}
.yqn-forwarder-topbar .yqn-topbar-pop-control {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 36px;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.yqn-forwarder-topbar .yqn-topbar-pop-control.space-between {
  justify-content: space-between;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > .ant-spin {
  display: block;
  padding: 6px 0;
  border-top: none;
}
.yqn-forwarder-topbar .yqn-topbar-pop .ant-empty {
  padding: 12px 0;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user {
  padding: 12px;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user.user-control {
  text-align: right;
  border-top: 1px solid #dcdcdc;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user.user-control > a {
  margin-left: 16px;
  color: #0081ff;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user.user-control .user-detail {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 1367px) {
  .yqn-topbar-module .trans-btn .mediaTransBtn span {
    width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .yqn-topbar-module .trans-btn .mediaLang {
    width: 56px;
  }
  .yqn-topbar-module .trans-btn .mediaLang span {
    width: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    height: 16px;
  }
  .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
    margin-left: 16px;
  }
  .yqn-topbar-module .mediaCheck {
    width: 76px;
  }
  .yqn-topbar-module .mediaCheck span {
    padding-right: 0;
  }
  .yqn-topbar-module .mediaCheck .mediaLabel {
    width: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
  }
  .yqn-topbar-module .download-record span {
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .download-record.yqn-button.ant-btn-link {
    margin-right: 16px;
  }
  .yqn-topbar-module .yqn-badge {
    margin-right: 16px;
  }
  .yqn-topbar-module .mediaTodo span {
    width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaNotif span {
    width: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaMes span {
    overflow: hidden;
    width: 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .mediaEvent span {
    overflow: hidden;
    width: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .yqn-topbar-user {
    width: 126px;
  }
  .yqn-topbar-module .yqn-topbar-username {
    width: 72px;
    display: inline-block;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 39px;
    vertical-align: bottom;
  }
}

.yqn-forwarder-layout-common {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.yqn-forwarder-layout-common .layout-common-wrap {
  position: absolute;
  display: flex;
  top: 40px;
  width: 100%;
  bottom: 0;
}
.yqn-forwarder-layout-common .layout-common-content {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.yqn-forwarder-layout-common .layout-common-page {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 0 12px 0 26px;
}
.yqn-forwarder-layout-common .layout-common-footer {
  padding: 12px;
  text-align: center;
  color: #9b9b9b;
}

.yqn-ship-name-keyword {
  color: #0081ff;
}
.yqn-ship-name {
  color: #7994ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.yqn-ship-name .yqn-ship-name-title {
  color: #333333;
  font-weight: 600;
}
.yqn-ship-name .yqn-ship-name-description {
  padding-right: 20px;
}
.yqn-ship-name-empty-tip {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.yqn-drag-modal.yqn-drag-modal {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.yqn-drag-modal .yqn-modal.ant-modal {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.yqn-drag-modal .yqn-modal .ant-modal-body {
  padding: 12px;
}
.yqn-drag-modal .yqn-modal .ant-modal-content {
  min-height: 280px;
  min-width: 400px;
  border-radius: 0px;
  resize: both;
  overflow: auto;
  max-width: 95vw;
  max-height: 95vh;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-header {
  height: 32px;
  padding: 0px 12px;
  background: #323940;
  border-radius: 0px;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  padding: 0;
  line-height: 32px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-header .ant-modal-title .title-style {
  width: '100%';
  cursor: 'move';
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-close-x {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-close-x .ant-modal-close-icon {
  color: #ffffff;
}
.yqn-drag-modal .yqn-modal.ant-modal {
  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-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #dcdcdc;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 4px 4px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ant-card-head .ant-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-top-bar {
  border-bottom: 1px solid #dcdcdc;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: #333333;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #dcdcdc, 0 1px 0 0 #dcdcdc, 1px 1px 0 0 #dcdcdc, 1px 0 0 0 #dcdcdc inset, 0 1px 0 0 #dcdcdc inset;
  transition: all 0.3s;
}
.ant-card-rtl .ant-card-grid {
  float: right;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 4px 4px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #dcdcdc;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: #666666;
  text-align: center;
}
.ant-card-rtl .ant-card-actions > li {
  float: right;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #0081ff;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: #666666;
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #0081ff;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #dcdcdc;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: #666666;
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 4px;
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
}
@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}

.yqn-card {
  padding: 12px;
}
.yqn-card .ant-card-head {
  padding: 0 0 12px;
  height: auto;
  min-height: 0;
}
.yqn-card .ant-card-head .ant-card-head-title {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.yqn-card .ant-card-head .ant-card-extra {
  padding: 0;
}
.yqn-card .ant-card-head .ant-tabs {
  margin-bottom: -29px;
}
.yqn-card .ant-card-head .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 600;
}
.yqn-card .ant-card-head .ant-tabs .ant-tabs-tab {
  padding: 0 0 12px ;
}
.yqn-card.yqn-has-tabs .ant-card-head .ant-tabs .ant-tabs-tab {
  padding-top: 12px;
}
.yqn-card .ant-card-body {
  padding: 12px 0 0;
}
.yqn-card.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 0;
}

.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(a) ". ";counter-increment:a}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(b) ". ";counter-increment:b}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(c) ". ";counter-increment:c}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(d) ". ";counter-increment:d}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(e) ". ";counter-increment:e}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:a}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:b}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:c}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:d}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:e}.bf-switch{position:relative;width:32px;height:16px;background-color:hsla(0,0%,100%,.15);border-radius:8px;transition:background .3s}.bf-switch.active{background-color:#3498db}.bf-switch.active:before{left:16px}.bf-switch:before{position:absolute;left:0;display:block;width:16px;height:16px;border-radius:8px;background-color:#eee;content:"";transform:scale(1.2);transition:.3s}.bf-image-link-editor,.bf-image-size-editor{padding-bottom:1px;overflow:hidden;border-radius:2px 2px 0 0;box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-image-link-editor .editor-input-group,.bf-image-size-editor .editor-input-group{width:300px;margin:8px 10px;overflow:hidden}.bf-image-link-editor input,.bf-image-size-editor input{display:block;float:left;box-sizing:content-box;height:32px;margin:0 5px 0 0;padding:0 10px;background-color:hsla(0,0%,100%,.1);border:none;border-radius:2px;outline:none;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-image-link-editor input:hover,.bf-image-size-editor input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-image-link-editor input:focus,.bf-image-size-editor input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-image-link-editor button,.bf-image-size-editor button{float:left;width:90px;height:32px;margin:0;padding:0 20px;background-color:#3498db;border:none;color:#fff;font-size:12px;border-radius:2px;cursor:pointer}.bf-image-link-editor button:hover,.bf-image-size-editor button:hover{background-color:#2084c7}.bf-image-size-editor input{width:80px}.bf-image-link-editor input{width:185px}.bf-image-link-editor .switch-group{height:16px;margin:10px}.bf-image-link-editor .switch-group .bf-switch{float:left}.bf-image-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-content .bf-image{position:relative}.bf-content .bf-image .bf-csize-icon{position:absolute;z-index:2;width:10px;height:10px;background-color:rgba(52,152,219,.3)}.bf-content .bf-image .bf-csize-icon.right-bottom{right:0;bottom:0;cursor:se-resize}.bf-content .bf-image .bf-csize-icon.left-bottom{left:0;bottom:0;cursor:sw-resize}.bf-content .bf-image .bf-pre-csize{position:absolute;z-index:1;background:transparent}.bf-content .bf-image .bf-pre-csize.rightbottom{left:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-pre-csize.leftbottom{right:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-media-toolbar:before{visibility:hidden}.bf-content .bf-image .bf-media-toolbar[data-align=center] [data-align=center],.bf-content .bf-image .bf-media-toolbar[data-align=left] [data-align=left],.bf-content .bf-image .bf-media-toolbar[data-align=right] [data-align=right],.bf-content .bf-image .bf-media-toolbar[data-float=left] [data-float=left],.bf-content .bf-image .bf-media-toolbar[data-float=right] [data-float=right]{color:#3498db}.bf-player-holder{position:relative;height:240px;overflow:hidden;background-color:#21242a;border-radius:3px}.bf-player-holder .icon-badge{position:absolute;z-index:2;top:0;left:0;height:30px;padding:0 15px;border-radius:0 0 3px 0;color:#fff;background-color:hsla(0,0%,100%,.1)}.bf-player-holder .icon-badge i,.bf-player-holder .icon-badge span{display:block;float:left;line-height:30px}.bf-player-holder .icon-badge span{margin-left:5px;font-size:12px}.bf-player-holder .button-remove{position:absolute;z-index:2;top:5px;right:5px;width:40px;height:40px;background-color:transparent;border:none;border-radius:50%;outline:none;color:#fff;font-size:24px;text-align:center;cursor:pointer}.bf-player-holder .button-remove:hover{color:#e74c3c}.bf-player-holder .button-play{position:relative;z-index:2;display:block;width:80px;height:80px;margin:40px auto 20px;background-color:rgba(0,0,0,.7);border:none;border-radius:50%;outline:none;color:#fff;font-size:48px;line-height:80px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.bf-player-holder .button-play:hover{background-color:#3498db}.bf-player-holder .bf-name{position:relative;z-index:2;margin:0;color:#fff;font-size:14px;font-weight:500;text-align:center}.bf-player-holder .bf-url{position:relative;z-index:2;width:70%;margin:10px auto;color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-align:center}.bf-player-holder .bf-poster{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;opacity:.3}.bf-modal{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%}.bf-modal button{outline:none}.bf-modal-mask{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);opacity:0;transition:opacity .2s}.bf-modal-content{position:absolute;z-index:2;top:45%;left:50%;max-width:95%;background-color:#fff;border-radius:2px;box-shadow:0 15px 30px rgba(0,0,0,.1);opacity:0;transform:translate(-50%,-40%);transition:transform .2s,opacity .2s}.bf-modal-header{height:50px}.bf-modal-caption{float:left;margin:0;padding:0 15px;color:#999;font-size:14px;font-weight:400;line-height:50px}.bf-modal-close-button{float:right;width:50px;height:50px;background-color:transparent;border:none;color:#ccc;font-size:18px;cursor:pointer}.bf-modal-close-button:hover{color:#e74c3c}.bf-modal-body{overflow:auto}.bf-modal-footer{min-height:15px;padding:0 15px;overflow:hidden}.bf-modal-addon-text{float:left;color:#999;font-size:12px;line-height:60px}.bf-modal-buttons{float:right}.bf-modal-cancel,.bf-modal-confirm{height:36px;margin:12px 0 12px 15px;padding:0 30px;border:none;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer}.bf-modal-cancel{background-color:#e8e9ea;color:#999}.bf-modal-cancel:hover{background-color:#d8d9da}.bf-modal-confirm{background-color:#3498db;color:#fff}.bf-modal-confirm:hover{background-color:#2084c7}.bf-modal-confirm.disabled{opacity:.3;pointer-events:none;filter:grayscale(.4)}.bf-modal-root.active .bf-modal-mask{opacity:1}.bf-modal-root.active .bf-modal-content{opacity:1;transform:translate(-50%,-50%)}@font-face{font-family:braft-icons;src:url(data:font/woff;base64,d09GRgABAAAAACxUAAsAAAAALAgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIH02NtYXAAAAFoAAAA9AAAAPQXCcwWZ2FzcAAAAlwAAAAIAAAACAAAABBnbHlmAAACZAAAJggAACYI9aImY2hlYWQAAChsAAAANgAAADYTSfwFaGhlYQAAKKQAAAAkAAAAJAfCBAxobXR4AAAoyAAAASwAAAEsIgAgXGxvY2EAACn0AAAAmAAAAJhQxVqgbWF4cAAAKowAAAAgAAAAIABVAH1uYW1lAAAqrAAAAYYAAAGGmUoJ+3Bvc3QAACw0AAAAIAAAACAAAwAAAAMD+QGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6rADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEANgAAAAyACAABAASAAEAIOAp4DTgN+BC4LjiKOI547jjwuQp6SbpMelG6WjpgOms6mjqbOpu6nXqsP/9//8AAAAAACDgJuA04DfgQuC44ijiOeO448LkKekA6SzpRuln6YDprOpo6mvqbupz6rD//f//AAH/4x/eH9Qf0h/IH1Md5B3UHFYcTRvnFxEXDBb4FtgWwRaWFdsV2RXYFdQVmgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAQAVQCAA6sC1QARACMANQBHAAATITIXFhUUBwYjISInJjU0NzYTITIXFhUUBwYjISInJjU0NzY3ITIXFhUUBwYjISInJjU0NzY3ITIXFhUUBwYjISInJjU0NzaAAwASDA0NDBL9ABIMDQ0MEgMAEgwNDQwS/QASDA0NDBIDABIMDQ0MEv0AEgwNDQwSAwASDA0NDBL9ABIMDQ0MAtUMDRESDQwMDRIRDQz+AAwNERINDAwNEhENDKsNDBIRDQwMDRESDA2rDQwSEgwNDQwSEgwNAAAABABVAIADqwLVABEAIwA1AEcAABMhMhcWFRQHBiMhIicmNTQ3NhMhMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NoADABIMDQ0MEv0AEgwNDQwSAlUSDA0MDRL9qxIMDQ0MEgMAEgwNDQwS/QASDA0NDBICVRIMDQwNEv2rEgwNDQwC1QwNERINDAwNEhENDP4ADA0REg0MDA0SEQ0Mqw0MEhENDAwNERIMDasNDBISDA0NDBISDA0AAAAEAFUAgAOrAtUAEQAkADYASQAAEyEyFxYVFAcGIyEiJyY1NDc2EyEyFxYVFAcGIyEiJyY1NDc2MychMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NjOAAwASDA0NDBL9ABIMDQ0MZwJWEQ0MDA0R/aoRDQwMDRFVAwASDA0NDBL9ABIMDQ0MZwJWEQ0MDA0R/aoRDQwMDREC1QwNERINDAwNEhENDP4ADA0REg0MDA0SEQ0Mqw0MEhENDAwNERIMDasNDBISDA0NDBISDA0AAAAEAFUAgAOrAtUAEQAkADYASQAAEyEyFxYVFAcGIyEiJyY1NDc2EyEyFxYVFAcGIyEiJyY1NDc2MychMhcWFRQHBiMhIicmNTQ3NjchMhcWFRQHBiMhIicmNTQ3NjOAAwASDA0NDBL9ABIMDQ0MvQJVEgwNDQwS/asSDA0MDRKrAwASDA0NDBL9ABIMDQ0MvQJVEgwNDQwS/asSDA0MDRIC1QwNERINDAwNEhENDP4ADA0REg0MDA0SEQ0Mqw0MEhENDAwNERIMDasNDBISDA0NDBISDA0AAAACAQAAgQMAAtUAAwAHAAABMxEjIREzEQJWqqr+qqoC1f2sAlT9rAAAAQFWAIEDKgLVAAIAAAkCAVYB1P4sAtX+1v7WAAEAqgArA1YDgQAuAAABMhceARcWFRQHDgEHBiMiJy4BJyY1MxQXHgEXFjMyNz4BNzY1NCcuAScmIxUnNwIARj8+XRsbGxtdPj5HRj8+XRsbVhQURS8vNTUvL0UUFBQURS8vNdbWAtUbG1w+PkZHPj5dGxsbG10+Pkc2Li9FFBQUFEUvLjY1Ly5GFBSs1tYAAAMAMwCqA80CqwAEAAkADQAAEyEVITUDNSEVITc1IRX/As79MswCzv0yaALKAqtnZ/3/Z2fOZWUABQCAACsDgAMrAAMABwALAA8AEwAAAREhEQERIREDESERAREhEQMhESEDKv8AAQD/AFT/AAEA/wBWAwD9AAHVAQD/AP6sAQD/AAFUAQD/AP6sAQD/AAKq/QAAAAACAFYAKwNWAtUACAARAAABIRUjByc3IycnFwEHJwcjNwEBAAJW+ERaHmZ4dAwCaDbyQoBo/tgC1YCgWEh4CAr9ljbynPYBKAACAIAAKwN0Ax8AAwAWAAAlAScBAR4BDwEXBycBIzUBJzcXNzYyFwEoAVhS/qgCngwBDYZSPDz+gsoBfDw8UoYMJAyBAVhS/qgB6AwjDYZSPDz+hMoBfjw8UoYMDAAAAAAEAIAAKwOAAysACAARABoAIwAAATIWHQEjNSM1EzUzFRQGKwE1JRUzFSMiJj0BETQ2OwEVIxUjAyoiNFaqqlYzI6r+VqqqIjQzI6qqVgMrNCKqqlb9VqqqIzNWqqpWMyOqAaoiNFaqAAYAgAArA4ADKwAHAAsAEwAbAB8AIwAAAREzFTMVIxUXITUhJTMRIzUjNTMBIxEzFSEVIQEhFSERIRUhAoBWqqqq/lYBqv2qVlaqqgEAVFQBVv6q/lYBqv5WAQD/AAIrAQBWVFaqVFb/AFZU/lYBAFZUAlRU/lRUAAIAgABNA4ADTQATAB0AACUhESE1ISIGFREUFjMhMjY1ESMRAxUzARcBFTMRIQMr/aoBK/7VIzIyIwJWIzJV1pr+XDwBpFX+1aICVVYyJP2rIzIyIwEr/tUCq1b+XTwBo5kBKwAEAFUAIgOrA3cABAAhAD0AQgAAJTMRIxETIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYDMzUjFQHVVlYrWE5OdCEiIiF0Tk5YWE5OdCEiIiF0Tk5YRz4+XRobGxpdPj5HRz4+XRobGxpdPj5yVlb3AQD/AAKAISJzTk5YWU1OdCEiIiF0Tk1ZWE5OcyIh/QAbG10+PkdGPz5cGxsbG1w+P0ZHPj5dGxsB1lVVAAAEAFUAIgOrA3cABAAhAD0AUgAAJTM1IxUTIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYDIgYVMzQ2MzIWFRQGFTM0NjU0JiMB1VZWK1hOTnQhIiIhdE5OWFhOTnQhIiIhdE5OWEc+Pl0aGxsaXT4+R0c+Pl0aGxsaXT4+R0dkVjIjIzKAVoBkR81VVQKqISJzTk5YWU1OdCEiIiF0Tk1ZWE5OcyIh/QAbG10+PkdGPz5cGxsbG1w+P0ZHPj5dGxsCVmRHIzIyI0AtaEg9UEdkAAACAFUAzQOrAs0ABQALAAABJzcnCQElNyc3CQEBkcTEPP8AAQABGsTEPAEA/wABCcTEPP8A/wA8xMQ8/wD/AAAAAwErAM0C9QMiAA8AGQAiAAABPgE1NCYjIREhMjY1NCYnJzMyFhUUBisBNRMjNTMyFhUUBgKaHydjSP72ASxDWzIp74AaJiYagJWVlRslJQIAFkEgSWL9q19DME4TtyUbGiaA/oCAJRsaJgAAAQCAACYDgAN3ADQAAAEiBgclPgE1NCYnJR4BMzI2NTQmIyIGFRQWFwUuASMiBhUUFjMyNjcFDgEVFBYzMjY1NCYjAwAYKxH+0AICAgIBLREtGTVLSzU1SwIC/tMRLRk1S0s1GS0RATACAkk0NElJNAEfEg+xBw8IBw8IrxATSzU2Sko2Bw8HsBATSzU1SxIQsQcOBzNJSTM0SQAAAQErAU0C1QIiAAIAAAEXNwEr1dUCItXVAAAAAAMAVQAiA6sDdwAcACsAOgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMBNDc+ATc2MzIWFwEuATUBIiYnAR4BFRQHDgEHBiMCAFhOTXQiIiIidE1OWFhOTXQiIiIidE1OWP6rGxtcPj9GOmot/iIjJQFVOmotAd4jJRsbXD4/RgN3ISJ0Tk1YWE5OdCEiIiF0Tk5YWE1OdCIh/lZGPj5dGxslI/4iLWo6/qomIwHeLWs5Rz4+XRsbAAAAAAMAgADNA4ACzQADAAcACwAANyE1ITUhNSE1FSE1gAMA/QADAP0AAwDNVYBV1lZWAAEBKwF3AtUCTQACAAABNxcBK9XVAXfW1gAAAAADAasAdwJVAyIADAAYACQAAAEyNjU0JiMiBhUUFjMVIgYVFBYzMjY1NCYDIgYVFBYzMjY1NCYCACMyMiMjMjIjIzIyIyMyMiMjMjIjIzIyAnczIyMyMiMjM1UyIyMzMyMjMv8AMiMjMzMjIzIAAAAAAwCrAXcDVQIiAAwAGAAkAAABIgYVFBYzMjY1NCYjISIGFRQWMzI2NTQmISIGFRQWMzI2NTQmAQAjMjIjIzIyIwIAIzIyIyMyMv7dIzIyIyMyMgIiMiMjMzMjIzIyIyMzMyMjMjIjIzMzIyMyAAAAAAIAAP/ABAADgAApAC0AAAERIzU0JiMhIgYdARQWMyEyNj0BMxEhFSMiBhURFBY7ATI2NRE0JisBNQEhNSEEAMAmGv1AGiYmGgLAGiaA/cAgDRMTDYANExMNIAFA/UACwAGAAYBAGiYmGsAaJiYaQP8AgBMN/sANExMNAUANE0ABgEAAAAQA1QCiAysC9wAGAA0AEwAaAAATMxUzNSMVEyMVMzUjFQEzNTM1IxM1IxUzNSPVgFbWgIDWVgEAVoDWVlbWgAEigNVVAVVV1YD+K4BVAQCA1VUAAAEAZAAlA1wDXABEAAABERQHBgcGBwYjIicmJyYnJjU0NzY3Njc2MzIXEQURFAcGBwYHBiMiJyYnJicmNTQ3Njc2NzYzMhcRNDc2NyU2MzIXFhUDXBERGhkaGRYXGRoZGhEREREaGRoZFzMr/oURERoZGhkXFhkaGRoRERERGhkaGRY0KwoJDwGbBggUDg4DLP3WGBQTCgsFBQUFCwoTFBgZExQKCwUFEwEKdv6iGRMTCwsFBQUFCwsTExkZExMLCgYFEwHeDw0MBX8CDg4UAAAEAHUAQgOJA1YALwA8AGIAeAAAAS4BBw4BJy4BJy4BBwYiJyYGBw4BJyYGBxQVHAEVFBUeATM2MzoBMzIzMjY3PAE1BSImNTQ2MzIWFRQGJyUqASM8ATU6ATMUFhUUFxwBFQYHFAYHDgEnLgE3PgE3OgEzPAE1BT4BNzoBMxQWBw4BJy4BNz4BNzoBMwKBARkZChUJCxcEFEMvBw8HHikMDCgdFyILCxgWNDM0ZzQzNBsaAf77L0FBMDBAQDEBtx8/IDRoNgEBAQENCxVFICIlBgc3JAcNCf7OAQICEyQTAwUFSiMmOAIBOiYHEAkCzhcaAQEBAwIJCC0fCAEBBhgbGxYGBBMVKCgpUCgoKQ8VARcaSpRK7T8uMEA/LzBAARchPyAKEgkzMjNmMjMzFCwRIBAOD0IjJjQDN2053QwUCi5dLSUsBgVEJig+BAAAAAAEANUAogMrAvcABQALABEAFwAAASMVMzUjAzM1MzUjASMVMzUjAxUzFTM1AStW1oBWVoDWAgCA1laAgFYBd9VVASuAVf4AVdUBgFWA1QAAAAQAAAAABAADQAAbADMATwBTAAABFBceARcWMzI3PgE3NjU0Jy4BJyYjIgcOAQcGASMuASMhIgYHIyIGFREUFjMhMjY1ETQmASInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgEjNTMBMBAROCYmKysmJjgREBAROCYmKysmJjgREAKQ4AwkMP8AMCQM4BomJhoDgBomJv4mOzQzTRcWFhdNMzQ7OzQzTRcWFhdNMzQBhYCAAWArJiY4ERAQETgmJisrJiY4ERAQETgmJgE1MFBQMCYa/cAaJiYaAkAaJv2EFhdNMzQ7OzQzTRcWFhdNMzQ7OzQzTRcWAbxAAAEAkQCiA4AC3gAGAAABJwcXAScBAYCzPO8CADz+PAEaszzvAgA8/jwAAAAAAQDiAIADHgLJACYAAAE3NjQnJiIPAScmIgcGFB8BBwYUFx4BMzI2PwEXHgEzMjY3NjQvAQI84g0NDCQM4uIMJAwNDeLiDQ0GEAgIEAbi4gYQCAgQBg0N4gGr4gwjDQwM4uIMDA0jDOLiDSMMBwYGB+HhBwYGBwwjDeIAAAUAVQCVA6sC6wAZACoARABeAHgAAAEhIgYHDgEVFBYXHgEzITI2Nz4BNTQmJy4BJTQmIyEiBh0BFBYzITI2PQEDISIGBw4BFRQWFx4BMyEyNjc+ATU0JicuAQMhIgYHDgEVFBYXHgEzITI2Nz4BNTQmJy4BBSEiBgcOARUUFhceATMhMjY3PgE1NCYnLgEB1f6rCQ8GBgcHBgYPCQFVCQ8GBwYGBwYPAc0ZEv8AEhkZEgEAEhkr/QAJDwYGBwcGBg8JAwAJDwYGBwcGBg8J/QAJDwYGBwcGBg8JAwAJDwYGBwcGBg/+TP6rCQ8GBgcHBgYPCQFVCQ8GBwYGBwYPAZUGBgYQCAkPBgcGBgcGDwkIEAYGBoERGRkRrBEZGRGs/tUHBgYPCQkPBgYHBwYGDwkJDwYGBwIABwYGDwkJDwYGBwcGBg8JCQ8GBgerBgcGDwkIEAYGBgYGBhAICQ8GBwYAAAAABABVAE0DqwNNAA4AEgAeACIAAAEhIgYVETMVITUzETQmIwMhNSE3IiY1NDYzMhYVFAYDIRUhAyv9qjVLqwIAq0s1gP6qAVaAEhkZEhEZGTz+AAIAAndKNv8AqqoBADZK/ivVVhkREhkZEhEZAYCrAAIAgABjA2oDTQAiAC8AAAEjJz4BNTQnLgEnJiMiBw4BBwYVFBceARcWMzI2NxcVFzcnISImNTQ2MzIWFRQGIwKVIQwfJBYWSzMyOjkzMksWFhYWSzIzOTRcJQvWP9X/AE9xcU9QcHBQAXcMJF0zOjIzSxYWFhZLMzI6OTIzSxYWJB8MItQ/1XFPUHBwUE9xAAIAZAAiA5wDdwBNAFkAAAE+ATU0Jic3PgEvAS4BDwEuAS8BLgErASIGDwEOAQcnJgYPAQYWHwEOARUUFhcHDgEfAR4BPwEeAR8BHgE7ATI2PwE+ATcXFjY/ATYmJwUiJjU0NjMyFhUUBgM9AQICAVoGAwRVBA8HahEkFBABDAiqCAwBEBQkEWoHDwRVBAMGWgECAgFaBgMEVQQPB2oRJBQQAQwIqggMARAUJBFqBw8EVQQDBv5pPldXPj5XVwGjChULCxQLRgUPB5QHBQMqDBUIcgcKCgdyCBUMKgMFB5QHDwVGCxUKCxUKRgUQB5MHBQIrDRUIcQgKCghxCBUNKwMGB5MHEAUmWD4+V1c+PlgAAQDVAKIDKwL3AAsAAAEhESMRITUhETMRIQMr/wBW/wABAFYBAAGi/wABAFUBAP8AAAAAAAQAVf/vA6sC7wAeADMAOAA9AAATNwEHJyM1JyM1Jw4BFRQWOwEVIyInLgEnJjU0NjcnBTIXHgEXFhUUBgcnPgE1NCYrATUzITMVIycFFSMnM1U3Ask2q0mMSmogJWdIgIA1Li9FFRQyKlwCVjUuL0UVFEc5PC88Z0iAgP6qgDZRAV0zVYgCuTb9NzerSYxKaxhIKklmURQURS8vNTpnIlwfFRRFLy41R3YhPRRWN0hnUVFR1lVVAAADAFUAmgOrApoAGgA1ADkAAAEjFTMyFhUUBisBFTMyNz4BNzY1NCcuAScmIwE0NjsBNSMiBw4BBwYVFBceARcWOwE1IyImNRchNSECq4CASGdnSICANS4vRRUUFBVFLy41/ftnSICANS4vRRUUFBVFLy41gIBIZ68BVv6qAppRZ0hJZlEUFEUvLzU1Li9FFRT/AEhnURUURS8uNTUvL0UUFFFmSStVAAAFAFUAIgOrA3cAHAA4AEQAUABYAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTMjY1NCYjIgYVFBYhMjY1NCYjIgYVFBYTMjY3IR4BMwIAWU1OdCEiIiF0Tk1ZWE5OdCEiIiF0Tk5YRz4+XRsaGhtdPj5HRz4+XRsaGhtdPj5OGyUlGxomJv7wGiYmGhslJbBLdRr+TBp1SwN3ISJzTk5YWU1OdCEiIiF0Tk1ZWE5OcyIh/QAbG10+PkdHPj5dGhsbGl0+PkdHPj5dGxsBgCYaGyUlGxomJhobJSUbGib+61RBQVQAAAAJAAAAQAQAA0AAAwAHAAsADwATABcAGwAfACIAABMRIREBIzUzNSM1MzUjNTMBIREhEyM1MzUjNTM1IzUzBRElAAQA/MCAgICAgIACQP4AAgDAgICAgICA/cABAANA/QADAP1AgICAgID9gAKA/YCAgICAgID+gMAAAAAAAgDVAE0DKwNNABkAHgAAJTI3PgE3NjURIxEUBiMiJjURIxEUFx4BFxYHFSE1IQIANS8uRhQUa1c+PldrFBRGLi/2Alb9qvcVFEUvLzQBVv6qPVhYPQFW/qo0Ly9FFBVVVVUAAAUAVQCVA6sC6wAaACsARQBfAHoAAAEhMhYXHgEVFAYHDgEjISImJy4BNTQ2Nz4BMyU0NjMhMhYdARQGIyEiJj0BEyEyFhceARUUBgcOASMhIiYnLgE1NDY3PgETITIWFx4BFRQGBw4BIyEiJicuATU0Njc+AQUhMhYXHgEVFAYHDgEjISImJy4BNTQ2Nz4BMwIrAVUJDwYGBwcGBg8J/qsJDwYHBgYHBg8J/ioZEgEAEhkZEv8AEhkrAwAJDwYGBwcGBg8J/QAJDwYGBwcGBg8JAwAJDwYGBwcGBg8J/QAJDwYGBwcGBg8BtAFVCQ8GBgcHBgYPCf6rCQ8GBwYGBwYPCQGVBgYGEAgJDwYHBgYHBg8JCBAGBgaBERkZEawRGRkRrP7VBwYGDwkJDwYGBwcGBg8JCQ8GBgcCAAcGBg8JCQ8GBgcHBgYPCQkPBgYHqwYHBg8JCBAGBgYGBgYQCAkPBgcGAAAAAAMAgACiA4ADIgAEAA0AEQAAJTM1IxUDFTMVMzUzNSEDITUhAauqqtbWqtb9qlUDAP0AooCAAoCAgICA/lVWAAACAIAAogOrAyIACAARAAABFTMRMxEzNSEBMxEzETM1IRUBgNWA1v3V/wCAgID+gAMigP4AAgCA/qv+1QErgIAAAgDVAPcDKwKiAAYADQAAJTM3ESERMwUzNxEhETMBAIBV/wCAAQCAVv8AgPerAQD/AKurAQD/AAAGAFUAdwOAAyIACwASAB0AIgAnACwAADczFSMVMxUjFTM1IxMzNSMVMxUHMwcVMzUjNzUjFRMVITUhESE1IRURITUhFVVWKytWgIArK1YrK01NgExMgNYCVf2rAlX9qwJV/av3FSsVK6sBVasrgIBZJytaJisBAFVV/atVVQEAVVUAAAAGAGsAjQOAAw0ACwAXACMAKAAtADIAABMiBhUUFjMyNjU0JgMiBhUUFjMyNjU0JgMiBhUUFjMyNjU0JhchNSEVESE1IRURFSE1IasbJSUbGiYmGhslJRsaJiYaGyUlGxomJmYCVf2rAlX9qwJV/asCDSYaGyUlGxomAQAmGhslJRsaJv4AJhoaJiYaGiZrVVUBAFVVAVVVVQAAAAABAQAAzQMAAyIACwAAARUzAyMVITUjEzM1AatekncBVV6SdwMigP6rgIABVYAAAAABAAABawQAAesAAwAAEyEVIQAEAPwAAeuAAAAABgBA/8ADwAPAABkAIQA5AEcAVQBjAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBAyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeCg/kANExMNAcANExMN/kANExMNAcANExMN/kANExMNAcANExMC2xczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0T/gATDQ0TEw0NE4ATDQ0TEw0NE4ATDQ0TEw0NEwAAAAUAAP/ABAADwAAIAAsAEwAWABwAAAERIQcRIREhESUVIwMRMzUhFQcRExUjASERMzUhAoD+QMABgAKA/MBlG8ABQMDAZQHl/gDAAUACwAEAwP3A/wADAKVl/gABwMDAwP8AAWVl/gABwMAAAAUAQP/ABAADwAANABgANAA3AD0AAAEjNTQmKwEiBh0BIxUhJyM1OAExMzgBMRUFNTQmKwEVMxUjBxEhETM1IyIGFREUFjMhFSERBRUjASERMzUhAsCAJhqAGiaAAgDAgIABQBMNQCDAwP8AIEANExMNASACgP5AZQHl/gDAAUADQEAaJiYaQICAQEDAoA0TQIDA/wACQEATDf2ADRPAAsBbZf5AAYDAAAYAgABNA4ADTQADAAcACwAPABMAFwAANyE1IRkBNycBITUhARUhNQEhNSERITUhgAMA/QCrqwFVAav+Vf6rAwD+VQGr/lUBq/5VTVUB1f6rq6r+gFYCAFZW/wBV/wBVAAYAgABNA4ADTQADAAcACwAPABMAFwAAJSE1ISUXEQcRITUhERUhNQEhNSERITUhAdUBq/5V/qurqwMA/QADAP5VAav+VQGr/lX3VoCrAVWq/oBVAqtWVv8AVf8AVQAAAAEAAP/NBAAAdwADAAA3IRUhAAQA/AB3qgAAAAACAOsA9wMVA00ACAAMAAABAzM3IRczAyMDGwEjAdXqYC8BCzBg6lY7ZmbMA039qoCAAlb+gAEO/vIAAAACAAD/wAQAA8AADgASAAABBxcDIxcBFTMBFzUlFzcFJzcXAiBgYODgsP7wJwFpsAEAYGD9wEDgQAPAYGD/ALD+lycBELDg4GBgQEDgQAAAAAEAQP/AA4oDwAARAAAFNjc2JicmBxUJARU2Fx4BBwYC+isTEzhVVqj+gAGAyXFyRignQE1bW5ozMgT+AYABgPgFTk7siokAAAEAdv/AA8ADwAASAAABNQkBNSYHDgEXFhcmJyY2NzYXAkABgP6AqFZVOBMTK2knKEZycckCyPj+gP6A/gQyM5pbW01yiYrsTk4FAAAHAAD/wAQAA0YACwAXACMALwA7AEcAUwAAJTQ2MzIWFRQGIyImATQ2MzIWFRQGIyImJTQ2MzIWFRQGIyImATQ2MzIWFRQGIyImATQ2MzIWFRQGIyImJTQ2MzIWFRQGIyImATQ2MzIWFRQGIyImAaA4KCg4OCgoOP5gOCgoODgoKDgDQDgoKDg4KCg4/To4KCg4OCgoOAJMOCgoODgoKDj9tDgoKDg4KCg4Akw4KCg4OCgoOCAoODgoKDg4AcgoODgoKDg4KCg4OCgoODgBTig4OCgoODj93Cg4OCgoODgoKDg4KCg4OAJ0KDg4KCg4OAAFAHwAAAOEA1UAIgAtADgARgBUAAABIzU0JisBIgYdASMiBhUUFjsBERQWMyEyNjURMzI2NTQmIyU0NjsBMhYdASM1ARQGIyEiJjURIREBIgYdARQWMzI2PQE0JjMiBh0BFBYzMjY9ATQmA12bRDCcMESbEBcXECdEMAGEMEQnEBcXEP4vFhCcEBboAV0XEP58EBcB0v7JEBYWEBAXF4wQFxcQEBYWAronMEREMCcXEBAW/gcwREQwAfkWEBAXJxAXFxAnJ/2TEBYWEAH5/gcBhBcQ6BAXFxDoEBcXEOgQFxcQ6BAXAAAABwAA/8AEAAPAAAMABwALAA8AEwAbACMAABMzFSM3MxUjJTMVIzczFSMlMxUjAxMhEzMTIRMBAyEDIwMhAwCAgMDAwAEAgIDAwMABAICAEBD9ABAgEAKAEP1AEAMAECAQ/YAQAcBAQEBAQEBAQEACQP5AAcD+gAGA/AABgP6AAUD+wAAABABQAIAEAAPAAAgADQAQAEAAAD8BIRczAyMDMxMzFyM3ARsBAyMiJjU0NjsBMjY1NCYrASIGFRQWFx4BOwEyFhUUBisBIgYVFBY7ATI2NTQmJy4BwjoBCDpywODAcppIOrw6AWSgoKBADRMTDYANExMNgCg4DQwNJRVADRMTDYANExMNgCg4DQwNJYDAwAKA/YACAMDA/gABAP8AAsATDQ0TEw0NEzgoEiENDxETDQ0TEw0NEzgoEiENDxEAAAAABABQ/8AEAAMAAAgADQAQAEAAAD8BIRczAyMDMxMzFyM3JQsBEyMiJjU0NjsBMjY1NCYrASIGFRQWFx4BOwEyFhUUBisBIgYVFBY7ATI2NTQmJy4BwjoBCDpywODAcppIOrw6AqSgoKBADRMTDYANExMNgCg4DQwNJRVADRMTDYANExMNgCg4DQwNJYDAwAKA/YACAMDAgP8AAQD9gBMNDRMTDQ0TOCgSIQ0PERMNDRMTDQ0TOCgSIQ0PEQAHAAD/wAQAA8AABwAPABMAFwAbAB8AIgAAAREhESMRIREFESERMxEhESUzFSMnMxUjJTMVIzczFSMlFwcBAAMAQP2AAsD9AEACgP5AgIDAgIABgICAwICA/IDAwAJAAYD+gAFA/sDA/kABwP6AAYCAQEBAQEBAQODAwAAAAQCA/8ADgAPAABcAAAEhFSMRIxEjESMRIicuAScmNTQ3PgE3NgGAAgCAgICANS8uRhQUFBRGLi8DwID8gAOA/IACABQURi4vNTUvLkYUFAACAAD/wAQAA8AAFwAaAAABIgcOAQcGFRQXHgEXFjMRMxEzETMRMzUJAgIANS8uRhQUFBRGLi81gICAgPwAAQD/AAPAFBRGLi81NS8uRhQU/gADgPyAA4CA/UABAAEAAAACAAD/wAQAA8AAFwAaAAABIgcOAQcGFRQXHgEXFjMRMxEzETMRMzUFCQEBADUvLkYUFBQURi4vNYCAgIABAP8AAQADwBQURi4vNTUvLkYUFP4AA4D8gAOAgMD/AP8AAAABAAD/zgQAA7MAYwAAASIHDgEHBhUUFx4BFxYXFjY1PAEnBiYxLgExJjYxHgExFjY3PgE3JicuAScmNTQ2Ny4BNzAWFz4BMzIWFz4BMRYGBx4BFRQHDgEHBgceARUUBhUUFjc2Nz4BNzY1NCcuAScmIwIAal1eiygoGhpdQUBMExABakISJyMnJigiXRYEEgsrKipCFBUcGQQMFUNKHkEhIUEeSkMVDAQZHBUUQyopKw4VARATTEFAXRoaKCiLXl1qA7MoKItdXmpUTU2ALy8ZBBIKCTYgF1QsHxgHAzI7BwoYIgoFDA04Ly9JKkUbCUk1AzEICQkIMQM1SQkbRSpKLy44DA0FCzAjNEwNChIEGS8wf01NVGpeXYsoKAAAAAABAAAAAQAAt9HlfV8PPPUACwQAAAAAANgVW8QAAAAA2BVbxAAA/8AEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAABLBAAAAAAAAAAAAAAAAgAAAAQAAFUEAABVBAAAVQQAAFUEAAEABAABVgQAAKoEAAAzBAAAgAQAAFYEAACABAAAgAQAAIAEAACABAAAVQQAAFUEAABVBAABKwQAAIAEAAErBAAAVQQAAIAEAAErBAABqwQAAKsEAAAABAAA1QQAAGQEAAB1BAAA1QQAAAAEAACRBAAA4gQAAFUEAABVBAAAgAQAAGQEAADVBAAAVQQAAFUEAABVBAAAAAQAANUEAABVBAAAgAQAAIAEAADVBAAAVQQAAGsEAAEABAAAAAQAAEAEAAAABAAAQAQAAIAEAACABAAAAAQAAOsEAAAABAAAQAQAAHYEAAAABAAAfAQAAAAEAABQBAAAUAQAAAAEAACABAAAAAQAAAAEAAAAAAAAAAAKABQAHgCIAPIBXgHKAd4B7AI0AlACfgKiAtIDBgNCA3QD2gRSBHIEqAT2BQQFZAV8BYoFwgX6BjwGZgbOB3YHnggcCDIIcAkiCVoJogoqCkQKoAr0C3gLtgvoDJwMvAzcDPgNOg2IDaANrg46DnAOxA70DyQPMg9QD3gPnA/CEDoQrhDwEVARrhHsEhQSRBJ0EwQAAQAAAEsAewAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=);font-weight:400;font-style:normal}.bf-container [class*=" bfi-"],.bf-container [class^=bfi-],.bf-modal-root [class*=" bfi-"],.bf-modal-root [class^=bfi-]{font-family:braft-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bf-container .bfi-table:before,.bf-modal-root .bfi-table:before{content:"\E228"}.bf-container .bfi-clear_all:before,.bf-modal-root .bfi-clear_all:before{content:"\E0B8"}.bf-container .bfi-format_clear:before,.bf-modal-root .bfi-format_clear:before{content:"\E239"}.bf-container .bfi-hr:before,.bf-modal-root .bfi-hr:before{content:"\E925"}.bf-container .bfi-colorize:before,.bf-modal-root .bfi-colorize:before{content:"\E3B8"}.bf-container .bfi-crop_free:before,.bf-modal-root .bfi-crop_free:before{content:"\E3C2"}.bf-container .bfi-pause:before,.bf-modal-root .bfi-pause:before{content:"\E034"}.bf-container .bfi-play_arrow:before,.bf-modal-root .bfi-play_arrow:before{content:"\E037"}.bf-container .bfi-bin:before,.bf-modal-root .bfi-bin:before{content:"\E9AC"}.bf-container .bfi-replay:before,.bf-modal-root .bfi-replay:before{content:"\E042"}.bf-container .bfi-tune:before,.bf-modal-root .bfi-tune:before{content:"\E429"}.bf-container .bfi-close:before,.bf-modal-root .bfi-close:before{content:"\E913"}.bf-container .bfi-align-center:before,.bf-modal-root .bfi-align-center:before{content:"\E028"}.bf-container .bfi-align-justify:before,.bf-modal-root .bfi-align-justify:before{content:"\E026"}.bf-container .bfi-align-left:before,.bf-modal-root .bfi-align-left:before{content:"\E027"}.bf-container .bfi-align-right:before,.bf-modal-root .bfi-align-right:before{content:"\E029"}.bf-container .bfi-image-right:before,.bf-modal-root .bfi-image-right:before{content:"\E914"}.bf-container .bfi-image-left:before,.bf-modal-root .bfi-image-left:before{content:"\E91E"}.bf-container .bfi-music:before,.bf-modal-root .bfi-music:before{content:"\E90E"}.bf-container .bfi-camera:before,.bf-modal-root .bfi-camera:before{content:"\E911"}.bf-container .bfi-copy:before,.bf-modal-root .bfi-copy:before{content:"\E92C"}.bf-container .bfi-file-text:before,.bf-modal-root .bfi-file-text:before{content:"\E926"}.bf-container .bfi-film:before,.bf-modal-root .bfi-film:before{content:"\E91C"}.bf-container .bfi-github:before,.bf-modal-root .bfi-github:before{content:"\EAB0"}.bf-container .bfi-ltr:before,.bf-modal-root .bfi-ltr:before{content:"\EA74"}.bf-container .bfi-page-break:before,.bf-modal-root .bfi-page-break:before{content:"\EA68"}.bf-container .bfi-pagebreak:before,.bf-modal-root .bfi-pagebreak:before{content:"\EA6E"}.bf-container .bfi-paint-format:before,.bf-modal-root .bfi-paint-format:before{content:"\E90C"}.bf-container .bfi-paste:before,.bf-modal-root .bfi-paste:before{content:"\E92D"}.bf-container .bfi-pilcrow:before,.bf-modal-root .bfi-pilcrow:before{content:"\EA73"}.bf-container .bfi-pushpin:before,.bf-modal-root .bfi-pushpin:before{content:"\E946"}.bf-container .bfi-redo:before,.bf-modal-root .bfi-redo:before{content:"\E968"}.bf-container .bfi-rtl:before,.bf-modal-root .bfi-rtl:before{content:"\EA75"}.bf-container .bfi-spinner:before,.bf-modal-root .bfi-spinner:before{content:"\E980"}.bf-container .bfi-subscript:before,.bf-modal-root .bfi-subscript:before{content:"\EA6C"}.bf-container .bfi-superscript:before,.bf-modal-root .bfi-superscript:before{content:"\EA6B"}.bf-container .bfi-undo:before,.bf-modal-root .bfi-undo:before{content:"\E967"}.bf-container .bfi-media:before,.bf-modal-root .bfi-media:before{content:"\E90F"}.bf-container .bfi-add:before,.bf-modal-root .bfi-add:before{content:"\E918"}.bf-container .bfi-bold:before,.bf-modal-root .bfi-bold:before{content:"\E904"}.bf-container .bfi-code:before,.bf-modal-root .bfi-code:before{content:"\E903"}.bf-container .bfi-done:before,.bf-modal-root .bfi-done:before{content:"\E912"}.bf-container .bfi-drop-down:before,.bf-modal-root .bfi-drop-down:before{content:"\E906"}.bf-container .bfi-drop-up:before,.bf-modal-root .bfi-drop-up:before{content:"\E909"}.bf-container .bfi-emoji:before,.bf-modal-root .bfi-emoji:before{content:"\E91B"}.bf-container .bfi-font-size:before,.bf-modal-root .bfi-font-size:before{content:"\E920"}.bf-container .bfi-fullscreen:before,.bf-modal-root .bfi-fullscreen:before{content:"\E910"}.bf-container .bfi-fullscreen-exit:before,.bf-modal-root .bfi-fullscreen-exit:before{content:"\E90D"}.bf-container .bfi-help:before,.bf-modal-root .bfi-help:before{content:"\E902"}.bf-container .bfi-indent-decrease:before,.bf-modal-root .bfi-indent-decrease:before{content:"\E92F"}.bf-container .bfi-indent-increase:before,.bf-modal-root .bfi-indent-increase:before{content:"\E92E"}.bf-container .bfi-info:before,.bf-modal-root .bfi-info:before{content:"\E901"}.bf-container .bfi-italic:before,.bf-modal-root .bfi-italic:before{content:"\E924"}.bf-container .bfi-link:before,.bf-modal-root .bfi-link:before{content:"\E91A"}.bf-container .bfi-link-off:before,.bf-modal-root .bfi-link-off:before{content:"\E919"}.bf-container .bfi-list:before,.bf-modal-root .bfi-list:before{content:"\E923"}.bf-container .bfi-list-numbered:before,.bf-modal-root .bfi-list-numbered:before{content:"\E922"}.bf-container .bfi-menu:before,.bf-modal-root .bfi-menu:before{content:"\E908"}.bf-container .bfi-more-horiz:before,.bf-modal-root .bfi-more-horiz:before{content:"\E90B"}.bf-container .bfi-more-vert:before,.bf-modal-root .bfi-more-vert:before{content:"\E90A"}.bf-container .bfi-not-disturb:before,.bf-modal-root .bfi-not-disturb:before{content:"\E907"}.bf-container .bfi-print:before,.bf-modal-root .bfi-print:before{content:"\E915"}.bf-container .bfi-quote:before,.bf-modal-root .bfi-quote:before{content:"\E921"}.bf-container .bfi-search:before,.bf-modal-root .bfi-search:before{content:"\E916"}.bf-container .bfi-settingsx:before,.bf-modal-root .bfi-settingsx:before{content:"\E917"}.bf-container .bfi-share:before,.bf-modal-root .bfi-share:before{content:"\E905"}.bf-container .bfi-share-square:before,.bf-modal-root .bfi-share-square:before{content:"\E900"}.bf-container .bfi-strikethrough:before,.bf-modal-root .bfi-strikethrough:before{content:"\E91F"}.bf-container .bfi-text-color .path1:before,.bf-modal-root .bfi-text-color .path1:before{font-family:braft-icons!important;content:"\E930";opacity:.36}.bf-container .bfi-text-color .path2:before,.bf-modal-root .bfi-text-color .path2:before{font-family:braft-icons!important;content:"\E931";margin-left:-1em}.bf-container .bfi-underlined:before,.bf-modal-root .bfi-underlined:before{content:"\E91D"}.bf-content{height:500px;padding-bottom:10px;overflow:auto;font-size:16px}.bf-content img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bf-content *{line-height:normal}.bf-container{position:relative;height:100%;padding:0}.bf-container.disabled{pointer-events:none;opacity:.7;filter:grayscale(70%)}.bf-container.read-only .bf-controlbar{pointer-events:none}.bf-container.read-only .bf-image img:hover{outline:none}.bf-container.read-only .bf-hr{pointer-events:none}.bf-container.fullscreen{position:fixed;display:flex;flex-direction:column;z-index:99999;top:0;right:0;bottom:0;left:0;background-color:#fff;height:100%!important}.bf-container.fullscreen .bf-content{flex-grow:1;height:auto}.bf-container .input-group{display:block}.bf-container .input-group input{box-sizing:border-box;width:100%;height:36px;padding:0 15px;font-size:14px}.bf-container .pull-left{float:left}.bf-container .pull-right{float:right}.bf-container button{line-height:normal}.bf-container button.default,.bf-container button.ghost,.bf-container button.primary{height:32px;padding:0 20px;color:#fff;font-size:12px}.bf-container button.default{background-color:hsla(0,0%,100%,.15);border:none}.bf-container button.default:hover{background-color:hsla(0,0%,100%,.1)}.bf-container button.ghost{background-color:transparent;border:none;box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.5)}.bf-container button.ghost:hover{box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.7)}.bf-container button.primary{background-color:#3498db;border:none;color:#fff}.bf-container button.primary:hover{background-color:#2084c7}.bf-container .public-DraftEditorPlaceholder-root{top:15px;left:15px;font-size:16px;pointer-events:none}.bf-container .DraftEditor-editorContainer{box-sizing:border-box;border:none}.bf-container .DraftEditor-root,.bf-container .public-DraftEditor-content{height:100%}.bf-container .public-DraftEditor-content{box-sizing:border-box;padding:15px;word-wrap:break-word;word-break:break-all}.bf-container .public-DraftEditor-content>div{padding-bottom:20px}.bf-container .public-DraftEditor-content .braft-link{color:#4078c0}.bf-container .public-DraftEditor-content blockquote{margin:0 0 10px;padding:15px 20px;background-color:#f1f2f3;border-left:5px solid #ccc;color:#666;font-style:italic}.bf-container .public-DraftEditor-content pre{max-width:100%;max-height:100%;margin:10px 0;padding:15px;overflow:auto;background-color:#f1f2f3;border-radius:3px;color:#666;font-family:monospace;font-size:14px;font-weight:400;line-height:16px;word-wrap:break-word;white-space:pre-wrap}.bf-container .public-DraftEditor-content pre pre{margin:0;padding:0}.bf-container .bfa-left,.bf-container .bfa-left .public-DraftStyleDefault-ltr{text-align:left}.bf-container .bfa-right,.bf-container .bfa-right .public-DraftStyleDefault-ltr{text-align:right}.bf-container .bfa-center,.bf-container .bfa-center .public-DraftStyleDefault-ltr{text-align:center}.bf-container .bfa-justify,.bf-container .bfa-justify .public-DraftStyleDefault-ltr{text-align:justify}.bf-container .bfa-center>div,.bf-container .bfa-justify>div,.bf-container .bfa-left>div,.bf-container .bfa-right>div{display:inline-block}.bf-container .bff-left:hover,.bf-container .bff-right:hover{z-index:2}.bf-container .bff-left{position:relative;z-index:1;float:left;margin:0 10px 0 0}.bf-container .bff-right{position:relative;z-index:1;float:right;margin:0 0 0 10px}.bf-container .bftd-1{text-indent:2em;display:initial}.bf-container .bftd-2{text-indent:4em;display:initial}.bf-container .bftd-3{text-indent:6em;display:initial}.bf-container .bftd-4{text-indent:8em;display:initial}.bf-container .bftd-5{text-indent:10em;display:initial}.bf-container .bftd-6{text-indent:12em;display:initial}.bf-container .bf-image,.bf-container .bf-media{position:relative}.bf-container .bf-image img{display:block;max-width:100%;font-size:0;resize:both;outline-offset:1px}.bf-container .bf-image img:hover{outline:1px solid #3498db}.bf-container .bf-media-toolbar{position:absolute;z-index:3;bottom:15px;left:50%;width:auto;background-color:#21242a;border-radius:2px;font-weight:400;text-align:center;white-space:nowrap;transform:translateX(-50%);box-shadow:0 5px 15px rgba(0,0,0,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bf-container .bf-media-toolbar .bf-media-toolbar-arrow,.bf-container .bf-media-toolbar:before{position:absolute;bottom:-10px;left:50%;display:block;border:5px solid transparent;border-top-color:#21242a;content:"";transform:translateX(-5px)}.bf-container .bf-media-toolbar a{display:inline-block;min-width:40px;height:40px;color:hsla(0,0%,100%,.5);font-family:braft-icons!important;font-size:18px;font-weight:400;line-height:40px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer}.bf-container .bf-media-toolbar a:hover{color:#fff}.bf-container .bf-media-toolbar a:first-child{border-radius:2px 0 0 2px}.bf-container .bf-media-toolbar a:last-child{border-radius:0 2px 2px 0}.bf-container .bf-media-toolbar a.active{color:#3498db}.bf-audio-player audio{width:480px;max-width:80vw;margin:0 10px 10px}.bf-video-player video{display:block;width:640px;max-width:80vw;height:auto;margin:0 10px 10px;-o-object-fit:contain;object-fit:contain}.bf-content .bf-hr{position:relative;box-sizing:content-box;height:15px;padding-top:15px;text-align:center}.bf-content .bf-hr:before{display:block;height:1px;background-color:rgba(0,0,0,.1);content:""}.bf-content .bf-hr:hover:before{background-color:rgba(0,0,0,.3)}.bf-content .bf-hr:hover .bf-media-toolbar{display:block}.bf-content .bf-hr .bf-media-toolbar{display:none}.bf-link-editor{width:360px;padding-top:25px}.bf-link-editor .input-group{margin:0 15px 8px}.bf-link-editor .input-group input{background-color:hsla(0,0%,100%,.07);border:none;border-radius:2px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-link-editor .input-group input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-link-editor .input-group input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-link-editor .input-group input:disabled{color:hsla(0,0%,100%,.7);box-shadow:none}.bf-link-editor .switch-group{height:16px;margin:15px}.bf-link-editor .switch-group .bf-switch{float:left}.bf-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-link-editor .buttons{box-sizing:content-box;height:32px;margin-top:20px;padding:15px;overflow:hidden;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.1)}.bf-link-editor .buttons .button-remove-link{color:#999;font-size:12px;line-height:32px;cursor:pointer}.bf-link-editor .buttons .button-remove-link:hover{color:#e74c3c}.bf-link-editor .buttons .button-remove-link i{margin-right:5px;font-size:16px}.bf-link-editor .buttons .button-remove-link i,.bf-link-editor .buttons .button-remove-link span{display:block;float:left;line-height:32px}.bf-link-editor .buttons button{margin-left:10px;border-radius:2px;font-weight:700;cursor:pointer}.bf-dropdown{position:relative;width:auto;height:36px;margin:0}.bf-dropdown.disabled{pointer-events:none;opacity:.3}.bf-dropdown.light-theme .dropdown-content{border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-arrow{background-color:#fff;border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-content-inner{background-color:#fff}.bf-dropdown .dropdown-content{box-sizing:content-box;position:absolute;z-index:10;top:100%;left:50%;visibility:hidden;float:left;width:auto;min-width:100%;margin-top:9px;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);opacity:0;cursor:default;transform:translate(-50%,20px);transition:.2s}.bf-dropdown .dropdown-content ::-webkit-scrollbar-track{background-color:transparent}.bf-dropdown .dropdown-content ::-webkit-scrollbar{width:4px;background-color:transparent;border-radius:2px}.bf-dropdown .dropdown-content ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:2px}.bf-dropdown .dropdown-content .dropdown-arrow{position:absolute;z-index:1;top:-3px;left:50%;width:10px;height:10px;background-color:#21242a;transform:translateX(-50%) rotate(45deg);transition:margin .2s}.bf-dropdown .dropdown-content .dropdown-arrow.active{background-color:#3498db}.bf-dropdown .dropdown-content .menu{list-style:none;margin:0;padding:0;overflow:hidden;border-radius:2px}.bf-dropdown .dropdown-content .menu-item{display:block;list-style:none;margin:0;font-size:16px;cursor:pointer}.bf-dropdown .dropdown-content .menu-item:hover{background-color:rgba(0,0,0,.1)}.bf-dropdown .dropdown-content .menu-item.active{background-color:#3498db;color:#fff}.bf-dropdown .dropdown-content .menu-item:not(.active){color:hsla(0,0%,100%,.6);box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-dropdown .dropdown-content-inner{position:relative;z-index:2;overflow:auto;background-color:#21242a;border-radius:2px}.bf-dropdown .dropdown-handler{position:relative;display:block;width:100%;height:36px;background-color:transparent;border:none;color:#6a6f7b;cursor:pointer}.bf-dropdown .dropdown-handler:hover{background-color:rgba(0,0,0,.05)}.bf-dropdown .dropdown-handler *{display:inline;padding:0;font-size:inherit;font-weight:400}.bf-dropdown .dropdown-handler>span{float:left;padding:0 10px;font-size:14px;line-height:36px;pointer-events:none}.bf-dropdown .dropdown-handler>span i{display:block;height:36px;font-size:16px;line-height:36px;text-align:center}.bf-dropdown .dropdown-handler .bfi-drop-down{float:right;width:30px;height:36px;font-size:16px;line-height:36px;text-align:center;pointer-events:none}.bf-dropdown.active .dropdown-handler{background-color:rgba(0,0,0,.05)}.bf-dropdown.active .dropdown-content{visibility:visible;opacity:1;transform:translate(-50%)}.headings-dropdown{min-width:110px}.headings-dropdown .menu{width:200px;overflow:hidden}.headings-dropdown .menu .menu-item{padding:15px 20px;text-align:left;line-height:normal}.headings-dropdown .menu .menu-item h1,.headings-dropdown .menu .menu-item h2,.headings-dropdown .menu .menu-item h3,.headings-dropdown .menu .menu-item h4,.headings-dropdown .menu .menu-item h5,.headings-dropdown .menu .menu-item h6{margin:0;padding:0;color:inherit}.headings-dropdown .menu .menu-item h1{font-size:28px}.headings-dropdown .menu .menu-item h2{font-size:24px}.headings-dropdown .menu .menu-item h3{font-size:20px}.headings-dropdown .menu .menu-item h4{font-size:16px}.headings-dropdown .menu .menu-item h5{font-size:14px}.headings-dropdown .menu .menu-item h6{font-size:12px}.bf-colors{box-sizing:content-box;list-style:none;width:240px;margin:0;padding:15px;overflow:hidden}.bf-colors li{box-sizing:content-box;display:block;float:left;width:24px;height:24px;margin:5px;padding:0;background-color:currentColor;border:3px solid transparent;border-radius:50%;cursor:pointer;transition:transform .2s}.bf-colors li:hover{transform:scale(1.3)}.bf-colors li.active{box-shadow:0 0 0 2px #3498db}.bf-font-size-dropdown{min-width:95px}.bf-font-sizes{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-font-sizes li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-font-sizes li:hover{background-color:hsla(0,0%,100%,.2)}.bf-font-sizes li.active{background-color:#3498db}.text-color-dropdown.light-theme .bf-color-switch-buttons button{border-bottom:1px solid #ccc;color:#616569}.text-color-dropdown.light-theme .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.text-color-dropdown button.dropdown-handler span{width:36px;padding:0;overflow:hidden;border-radius:2px}.text-color-dropdown .bf-text-color-picker-wrap{overflow:hidden}.text-color-dropdown .bf-color-switch-buttons{height:36px}.text-color-dropdown .bf-color-switch-buttons button{float:left;width:50%;height:36px;background-color:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-transform:uppercase;cursor:pointer}.text-color-dropdown .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.font-family-dropdown{min-width:120px}.font-family-dropdown .dropdown-content{width:180px}.font-family-dropdown .menu-item{padding:12px 15px}.bf-line-height-dropdown{min-width:95px}.bf-line-heights{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-line-heights li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-line-heights li:hover{background-color:hsla(0,0%,100%,.2)}.bf-line-heights li.active{background-color:#3498db}.bf-letter-spacing-dropdown{min-width:95px}.bf-letter-spacings{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-letter-spacings li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-letter-spacings li:hover{background-color:hsla(0,0%,100%,.2)}.bf-letter-spacings li.active{background-color:#3498db}.bf-emojis-wrap{position:relative;width:210px;height:220px;overflow:hidden}.bf-emojis-wrap:after,.bf-emojis-wrap:before{position:absolute;z-index:1;right:0;left:0;height:30px;border-radius:2px;content:"";pointer-events:none}.bf-emojis-wrap:before{top:0;background-image:linear-gradient(0deg,rgba(33,36,42,0),#21242a)}.bf-emojis-wrap:after{bottom:0;background-image:linear-gradient(rgba(33,36,42,0),#21242a)}.bf-emojis{box-sizing:content-box;width:200px;height:195px;list-style:none;margin:0;padding:15px 15px 20px;overflow:auto}.bf-emojis li{display:block;float:left;width:30px;height:30px;margin:0;padding:0;color:#fff;border-radius:2px;font-family:Apple Color Emoji,Segoe UI,Segoe UI Emoji,Segoe UI Symbol;font-size:18px;line-height:32px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:transform .2s}.bf-emojis li:hover{transform:scale(1.5)}.bf-controlbar{margin:0;padding:0 5px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2)}.bf-controlbar:after{display:block;content:"";clear:both}.bf-controlbar button{padding:0;outline:none}.bf-controlbar button[disabled]{pointer-events:none;opacity:.3}.bf-controlbar [data-title]{position:relative}.bf-controlbar [data-title]:after,.bf-controlbar [data-title]:before{position:absolute;z-index:10;top:100%;left:50%;pointer-events:none;opacity:0;transform:translateX(-50%) translateY(-5px);transition:opacity .3s,transform .3s}.bf-controlbar [data-title]:before{margin-top:3px;border:5px solid transparent;border-bottom-color:#21242a;content:""}.bf-controlbar [data-title]:after{margin-top:12px;padding:5px;background-color:#21242a;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);color:#fff;font-size:12px;line-height:16px;white-space:nowrap;content:attr(data-title)}.bf-controlbar [data-title]:hover:after,.bf-controlbar [data-title]:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}.bf-controlbar input{outline:none}.bf-controlbar .separator-line{display:block;float:left;height:26px;width:1px;margin:10px;box-shadow:inset -1px 0 0 0 rgba(0,0,0,.1)}.bf-controlbar .separator-line+.control-item,.bf-controlbar .separator-line+.control-item-group{margin-left:0}.bf-controlbar .separator-line+.separator-line,.bf-controlbar .separator-line.first-child,.bf-controlbar .separator-line.last-child{display:none}.bf-controlbar .control-item-group{float:left;height:36px;margin:5px 0 5px 3px}.bf-controlbar .control-item-group:first-child{margin-left:0}.bf-controlbar .control-item-group>.control-item{margin-top:0;margin-bottom:0}.bf-controlbar .dropdown-handler{border-radius:2px}.bf-controlbar .control-item{display:block;float:left;height:36px;margin:5px 0 5px 3px;border-radius:2px;cursor:pointer}.bf-controlbar .control-item.component-wrapper{cursor:default}.bf-controlbar .control-item:first-child{margin-left:0}.bf-controlbar .control-item.button{box-sizing:border-box;min-width:36px;padding:0 8px;background-color:transparent;border:none;color:#6a6f7b;font-size:14px}.bf-controlbar .control-item.button:hover{background-color:rgba(0,0,0,.05)}.bf-controlbar .control-item.button.active{color:#3498db}.bf-controlbar .control-item.button i:before{display:block;height:36px;font-size:18px;line-height:36px}.bf-controlbar .control-item.button .bfi-redo:before,.bf-controlbar .control-item.button .bfi-undo:before{font-size:14px}.bf-controlbar .dropdown .control-item{width:100%;float:none;margin:0}
.bf-container {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.bf-container .bf-controlbar {
  line-height: 1;
}
.bf-container .bf-content {
  height: 200px;
}
.bf-container .bf-content .public-DraftEditorPlaceholder-inner {
  font-size: 12px;
  color: #A9A9A9;
}
.bf-container .bf-content .DraftEditor-editorContainer {
  font-size: 12px;
}

.render-form-item-label {
  display: inline-flex;
  justify-content: space-between;
  flex: 1;
}
.render-form-item-label .left {
  display: inline-flex;
  align-items: center;
}
.render-form-item-label .left .label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.render-form-item-label .left .remark {
  margin-left: 4px;
}
.ant-form-horizontal .render-form-item-label {
  width: 100%;
}
.ant-form-horizontal .render-form-item-label .left {
  width: 100%;
}
.ant-form-horizontal .render-form-item-label .left .label {
  width: 100%;
}

.ant-table table .ant-table-cell .table-row-amount {
  text-align: right;
}

.a-p-role {
  position: relative;
}
.a-p-role .task-Assigner {
  position: absolute;
  right: 0;
  top: 0px;
  color: #0081ff;
  z-index: 99;
}

.yqn-parser-door-address {
  display: flex;
}
.yqn-parser-door-address .door-address-edit-btn {
  padding-left: 12px;
  padding-top: 28px;
  width: 86px;
}
.yqn-parser-door-address .perf-tracked {
  flex: 1;
}
.dynamic-table .yqn-parser-door-address .door-address-edit-btn {
  padding-top: 0px;
}

.business-box-info {
  padding: 6px 5px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}

.yqn-parser-dynamic .dynamic-component-render-del-icon:hover {
  color: #0081ff;
  cursor: pointer;
}
.yqn-parser-dynamic .dynamic-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-parser-dynamic .dynamic-table .yqn-table .dynamic-title .yqn-button.ant-btn {
  height: auto;
}
.yqn-parser-dynamic .dynamic-title-has-extra .ant-form-item-required {
  display: flex;
}
.yqn-parser-dynamic .dynamic-title-has-extra .ant-form-item-required .dynamic-title {
  flex: 1;
}

.parser-alert-message {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  *word-wrap: break-word;
  *white-space: normal ;
  margin-bottom: 0;
}

.parser-action-input-addonAfter.yqn-input .ant-input:disabled {
  border-right: 0;
}

.yqn-parser-image-card.yqn-card {
  padding: 0;
}
.yqn-parser-image-card .image-style {
  border-radius: 4px;
  width: 100%;
}
.yqn-parser-image-card .ant-card-meta-description {
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
}
.yqn-parser-image-card .image-card-mask {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yqn-parser-image-card .image-card-mask:hover::after {
  position: absolute;
  content: '';
  z-index: 15;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.yqn-parser-image-card .image-card-mask:hover .mask-img {
  z-index: 16;
}
.yqn-parser-image-card .image-card-mask .mask-img {
  position: absolute;
  z-index: -100;
}

.address-textarea textarea {
  text-transform: uppercase !important;
}
.address-textarea .ant-form-item-children-icon {
  right: 8%;
}
.count-input-textarea-label {
  width: 100%;
  padding-right: 7%;
  display: flex;
  justify-content: space-between;
}
.count-input-textarea-label .ant-btn {
  padding: 0 !important;
  height: 17px !important;
  line-height: 17px;
  font-size: 12px !important;
}

.ycm-business-name-input .c-c-ant-custom .auto-option-wrapper {
  color: #333333;
}
.ycm-business-name-input .c-c-ant-custom .gray {
  color: #999999;
}
.ycm-business-name-input .ant-form-item-children-icon {
  right: 8%;
}

.ycm-business-name-input .c-c-ant-custom .auto-option-wrapper {
  color: #333333;
}
.ycm-business-name-input .c-c-ant-custom .gray {
  color: #999999;
}
.ycm-business-name-input .ant-form-item-children-icon {
  right: 8%;
}

a.bl-document-intro {
  margin: 1px 0 0 16px;
  font-size: 12px;
}
.bl-document-intro-normal .highlight {
  color: red;
}
.bl-document-intro-cargo p:nth-child(odd) {
  font-weight: 500;
}
.bl-document-intro-cargo p:nth-child(even) {
  margin-bottom: 8px;
}

.business-bl-document-contact-form .name-label {
  display: flex;
  align-items: center;
}
.business-bl-document-contact-form .same-name-name-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dynamic-cargo-info-del-icon {
  margin-right: 2px;
}

.dynamic-cargo-info-del-icon:hover {
  color: #0081ff;
  cursor: pointer;
}
.dynamic-cargo-info-margin {
  margin-top: 8px;
}
.dynamic-cargo-info-del-icon {
  margin-right: 2px;
}

.sort-no-style {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.bl-document-title-wrapper {
  display: flex;
}
.yqn-form.ant-form .bl-doc-vgm-list-title-render {
  display: flex;
}
.yqn-form.ant-form .bl-doc-vgm-list-title-render::before {
  margin-right: 2px;
}

.business-bl-document-import-btn-group {
  padding: 20px 20px 0;
}
.business-bl-document-import-btn-group .btn-group-alert {
  margin-bottom: 20px;
}
.business-bl-document-import-btn-group .btn-group-upload {
  height: 88px;
  display: flex;
  align-items: center;
  padding: 26px 20px 26px 16px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(188, 197, 220, 0.3);
  border-radius: 4px;
}
.business-bl-document-import-btn-group .btn-group-upload .upload-img {
  width: 36px;
  height: 36px;
}
.business-bl-document-import-btn-group .btn-group-upload .upload-text {
  margin-left: 12px;
}
.business-bl-document-import-btn-group .btn-group-upload .upload-text .upload-text-title {
  font-size: 12px;
  color: #666666;
}
.business-bl-document-import-btn-group .btn-group-upload .upload-text .upload-text-link {
  color: #0081ff;
  text-decoration: underline;
  position: relative;
}
.business-bl-document-import-btn-group .btn-group-upload .upload-text .upload-text-link .special-area-flag-icon-bg {
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
  padding: 0px 4px;
  border-radius: 10px 10px 10px 0px;
  background-color: #FF9F1B;
  color: #ffffff;
  position: absolute;
  top: -12px;
  right: -38px;
}
.business-bl-document-import-btn-group .btn-group-upload .upload-btn {
  flex: 1;
  display: flex;
  margin-left: 20px;
  align-items: flex-end;
  justify-content: flex-end;
}
.business-bl-document-import-btn-group .btn-group-upload .business-bl-document-import-btn .ant-form-item {
  margin-bottom: 0;
}
.upload-modal-fail .button.ant-btn-primary {
  background: #0081FF !important;
  border-color: #0081FF !important;
}

body {
  margin: 0;
}
.x-spreadsheet {
  font-size: 13px;
  line-height: normal;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-user-select: none;
  font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: content-box;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.x-spreadsheet textarea {
  font: 400 13px Arial, 'Lato', 'Source Sans Pro', Roboto, Helvetica, sans-serif;
}
.x-spreadsheet-sheet {
  position: relative;
  overflow: hidden;
}
.x-spreadsheet-table {
  vertical-align: bottom;
}
.x-spreadsheet-tooltip {
  font-family: inherit;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  border-radius: 1px;
  background: #000000;
  font-size: 12px;
  z-index: 201;
}
.x-spreadsheet-tooltip:before {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 4px);
  top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: inherit;
  transform: rotate(45deg);
  z-index: 1;
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
}
.x-spreadsheet-color-palette {
  padding: 5px;
}
.x-spreadsheet-color-palette table {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 2;
  background: #fff;
}
.x-spreadsheet-color-palette table td {
  margin: 0;
  cursor: pointer;
  border: 1px solid transparent;
}
.x-spreadsheet-color-palette table td:hover {
  border-color: #ddd;
}
.x-spreadsheet-color-palette table td .x-spreadsheet-color-palette-cell {
  width: 16px;
  height: 16px;
}
.x-spreadsheet-border-palette {
  padding: 6px;
}
.x-spreadsheet-border-palette table {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
}
.x-spreadsheet-border-palette table td {
  margin: 0;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left {
  border-right: 1px solid #eee;
  padding-right: 6px;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell .x-spreadsheet-icon-img {
  opacity: 0.8;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell:hover {
  background-color: #eee;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right {
  padding-left: 6px;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-toolbar-btn {
  margin-top: 0;
  margin-bottom: 3px;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-line-type {
  position: relative;
  left: 0;
  top: -3px;
}
.x-spreadsheet-dropdown {
  position: relative;
}
.x-spreadsheet-dropdown .x-spreadsheet-dropdown-content {
  position: absolute;
  z-index: 200;
  background: #fff;
  box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
}
.x-spreadsheet-dropdown.bottom-left .x-spreadsheet-dropdown-content {
  top: calc(100% + 5px);
  left: 0;
}
.x-spreadsheet-dropdown.bottom-right .x-spreadsheet-dropdown-content {
  top: calc(100% + 5px);
  right: 0;
}
.x-spreadsheet-dropdown.top-left .x-spreadsheet-dropdown-content {
  bottom: calc(100% + 5px);
  left: 0;
}
.x-spreadsheet-dropdown.top-right .x-spreadsheet-dropdown-content {
  bottom: calc(100% + 5px);
  right: 0;
}
.x-spreadsheet-dropdown .x-spreadsheet-dropdown-title {
  padding: 0 5px;
  display: inline-block;
}
.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-left {
  margin-left: 4px;
}
.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-right {
  width: 10px;
  margin-right: 4px;
}
.x-spreadsheet-dropdown .x-spreadsheet-dropdown-header .x-spreadsheet-icon.arrow-right .arrow-down {
  left: -130px;
}
/* resizer **/
.x-spreadsheet-resizer {
  position: absolute;
  z-index: 11;
}
.x-spreadsheet-resizer .x-spreadsheet-resizer-hover {
  background-color: rgba(75, 137, 255, 0.25);
}
.x-spreadsheet-resizer .x-spreadsheet-resizer-line {
  position: absolute;
}
.x-spreadsheet-resizer.horizontal {
  cursor: row-resize;
}
.x-spreadsheet-resizer.horizontal .x-spreadsheet-resizer-line {
  border-bottom: 2px dashed #4b89ff;
  left: 0;
  bottom: 0;
}
.x-spreadsheet-resizer.vertical {
  cursor: col-resize;
}
.x-spreadsheet-resizer.vertical .x-spreadsheet-resizer-line {
  border-right: 2px dashed #4b89ff;
  top: 0;
  right: 0;
}
/* scrollbar */
.x-spreadsheet-scrollbar {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f4f5f8;
  opacity: 0.9;
  z-index: 100;
}
.x-spreadsheet-scrollbar.horizontal {
  right: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.x-spreadsheet-scrollbar.horizontal > div {
  height: 1px;
  background: #ddd;
}
.x-spreadsheet-scrollbar.vertical {
  bottom: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.x-spreadsheet-scrollbar.vertical > div {
  width: 1px;
  background: #ddd;
}
/* @{css-prefix}-overlayer */
.x-spreadsheet-overlayer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.x-spreadsheet-overlayer .x-spreadsheet-overlayer-content {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.x-spreadsheet-editor,
.x-spreadsheet-selector {
  box-sizing: content-box;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @{css-prefix}-selector */
.x-spreadsheet-selector .hide-input {
  position: absolute;
  z-index: 0;
}
.x-spreadsheet-selector .hide-input input {
  padding: 0;
  width: 0;
  border: none!important;
}
.x-spreadsheet-selector .x-spreadsheet-selector-area {
  position: absolute;
  border: 2px solid #4b89ff;
  background: rgba(75, 137, 255, 0.1);
  z-index: 5;
}
.x-spreadsheet-selector .x-spreadsheet-selector-clipboard,
.x-spreadsheet-selector .x-spreadsheet-selector-autofill {
  position: absolute;
  background: transparent;
  z-index: 100;
}
.x-spreadsheet-selector .x-spreadsheet-selector-clipboard {
  border: 2px dashed #4b89ff;
}
.x-spreadsheet-selector .x-spreadsheet-selector-autofill {
  border: 1px dashed rgba(0, 0, 0, 0.45);
}
.x-spreadsheet-selector .x-spreadsheet-selector-corner {
  pointer-events: auto;
  position: absolute;
  cursor: crosshair;
  font-size: 0;
  height: 5px;
  width: 5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #ffffff;
  background: #4b89ff;
}
.x-spreadsheet-editor {
  z-index: 20;
}
.x-spreadsheet-editor .x-spreadsheet-editor-area {
  position: absolute;
  text-align: left;
  border: 2px solid #4b89ff;
  line-height: 0;
  z-index: 100;
  pointer-events: auto;
}
.x-spreadsheet-editor .x-spreadsheet-editor-area textarea {
  box-sizing: content-box;
  border: none;
  padding: 0 3px;
  outline: none;
  resize: none;
  text-align: start;
  overflow-y: hidden;
  font: 400 13px Arial, 'Lato', 'Source Sans Pro', Roboto, Helvetica, sans-serif;
  color: inherit;
  white-space: normal;
  word-wrap: break-word;
  line-height: 22px;
  margin: 0;
}
.x-spreadsheet-editor .x-spreadsheet-editor-area .textline {
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.x-spreadsheet-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: 0;
  border: 1px solid transparent;
  outline: none;
  height: 26px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 26px;
  list-style: none;
  padding: 2px 10px;
  cursor: default;
  text-align: left;
  overflow: hidden;
}
.x-spreadsheet-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.x-spreadsheet-item:hover,
.x-spreadsheet-item.active {
  background: rgba(0, 0, 0, 0.05);
}
.x-spreadsheet-item.divider {
  height: 0;
  padding: 0;
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.x-spreadsheet-item .label {
  float: right;
  opacity: 0.65;
  font-size: 1em;
}
.x-spreadsheet-item.state,
.x-spreadsheet-header.state {
  padding-left: 35px!important;
  position: relative;
}
.x-spreadsheet-item.state:before,
.x-spreadsheet-header.state:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 12px;
  top: calc(50% - 5px);
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.x-spreadsheet-item.state.checked:before,
.x-spreadsheet-header.state.checked:before {
  background: #4b89ff;
}
.x-spreadsheet-checkbox {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 0;
  vertical-align: baseline;
  font-style: normal;
  font-size: 1rem;
  line-height: 1em;
}
.x-spreadsheet-checkbox > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0!important;
  outline: 0;
  z-index: -1;
}
.x-spreadsheet-suggest,
.x-spreadsheet-contextmenu,
.x-spreadsheet-sort-filter {
  position: absolute;
  box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
  background: #fff;
  z-index: 100;
  width: 260px;
  pointer-events: auto;
  overflow: auto;
}
.x-spreadsheet-suggest {
  width: 200px;
}
.x-spreadsheet-filter {
  border: 1px solid #e9e9e9;
  font-size: 12px;
  margin: 10px;
}
.x-spreadsheet-filter .x-spreadsheet-header {
  padding: 0.5em 0.75em;
  background: #f8f8f9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid transparent;
}
.x-spreadsheet-filter .x-spreadsheet-body {
  height: 200px;
  overflow-y: auto;
}
.x-spreadsheet-filter .x-spreadsheet-body .x-spreadsheet-item {
  height: 20px;
  line-height: 20px;
}
.x-spreadsheet-sort-filter .x-spreadsheet-buttons {
  margin: 10px;
}
.x-spreadsheet-toolbar,
.x-spreadsheet-bottombar {
  height: 40px;
  padding: 0 30px;
  text-align: left;
  background: #f5f6f7;
  display: flex;
}
.x-spreadsheet-bottombar {
  position: relative;
  border-top: 1px solid #e0e2e4;
}
.x-spreadsheet-bottombar .x-spreadsheet-menu > li {
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border-right: 1px solid #e8eaed;
}
.x-spreadsheet-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.x-spreadsheet-menu > li {
  float: left;
  line-height: 1.25em;
  padding: 0.785em 1em;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  color: #80868b;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
}
.x-spreadsheet-menu > li.active {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
}
.x-spreadsheet-menu > li .x-spreadsheet-icon {
  margin: 0 6px;
}
.x-spreadsheet-menu > li .x-spreadsheet-icon .x-spreadsheet-icon-img:hover {
  opacity: 0.85;
}
.x-spreadsheet-menu > li .x-spreadsheet-dropdown {
  display: inline-block;
}
.x-spreadsheet-toolbar {
  border-bottom: 1px solid #e0e2e4;
}
.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btns {
  display: inline-flex;
}
.x-spreadsheet-toolbar .x-spreadsheet-toolbar-more {
  padding: 0 6px 6px;
  text-align: left;
}
.x-spreadsheet-toolbar .x-spreadsheet-toolbar-more .x-spreadsheet-toolbar-divider {
  margin-top: 0;
}
.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn {
  flex: 0 0 auto;
  display: inline-block;
  border: 1px solid transparent;
  height: 26px;
  line-height: 26px;
  min-width: 26px;
  margin: 6px 1px 0;
  padding: 0;
  text-align: center;
  border-radius: 2px;
}
.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn:hover,
.x-spreadsheet-toolbar .x-spreadsheet-toolbar-btn.active {
  background: rgba(0, 0, 0, 0.08);
}
.x-spreadsheet-toolbar-divider {
  display: inline-block;
  border-right: 1px solid #e0e2e4;
  width: 0;
  vertical-align: middle;
  height: 18px;
  margin: 12px 3px 0;
}
.x-spreadsheet-print {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.x-spreadsheet-print-bar {
  background: #424242;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.x-spreadsheet-print-bar .-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  float: left;
}
.x-spreadsheet-print-bar .-right {
  float: right;
  margin-top: 12px;
}
.x-spreadsheet-print-content {
  display: flex;
  flex: auto;
  flex-direction: row;
  background: #d0d0d0;
  height: calc(100% - 60px);
}
.x-spreadsheet-print-content .-sider {
  flex: 0 0 300px;
  width: 300px;
  border-left: 2px solid #ccc;
  background: #fff;
}
.x-spreadsheet-print-content .-content {
  flex: auto;
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
}
.x-spreadsheet-canvas-card-wraper {
  margin: 40px 20px;
}
.x-spreadsheet-canvas-card {
  position: relative;
  background: #fff;
  margin: auto;
  page-break-before: auto;
  page-break-after: always;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.x-spreadsheet-calendar {
  color: rgba(0, 0, 0, 0.65);
  background: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.x-spreadsheet-calendar .calendar-header {
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  width: 100%;
  float: left;
  background: #f9fafb;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-left {
  padding-left: 5px;
  float: left;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-right {
  float: right;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-right a {
  padding: 3px 0;
  margin-right: 2px;
  border-radius: 2px;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-right a:hover {
  background: rgba(0, 0, 0, 0.08);
}
.x-spreadsheet-calendar .calendar-body {
  border-collapse: collapse;
  border-spacing: 0;
}
.x-spreadsheet-calendar .calendar-body th,
.x-spreadsheet-calendar .calendar-body td {
  width: 14.28571429%;
  min-width: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
}
.x-spreadsheet-calendar .calendar-body td > .cell:hover {
  background: #ecf6fd;
}
.x-spreadsheet-calendar .calendar-body td > .cell.active,
.x-spreadsheet-calendar .calendar-body td > .cell.active:hover {
  background: #ecf6fd;
  color: #2185D0;
}
.x-spreadsheet-calendar .calendar-body td > .cell.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.x-spreadsheet-datepicker {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 10;
  width: auto;
}
.x-spreadsheet-buttons {
  display: flex;
  justify-content: flex-end;
}
.x-spreadsheet-buttons .x-spreadsheet-button {
  margin-left: 8px;
}
.x-spreadsheet-button {
  display: inline-block;
  border-radius: 3px;
  line-height: 1em;
  min-height: 1em;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.6);
  background: #E0E1E2;
  text-decoration: none;
  font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  outline: none;
  vertical-align: baseline;
  zoom: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.1s linear;
}
.x-spreadsheet-button.active,
.x-spreadsheet-button:hover {
  background-color: #C0C1C2;
  color: rgba(0, 0, 0, 0.8);
}
.x-spreadsheet-button.primary {
  color: #fff;
  background-color: #2185D0;
}
.x-spreadsheet-button.primary:hover,
.x-spreadsheet-button.primary.active {
  color: #fff;
  background-color: #1678c2;
}
.x-spreadsheet-form-input {
  font-size: 1em;
  position: relative;
  font-weight: 400;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
}
.x-spreadsheet-form-input input {
  z-index: 1;
  margin: 0;
  max-width: 100%;
  flex: 1 0 auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 30px;
  height: 30px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.x-spreadsheet-form-input input:focus {
  border-color: #4b89ff;
  box-shadow: inset 0 1px 2px rgba(75, 137, 255, 0.2);
}
.x-spreadsheet-form-select {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.x-spreadsheet-form-select .input-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 60px;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.x-spreadsheet-form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.x-spreadsheet-form-fields .x-spreadsheet-form-field {
  flex: 0 1 auto;
}
.x-spreadsheet-form-fields .x-spreadsheet-form-field .label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.x-spreadsheet-form-field {
  display: block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
}
.x-spreadsheet-form-field:first-child {
  margin-left: 0;
}
.x-spreadsheet-form-field.error .x-spreadsheet-form-select,
.x-spreadsheet-form-field.error input {
  border-color: #f04134;
}
.x-spreadsheet-form-field .tip {
  color: #f04134;
  font-size: 0.9em;
}
.x-spreadsheet-dimmer {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1000;
}
.x-spreadsheet-dimmer.active {
  display: block;
  opacity: 1;
}
form fieldset {
  border: none;
}
form fieldset label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #666;
}
form fieldset select {
  font-size: 1.1em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 0.5em 0.85em;
  border-radius: 2px;
}
.x-spreadsheet-modal,
.x-spreadsheet-toast {
  font-size: 13px;
  position: fixed;
  z-index: 1001;
  text-align: left;
  line-height: 1.25em;
  min-width: 360px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}
.x-spreadsheet-toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.x-spreadsheet-modal-header,
.x-spreadsheet-toast-header {
  font-weight: 600;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0;
}
.x-spreadsheet-modal-header .x-spreadsheet-icon,
.x-spreadsheet-toast-header .x-spreadsheet-icon {
  position: absolute;
  right: 0.8em;
  top: 0.65em;
  border-radius: 18px;
}
.x-spreadsheet-modal-header .x-spreadsheet-icon:hover,
.x-spreadsheet-toast-header .x-spreadsheet-icon:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.08);
}
.x-spreadsheet-toast-header {
  color: #F2711C;
}
.x-spreadsheet-modal-header {
  border-bottom: 1px solid #e0e2e4;
  background: rgba(0, 0, 0, 0.08);
  font-size: 1.0785em;
}
.x-spreadsheet-modal-header,
.x-spreadsheet-modal-content,
.x-spreadsheet-toast-header,
.x-spreadsheet-toast-content {
  padding: 0.75em 1em;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .x-spreadsheet-toolbar {
    display: none;
  }
}
.x-spreadsheet-icon {
  width: 18px;
  height: 18px;
  margin: 1px 1px 2px 1px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img {
  background-image: url(https://srfiles.yunquna.com/fe/61501/prod/img/sprite.d435595.svg);
  position: absolute;
  width: 262px;
  height: 444px;
  opacity: 0.56;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.undo {
  left: 0;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.redo {
  left: -18px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.print {
  left: -36px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.paintformat {
  left: -54px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.clearformat {
  left: -72px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.font-bold {
  left: -90px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.font-italic {
  left: -108px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.underline {
  left: -126px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.strike {
  left: -144px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.color {
  left: -162px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.bgcolor {
  left: -180px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.merge {
  left: -198px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.align-left {
  left: -216px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.align-center {
  left: -234px;
  top: 0;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.align-right {
  left: 0;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.align-top {
  left: -18px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.align-middle {
  left: -36px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.align-bottom {
  left: -54px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.textwrap {
  left: -72px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.autofilter {
  left: -90px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.formula {
  left: -108px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.arrow-down {
  left: -126px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.arrow-right {
  left: -144px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.link {
  left: -162px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.chart {
  left: -180px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.freeze {
  left: -198px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.ellipsis {
  left: -216px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.add {
  left: -234px;
  top: -18px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-all {
  left: 0;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-inside {
  left: -18px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-horizontal {
  left: -36px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-vertical {
  left: -54px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-outside {
  left: -72px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-left {
  left: -90px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-top {
  left: -108px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-right {
  left: -126px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-bottom {
  left: -144px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.border-none {
  left: -162px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.line-color {
  left: -180px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.line-type {
  left: -198px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.close {
  left: -234px;
  top: -36px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-down {
  left: 0;
  top: -54px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-up {
  left: -18px;
  top: -54px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-left {
  left: -36px;
  top: -54px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.chevron-right {
  left: -54px;
  top: -54px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.more-decimal {
  left: -108px;
  top: -54px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.less-decimal {
  left: -126px;
  top: -54px;
}
.x-spreadsheet-icon .x-spreadsheet-icon-img.smart-full {
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuS4iuS4i+WxleW8gDwvdGl0bGU+CiAgICA8ZyBpZD0i6aG16Z2iLTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLkuIrkuIvlsZXlvIAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PC9yZWN0PgogICAgICAgICAgICA8cGF0aCBkPSJNMzAsMiBMMzAsMzAgTDIsMzAgTDIsMiBMMzAsMiBaIE0yNi41LDUuNSBMNS41LDUuNSBMNS41LDI2LjUgTDI2LjUsMjYuNSBMMjYuNSw1LjUgWiIgaWQ9IuefqeW9ouWkh+S7vS0xMyIKICAgICAgICAgICAgICAgIGZpbGw9IiMwMDAiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGgKICAgICAgICAgICAgICAgIGQ9Ik0xNS45OTkwODgsMjAuODU2OTYzOCBMMTkuNzM5NDMwNSwxNi45OTAzNTQ4IEwyMS41MDAwMDAxLDE4LjgxMTMyMjIgTDE2LjAwMDAwMDEsMjQuNSBMMTAuNTAwMDAwMSwxOC44MTEzMjIyIEwxMi4yNjA1Njk1LDE2Ljk5MDM1NDggTDE1Ljk5OTA4OCwyMC44NTY5NjM4IFogTTEwLjUsMTMuMTg4Njc5NSBMMTYsNy41IEwyMS41LDEzLjE4ODY3OTUgTDE5LjczOTQzMDQsMTUuMDA5NjQ1MiBMMTUuOTk5MDg4LDExLjE0MTYyMTQgTDEyLjI2MDU2OTYsMTUuMDA5NjQ1MiBMMTAuNSwxMy4xODg2Nzk1IFoiCiAgICAgICAgICAgICAgICBpZD0i5b2i54q2IiBmaWxsPSIjMDAwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  width: 18px;
  height: 18px;
  background-size: cover;
}
.x-spreadsheet-text-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bl-modal-confirm button.ant-btn-primary {
  background: #0081FF !important;
  border-color: #0081FF !important;
}

.launcher-plugin-login-modal .ant-modal-body {
  text-align: center;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.launcher-plugin-login-modal .ant-modal-close {
  right: 20px;
  top: 20px;
  color: #9b9b9b;
}
.launcher-plugin-login-modal .ant-modal-close .ant-modal-close-x {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.launcher-plugin-login-modal iframe {
  transition: all 0.2s ease-in-out;
}
.launcher-plugin-login-modal .login-fixed-modal-iframe {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.launcher-plugin-login-modal .login-fixed-modal-iframe::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.business-verify-order-dynamic-contract-form-box .perf-tracked .ant-form-item-label .ant-form-item-required {
  display: flex;
}
.business-verify-order-dynamic-contract-form-box .verify-order-dynamic-title-tip {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.business-verify-order-dynamic-contract-form-box .verify-order-dynamic-title-tip .text {
  font-size: 12px;
}

.bl-form-title {
  margin: 20px 0 0 20px;
  font-size: 24px;
  font-weight: 500;
}
.bl-form-text {
  margin: 12px 0 30px 20px;
  font-size: 16px;
  font-weight: 500;
}

.bl-doc-empty {
  position: fixed;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #F6F6F6;
}
.bl-doc-empty .bl-doc-empty-wrapper {
  width: 1000px;
  margin: 0 auto;
}
.bl-doc-empty .bl-doc-empty-wrapper .bl-doc-empty-page-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin: 24px 0 16px;
}
.bl-doc-empty .bl-doc-empty-wrapper .bl-doc-empty-module {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 440px;
  border-radius: 4px;
  padding-top: 60px;
  background: #FFF;
}
.bl-doc-empty .bl-doc-empty-wrapper .bl-doc-empty-module img {
  width: 132px;
  height: 132px;
}
.bl-doc-empty .bl-doc-empty-wrapper .bl-doc-empty-module p {
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0 12px;
}
.bl-doc-empty .bl-doc-empty-wrapper .bl-doc-empty-module span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.business-match-change-log {
  margin-bottom: 8px;
}

.business-closing-custom-component {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.business-closing-custom-component > div {
  width: 49%;
}
.business-closing-custom-component .perf-tracked .yqn-datepicker.ant-picker {
  padding: 4px 8px;
  height: 32px;
  margin-left: 0;
}

.business-fcl-common-tab-container {
  width: 100%;
  height: auto;
}
.business-fcl-common-tab-container .common-tab-container-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.business-fcl-common-tab-container .common-tab-container-subtitle .operation-btn {
  display: flex;
  align-items: center;
}
.business-fcl-common-tab-container .common-tab-container-list-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.business-fcl-common-tab-container .common-tab-container-list-box .common-tab-container-list {
  width: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.business-fcl-common-tab-container .common-tab-container-list-box .common-tab-container-list .common-tab-container-item {
  background-color: #FFFFFF;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-right: 8px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.business-fcl-common-tab-container .common-tab-container-list-box .common-tab-container-list .common-tab-container-item:hover,
.business-fcl-common-tab-container .common-tab-container-list-box .common-tab-container-list .common-tab-container-item:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.business-fcl-common-tab-container .common-tab-container-list-box .common-tab-container-list .common-tab-container-item.active {
  background-color: #0081ff;
  color: #FFFFFF;
  border: none;
}
.business-fcl-common-tab-container .common-tab-container-list-box .common-tab-container-list .common-tab-container-item .text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.business-fcl-common-tab-container .common-tab-container-list-box .common-tab-container-list .common-tab-container-item .text .status {
  margin-left: 12px;
  word-wrap: break-word;
  white-space: nowrap;
}
.business-fcl-common-tab-container .common-tab-container-list-box .preview-all-btn {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #0081FF;
  line-height: 20px;
  padding: 6px 12px;
  border: 1px solid #ffffff;
  cursor: pointer;
  min-width: 92px;
  position: relative;
}
.business-fcl-common-tab-container .common-tab-container-list-box .preview-all-btn::after {
  position: absolute;
  left: -4px;
  top: 0;
  content: '';
  width: 4px;
  height: 100%;
  background: linear-gradient(270deg, #DFDFDF 0%, #FFFFFF 100%);
}
.business-fcl-common-tab-container .common-tab-container-list-box .preview-all-btn .preview-all-btn-icon {
  margin-left: 6px;
}
.business-common-tab-container-dropdown .yqn-yam-menu {
  height: 320px;
  overflow-y: auto;
}
.business-common-tab-container-dropdown .business-common-tab-container-dropdown-item .num-status {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  line-height: 17px;
}
.business-common-tab-container-dropdown .business-common-tab-container-dropdown-item .num-status.checked {
  color: #0081ff;
}
.business-common-tab-container-dropdown .business-common-tab-container-dropdown-item .num-status .num-status-text {
  padding-right: 4px;
}
.business-common-tab-container-dropdown .business-common-tab-container-dropdown-item .extra-text {
  padding-top: 2px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7994AE;
  line-height: 17px;
}
.business-common-tab-container-dropdown .business-common-tab-container-dropdown-item .extra-text .extra-status {
  padding-right: 4px;
}

.file-form-control .space {
  margin-left: 10px;
}

.dynamic-file-upload {
  margin-top: 12px;
}
.dynamic-file-upload .file-tab-alert-info {
  margin-bottom: 12px;
}
.dynamic-file-upload .a-c-file-list-upload {
  width: 100%;
}
.dynamic-file-upload .display-none {
  display: none;
}
.dynamic-file-upload .display-block {
  display: block;
  text-align: center;
}
.dynamic-file-upload .display-block .file-form .submit-btn {
  margin: 20px 0;
  width: 200px;
}

.yqn-business-ship-name-component .yqn-ship-name-label {
  display: flex;
  flex: 1;
  justify-content: space-between;
  min-width: 0;
}
.yqn-business-ship-name-component .yqn-ship-name-label .vesselName-list-icon {
  margin-left: 1px;
  height: 16px;
}
.yqn-business-ship-name-component .yqn-ship-name-label .left-carrierVessel {
  width: 20%;
}
.yqn-business-ship-name-component .yqn-ship-name-label .right-carrierVessel {
  width: 80%;
  display: flex;
}
.yqn-business-ship-name-component .yqn-ship-name-label .yqn-ship-name-tip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: calc(100% - 16px);
  text-align: right;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.update-announcement li:last-child p,
.update-announcement-home li:last-child p {
  margin-bottom: 0px;
}
.update-announcement .empty-content,
.update-announcement-home .empty-content {
  text-align: center;
  color: #989898;
  font-size: 12px;
  line-height: 65px;
}
.update-announcement .update-announcement-item,
.update-announcement-home .update-announcement-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 17px;
}
.update-announcement .update-announcement-item span,
.update-announcement-home .update-announcement-item span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.update-announcement .update-announcement-item span:nth-child(1),
.update-announcement-home .update-announcement-item span:nth-child(1) {
  min-width: 42px;
  margin-right: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #989898;
  line-height: 17px;
}
.update-announcement .update-announcement-item span:nth-child(2),
.update-announcement-home .update-announcement-item span:nth-child(2) {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: normal;
}
.update-announcement .update-announcement-item span:nth-child(2):hover,
.update-announcement-home .update-announcement-item span:nth-child(2):hover {
  color: #0081ff;
}
.update-announcement-home {
  height: 65px;
}
.update-announcement-home .update-announcement-item {
  margin-bottom: 8px;
}
.update-announcement-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  cursor: pointer;
}
.update-announcement-more span:nth-child(2) {
  margin-left: 5px;
  font-size: 20px;
  color: #9e9e9e;
}
.update-announcement-more:hover span {
  color: #0081ff;
}
.update-announcement-more:hover span:nth-child(2) {
  color: #0081ff;
}
.update-announcement-pagination {
  margin-top: 30px;
}
.update-announcement-pagination .yqn-pagination {
  display: flex;
  justify-content: center;
}
.update-announcement-detail h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.update-announcement-detail > span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #989898;
  line-height: 17px;
}
.update-announcement-detail .update-announcement-detail-content {
  margin-top: 10px;
}
.update-announcement-drawer .ant-drawer-header-title {
  flex-direction: row-reverse;
}

ul,
li,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}
.votes-panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 280px;
  margin-bottom: 12px;
  background: #f0f0f0;
}
.votes-panel .votes-panel-item {
  display: flex;
  padding: 0 12px;
  width: calc(50% - 5px);
  height: 135px;
  background: #FFFFFF;
  border-radius: 4px;
}
.votes-panel .votes-panel-item:nth-child(1) {
  margin-bottom: 12px;
}
.votes-panel .votes-panel-item:nth-child(2) {
  margin-bottom: 12px;
}
.votes-panel .votes-panel-item ul {
  width: 100%;
}
.votes-panel .votes-panel-item ul li:nth-child(1) {
  display: flex;
  align-items: center;
  margin-top: 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
.votes-panel .votes-panel-item ul li:nth-child(1) span {
  margin-right: 4px;
}
.votes-panel .votes-panel-item ul li:nth-child(2) {
  margin: 8px 0;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.votes-panel .votes-panel-item ul li:nth-child(3) {
  display: flex;
  justify-content: space-between;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div {
  width: 50%;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #989898;
  line-height: 17px;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div > p {
  margin-bottom: 4px;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div > p span:nth-child(2) {
  margin: 0 4px 0 8px;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div > p .red-color {
  color: #F95122;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div > p .green-color {
  color: #2CA470;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div > p .normal-color {
  color: #333333;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div > p .up-arr {
  font-size: 10px;
  font-weight: bold;
  color: #F95122;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div > p .down-arr {
  font-size: 10px;
  font-weight: bold;
  color: #2CA470;
}
.votes-panel .votes-panel-item ul li:nth-child(3) > div:nth-child(2) span:nth-child(2) {
  margin-left: 8px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 17px;
}

.home-board-detail .home-board-detail-time {
  width: 133px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #989898;
  line-height: 17px;
}
.home-board-detail .home-board-detail-title {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.home-board-detail .update-announcement-detail-content {
  margin-top: 5px;
}

.yqn-business-custom-range-picker {
  display: flex;
  align-items: center;
}
.yqn-business-custom-range-picker .default-btn {
  display: inline-block;
  padding: 7px 10px;
  margin: 0 3px 8px 3px;
  color: #333;
  white-space: nowrap;
}
.yqn-business-custom-range-picker .default-btn:hover {
  background-color: #e8f2fe;
  color: #0081FFFF;
  cursor: pointer;
}
.yqn-business-custom-range-picker .active-btn {
  background-color: #e8f2fe;
  color: #0081FFFF;
}
.yqn-business-custom-range-picker .perf-tracked {
  margin-left: 3px;
}

.yqn-business-content-ranking .content-ranking-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 14px;
  padding-bottom: 6px;
}
.yqn-business-content-ranking .content-ranking-body .right {
  color: #666666;
}
.yqn-business-content-ranking .content-ranking-body .top-ranking {
  color: #FF9502;
  margin-right: 14px;
  text-align: right;
  display: inline-block;
  min-width: 20px;
}
.yqn-business-content-ranking .content-ranking-body .end-unit {
  margin-left: 3px;
}
.yqn-business-content-ranking .content-ranking-body:nth-child(-n+3) .top-ranking {
  color: #F95122;
}

.chart-column {
  display: flex;
  flex-direction: column;
}
.chart-column .right-tip {
  align-self: flex-end;
  padding: 0 12px;
  line-height: 32px;
  background: #F0F0F0;
  color: #333333;
  font-size: 12px;
  border-radius: 4px;
}

.yqn-form.ant-form .yqn-parser-ship-name-component .number-plate-before {
  text-align: left;
}
.yqn-form.ant-form .yqn-parser-ship-name-component .number-plate-before.ant-form-item {
  margin-bottom: 0;
}

.grid-inline-border {
  border: 1px solid transparent;
}
.grid_row_static_bottom_left {
  text-align: left;
  padding-left: 0;
  margin-bottom: 12px;
}
.grid_col_left_false_false {
  padding-left: 8px;
}
.grid_col_left_false_true {
  padding-left: 8px;
}
.grid_row_static_bottom_center {
  text-align: center;
}
.grid_col_center_false_false {
  margin-left: 4px;
  margin-right: 4px;
}
.grid_col_center_false_true {
  margin-left: 4px;
  margin-right: 4px;
}
.grid_col_center_true_true {
  margin-left: 4px;
  margin-right: 4px;
}
.grid_col_center_true_false {
  margin-left: 4px;
  margin-right: 4px;
}
.grid_row_static_bottom_right {
  text-align: right;
  padding: 12px;
  padding-right: 0;
}
.grid_row_static_bottom_right table {
  float: right;
}
.grid_col_right_false_false {
  padding-right: 8px;
}
.grid_col_right_true_false {
  padding-right: 8px;
}
.grid_row_fixed {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 200px;
  background-color: #ffffff;
  padding: 8px;
}
.grid_row_fixed_bottom_left {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 200px;
  background-color: #ffffff;
  padding: 8px;
  bottom: 0;
}
.grid_row_fixed_bottom_center {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 200px;
  background-color: #ffffff;
  padding: 8px;
  bottom: 0;
  text-align: center;
}
.grid_row_fixed_bottom_right {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 200px;
  background-color: #ffffff;
  padding: 8px;
  bottom: 0;
  text-align: right;
}
.grid_row_fixed_bottom_right table {
  float: right;
}
.grid_row_fixed_top_left {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 200px;
  background-color: #ffffff;
  padding: 8px;
  top: 40px;
}
.grid_row_fixed_top_center {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 200px;
  background-color: #ffffff;
  padding: 8px;
  top: 40px;
  text-align: center;
}
.grid_row_fixed_top_right {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 200px;
  background-color: #ffffff;
  padding: 8px;
  top: 40px;
  text-align: right;
}
.grid_row_fixed_top_right table {
  float: right;
}
.yqn-modal .codeless-modal-footer {
  margin: 0 -40px;
  padding-right: 12px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 0;
}
.yqn-layout-hidden {
  display: none !important;
}

.none-validate-status-form .ant-form-item-explain-error,
.none-validate-status-form .ant-form-item-explain-success,
.none-validate-status-form .ant-form-item-explain-warning,
.none-validate-status-form .ant-form-item-explain-validating {
  display: none !important;
}
.none-validate-status-form .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon .ant-input-feedback-icon {
  pointer-events: auto;
  cursor: pointer;
}
.ant-form-item-has-warning .yqn-input {
  border-color: #FAAD14;
}
.ant-form-item-has-warning .yqn-input:disabled {
  border-color: #FAAD14;
}
.ant-form-item-has-warning .yqn-input:not(.yqn-input-disabled):hover,
.ant-form-item-has-warning .yqn-input:not(.yqn-input-disabled):focus {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .yqn-input-focused {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-number {
  border-color: #FAAD14;
}
.ant-form-item-has-warning .ant-input-number:disabled {
  border-color: #FAAD14;
}
.ant-form-item-has-warning .ant-input-number:not(.ant-input-number-disabled):hover,
.ant-form-item-has-warning .ant-input-number:not(.ant-input-number-disabled):focus {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-number-focused {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-picker {
  border-color: #FAAD14;
}
.ant-form-item-has-warning .ant-picker:disabled {
  border-color: #FAAD14;
}
.ant-form-item-has-warning .ant-picker:not(.ant-picker-disabled):hover,
.ant-form-item-has-warning .ant-picker:not(.ant-picker-disabled):focus {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-picker-focused {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-form-item-has-warning .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #FAAD14 !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  border-color: #FAAD14 !important;
}
.ant-form-item-has-warning .ant-select-status-warning .ant-select-feedback-icon {
  font-size: 12px !important;
  color: #FAAD14 !important;
}
.ant-form-item-has-warning .ant-input-number-affix-wrapper-status-warning .ant-input-number-feedback-icon {
  font-size: 12px !important;
  color: #FAAD14 !important;
}
.ant-form-item-has-warning .ant-input-number-handler-wrap {
  right: 32px;
  border-right: 1px solid #dcdcdc;
  border-radius: 0;
}
.ant-form-item-has-warning .ant-input-group-addon {
  border-color: #FAAD14;
  padding-right: 30px;
}
.ant-form-item-has-warning .yqn-datepicker .ant-picker-clear {
  right: 22px !important;
}
.ant-form-item-has-warning .ant-input-number-affix-wrapper {
  width: 100%;
}
.ant-form-item-has-warning.validate-none-border .yqn-input {
  border-color: #dcdcdc;
}
.ant-form-item-has-warning.validate-none-border .yqn-input:disabled {
  border-color: #dcdcdc;
}
.ant-form-item-has-warning.validate-none-border .yqn-input:not(.yqn-input-disabled):hover,
.ant-form-item-has-warning.validate-none-border .yqn-input:not(.yqn-input-disabled):focus {
  box-shadow: 0 0 0 2px rgba(220, 220, 220, 0.2);
}
.ant-form-item-has-warning.validate-none-border .yqn-input-focused {
  box-shadow: 0 0 0 2px rgba(220, 220, 220, 0.2);
}
.ant-form-item-has-warning.validate-none-border .ant-input-number {
  border-color: #dcdcdc;
}
.ant-form-item-has-warning.validate-none-border .ant-input-number:disabled {
  border-color: #dcdcdc;
}
.ant-form-item-has-warning.validate-none-border .ant-input-number:not(.ant-input-number-disabled):hover,
.ant-form-item-has-warning.validate-none-border .ant-input-number:not(.ant-input-number-disabled):focus {
  box-shadow: 0 0 0 2px rgba(220, 220, 220, 0.2);
}
.ant-form-item-has-warning.validate-none-border .ant-input-number-focused {
  box-shadow: 0 0 0 2px rgba(220, 220, 220, 0.2);
}
.ant-form-item-has-warning.validate-none-border .ant-picker {
  border-color: #dcdcdc;
}
.ant-form-item-has-warning.validate-none-border .ant-picker:disabled {
  border-color: #dcdcdc;
}
.ant-form-item-has-warning.validate-none-border .ant-picker:not(.ant-picker-disabled):hover,
.ant-form-item-has-warning.validate-none-border .ant-picker:not(.ant-picker-disabled):focus {
  box-shadow: 0 0 0 2px rgba(220, 220, 220, 0.2);
}
.ant-form-item-has-warning.validate-none-border .ant-picker-focused {
  box-shadow: 0 0 0 2px rgba(220, 220, 220, 0.2);
}
.ant-form-item-has-warning.validate-none-border .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-form-item-has-warning.validate-none-border .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #dcdcdc !important;
  box-shadow: 0 0 0 2px rgba(220, 220, 220, 0.2);
}
.ant-form-item-has-warning.validate-none-border .ant-input-group-addon {
  border-color: #dcdcdc;
}
.ant-form-item-has-warning.field-error.ant-form-item-has-feedback .ant-form-item-children-icon .ant-input-feedback-icon {
  color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .yqn-input {
  border-color: #F95122;
}
.ant-form-item-has-warning.field-error .yqn-input:disabled {
  border-color: #F95122;
}
.ant-form-item-has-warning.field-error .yqn-input:not(.yqn-input-disabled):hover,
.ant-form-item-has-warning.field-error .yqn-input:not(.yqn-input-disabled):focus {
  box-shadow: 0 0 0 2px rgba(249, 81, 34, 0.2);
}
.ant-form-item-has-warning.field-error .yqn-input-focused {
  box-shadow: 0 0 0 2px rgba(249, 81, 34, 0.2);
}
.ant-form-item-has-warning.field-error .ant-input-number {
  border-color: #F95122;
}
.ant-form-item-has-warning.field-error .ant-input-number:disabled {
  border-color: #F95122;
}
.ant-form-item-has-warning.field-error .ant-input-number:not(.ant-input-number-disabled):hover,
.ant-form-item-has-warning.field-error .ant-input-number:not(.ant-input-number-disabled):focus {
  box-shadow: 0 0 0 2px rgba(249, 81, 34, 0.2);
}
.ant-form-item-has-warning.field-error .ant-input-number-focused {
  box-shadow: 0 0 0 2px rgba(249, 81, 34, 0.2);
}
.ant-form-item-has-warning.field-error .ant-picker {
  border-color: #F95122;
}
.ant-form-item-has-warning.field-error .ant-picker:disabled {
  border-color: #F95122;
}
.ant-form-item-has-warning.field-error .ant-picker:not(.ant-picker-disabled):hover,
.ant-form-item-has-warning.field-error .ant-picker:not(.ant-picker-disabled):focus {
  box-shadow: 0 0 0 2px rgba(249, 81, 34, 0.2);
}
.ant-form-item-has-warning.field-error .ant-picker-focused {
  box-shadow: 0 0 0 2px rgba(249, 81, 34, 0.2);
}
.ant-form-item-has-warning.field-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-form-item-has-warning.field-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #F95122 !important;
  box-shadow: 0 0 0 2px rgba(249, 81, 34, 0.2);
}
.ant-form-item-has-warning.field-error .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  border-color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-input-feedback-icon {
  color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-select-status-warning .ant-select-feedback-icon {
  font-size: 12px !important;
  color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-input-number-affix-wrapper-status-warning .ant-input-number-feedback-icon {
  font-size: 12px !important;
  color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-input-affix-wrapper-status-warning .ant-input-feedback-icon {
  color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper {
  border-color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
  border-color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper {
  border-color: #F95122 !important;
}
.ant-form-item-has-warning.field-error .ant-input-group-addon {
  border-color: #F95122;
}
.ant-form-item-has-warning.field-error .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
  border-color: #F95122;
}
.popover-dialog {
  position: fixed;
}
.validate-close-dialog {
  text-align: right;
  cursor: pointer;
}
.rule-check-popover {
  z-index: 1001;
}
.rule-check-popover .ant-popover-arrow-content {
  background: #fff7e6;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 8px;
  height: 8px;
}
.rule-check-popover .ant-popover-arrow-content::before {
  content: none !important;
}
.rule-check-popover.ant-popover-placement-left .ant-popover-arrow {
  right: 0;
}
.rule-check-popover.ant-popover-placement-left .ant-popover-arrow-content {
  border-right: 1px solid #ffaa01;
  border-top: 1px solid #ffaa01;
  transform: translateX(-8px) rotate(45deg);
  right: -2px;
}
.rule-check-popover.ant-popover-placement-right .ant-popover-arrow {
  left: 0;
}
.rule-check-popover.ant-popover-placement-right .ant-popover-arrow-content {
  border-right: 1px solid #ffaa01;
  border-bottom: 1px solid #ffaa01;
  transform: translateX(8px) rotate(135deg);
  left: -2px;
}
.rule-check-popover .ant-popover-arrow {
  overflow: visible;
}
.rule-check-popover .ant-popover-inner {
  background: #fff7e6;
  border: 1px solid #ffaa01;
}
.rule-check-popover .ant-popover-inner h6 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}
.rule-check-popover .popover-dialog-main {
  position: relative;
  padding-right: 16px;
  font-size: 12px;
}
.rule-check-popover .popover-dialog-main .validate-close-dialog {
  position: absolute;
  top: 0;
  right: 0;
}
.rule-check-popover .popover-dialog-main .error-info ~ .warning-info {
  margin-top: 8px;
}
.rule-check-popover .popover-dialog-main .error-info,
.rule-check-popover .popover-dialog-main .warning-info {
  margin-bottom: 8px;
}
.rule-check-popover .popover-dialog-main .error-info > div,
.rule-check-popover .popover-dialog-main .warning-info > div {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.rule-check-popover .popover-dialog-main .error-info:last-child,
.rule-check-popover .popover-dialog-main .warning-info:last-child {
  margin-bottom: 0;
}
.rule-check-common-info {
  margin-top: 8px;
}

.is-for-old-page {
  padding: 12px !important;
}

.config-button-box {
  min-width: 470px;
}

.order-detail-header-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.task-detail-module-box {
  width: 100%;
  display: flex;
}
.task-detail-module-box .task-container-box {
  flex: 1;
  padding-right: 20px;
}
.task-detail-module-box .task-container-box .task-detail-tab-box {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
}
.task-detail-module-box .task-detail-right-box {
  width: 350px;
  min-height: 100vh;
  padding: 12px;
  border-left: 1px solid #dcdcdc;
}

.yqn-left-and-right-layout {
  display: flex;
}
.yqn-left-and-right-layout .yqn-right-layout {
  padding-left: 12px;
}
.yqn-left-and-right-layout .yqn-left-layout {
  padding-right: 12px;
}
.yqn-left-and-right-layout .yqn-left-layout.yqn-left-layout-border {
  border-right: 1px solid #dcdcdc;
}
.yqn-left-and-right-layout .auto-width {
  flex: 1;
  overflow-x: hidden;
}

.demo-upload .ant-upload.ant-upload-select-picture-card {
  border-style: solid;
  border-radius: 50%;
}
.demo-upload .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
.demo-upload .ant-upload-list-picture-card .ant-upload-list-item {
  border-radius: 50%;
}

.yqn-iframe-drawer .yqn-drawer-content {
  padding: 0;
}

.a-p-role {
  position: relative;
}
.a-p-role .task-Assigner {
  position: absolute;
  right: 0;
  top: 0px;
  color: #0081ff;
  z-index: 99;
}

.a-c-task-center .a-c-task-detail-header {
  padding: 4px 0 5px 0;
}
.a-c-task-center .a-c-task-detail-header .base-card td:not(:first-child) {
  border-left: 1px dashed #dcdcdc;
}
.a-c-task-center .a-c-task-detail-header .to-audit-wrapper .audit-reason,
.a-c-task-center .a-c-task-detail-header .cost-change-wrapper .audit-reason {
  background-color: #fefbe6;
  border-radius: 4px;
  border: 1px solid #ffe48f;
  color: #f9ad14;
  padding: 7px 12px;
}
.a-c-task-center .a-c-task-detail-header .to-audit-wrapper .title,
.a-c-task-center .a-c-task-detail-header .cost-change-wrapper .title {
  color: #666666;
  margin: 8px 0 4px 0;
}
.a-c-task-center .a-c-task-detail-header .cost-change-wrapper .ant-table-expanded-row > td:nth-child(2) .ant-table-wrapper {
  margin: -5px -6px;
}
.a-c-task-center .a-c-task-detail-header .cost-change-wrapper .change-status {
  background-color: #eef8ff;
}
.a-c-task-center .a-c-task-detail-header .box {
  word-break: break-all;
}
.a-c-task-center .a-c-task-detail-header .file-title {
  margin-top: 4px;
}
.a-c-task-center .a-c-task-detail-header .pre-view {
  display: inline-block;
  margin-left: 12px;
}
.a-c-task-center .a-c-task-detail-header .cc-sub-title-mark {
  font-size: 12px;
  color: #9B9B9B;
}
.a-c-task-center .a-c-task-detail-header .c-c-level-table {
  font-size: 12px;
}
.a-c-task-center .a-c-task-detail-header .c-c-level-table .is-fe-show {
  color: #F95122;
}
.a-c-task-center .a-c-task-detail-header .c-c-level-table .is-fe-show.show {
  color: #2CA470;
}
.a-c-task-center .a-c-task-detail-header .c-c-level-table .current-level-icon {
  color: #0081FF;
  font-size: 12px;
}
.a-c-task-center .a-c-task-detail-header .c-c-level-table .ant-table-thead > tr > th {
  padding: 8px;
}
.a-c-task-center .a-c-task-detail-header .c-c-level-table .ant-table-tbody > tr > td {
  padding: 4px 8px;
}
.a-c-task-center .a-c-task-detail-header .c-c-level-table .c-c-level-changed {
  background-color: #FFEACC;
}
.shit-css p {
  margin-bottom: 8px;
}
.shit-css .fk-blue {
  font-size: 18px;
  padding: 0 4px;
  color: #0081ff;
}
.pre-allocated-manifest-modal {
  margin: 4px;
}
.pre-allocated-manifest-modal .ant-form-item {
  width: 93%;
}
.pre-allocated-manifest-modal .ant-form-item-label {
  line-height: 1;
  width: 100%;
  text-align: left;
}
.a-c-modal .pre-view section {
  display: inline;
}
.ml-20 {
  margin-left: 10px;
}
.task-btn-box {
  display: flex;
  justify-content: flex-end;
}
.task-btn-box .task-ok-btn {
  margin-right: 12px;
}
.audit-form-text-box .audit-form-text {
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
.audit-form-text-box .audit-form-text .text {
  font-size: 12px;
}
.supplier-form-item-box label {
  width: 100%;
}
.supplier-form-item-box label .supplier-label-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.a-c-share-modal .box {
  position: relative;
}
.a-c-share-modal .box .title {
  margin: 12px 0;
}
.a-c-share-modal .box .title .tips {
  color: #fc4a4d;
}
.pop-over .ant-popover-inner-content {
  padding: 0;
  width: 200px;
  height: 250px;
}
.pop-over .qr-code-box {
  padding: 12px 25px;
}
.pop-over .qr-code-box .code {
  width: 150px;
  height: 180px;
  text-align: center;
  padding: 15px 0;
}
.pop-over .qr-code-box .info {
  text-align: center;
  color: #a9a9a9;
  padding: 12px 0;
  border-top: 1px dashed #e9e9e9;
  border-bottom: 1px solid #dcdcdc;
}
.pop-over .qr-code-box .use-ways {
  padding-top: 9px;
  position: relative;
}
.pop-over .qr-code-box .use-ways span {
  position: absolute;
  top: 6px;
  color: #0081ff;
}
.pop-over .qr-code-box .use-ways div {
  margin-left: 18px;
}
.share-people-list .row span {
  margin-right: 8px;
}

.current-row-selected {
  background-color: #FFF8E9;
}
.current-row-selected:hover > td {
  background-color: #FFF8E9 !important;
}

.batch-details-drawer .yqn-drawer-content > p {
  margin-bottom: 8px;
  font-size: 12px;
}
.batch-details-drawer .exp-reason-pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.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-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #dcdcdc;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-content {
  color: #333333;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #dcdcdc;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child {
  border-bottom: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: #c0c0c0;
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

.component-alert-info {
  width: 100%;
  border-radius: 1px;
  background-color: #ffefeb;
  border: 1px solid rgba(255, 95, 50, 0.8);
  margin: 8px 0 2px;
  padding: 8px 12px;
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  list-style-type: none;
}
.component-alert-info .link {
  color: #0081ff;
}
.component-alert-info .greenColor {
  color: #2ca470;
}
.component-alert-info .component-alert-info-top {
  display: flex;
}
.contrast-border-right {
  border-right: 1px solid #dcdcdc;
}
.many-single-contrast-drawer .ant-drawer-wrapper-body .ant-drawer-body {
  padding-bottom: 60px;
  background-color: #f3f3f3;
}
.many-single-contrast-drawer .ant-drawer-wrapper-body .ant-drawer-body .yqn-drawer-content {
  min-height: 600px;
  padding: 0 12px;
}
.many-single-contrast-drawer .ant-drawer-wrapper-body .ant-drawer-body .yqn-drawer-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.many-single-contrast-drawer .ant-drawer-wrapper-body .ant-drawer-body .contrast-collapse-content-item-hover {
  background: #efefef;
}
.many-single-contrast-drawer .ant-spin-nested-loading {
  height: 90%;
}
.many-single-contrast-drawer .many-single-contrast-drawer-footer {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.many-single-contrast-drawer .many-single-contrast-drawer-footer .drawer-footer-label {
  height: 22px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.many-single-contrast-drawer-bill .ant-drawer-wrapper-body .ant-drawer-body {
  padding-bottom: 8px;
}
.table-title-top {
  width: 100%;
  margin: 12px 0;
  background: #f3f3f3;
}
.table-title-plan-bill {
  margin-top: 8px;
}
.table-title-plan {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.table-title-plan .table-title-plan-col {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 7px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  border-right: 1px solid #dcdcdc;
}
.table-title-plan .ant-col:nth-last-child(1) .table-title-plan-col {
  border-right: 0;
}
.contrast-drawer-collapse {
  border: 0;
  border-radius: 0;
  background: #f3f3f3;
}
.contrast-drawer-collapse .ant-collapse-item {
  margin-bottom: 8px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header {
  height: 36px;
  padding: 0;
  border-radius: 0 !important;
  background-color: #fff;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-title,
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item,
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item-bill {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 7px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #f95122;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item {
  justify-content: center;
  border-right: 1px solid #dcdcdc;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item:nth-child(1) {
  justify-content: flex-start;
  border-right: 1px solid #dcdcdc;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item:nth-last-child(1) {
  border-right: 0;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item .ant-checkbox-wrapper {
  height: 19px;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item-bill {
  justify-content: center;
  border-right: 1px solid #dcdcdc;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item-bill:nth-child(1) {
  justify-content: flex-start;
  border-right: 1px solid #dcdcdc;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item-bill:nth-last-child(1) {
  border-right: 0;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-header .contrast-collapse-header-item-bill .ant-checkbox-wrapper {
  height: 19px;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content {
  border-radius: 0 !important;
  border-top: 0;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-title,
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-item {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 7px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-title pre,
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-item pre {
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  line-height: 14px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-title .error-color,
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-item .error-color {
  color: #f95122;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-title {
  background: #efefef;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-item:nth-last-child(1) {
  border-right: 0;
}
.contrast-drawer-collapse .ant-collapse-item .ant-collapse-content .contrast-collapse-content-item .ant-checkbox-wrapper {
  height: 19px;
}
.contrast-drawer-collapse .ant-collapse-item .contrast-collapse-header-item .contrast-collapse-content-item-position,
.contrast-drawer-collapse .ant-collapse-item .contrast-collapse-content-item .contrast-collapse-content-item-position {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 6px;
  width: 72px;
  height: 23px;
  padding: 0 4px;
  background: #ffffff;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;
  cursor: default;
}
.contrast-drawer-collapse .ant-collapse-item .contrast-collapse-header-item .contrast-collapse-content-item-position span,
.contrast-drawer-collapse .ant-collapse-item .contrast-collapse-content-item .contrast-collapse-content-item-position span {
  line-height: 14px;
}
.contrast-drawer-collapse .ant-collapse-item .contrast-collapse-header-item .contrast-collapse-content-item-position {
  right: 46px;
}
.contrast-drawer-collapse .ant-collapse-item .contrast-collapse-content-item .contrast-collapse-content-item-position {
  right: 7px;
}
.contrast-loading {
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
}

#common-popover-cont {
  margin: 0 15px;
}
#common-popover-cont > .title-icon {
  cursor: pointer;
}
#common-popover-cont .yqn-popover .ant-popover-inner-content {
  padding: 0;
}
#common-popover-cont .poo-child-body {
  width: 220px;
  height: 225px;
  box-sizing: border-box;
  overflow: hidden;
}
#common-popover-cont .poo-child-body > div {
  border-bottom: 1px solid #dcdcdc;
}
#common-popover-cont .poo-child-body > div:last-child {
  border-bottom: none;
}
#common-popover-cont .poo-child-body .popover-item {
  display: block;
  box-sizing: border-box;
  padding: 8px 12px;
  color: #333;
  background-color: #fff;
}
#common-popover-cont .poo-child-body .popover-item p {
  margin: 0;
}
#common-popover-cont .poo-child-body .popover-item .execution-status {
  margin: 4px 0;
}
#common-popover-cont .poo-child-body .popover-item .create-time {
  color: #9B9B9B;
}
#common-popover-cont .poo-child-body .popover-item:hover {
  background-color: #E4F1FF;
  color: #0081FF;
}
#common-popover-cont .see-all-btn {
  font-size: 12px;
  color: #333;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
#common-popover-cont .see-all-btn:hover {
  font-size: 12px;
  color: #0081FF;
  cursor: pointer;
}

.yqn-feedback .ant-empty-image {
  height: auto;
  margin-bottom: 12px;
}
.yqn-feedback .yqn-feedback-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.yqn-feedback .yqn-feedback-subtitle {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #9b9b9b;
  margin-top: 4px;
}
.yqn-feedback .yqn-feedback-edit,
.yqn-feedback .yqn-feedback-import,
.yqn-feedback .yqn-feedback-no-data,
.yqn-feedback .yqn-feedback-no-search,
.yqn-feedback .yqn-feedback-no-refresh {
  width: 76px;
  height: 76px;
}
.yqn-feedback.yqn-feedback-horizontal .ant-empty-image {
  display: inline-block;
  height: auto;
  margin-bottom: 0;
}
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-edit,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-import,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-data,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-search,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-refresh {
  width: 30px;
  height: 30px;
}
.yqn-feedback.yqn-feedback-horizontal .ant-empty-description {
  display: inline-block;
  margin-left: 12px;
}
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-title {
  font-size: 12px;
}
.yqn-feedback .yqn-feedback-no-message,
.yqn-feedback .yqn-feedback-no-notice,
.yqn-feedback .yqn-feedback-no-task,
.yqn-feedback .yqn-feedback-no-event {
  width: 80px;
  height: 80px;
}
.yqn-feedback .yqn-feedback-no-search-select {
  width: 50px;
  height: 50px;
}
.yqn-feedback .ant-empty-footer {
  margin-top: 12px;
}

.nf-detail .sm {
  font-size: 12px;
}
.nf-detail .nf-title {
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin: 8px 0;
}
.nf-detail .nf-sendtime {
  font-weight: 400;
  color: #9b9b9b;
  line-height: 17px;
  margin: 2px 0;
}
.nf-detail .nf-type {
  color: #9b9b9b;
}
.nf-detail .nf-text {
  margin: 10px 0 8px 0;
  color: #333333;
}
.nf-detail .link-to-detail {
  font-size: 12px;
}

#nf-popover .ant-popover-inner-content {
  padding: 0;
}
.nf-flex {
  display: flex;
}
.nf-column {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.nf-centre {
  width: 280px;
  height: 162px;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}
.nf-centre::-webkit-scrollbar {
  display: none;
}
.nf-centre .nf-feedback {
  margin-top: 25px;
}
.nf-centre .nf-item {
  display: flex;
  justify-content: center;
  height: 54px;
  cursor: pointer;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: stretch;
}
.nf-centre .nf-item:first-child {
  border-bottom: 1px solid #dcdcdc;
}
.nf-centre .nf-item:nth-child(2n) {
  border-bottom: 1px solid #dcdcdc;
}
.nf-centre .nf-item:hover {
  background-color: #E4F1FF;
  color: #0081FF;
}
.nf-centre .nf-item .nf-placeholder {
  display: flex;
  justify-content: center;
  flex: 0 0 10px;
  margin-right: 5px;
}
.nf-centre .nf-item .nf-content-title {
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nf-centre .nf-time {
  color: #9b9b9b;
}
.nf-centre .nf-stat {
  width: 6px;
  height: 6px;
  background: #F95122;
  border-radius: 50%;
  margin-top: 5px;
}
.nf-opts {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-top: 1px solid #dcdcdc;
}
.nf-opts .nf-opt {
  cursor: pointer;
  width: 48px;
  margin: 10px;
}
.nf-opts .nf-opt:hover {
  color: #0081FF;
}
.nf-opts .nf-opt-placeholder {
  flex: 1;
}
.nf-badge.nf-badge.nf-badge.nf-badge {
  margin-right: 12px;
}
.nf-badge.nf-badge.nf-badge.nf-badge .nf-badge-icon {
  color: #ffffff;
  margin-right: 2px;
  cursor: pointer;
}
.nf-badge.nf-badge.nf-badge.nf-badge .ant-badge-count {
  right: 0;
  top: 3px;
}

.cost-detail-connect-modal .rec-font-color {
  color: #2CA470;
}
.cost-detail-connect-modal .pay-font-color {
  color: #F95122;
}
.cost-detail-connect-modal .table-title-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 0;
}
.cost-detail-connect-modal .table-title-style .source-branch-name {
  padding-right: 12px;
}
.cost-detail-connect-modal .table-title-style .cost-type {
  font-size: 12px;
}
.cost-detail-connect-modal .table-title-style .total-cost-font .font-weight-medium {
  font-weight: 500;
}
.cost-detail-connect-modal .table-title-style .target-name {
  padding-left: 12px;
  color: #0281FF;
}
.cost-detail-connect-modal .rec-charges .ant-table .ant-table-thead > tr > th {
  background-color: #E9F7f2;
}
.cost-detail-connect-modal .pay-charges .ant-table .ant-table-thead > tr > th {
  background-color: #FFEFEA;
}
.cost-detail-connect-modal .connect-no {
  margin: 4px 0 5px;
}
.cost-detail-connect-modal .connect-no > span {
  color: #0281FF;
}
.cost-detail-connect-modal .note-data {
  margin-top: 15px;
}
.cost-detail-connect-modal .clear-cursor {
  cursor: default;
}

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

.cost-detail-edit {
  padding-bottom: 75px;
}
.cost-detail-edit .tips-alter-message {
  margin-bottom: 20px;
}
.cost-detail-edit .cost-type-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cost-detail-edit .cost-type-title .hasNoOperations {
  display: flex;
  padding: 3px 0;
}
.cost-detail-edit .cost-dynamic-table .dynamic-table-style {
  position: relative;
}
.cost-detail-edit .cost-dynamic-table .dynamic-table-style .mask-loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  pointer-events: auto;
  visibility: hidden;
}
.cost-detail-edit .cost-dynamic-table .dynamic-table-style .mask-loading.show {
  visibility: visible;
}
.cost-detail-edit .cost-dynamic-table .ant-table-placeholder,
.cost-detail-edit .cost-dynamic-table .hide-row {
  display: none;
}
.cost-detail-edit .cost-dynamic-table .table-operations-btn .copy-btn {
  padding-right: 8px;
}
.cost-detail-edit .cost-dynamic-table .ant-table .ant-form-item-control {
  font-size: 12px;
}
.cost-detail-edit .hidden-cell {
  display: none;
}
.cost-detail-edit .rec-font-color {
  color: #036f46;
}
.cost-detail-edit .pay-font-color {
  color: #ff4800;
}
.cost-detail-edit .cost-right {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -32px;
  padding: 5px 0;
}
.cost-detail-edit .cost,
.cost-detail-edit .cost-object {
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cost-detail-edit .cost .font-size-small,
.cost-detail-edit .cost-object .font-size-small {
  font-size: 12px;
}
.cost-detail-edit .cost .cost-left .add-obj-btn,
.cost-detail-edit .cost-object .cost-left .add-obj-btn {
  margin-right: 4px;
}
.cost-detail-edit .cost .cost-object-left,
.cost-detail-edit .cost-object .cost-object-left {
  display: flex;
  height: 32px;
  align-items: center;
}
.cost-detail-edit .cost .cost-object-left .target-name-style,
.cost-detail-edit .cost-object .cost-object-left .target-name-style {
  font-size: 14px;
  padding-right: 6px;
  color: #0081ff;
}
.cost-detail-edit .cost .cost-object-left .cost-type-style,
.cost-detail-edit .cost-object .cost-object-left .cost-type-style {
  color: #999999;
  padding: 0 12px;
}
.cost-detail-edit .cost .cost-object-left .comments,
.cost-detail-edit .cost-object .cost-object-left .comments {
  margin-bottom: 0;
}
.cost-detail-edit .cost .cost-object-left .operation-cost-object,
.cost-detail-edit .cost-object .cost-object-left .operation-cost-object {
  font-size: 12px;
  padding: 0 6px;
}
.cost-detail-edit .cost .cost-object-left div.perf-tracked,
.cost-detail-edit .cost-object .cost-object-left div.perf-tracked {
  width: auto;
}
.cost-detail-edit .cost .cost-object-left .icon-comment-style,
.cost-detail-edit .cost-object .cost-object-left .icon-comment-style {
  color: #0081ff;
  margin-right: 4px;
}
.cost-detail-edit .cost .cost-object-left .object-tag,
.cost-detail-edit .cost-object .cost-object-left .object-tag {
  white-space: nowrap;
}
.cost-detail-edit .cost .cost-object-left .object-tag::before,
.cost-detail-edit .cost-object .cost-object-left .object-tag::before {
  content: "\3010";
}
.cost-detail-edit .cost .cost-object-left .object-tag::after,
.cost-detail-edit .cost-object .cost-object-left .object-tag::after {
  content: "\3011";
}
.cost-detail-edit .import-btn-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 20px;
}
.cost-detail-edit .import-btn-list .import-btn .add-cost {
  width: 260px;
  margin-right: 4px;
}
.cost-detail-edit .import-btn-list .import-btn .add-cost .yqn-icon {
  margin-right: 4px;
  color: inherit;
}
.cost-detail-edit .profit-zone {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 210px;
  padding: 8px 0;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cost-detail-edit .profit-zone .save-btn {
  margin-right: 12px;
}
.cost-detail-edit .profit-zone .profit-style {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 16px;
}
.cost-detail-edit .object-text {
  margin-bottom: 0;
}
.cost-detail-edit .object-text.can-edit-item {
  line-height: 28px;
}
.cost-detail-edit .object-text .text-base-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 0px 10px 0 8px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cost-detail-edit .object-text .text-base-style .icon-down-color {
  color: #bfbfbf;
}
.cost-detail-edit .object-text .text-base-style > span:nth-of-type(1) {
  flex: 1;
  width: 0;
  overflow: hidden;
}
.cost-detail-edit .object-text .text-base-style .content {
  white-space: nowrap;
}
.cost-detail-edit .yqn-form.ant-form .ant-form-item-has-error .ant-select-selection,
.cost-detail-edit .yqn-form.ant-form .ant-form-item-has-error .text-base-style {
  border-color: #ff5f32;
}
.cost-object-modal .contrat .ant-form-item-no-colon {
  width: 100%;
}
.cost-object-modal .contrat .contrat-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cost-object-modal .contrat .contrat-label .add-contrat-btn {
  padding: 0px;
  font-size: 12px;
  margin: 0;
  height: 18px;
  line-height: 18px;
}
.a-c-link-cost .ant-table-thead > tr > th {
  font-weight: 700;
  font-size: 12px;
  padding: 4px 5px !important;
}
.a-c-link-cost .strong {
  font-size: 14px;
}
.a-c-link-cost .company-msg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.a-c-link-cost .company-msg a,
.a-c-link-cost .company-msg span {
  margin-right: 8px;
}
.a-c-link-cost .company-msg .cost-total-1 {
  color: #036f46;
}
.a-c-link-cost .company-msg .cost-total-2 {
  color: #ff4800;
}
.a-c-link-cost .main-cost-list {
  margin: 10px 0;
}
.a-c-link-cost .main-cost-list .ant-table-tbody > tr > td {
  padding: 4px 5px !important;
}
.a-c-link-cost .service-cost-list {
  margin: 10px 0;
}
.a-c-link-cost .service-cost-list .ant-table-tbody > tr > td {
  padding: 1px 1px !important;
}
.a-c-link-cost .service-cost-list .ant-table-tbody > tr > td .yqn-fuzzy-select .ant-row.ant-form-item {
  margin: 0 !important;
}
.a-c-link-cost .main-cost-tip {
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-c-link-cost .main-cost-tip .tip-icon {
  font-size: 40px;
  margin-right: 12px;
}
.a-c-link-cost .main-cost-tip .title {
  font-size: 20px;
  font-weight: bolder;
}
.a-c-link-cost .main-cost-tip .content {
  font-size: 16px;
}

.cost-detail-edit {
  padding-bottom: 75px;
}
.cost-detail-edit .tips-alter-message {
  margin-bottom: 20px;
}
.cost-detail-edit .cost-type-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cost-detail-edit .cost-type-title .hasNoOperations {
  display: flex;
  padding: 3px 0;
}
.cost-detail-edit .cost-dynamic-table .dynamic-table-style {
  position: relative;
}
.cost-detail-edit .cost-dynamic-table .dynamic-table-style .mask-loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  pointer-events: auto;
  visibility: hidden;
}
.cost-detail-edit .cost-dynamic-table .dynamic-table-style .mask-loading.show {
  visibility: visible;
}
.cost-detail-edit .cost-dynamic-table .ant-table-placeholder,
.cost-detail-edit .cost-dynamic-table .hide-row {
  display: none;
}
.cost-detail-edit .cost-dynamic-table .table-operations-btn .copy-btn {
  padding-right: 8px;
}
.cost-detail-edit .cost-dynamic-table .ant-table .ant-form-item-control {
  font-size: 12px;
}
.cost-detail-edit .hidden-cell {
  display: none;
}
.cost-detail-edit .rec-font-color {
  color: #036f46;
}
.cost-detail-edit .pay-font-color {
  color: #ff4800;
}
.cost-detail-edit .cost-right {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -32px;
  padding: 5px 0;
}
.cost-detail-edit .cost,
.cost-detail-edit .cost-object {
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cost-detail-edit .cost .font-size-small,
.cost-detail-edit .cost-object .font-size-small {
  font-size: 12px;
}
.cost-detail-edit .cost .cost-left .add-obj-btn,
.cost-detail-edit .cost-object .cost-left .add-obj-btn {
  margin-right: 4px;
}
.cost-detail-edit .cost .cost-object-left,
.cost-detail-edit .cost-object .cost-object-left {
  display: flex;
  height: 32px;
  align-items: center;
}
.cost-detail-edit .cost .cost-object-left .target-name-style,
.cost-detail-edit .cost-object .cost-object-left .target-name-style {
  font-size: 14px;
  padding-right: 6px;
  color: #0081ff;
}
.cost-detail-edit .cost .cost-object-left .cost-type-style,
.cost-detail-edit .cost-object .cost-object-left .cost-type-style {
  color: #999999;
  padding: 0 12px;
}
.cost-detail-edit .cost .cost-object-left .comments,
.cost-detail-edit .cost-object .cost-object-left .comments {
  margin-bottom: 0;
}
.cost-detail-edit .cost .cost-object-left .operation-cost-object,
.cost-detail-edit .cost-object .cost-object-left .operation-cost-object {
  padding: 0 6px;
}
.cost-detail-edit .cost .cost-object-left div.perf-tracked,
.cost-detail-edit .cost-object .cost-object-left div.perf-tracked {
  width: auto;
}
.cost-detail-edit .cost .cost-object-left .icon-comment-style,
.cost-detail-edit .cost-object .cost-object-left .icon-comment-style {
  color: #0081ff;
  margin-right: 4px;
}
.cost-detail-edit .cost .cost-object-left .object-tag,
.cost-detail-edit .cost-object .cost-object-left .object-tag {
  white-space: nowrap;
}
.cost-detail-edit .cost .cost-object-left .object-tag::before,
.cost-detail-edit .cost-object .cost-object-left .object-tag::before {
  content: "\3010";
}
.cost-detail-edit .cost .cost-object-left .object-tag::after,
.cost-detail-edit .cost-object .cost-object-left .object-tag::after {
  content: "\3011";
}
.cost-detail-edit .import-btn-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 20px;
}
.cost-detail-edit .import-btn-list .import-btn .add-cost {
  width: 260px;
  margin-right: 4px;
}
.cost-detail-edit .import-btn-list .import-btn .add-cost .yqn-icon {
  margin-right: 4px;
  color: inherit;
}
.cost-detail-edit .profit-zone {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 210px;
  padding: 8px 0;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cost-detail-edit .profit-zone .save-btn {
  margin-right: 12px;
}
.cost-detail-edit .profit-zone .profit-style {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 16px;
}
.cost-detail-edit .object-text {
  margin-bottom: 0;
}
.cost-detail-edit .object-text.can-edit-item {
  line-height: 28px;
}
.cost-detail-edit .object-text .text-base-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 0px 10px 0 8px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cost-detail-edit .object-text .text-base-style .icon-down-color {
  color: #bfbfbf;
}
.cost-detail-edit .yqn-form.ant-form .ant-form-item-has-error .ant-select-selection,
.cost-detail-edit .yqn-form.ant-form .ant-form-item-has-error .text-base-style {
  border-color: #ff5f32;
}
.cost-object-modal .contrat .ant-form-item-no-colon {
  width: 100%;
}
.cost-object-modal .contrat .contrat-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cost-object-modal .contrat .contrat-label .add-contrat-btn {
  padding: 0px;
  font-size: 12px;
  margin: 0;
  height: 18px;
  line-height: 18px;
}
.a-c-link-cost .ant-table-thead > tr > th {
  font-weight: 700;
  font-size: 12px;
  padding: 4px 5px !important;
}
.a-c-link-cost .strong {
  font-size: 14px;
}
.a-c-link-cost .company-msg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.a-c-link-cost .company-msg a,
.a-c-link-cost .company-msg span {
  margin-right: 8px;
}
.a-c-link-cost .company-msg .cost-total-1 {
  color: #036f46;
}
.a-c-link-cost .company-msg .cost-total-2 {
  color: #ff4800;
}
.a-c-link-cost .main-cost-list {
  margin: 10px 0;
}
.a-c-link-cost .main-cost-list .ant-table-tbody > tr > td {
  padding: 4px 5px !important;
}
.a-c-link-cost .service-cost-list {
  margin: 10px 0;
}
.a-c-link-cost .service-cost-list .ant-table-tbody > tr > td {
  padding: 1px 1px !important;
}
.a-c-link-cost .service-cost-list .ant-table-tbody > tr > td .yqn-fuzzy-select .ant-row.ant-form-item {
  margin: 0 !important;
}
.a-c-link-cost .main-cost-tip {
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-c-link-cost .main-cost-tip .tip-icon {
  font-size: 40px;
  margin-right: 12px;
}
.a-c-link-cost .main-cost-tip .title {
  font-size: 20px;
  font-weight: bolder;
}
.a-c-link-cost .main-cost-tip .content {
  font-size: 16px;
}

.has-no-data {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.has-no-data .no-data-img {
  height: 76px;
  width: 76px;
}
.has-no-data .no-data-text {
  line-height: 42px;
}

.cost-module-detail .cost-detail .charge-comments {
  padding: 0 20px 10px;
  word-break: break-all;
}
.cost-module-detail .cost-detail .edit-btn-icon {
  color: #fff;
  margin-right: 4px;
}
.cost-module-detail .cost-detail .cost-margin-bottom-style {
  margin-bottom: 20px;
}
.cost-module-detail .cost-detail .rec-font-color {
  color: #2CA470;
}
.cost-module-detail .cost-detail .pay-font-color {
  color: #F95122;
}
.cost-module-detail .cost-detail .confirm-status-color {
  background-color: #f3f3f3;
}
.cost-module-detail .cost-detail .rec-charges .rec-operation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}
.cost-module-detail .cost-detail .rec-charges .rec-operation .rec-operation-btns .ant-btn {
  margin-right: 4px;
}
.cost-module-detail .cost-detail .rec-charges .rec-operation .rec-operation-btns .ant-btn:first-child .operation-btn-icon-primary {
  color: #fff !important;
}
.cost-module-detail .cost-detail .rec-charges .rec-operation .rec-operation-btns .ant-btn:hover .operation-btn-icon,
.cost-module-detail .cost-detail .rec-charges .rec-operation .rec-operation-btns .ant-btn:focus .operation-btn-icon {
  color: #1890ff !important;
}
.cost-module-detail .cost-detail .rec-charges .rec-operation .rec-operation-btns .ant-btn:disabled .operation-btn-icon,
.cost-module-detail .cost-detail .rec-charges .rec-operation .rec-operation-btns .ant-btn:disabled .operation-btn-icon-primary {
  color: #a9a9a9 !important;
}
.cost-module-detail .cost-detail .rec-charges .rec-operation .rec-operation-btns .ant-btn .operation-btn-icon {
  font-size: 14px;
}
.cost-module-detail .cost-detail .rec-charges .ant-table .ant-table-thead > tr > th {
  background-color: #E9F7f2;
}
.cost-module-detail .cost-detail .cost-total-amount {
  margin-bottom: 0;
}
.cost-module-detail .cost-detail .cost-total-amount .font-weight-medium {
  font-weight: 500;
}
.cost-module-detail .cost-detail .table-title-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cost-module-detail .cost-detail .table-title-style .source-branch-name {
  padding-right: 12px;
}
.cost-module-detail .cost-detail .table-title-style .cost-type {
  font-size: 12px;
}
.cost-module-detail .cost-detail .table-title-style .total-cost-font {
  font-size: 12px;
}
.cost-module-detail .cost-detail .table-title-style .total-cost-font .font-weight-medium {
  font-weight: 500;
}
.cost-module-detail .cost-detail .pay-charges {
  margin-bottom: 31px;
}
.cost-module-detail .cost-detail .pay-charges .pay-cost-total-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdcdc;
}
.cost-module-detail .cost-detail .pay-charges .pay-cost-total-amount .yqn-subtitle {
  margin-bottom: 0;
}
.cost-module-detail .cost-detail .pay-charges .pay-cost-total-amount .pay {
  margin-bottom: 0;
}
.cost-module-detail .cost-detail .pay-charges .ant-table .ant-table-thead > tr > th {
  background-color: #FFEFEA;
}
.cost-module-detail .cost-detail .bottom-select-cost {
  font-size: 14px;
  position: fixed;
  bottom: 0px;
  background-color: #F3F3F3;
  height: 31px;
  line-height: 31px;
  width: 100%;
  z-index: 14;
}
.cost-module-detail .cost-detail .bottom-select-cost span:first-child {
  margin-right: 40px;
}
.a-c-cost-email-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  z-index: 1001;
}
.a-c-cost-email-cover .a-c-cost-email-modal {
  position: absolute;
  background: #fff;
}
.a-c-cost-email-cover .a-c-cost-email-modal .email-title {
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 5px solid #ccc;
  padding-left: 10px;
}
.a-c-cost-email-cover .a-c-cost-email-modal .email-content {
  margin: 0 30px 10px;
}
.c-p-daikequeren .ant-modal-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.a-c-c-send-cost-modal .emial {
  width: 70%;
  margin-right: 10px;
}
.a-c-c-send-cost-modal .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.a-c-c-send-cost-modal .confirm-receive-email .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children {
  display: flex;
}
.a-c-c-send-cost-modal .confirm-receive-email .ant-form-item-control-wrapper .ant-form-item-control .ant-form-item-children .email-checkbox {
  line-height: 32px;
}
.a-c-c-send-cost-modal .hidden-cell {
  display: none;
}

.a-c-origin-log .cost-type-title {
  margin-bottom: 0;
}
.a-c-origin-log .padding-style {
  padding: 0 12px;
}
.a-c-origin-log .cost-btn-padding {
  padding: 0;
}
.a-c-origin-log .cost-table-margin-bottom {
  margin-bottom: 20px;
}

.a-c-cost-invalid .cost-btn-padding {
  padding: 0;
}
.a-c-cost-invalid .cost-table-margin-bottom {
  margin-bottom: 20px;
}
.a-c-cost-invalid .c-c-sub-title {
  font-size: 14px;
  margin: 20px 0 8px;
  font-weight: 600;
}
.a-c-cost-invalid .c-c-sub-title:before {
  height: 12px;
  width: 3px;
}
.a-c-cost-invalid .supplier-table {
  margin-bottom: 20px;
}
.a-c-cost-invalid .table-title-style {
  font-size: 14px !important;
  font-weight: 500;
  margin: 12px 0px 8px;
}
.a-c-cost-invalid .table-title-style .padding-style {
  padding: 0 8px;
  font-size: 12px;
}
.a-c-cost-invalid .table-title-style .icon-color {
  color: #0081ff;
  margin-right: 4px;
}

.edit-cost-comments .tip-style {
  margin-bottom: 10px;
}
.cost-table-margin-bottom {
  margin-bottom: 20px;
}
.a-cost-sub-progress {
  overflow-x: auto;
  font-size: 12px;
}
.a-cost-sub-progress .zone {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.a-cost-sub-progress .step {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.a-cost-sub-progress .step:first-child .item:before {
  display: none;
}
.a-cost-sub-progress .step:last-child .item:after {
  display: none;
}
.a-cost-sub-progress .item {
  color: #a9a9a9;
  width: 100%;
  min-height: 100px;
  display: inline-block;
  padding: 8px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}
.a-cost-sub-progress .item > p {
  margin-bottom: 0;
}
.a-cost-sub-progress .item .dot {
  width: 12px;
  height: 12px;
  background-color: #dcdcdc;
  border-radius: 100%;
  display: inline-block;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.a-cost-sub-progress .item .label {
  margin: 8px 0 4px 0;
}
.a-cost-sub-progress .item:before,
.a-cost-sub-progress .item:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 23px;
  z-index: 0;
}
.a-cost-sub-progress .item:before {
  left: 0;
}
.a-cost-sub-progress .item:after {
  right: 0;
}
.a-cost-sub-progress .current .member {
  color: #a9a9a9;
  margin: 0 0 8px 0;
}
.a-cost-sub-progress .current .label {
  color: #333;
}
.a-cost-sub-progress .done .dot {
  background-color: #0081FF;
}
.a-cost-sub-progress .done .label {
  color: #333;
}
.a-cost-sub-progress .done .time {
  color: #a9a9a9;
}

.doc-alert {
  margin-bottom: 12px;
}
.documents-table .flex-wrap {
  display: flex;
  flex-direction: row;
}
.documents-table .flex-wrap .yqn-button.ant-btn {
  padding: 0;
  margin-right: 24px;
}

.custom-component-service-type .service-item-box.yqn-button {
    margin-right: 22px;
    margin-bottom: 10px;
    width: 146px;
    height: 54px;
    border: 1px solid #B7C2D2;
    border-radius: 4px 10% 10% 4px / 4px 50% 50% 4px;
    position: relative;
}

.custom-component-service-type 
.service-item-box:hover {
    border-color: #4DA7FF;
}

.custom-component-service-type 
.service-item-box:focus,
.custom-component-service-type 
.service-item-box:active {
    border-color: #B7C2D2;
    box-shadow: none;
    outline: none;
}

.custom-component-service-type 
.service-item-box-checked:focus,
.custom-component-service-type 
.service-item-box-checked:active {
    border-color: #4DA7FF !important;
}

.custom-component-service-type 
.service-item-box-checked {
    border-color: #4DA7FF;
}


.custom-component-service-type 
.service-item-box:hover .checker-status {
    background: #4DA7FF;
}

.custom-component-service-type 
.service-item-box 
.service-item-icon-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 52px;
    background: #EBF5FF;
    border-radius: 4px 10% 10% 4px / 4px 50% 50% 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-component-service-type 
.service-item-box 
.service-item-icon-background 
.img-box {
    width: 44px;
    height: 44px;
}

.custom-component-service-type 
.service-item-box 
.service-item-icon-background 
.img-box 
img {
    width: 100%;
    height: 100%;
}

.custom-component-service-type 
.service-item-box 
.checker-status {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #cccccc;
    position: absolute;
    right: -9px;
    top: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-component-service-type 
.service-item-box 
.checker-status-checked {
    background: #0081ff;
}

.custom-component-service-type 
.service-item-box 
.label {
    font-size: 14px;
    font-weight: 400;
    color: #798AA3;
    line-height: 20px;
    text-indent: 27px;
}

.yqn-input-addon-after {
  width: 100%;
}
.yqn-input-addon-after .ant-input-number-group-addon {
  background-color: #ffffff;
  min-width: 90px !important;
  max-width: 90px !important;
  padding: 0 !important;
}
.yqn-input-addon-after .ant-input-number-group-addon .yqn-select {
  width: 100%;
}
.yqn-input-addon-after .ant-input-number-group-addon .yqn-select .ant-select-selector {
  text-align: left !important;
  color: #333333 !important;
}
.yqn-input-addon-after .ant-input-group-addon {
  background-color: #ffffff !important;
  min-width: 90px !important;
  max-width: 90px !important;
  padding: 0 !important;
}
.yqn-input-addon-after .ant-input-group-addon .yqn-select {
  width: 100%;
}
.yqn-input-addon-after .ant-input-group-addon .yqn-select .ant-select-selector {
  text-align: left !important;
  color: #333333 !important;
}

.yqn-cargo-form-item .ant-input-number-affix-wrapper {
  width: 100% !important;
}

.a-c-switch-component {
  font-size: 12px;
  color: #0081FF;
  cursor: pointer;
  overflow: hidden;
}
.a-c-switch-component > span {
  margin-top: 8px;
  float: right;
  margin-left: 4px;
}
.a-c-switch-container.hide {
  display: none;
}

.order-cost-item .cost-item-modul {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 12px;
  padding-left: 12px;
}
.order-cost-item .cost-item-modul .order-cost-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.order-cost-item .cost-item-modul .order-cost-p-style:not(:last-child) {
  margin: 0;
}
.order-cost-item .cost-item-modul .order-cost-p-style:nth-child(2n+1) {
  background-color: #f7f7f7;
}
.order-cost-item .cost-total {
  padding: 12px 0;
  text-align: end;
}
.order-cost-item .cost-total .cost-total-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 0;
}
.order-cost-item .cost-total .cost-total-p-style .cost-amount {
  font-size: 14px;
  color: red;
}
.order-cost-item .cost-total .alter-message {
  margin: 12px 0;
  text-align: left;
}
.order-cost-item .cost-total .alter-message .text-margin {
  margin: 0;
}
.services-title {
  margin-bottom: 4px;
}
.a-p-create-order-list .page-padding-right {
  padding-right: 12px;
}
.a-p-create-order-list .select-service {
  margin-top: 4px;
}
.a-p-create-order-list .submit-btn {
  margin: 12px 0;
}
.a-p-create-order-list .yqn-subtitle {
  margin: 8px 0 8px;
}
.yqn-table.fcl-import-create-cargo-list td.ant-table-cell {
  vertical-align: text-top;
}

.new-custom-component-service-type .service-item-box.yqn-button {
    margin-right: 22px;
    margin-bottom: 10px;
    width: 186px;
    height: 54px;
    border: 1px solid #B7C2D2;
    border-radius: 4px 8% 8% 4px / 4px 50% 50% 4px;
    position: relative;
}

.new-custom-component-service-type 
.service-item-box:hover {
    border-color: #4DA7FF;
}

.new-custom-component-service-type 
.service-item-box:focus,
.new-custom-component-service-type 
.service-item-box:active {
    border-color: #B7C2D2;
    box-shadow: none;
    outline: none;
}

.new-custom-component-service-type 
.service-item-box-checked:focus,
.new-custom-component-service-type 
.service-item-box-checked:active {
    border-color: #4DA7FF !important;
}

.new-custom-component-service-type 
.service-item-box-checked {
    border-color: #4DA7FF;
}


.new-custom-component-service-type 
.service-item-box:hover .checker-status {
    background: #4DA7FF;
}

.new-custom-component-service-type 
.service-item-box 
.service-item-icon-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 52px;
    background: #EBF5FF;
    border-radius: 4px 8% 8% 4px / 4px 50% 50% 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-custom-component-service-type 
.service-item-box 
.service-item-icon-background 
.img-box {
    width: 44px;
    height: 44px;
}

.new-custom-component-service-type 
.service-item-box 
.service-item-icon-background 
.img-box 
img {
    width: 100%;
    height: 100%;
}

.new-custom-component-service-type 
.service-item-box 
.checker-status {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #cccccc;
    position: absolute;
    right: -9px;
    top: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-custom-component-service-type 
.service-item-box 
.checker-status-checked {
    background: #0081ff;
}

.new-custom-component-service-type 
.service-item-box 
.label-box  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 22px;
}

.new-custom-component-service-type 
.service-item-box 
.label-box 
.label {
    font-size: 14px;
    font-weight: 400;
    color: #798AA3;
    line-height: 20px;
    padding-left: 27px;
}

.new-custom-component-service-type 
.service-item-box 
.label-box 
.child-service {
    max-width: 124px;
    font-size: 12px;
    font-weight: 400;
    color: #0081FF;
    line-height: 20px;
    padding-left: 27px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.new-custom-component-service-type 
.service-item-box 
.label-box 
.child-service:hover {
    color: #0080ff80;
}

.new-services-title {
  color: #333333;
  font-size: 12px;
  padding-bottom: 5px;
}
.new-custom-component-service-type {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.yqn-button.ant-btn.child-service-item-box {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #DCDCDC;
  margin-bottom: 10px;
}
.yqn-button.ant-btn.child-service-item-box .ant-checkbox + span {
  padding-right: 20px;
}
.yqn-button.ant-btn.child-service-item-box.child-service-item-box-checked,
.yqn-button.ant-btn.child-service-item-box .child-service-item-box-checked:focus,
.yqn-button.ant-btn.child-service-item-box .child-service-item-box-checked:active,
.yqn-button.ant-btn.child-service-item-box .child-service-item-box:hover {
  border-color: #4DA7FF !important;
}
.yqn-button.ant-btn.child-service-item-box .yqn-button.ant-btn {
  border-radius: 6px;
}
.yqn-button.ant-btn.child-service-item-box.child-service-item-box:hover {
  border-color: #4DA7FF;
}
.yqn-button.ant-btn.child-service-item-box.child-service-item-box:hover .child-checker-status {
  background: #4DA7FF;
}
.yqn-button.ant-btn.child-service-item-box .child-server-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-button.ant-btn.child-service-item-box .child-server-info .child-service-item-icon-background {
  display: flex;
  align-items: center;
}
.yqn-button.ant-btn.child-service-item-box .child-server-info .child-service-item-icon-background .img-box {
  width: 34px;
  height: 34px;
}
.yqn-button.ant-btn.child-service-item-box .child-server-info .child-service-item-icon-background .img-box img {
  width: 100%;
  height: 100%;
}
.yqn-button.ant-btn.child-service-item-box .child-server-info .child-service-item-icon-background .label {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.yqn-button.ant-btn.child-service-item-box .child-server-info .child-checker-status {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yqn-button.ant-btn.child-service-item-box .child-server-info .child-checker-status.child-checker-status-checked {
  background: #0081ff;
}
.yqn-button.ant-btn.child-service-item-box .child-server-bottom {
  width: 100%;
  margin-top: 16px;
  display: flex;
  padding-left: 44px;
}
.child-services-title {
  color: #333333;
  font-size: 12px;
}
.child-custom-component-service-type {
  width: 100%;
}

.insurance-currency-formitem-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.insurance-currency-formitem-box .perf-tracked {
  width: 49%;
}
.insurance-currency-formitem-box .perf-tracked .price-item {
  margin-top: 12px;
  margin-bottom: 0;
}

.dynamic-component-render-contain {
  display: flex;
  background: #F6F8F9;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.dynamic-component-render-contain .dynamic-component-render-left {
  flex: 1;
}
.dynamic-component-render-contain .dynamic-component-render-right {
  width: 32px;
}
.dynamic-component-render-contain .dynamic-component-render-del-icon {
  font-size: 20px;
  color: #0081FF;
  width: 24px;
}

.order-cost-item .cost-item-modul {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 12px;
  padding-left: 12px;
}
.order-cost-item .cost-item-modul .order-cost-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.order-cost-item .cost-item-modul .order-cost-p-style:not(:last-child) {
  margin: 0;
}
.order-cost-item .cost-item-modul .order-cost-p-style:nth-child(2n+1) {
  background-color: #f7f7f7;
}
.order-cost-item .cost-item-modul .redTip {
  color: red;
}
.order-cost-item .cost-total {
  padding: 12px 0;
  text-align: end;
}
.order-cost-item .cost-total .cost-total-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 0;
}
.order-cost-item .cost-total .cost-total-p-style .cost-amount {
  font-size: 14px;
  color: red;
}
.order-cost-item .cost-total .alter-message {
  margin: 12px 0;
  text-align: left;
}
.order-cost-item .cost-total .alter-message .text-margin {
  margin: 0;
}
.services-title {
  margin-bottom: 4px;
}
.a-p-create-order-list .dynamic-table .yqn-datepicker.ant-picker {
  height: 32px;
}
.a-p-create-order-list .yqn-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px;
  padding: 1px 8px;
}
.a-p-create-order-list .yqn-form.ant-form .ant-form-item-control-input {
  min-height: 32px;
}
.a-p-create-order-list .page-padding-right {
  padding-right: 12px;
}
.a-p-create-order-list .select-service {
  margin-top: 4px;
}
.a-p-create-order-list .select-service .select-service-subtitle {
  display: flex;
  align-items: center;
}
.a-p-create-order-list .select-service .select-service-subtitle .select-child-service-icon-box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #0081FF;
  line-height: 17px;
}
.a-p-create-order-list .select-service .select-service-subtitle .select-child-service-icon-box .container {
  cursor: pointer;
}
.a-p-create-order-list .select-service .select-service-subtitle .select-child-service-icon-box .container .text {
  padding-left: 4px;
}
.a-p-create-order-list .info-title {
  color: #333;
  font-size: 18px ;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 8px;
}
.a-p-create-order-list .submit-btn {
  margin: 12px 0;
}
.a-p-create-order-list .yqn-subtitle {
  margin: 8px 0 8px;
}
.a-p-create-order-list .pick-info .dynamic-table {
  margin-bottom: 20px;
}
.a-p-create-order-list .pick-info .dynamic-table .yqn-input .ant-input-affix-wrapper,
.a-p-create-order-list .pick-info .dynamic-table .yqn-input .ant-input,
.a-p-create-order-list .pick-info .dynamic-table .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 32px;
}
.dynamic-component-render-right-box-only {
  padding-left: 12px;
  padding-right: 42px;
}

.dynamic-delivery-item {
  display: flex;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 12px;
  padding-bottom: 6px;
  margin-right: 12px;
  margin-left: 12px;
}
.dynamic-delivery-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.dynamic-delivery-item .dynamic-delivery-content {
  flex: 1;
}
.dynamic-delivery-item .dynamic-delivery-del-icon {
  width: 32px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.dynamic-cargo-info-del-icon:hover {
  color: #0081ff;
  cursor: pointer;
}
.dynamic-cargo-info-margin {
  margin-top: 8px;
}

.order-cost-item .cost-item-modul {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 12px;
  padding-left: 12px;
}
.order-cost-item .cost-item-modul .order-cost-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.order-cost-item .cost-item-modul .order-cost-p-style:not(:last-child) {
  margin: 0;
}
.order-cost-item .cost-item-modul .order-cost-p-style:nth-child(2n+1) {
  background-color: #f7f7f7;
}
.order-cost-item .cost-total {
  padding: 12px 0;
  text-align: end;
}
.order-cost-item .cost-total .cost-total-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 0;
}
.order-cost-item .cost-total .cost-total-p-style .cost-amount {
  font-size: 14px;
  color: red;
}
.order-cost-item .cost-total .alter-message {
  margin: 12px 0;
  text-align: left;
}
.order-cost-item .cost-total .alter-message .text-margin {
  margin: 0;
}
.services-title {
  margin-bottom: 4px;
}
.a-p-create-order-list .page-padding-right {
  padding-right: 12px;
}
.a-p-create-order-list .select-service {
  margin-top: 4px;
}
.a-p-create-order-list .submit-btn {
  margin: 12px 0;
}
.a-p-create-order-list .yqn-subtitle {
  margin: 8px 0 8px;
}
.a-p-create-order-list .pick-info .dynamic-table {
  margin-bottom: 10px;
}
.a-p-create-order-list .pick-info .dynamic-table .yqn-input .ant-input-affix-wrapper,
.a-p-create-order-list .pick-info .dynamic-table .yqn-input .ant-input,
.a-p-create-order-list .pick-info .dynamic-table .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 32px;
}

.copy-order-drawer-footer .btn {
  margin-right: 8px;
}

.detail-overview_tab-box {
  width: 100%;
  display: flex;
}
.detail-overview_tab-box .detail-overview-content-left {
  border-right: 1px #dcdcdc solid;
  padding-right: 12px;
  padding-top: 10px;
}
.detail-overview_tab-box .detail-overview-content-right {
  padding-left: 10px;
  width: 510px;
}
.detail-overview_tab-box .detail-overview-title-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.detail-overview_tab-box .detail-overview-title-box .detail-overview-title-btn {
  flex: 1;
  text-align: right;
}

.company-box-class {
  background: #f5fafe;
  padding-top: 10px;
}

.border-right {
  border-right: 1px solid #dcdcdc;
}
.padding-8 {
  padding-left: 8px;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.form-wrapper {
  clear: both;
  border-bottom: 1px solid #dcdcdc;
}
.no-border {
  border-bottom: none;
}
.top-wrapper {
  margin-bottom: 8px;
  border-bottom: 1px dotted #dcdcdc;
}
.no-left-style .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.no-right-radius .ant-select-selector {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.min_h_300 {
  min-height: 300px;
}
.c-c-ant-custom .auto-option-wrapper {
  color: #333333;
}
.c-c-ant-custom .gray {
  color: #999999;
}

.service-type-footer .btn {
  margin-right: 8px;
}

.a-c-file-list-upload {
  width: 100%;
}
.a-c-file-list-tab .btnGroup {
  margin-bottom: 8px;
}
.a-c-file-list-tab .btnGroup .ant-btn {
  margin-right: 8px;
}
.a-c-file-list-tab .ant-table-wrapper {
  margin-bottom: 12px;
  max-height: 300px;
  overflow: scroll;
}
.a-c-file-list-tab .c-c-upload {
  width: 100%;
}
.a-c-file-list-tab .file {
  text-align: center;
}
.a-c-file-list-tab .file .file-form .submit-btn {
  width: 200px;
  margin-bottom: 20px;
}
.a-c-file-list-tab .has-error {
  margin-top: 16px;
}
.a-c-file-list-tab .dynamic-delete-button {
  font-size: 20px;
  margin-left: 3px;
}
.a-c-file-list-tab .pre-view {
  display: inline-block;
}
.lh-24 .ant-btn-sm {
  line-height: 24px !important;
}
.display-none {
  display: none;
}
.display-block {
  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-timeline {
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #dcdcdc;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #0081ff;
  border-color: #0081ff;
}
.ant-timeline-item-head-red {
  color: #ff855c;
  border-color: #ff855c;
}
.ant-timeline-item-head-green {
  color: #1dad7a;
  border-color: #1dad7a;
}
.ant-timeline-item-head-gray {
  color: #c0c0c0;
  border-color: #c0c0c0;
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #dcdcdc;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #dcdcdc;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline-rtl {
  direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #dcdcdc;
  border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #dcdcdc;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #dcdcdc;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}

.c-c-base-progress {
  overflow-x: auto;
  font-size: 12px;
}
.c-c-base-progress .zone {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-c-base-progress .step {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-c-base-progress .step:first-child .item:before {
  display: none;
}
.c-c-base-progress .step:last-child .item:after {
  display: none;
}
.c-c-base-progress .step.last .item.status-1:before,
.c-c-base-progress .step.last .item.status-2:before {
  background-color: #00B493;
}
.c-c-base-progress .item {
  color: #a9a9a9;
  width: 100%;
  min-height: 100px;
  display: inline-block;
  padding: 8px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}
.c-c-base-progress .item > p {
  margin-bottom: 0;
}
.c-c-base-progress .item .dot {
  width: 12px;
  height: 12px;
  background-color: #dcdcdc;
  border-radius: 100%;
  display: inline-block;
  margin-top: 10px;
}
.c-c-base-progress .item .label {
  margin: 8px 0 4px 0;
}
.c-c-base-progress .item:before,
.c-c-base-progress .item:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 23px;
  z-index: 0;
}
.c-c-base-progress .item:before {
  left: 0;
}
.c-c-base-progress .item:after {
  right: 0;
}
.c-c-base-progress .item .item-box {
  background-color: #fff;
  padding: 0 1px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-c-base-progress .item.status-1.next-status-1:after,
.c-c-base-progress .item.status-1.next-status-2:after,
.c-c-base-progress .item.status-2.next-status-1:after,
.c-c-base-progress .item.status-2.next-status-2:after {
  background-color: #00B493;
}
.c-c-base-progress .item.status-1.next-status-1:before,
.c-c-base-progress .item.status-1.next-status-2:before,
.c-c-base-progress .item.status-1.next-status-3:before,
.c-c-base-progress .item.status-2.next-status-1:before,
.c-c-base-progress .item.status-2.next-status-2:before,
.c-c-base-progress .item.status-2.next-status-3:before {
  background-color: #00B493;
}
.c-c-base-progress .item .msg-zone:hover .wait,
.c-c-base-progress .item .msg-zone:hover .member,
.c-c-base-progress .item .msg-zone:hover .time {
  color: #299bff;
}
.c-c-base-progress .current .icon {
  height: 28px;
  color: #0081FF;
  display: inline-block;
  transform: translateY(3px);
}
.c-c-base-progress .current .member {
  color: #a9a9a9;
  margin: 0 0 8px 0;
}
.c-c-base-progress .current .label {
  color: #333;
}
.c-c-base-progress .done .dot {
  background-color: #0081FF;
}
.c-c-base-progress .done .icon {
  height: 22px;
}
.c-c-base-progress .done .icon.completed {
  color: #00B493;
  display: inline-block;
  transform: translateY(4px);
}
.c-c-base-progress .done .label {
  color: #333;
}
.c-c-base-progress .done .time {
  color: #a9a9a9;
}
.c-c-progress-task-list-time-line .ant-popover-inner-content {
  padding: 4px;
}
.c-c-progress-task-list-time-line .ant-timeline {
  padding: 12px 12px 2px 12px;
  max-height: 236px;
  overflow-y: auto;
  min-width: 240px;
}
.c-c-progress-task-list-time-line .ant-timeline-item-tail {
  border-color: #dcdcdc;
}
.c-c-progress-task-list-time-line .ant-timeline-item-last {
  padding: 0;
}
.c-c-progress-task-list-time-line .ant-timeline-item-last .ant-timeline-item-content {
  min-height: 0;
}
.c-c-progress-task-list-time-line .sub-time-line {
  color: #666;
}
.c-c-progress-task-list-time-line .sub-task-title {
  padding-top: 1px;
  font-size: 14px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.c-c-progress-task-list-time-line .sub-task-title > a {
  word-break: keep-all;
}
.c-c-progress-task-list-time-line .sub-btn {
  height: 20px;
  line-height: 18px;
  margin-left: 4px;
  padding: 0 8px;
}
.c-c-progress-task-list-time-line .sub-btn.fall-back {
  color: #ff4800;
}
.c-c-progress-task-list-time-line .sub-btn.fall-back:hover {
  border-color: #ff4800;
}
.c-c-progress-task-list-time-line .sub-node-info {
  background-color: #EEF8FF;
  padding: 4px;
  position: relative;
  margin-top: 8px;
  border-radius: 4px;
}
.c-c-progress-task-list-time-line .sub-node-info .sub-node-info-triangle {
  width: 0;
  height: 0;
  font-size: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #EEF8FF;
  _border-color: #EEF8FF white white;
  overflow: hidden;
  position: absolute;
  left: 6px;
  top: -16px;
}

.a-c-container .change-btn {
  display: flex;
  justify-content: flex-end;
}
.a-c-container .change-btn button:first-child {
  margin-right: 12px;
}
.a-c-container .history-list {
  margin-bottom: 0;
}
.a-c-container .yqn-subtitle {
  margin-top: 20px;
}

.custom-component-finish-order-btn-box {
  display: flex;
  align-items: center;
}
.custom-component-finish-order-btn-box .btn-box {
  margin-left: 8px;
}
.custom-component-finish-order-btn-box .btn-box:first-child {
  margin-left: 0;
}
.finish-type-footer {
  display: flex;
}
.finish-type-footer .btn {
  margin-right: 8px;
}

.yqn-detail-table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.yqn-detail-table tr td {
  border: 1px solid #f0f0f0;
  padding: 9px 11px;
}
.yqn-detail-table td.yqn-detail-table-label {
  text-align: left;
  color: #666;
  font-weight: 700;
  background-color: #f9f9f9;
  width: 100px;
}
.yqn-detail-table-label {
  font-size: 12px;
  color: #666666;
}

.c-c-expend-table .ant-table-expanded-row {
  padding: 8px 16px;
}
.c-c-expend-table .ant-table-expanded-row > td:last-child {
  padding: 10px 10px 10px 0px;
}
.c-c-expend-table .ant-table-wrapper {
  background: #fff;
  padding: 0 16px;
}
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > th,
.c-c-expend-table .ant-table-bordered .ant-table-tbody > tr > td,
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > td {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
.c-c-expend-table .ant-table-expanded-row > td:first-child {
  border-right: none !important;
}
.box-title {
  position: relative;
  height: 32px;
}
.box-title .yqn-button {
  position: absolute;
  right: 0;
  top: 0;
}
.c-float-l {
  float: left;
}
.c-float-r {
  float: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.opt-con {
  margin: 11px 10px 15px 11px;
  color: #666;
}
.opt-con .opt-con-tb1 {
  border: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 th,
.opt-con .opt-con-tb1 .opt-con-type1 td {
  padding: 6px;
  box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-before-value {
  text-decoration: line-through;
  color: #ec808d;
  margin-right: 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-after-value {
  color: #87b685;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #52c41a;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.update {
  background: #ffbf00;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #f5222d;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-first-clomn {
  width: 80px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .pre-view .c-c-preview-image {
  display: inline-block;
  margin-right: 10px;
}
.opt-con .opt-con-tb2 {
  width: 100%;
  min-width: auto;
}
.opt-con .opt-con-tb2 .opt-con-type2 {
  border-bottom: 1px solid #ccc;
}
.opt-con .opt-con-tb2 .opt-con-type2 th {
  min-width: 100px;
}
.opt-con .opt-con-tb2 .a-c-m-tbody {
  border-bottom: 1px dashed #ccc;
}

.lint-info {
  font-size: 12px;
  -moz-columns: #333333;
       columns: #333333;
}
.lint-info .blue {
  color: #0081FF;
  margin-right: 8px;
}
.display-none {
  display: none;
}

.extend-form-item-label {
  width: calc(100% - 55px);
}
.extend-form-item-label .extend-label-text-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.extend-form-item-label .extend-label-text-icon .label-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85px;
  text-align: right;
}
.extend-form-item-label .extend-label-text-icon .yqn-icon {
  color: #444;
  min-width: 20px;
}
.extend-form-item-label .extend-no-label .label-text {
  color: #FF9502FF;
}
.extend-form-item-label .extend-no-label .yqn-icon {
  color: #FF9502FF;
}
.render-form-item-label > .right {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}

.container-type-input {
  cursor: pointer;
}
.container-type-input .ant-input {
  cursor: pointer;
  border: 1px solid #dcdcdc !important;
  border-right-color: transparent !important;
}
.container-type-input .ant-input:disabled {
  background: #f3f3f3 !important;
  cursor: not-allowed;
}
.container-type-input .ant-input:disabled ~ .ant-input-group-addon {
  background: #f3f3f3 !important;
  cursor: not-allowed;
}
.container-type-input .ant-input-group-addon {
  background: #ffffff !important;
}
.container-type-number {
  text-align: center;
}
.container-type-number input {
  text-align: center;
}
.container-type-number .ant-input-number-group-addon {
  padding: 0;
}
.container-type-number .ant-input-number-group-addon > span {
  padding: 0 11px;
  cursor: pointer;
}
.dzy-customer-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-message {
  display: flex;
}
.left-message .order-num {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num .paimary-text {
  color: #0081FF;
  cursor: pointer;
}

.blno-box {
  width: 100%;
  position: relative;
}
.blno-box .content-box {
  display: flex;
}
.blno-box .content-box .left-form {
  width: 70%;
  padding-right: 12px;
}
.blno-box .content-box .left-base-side {
  margin-right: 12px;
}
.blno-box .content-box .right-blno-list {
  padding-left: 12px;
  flex: 1;
}
.blno-box .content-box .right-blno-list .text-box {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.blno-box .content-box .right-blno-list .text-box .blno {
  cursor: pointer;
  padding-left: 4px;
}
.blno-box .content-box .right-blno-list .text-box .blno:hover {
  color: #0081ff;
}
.blno-box .content-box .right-blno-list .text-box .gray-color {
  color: #DCDCDC;
}
.blno-box .content-box .right-blno-list .text-box .btn.del-btn {
  color: #FF5F32;
}
.blno-box .button-group-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #D8D8D8;
}
.blno-box .button-group-box .left-btn {
  display: flex;
  align-items: center;
}
.blno-box .button-group-box .left-btn .btn {
  margin-right: 8px;
}
.blno-box .button-group-box .right-btn .btn {
  margin-left: 8px;
}
.add-modal-dynamic-del-blno {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blno-box {
  width: 100%;
  position: relative;
}
.blno-box .content-box {
  display: flex;
}
.blno-box .content-box .left-form {
  width: 70%;
  padding-right: 12px;
}
.blno-box .content-box .right-blno-list {
  padding-left: 12px;
  flex: 1;
}
.blno-box .content-box .right-blno-list .text-box {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.blno-box .content-box .right-blno-list .text-box .blno {
  cursor: pointer;
  padding-left: 4px;
}
.blno-box .content-box .right-blno-list .text-box .blno:hover {
  color: #0081ff;
}
.blno-box .content-box .right-blno-list .text-box .gray-color {
  color: #DCDCDC;
}
.blno-box .content-box .right-blno-list .text-box .btn.del-btn {
  color: #FF5F32;
}
.blno-box .button-group-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #D8D8D8;
}
.blno-box .button-group-box .left-btn {
  display: flex;
  align-items: center;
}
.blno-box .button-group-box .left-btn .btn {
  margin-right: 8px;
}
.blno-box .button-group-box .right-btn .btn {
  margin-left: 8px;
}
.add-modal-dynamic-del {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
}

.detail-overview_tab-box {
  width: 100%;
  display: flex;
}
.detail-overview_tab-box .detail-overview-content-left {
  border-right: 1px #dcdcdc solid;
  padding-right: 12px;
  padding-top: 10px;
}
.detail-overview_tab-box .detail-overview-content-right {
  padding-left: 10px;
  width: 510px;
}
.detail-overview_tab-box .detail-overview-title-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.detail-overview_tab-box .detail-overview-title-box .detail-overview-title-btn {
  flex: 1;
  text-align: right;
}
.edit-goods .dynamic-add {
  margin-bottom: 12px;
}
.lcl-pickup-pol-info-box {
  margin-bottom: 12px;
}
.edit-wareHouse .yqn-select:not(.ant-select-customize-input) .ant-select-selector,
.edit-take-delivery .yqn-select:not(.ant-select-customize-input) .ant-select-selector {
  padding: 1px 8px;
}
.edit-wareHouse .dynamic-table,
.edit-take-delivery .dynamic-table {
  margin-bottom: 10px;
}
.edit-order-drawer .yqn-form.ant-form .ant-form-item-control-input {
  min-height: 32px;
}

.company-box-class {
  background: #f5fafe;
  padding-top: 10px;
}

.copy-order-drawer-footer .btn {
  margin-right: 8px;
}

.custom-component-finish-order-btn-box {
  display: flex;
  align-items: center;
}
.custom-component-finish-order-btn-box .btn-box {
  margin-left: 8px;
}
.custom-component-finish-order-btn-box .btn-box:first-child {
  margin-left: 0;
}
.finish-type-footer {
  display: flex;
}
.finish-type-footer .btn {
  margin-right: 8px;
}

.lint-info {
  font-size: 12px;
  -moz-columns: #333333;
       columns: #333333;
}
.lint-info .blue {
  color: #0081FF;
  margin-right: 8px;
}
.display-none {
  display: none;
}

.service-type-footer .btn {
  margin-right: 8px;
}

.left-message {
  display: flex;
}
.left-message .order-num {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num .paimary-text {
  color: #0081FF;
  cursor: pointer;
}
.left-message .tags-list-box {
  margin-left: 8px;
}

.opt-con {
  margin: 11px 10px 15px 11px;
  color: #666;
}
.opt-con .opt-con-tb1 {
  border: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 th,
.opt-con .opt-con-tb1 .opt-con-type1 td {
  padding: 6px;
  box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-before-value {
  text-decoration: line-through;
  color: #ec808d;
  margin-right: 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-after-value {
  color: #87b685;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #52c41a;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.update {
  background: #ffbf00;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #f5222d;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-first-clomn {
  width: 80px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .pre-view .c-c-preview-image {
  display: inline-block;
  margin-right: 10px;
}
.opt-con .opt-con-tb2 {
  width: 100%;
  min-width: auto;
}
.opt-con .opt-con-tb2 .opt-con-type2 {
  border-bottom: 1px solid #ccc;
}
.opt-con .opt-con-tb2 .opt-con-type2 th {
  min-width: 100px;
}
.opt-con .opt-con-tb2 .a-c-m-tbody {
  border-bottom: 1px dashed #ccc;
}

.a-c-container .change-btn {
  display: flex;
  justify-content: flex-end;
}
.a-c-container .change-btn button:first-child {
  margin-right: 12px;
}
.a-c-container .history-list {
  margin-bottom: 0;
}
.a-c-container .yqn-subtitle {
  margin-top: 20px;
}

.a-c-file-list-upload {
  width: 100%;
}
.a-c-file-list-tab .btnGroup {
  margin-bottom: 8px;
}
.a-c-file-list-tab .btnGroup .ant-btn {
  margin-right: 8px;
}
.a-c-file-list-tab .ant-table-wrapper {
  margin-bottom: 12px;
  max-height: 300px;
  overflow: scroll;
}
.a-c-file-list-tab .c-c-upload {
  width: 100%;
}
.a-c-file-list-tab .file {
  text-align: center;
}
.a-c-file-list-tab .file .file-form .submit-btn {
  width: 200px;
  margin-bottom: 20px;
}
.a-c-file-list-tab .has-error {
  margin-top: 16px;
}
.a-c-file-list-tab .dynamic-delete-button {
  font-size: 20px;
  margin-left: 3px;
}
.a-c-file-list-tab .pre-view {
  display: inline-block;
}
.lh-24 .ant-btn-sm {
  line-height: 24px !important;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}

.border-right {
  border-right: 1px solid #dcdcdc;
}
.padding-8 {
  padding-left: 8px;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.form-wrapper {
  clear: both;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.no-border {
  border-bottom: none;
}
.top-wrapper {
  margin-bottom: 8px;
  border-bottom: 1px dotted #dcdcdc;
}
.no-left-style .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.no-right-radius .ant-select-selector {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.min_h_300 {
  min-height: 300px;
}
.c-c-ant-custom .auto-option-wrapper {
  color: #333333;
}
.c-c-ant-custom .gray {
  color: #999999;
}

.yqn-detail-table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.yqn-detail-table tr td {
  border: 1px solid #f0f0f0;
  padding: 9px 11px;
}
.yqn-detail-table td.yqn-detail-table-label {
  text-align: left;
  color: #666;
  font-weight: 700;
  background-color: #f9f9f9;
  width: 100px;
}
.yqn-detail-table-label {
  font-size: 12px;
  color: #666666;
}

.c-c-expend-table .ant-table-expanded-row {
  padding: 8px 16px;
}
.c-c-expend-table .ant-table-expanded-row > td:last-child {
  padding: 10px 10px 10px 0px;
}
.c-c-expend-table .ant-table-wrapper {
  background: #fff;
  padding: 0 16px;
}
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > th,
.c-c-expend-table .ant-table-bordered .ant-table-tbody > tr > td,
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > td {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
.c-c-expend-table .ant-table-expanded-row > td:first-child {
  border-right: none !important;
}
.box-title {
  position: relative;
  height: 32px;
}
.box-title .yqn-button {
  position: absolute;
  right: 0;
  top: 0;
}
.lcl-cargo-details-container .lcl-cargo-details-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.lcl-cargo-details-container .lcl-box-goods {
  margin-top: 10px;
}
.c-float-l {
  float: left;
}
.c-float-r {
  float: right;
}
.c-float-r .yqn-button {
  float: right;
}
.clearfix .c-float-r.edit-btn {
  position: absolute;
  right: 0;
  top: 21px;
  z-index: 100;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.yqn-detail-table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.yqn-detail-table tr td {
  border: 1px solid #f0f0f0;
  padding: 9px 11px;
}
.yqn-detail-table td.yqn-detail-table-label {
  text-align: left;
  color: #666;
  font-weight: 700;
  background-color: #f9f9f9;
  width: 100px;
}
.yqn-detail-table-label {
  font-size: 12px;
  color: #666666;
}

.c-c-expend-table .ant-table-expanded-row {
  padding: 8px 16px;
}
.c-c-expend-table .ant-table-expanded-row > td:last-child {
  padding: 10px 10px 10px 0px;
}
.c-c-expend-table .ant-table-wrapper {
  background: #fff;
  padding: 0 16px;
}
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > th,
.c-c-expend-table .ant-table-bordered .ant-table-tbody > tr > td,
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > td {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
.c-c-expend-table .ant-table-expanded-row > td:first-child {
  border-right: none !important;
}
.lcl-cargo-details-container .lcl-cargo-details-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.lcl-cargo-details-container .lcl-box-goods {
  margin-top: 10px;
}
.box-title {
  position: relative;
  height: 32px;
}
.box-title .yqn-button {
  position: absolute;
  right: 0;
  top: 0;
}
.c-float-l {
  float: left;
}
.c-float-r {
  float: right;
}
.c-float-r .yqn-button {
  float: right;
}
.clearfix .c-float-r.edit-btn {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 100;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* 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-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 72px;
  min-width: 72px;
  height: 36px;
  line-height: 36px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 36px;
  min-width: 36px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 36px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 56px;
  min-width: 56px;
  height: 28px;
  line-height: 28px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 28px;
  min-width: 28px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 28px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 140px;
  min-width: 140px;
  height: 28px;
  line-height: 28px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  -webkit-animation-name: ant-skeleton-loading-rtl;
          animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  -webkit-animation-name: ant-skeleton-loading-rtl;
          animation-name: ant-skeleton-loading-rtl;
}
@-webkit-keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.public-contact-form-subtitle-box .public-contact-form-title-button {
  font-size: 12px;
}

.closing-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.closing-custom > div {
  width: 49%;
}
.closing-custom .perf-tracked .yqn-datepicker.ant-picker {
  padding: 4px 8px;
  height: 32px;
  margin-left: 0;
}

.additional {
  position: relative;
}
.additional .label-right {
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  font-size: 12px;
}

.detail-overview_tab-box {
  width: 100%;
  display: flex;
}
.detail-overview_tab-box .detail-overview-content-left {
  border-right: 1px #dcdcdc solid;
  padding-right: 12px;
  padding-top: 10px;
}
.detail-overview_tab-box .detail-overview-content-right {
  padding-left: 10px;
  width: 510px;
}
.detail-overview_tab-box .detail-overview-title-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.detail-overview_tab-box .detail-overview-title-box .detail-overview-title-btn {
  flex: 1;
  text-align: right;
}
.edit-goods .dynamic-add {
  margin-bottom: 12px;
}

.copy-order-drawer-footer .btn {
  margin-right: 8px;
}

.custom-component-finish-order-btn-box {
  display: flex;
  align-items: center;
}
.custom-component-finish-order-btn-box .btn-box {
  margin-left: 8px;
}
.custom-component-finish-order-btn-box .btn-box:first-child {
  margin-left: 0;
}
.finish-type-footer {
  display: flex;
}
.finish-type-footer .btn {
  margin-right: 8px;
}

.service-type-footer .btn {
  margin-right: 8px;
}

.left-message {
  display: flex;
}
.left-message .order-num {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num .paimary-text {
  color: #0081FF;
  cursor: pointer;
}
.left-message .tags-list-box {
  margin-left: 8px;
}

.opt-con {
  margin: 11px 10px 15px 11px;
  color: #666;
}
.opt-con .opt-con-tb1 {
  border: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 th,
.opt-con .opt-con-tb1 .opt-con-type1 td {
  padding: 6px;
  box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-before-value {
  text-decoration: line-through;
  color: #ec808d;
  margin-right: 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-after-value {
  color: #87b685;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #52c41a;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.update {
  background: #ffbf00;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #f5222d;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-first-clomn {
  width: 80px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .pre-view .c-c-preview-image {
  display: inline-block;
  margin-right: 10px;
}
.opt-con .opt-con-tb2 {
  width: 100%;
  min-width: auto;
}
.opt-con .opt-con-tb2 .opt-con-type2 {
  border-bottom: 1px solid #ccc;
}
.opt-con .opt-con-tb2 .opt-con-type2 th {
  min-width: 100px;
}
.opt-con .opt-con-tb2 .a-c-m-tbody {
  border-bottom: 1px dashed #ccc;
}

.a-c-container .change-btn {
  display: flex;
  justify-content: flex-end;
}
.a-c-container .change-btn button:first-child {
  margin-right: 12px;
}
.a-c-container .history-list {
  margin-bottom: 0;
}
.a-c-container .yqn-subtitle {
  margin-top: 20px;
}

.a-c-file-list-upload {
  width: 100%;
}
.a-c-file-list-tab .btnGroup {
  margin-bottom: 8px;
}
.a-c-file-list-tab .btnGroup .ant-btn {
  margin-right: 8px;
}
.a-c-file-list-tab .ant-table-wrapper {
  margin-bottom: 12px;
  max-height: 300px;
  overflow: scroll;
}
.a-c-file-list-tab .c-c-upload {
  width: 100%;
}
.a-c-file-list-tab .file {
  text-align: center;
}
.a-c-file-list-tab .file .file-form .submit-btn {
  width: 200px;
  margin-bottom: 20px;
}
.a-c-file-list-tab .has-error {
  margin-top: 16px;
}
.a-c-file-list-tab .dynamic-delete-button {
  font-size: 20px;
  margin-left: 3px;
}
.a-c-file-list-tab .pre-view {
  display: inline-block;
}
.lh-24 .ant-btn-sm {
  line-height: 24px !important;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}

.border-right {
  border-right: 1px solid #dcdcdc;
}
.padding-8 {
  padding-left: 8px;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.form-wrapper {
  clear: both;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 12px;
}
.no-border {
  border-bottom: none;
}
.top-wrapper {
  margin-bottom: 8px;
  border-bottom: 1px dotted #dcdcdc;
}
.no-left-style .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.no-right-radius .ant-select-selector {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.min_h_300 {
  min-height: 300px;
}
.c-c-ant-custom .auto-option-wrapper {
  color: #333333;
}
.c-c-ant-custom .gray {
  color: #999999;
}

.sync-pol-drawer-content {
  width: 100%;
  height: 100vh;
  position: relative;
}
.sync-pol-drawer-content .btn-group {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}

.custom-render-error-vessel-voyage-text {
  color: red;
}

.custom-render-error-container-text {
  color: red;
}

.air-cargo-details-box .air-cargo-details-margin {
  margin-top: 12px;
}
.air-cargo-details-box .air-cargo-details-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.air-cargo-details-box .ellipsis-2 {
  width: 150px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.doc-alert {
  margin-bottom: 12px;
}
.flex-wrap {
  display: flex;
  flex-direction: row;
}

.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal .ant-drawer-content-wrapper {
  width: 90% !important;
}
.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal .shipping-order {
  display: flex;
  overflow: hidden;
}
.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal .shipping-order .left,
.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal .shipping-order .right {
  flex: 1;
}
.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal .shipping-order .right {
  overflow-y: auto;
  overflow-x: hidden;
}
.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal .reupload {
  display: inline-block;
  width: 90px;
}
.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal #big {
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 10px;
  display: none;
  background-color: #fff;
  z-index: 300;
}
.ant-drawer.ant-drawer-right.ant-drawer-open.yqn-drawer.shipping-order-modal #bimg {
  position: absolute;
  left: 60%;
  top: 0px;
  background-color: #FFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.payment-img {
  position: relative;
  padding-right: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.payment-img img#payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.payment-img #oSpan {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  display: none;
  z-index: 10000;
  pointer-events: none;
}
.payment-img #mark {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.promotion-range__select {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.promotion-range__focus {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  border: 2px dashed #0081FF;
}
.promotion-range__select_options {
  z-index: 1001;
}

.doc-detail-header {
  background: #ffffff;
  margin-bottom: 10px;
}
.doc-detail-header .ddh-col {
  width: 25%;
}
.doc-detail-header .ddh-item {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  padding: 8px;
  height: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin-top: -1px;
}
.doc-detail-header .ddh-label {
  flex: 0 0 auto;
  color: #666666;
  font-size: 12px;
}
.doc-detail-header .ddh-label::after {
  content: '\FF1A';
}
.doc-detail-header .ddh-content {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
  color: #333333;
}
.doc-detail-header .ddhc-cont {
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.doc-detail-header .ddhc-cont.fullLine {
  flex: 1 1 auto;
}
.doc-detail-header .ddhc-cont.remark-color {
  color: #FF9502;
}
.doc-detail-header .ddhc-extra {
  flex: 0 0 auto;
}
.doc-detail-header .ddh-icon-operation {
  cursor: pointer;
  transition: color 0.5s;
}
.doc-detail-header .ddh-icon-operation:hover {
  color: #0081ff;
}
.doc-detail-header .ddh-sync-status .ddhss-icon {
  color: inherit;
  font-size: 14px;
  margin-right: 4px;
}
.doc-detail-header .ddh-sync-status.v-gray {
  color: #666666;
}
.doc-detail-header .ddh-sync-status.v-green {
  color: #2CA470;
}
.doc-detail-header .ddh-sync-status.v-red {
  color: #F95122;
}
.doc-detail-header .ddhss-reson {
  margin-left: 10px;
}
.doc-detail-header .ddhss-reson::after {
  content: '>';
}

.doc-tag-list {
  display: flex;
  flex-flow: row wrap;
  min-height: 20px;
}
.doc-tag-list.inline {
  display: inline-flex;
}
.doc-tag-list-title {
  font-size: 12px;
  margin-bottom: 8px;
}
.doc-tag-select-button.yqn-button.ant-btn {
  height: 22px !important;
  font-size: 12px;
  padding: 0 6px;
  margin: 0 0 8px 0;
  border-color: #ffffff;
}
.doc-tag-select-button.yqn-button.ant-btn .yqn-icon {
  color: inherit;
  margin-right: 4px;
}
.doc-tag-item {
  flex: 0 0 auto;
  line-height: 20px;
  background: #EFEFEF;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  color: #666666;
  margin: 0 8px 8px 0;
  padding: 0 4px;
  cursor: pointer;
}
.doc-tag-item .yqn-icon {
  color: inherit;
  margin-left: 4px;
  cursor: pointer;
}
.doc-tag-item.view-only {
  cursor: default;
}
.doc-tag-item.checked {
  background: #8699BF;
  color: #ffffff;
  border-color: #8699BF;
}

.port-area-drawer .yqn-tabulation-table {
  margin: 0;
}
.port-area-drawer .ant-popover-inner-content {
  padding: 0 16px 12px 16px;
}
.port-area-popover-cont {
  font-size: 12px;
  max-height: 360px;
  overflow-y: auto;
}

.table-open-close-port-time.ant-btn.yqn-button {
  font-size: 12px;
}

.check-table {
  line-height: 20px;
  padding-top: 5px;
}
.check-table + .check-table {
  margin-top: 12px;
}
.check-table .check-title {
  border-left: 4px #0081FF solid;
  line-height: 14px;
  height: 14px;
  padding-left: 5px;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 12px;
}
.check-table .check-title .check-dec {
  color: #666666;
  margin-left: 12px;
}
.check-table .check-title .check-dec .check-num {
  color: #f95122;
  margin: 0 4px;
}
.check-table .check-img {
  width: 83px;
  height: 83px;
  cursor: pointer;
}
.check-table .check-info {
  color: #333333;
  line-height: 20px;
  font-size: 12px;
}

.paste-text-title {
  margin: 0;
  padding: 10px;
  font-size: 12px;
}
.paste-text-body {
  display: flex;
}
.paste-text-body .paste-text-label {
  text-align: right;
  line-height: 30px;
  margin-top: 8px;
  padding: 0 6px 0 12px;
  font-size: 12px;
}
.paste-text-body .paste-text-label p {
  margin: 0;
}
.paste-text-body .input-parent {
  flex: 1;
}
.paste-text-body .input-parent .paste-text-textarea textarea.ant-input {
  height: 260px;
  line-height: 30px;
  resize: none;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 12px;
}
.paste-text-btns {
  margin-top: 12px;
}
.paste-text-btns .yqn-button.ant-btn {
  margin-right: 8px;
}
.batch-paste-body .ant-btn-default {
  color: #333;
}
.batch-paste-body .ant-btn-default .yqn-icon {
  color: inherit;
  font-size: 12px;
  margin-right: 4px;
}
.batch-paste-body .ant-btn-default:hover {
  color: #0081ff;
}
.batch-paste-body .ant-btn-primary {
  color: #fff;
}

.pending-state-select label.ant-radio-button-wrapper {
  line-height: 30px !important;
}
.pending-state-select label.ant-radio-button-wrapper .ant-badge {
  font-size: 12px;
  transition: color 500ms;
}
.pending-state-select label.ant-radio-button-wrapper .ant-badge .ant-badge-dot {
  background: #f95122;
}
.pending-state-select label.ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  border-left-width: 1px;
}
.pending-state-select label.ant-radio-button-wrapper.ant-radio-button-wrapper-checked .ant-badge {
  color: #0081ff;
}
.pending-state-select label.ant-radio-button-wrapper:hover .ant-badge {
  color: #0081ff;
}
.pending-state-fail {
  line-height: 30px;
  color: #F95122;
}
.pending-state-loading {
  width: 30px;
  height: 30px;
}

.yqn-button.yqn-link-no-padding.ant-btn-link.readed-status {
  padding-left: 6px;
  cursor: pointer;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.readed-status > span {
  position: static;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.readed-status ::before {
  height: 0;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.not-read-status {
  cursor: pointer;
  position: relative;
  padding-left: 16px;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.not-read-status > span {
  position: static;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.not-read-status ::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F95122;
}
.dzy-export-document-list-btn .ant-dropdown-menu-title-content {
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.dzy-export-document-list-btn .ant-dropdown-menu-title-content:hover {
  background-color: #e6f2ff;
}
@media screen and (max-width: 1280px) {
  .page-document-board-manager.yqn-forwarder-layout-common {
    height: calc(100vh - 8px);
  }
  .page-document-board-home.yqn-forwarder-layout-common {
    height: calc(100vh - 8px);
  }
}
.page-document-board-manager.yqn-forwarder-layout-common {
  min-width: 1280px;
}
.page-document-board-manager.yqn-forwarder-layout-common .yqn-base-page {
  padding-bottom: 12px;
}
.page-document-board-manager.yqn-forwarder-layout-common .layout-common-page,
.page-document-board-manager.yqn-forwarder-layout-common .yqn-breadcrumb.ant-breadcrumb,
.page-document-board-manager.yqn-forwarder-layout-common .yqn-business-custom-range-picker {
  background-color: #F0F0F0FF;
}
.page-document-board-manager.yqn-forwarder-layout-common .dzy-boss-layoout .ant-card-bordered {
  border: none;
}
.page-document-board-manager.yqn-forwarder-layout-common .dzy-boss-layoout .yqn-tabulation-table {
  margin-top: 0;
}
.page-document-board-manager.yqn-forwarder-layout-common .yqn-business-custom-range-picker .default-btn {
  font-size: 12px;
  padding: 5px 10px;
}
.page-document-board-manager.yqn-forwarder-layout-common .yqn-business-custom-range-picker .ant-picker-input > input {
  font-size: 12px;
}
.page-document-board-manager.yqn-forwarder-layout-common .yqn-business-content-ranking .content-ranking-body {
  font-size: 12px;
}
.page-document-board-manager.yqn-forwarder-layout-common .yqn-business-content-ranking .content-ranking-body .top-ranking {
  min-width: 10px;
}
.page-document-board-manager.yqn-forwarder-layout-common .yqn-base-page .page-content {
  padding-bottom: 0;
}
.page-document-board-manager.yqn-forwarder-layout-common .dzy-boss-content > .ant-row {
  background-color: #F0F0F0FF;
}
.page-document-board-manager.yqn-forwarder-layout-common .dzy-boss-content .yqn-has-tabs {
  padding-top: 0;
}
.page-document-board-manager.yqn-forwarder-layout-common .dzy-boss-content .boss-table .ant-table-container > .ant-table-body {
  max-height: 218px!important;
}
.page-document-board-manager.yqn-forwarder-layout-common .dzy-boss-content .boss-table table {
  height: 100%;
}

.change-bargeVessel-drawer .yqn-drawer-content .header-info {
  margin: 0 0 12px 0px;
}
.change-bargeVessel-drawer .yqn-drawer-content .header-info .header-explain {
  margin-top: 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.change-bargeVessel-drawer .yqn-drawer-content .checkbox-text {
  font-size: 12px;
  margin-bottom: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.change-bargeVessel-drawer .yqn-drawer-content .finish-type-footer {
  display: flex;
}
.change-bargeVessel-drawer .yqn-drawer-content .finish-type-footer .btn {
  margin-right: 8px;
}

.bc-set-status .yqn-icon {
  width: 14px;
}
.bc-list_btn:hover {
  color: #0081ff !important;
}

.component-alert-info {
  width: 100%;
  border-radius: 1px;
  background-color: #ffefeb;
  border: 1px solid rgba(255, 95, 50, 0.8);
  margin: 8px 0 2px;
  padding: 8px 12px;
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  list-style-type: none;
}
.component-alert-info .link {
  color: #0081ff;
}
.component-alert-info .greenColor {
  color: #2ca470;
}
.clickIgnore {
  margin-right: 10px;
}
.head-check-alert-info {
  padding: 24px !important;
}
.head-check-alert-info .ant-notification-notice-content .ant-notification-notice-with-icon .ant-notification-notice-description {
  color: #333;
}

.doc-detail-ts .status-img {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 100px;
  top: 10px;
  z-index: 100;
}
.doc-detail-ts .primary-color {
  color: #0081FF;
  cursor: pointer;
}
.doc-detail-ts .primary-color-btn {
  color: #0081FF;
  cursor: pointer;
  margin-left: 5px;
}
.doc-detail-ts .doc-status.not_sent {
  color: #666666;
}
.doc-detail-ts .doc-status.send_fail {
  color: #f95122;
}
.doc-detail-ts .doc-status.sent_offline,
.doc-detail-ts .doc-status.sent_success {
  color: #2ca470;
}
.doc-detail-ts .doc-status .ant-input-group-addon {
  padding-right: 0;
  color: inherit !important;
}
.doc-detail-ts .doc-status .ant-input-group,
.doc-detail-ts .doc-status .ant-input {
  color: inherit !important;
}
.doc-detail-ts .doc-status .yqn-icon {
  color: inherit;
  margin-right: 4px;
  font-size: 14px;
}
.doc-detail-ts .header-info {
  display: flex;
}
.doc-detail-ts .header-info .left-wrapper {
  flex: 1 1 40%;
  margin-top: 6px;
}
.doc-detail-ts .header-info .left-wrapper .doc-number {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 12px 0 0;
}
.doc-detail-ts .header-info .left-wrapper .tagesList {
  display: flex;
}
.doc-detail-ts .header-info .left-wrapper .tagesList .tage_btn_checked {
  height: 20px;
  margin: 8px 8px 12px 0;
  padding: 1px 4px;
}
.doc-detail-ts .header-info .left-wrapper .bianhao {
  display: flex;
  align-items: center;
  height: 34px;
  margin-bottom: 6px;
}
.doc-detail-ts .header-info .mt-0-mb-6 {
  margin-top: -6px;
  margin-bottom: 6px;
}
.doc-detail-ts .header-info .right-wrapper {
  flex: 1;
}
.doc-detail-ts .header-info .right-wrapper .right-wrappe-time {
  position: relative;
  top: 6px;
  padding-right: 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
.doc-detail-ts .header-info .right-wrapper .grid_row_static_bottom_right {
  padding: 6px 0 !important;
}
.doc-detail-ts .header-info .right-wrapper .update {
  color: #666666;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 22px;
}
.doc-detail-ts .header-info .right-wrapper .update .update_yuan {
  width: 6px;
  height: 6px;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  margin: 0 6px 0 0;
}
.doc-detail-ts .header-info .right-wrapper .update .update_user {
  margin-right: 6px;
}
.doc-detail-ts .header-info .left-btn {
  width: 70px;
  background: #ffffff;
  font-size: 12px;
  height: 20px;
  padding: 0;
  color: #666666;
  margin: 8px 0 12px;
  cursor: pointer;
}
.doc-detail-ts .header-info .yqn-icon {
  margin-top: 5px;
}
.doc-detail-ts .yqn-dropdown.yqn-button .yqn-icon {
  margin-top: 0;
}
.doc-detail-ts .tages {
  display: flex;
}
.doc-detail-ts .tages .tage_btn {
  height: 20px;
  background: #efefef;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-right: 8px;
  padding: 0 4px;
  cursor: pointer;
}
.doc-detail-ts .tage_btn_checked {
  background: #8699bf;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 8px;
  padding: 2px 4px;
}
.doc-detail-ts .tage_btn_checked .yqn-icon {
  color: #fff;
  margin-left: 4px;
  cursor: pointer;
}
.doc-detail-ts .list {
  width: 100px;
  background: #fff;
  border: none;
  padding: 0;
}
.doc-detail-ts .list .list_li {
  padding: 0 !important;
}
.doc-detail-ts .list .list_li .list_btn {
  width: 100px;
  background: #0081ff;
  color: #fff;
}
.doc-detail-ts .doc-common-info {
  background: #ffffff;
  margin-bottom: 10px;
}
.doc-detail-ts .doc-common-info .ant-row .ant-col .perf-tracked .ant-form-item {
  flex-direction: initial;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 8px;
}
.doc-detail-ts .doc-common-info .ant-row .ant-col .ant-form-item label {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.doc-detail-ts .doc-common-info .ant-row .ant-col .btn {
  padding: 1px 9px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #333333;
  font-size: 12px;
  float: right;
  cursor: pointer;
}
.doc-detail-ts .doc-common-info .yqn-input .ant-input {
  border: none;
  height: 20px;
  padding: 0;
}
.doc-detail-ts .doc-common-info .yqn-icon {
  margin: 0 6px;
  cursor: pointer;
}
.doc-detail-ts .doc-common-info #packetChannels {
  display: flex;
}
.doc-detail-ts .doc-common-info .ant-form-item-control-input-content {
  display: contents;
}
.doc-detail-ts .doc-common-info .yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  background: #fff;
  border: none;
}
.doc-detail-ts .doc-common-info .yqn-input .ant-input:disabled {
  background: #fff;
  cursor: default;
}
.doc-detail-ts .doc-common-info .operationUserDisplay {
  display: none;
}
.doc-detail-ts .ant-tabs-tabpane {
  padding: 0 8px;
}
.doc-detail-ts .right-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.doc-detail-ts .right-scroll .title-btn {
  display: flex;
  color: #333;
  font-size: 12px;
}
.doc-detail-ts .right-scroll .title-btn > span {
  margin-left: 20px;
  cursor: pointer;
  display: flex;
}
.doc-detail-ts .right-scroll .title-btn > span .yqn-button.ant-btn {
  padding: 0;
  font-size: 12px;
  border: none;
  height: auto;
}
.doc-detail-ts .reupload {
  display: inline-block;
  width: 90px;
}
.doc-detail-ts #big {
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  z-index: 300;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.doc-detail-ts #bimg {
  position: absolute;
  left: 60%;
  top: 0px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform-origin: left top;
}
.doc-detail-ts #payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.doc-detail-ts .payment-img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 0;
}
.doc-detail-ts .payment-img img#payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.doc-detail-ts .payment-img #oSpan {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  display: none;
  z-index: 10000;
  pointer-events: none;
}
.doc-detail-ts .payment-img #mark {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.doc-detail-ts .promotion-range__select {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.doc-detail-ts .promotion-range__focus {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  border: 2px dashed #0081ff;
}
.doc-detail-ts .promotion-range__select_options {
  z-index: 1001;
}
.doc-detail-ts.compare-color [data-compare-color="compare"] label,
.doc-detail-ts.compare-color [data-compare-color="compare"] input,
.doc-detail-ts.compare-color [data-compare-color="compare"] textarea,
.doc-detail-ts.compare-color [data-compare-color="compare"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-ts.credibility-color [data-credibility-color="credibility"] label,
.doc-detail-ts.credibility-color [data-credibility-color="credibility"] input,
.doc-detail-ts.credibility-color [data-credibility-color="credibility"] textarea,
.doc-detail-ts.credibility-color [data-credibility-color="credibility"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-ts .color-yellow label,
.doc-detail-ts .color-yellow input,
.doc-detail-ts .color-yellow textarea,
.doc-detail-ts .color-yellow .ant-select {
  color: #2ca470 !important;
}
.doc-detail-ts .color-dark label,
.doc-detail-ts .color-dark input,
.doc-detail-ts .color-dark textarea,
.doc-detail-ts .color-dark .ant-select {
  color: #2ca470 !important;
}
.doc-detail-ts .color-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
.doc-detail-ts .yellow {
  background-color: #ff9502;
}
.doc-detail-ts .red {
  background-color: #f95122;
}
.doc-detail-ts .dark {
  background-color: #2ca470;
}
.doc-detail-ts .doc-detail-order-info {
  display: flex;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper {
  flex: 1;
  border-left: 1px dashed #dcdcdc;
  padding-left: 12px;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-subtitle {
  display: flex;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-subtitle .left-span {
  width: 120px;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-subtitle .right-span {
  flex: 1;
  text-align: right;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-subtitle .right-span .ant-btn-sm {
  padding: 0 !important;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-container {
  display: flex;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-container .left-span {
  flex: 1;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-container .right-span {
  width: 30px;
  text-align: right;
}
.doc-detail-ts .doc-detail-order-info .info-wrapper .flex-container .right-span .ant-btn-sm {
  padding: 0 !important;
}
.doc-detail-ts .doc-detail-order-info .border-none {
  border-left: none;
}
.doc-detail-ts .doc-file-info {
  display: flex;
}
.doc-detail-ts .doc-file-info .left {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-detail-ts .doc-file-info .right {
  text-align: right;
  width: 30px;
  cursor: pointer;
}
.doc-detail-ts .mt-mb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.doc-detail-ts .footer-none .ant-modal-confirm-btns {
  display: none;
}
.doc-detail-ts .mb-none {
  margin-bottom: 0 !important;
}
.doc-detail-ts .page-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.doc-detail-ts .page-content .doc-detail {
  flex: 1;
}
.doc-detail-ts .doc-color-tips {
  line-height: 39px;
  font-size: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}
.doc-detail-ts .doc-color-tips .doc-color-tips-right {
  position: absolute;
  right: 12px;
  font-size: 12px;
}
.doc-detail-ts .doc-color-tips .doc-color-tips-right .ant-checkbox {
  margin-top: 2px;
}
.doc-detail-ts .doc-color-tips .doc-color-tips-right .ant-checkbox + span {
  padding: 0;
  font-size: 12px;
  color: #333;
}
.doc-detail-ts .doc-color-tips .doc-color-tips-right .ant-btn {
  font-size: 12px;
  width: 58px;
  height: 24px;
  margin-left: 20px;
  padding: 0;
}
.doc-detail-ts .doc-color-tips .doc-color-tips-right .yqn-icon {
  color: #fff;
  margin-right: 4px;
}
.doc-detail-ts .doc-inline-form-item.ant-form-item {
  flex-direction: row !important;
}
.doc-detail-ts .doc-inline-form-item.ant-form-item .ant-form-item-label {
  margin-top: 4px;
}
.doc-detail-ts .doc-inline-form-item .ant-radio-group {
  vertical-align: top;
}
.doc-detail-ts .doc-error-alert {
  margin-top: 10px;
}
.doc-detail-ts .doc-left-content {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow: hidden;
}
.doc-detail-ts .doc-left-content .doc-left-operation {
  flex: 0 0 auto;
}
.doc-detail-ts .doc-left-content .doc-left-operation .yqn-button {
  margin-right: 4px;
}
.doc-detail-ts .doc-left-content .payment-img {
  flex: 1 1 auto;
  overflow: hidden;
}
.doc-detail-ts .ts-upload-button {
  margin: 8px 0 12px 0;
}
.custom-dropdown-btn {
  color: #333333;
  font-weight: 400;
  cursor: pointer;
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
}
.custom-dropdown-btn:hover {
  background-color: #e6f2ff;
}
.doc-warnning-alert-modal {
  margin-bottom: 12px;
}
.ts-check-log {
  cursor: pointer;
  display: inline-block;
}
.ts-check-log:hover {
  color: #0081ff;
}
.ts-check-log:hover .yqn-icon {
  color: #0081ff;
}
.chuanqi .ant-btn {
  color: #333;
}
.chuanqi .yqn-icon {
  color: inherit;
  font-size: 16px;
  vertical-align: middle;
}
.head_info {
  margin: 11px 0 0;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.head_info .ant-form-item-control-input {
  min-height: inherit;
}
.yqn-subtitle.booking-snapshot {
  margin: 12px 0 0;
}
.tabulation_info {
  margin-bottom: 12px;
}
.booking-snapshot + .ant-row .yqn-tabulation .yqn-tabulation-table .table-toolbar {
  margin-bottom: 0;
}
.wholeTicketEntrance {
  font-size: 12px;
  margin-left: 8px;
}
.wholeTicketEntrance span {
  color: #0081ff;
  cursor: pointer;
  margin-left: 8px;
}
.beforeTsDocSaveModal {
  position: fixed;
  left: calc(50% - 180px);
}
.beforeTsDocSaveModal .ant-modal-content .ant-modal-body {
  padding: 15px 20px 20px 15px !important;
}
.beforeTsDocSaveModal .ant-modal-content .ant-modal-body .anticon-info-circle {
  margin-right: 16px;
}
.beforeTsDocSaveModal .ant-modal-content .ant-modal-body .anticon-info-circle svg {
  width: 21px !important;
  height: 21px !important;
}
.beforeTsDocSaveModal .ant-modal-content .ant-modal-body .ant-modal-confirm-title {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.beforeTsDocSaveModal .ant-modal-content .ant-modal-body .ant-modal-confirm-content {
  margin-top: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
.ship-desc-name-modal .ant-modal-content::after {
  width: 100%;
  content: '';
  height: 1px;
  position: absolute;
  border-top: 1px solid #DCDCDC;
  bottom: 56px;
}
.ship-desc-name-modal .ant-alert {
  margin-bottom: 10px;
}
.ship-desc-name-modal .grid-inline-border {
  width: 450px;
}
.ship-desc-name-modal .grid-inline-border .grid_row_static_bottom_right {
  padding: 0;
  margin-top: 20px;
}
.ship-desc-name-modal .yqn-page-loading {
  min-height: 100px;
}

.doc-section-layout .dsl-head {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 8px;
}
.doc-section-layout .dslt-title {
  flex: 0 0 auto;
  line-height: 20px;
  padding: 0 8px;
  font-size: 12px;
  background: #8699BF;
  color: #ffffff;
  border-radius: 0px 2px 2px 0px;
  margin: 0;
}
.doc-section-layout .dslt-extra {
  flex: 1 1 auto;
  overflow: hidden;
}
.doc-section-layout .dsl-content {
  padding: 0 11px;
}

.exportDataBtn .yqn-button {
  color: #333;
}
.exportDataBtn .yqn-button .yqn-icon {
  color: inherit;
  font-size: 14px;
}
.exportDataBtn .yqn-button:hover {
  color: #0081ff;
}

.document-identify-loading .ant-spin-container {
  height: 100%;
}
.document-identify-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.document-identify-wrap .di-header {
  flex: 0 0 auto;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.document-identify-wrap .di-content {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.document-identify-wrap .di-footer {
  flex: 0 0 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 8px;
  margin: 0 -8px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.document-identify-wrap .di-footer .dif-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.document-identify-wrap .di-footer .yqn-pagination .ant-pagination {
  margin: 0;
}
.document-identify-wrap .dic-image-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.document-identify-wrap .dic-image-wrap.v-select {
  cursor: crosshair;
}
.document-identify-wrap .dic-image-wrap.v-drag {
  cursor: -webkit-grab;
  cursor: grab;
}
.document-identify-wrap .dic-image-wrap.v-magnify {
  cursor: crosshair;
}
.document-identify-wrap .dic-image-wrap.v-narrow {
  cursor: crosshair;
}
.document-identify-wrap .dic-image {
  width: 100%;
  transform: scale(1) translateX(0px) translateY(0px);
  transform-origin: center center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.document-identify-wrap .dic-select-box {
  display: none;
  position: absolute;
  border: 2px dashed #0081ff;
}
.document-identify-wrap .dic-select-input {
  display: none;
  position: absolute;
  z-index: 99;
  width: 200px;
}
.document-identify-wrap .dih-operation {
  border-radius: 0 !important;
  padding: 0 5px;
  border-right-width: 0;
}
.document-identify-wrap .dih-operation:first-child {
  border-radius: 3px 0 0 3px !important;
}
.document-identify-wrap .dih-operation:last-child {
  border-radius: 0 3px 3px 0 !important;
  border-right-width: 1px;
}
.document-identify-wrap .dih-operation .yqn-icon {
  color: inherit;
}
.document-identify-wrap .yqn-pagination {
  flex: 0 0 auto;
  padding-top: 4px;
}
.document-identify-wrap .di-pagination {
  margin: 0;
}
.document-identify-view-box {
  display: none;
  position: absolute;
  z-index: 99;
  width: 200px;
  height: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #dcdcdc;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.document-identify-view-box::before {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #f00;
  transform: translate(-50%, -50%);
}

.yqn-alert.ant-alert {
  font-size: 12px;
  line-height: 17px;
  align-items: flex-start;
  padding: 6px 12px;
}
.yqn-alert.ant-alert .ant-alert-message {
  color: #333333;
}
.yqn-alert.ant-alert .ant-alert-close-icon .anticon-close {
  color: #666666;
}
.yqn-alert.ant-alert .ant-alert-close-icon .anticon-close:hover {
  color: #0081ff;
}
.yqn-alert .ant-alert-icon {
  font-size: 15px;
}
.yqn-alert.ant-alert-info {
  border-color: #339aff;
  background-color: #e6f2ff;
}
.yqn-alert.ant-alert-info .ant-alert-icon {
  color: #0081ff;
}
.yqn-alert.ant-alert-success {
  border-color: #4abd95;
  background-color: #e8f7f2;
}
.yqn-alert.ant-alert-success .ant-alert-icon {
  color: #1dad7a;
}
.yqn-alert.ant-alert-warning {
  border-color: #ffbb34;
  background-color: #fff7e6;
}
.yqn-alert.ant-alert-warning .ant-alert-icon {
  color: #ffaa01;
}
.yqn-alert.ant-alert-error {
  border-color: #ff7f5b;
  background-color: #ffefeb;
}
.yqn-alert.ant-alert-error .ant-alert-icon {
  color: #ff5f32;
}

.yqn-autocomplete .ant-select {
  width: 100%;
  font-size: 12px;
}
.yqn-autocomplete :not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px;
  padding: 0 8px;
}
.yqn-autocomplete .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #0081ff;
}
.yqn-autocomplete .ant-select-disabled.ant-select-multiple .ant-select-selector,
.yqn-autocomplete .ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #333333;
  background-color: #f3f3f3;
}
.yqn-autocomplete .ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 8px;
  right: 8px;
}
.yqn-autocomplete .ant-select-multiple .ant-select-selection-item {
  border-color: #dcdcdc;
}
.yqn-autocomplete .ant-select-selection__rendered {
  margin-left: 8px;
}
.yqn-autocomplete .ant-select-selection-placeholder,
.yqn-autocomplete .ant-select-selection--multiple .ant-select-selection-placeholder {
  opacity: 1;
  margin-left: 0;
  color: #c0c0c0;
}
.yqn-autocomplete .ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 0;
}
.yqn-autocomplete .ant-select-arrow {
  color: #7994ae;
}
.yqn-autocomplete .ant-select-open .ant-select-arrow {
  color: #0081ff;
}
.yqn-autocomplete .ant-select-clear {
  color: #9b9b9b;
}
.yqn-autocomplete .ant-select-clear:hover {
  color: #666666;
}
.yqn-select-dropdown.ant-select-dropdown,
.yqn-select-dropdown .ant-select-item {
  font-size: 12px;
  text-align: left;
  color: #333333;
}
.yqn-select-dropdown .ant-select-item {
  padding: 8px 8px 7px;
  line-height: 17px;
  box-sizing: border-box;
}
.yqn-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #0081ff;
  background-color: inherit;
}
.yqn-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #e6f2ff;
}
.yqn-select-dropdown .ant-select-item-option-disabled {
  color: #9b9b9b;
  background-color: transparent;
}
.yqn-select-dropdown .ant-select-item-group {
  color: #9b9b9b;
}
.yqn-select-dropdown .ant-select-item-option-grouped {
  padding-left: 16px;
}

.yqn-badge.ant-badge {
  color: inherit;
  font-size: 12px;
}
.yqn-badge .ant-badge-count {
  right: -4px;
  top: -4px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #F95122;
  box-shadow: none;
}
.yqn-badge .ant-scroll-number-only {
  height: 16px;
}
.yqn-badge .ant-scroll-number-only > p {
  height: 16px;
}
.yqn-badge .ant-badge-multiple-words {
  padding: 0 5px;
}
.yqn-badge .ant-badge-multiple-words.ant-badge-count {
  right: -9px;
}

.yqn-tooltip .ant-tooltip-inner {
  font-size: 12px;
  line-height: 17px;
  max-width: 268px;
  max-height: 400px;
  overflow: auto;
  padding: 8px;
  word-break: break-all;
  background: rgba(0, 0, 0, 0.8);
}

.yqn-subtitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin: 0 0 8px;
  font-weight: bold;
}
.yqn-subtitle.yqn-subtitle-children {
  line-height: 20px;
}
.yqn-subtitle.yqn-subtitle-children::before {
  content: '';
  width: 4px;
  height: 12px;
  background-color: #0081ff;
  margin-right: 4px;
}
.yqn-subtitle .yqn-render-title-left {
  display: inline-flex;
  align-items: center;
}
.yqn-subtitle .yqn-render-title-left::before {
  content: '';
  width: 4px;
  height: 12px;
  background-color: #0081ff;
  margin-right: 4px;
}
.yqn-subtitle .yqn-custom-subtitle {
  width: 100%;
  position: relative;
}
.yqn-subtitle .yqn-custom-subtitle .yqn-render-title-right {
  position: absolute;
  top: 0;
  right: 0;
}
.yqn-subtitle .yqn-render-subtitle {
  display: flex;
}
.yqn-subtitle .yqn-render-subtitle .yqn-render-subtitle-display {
  display: inline-flex;
}
.yqn-subtitle .yqn-render-subtitle .yqn-render-subtitle-display .yqn-render-subtitle-text {
  font-size: 12px;
  font-weight: normal;
  max-width: 260px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yqn-subtitle .yqn-render-title-margin {
  padding-right: 12px;
}
.yqn-subtitle .yqn-operation-margin {
  margin-right: 12px;
}
.yqn-subtitle .yqn-operation-margin:last-child {
  margin-right: 0;
}
.yqn-subtitle .yqn-remark-margin {
  margin-left: 4px;
}
.yqn-subtitle .yqn-render-title {
  display: flex;
  align-items: center;
  width: 100%;
}
.yqn-subtitle .yqn-render-title .yqn-render-title-right .yqn-operation-margin {
  margin-right: 8px;
}
.yqn-subtitle .yqn-render-title .yqn-render-title-right .yqn-operation-margin:last-child {
  margin-right: 0;
}

.yqn-base-card-table {
  padding-bottom: 8px;
}
.yqn-base-card-table.yqn-base-card-table-bg {
  background: #e6f2ff;
  padding-top: 8px;
}
.yqn-base-card-table.hasBorderBottom {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 8px;
}
.yqn-base-card-table .card-table {
  width: 100%;
  table-layout: fixed;
}
.yqn-base-card-table .card-table:not(:first-child) {
  margin-top: -1px;
}
.yqn-base-card-table .card-table td {
  position: relative;
  height: 100%;
  border-left: 1px dashed #dcdcdc;
  vertical-align: top;
  padding: 0;
}
.yqn-base-card-table .card-table td:first-child {
  border-left: none;
}
.yqn-base-card-table .card-table td .cell {
  font-size: 12px;
  margin-bottom: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #666666;
}
.yqn-base-card-table .card-table td .cell .label {
  width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  margin: 0 0 0 8px;
}
.yqn-base-card-table .card-table td .cell .label:after {
  content: '';
  position: absolute;
  left: 150px;
  top: 0;
  width: 0;
  height: 100%;
}
.yqn-base-card-table .card-table td .cell .label.label-width {
  width: auto;
  max-width: 84px;
}
.yqn-base-card-table .card-table td.normal .label {
  width: 110px;
}
.yqn-base-card-table .card-table td.normal .label:after {
  left: 1100px;
}
.yqn-base-card-table .card-table td .cell-content {
  flex: 1;
  color: #333333;
  word-break: break-all;
  text-align: left;
  margin: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.yqn-base-card-table-tooltip a {
  color: #ffffff;
}

.yqn-breadcrumb.ant-breadcrumb {
  font-size: 12px;
  background: #ffffff;
}
.yqn-breadcrumb.ant-breadcrumb a,
.yqn-breadcrumb .ant-breadcrumb-separator {
  color: #666666;
}
.yqn-breadcrumb .ant-breadcrumb-separator {
  margin: 0 8px;
}
.yqn-breadcrumb.ant-breadcrumb a:hover {
  color: #0081ff;
}
.yqn-breadcrumb.ant-breadcrumb > span:last-child {
  color: #333333;
}

.yqn-header {
  padding: 4px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.yqn-header .ant-breadcrumb {
  margin-bottom: 4px;
}
.yqn-header .yqn-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}

.yqn-base-page.no-bg .page-content {
  padding: 0;
  background: none;
}
.yqn-base-page .page-content {
  padding: 0 0 8px;
  background-color: #ffffff;
}
.yqn-base-page .has-watermark-content {
  position: relative;
}
.yqn-watermark {
  position: relative;
}
.yqn-watermark .yqn-watermark-content {
  width: 100%;
  height: 98%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.yqn-watermark .canvas-re {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.yqn-watermark .yqn-hidden {
  display: none;
}

.yqn-icon {
  width: 1em;
  height: 1em;
  font-size: 12px;
  color: #666666;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.yqn-pop-confirm {
  width: 280px;
}
.yqn-pop-confirm .ant-popover-inner-content {
  padding: 16px;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-message {
  padding: 0;
  margin-bottom: 16px;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-message > .yqn-icon {
  position: absolute;
  font-size: 16px;
  color: #ff5f32;
  top: 3px;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-message-title {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons {
  margin-bottom: 0;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn:hover {
  color: #0081ff;
  border-color: #0081ff;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary:hover,
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-pop-confirm .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}

.yqn-button.ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #666666;
  box-shadow: none;
}
.yqn-button.ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-button.ant-btn-lg {
  height: 40px;
}
.yqn-button.ant-btn:hover,
.yqn-button.ant-btn:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button.ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-button.ant-btn-primary:hover,
.yqn-button.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary:hover,
.yqn-button.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button.ant-btn-background-ghost.ant-btn-primary:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button.yqn-btn-danger:hover,
.yqn-button.yqn-btn-danger:focus {
  color: #F95122;
  border-color: #ff5f32;
}
.yqn-button.yqn-btn-danger:active {
  color: #e0491f;
  border-color: #e6562d;
}
.yqn-button.yqn-btn-danger.ant-btn-primary {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-button.yqn-btn-danger.ant-btn-primary:hover,
.yqn-button.yqn-btn-danger.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-button.yqn-btn-danger.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}
.yqn-button.ant-btn-link {
  border: none;
  color: #0081ff;
}
.yqn-button.ant-btn-link:hover,
.yqn-button.ant-btn-link:focus {
  color: #4da7ff;
}
.yqn-button.ant-btn-link:active {
  color: #0074e6;
}
.yqn-button.ant-btn-link.yqn-btn-danger {
  color: #333333;
}
.yqn-button.ant-btn-link.yqn-btn-danger:hover,
.yqn-button.ant-btn-link.yqn-btn-danger:focus {
  color: #fb8564;
}
.yqn-button.ant-btn-link.yqn-btn-danger:active {
  color: #e0491f;
}
.yqn-button.ant-btn[disabled],
.yqn-button.ant-btn-primary[disabled],
.yqn-button.yqn-btn-danger[disabled],
.yqn-button.ant-btn-background-ghost.ant-btn-primary[disabled],
.yqn-button.yqn-btn-danger.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3 !important;
}
.yqn-button.ant-btn.ant-btn-link[disabled],
.yqn-button.ant-btn-primary.ant-btn-link[disabled] {
  background: none !important;
  color: #9b9b9b;
}
.yqn-button .ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #333333;
}
.yqn-button .ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-button .ant-btn-lg {
  height: 40px;
}
.yqn-button .ant-btn:hover,
.yqn-button .ant-btn:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button .ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-button .ant-btn-primary:hover,
.yqn-button .ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn-primary:hover.ant-btn-background-ghost,
.yqn-button .ant-btn-primary:focus.ant-btn-background-ghost {
  color: #4da7ff;
}
.yqn-button .ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-button .ant-btn-primary:active.ant-btn-background-ghost {
  color: #0074e6;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary:hover,
.yqn-button .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-button .ant-btn-background-ghost.ant-btn-primary:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-button .yqn-btn-danger:hover,
.yqn-button .yqn-btn-danger:focus {
  color: #F95122;
  border-color: #ff5f32;
}
.yqn-button .yqn-btn-danger:active {
  color: #e0491f;
  border-color: #e6562d;
}
.yqn-button .yqn-btn-danger.ant-btn-primary {
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-button .yqn-btn-danger.ant-btn-primary:hover,
.yqn-button .yqn-btn-danger.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-button .yqn-btn-danger.ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}
.yqn-button .ant-btn-link {
  border: none;
  color: #0081ff;
}
.yqn-button .ant-btn-link:hover,
.yqn-button .ant-btn-link:focus {
  color: #4da7ff;
}
.yqn-button .ant-btn-link:active {
  color: #0074e6;
}
.yqn-button .ant-btn-link.yqn-btn-danger {
  color: #333333;
}
.yqn-button .ant-btn-link.yqn-btn-danger:hover,
.yqn-button .ant-btn-link.yqn-btn-danger:focus {
  color: #fb8564;
}
.yqn-button .ant-btn-link.yqn-btn-danger:active {
  color: #e0491f;
}
.yqn-button .ant-btn[disabled],
.yqn-button .ant-btn-primary[disabled],
.yqn-button .yqn-btn-danger[disabled],
.yqn-button .ant-btn-background-ghost.ant-btn-primary[disabled],
.yqn-button .yqn-btn-danger.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3;
}
.yqn-button .ant-btn.ant-btn-link[disabled],
.yqn-button .ant-btn-primaryant-btn-link[disabled] {
  background: none;
}
.yqn-button.yqn-link-no-padding.ant-btn-link {
  padding: 0;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  white-space: normal;
  text-align: left;
}
.yqn-button.yqn-link-no-padding.ant-btn-link.ant-btn-sm {
  line-height: 17px;
}
.ant-btn-group .yqn-button.ant-btn {
  border-radius: 0;
}

.yqn-cascader.ant-cascader-picker {
  font-size: 12px;
  color: #333333;
  text-align: left;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-label {
  padding: 0 24px 0 8px;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input {
  font-size: 12px;
  padding: 0 24px 0 8px;
  height: 32px;
  border-radius: 4px;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-input.ant-input::placeholder {
  color: #c0c0c0;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-arrow,
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-clear {
  color: #9b9b9b;
}
.yqn-cascader.ant-cascader-picker .ant-cascader-picker-clear:hover {
  color: #666666;
}
.yqn-cascader.ant-cascader-picker.ant-cascader-picker-focused .ant-cascader-picker-arrow {
  color: #0081ff;
}
.yqn-cascader-option.ant-cascader-menus {
  font-size: 12px;
  color: #333333;
}
.yqn-cascader-option .ant-cascader-menu-item {
  padding: 8px;
  line-height: 17px;
  text-align: left;
}
.yqn-cascader-option .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) {
  color: #0081ff;
  font-weight: 400;
  background-color: #ffffff;
}
.yqn-cascader-option .ant-cascader-menu-item:hover,
.yqn-cascader-option .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 400;
  background-color: #e6f2ff;
}
.yqn-cascader-option .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) .ant-cascader-menu-item-expand-icon,
.yqn-cascader-option .ant-cascader-menu-item:hover .ant-cascader-menu-item-expand-icon {
  color: #0081ff;
}

.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper,
.yqn-checkbox.ant-checkbox-wrapper {
  font-size: 12px;
  color: #333333;
  vertical-align: top;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #ffffff;
  border-color: #0081ff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  height: 8px;
  width: 8px;
  background-color: #0081ff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0081ff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-checked,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-checked {
  border-color: #0081ff;
  background-color: #0081ff;
  border-radius: 2px;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper.yqn-checkbox .ant-checkbox-checked.ant-checkbox-disabled,
.yqn-checkbox.ant-checkbox-wrapper.yqn-checkbox .ant-checkbox-checked.ant-checkbox-disabled {
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-inner {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-disabled + span,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-disabled + span {
  color: #9b9b9b;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdcdc !important;
}
.yqn-checkbox-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner::after,
.yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #dcdcdc;
}
.yqn-form.ant-form .ant-form-item .ant-checkbox-wrapper {
  display: inline-flex;
}

.ant-message {
  font-size: 14px;
  color: #333333;
}
.ant-message .anticon {
  font-size: 15px;
}
.ant-message-success .anticon {
  color: #1dad7a;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #0081ff;
}
.ant-message-warning .anticon {
  color: #ffaa01;
}
.ant-message-error .anticon {
  color: #ff5f32;
}

.yqn-select.ant-select {
  width: 100%;
  font-size: 12px;
}
.yqn-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 8px;
}
.yqn-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #0081ff;
}
.yqn-select.ant-select-disabled.ant-select-multiple .ant-select-selector,
.yqn-select.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  color: #333333;
  background-color: #f3f3f3;
}
.yqn-select.ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 8px;
  right: 8px;
}
.yqn-select.ant-select-multiple .ant-select-selection-item {
  border-color: #dcdcdc;
}
.yqn-select .ant-select-selection__rendered {
  margin-left: 8px;
}
.yqn-select .ant-select-selection-placeholder,
.yqn-select .ant-select-selection--multiple .ant-select-selection-placeholder {
  opacity: 1;
  margin-left: 0;
  left: 8px;
  color: #c0c0c0;
}
.yqn-select.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 0;
}
.yqn-select.ant-select-multiple .ant-select-selection-search {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.yqn-select .ant-select-arrow {
  color: #7994ae;
}
.yqn-select.ant-select-open .ant-select-arrow {
  color: #0081ff;
}
.yqn-select .ant-select-clear {
  color: #9b9b9b;
}
.yqn-select .ant-select-clear:hover {
  color: #666666;
}
.yqn-select-dropdown.ant-select-dropdown,
.yqn-select-dropdown .ant-select-item {
  font-size: 12px;
  text-align: left;
  color: #333333;
}
.yqn-select-dropdown .ant-select-item {
  padding: 8px 8px 7px;
  line-height: 17px;
  box-sizing: border-box;
}
.yqn-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #0081ff;
  background-color: inherit;
}
.yqn-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #e6f2ff;
}
.yqn-select-dropdown .ant-select-item-option-disabled {
  color: #9b9b9b;
  background-color: transparent;
}
.yqn-select-dropdown .ant-select-item-group {
  color: #9b9b9b;
}
.yqn-select-dropdown .ant-select-item-option-grouped {
  padding-left: 16px;
}

.yqn-form.ant-form .ant-form-item {
  margin-bottom: 8px;
  padding-bottom: 0;
  font-size: 12px;
  color: #333333;
}
.yqn-form.ant-form.ant-form-vertical .ant-form-item {
  flex-direction: column;
}
.yqn-form.ant-form.ant-form-horizontal .ant-form-item {
  flex-direction: row;
}
.yqn-form.ant-form.ant-form-horizontal .ant-form-item .ant-form-item-label {
  text-align: right;
  padding: 0 4px 0 0;
}
.yqn-form.ant-form .ant-form-item-control-input {
  min-height: auto;
}
.yqn-form.ant-form.ant-form-vertical .ant-form-item-label,
.yqn-form.ant-form .ant-col-24.ant-form-item-label,
.yqn-form.ant-form .ant-col-xl-24.ant-form-item-label {
  padding-bottom: 4px;
  line-height: 17px;
}
.yqn-form.ant-form .ant-form-item label {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  line-height: 17px;
  color: #333333;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.yqn-form.ant-form .ant-form-item-label label {
  display: flex;
}
.yqn-form.ant-form .ant-form-item .yqn-radio,
.yqn-form.ant-form .ant-form-item .yqn-checkbox,
.yqn-form.ant-form .ant-form-item-control-input-content .ant-radio-group label {
  width: auto;
}
.yqn-form.ant-form .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before,
.yqn-form.ant-form .ant-form-item-required::before {
  color: #F95122;
  font-size: 12px;
  line-height: 17px;
  content: '*';
}
.yqn-form.ant-form .ant-select-selection-selected-value,
.yqn-form.ant-form .ant-input[disabled] {
  color: #333333;
}
.yqn-form.ant-form .ant-form-item-explain,
.yqn-form.ant-form .ant-form-item-extra {
  font-size: 12px;
  line-height: 17px;
  min-height: 0;
}
.yqn-form.ant-form .ant-form-item-has-error .ant-form-item-explain.ant-form-item-explain-error {
  color: #F95122;
}
.yqn-form.ant-form .ant-form-item-has-error .ant-input,
.yqn-form.ant-form .ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector,
.yqn-form.ant-form .ant-form-item-has-error .ant-input:not(.ant-input-disabled),
.yqn-form.ant-form .ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled),
.yqn-form.ant-form .ant-form-item-has-error .ant-input:not(.ant-input-disabled):hover,
.yqn-form.ant-form .ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #ff5f32 !important;
}
.yqn-form.ant-form .ant-form-item-has-error .ant-input-number {
  border-color: #ff5f32;
}
.yqn-form.ant-form.ant-form-vertical .ant-form-explain {
  margin-top: 4px;
  margin-bottom: 0;
}
.yqn-form.ant-form .ant-form-item-explain,
.yqn-form.ant-form .ant-form-item-extra {
  min-height: initial;
}

.yqn-input .ant-input-affix-wrapper,
.yqn-input .ant-input {
  font-size: 12px;
  height: 32px;
  line-height: 17px;
  border-radius: 4px;
  padding: 4px 8px;
  border-color: #dcdcdc;
  color: #333333;
}
.yqn-input .ant-input-affix-wrapper:not(.ant-input-disabled):hover,
.yqn-input .ant-input:not(.ant-input-disabled):hover,
.yqn-input .ant-input-affix-wrapper:not(.ant-input-disabled):focus,
.yqn-input .ant-input:not(.ant-input-disabled):focus {
  border-color: #0081ff;
}
.yqn-input .ant-input-affix-wrapper.ant-input-disabled + .ant-input-suffix,
.yqn-input .ant-input.ant-input-disabled + .ant-input-suffix {
  display: none;
}
.yqn-input .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
}
.yqn-input .ant-input-affix-wrapper {
  height: 32px;
}
.yqn-input .ant-input-affix-wrapper > input.ant-input {
  height: auto;
}
.yqn-input .ant-input {
  padding: 4px 8px;
}
.yqn-input .ant-input:disabled {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
}
.yqn-input .ant-input::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-input .ant-input:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-input .ant-input::placeholder {
  color: #c0c0c0;
}
.yqn-input .ant-input-sm {
  height: 28px;
}
.yqn-input .ant-input-group-wrapper .ant-input-group .ant-input {
  font-size: 12px;
  color: #333333;
}
.yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  font-size: 12px;
  color: #666666;
  background-color: #f3f3f3;
}
.yqn-input .ant-input-clear-icon {
  color: #9b9b9b;
}
.yqn-input .ant-input-clear-icon:hover {
  color: #666666;
}

.yqn-custom-select.inline {
  display: inline-block;
  width: 160px;
}
.yqn-custom-select .select-compact .ant-select-selection {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yqn-custom-select .yqn-hidden-label > .ant-form-item-label {
  display: none;
}
.yqn-custom-select .ant-select-selection__placeholder,
.yqn-custom-select .ant-select-search__field__placeholder {
  font-size: 12px;
}
.yqn-custom-select-hidden-option {
  display: none;
}
.yqn-custom-select-option .normal,
.yqn-custom-select-option .custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yqn-custom-select-option .normal .space,
.yqn-custom-select-option .custom .space {
  margin: 0 8px;
}
.yqn-custom-select-option .normal .sub-value,
.yqn-custom-select-option .custom .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-custom-select-option .custom-user div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yqn-custom-select-option .custom-user div .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-custom-select-option .custom-tags .title {
  font-size: 14px;
}
.yqn-custom-select-option .custom-tags .title .text {
  font-size: 12px;
}
.yqn-custom-select-option .custom-tags .tag-title {
  color: #bbb;
}
.yqn-custom-select-option .custom-tags .tag {
  color: #788ca0;
  margin: 0 4px;
}
.yqn-custom-select-option .custom-tags .tag:first-child {
  margin-left: 0;
}
.yqn-custom-select-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag-title,
.yqn-custom-select-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag {
  color: rgba(0, 0, 0, 0.25);
}

.yqn-loading {
  height: 100%;
}
.yqn-loading.ant-spin {
  max-height: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.yqn-loading.ant-spin.ant-spin-show-text .ant-spin-text {
  margin-top: 12px;
  color: #666666;
  font-size: 12px;
}
.ant-spin-nested-loading {
  height: 100%;
}
.ant-spin-nested-loading .yqn-loading.ant-spin {
  max-height: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ant-spin-nested-loading .yqn-loading.ant-spin.ant-spin-show-text .ant-spin-dot {
  margin: 0;
}
.ant-spin-nested-loading .yqn-loading.ant-spin.ant-spin-show-text .ant-spin-text {
  margin-top: 12px;
  color: #666666;
  font-size: 12px;
}
.ant-spin-nested-loading .yqn-loading.ant-spin .ant-spin-dot {
  position: static;
}
.ant-spin-nested-loading .yqn-loading.ant-spin .ant-spin-text {
  position: static;
  padding: 0;
}
.yqn-loading-line {
  width: 100%;
  height: 2px;
  background-color: #dcdcdc;
}
.yqn-loading-line > div {
  width: 98%;
  -webkit-animation: lineAnimation 30s ease;
          animation: lineAnimation 30s ease;
  height: 100%;
  background-color: #0081ff;
}
@-webkit-keyframes lineAnimation {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}
@keyframes lineAnimation {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}

.yqn-custom-select.inline {
  display: inline-block;
  width: 160px;
}
.yqn-custom-select .select-compact .ant-select-selection {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yqn-custom-select .yqn-hidden-label > .ant-form-item-label {
  display: none;
}
.yqn-fuzzy-select-search-option .normal,
.yqn-fuzzy-select-search-option .custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yqn-fuzzy-select-search-option .normal .space,
.yqn-fuzzy-select-search-option .custom .space {
  margin: 0 8px;
}
.yqn-fuzzy-select-search-option .normal .sub-value,
.yqn-fuzzy-select-search-option .custom .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-fuzzy-select-search-option .custom-user div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yqn-fuzzy-select-search-option .custom-user div .sub-value {
  margin-left: 16px;
  color: #999;
}
.yqn-fuzzy-select-search-option .custom-tags .title {
  font-size: 14px;
}
.yqn-fuzzy-select-search-option .custom-tags .title .text {
  font-size: 12px;
}
.yqn-fuzzy-select-search-option .custom-tags .tag-title {
  color: #bbb;
}
.yqn-fuzzy-select-search-option .custom-tags .tag {
  color: #788ca0;
  margin: 0 4px;
}
.yqn-fuzzy-select-search-option .custom-tags .tag:first-child {
  margin-left: 0;
}
.yqn-fuzzy-select-search-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag-title,
.yqn-fuzzy-select-search-option.ant-select-dropdown-menu-item-disabled .custom-tags .tag {
  color: rgba(0, 0, 0, 0.25);
}

.yqn-tree-select.inline {
  display: inline-block;
  width: 160px;
}
.yqn-tree-select.ant-select {
  font-size: 12px;
}
.yqn-tree-select .ant-select-selection {
  border-top-width: 1px;
}
.yqn-tree-select .ant-select-selection:hover,
.yqn-tree-select .ant-select-selection:focus {
  border-color: #0081ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.002);
}
.yqn-tree-select .ant-select-selection__rendered {
  margin-left: 8px;
}
.yqn-tree-select .ant-select-selection-placeholder,
.yqn-tree-select .ant-select-selection--multiple .ant-select-selection-placeholder {
  opacity: 1;
  margin-left: 0;
  left: 8px;
  color: #c0c0c0;
}
.yqn-tree-select .ant-select-selection--multiple .ant-select-selection__choice {
  color: #333333;
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}
.yqn-tree-select.ant-select-multiple .ant-select-selection-search {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.yqn-tree-select.ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 8px;
  right: 8px;
}
.yqn-tree-select.ant-select-multiple .ant-select-selector,
.yqn-tree-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 8px;
}
.yqn-tree-select .ant-select-arrow {
  color: #9b9b9b;
}
.yqn-tree-select.ant-select-open .ant-select-arrow {
  color: #0081ff;
}
.yqn-tree-select .select-compact .ant-select-selection {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.yqn-tree-select .yqn-hidden-label > .ant-form-item-label {
  visibility: hidden;
}
.yqn-tree-select .ant-select-selection__clear {
  color: #9b9b9b;
}
.yqn-tree-select .ant-select-selection__clear:hover {
  color: #666666;
}
.yqn-tree-select-dropdown.ant-tree-select-dropdown {
  padding: 12px 0 3px 8px;
}
.yqn-tree-select-dropdown .ant-select-tree {
  font-size: 12px;
  margin: 0;
}
.yqn-tree-select-dropdown.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode {
  padding-bottom: 0;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher {
  width: auto;
  height: auto;
  margin-right: 8px;
  line-height: 32px;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher .ant-tree-switcher-icon,
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher .ant-select-tree-switcher-icon {
  font-size: 8px;
}
.yqn-tree-select-dropdown .ant-select-tree-indent-unit {
  width: 16px;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher:not(.ant-select-tree-switcher-noop) + .ant-select-tree-node-content-wrapper {
  color: #9b9b9b;
  line-height: 32px;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-noop {
  display: none;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher-noop + .ant-select-tree-node-content-wrapper {
  line-height: 32px;
  min-height: 32px;
  padding: 0 8px;
  color: #333333;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper {
  min-height: 17px;
  line-height: 17px;
  padding: 0;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f2ff;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: #c0c0c0;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: transparent;
  color: #0081ff;
}
.yqn-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected:hover {
  background-color: #e6f2ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown {
  padding-top: 0;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox {
  margin: 0 8px 0 0;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-inner {
  border-color: #dcdcdc;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  border-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  width: 8px;
  height: 8px;
  background-color: #0081ff;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-treenode {
  align-items: center;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree-indent-unit {
  width: 24px;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper {
  min-height: 32px;
  line-height: 32px;
  padding: 0 4px;
}
.yqn-tree-select-dropdown.yqn-tree-select-dropdown-checkbox.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher:not(.ant-select-tree-switcher-noop) + .ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  min-height: 32px;
  line-height: 32px;
  padding: 0 4px;
}

.custom-tags .title {
  font-size: 14px;
}
.custom-tags .title .text {
  font-size: 12px;
  color: #7994ae;
}
.custom-tags .tag-title {
  color: #bbb;
}
.custom-tags .tag-list {
  font-size: 12px;
  margin-top: 4px;
  line-height: 21px;
}
.custom-tags .tag-list .tag-bordered {
  border-radius: 10px;
  margin-right: 4px;
  padding: 0 4px;
}
.custom-tags .tag-list .tag-bordered-info {
  border: 1px solid #0081ff;
  color: #0081ff;
}
.custom-tags .tag-list .tag-bordered-warning {
  border: 1px solid #ff5f32;
  color: #ff5f32;
}
.custom-tags .tag-list .tag-green {
  color: #1DC83B;
  margin: 0 4px;
}
.custom-tags .tag-list .tag-green:first-child {
  margin-left: 0;
}
.custom-tags .tag {
  color: #7994ae;
  margin: 0 4px;
}
.custom-tags .tag:first-child {
  margin-left: 0;
}

.yqn-datepicker {
  width: 100%;
  border-radius: 4px;
}
.yqn-datepicker.ant-picker {
  padding-left: 8px;
  height: 32px;
}
.yqn-datepicker.ant-picker:focus {
  border-color: #4da7ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.002);
}
.yqn-datepicker .ant-picker-input > input {
  font-size: 12px;
  line-height: 17px;
  color: #333333;
}
.yqn-datepicker .ant-picker-input > input::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-datepicker .ant-picker-input > input:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-datepicker .ant-picker-input > input::placeholder {
  color: #c0c0c0;
}
.yqn-datepicker.full-width {
  width: 100% !important;
}
.yqn-datepicker .ant-picker-suffix > .anticon-calendar {
  color: #7994ae;
}
.yqn-datepicker .ant-picker-clear {
  color: #9b9b9b;
}
.yqn-datepicker .ant-picker-clear:hover {
  color: #666666;
}
.yqn-datepicker .ant-picker-range-separator {
  padding: 0;
}
.yqn-datepicker .ant-picker-active-bar {
  display: none;
}
.ant-form-item-has-feedback .yqn-datepicker.ant-picker-range .ant-picker-clear {
  right: 29px;
}
.dynamic-date-panel {
  font-size: 12px;
}
.dynamic-date-panel .dynamic-date-btns {
  display: flex;
  align-items: center;
  height: 100%;
}
.dynamic-date-panel .dynamic-date-btns .yqn-button.ant-btn {
  margin-right: 8px;
}

.yqn-dividing-line {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.yqn-dividing-line.yqn-dividing-dash {
  background: none;
  height: 0;
  border-top: 1px dashed #dcdcdc;
}

.yqn-drawer .ant-drawer-mask,
.yqn-drawer.ant-drawer.ant-drawer-open .ant-drawer-mask {
  background: #000000;
  opacity: 0.6;
}
.yqn-drawer .ant-drawer-header {
  padding: 11px 12px;
  border-color: #dcdcdc;
}
.yqn-drawer .ant-drawer-header .ant-drawer-title {
  line-height: 25px;
  font-size: 18px;
  word-break: break-all;
  padding-right: 16px;
  color: #333333;
}
.yqn-drawer .ant-drawer-header .ant-drawer-close {
  right: 12px;
  width: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.yqn-drawer .ant-drawer-header .ant-drawer-close .anticon-close {
  color: #666666;
}
.yqn-drawer .ant-drawer-header .ant-drawer-close .anticon-close:hover {
  color: #0081ff;
}
.yqn-drawer .ant-drawer-body {
  overflow: hidden;
  padding: 0;
}
.yqn-drawer .yqn-drawer-content {
  padding: 12px;
}
.yqn-drawer .yqn-drawer-footer {
  border-top: 1px solid #dcdcdc;
  background-color: #ffffff;
  padding: 12px 12px;
}
.yqn-drawer .yqn-drawer-footer button {
  margin-right: 12px;
}
.yqn-drawer.ant-drawer-open .ant-drawer-content {
  box-shadow: -4px 4px 9px 0 rgba(0, 0, 0, 0.3);
}
.yqn-drawer .ant-drawer-wrapper-body,
.yqn-drawer .ant-drawer-body {
  display: flex;
  flex-direction: column;
}
.yqn-drawer .ant-drawer-body {
  flex: 1;
}
.yqn-drawer .yqn-drawer-content {
  overflow: auto;
}
.yqn-drawer.yqn-drawer-container {
  position: absolute;
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

.yqn-dropdown {
  font-size: 12px;
  color: #0081ff;
}
.yqn-dropdown .yqn-icon {
  color: #0081ff;
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.3s;
}
.yqn-dropdown.ant-dropdown-open .rotate {
  transform: rotate(180deg);
}
.yqn-dropdown.yqn-button .yqn-icon {
  color: inherit;
  margin-left: 4px;
}
.yqn-dropdown-btn .ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border: 1px solid #dcdcdc;
  color: #333333;
}
.yqn-dropdown-btn .ant-btn-sm {
  font-size: 12px;
  height: 24px;
}
.yqn-dropdown-btn .ant-btn-lg {
  height: 40px;
}
.yqn-dropdown-btn .ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-dropdown-btn .ant-btn-primary:hover,
.yqn-dropdown-btn .ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-dropdown-btn .ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-dropdown-btn.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding: 0;
  width: 22px;
}
.yqn-select-dropdown.ant-dropdown,
.ant-dropdown {
  text-align: left;
  color: #333333;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item,
.ant-dropdown .ant-dropdown-menu-item,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title,
.ant-dropdown .ant-dropdown-menu-submenu-title {
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item > a,
.ant-dropdown .ant-dropdown-menu-item > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title > a,
.ant-dropdown .ant-dropdown-menu-submenu-title > a {
  padding: 0;
  margin: 0;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item:hover,
.ant-dropdown .ant-dropdown-menu-item:hover,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item:hover > a,
.ant-dropdown .ant-dropdown-menu-item:hover > a {
  color: #333333;
  font-weight: 400;
  background-color: #e6f2ff;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-active,
.ant-dropdown .ant-dropdown-menu-item-active {
  background-color: inherit;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected,
.ant-dropdown .ant-dropdown-menu-item-selected,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title-selected,
.ant-dropdown .ant-dropdown-menu-submenu-title-selected,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected > a,
.ant-dropdown .ant-dropdown-menu-item-selected > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-submenu-title-selected > a,
.ant-dropdown .ant-dropdown-menu-submenu-title-selected > a {
  font-weight: 400;
  color: #0081ff;
  background-color: transparent;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected:hover,
.ant-dropdown .ant-dropdown-menu-item-selected:hover,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected:hover > a,
.ant-dropdown .ant-dropdown-menu-item-selected:hover > a {
  color: #0081ff;
}
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled,
.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled > a,
.ant-dropdown .ant-dropdown-menu-item-selected.ant-dropdown-menu-item-disabled > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled > a,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled > a,
.yqn-select-dropdown.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover > a,
.ant-dropdown .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover > a {
  color: #9b9b9b;
  background-color: transparent;
  cursor: not-allowed;
}

.yqn-table .yqn-dark-row {
  background-color: rgba(0, 0, 0, 0.05);
}
.yqn-table .high-light-row {
  background-color: #FFF8E9;
}
.yqn-table .high-light-row:hover > td {
  background-color: #FFF8E9 !important;
}
.yqn-table .high-light-row .ant-table-cell-fix-right,
.yqn-table .high-light-row .ant-table-cell-fix-left {
  background-color: #FFF8E9;
}
.yqn-table .ant-table {
  font-size: 12px;
  line-height: 17px;
}
.yqn-table .ant-table-fixed .ant-table-column-title {
  font-weight: 700;
  word-break: break-all;
}
.yqn-table .ant-table-fixed tr td {
  word-break: break-all;
}
.yqn-table .ant-table-thead > tr > th {
  color: #333333;
}
.yqn-table .ant-table.ant-table-small .ant-table-thead .ant-table-column-sorters {
  padding: 0;
}
.yqn-table .ant-table-small.ant-table-bordered .ant-table-content {
  border-right-color: #dcdcdc;
}
.yqn-table .ant-table-small,
.yqn-table .ant-table-bordered .ant-table-thead > tr > th,
.yqn-table .ant-table-bordered .ant-table-tbody > tr > td {
  border-color: #dcdcdc;
}
.yqn-table .ant-table-small > .ant-table-container .ant-table-header,
.yqn-table .ant-table-small .ant-table-container .ant-table-thead > tr > th,
.yqn-table .ant-table-small > .ant-table-container .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.yqn-table .ant-table-small > .ant-table-container .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.yqn-table .ant-table-small > .ant-table-container .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th {
  background-color: #EBEBEB;
}
.yqn-table .ant-table.ant-table-small .ant-table-title,
.yqn-table .ant-table.ant-table-small .ant-table-thead > tr > th {
  padding: 7px 4px;
}
.yqn-table .ant-table.ant-table-small .ant-table-tbody > tr > td,
.yqn-table .ant-table.ant-table-small .ant-table-footer,
.yqn-table .ant-table.ant-table-small tfoot > tr > th,
.yqn-table .ant-table.ant-table-small tfoot > tr > td {
  padding: 4px 4px;
}
.yqn-table .ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: none;
}
.yqn-table .ant-table-tbody > tr > td {
  word-break: break-word;
}
.yqn-table .table-operation {
  display: inline-block;
  margin-right: 12px;
}
.yqn-table .table-operation:last-child {
  margin-right: 0;
}
.yqn-table .table-operation button.ant-btn-link {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.yqn-table .react-resizable {
  position: relative;
  background-clip: padding-box;
}
.yqn-table .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
/* 滚动条修改 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #999;
  border-radius: 80px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #666666;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #666666;
}
::-webkit-scrollbar-button {
  background-color: #666666;
  display: none;
}
.yqn-watermark .yqn-table .ant-table {
  background-color: transparent;
}

.dynamic-table .dynamic-add {
  margin-top: 8px;
  width: 130px;
  box-sizing: border-box;
}
.dynamic-table .dynamic-add .yqn-icon {
  margin-right: 4px;
  color: inherit;
}
.dynamic-table .copy-col {
  font-size: 13px;
  color: #0081ff;
  cursor: pointer;
  margin-left: 4px;
  flex: 0 0 auto;
  margin-bottom: 1px;
}
.dynamic-table .copy-col:hover {
  color: #4da7ff;
}
.dynamic-table .copy-content {
  display: flex;
  align-items: flex-end;
}
.dynamic-table .yqn-input .ant-input-affix-wrapper,
.dynamic-table .yqn-input .ant-input,
.dynamic-table .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 28px;
}
.dynamic-table .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 26px;
}
.dynamic-table .ant-select-single .ant-select-selector .ant-select-selection-item,
.dynamic-table .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 26px;
}
.dynamic-table .ant-select-multiple .ant-select-selection-item {
  height: 22px;
  line-height: 20px;
}
.dynamic-table .ant-select-multiple .ant-select-selector::after {
  line-height: 22px;
}
.dynamic-table .yqn-table .yqn-button.ant-btn {
  height: 28px;
  font-size: 12px;
}
.dynamic-table .yqn-datepicker.ant-picker {
  height: 28px;
}
.dynamic-table .yqn-number.ant-input-number,
.dynamic-table .yqn-calculate-number.ant-input-number {
  height: 28px;
}
.dynamic-table .yqn-number .ant-input-number-input,
.dynamic-table .yqn-calculate-number .ant-input-number-input {
  height: 18px;
  line-height: 18px;
}
.yqn-form.ant-form .dynamic-table .ant-form-item {
  margin-bottom: 0;
}

.yqn-error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.yqn-error-page > img {
  width: 353px;
  height: 296px;
}
.yqn-error-page .error-info {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.yqn-error-page .error-btn {
  margin-top: 40px;
}
.yqn-error-page .error-btn .ant-btn.yqn-button {
  margin-right: 12px;
}
.yqn-error-page .error-btn .ant-btn.yqn-button:last-child {
  margin-right: 0;
}

.yqn-feedback .ant-empty-image {
  height: auto;
  margin-bottom: 12px;
}
.yqn-feedback .yqn-feedback-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.yqn-feedback .yqn-feedback-subtitle {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #9b9b9b;
  margin-top: 4px;
}
.yqn-feedback .yqn-feedback-edit,
.yqn-feedback .yqn-feedback-import,
.yqn-feedback .yqn-feedback-no-data,
.yqn-feedback .yqn-feedback-no-search,
.yqn-feedback .yqn-feedback-no-refresh {
  width: 76px;
  height: 76px;
}
.yqn-feedback.yqn-feedback-horizontal .ant-empty-image {
  display: inline-block;
  height: auto;
  margin-bottom: 0;
}
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-edit,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-import,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-data,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-search,
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-no-refresh {
  width: 30px;
  height: 30px;
}
.yqn-feedback.yqn-feedback-horizontal .ant-empty-description {
  display: inline-block;
  margin-left: 12px;
}
.yqn-feedback.yqn-feedback-horizontal .yqn-feedback-title {
  font-size: 12px;
}
.yqn-feedback .yqn-feedback-no-message,
.yqn-feedback .yqn-feedback-no-notice,
.yqn-feedback .yqn-feedback-no-task {
  width: 80px;
  height: 80px;
}
.yqn-feedback .yqn-feedback-no-search-select {
  width: 50px;
  height: 50px;
}
.yqn-feedback .ant-empty-footer {
  margin-top: 12px;
}

.yqn-popover .ant-popover-inner {
  max-height: 400px;
  max-width: 400px;
  overflow: auto;
}
.yqn-popover .ant-popover-inner-content {
  color: #333333;
  font-size: 12px;
  line-height: 17px;
  padding: 12px;
}
.yqn-popover h2 {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
.yqn-popover h2 + p {
  margin-bottom: 20px;
}
.yqn-popover h2 + p:last-child {
  margin-bottom: 0;
}
.yqn-popover.yqn-popover-small .ant-popover-inner {
  max-width: 300px;
}
.yqn-popover.yqn-popover-large .ant-popover-inner {
  max-width: 600px;
}

.yqn-filter {
  margin: 0 auto 8px;
  border-bottom: 1px solid #dcdcdc;
}
.yqn-filter-operation {
  flex: 1;
  text-align: right;
  margin-bottom: 8px;
  padding: 0 4px;
}
.yqn-filter-operation button.ant-btn {
  margin-left: 4px;
}
.yqn-filter-operation .yqn-icon {
  color: inherit;
  font-size: 18px;
}
.yqn-filter-popover {
  min-width: 200px;
}
.yqn-filter-popover .ant-popover-inner-content {
  padding: 8px 12px;
}
.yqn-filter-popover .filter-popover-search {
  margin-bottom: 8px;
}
.yqn-filter-popover ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow: auto;
}
.yqn-filter-popover li {
  padding: 4px 0;
}
.yqn-filter-popover .filter-popover-footer {
  margin-top: 4px;
  text-align: right;
}
.yqn-filter-popover .filter-popover-footer > button {
  margin-left: 4px;
}
.yqn-filter-popover .filter-popover-footer > button:first-child {
  float: left;
  margin-left: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item {
  display: flex;
  align-items: center;
}
.yqn-form.ant-form .yqn-filter-col span.ant-form-item-children {
  display: block;
}
.yqn-form.ant-form .yqn-filter-col .ant-input-number,
.yqn-form.ant-form .yqn-filter-col .ant-picker,
.yqn-form.ant-form .yqn-filter-col .ant-calendar-picker {
  width: 100%;
}
.yqn-form.ant-form .yqn-filter-col .ant-select,
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple {
  height: 32px;
  padding: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple ul {
  display: flex;
  height: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple ul li.ant-select-selection__choice:first-child {
  flex: 1;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple > ul > li,
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 0;
  line-height: 20px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection__rendered {
  margin-left: 8px;
  line-height: initial;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--single .ant-select-selection__rendered {
  margin-top: 6px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-top: 3px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__placeholder {
  margin-top: -7px;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-selection-overflow-item {
  max-width: calc(100% - 58px);
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-label {
  width: 76px;
  padding-right: 4px;
  line-height: 16px;
  white-space: normal;
  word-break: break-all;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-label label {
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  height: auto;
  text-align: right;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-label > label.ant-form-item-no-colon::after {
  display: none;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-control {
  line-height: initial;
  overflow: hidden;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-explain,
.yqn-form.ant-form .yqn-filter-col .ant-form-extra {
  margin: 0;
  min-height: 0;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-explain-error {
  display: none;
}
.yqn-form.ant-form .yqn-filter-col .ant-form-item-control-wrapper {
  flex: 1;
  overflow: hidden;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-multiple .ant-select-selection-item:first-child {
  flex: 1;
}
.yqn-form.ant-form .yqn-filter-col .ant-select-multiple .ant-select-selector > .ant-select-selection-item .ant-select-selection-item-remove {
  position: absolute;
  right: 4px;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-nav-add {
  margin-left: 4px !important;
  border: 0;
  background: none;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-tab {
  min-width: 48px !important;
  font-size: 12px !important;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 4px !important;
  border-left: 1px solid #dcdcdc;
}
.ycm-filter-preset-wrap.yqn-tabs.ant-tabs .ant-tabs-tab::before {
  display: none !important;
}
.ycm-filter-preset-wrap .preset-name {
  display: flex;
  align-items: center;
}
.ycm-filter-preset-wrap .preset-name .preset-option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10px;
  height: 20px;
}
.ycm-filter-preset-wrap .preset-name .preset-option::after {
  content: '';
  flex: 0 0 2px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  margin-left: 8px;
  background: #0081ff;
  box-shadow: 0 -4px 0 0 #0081ff, 0 0 0 0 #0081ff, 0 4px 0 0 #0081ff, 0 0 0 0 #0081ff;
}
.ycm-filter-preset-wrap .yqn-icon {
  color: inherit;
  margin-right: 4px;
}
.ycm-filter-preset-name-input .ant-form-item-label {
  padding-bottom: 4px;
}
.ycm-filter-preset-name-input label {
  font-size: 12px;
  height: 17px;
}
.ycm-filter-preset-options a {
  display: block;
  color: #333333;
  padding: 6px;
}
.ycm-filter-preset-options a:hover {
  color: #0081ff;
}

.yqn-number.ant-input-number,
.yqn-calculate-number.ant-input-number {
  font-size: 12px;
  height: 32px;
  line-height: 17px;
  border-radius: 4px;
  padding: 4px 8px;
  width: 100%;
  border-color: #dcdcdc;
  color: #333333;
}
.yqn-number.ant-input-number::-moz-placeholder,
.yqn-calculate-number.ant-input-number::-moz-placeholder {
  color: #c0c0c0;
}
.yqn-number.ant-input-number:-ms-input-placeholder,
.yqn-calculate-number.ant-input-number:-ms-input-placeholder {
  color: #c0c0c0;
}
.yqn-number.ant-input-number::placeholder,
.yqn-calculate-number.ant-input-number::placeholder {
  color: #c0c0c0;
}
.yqn-number.ant-input-number:disabled,
.yqn-calculate-number.ant-input-number:disabled {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
}
.yqn-number.ant-input-number:not(.ant-input-number-disabled):hover,
.yqn-calculate-number.ant-input-number:not(.ant-input-number-disabled):hover,
.yqn-number.ant-input-number:not(.ant-input-number-disabled):focus,
.yqn-calculate-number.ant-input-number:not(.ant-input-number-disabled):focus {
  border-color: #0081ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.2);
}
.yqn-number .ant-input-number-input,
.yqn-calculate-number .ant-input-number-input {
  border-radius: 4px;
  padding: 0;
  height: 22px;
}
.yqn-number.ant-input-number-sm,
.yqn-calculate-number.ant-input-number-sm {
  height: 28px;
}
.yqn-number.ant-input-number-sm .ant-input-number-input,
.yqn-calculate-number.ant-input-number-sm .ant-input-number-input {
  height: 18px;
}

.content_tab .ant-tabs-card-bar .ant-tabs-nav-container {
  font-size: 13px !important;
  height: 39px !important;
}
.content_tab .ant-tabs-card-bar .ant-tabs-tab {
  border-radius: 0px !important;
  border-top: 0px !important;
  line-height: 40px !important;
}
.content_tab .ant-tabs-card-bar .ant-tabs-tab .anticon-close {
  display: none !important;
}
.content_tab .ant-tabs-card-bar .ant-tabs-tab-active {
  padding-bottom: 0px !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.content_tab .ant-tabs-card-bar .ant-tabs-tab-active .anticon-close {
  display: inline-block !important;
}
.content_tab .ant-tabs-card-bar .ant-tabs-tab:hover {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.content_tab .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  color: #333 !important;
  display: inline-block !important;
}


.yqn-sidebar {
  width: 196px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.3s;
  background-color: #24292e;
  z-index: 99;
  padding-top: 8px;
}
.yqn-sidebar .yqn-icon {
  margin-right: 8px;
}
.yqn-collapsed.yqn-sidebar {
  width: 48px;
}
.yqn-sidebar-collapsed {
  position: absolute;
  top: 50%;
  left: 196px;
  width: 14px;
  height: 48px;
  background-color: #6a6d73;
  transform: translateY(-50%);
  transition: left 0.3s;
}
.yqn-sidebar-collapsed:before {
  content: '';
  position: absolute;
  top: 0;
  border-top: 3px solid #fff;
  border-right: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 3px solid transparent;
}
.yqn-sidebar-collapsed:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-top: 3px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 3px solid #fff;
}
.yqn-sidebar-collapsed:hover {
  background-color: #24292e;
}
.yqn-collapsed .yqn-sidebar-collapsed {
  left: 48px;
}
.yqn-sidebar-collapsed > span {
  position: absolute;
  left: 4px;
  top: 19px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: transparent;
  border-right: 6px solid #FFFFFF;
}
.yqn-collapsed .yqn-sidebar-collapsed > span {
  border-left: 6px solid #FFFFFF;
  border-right: transparent;
}
/* antd toB*/
.yqn-sidebar {
  /* 菜单行高 */
  /* 子菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体 */
  /* 子菜单字体颜色 */
  /* 子菜单的背景 */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
  /* 修改计算得出的padding */
  /* 折叠后宽度 */
  /* 折叠后隐藏文字 */
  /* 折叠后icon对齐 */
  /* 折叠后的悬浮和打开效果 */
}
.yqn-sidebar a {
  color: inherit;
  transition: inherit;
}
.yqn-sidebar a:hover,
.yqn-sidebar a:active {
  color: inherit;
}
.yqn-sidebar .ant-menu-inline .ant-menu-item,
.yqn-sidebar .ant-menu-inline .ant-menu-submenu-title,
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-sidebar .ant-menu-dark,
.yqn-sidebar .ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
  box-shadow: none;
}
.yqn-sidebar .ant-menu-inline .ant-menu-item,
.yqn-sidebar .ant-menu-inline .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item-group-title,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item > a {
  color: #8C8D8F;
}
.yqn-sidebar .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background-color: #14171a;
}
.yqn-sidebar .ant-menu-dark .ant-menu-item:hover,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu:hover,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.yqn-sidebar .ant-menu.ant-menu-dark .ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-open {
  color: inherit;
}
.yqn-sidebar .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.yqn-sidebar .ant-menu-dark .ant-menu-submenu-open:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.yqn-sidebar .ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu .ant-menu-item {
  padding-left: 12px !important;
}
.yqn-sidebar .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu .ant-menu .ant-menu-item {
  padding-left: 36px !important;
}
.yqn-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-item {
  padding-left: 48px !important;
}
.yqn-sidebar .ant-menu-inline-collapsed {
  width: 48px;
}
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-item span,
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item span,
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title span,
.yqn-sidebar .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-submenu-title,
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-item {
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #0081ff;
}
.yqn-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #494d52;
}
/* popup */
.ant-menu-submenu-popup {
  /* 按设计加padding */
  padding: 12px 0 !important;
  /* 菜单设置宽度 */
  /* 菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体和padding */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
}
.ant-menu-submenu-popup a {
  color: inherit;
  transition: inherit;
}
.ant-menu-submenu-popup a:hover,
.ant-menu-submenu-popup a:active {
  color: inherit;
}
.ant-menu-submenu-popup .ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical.ant-menu-sub .ant-menu-item {
  width: 164px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.ant-menu-submenu-popup.ant-menu-dark,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 0 12px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-item:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu-selected,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu li.ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-open {
  color: #FFFFFF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected) > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected):hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
/* 滚动条修改 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #999;
  border-radius: 80px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #666;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #666;
}
::-webkit-scrollbar-button {
  background-color: #666;
  display: none;
}

.yqn-pagination {
  position: relative;
  z-index: 1;
}
.yqn-pagination .ant-pagination {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
.yqn-pagination .ant-pagination-total-text {
  float: left;
}
.yqn-pagination .ant-pagination-total-text,
.yqn-pagination .ant-pagination-prev,
.yqn-pagination .ant-pagination-next,
.yqn-pagination .ant-pagination-jump-prev,
.yqn-pagination .ant-pagination-jump-next,
.yqn-pagination .ant-pagination-item {
  height: 28px;
  line-height: 28px;
}
.yqn-pagination .ant-pagination-prev,
.yqn-pagination .ant-pagination-next,
.yqn-pagination .ant-pagination-jump-prev,
.yqn-pagination .ant-pagination-jump-next,
.yqn-pagination .ant-pagination-item {
  min-width: 28px;
}
.yqn-pagination .ant-pagination,
.yqn-pagination .ant-pagination .ant-select,
.yqn-pagination .ant-pagination-prev,
.yqn-pagination .ant-pagination-next,
.yqn-pagination .ant-pagination-jump-prev,
.yqn-pagination .ant-pagination-jump-next,
.yqn-pagination .ant-pagination-item a,
.yqn-pagination .ant-pagination-prev a,
.yqn-pagination .ant-pagination-next a {
  color: #666666;
}
.yqn-pagination .ant-pagination-item:not(.ant-pagination-item-active):focus,
.yqn-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover {
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}
.yqn-pagination .ant-pagination-item:focus a,
.yqn-pagination .ant-pagination-item:hover a {
  color: #666666;
}
.yqn-pagination .ant-pagination-item-active a,
.yqn-pagination .ant-pagination-item-active:focus a,
.yqn-pagination .ant-pagination-item-active:hover a {
  color: #0081ff;
}
.yqn-pagination .ant-pagination-prev:focus .ant-pagination-item-link,
.yqn-pagination .ant-pagination-next:focus .ant-pagination-item-link,
.yqn-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.yqn-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #dcdcdc;
}
.yqn-pagination .ant-select-selection {
  border-top-width: 1px;
}
.yqn-pagination .ant-pagination .ant-select-selection--single {
  height: 28px;
}
.yqn-pagination .ant-pagination .ant-select {
  font-size: 12px;
}
.yqn-pagination .ant-pagination .ant-select .ant-select-selection__rendered {
  margin-top: 5px;
  margin-left: 8px;
  line-height: initial;
}
.yqn-pagination .ant-pagination-options-quick-jumper,
.yqn-pagination .ant-pagination-options-quick-jumper input {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.yqn-pagination .ant-pagination-options-size-changer.ant-select {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.yqn-pagination .ant-select-dropdown-menu {
  text-align: left;
}

.yqn-radio .ant-radio {
  color: #333333;
}
.yqn-radio.ant-radio-wrapper {
  font-size: 12px;
}
.yqn-radio .ant-radio-inner {
  width: 14px;
  height: 14px;
  border-color: #dcdcdc;
}
.yqn-radio .ant-radio-disabled .ant-radio-inner {
  background-color: #f3f3f3;
  border-color: #dcdcdc !important;
}
.yqn-radio .ant-radio-disabled + span {
  color: #9b9b9b;
}
.yqn-radio .ant-radio-inner::after {
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
}
.yqn-radio .ant-radio-checked:not(.ant-radio-disabled) .ant-radio-inner {
  background-color: #0081ff;
}
.yqn-radio :not(.ant-radio-disabled) .ant-radio-inner::after {
  background-color: #ffffff;
}

.yqn-tabulation-table {
  margin-top: 8px;
}
.yqn-tabulation-table .yqn-tabulation-table {
  margin-top: 0;
}
.yqn-tabulation-table .yqn-tabulation-table .ant-table-fixed {
  width: 100% !important;
}
.yqn-tabulation-table.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px;
  overflow: auto;
  background-color: #FFF;
  z-index: 999;
}
.yqn-tabulation-table .table-toolbar {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-tabulation-table .table-toolbar-selection {
  font-size: 12px;
}
.yqn-tabulation-table .table-toolbar-selection .yqn-subtitle {
  margin: 0;
}
.yqn-tabulation-table .table-toolbar-selection .count {
  color: #0081FF;
}
.yqn-tabulation-table .table-toolbar-operation {
  display: flex;
  align-items: center;
}
.yqn-tabulation-table .table-toolbar-operation .yqn-icon {
  color: inherit;
  font-size: 18px;
}
.yqn-tabulation-table .table-toolbar-operation button.ant-btn {
  margin-left: 4px;
}
.yqn-table .table-operation {
  display: inline-block;
  margin-right: 12px;
}
.yqn-table .table-operation:last-child {
  margin-right: 0;
}
.yqn-table .table-operation button.ant-btn-link {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.yqn-table .table-overview {
  display: inline-block;
  min-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-filter-popover {
  min-width: 200px;
}
.yqn-filter-popover .ant-popover-inner-content {
  padding: 8px 12px;
}
.yqn-filter-popover .filter-popover-search {
  margin-bottom: 8px;
}
.yqn-filter-popover ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 236px;
  overflow: auto;
}
.yqn-filter-popover li {
  padding: 4px 0;
}
.yqn-filter-popover .filter-popover-footer {
  margin-top: 4px;
  text-align: right;
}
.yqn-filter-popover .filter-popover-footer > button {
  margin-left: 4px;
}
.yqn-filter-popover .filter-popover-footer > button:first-child {
  float: left;
  margin-left: 0;
}

.yqn-trans-tabulation .yqn-page-title-url {
  display: inline-block;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-trans-tabulation .manual-content-has-changed .ant-select-auto-complete.ant-select .ant-input {
  color: #0081ff;
}

.yqn-trans-drawer .trans-drawer-title {
  display: flex;
  align-items: center;
}
.yqn-trans-drawer .trans-drawer-title .yqn-select,
.yqn-trans-drawer .trans-drawer-title .yqn-checkbox {
  margin-left: 12px;
  width: 154px;
}
.yqn-trans-drawer.yqn-drawer .yqn-drawer-content {
  padding-top: 0;
}

.yqn-modal.ant-modal {
  display: flex;
  top: 0;
  height: 100%;
  padding: 50px 0;
  align-items: center;
}
.yqn-modal .ant-modal-content {
  max-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.yqn-modal .ant-modal-body {
  overflow: auto;
  padding: 12px 40px;
}
.yqn-modal .ant-modal-header {
  padding: 0 12px;
  border-color: #dcdcdc;
}
.yqn-modal .ant-modal-footer {
  padding: 12px;
  border-color: #dcdcdc;
}
.yqn-modal .ant-modal-footer .ant-btn,
.yqn-modal .ant-modal-confirm-btns .ant-btn {
  padding: 0 12px;
  font-size: 14px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #333333;
}
.yqn-modal .ant-modal-footer .ant-btn:hover,
.yqn-modal .ant-modal-confirm-btns .ant-btn:hover,
.yqn-modal .ant-modal-footer .ant-btn:focus,
.yqn-modal .ant-modal-confirm-btns .ant-btn:focus {
  color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-modal .ant-modal-footer .ant-btn:active,
.yqn-modal .ant-modal-confirm-btns .ant-btn:active {
  border-color: #0074e6;
  color: #0074e6;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary {
  color: #ffffff;
  background-color: #0081ff;
  border-color: #0081ff;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary:hover,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary:hover,
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary:focus,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary:focus {
  color: #ffffff;
  background-color: #4da7ff;
  border-color: #4da7ff;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary:active,
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary:active {
  color: #ffffff;
  background-color: #0074e6;
  border-color: #0074e6;
}
.yqn-modal .ant-modal-footer .ant-btn.ant-btn[disabled],
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn[disabled],
.yqn-modal .ant-modal-footer .ant-btn.ant-btn-primary[disabled],
.yqn-modal .ant-modal-confirm-btns .ant-btn.ant-btn-primary[disabled] {
  color: #9b9b9b;
  border-color: #dcdcdc;
  background: #f3f3f3 !important;
}
.yqn-modal .ant-modal-title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  padding: 11px 12px 11px 0;
}
.yqn-modal .ant-modal-close-x {
  height: auto;
  width: 40px;
  line-height: 48px;
}
.yqn-modal .ant-modal-close-x .ant-modal-close-icon {
  color: #666666;
}
.yqn-modal .ant-modal-close-x .ant-modal-close-icon:hover {
  color: #0081ff;
}
.yqn-modal.ant-modal-confirm .ant-modal-body {
  padding: 40px;
}
.yqn-modal .ant-modal-confirm-body > .anticon {
  font-size: 28px;
  margin-right: 12px;
}
.yqn-modal.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 16px;
}
.yqn-modal .ant-modal-confirm-body .ant-modal-confirm-title {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.yqn-modal .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 40px;
}
.yqn-modal.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #F95122;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #ff5f32;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary {
  color: #ffffff;
  background-color: #ff5f32;
  border-color: #ff5f32;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary:hover,
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary:focus {
  color: #ffffff;
  background-color: #ff8f70;
  border-color: #ff8f70;
}
.yqn-modal.ant-modal-confirm-confirm .ant-modal-confirm-btns .ant-btn-primary:active {
  color: #ffffff;
  background-color: #e6562d;
  border-color: #e6562d;
}

.search-input {
  width: 420px;
  position: relative;
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 32px;
  height: 34px;
  border: 1px solid #dcdcdc;
}
.search-input .search-input-icon {
  width: 25px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  left: 0px;
  font-size: 12px;
  z-index: 999;
}
.search-input .ant-select-show-search {
  display: flex;
}
.search-input .ant-select-selection-placeholder {
  margin: 0 25px;
  font-size: 12px;
  margin-left: 25px !important;
  line-height: 32px !important;
}
.search-input .ant-select-selection-item {
  margin-left: 25px !important;
}
.search-input .ant-select-selection-search {
  margin: 0 25px;
}
.search-input .search-input-select {
  width: 430px;
}
.search-input .search-input-select .ant-select-selector {
  border: none !important;
}
.search-input .search-input-quick-menu {
  width: 60px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  right: 0px;
}
.search-input .order-type {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.topbar-layout-select {
  margin-left: 20px;
}
.topbar-layout-select .crm-search-input {
  overflow: hidden;
}
.topbar-layout-select .crm-search-input .ant-select-focused .customer-name {
  color: #c0c0c0;
}
.topbar-layout-select .topbar-crm-customer-option {
  padding: 0;
}
.option-item {
  display: flex;
}
.option-item .option-item-left {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.option-item .option-item-right {
  width: 80%;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  text-align: left;
}
.option-item .option-item-right .search-info {
  padding: 0 12px;
}
.option-item .option-item-right .search-info:hover {
  background-color: #EEF8FF;
}
.option-item .option-item-right .search-info a {
  padding: 7px 0;
  text-align: center;
  border-top: 1px solid #DCDCDC;
  display: block;
}
.option-item .option-item-right .one-item {
  padding: 7px 0;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.option-item .option-item-right .one-item .ant-col {
  margin-left: 12px;
  color: #666;
  vertical-align: middle;
}
.option-item .option-item-right .one-item .tags {
  text-align: right;
  color: #41B9FF;
}
.option-item .option-item-right .one-item .tags .order-status {
  height: 18px;
  padding: 2px 3px;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #41B9FF;
}
.option-item .option-item-right .one-item .tags .order-auth {
  margin-right: 12px;
  height: 18px;
  vertical-align: middle;
  padding: 2px 3px;
  line-height: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  margin-left: 4px;
}
.option-item .option-item-right .one-item:hover {
  background-color: #ececec;
}
.top-search-empty {
  height: 80px;
}
.top-search-empty .left {
  text-align: right;
  line-height: 80px;
}
.top-search-empty .left .icon {
  line-height: 100%;
  color: #0081FF;
  display: inline-block;
  height: 32px;
  font-size: 32px;
}
.top-search-empty .right {
  padding-top: 12px;
}
.top-search-empty .right .intro-text {
  color: #333333;
  font-size: 12px;
}
.topbar-crm-customer-option {
  padding: 0 4px;
}
.topbar-crm-customer-option .customer-label {
  display: flex;
}
.topbar-crm-customer-option .customer-name {
  font-size: 16px;
  color: #4A4A4A;
}
.topbar-crm-customer-option .customer-stage {
  font-size: 12px;
  color: #7994AE;
  margin-left: 12px;
}
.topbar-crm-customer-option .customer-misc {
  margin-top: 6px;
  display: flex;
  color: #2CA470;
  font-size: 12px;
}
.topbar-crm-customer-option .customer-misc-item {
  margin-right: 12px;
}
.topbar-crm-customer-option .customer-misc-source {
  padding-right: 8px;
  padding-left: 8px;
  height: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #E6F7FF;
  color: #0081FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-chrome {
  position: relative;
  height: 32px;
  background-color: #0081ff;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.download-chrome a.download-link {
  color: #ffffff;
  padding-bottom: 1px;
  border-bottom: 1px dashed #ffffff;
}
.download-chrome span {
  margin: 0 4px;
}
.download-chrome .yqn-icon {
  font-size: 16px;
}
.download-chrome .close {
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}
.download-chrome .info {
  transform: translateY(1px);
}
.yqn-topbar {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #333940;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-topbar-logo {
  width: 162px;
  height: 24px;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}
.yqn-topbar-module {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yqn-topbar-module .trans-btn {
  font-size: 12px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(220, 220, 220, 0.2);
  line-height: 17px;
}
.yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
  margin-left: 20px;
}
.yqn-topbar-module .trans-btn .yqn-button.ant-btn-link .yqn-icon {
  margin-left: 4px;
  color: #ffffff;
}
.yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper {
  color: #ffffff;
  margin-left: 20px;
}
.yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: transparent;
}
.yqn-topbar-module .download-record.yqn-button.ant-btn-link {
  margin-right: 24px;
  font-size: 12px;
}
.yqn-topbar-module .yqn-badge {
  margin-right: 24px;
}
.yqn-topbar-module .yqn-button.ant-btn-link {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 100%;
}
.yqn-topbar-module .yqn-button.ant-btn-link span {
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
}
.yqn-topbar-user {
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yqn-topbar-user:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #666666;
}
.yqn-topbar-username {
  margin-left: 4px;
  font-size: 12px;
  flex: 1;
}
.yqn-topbar-user:after {
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 4px;
  border-top: 3px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.yqn .ant-popover-inner-content {
  padding: 0;
}
.yqn-topbar-pop {
  position: relative;
  width: 320px;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
}
.yqn-topbar-pop-list {
  margin-bottom: 36px;
  max-height: 360px;
  overflow: auto;
}
.yqn-topbar-pop-list > div {
  position: relative;
  padding: 12px 16px;
  border-top: 1px solid #dcdcdc;
  word-break: break-all;
}
.yqn-topbar-pop-list > div:first-child {
  border-top: none;
}
.yqn-topbar-pop-list > div:hover {
  background-color: #F5F5F5;
}
.yqn-topbar-pop-list .task-wait {
  position: absolute;
  top: 11px;
  right: 16px;
  padding: 0 8px;
  border: 1px solid #0081ff;
  border-radius: 4px;
  color: #0081ff;
  background-color: #e6f2ff;
}
.yqn-topbar-pop-list .is-read {
  opacity: 0.7;
}
.yqn-topbar-pop-control {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 36px;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.yqn-topbar-pop-control.space-between {
  justify-content: space-between;
}
.yqn-topbar-pop-list > .ant-spin {
  display: block;
  padding: 6px 0;
  border-top: none;
}
.yqn-topbar-pop .ant-empty {
  padding: 12px 0;
}
.yqn-topbar-pop-user {
  padding: 12px;
}
.yqn-topbar-pop-user.user-control {
  text-align: right;
  border-top: 1px solid #dcdcdc;
}
.yqn-topbar-pop-user.user-control > a {
  margin-left: 16px;
  color: #0081ff;
}
.yqn-topbar-pop-user.user-control .user-detail {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 1367px) {
  .yqn-topbar-module .trans-btn .mediaTransBtn span {
    width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .yqn-topbar-module .trans-btn .mediaLang {
    width: 56px;
  }
  .yqn-topbar-module .trans-btn .mediaLang span {
    width: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    height: 16px;
  }
  .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
    margin-left: 16px;
  }
  .yqn-topbar-module .mediaCheck {
    width: 76px;
  }
  .yqn-topbar-module .mediaCheck span {
    padding-right: 0;
  }
  .yqn-topbar-module .mediaCheck .mediaLabel {
    width: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
  }
  .yqn-topbar-module .download-record span {
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .download-record.yqn-button.ant-btn-link {
    margin-right: 16px;
  }
  .yqn-topbar-module .yqn-badge {
    margin-right: 16px;
  }
  .yqn-topbar-module .mediaTodo span {
    width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaNotif span {
    width: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaMes span {
    overflow: hidden;
    width: 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .mediaEvent span {
    overflow: hidden;
    width: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .yqn-topbar-user {
    width: 126px;
  }
  .yqn-topbar-module .yqn-topbar-username {
    width: 72px;
    display: inline-block;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 39px;
    vertical-align: bottom;
  }
}

.layout-common {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.layout-common.layout-mobile-auto {
  overflow-x: hidden;
  min-width: auto !important;
}
.layout-common.layout-mobile-auto .layout-common-content {
  overflow: auto;
}
.layout-common.layout-mobile-auto .layout-common-content .layout-common-page {
  min-width: 1366px;
  overflow-x: hidden;
}
.layout-common-wrap {
  position: absolute;
  display: flex;
  top: 40px;
  width: 100%;
  bottom: 0;
}
.layout-common-content {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.layout-common-page {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 0 12px 0 26px;
}
.layout-common-footer {
  padding: 12px;
  text-align: center;
  color: #9b9b9b;
}

.yqn-mentions.ant-mentions {
  border-color: #dcdcdc;
}
.yqn-mentions.ant-mentions:focus,
.yqn-mentions.ant-mentions.ant-mentions-focused {
  border-color: #0081ff;
  box-shadow: 0 0 0 2px rgba(0, 129, 255, 0.002);
}
.yqn-mentions.ant-mentions > textarea {
  font-size: 12px;
  height: 30px;
  line-height: 22px;
  padding: 4px 8px;
  color: #333333;
}
.yqn-mentions.ant-mentions.ant-mentions-disabled {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
}

.message-iconfont {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 16px;
}

.check-button.ant-btn {
  min-width: 72px;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
  position: relative;
}
.check-button.ant-btn:hover {
  color: #0081FF !important;
  border-color: #0081FF !important;
}
.check-button.ant-btn .mark::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  right: -1px;
  font-size: 12px;
  line-height: 5px;
  text-align: center;
  border: 10px solid;
  border-bottom-right-radius: 4px;
  width: 0;
  height: 0;
  color: #ffffff;
  border-color: transparent #0081ff #0081ff transparent;
}
.check-button.ant-btn .message-iconfont {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  font-size: 10px;
  color: #ffffff;
}

.filter-condition-i {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.filter-condition-i.mini-mode .message-type {
  align-items: flex-start;
}
.filter-condition-i.mini-mode .message-type .radio-container {
  align-items: flex-start;
}
.filter-condition-i.mini-mode .message-type .radio-container .title {
  margin-top: 8px;
}
.filter-condition-i.mini-mode .message-type .radio-group {
  flex-wrap: wrap;
}
.filter-condition-i.mini-mode .message-type .radio-group .check-button:nth-child(2) {
  margin-right: 50px;
}
.filter-condition-i.mini-mode .message-type .radio-group .check-button:nth-child(3) {
  margin-top: 8px;
}
.filter-condition-i.mini-mode .message-type .radio-group .check-button:nth-child(4) {
  margin-top: 8px;
}
.filter-condition-i.mini-mode .message-type .operating-area {
  margin-top: 5px;
}
.filter-condition-i .message-type {
  display: flex;
  justify-content: space-between;
}
.filter-condition-i .message-type .radio-container {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.filter-condition-i .message-type .radio-container .title {
  margin-right: 16px;
  color: #333333;
  min-width: 48px;
  flex-shrink: 0;
}
.filter-condition-i .message-type .radio-container .radio-group {
  color: #666666;
  flex: 1;
  min-width: 300px;
}
.filter-condition-i .message-type .operating-area {
  font-size: 12px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.filter-condition-i .message-type .operating-area a {
  cursor: pointer;
}
.filter-condition-i .message-type .operating-area .separation {
  display: inline-block;
  height: 12px;
  width: 1px;
  background-color: #E5E5E5;
  margin: 0 8px;
}

.yqn-preview-image .yqn-preview-image-content {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title {
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 44px;
  padding: 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation {
  font-size: 14px;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation > span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 16px;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-download {
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  margin: auto 16px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-deal {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  border-right: 1px solid #dcdcdc;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-deal .img-icon-deal {
  font-size: 18px;
  color: #ffffff;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .img-deal .img-icon-deal:hover {
  color: #0081ff;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .preview-img-close {
  display: inline-block;
  color: #ffffff;
  padding: 0 4px 0 16px;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .preview-img-close .img-icon-deal {
  font-size: 18px;
  color: #ffffff;
}
.yqn-preview-image .yqn-preview-image-content .preview-top-title .img-operation .preview-img-close .img-icon-deal:hover {
  color: #0081ff;
}
.yqn-preview-image .yqn-preview-image-content .image-content {
  position: relative;
  max-width: calc(100% - 80px);
}
.yqn-preview-image .yqn-preview-image-content .image-content .preview-image {
  position: relative;
}
.yqn-preview-image .yqn-preview-image-content .viewer-tooltip {
  position: absolute;
  font-size: 12px;
  width: 50px;
  height: 20px;
  top: 50%;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  text-align: center;
}

.yqn-select.yqn-message-board-user-type-select-box {
  width: 110px;
  height: 32px;
  margin-right: 12px;
}

/**
* Created by yongyuehuang on 2020-01-14
*/
.yqn-mention-list-user span {
  font-size: 12px;
}
.yqn-mention-list-user span:first-child {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
}
.yqn-mention-list-user span:last-of-type {
  margin-left: 4px;
  color: #7b9ab0;
  line-height: 17px;
}
.yqn-mention-list-tag {
  margin-top: 5px;
}
.yqn-mention-list-tag span {
  font-size: 12px;
  color: #7b9ab0;
  line-height: 17px;
  margin-right: 12px;
}
.yqn-mention-list-tag span:last-of-type {
  margin-right: 0;
}

.editor-wrap {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 6px;
  align-items: center;
  display: flex;
}
.editor-wrap .tool-bar {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.editor-wrap .editor-container {
  flex: 1;
}
.error-area {
  color: #f5222d;
}
.editor-wrap-error {
  border: 1px solid #f5222d;
}
.operation-area {
  display: flex;
  margin: 8px 0 0 0;
  justify-content: space-between;
}
.operation-area .btn-area {
  display: flex;
  flex-direction: row-reverse;
  flex: 0 0 100px;
}
.editor-outside-first-input {
  flex: 1;
}
.public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}

.suggestionsEntryShared,
.c-emojiSuggestionsEntry,
.c-emojiSuggestionsEntryFocused {
  padding: 5px 10px 1px 10px;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}
.suggestionsEntryShared:active {
  background-color: #cce7ff;
}
.selectButtonSharedStyle {
  margin: 0;
  padding: 0;
  width: 2.5em;
  height: 1.5em;
  box-sizing: border-box;
  line-height: 1.2em;
  font-size: 1.5em;
  color: #888;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1.5em;
  cursor: pointer;
}
.selectButtonSharedStyle:focus {
  outline: 0;
  /* reset for :focus */
}
.selectButtonSharedStyle:hover {
  background: #f3f3f3;
}
.selectButtonSharedStyle:active {
  background: #e6e6e6;
}
.emojiSelectPopoverScrollbar {
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 0.25em;
  background-color: #e0e0e0;
  border-radius: 0.125em;
  opacity: 0.1;
  transition: opacity 0.4s;
}
.emojiSelectPopoverGroupTitle {
  margin: 1em 0;
  padding-left: 0.5em;
  font-weight: normal;
  font-size: 1em;
  color: #9e9e9e;
}
.selectPopoverEntryShared,
.c-emojiSelectPopoverEntry,
.c-emojiSelectPopoverEntryFocused {
  padding: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}
.selectPopoverNavEntryShared,
.c-emojiSelectPopoverNavEntry,
.c-emojiSelectPopoverNavEntryActive {
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  color: #bdbdbd;
  background: none;
  border: none;
  outline: none;
}
.c-emoji {
  background-position: center;
  /* make sure the background the image is only shown once */
  background-repeat: no-repeat;
  background-size: contain;
  /* move it a bit further down to align it nicer with the text */
  vertical-align: middle;
  /*
    We need to limit the emoji width because it can be multiple characters
    long if it is a 32bit unicode. Since the proper width depends on the font and
    it's relationship between 0 and other characters it's not ideal. 1.95ch is not
    the best value, but hopefully a good enough approximation for most fonts.
    */
  display: inline-block;
  overflow: hidden;
  max-width: 1.95ch;
  /*
    Needed for iOS rendering to avoid some icons using a lot of height without
    actually needing it.
    */
  max-height: 1em;
  line-height: inherit;
  margin: -0.2ex 0em 0.2ex;
  /*
    In the past we used opacity: 0 to hide the original Emoji icon no matter what
    system it is. Recently we switched to color: transparent since it started to
    work in recent iOS version.
    */
  color: transparent;
  /*
    Some SVG files (say 2764 for :heart:) don't have default width/height, thus
    may not be rendered properly on some platforms/browsers (e.g., Windows 10 +
    Chrome 61).
    */
  min-width: 1em;
}
.c-emojiSuggestions {
  border: 1px solid #eee;
  margin-top: 1.75em;
  position: absolute;
  min-width: 220px;
  max-width: 440px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 30px 0px #dcdcdc;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transform: scale(0);
}
.c-emojiSuggestionsEntryFocused {
  background-color: #e6f3ff;
}
.c-emojiSuggestionsEntryText {
  display: inline-block;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 368px;
  font-size: 0.9em;
}
.c-emojiSuggestionsEntryIcon {
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
}
.c-emojiSelect {
  display: inline-block;
}
.c-emojiSelectButton {
  background-color: white;
  border: none;
  margin: 0;
  padding: 0;
}
.c-emojiSelectButtonPressed {
  background-color: white;
  border: none;
  margin: 0;
  padding: 0;
}
.c-emojiSelectPopover {
  margin-top: 10px;
  padding: 0 0.3em;
  position: absolute;
  z-index: 1000;
  right: 30px;
  box-sizing: content-box;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 30px 0 gainsboro;
}
.c-emojiSelectPopoverClosed {
  display: none;
}
.c-emojiSelectPopoverTitle {
  margin: 0 0 0.3em;
  padding-left: 1em;
  height: 2.5em;
  line-height: 2.5em;
  font-weight: normal;
  font-size: 1em;
  color: #9e9e9e;
}
.c-emojiSelectPopoverGroups {
  margin: 0 0 0.3em;
  position: relative;
  z-index: 0;
  width: 21em;
  height: 20em;
}
.c-emojiSelectPopoverGroups:hover .emojiSelectPopoverScrollbar {
  opacity: 0.3;
}
.c-emojiSelectPopoverGroups .emojiSelectPopoverScrollbar:hover,
.c-emojiSelectPopoverGroups .emojiSelectPopoverScrollbar:active {
  opacity: 0.6;
}
.c-emojiSelectPopoverGroup {
  padding: 0 0.5em;
}
.c-emojiSelectPopoverGroup:first-child .emojiSelectPopoverGroupTitle {
  display: none;
}
.c-emojiSelectPopoverGroupTitle,
.c-emojiSelectPopoverGroupList {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.c-emojiSelectPopoverGroupItem {
  width: 2.5em;
  height: 2.5em;
}
.c-emojiSelectPopoverToneSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.c-emojiSelectPopoverToneSelectList {
  margin: 0.3em;
  padding: 0.3em;
  position: absolute;
  display: flex;
  list-style: none;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.1);
}
.c-emojiSelectPopoverToneSelectItem {
  width: 2.5em;
  height: 2.5em;
}
.c-emojiSelectPopoverToneSelectItem:first-child {
  border-right: 1px solid #e0e0e0;
}
.c-emojiSelectPopoverEntryFocused {
  background-color: #efefef;
}
.c-emojiSelectPopoverEntryIcon {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
.c-emojiSelectPopoverNav {
  margin: 0;
  padding: 0 0.5em;
  display: flex;
  width: 20em;
  list-style: none;
}
.c-emojiSelectPopoverNavItem {
  width: 2.5em;
  height: 2.5em;
}
.c-emojiSelectPopoverNavEntryActive {
  color: #42a5f5;
}
.c-emojiSelectPopoverScrollbar,
.c-emojiSelectPopoverScrollbarThumb {
  background-color: #000;
  border-radius: 0.125em;
  cursor: pointer;
}

.comment-font {
  font-size: 12px;
  color: #1a1a1a;
  line-height: 20px;
}
.mgb8 {
  margin-bottom: 8px;
  margin-left: 38px;
}
.image-area {
  flex: 1;
}
.image-area .is-img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.image-area .is-img .img-wrap {
  width: 60px;
  height: 60px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.image-area .is-not-img .img-wrap {
  padding: 10px 0 10px 0;
}
.image-area .img-wrap {
  position: relative;
  display: flex;
  margin-right: 8px;
  align-items: center;
}
.image-area .img-wrap:hover {
  background: #f1f8ff;
}
.image-area .img-wrap .img-wrap-left {
  width: 25px;
}
.image-area .img-wrap .img-wrap-right {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-left: 11px;
}
.image-area .img-wrap .delete {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background-color: #f0f0f0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.image-area .img-wrap .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.image-area .img-wrap .img-cut {
  -o-object-fit: cover;
     object-fit: cover;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}
.image-area .img-wrap .img-view {
  cursor: pointer;
}
button {
  cursor: pointer;
}
.comment-redit {
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #eeeeee;
}
.comment-redit a {
  font-size: 14px;
  color: #0081ff;
  line-height: 20px;
  vertical-align: middle;
}
.comment-redit img {
  width: 6px;
  vertical-align: middle;
  margin-left: 8px;
}
.message-board {
  min-width: 500px;
}
.message-board .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.message-board .comment-header .left > span {
  vertical-align: middle;
}
.message-board .comment-header .left .title {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}
.message-board .comment-header .left .title:before {
  content: '';
  width: 3px;
  height: 12px;
  background: #0081ff;
  display: inline-block;
  margin-right: 4px;
}
.message-board .comment-header .left .title:before {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.message-board .comment-header .left .sub-title {
  margin-left: 8px;
  font-size: 14px;
  color: #999;
}
.message-board .comment-header .right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.message-board .comment-header .right .filter-btn {
  width: 64px;
  height: 32px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-right: 8px;
}
.message-board .comment-header .right .filter-btn span {
  margin-left: 3px;
}
.message-board .comment-header .right .filter-btn i {
  font-size: 14px;
}
.message-board .comment-header .right .filter-btn:hover {
  border-color: #0081FF;
}
.message-board .comment-header .right .filter-btn:hover i {
  color: #0081FF;
}
.message-board .comment-header .right .filter-btn:hover span {
  color: #0081FF;
}
.message-board .comment-header .right .radio-grp {
  min-width: 240px;
}
.message-board .comment-header .right .search-area {
  display: flex;
  align-items: center;
}
.message-board .comment-header .right .search-area .input-search {
  width: 166px;
  margin-right: 8px;
  font-size: 12px;
}
.message-board .comment-header .right .search-area .btn-search {
  height: 32px;
}
.message-board .comment-header .right .search-area .btn-search:link span {
  color: #333333;
}
.message-board .comment-header .right .search-area .btn-search:visited span {
  color: #0081FF;
}
.message-board .comment-header .right .search-area .btn-search:hover span {
  color: #0081FF;
}
.message-board .comment-header-thin {
  flex-direction: column;
}
.message-board .comment-header-thin .left {
  margin-right: auto;
}
.message-board .comment-header-thin .left .title:before {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.message-board .comment-header-thin .right {
  justify-content: space-between;
  width: 100%;
}
.message-board .no-message {
  display: flex;
  min-height: 400px;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
}
.message-board .no-message img {
  margin-top: 80px;
}
.message-board .no-message p {
  margin-top: 12px;
  font-size: 20px;
}
.message-board .comment-input {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.message-board .comment-input .redit {
  margin: 4px 5px 0;
  text-align: right;
}
.message-board .comment-input .redit .boot {
  font-size: 16px;
}
.message-board .comment-input .editor-outside-first {
  display: flex;
  flex-direction: row;
}
.message-board .comment-input .editor-outside-first .public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.message-board .comment-input .editor-outside-first .public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}
.message-board .comment-input .editor-outside-first .editor-wrap {
  word-break: break-all;
  min-height: 32px;
  flex: 1;
}
.message-board .comment-input .editor-outside-first .btn-area {
  margin-left: 8px;
}
.message-board .comment-input .editor-outside-first .btn-area button {
  height: 32px;
}
.message-board .comments-list {
  min-height: 400px;
  padding: 12px 0;
}
.message-board .comments-list .comment-container {
  padding-top: 12px;
  border-top: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.message-board .comments-list .comment-container.no-border {
  border-top: none;
  padding-top: 0;
}
.message-board .comments-list .comment-container:first-child {
  border-top: none;
  padding-top: 0;
}
.message-board .comments-list .comment-container:last-child {
  margin-bottom: 0;
}
.message-board .comments-list .comment-container .comment-line-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 12px 0;
}
.message-board .comments-list .comment-container .comment-line-date .date-text {
  font-size: 12px;
  color: #666666;
  line-height: 10px;
  display: inline-block;
  background-color: #F4F4F4;
  min-width: 150px;
  height: 24px;
  margin-left: 14px;
  padding: 7px 10px;
  margin-right: 14px;
  text-align: center;
}
.message-board .comments-list .comment-container .comment-line-date .date-text .last-view {
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-line-date .line-date {
  flex: 1;
  height: 1px;
  background: #F4F4F4;
}
.message-board .comments-list .comment-container .comment-root .comment-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left {
  display: flex;
  align-items: flex-start;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .title {
  font-size: 12px;
  line-height: 17px;
  margin-left: 8px;
  color: #596c80;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .hashtag {
  margin-left: 8px;
  font-size: 12px;
  line-height: 17px;
  color: #0081ff;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .hashtag-disable {
  color: #999 !important;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .ant-avatar {
  border: 1px solid #0066CC;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .ant-avatar .ant-avatar-string {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .time {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .dividing-line {
  display: inline-block;
  margin: 2px  8px 0 8px;
  width: 1px;
  line-height: 17px;
  height: 12px;
  background: #e5e5e5;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .del-tag {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  transition: color 0.5s;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comment-title .left .del-tag:hover {
  color: #FF0F32;
}
.message-board .comments-list .comment-container .comment-root .comment-title .right .reply {
  font-weight: bold;
  border-left: 1px solid 1px solid #eee;
  padding-left: 8px;
  margin-left: 8px;
}
.message-board .comments-list .comment-container .comment-root .comments {
  margin: -10px 0 5px;
  padding-left: 40px;
  word-wrap: break-word;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 20px;
}
.message-board .comments-list .comment-container .comment-root .comments.del-comment-style {
  text-decoration: none;
}
.message-board .comments-list .comment-container .comment-root .comments.del-comment-style .message-content {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: #999999;
          text-decoration-color: #999999;
  font-size: 12px;
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-root .comments.del-comment-style span {
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-root .comments span {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools {
  display: flex;
  padding-left: 40px;
  margin-bottom: 12px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-reply {
  cursor: pointer;
  margin-right: 20px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-reply img {
  width: 12px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-download {
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-root .comments-tools .comments-download img {
  width: 10px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-root .image-area {
  margin: 0 0 4px;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-img .img-wrap {
  width: 60px;
  height: 60px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-not-img .img-wrap {
  padding: 10px 0 10px 0;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-img {
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-root .image-area .is-not-img {
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall {
  margin-top: 16px;
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first {
  display: flex;
  flex-direction: row;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .editor-wrap {
  word-break: break-all;
  min-height: 32px;
  flex: 1;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .btn-area {
  margin-left: 8px;
}
.message-board .comments-list .comment-container .comment-root .comment-input-recall .editor-outside-first .btn-area button {
  height: 32px;
}
.message-board .comments-list .comment-container .editor-outside-second .is-img,
.message-board .comments-list .comment-container .editor-outside-second .is-not-img {
  padding-left: 0 !important;
}
.message-board .comments-list .comment-container .editor-outside-second .img-wrap {
  padding-left: 0 !important;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap {
  margin-left: 40px;
  margin-top: 12px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip {
  padding: 8px 0 6px 0;
  border-top: 1px solid #EEEEEE;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a {
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a i {
  color: #333333;
  line-height: 24px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a:hover {
  color: #0081FF;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .expand-tip a:hover i {
  color: #0081FF;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2 {
  border-left: 2px solid #e5e5e5;
  margin-bottom: 14px;
  padding: 0 0 0 8px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2:last-of-type {
  margin-bottom: 0;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2 > div:last-of-type {
  margin-bottom: 0;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .top-border {
  padding-top: 14px;
  border-top: 1px solid #eee;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left {
  display: flex;
  align-items: flex-start;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .title {
  font-size: 12px;
  color: #596c80;
  line-height: 17px;
  margin-right: 8px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .recomment {
  margin-right: 8px;
  color: #a5a5a5;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .ant-avatar {
  border: 1px solid #0066CC;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .ant-avatar .ant-avatar-string {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .time {
  color: #999;
  font-size: 12px;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .dividing-line {
  display: inline-block;
  margin: 2px  8px 0 8px;
  width: 1px;
  line-height: 17px;
  height: 12px;
  background: #e5e5e5;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .del-tag {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  transition: color 0.5s;
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .del-tag:hover {
  color: #FF0F32;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-title .left .comment-title-content {
  display: flex;
  margin-left: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments {
  margin: -12px 40px 4px;
  word-wrap: break-word;
  font-size: 12px;
  color: #1a1a1a;
  line-height: 20px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments.del-comment-style {
  text-decoration: none;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments.del-comment-style .message-content {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  -webkit-text-decoration-color: #999999;
          text-decoration-color: #999999;
  font-size: 12px;
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments.del-comment-style span {
  color: #999999 !important;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments span {
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools {
  display: flex;
  padding-left: 40px;
  margin-bottom: 12px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-reply {
  cursor: pointer;
  margin-right: 20px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-reply img {
  width: 12px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-download {
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-tools .comments-download img {
  width: 10px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-reply {
  cursor: pointer;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comments-reply img {
  width: 12px;
  margin-right: 4px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-lvl2:last-child .comments {
  margin: -12px 0 4px 40px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall {
  margin: 16px 0 4px;
  padding-left: 40px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first {
  display: flex;
  flex-direction: row;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-root {
  color: #c2c2c2;
  position: absolute;
  z-index: 1;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .public-DraftEditorPlaceholder-inner {
  color: #c2c2c2;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .editor-wrap {
  word-break: break-all;
  min-height: 32px;
  flex: 1;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .btn-area {
  margin-left: 8px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .editor-outside-first .btn-area button {
  height: 32px;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .comment-input-recall .image-area .is-img {
  padding-left: 0;
}
.message-board .comments-list .comment-container .comment-lvl2-wrap .is-not-img .img-wrap {
  padding-left: 0;
}
.message-board .comment-footer {
  text-align: center;
  padding: 16px 0;
}
.message-board .download-tag {
  display: none;
  background: #fff;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  padding: 4px 8px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  margin-left: 20px;
}
.message-board .download-tag img {
  width: 15px;
}
.message-board .remove-tag {
  display: none;
  font-size: 12px;
  line-height: 17px;
  padding: 4px 8px;
  margin-left: 20px;
}
.message-board .remove-tag img {
  width: 15px;
}
.message-board .is-not-img .img-wrap:hover .download-tag,
.message-board .is-not-img .img-wrap:hover .remove-tag {
  display: block;
}
.c-c-preview-image .closed {
  color: #fff;
}
.mini-title {
  max-width: 98px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.min-root-title {
  max-width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.yqn-notice.ant-notification-notice {
  padding: 12px;
}
.yqn-notice .ant-notification-notice-close {
  top: 12px;
  right: 12px;
  line-height: 22px;
}
.yqn-notice .ant-notification-notice-close .ant-notification-close-icon {
  font-size: 12px;
}
.yqn-notice .ant-notification-notice-message,
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-message {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px 0;
}
.yqn-notice .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 30px;
}
.yqn-notice .ant-notification-notice-description,
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-description {
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}
.yqn-notice .ant-notification-notice-btn {
  margin-top: 12px;
}
.yqn-notice .ant-notification-notice-icon {
  margin-left: 0;
  font-size: 0;
  line-height: 0;
}
.yqn-notice .ant-notification-notice-icon .yqn-icon {
  font-size: 21px;
}
.yqn-notice .notice-success-icon {
  color: #1dad7a;
}
.yqn-notice .notice-warning-icon {
  color: #ffaa01;
}
.yqn-notice .notice-info-icon {
  color: #0081ff;
}
.yqn-notice .notice-error-icon {
  color: #ff5f32;
}
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-left: 33px;
}
.yqn-notice .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 33px;
}
.yqn-notice .ant-notification-notice-close:hover {
  color: #0081ff;
}

.yqn-progress .ant-progress-inner {
  background-color: #dcdcdc;
}
.yqn-progress .ant-progress-success-bg,
.yqn-progress .ant-progress-bg {
  background-color: #0081ff;
}
.yqn-progress .ant-progress-status-success .ant-progress-bg {
  background-color: #1dad7a;
}
.yqn-progress .ant-progress-status-success .ant-progress-text {
  color: #1dad7a;
}
.yqn-progress .ant-progress-status-exception .ant-progress-bg {
  background-color: #ff5f32;
}
.yqn-progress .ant-progress-status-exception .ant-progress-text {
  color: #ff5f32;
}
.yqn-progress .ant-progress-text {
  font-size: 12px;
  color: #9b9b9b;
}
.yqn-progress .ant-progress-text .anticon {
  font-size: 16px;
}
.yqn-progress .ant-progress-large.ant-progress-line .ant-progress-text {
  margin-left: 12px;
}

.yqn-right-info {
  background-color: #ffffff;
  width: 350px;
  padding: 0 12px 16px;
}
.yqn-right-info .yqn-base-subtitle {
  margin-bottom: 4px;
}
.yqn-right-info .list-field {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  line-height: 17px;
  padding: 4px 8px 3px;
}
.yqn-right-info .list-field:nth-child(even) {
  background: #F7F7F7;
}
.yqn-right-info .list-field .field-label {
  color: #666666;
  max-width: 116px;
}
.yqn-right-info .list-field .field-content {
  flex: 1;
  color: #333333;
  text-align: right;
  padding-left: 20px;
}
.yqn-right-info .list-field .field-content .yqn-preview-image {
  width: 64px;
  margin-right: 8px;
}
.yqn-right-info .pic-field {
  padding: 0 0 8px 0;
}
.yqn-right-info .pic-field .field-label {
  padding: 4px 0 3px 8px;
}
.yqn-right-info .pic-field .field-content .yqn-preview-image {
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
}
.yqn-right-info .file-field {
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
  background: #F7F7F7;
}
.yqn-right-info .file-field:not(:last-child) {
  margin-bottom: 8px;
}
.yqn-right-info .file-field .upload-file-name {
  font-size: 12px;
  line-height: 17px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-right-info .file-field .yqn-preview-image {
  flex: 1;
}
.yqn-right-info .file-field .yqn-preview-image > div {
  display: flex;
  align-items: center;
}
.yqn-right-info .file-field .icon-icon-yulan,
.yqn-right-info .file-field .icon-wancheng {
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.yqn-right-info .file-field .icon-file {
  margin: 0 8px 0 0;
}
.yqn-right-info .file-field .icon-wancheng {
  color: #2ca470;
}
.yqn-right-info .file-field:hover {
  background-color: #f3f3f3;
}
.yqn-right-info .file-field:hover .icon-wancheng {
  display: none;
}
.yqn-right-info .file-field:hover .icon-close {
  display: inline;
}
.yqn-right-info .file-field:hover .icon-close:hover {
  color: #0081ff;
}
.yqn-right-info .operation {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 2px solid #dcdcdc;
  display: flex;
  justify-content: flex-end;
}

.yqn-steps .ant-steps-item-title,
.yqn-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  font-size: 14px;
  color: #333333;
}
.yqn-steps .ant-steps-item-description {
  font-size: 12px;
}
.yqn-steps .ant-steps-item-finish .ant-steps-item-icon {
  border-color: #0081ff;
}
.yqn-steps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #0081ff;
}
.yqn-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #0081ff;
}
.yqn-steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #666666;
}
.yqn-steps .ant-steps-item-process .ant-steps-item-icon {
  background-color: #0081ff;
}
.yqn-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #666666;
}
.yqn-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #333333;
  font-weight: 600;
  padding-right: 12px;
}
.yqn-steps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #dcdcdc;
}
.yqn-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title,
.yqn-steps .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #9b9b9b;
}
.yqn-steps .ant-steps-item-wait .ant-steps-item-icon {
  border-color: #dcdcdc;
}
.yqn-steps .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #9b9b9b;
}
.yqn-steps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.yqn-steps.ant-steps-label-vertical .ant-steps-item-content {
  width: 140px;
}
.yqn-steps.ant-steps-dot .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #9b9b9b;
}
.yqn-steps.ant-steps-dot .ant-steps-item-finish .ant-steps-item-tail::after {
  background-color: #0081ff;
}
.yqn-steps.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  background-color: transparent;
}
.yqn-steps.ant-steps-dot .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #0081ff;
}
.yqn-steps.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background-color: #dcdcdc;
}
.yqn-steps.ant-steps-dot .ant-steps-item-tail::after {
  height: 1px;
  background-color: #dcdcdc;
}
.yqn-steps.ant-steps-small .ant-steps-item-icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
}
.yqn-steps.ant-steps-small .ant-steps-item-title {
  font-size: 12px;
  line-height: 17px;
}
.yqn-steps.ant-steps-small .ant-steps-item-title::after {
  top: 7px;
}
.yqn-steps .ant-steps-item-custom .ant-steps-item-icon {
  background-color: transparent;
}

.yqn-switch.ant-switch {
  opacity: 1;
  background-color: #b3d9ff;
  border-radius: 12px;
}
.yqn-switch.ant-switch-checked {
  opacity: 1;
  background-color: #0081ff;
}
.yqn-switch .ant-switch-inner .yqn-icon {
  font-size: 14px;
  color: #ffffff;
}
.yqn-switch.ant-switch-disabled {
  opacity: 1;
  background-color: #dcdcdc;
}
.yqn-switch.ant-switch-small {
  min-width: 36px;
  height: 18px;
  line-height: 18px;
}
.yqn-switch.ant-switch-small::after {
  width: 14px;
  height: 14px;
}

/*tabs*/
.yqn-tabs.ant-tabs {
  color: #666666;
}
.yqn-tabs .ant-tabs-tab {
  padding: 10px 16px;
  box-sizing: border-box;
}
.yqn-tabs .ant-tabs-tab:hover {
  color: #0081ff;
}
.yqn-tabs .ant-tabs-tab-btn {
  width: 100%;
}
.yqn-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #0081ff;
}
.yqn-tabs.ant-tabs > .ant-tabs-nav,
.yqn-tabs.ant-tabs > div > .ant-tabs-nav {
  margin-bottom: 8px;
}
.yqn-tabs .ant-tabs-tabpane > .yqn-tabulation-table {
  margin-top: 0;
}
.yqn-tabs.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.yqn-tabs.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  box-sizing: border-box;
  height: 32px;
}
.yqn-tabs.ant-tabs-top > .ant-tabs-nav::before,
.yqn-tabs.ant-tabs-bottom > .ant-tabs-nav::before,
.yqn-tabs.ant-tabs-top > div > .ant-tabs-nav::before,
.yqn-tabs.ant-tabs-bottom > div > .ant-tabs-nav::before {
  border-color: #dcdcdc;
}
.yqn-tabs.ant-tabs .ant-tabs-nav .ant-tabs-tab,
.yqn-tabs.ant-tabs.ant-tabs-card .ant-tabs-nav .ant-tabs-tab,
.yqn-tabs.ant-tabs.ant-tabs-capsule .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  line-height: 20px;
  min-width: 80px;
  text-align: center;
  box-sizing: border-box;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab {
  border-radius: 4px 4px 0 0;
  padding: 7px 16px;
  height: 36px;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab:not(:first-child) {
  border-left: 0;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab:not(.ant-tabs-tab-active) {
  border-color: #dcdcdc;
  background: #f3f3f3;
}
.yqn-tabs.ant-tabs-card .ant-tabs-tab-active:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #0081ff;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-nav::before {
  border: none;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  line-height: 30px;
  height: 32px;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab::before {
  display: none;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab:nth-child(1) {
  border-radius: 4px 0 0 4px;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab:nth-last-child(2) {
  border-radius: 0 4px 4px 0;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab:not(:first-child) {
  border-left: 0;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-tab.ant-tabs-tab-active {
  border: 1px solid #0081ff;
}
.yqn-tabs.ant-tabs-capsule .ant-tabs-ink-bar {
  height: 0;
}

.yqn-tag.ant-tag {
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
}
.yqn-tag.ant-tag .anticon-close {
  margin-left: 4px;
  color: #666666;
}
.yqn-tag.ant-tag .anticon-close:hover {
  color: #0081ff;
}
.yqn-tag.yqn-tag-info {
  border-color: #0081ff;
}
.yqn-tag.yqn-tag-warning {
  border-color: #ffaa01;
}
.yqn-tag.yqn-tag-success {
  border-color: #1dad7a;
}
.yqn-tag.yqn-tag-error {
  border-color: #ff5f32;
}
.yqn-tag.yqn-tag-ghost {
  border-radius: 11px;
}
.yqn-tag.yqn-tag-info.yqn-tag-ghost {
  color: #0081ff;
  background-color: #e6f2ff;
}
.yqn-tag.yqn-tag-warning.yqn-tag-ghost {
  color: #ff9502;
  background-color: #fff7e6;
}
.yqn-tag.yqn-tag-success.yqn-tag-ghost {
  color: #2ca470;
  background-color: #e8f7f2;
}
.yqn-tag.yqn-tag-error.yqn-tag-ghost {
  color: #F95122;
  background-color: #ffefeb;
}
.yqn-tag.yqn-tag-ellipse {
  border-radius: 11px;
  color: #ffffff;
}
.yqn-tag.yqn-tag-info.yqn-tag-ellipse {
  background-color: #0081ff;
}
.yqn-tag.yqn-tag-warning.yqn-tag-ellipse {
  background-color: #ffaa01;
}
.yqn-tag.yqn-tag-success.yqn-tag-ellipse {
  background-color: #1dad7a;
}
.yqn-tag.yqn-tag-error.yqn-tag-ellipse {
  background-color: #ff5f32;
}
.yqn-tag.yqn-tag-mark {
  position: relative;
  padding: 0;
  border-radius: 0;
  border-top: 25px solid #1dad7a;
  border-left: 25px solid #1dad7a;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  background-color: transparent;
}
.yqn-tag.yqn-tag-mark > span {
  position: absolute;
  top: -15px;
  left: -25px;
  transform: rotate(-45deg);
  color: #ffffff;
}
.yqn-tag.yqn-tag-info.yqn-tag-mark {
  border-top-color: #0081ff;
  border-left-color: #0081ff;
}
.yqn-tag.yqn-tag-success.yqn-tag-mark {
  border-top-color: #1dad7a;
  border-left-color: #1dad7a;
}
.yqn-tag.yqn-tag-warning.yqn-tag-mark {
  border-top-color: #ffaa01;
  border-left-color: #ffaa01;
}
.yqn-tag.yqn-tag-error.yqn-tag-mark {
  border-top-color: #ff5f32;
  border-left-color: #ff5f32;
}
.yqn-tag.yqn-tag-default {
  color: #333333;
  border-color: #dcdcdc;
  background-color: #f3f3f3;
}

.yqn-input textarea.ant-input {
  padding: 8px;
  min-height: 68px;
}

.yqn-upload {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.yqn-upload .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 12px;
}
.yqn-upload .ant-upload-list-picture > .ant-upload-list-item {
  display: inline-block;
  vertical-align: middle;
}
.yqn-upload .upload-btn.yqn-button {
  font-size: 12px;
}
.yqn-upload .upload-btn.yqn-button .yqn-icon {
  color: inherit;
  margin-right: 2px;
}
.yqn-upload .ant-upload.ant-upload-select-picture-card {
  background-color: #f3f3f3;
  border-color: #dcdcdc;
  border-radius: 4px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.yqn-upload .ant-upload.ant-upload-select-picture-card .yqn-icon.upload-pic-btn {
  font-size: 32px;
  color: #dcdcdc;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
  width: 96px;
  height: 96px;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .anticon-eye-o,
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item .ant-upload-list-item-actions .anticon-delete {
  width: 22px;
  font-size: 22px;
}
.yqn-upload .ant-upload-list-item.ant-upload-list-item-uploading {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.yqn-upload .ant-upload-list-item.ant-upload-list-item-uploading .anticon.anticon-close {
  display: none;
}
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin: 0 0 12px;
}
.yqn-upload .ant-upload-list-picture .ant-upload-list-item-error,
.yqn-upload .ant-upload-list-picture-card .ant-upload-list-item-error {
  border: 1px solid #ff5f32;
}
.yqn-upload-show-picture .file-list {
  display: inline-block;
  position: relative;
  width: 260px;
  line-height: 32px;
  padding: 0 8px;
  background: #f3f3f3;
  margin: 0 20px 8px 0;
  border-radius: 2px;
}
.yqn-upload-show-picture .file-list .upload-file-name {
  display: inline-block;
  width: 200px;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333333;
  vertical-align: middle;
}
.yqn-upload-show-picture .file-list .icon-file {
  vertical-align: middle;
}
.yqn-upload-show-picture .file-list .icon-close {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  font-size: 12px;
  cursor: pointer;
}
.yqn-upload-show-picture .file-list:hover {
  background: #e6f2ff;
}
.yqn-upload-show-picture .file-list:hover .icon-close {
  display: inline-block;
  color: #666666;
}
.yqn-upload-show-picture .file-list:hover .upload-file-name {
  color: #0081ff;
}
.yqn-upload-show-text-list .file-list {
  line-height: 24px;
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.yqn-upload-show-text-list .file-list .upload-file-name {
  color: #333333;
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqn-upload-show-text-list .file-list .yqn-preview-image {
  display: inline-block;
}
.yqn-upload-show-text-list .file-list .icon-file,
.yqn-upload-show-text-list .file-list .icon-icon-yulan,
.yqn-upload-show-text-list .file-list .icon-wancheng,
.yqn-upload-show-text-list .file-list .icon-close {
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.yqn-upload-show-text-list .file-list .icon-file {
  margin: 0 8px 0 0;
}
.yqn-upload-show-text-list .file-list .icon-close {
  display: none;
}
.yqn-upload-show-text-list .file-list .icon-wancheng {
  color: #2ca470;
}
.yqn-upload-show-text-list .file-list:hover {
  background-color: #f3f3f3;
}
.yqn-upload-show-text-list .file-list:hover .icon-wancheng {
  display: none;
}
.yqn-upload-show-text-list .file-list:hover .icon-close {
  display: inline;
}
.yqn-upload-show-text-list .file-list:hover .icon-close:hover {
  color: #0081ff;
}
.yqn-upload-show-picture-card {
  display: flex;
  flex-direction: row;
}
.yqn-upload-show-picture-card .file-list {
  display: flex;
  align-items: center;
  width: 96px;
  height: 96px;
  position: relative;
  margin-left: 8px;
  border: 1px dashed #dcdcdc;
}
.yqn-upload-show-picture-card .file-list:hover .preview-pic-operation {
  display: flex;
}
.yqn-upload-show-picture-card .file-list .preview-pic-operation {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.yqn-upload-show-picture-card .file-list .preview-pic-operation .yqn-icon {
  color: #ffffff;
  font-size: 24px;
  height: 96px;
  cursor: pointer;
}
.yqn-upload-show-picture-card .file-list .preview-pic-operation .yqn-icon.icon-close {
  margin-left: 12px;
}

.yqn-page-loading {
  position: relative;
  height: 100%;
}
.yqn-page-loading.show-loading {
  min-height: 200px;
}
.yqn-page-loading .yqn-page-loading-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.yqn-page-loading .yqn-page-loading-absolute .yqn-page-loading-content {
  position: relative;
  margin: auto;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.1);
}
.yqn-page-loading .yqn-page-loading-absolute .yqn-page-loading-content span {
  font-size: 16px;
  padding-bottom: 26px;
  color: #333333;
}

.row-col-two-sides .left-side-class {
  border-right: 1px solid #dcdcdc;
  min-height: calc(100vh - 40px);
}

.yqn-forwarder-sidebar {
  width: 196px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0.3s;
  background-color: #24292e;
  z-index: 99;
  padding-top: 8px;
}
.yqn-forwarder-sidebar .yqn-icon {
  margin-right: 8px;
}
.yqn-forwarder-sidebar.yqn-collapsed {
  width: 48px;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed {
  position: absolute;
  top: 50%;
  left: 196px;
  width: 14px;
  height: 48px;
  background-color: #6a6d73;
  transform: translateY(-50%);
  transition: left 0.3s;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed:before {
  content: '';
  position: absolute;
  top: 0;
  border-top: 3px solid #fff;
  border-right: 7px solid #fff;
  border-left: 7px solid transparent;
  border-bottom: 3px solid transparent;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-top: 3px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 3px solid #fff;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed:hover {
  background-color: #24292e;
}
.yqn-forwarder-sidebar.yqn-collapsed .yqn-sidebar-collapsed {
  left: 48px;
}
.yqn-forwarder-sidebar .yqn-sidebar-collapsed > span {
  position: absolute;
  left: 4px;
  top: 19px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: transparent;
  border-right: 6px solid #FFFFFF;
}
.yqn-forwarder-sidebar.yqn-collapsed .yqn-sidebar-collapsed > span {
  border-left: 6px solid #FFFFFF;
  border-right: transparent;
}
/* antd toB*/
.yqn-forwarder-sidebar {
  /* 菜单行高 */
  /* 子菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体 */
  /* 子菜单字体颜色 */
  /* 子菜单的背景 */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
  /* 修改计算得出的padding */
  /* 折叠后宽度 */
  /* 折叠后隐藏文字 */
  /* 折叠后icon对齐 */
  /* 折叠后的悬浮和打开效果 */
}
.yqn-forwarder-sidebar a {
  color: inherit;
  transition: inherit;
}
.yqn-forwarder-sidebar a:hover,
.yqn-forwarder-sidebar a:active {
  color: inherit;
}
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.yqn-forwarder-sidebar .ant-menu-dark,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
  box-shadow: none;
}
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-inline .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item-group-title,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu .ant-menu-item > a {
  color: #8C8D8F;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background-color: #14171a;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-item:hover,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu:hover,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.yqn-forwarder-sidebar .ant-menu.ant-menu-dark .ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-open {
  color: inherit;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.yqn-forwarder-sidebar .ant-menu-dark .ant-menu-submenu-open:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
.yqn-forwarder-sidebar .ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu .ant-menu-item {
  padding-left: 12px !important;
}
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu-item {
  padding-left: 36px !important;
}
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu .ant-menu .ant-menu .ant-menu-item {
  padding-left: 48px !important;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed {
  width: 48px;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-item span,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item span,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title span,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-submenu-title,
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu .ant-menu-item {
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #0081ff;
}
.yqn-forwarder-sidebar .ant-menu-inline-collapsed.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title {
  color: #FFFFFF;
  background-color: #494d52;
}
/* popup */
.ant-menu-submenu-popup {
  /* 按设计加padding */
  padding: 12px 0 !important;
  /* 菜单设置宽度 */
  /* 菜单行高 */
  /* 主菜单的颜色和背景 */
  /* 所有行取消margin并设置字体和padding */
  /* 鼠标悬浮效果 */
  /* 已选择效果 */
  /* 已打开的效果 */
  /* 右侧箭头效果 */
}
.ant-menu-submenu-popup a {
  color: inherit;
  transition: inherit;
}
.ant-menu-submenu-popup a:hover,
.ant-menu-submenu-popup a:active {
  color: inherit;
}
.ant-menu-submenu-popup .ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical.ant-menu-sub .ant-menu-item {
  width: 164px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title {
  height: 36px;
  line-height: 36px;
}
.ant-menu-submenu-popup.ant-menu-dark,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub {
  color: #AFB1B3;
  background-color: #24292e;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item,
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 0 12px;
}
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-submenu-popup .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0;
}
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-item:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:hover,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu-selected,
.ant-menu-submenu-popup.ant-menu-dark li.ant-menu-submenu:not(.ant-menu-submenu-selected) .ant-menu-submenu-title:hover {
  color: #FFFFFF;
  background-color: #494d52;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu li.ant-menu-item-selected {
  color: #FFFFFF;
  background-color: #0081FF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-open {
  color: #FFFFFF;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: 12px;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected) > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 0.45;
}
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-submenu-vertical:not(.ant-menu-submenu-selected):hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}
/* 滚动条修改 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #999;
  border-radius: 80px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #666;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #666;
}
::-webkit-scrollbar-button {
  background-color: #666;
  display: none;
}

.yqn-forwarder-topbar .search-input {
  width: 420px;
  position: relative;
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 32px;
  height: 34px;
  border: 1px solid #dcdcdc;
}
.yqn-forwarder-topbar .search-input .search-input-icon {
  width: 25px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  left: 0px;
  font-size: 12px;
  z-index: 999;
}
.yqn-forwarder-topbar .search-input .ant-select-show-search {
  display: flex;
}
.yqn-forwarder-topbar .search-input .ant-select-selection-placeholder {
  margin: 0 25px;
  font-size: 12px;
  margin-left: 25px !important;
  line-height: 32px !important;
}
.yqn-forwarder-topbar .search-input .ant-select-selection-item {
  margin-left: 25px !important;
}
.yqn-forwarder-topbar .search-input .ant-select-selection-search {
  margin: 0 70px 0 25px;
}
.yqn-forwarder-topbar .search-input .search-input-select {
  width: 430px;
}
.yqn-forwarder-topbar .search-input .search-input-select .ant-select-selector {
  border: none !important;
}
.yqn-forwarder-topbar .search-input .search-input-quick-menu {
  width: 80px;
  color: #0081ff;
  text-align: center;
  position: absolute;
  right: 0px;
}
.yqn-forwarder-topbar .search-input .order-type {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.yqn-forwarder-topbar .topbar-layout-select {
  margin-left: 194px;
}
.yqn-forwarder-topbar .option-item {
  display: flex;
}
.yqn-forwarder-topbar .option-item .option-item-left {
  width: 20%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DCDCDC;
}
.yqn-forwarder-topbar .option-item .option-item-right {
  width: 80%;
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  text-align: left;
}
.yqn-forwarder-topbar .option-item .option-item-right .search-info {
  padding: 0 12px;
}
.yqn-forwarder-topbar .option-item .option-item-right .search-info:hover {
  background-color: #EEF8FF;
}
.yqn-forwarder-topbar .option-item .option-item-right .search-info a {
  padding: 7px 0;
  text-align: center;
  border-top: 1px solid #DCDCDC;
  display: block;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item {
  padding: 7px 0;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .ant-col {
  margin-left: 12px;
  color: #666;
  vertical-align: middle;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .tags {
  text-align: right;
  color: #41B9FF;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .tags .order-status {
  height: 18px;
  padding: 2px 3px;
  line-height: 12px;
  border-radius: 2px;
  border: 1px solid #41B9FF;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item .tags .order-auth {
  margin-right: 12px;
  height: 18px;
  vertical-align: middle;
  padding: 2px 3px;
  line-height: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  margin-left: 4px;
}
.yqn-forwarder-topbar .option-item .option-item-right .one-item:hover {
  background-color: #ececec;
}
.yqn-forwarder-topbar .top-search-empty {
  height: 80px;
}
.yqn-forwarder-topbar .top-search-empty .left {
  text-align: right;
  line-height: 80px;
}
.yqn-forwarder-topbar .top-search-empty .left .icon {
  line-height: 100%;
  color: #0081FF;
  display: inline-block;
  height: 32px;
  font-size: 32px;
}
.yqn-forwarder-topbar .top-search-empty .right {
  padding-top: 12px;
}
.yqn-forwarder-topbar .top-search-empty .right .intro-text {
  color: #333333;
  font-size: 12px;
}

.download-chrome {
  position: relative;
  height: 32px;
  background-color: #0081ff;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.download-chrome a.download-link {
  color: #ffffff;
  padding-bottom: 1px;
  border-bottom: 1px dashed #ffffff;
}
.download-chrome span {
  margin: 0 4px;
}
.download-chrome .yqn-icon {
  font-size: 16px;
}
.download-chrome .close {
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}
.download-chrome .info {
  transform: translateY(1px);
}
.yqn-forwarder-topbar {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #333940;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqn-forwarder-topbar .yqn-topbar-logo {
  width: 162px;
  height: 24px;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}
.yqn-forwarder-topbar .yqn-topbar-module {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn {
  font-size: 12px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(220, 220, 220, 0.2);
  line-height: 17px;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
  margin-left: 20px;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link .yqn-icon {
  margin-left: 4px;
  color: #ffffff;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper {
  color: #ffffff;
  margin-left: 20px;
}
.yqn-forwarder-topbar .yqn-topbar-module .trans-btn .yqn-checkbox.ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: transparent;
}
.yqn-forwarder-topbar .yqn-topbar-module .download-record.yqn-button.ant-btn-link {
  margin-right: 24px;
  font-size: 12px;
}
.yqn-forwarder-topbar .yqn-topbar-module .yqn-badge {
  margin-right: 24px;
}
.yqn-forwarder-topbar .yqn-topbar-module .yqn-button.ant-btn-link {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 100%;
}
.yqn-forwarder-topbar .yqn-topbar-module .yqn-button.ant-btn-link span {
  font-size: 12px;
  cursor: pointer;
  color: #ffffff;
}
.yqn-forwarder-topbar .yqn-topbar-user {
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.yqn-forwarder-topbar .yqn-topbar-user:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #666666;
}
.yqn-forwarder-topbar .yqn-topbar-username {
  margin-left: 4px;
  font-size: 12px;
  flex: 1;
}
.yqn-forwarder-topbar .yqn-topbar-user:after {
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 4px;
  border-top: 3px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.yqn-forwarder-topbar .yqn .ant-popover-inner-content {
  padding: 0;
}
.yqn-forwarder-topbar .yqn-topbar-pop {
  position: relative;
  width: 320px;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list {
  margin-bottom: 36px;
  max-height: 360px;
  overflow: auto;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > div {
  position: relative;
  padding: 12px 16px;
  border-top: 1px solid #dcdcdc;
  word-break: break-all;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > div:first-child {
  border-top: none;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > div:hover {
  background-color: #F5F5F5;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list .task-wait {
  position: absolute;
  top: 11px;
  right: 16px;
  padding: 0 8px;
  border: 1px solid #0081ff;
  border-radius: 4px;
  color: #0081ff;
  background-color: #e6f2ff;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list .is-read {
  opacity: 0.7;
}
.yqn-forwarder-topbar .yqn-topbar-pop-control {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 36px;
  border-top: 1px solid #dcdcdc;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.yqn-forwarder-topbar .yqn-topbar-pop-control.space-between {
  justify-content: space-between;
}
.yqn-forwarder-topbar .yqn-topbar-pop-list > .ant-spin {
  display: block;
  padding: 6px 0;
  border-top: none;
}
.yqn-forwarder-topbar .yqn-topbar-pop .ant-empty {
  padding: 12px 0;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user {
  padding: 12px;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user.user-control {
  text-align: right;
  border-top: 1px solid #dcdcdc;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user.user-control > a {
  margin-left: 16px;
  color: #0081ff;
}
.yqn-forwarder-topbar .yqn-topbar-pop-user.user-control .user-detail {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 1367px) {
  .yqn-topbar-module .trans-btn .mediaTransBtn span {
    width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .yqn-topbar-module .trans-btn .mediaLang {
    width: 56px;
  }
  .yqn-topbar-module .trans-btn .mediaLang span {
    width: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    height: 16px;
  }
  .yqn-topbar-module .trans-btn .yqn-button.ant-btn-link {
    margin-left: 16px;
  }
  .yqn-topbar-module .mediaCheck {
    width: 76px;
  }
  .yqn-topbar-module .mediaCheck span {
    padding-right: 0;
  }
  .yqn-topbar-module .mediaCheck .mediaLabel {
    width: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
  }
  .yqn-topbar-module .download-record span {
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .download-record.yqn-button.ant-btn-link {
    margin-right: 16px;
  }
  .yqn-topbar-module .yqn-badge {
    margin-right: 16px;
  }
  .yqn-topbar-module .mediaTodo span {
    width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaNotif span {
    width: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 11px;
  }
  .yqn-topbar-module .mediaMes span {
    overflow: hidden;
    width: 52px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .mediaEvent span {
    overflow: hidden;
    width: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .yqn-topbar-module .yqn-topbar-user {
    width: 126px;
  }
  .yqn-topbar-module .yqn-topbar-username {
    width: 72px;
    display: inline-block;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 39px;
    vertical-align: bottom;
  }
}

.yqn-forwarder-layout-common {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.yqn-forwarder-layout-common .layout-common-wrap {
  position: absolute;
  display: flex;
  top: 40px;
  width: 100%;
  bottom: 0;
}
.yqn-forwarder-layout-common .layout-common-content {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.yqn-forwarder-layout-common .layout-common-page {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  padding: 0 12px 0 26px;
}
.yqn-forwarder-layout-common .layout-common-footer {
  padding: 12px;
  text-align: center;
  color: #9b9b9b;
}

.yqn-ship-name-keyword {
  color: #0081ff;
}
.yqn-ship-name {
  color: #7994ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.yqn-ship-name .yqn-ship-name-title {
  color: #333333;
  font-weight: 600;
}
.yqn-ship-name .yqn-ship-name-description {
  padding-right: 20px;
}
.yqn-ship-name-empty-tip {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.yqn-drag-modal.yqn-drag-modal {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.yqn-drag-modal .yqn-modal.ant-modal {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.yqn-drag-modal .yqn-modal .ant-modal-body {
  padding: 12px;
}
.yqn-drag-modal .yqn-modal .ant-modal-content {
  min-height: 280px;
  min-width: 400px;
  border-radius: 0px;
  resize: both;
  overflow: auto;
  max-width: 95vw;
  max-height: 95vh;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-header {
  height: 32px;
  padding: 0px 12px;
  background: #323940;
  border-radius: 0px;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  padding: 0;
  line-height: 32px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-header .ant-modal-title .title-style {
  width: '100%';
  cursor: 'move';
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-close-x {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}
.yqn-drag-modal .yqn-modal .ant-modal-content .ant-modal-close-x .ant-modal-close-icon {
  color: #ffffff;
}
.yqn-drag-modal .yqn-modal.ant-modal {
  display: block;
}

.via-way-pop-over .ant-popover-inner {
  max-width: 500px;
}
.via-way-pop-over .yqn-tabulation-table {
  margin-top: 0;
}
.shipping-port-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.shipping-date-nobooking {
  color: #ff9502;
  padding-top: 4px;
  font-size: 12px;
}

.selective-indentify-wrap {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.selective-indentify-wrap .yqn-checkbox-group {
  margin-top: 4px;
}

.common-doc-color-tips {
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  font-size: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #ffffff;
  left: 0;
}
.common-doc-color-tips .doc-color-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.common-doc-color-tips .doc-color-btn .doc-color-btn-open {
  display: flex;
  margin-right: 12px;
  color: #333333;
}
.common-doc-color-tips .doc-color-btn .doc-color-btn-open .select-box .ant-select-selector {
  height: 39px;
  border: none;
  box-shadow: none;
}
.common-doc-color-tips .doc-color-btn .doc-color-btn-open .select-box .ant-select-selector .ant-select-selection-item {
  line-height: 39px;
}
.common-doc-color-tips .doc-color-btn .ant-btn {
  font-size: 12px;
  width: 58px;
  height: 24px;
  padding: 0;
}
.common-doc-color-tips .doc-color-btn .doc-color-btn-confim {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 7px;
}
.common-doc-color-tips .doc-color-btn .doc-color-btn-confim .yqn-icon {
  margin-right: 3px;
  color: #ffffff;
}
.common-doc-color-tips .color-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
.common-doc-color-tips .color-icon.blue {
  background-color: #0081FF;
}
.common-doc-color-tips .color-icon.dark {
  background-color: #2CA470;
}
.common-doc-color-tips .color-icon.orange {
  background-color: #FF9502;
}
.common-doc-color-tips .color-icon.red {
  background-color: #FF808A;
}
.common-doc-color-tips .color-icon.purple {
  background-color: #32BBFF;
}
.common-tips-green-doc {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #2CA470;
  margin-right: 5px;
}
.doc-detail-form-header {
  flex: 0 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
}

[class~='doc-layout-wrapper'] {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
[class~='doc-layout-top'] {
  flex: 0;
}
[class~='doc-layout-scroll'] {
  overflow: auto;
}
[class~='doc-layout-scroll'] .doc-layout-affix {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
[class~='doc-layout-main'] {
  width: 100%;
  display: flex;
  background: #ffffff;
}
[class~='doc-layout-main']:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
[class~='doc-layout-left'] {
  position: relative;
  width: 40%;
  flex: 0 0 40%;
  white-space: unset;
  border-right: 1px solid #dcdcdc;
}
[class~='doc-layout-left'] .doc-layout-collapse {
  position: absolute;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 28px;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 500ms;
}
[class~='doc-layout-left'] .doc-layout-collapse .yqn-icon {
  font-size: 20px;
}
[class~='doc-layout-left'] .doc-layout-collapse:hover {
  background: #0081ff;
}
[class~='doc-layout-left'] .doc-layout-collapse:hover .yqn-icon {
  color: #ffffff;
}
[class~='doc-layout-left'].collapsed {
  width: 0%;
  flex: 0 0 0%;
  border-right-width: 0px;
}
[class~='doc-layout-left'].collapsed .doc-layout-collapse {
  right: -28px;
  transform: rotate(180deg);
}
[class~='doc-layout-right'] {
  position: relative;
  width: 60%;
  flex: 1 1 auto;
  padding-bottom: 8px;
}
[class~='doc-layout-right'] .right-scroll {
  width: 100%;
}

[class~='doc-layout-left'] .ant-tabs,
[class~='doc-layout-left'] .ant-tabs-content-holder,
[class~='doc-layout-left'] .ant-tabs-content {
  height: 100% !important;
}
.document-list .yqn-tabulation-table .table-toolbar {
  margin-bottom: 0;
}
.document-list .yqn-tabulation-table .table-toolbar-operation {
  flex-wrap: wrap;
}
.document-list .yqn-tabulation-table .table-toolbar-operation > * {
  margin-bottom: 8px !important;
}
.document-list .yqn-tabulation-table .table-toolbar-selection {
  margin-bottom: 8px;
}
.doc-hidden-input-panel .yqn-form-item {
  width: 0;
  height: 0;
}
.doc-hidden-input-panel .yqn-input {
  width: 0;
  height: 0;
  border: 0;
  box-shadow: 0 0 0 #fff !important;
}
.doc-hidden-input-panel .yqn-input .ant-input-affix-wrapper {
  width: 0;
  height: 0;
  padding: 0;
}
.doc-hidden-input-panel .yqn-input .ant-input-affix-wrapper .ant-input {
  display: none;
}
.react-draggable .ant-modal-body {
  font-size: 12px;
}
.yqn-button.ant-btn.table-copy-document {
  font-size: 12px;
}
.doc-img-view-wrap > img {
  max-width: 100%;
  max-height: 100%;
}

.identify-cont-tabs {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.identify-cont-tabs .document-identify-loading {
  width: 100%;
}
.identify-cont-tabs .identify-cont-head {
  flex: 0;
  width: 100%;
}
.identify-cont-tabs .identify-cont-head label {
  font-size: 12px;
}
.identify-cont-tabs .cont-wrap {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.identify-cont-tabs .original-cont {
  display: flex;
  overflow: hidden;
}
.identify-cont-tabs .confidence-cont {
  overflow-y: auto;
}
.identify-cont-tabs .original-cont,
.identify-cont-tabs .confidence-cont {
  flex: 1;
  width: 100%;
}
.identify-cont-tabs.original .confidence-cont {
  display: none !important;
}
.identify-cont-tabs.confidence .original-cont {
  display: none !important;
}

.doc-back-icon {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  margin: 0 8px 0 0 !important;
  cursor: pointer;
  transition: 0.5s;
}
.doc-back-icon:hover {
  color: #0081ff;
}

.doc-detail-bc-style .status-img {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 100px;
  top: 10px;
  z-index: 100;
}
.doc-detail-bc-style .has-new-file .new-file-btns .yqn-button.ant-btn {
  font-size: 12px;
  padding: 0 8px;
  height: 28px;
}
.doc-detail-bc-style .header-info {
  display: flex;
}
.doc-detail-bc-style .header-info .left-wrapper {
  display: flex;
  justify-content: space-between;
  flex: 1 1 40%;
  margin-top: 6px;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-number {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  margin: 0 12px 0 0;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-status {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-status.not_sent {
  color: #666666;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-status.send_fail {
  color: #F95122;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-status.sent_offline,
.doc-detail-bc-style .header-info .left-wrapper .doc-status.sent_success {
  color: #2CA470;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-status .ant-input-group-addon {
  padding-right: 0;
  color: inherit !important;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-status .ant-input-group,
.doc-detail-bc-style .header-info .left-wrapper .doc-status .ant-input {
  color: inherit !important;
}
.doc-detail-bc-style .header-info .left-wrapper .doc-status .yqn-icon {
  color: inherit;
  margin-right: 4px;
  font-size: 14px;
}
.doc-detail-bc-style .header-info .left-wrapper .bc-update-other-doc {
  margin-top: 8px;
  font-size: 12px;
}
.doc-detail-bc-style .header-info .left-wrapper .bc-update-other-doc .ant-checkbox + span {
  padding-left: 4px;
  padding-right: 0px;
}
.doc-detail-bc-style .header-info .mt-0-mb-6 {
  margin-top: -6px;
  margin-bottom: 6px;
}
.doc-detail-bc-style .header-info .right-wrapper .grid_row_static_bottom_right {
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 4px;
}
.doc-detail-bc-style .header-info .right-wrapper .update-bc {
  color: #666666;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.doc-detail-bc-style .header-info .right-wrapper .update-bc .update_yuan {
  width: 6px;
  height: 6px;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  margin: 6px 6px 0 0;
}
.doc-detail-bc-style .header-info .right-wrapper .update-bc .update_user {
  margin-right: 6px;
}
.doc-detail-bc-style .header-info .right-wrapper .update-bc .bc-check-log {
  cursor: pointer;
  display: inline-block;
}
.doc-detail-bc-style .header-info .right-wrapper .update-bc .bc-check-log:hover {
  color: #0081ff;
}
.doc-detail-bc-style .header-info .right-wrapper .update-bc .bc-check-log:hover .yqn-icon {
  color: #0081ff;
}
.doc-detail-bc-style .ant-tabs-tabpane {
  padding: 0 9px;
}
.doc-detail-bc-style .doc-detail {
  display: flex;
  overflow: hidden;
  background: #ffffff;
}
.doc-detail-bc-style .doc-detail .left {
  width: 449px;
}
.doc-detail-bc-style .doc-detail .left .doc-left-operation {
  flex: 0 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 12px;
  color: #666666;
  padding-bottom: 8px;
}
.doc-detail-bc-style .doc-detail .left .doc-left-operation .yqn-button {
  font-size: 12px;
  height: 24px;
}
.doc-detail-bc-style .doc-detail .right {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  flex: 1;
  padding: 0 0 11px;
  border-left: 1px solid #dcdcdc;
}
.doc-detail-bc-style .doc-detail .right .dsl-head .bc-async-data-btn {
  display: flex;
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.doc-detail-bc-style .doc-detail .right .dsl-head .bc-async-data-btn .yqn-icon {
  margin-right: 3px;
}
.doc-detail-bc-style .doc-detail .right .dsl-head .bc-async-data-btn .bc-select-schedule {
  margin-left: 32px;
}
.doc-detail-bc-style .doc-detail .right .right-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.doc-detail-bc-style .doc-detail .right .mt-mb-12 {
  display: flex;
  align-items: center;
  padding: 0 0 0 8px;
  border-color: transparent transparent #dcdcdc transparent;
  height: 40px;
  margin: 0;
  background-color: #fff;
}
.doc-detail-bc-style .reupload {
  display: inline-block;
  width: 90px;
}
.doc-detail-bc-style #big {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  z-index: 300;
}
.doc-detail-bc-style #bimg {
  position: absolute;
  left: 60%;
  top: 0px;
  background-color: #FFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-bc-style .bc-download {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}
.doc-detail-bc-style .payment-img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-bc-style .payment-img img#payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.doc-detail-bc-style .payment-img #oSpan {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  display: none;
  z-index: 10000;
  pointer-events: none;
}
.doc-detail-bc-style .payment-img #mark {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.doc-detail-bc-style .promotion-range__select {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.doc-detail-bc-style .promotion-range__focus {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  border: 2px dashed #0081FF;
}
.doc-detail-bc-style .promotion-range__select_options {
  z-index: 1001;
}
.doc-detail-bc-style .color-blue label,
.doc-detail-bc-style .color-blue input,
.doc-detail-bc-style .color-blue textarea,
.doc-detail-bc-style .color-blue .ant-select {
  color: #0081FF !important;
}
.doc-detail-bc-style .color-dark label,
.doc-detail-bc-style .color-dark input,
.doc-detail-bc-style .color-dark textarea,
.doc-detail-bc-style .color-dark .ant-select {
  color: #2CA470 !important;
}
.doc-detail-bc-style.compare-color [data-compare-color="compare"] label,
.doc-detail-bc-style.compare-color [data-compare-color="compare"] input,
.doc-detail-bc-style.compare-color [data-compare-color="compare"] textarea,
.doc-detail-bc-style.compare-color [data-compare-color="compare"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-bc-style [data-purple-color="purple"] input,
.doc-detail-bc-style [data-purple-color="purple"] textarea,
.doc-detail-bc-style [data-purple-color="purple"] .ant-select {
  color: #8C19FE !important;
}
.doc-detail-bc-style.credibility-color [data-credibility-color="credibility"] label,
.doc-detail-bc-style.credibility-color [data-credibility-color="credibility"] input,
.doc-detail-bc-style.credibility-color [data-credibility-color="credibility"] textarea,
.doc-detail-bc-style.credibility-color [data-credibility-color="credibility"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-bc-style .color-orange label,
.doc-detail-bc-style .color-orange input,
.doc-detail-bc-style .color-orange textarea,
.doc-detail-bc-style .color-orange .ant-select {
  color: #FF9502 !important;
}
.doc-detail-bc-style .color-red label,
.doc-detail-bc-style .color-red input,
.doc-detail-bc-style .color-red textarea,
.doc-detail-bc-style .color-red .ant-select {
  color: #FF808A !important;
}
.doc-detail-bc-style .color-purple label,
.doc-detail-bc-style .color-purple input,
.doc-detail-bc-style .color-purple textarea,
.doc-detail-bc-style .color-purple .ant-select {
  color: #32BBFF !important;
}
.doc-detail-bc-style .blue {
  background-color: #0081FF;
}
.doc-detail-bc-style .dark {
  background-color: #2CA470;
}
.doc-detail-bc-style .color-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
.doc-detail-bc-style .color-icon.blue {
  background-color: #0081FF;
}
.doc-detail-bc-style .color-icon.dark {
  background-color: #2CA470;
}
.doc-detail-bc-style .color-icon.orange {
  background-color: #FF9502;
}
.doc-detail-bc-style .color-icon.red {
  background-color: #FF808A;
}
.doc-detail-bc-style .color-icon.purple {
  background-color: #32BBFF;
}
.doc-detail-bc-style .doc-detail-order-info {
  display: flex;
}
.doc-detail-bc-style .doc-detail-order-info .info-wrapper {
  flex: 1;
  border-left: 1px dashed #dcdcdc;
  padding-left: 12px;
}
.doc-detail-bc-style .doc-detail-order-info .info-wrapper .flex-subtitle {
  display: flex;
}
.doc-detail-bc-style .doc-detail-order-info .info-wrapper .flex-subtitle .left-span {
  width: 120px;
}
.doc-detail-bc-style .doc-detail-order-info .info-wrapper .flex-subtitle .right-span {
  flex: 1;
  text-align: right;
}
.doc-detail-bc-style .doc-detail-order-info .info-wrapper .flex-subtitle .right-span .ant-btn-sm {
  padding: 0 !important;
}
.doc-detail-bc-style .doc-detail-order-info .border-none {
  border-left: none;
}
.doc-detail-bc-style .doc-file-info {
  display: flex;
}
.doc-detail-bc-style .doc-file-info .left {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-detail-bc-style .doc-file-info .right {
  text-align: right;
  width: 30px;
  cursor: pointer;
}
.doc-detail-bc-style .mt-mb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.doc-detail-bc-style .footer-none .ant-modal-confirm-btns {
  display: none;
}
.doc-detail-bc-style .mb-none {
  margin-bottom: 0 !important;
}
.doc-detail-bc-style .doc-common-info {
  background: #ffffff;
  margin-bottom: 10px;
}
.doc-detail-bc-style .doc-common-info .ant-row .ant-col .perf-tracked .ant-form-item {
  flex-direction: initial;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 8px;
}
.doc-detail-bc-style .doc-common-info .ant-row .ant-col .ant-form-item label {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.doc-detail-bc-style .doc-common-info .ant-row .ant-col .btn {
  padding: 1px 9px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  color: #333333;
  font-size: 12px;
  float: right;
  cursor: pointer;
  transition: all 0.2s linear;
}
.doc-detail-bc-style .doc-common-info .ant-row .ant-col .btn:hover {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.doc-detail-bc-style .doc-common-info .ant-row .ant-col .btn-input:hover {
  color: #0081ff;
}
.doc-detail-bc-style .doc-common-info .yqn-input .ant-input {
  border: none;
  height: 20px;
  padding: 0;
}
.doc-detail-bc-style .doc-common-info .yqn-icon {
  margin: 0 6px;
  cursor: pointer;
}
.doc-detail-bc-style .doc-common-info #packetChannels {
  display: flex;
}
.doc-detail-bc-style .doc-common-info .ant-form-item-control-input-content {
  display: contents;
}
.doc-detail-bc-style .doc-common-info .yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  background: #fff;
  border: none;
}
.doc-detail-bc-style .doc-common-info .yqn-input .ant-input:disabled {
  background: #fff;
  cursor: default;
}
.doc-detail-bc-style .doc-common-info .operationUserDisplay {
  display: none;
}
.doc-detail-bc-style .page-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.doc-detail-bc-style .page-content .doc-detail {
  flex: 1;
}
.doc-detail-bc-style .bc-doc-color-tips {
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  font-size: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}
.doc-detail-bc-style .bc-doc-color-tips .doc-color-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-bc-style .bc-doc-color-tips .doc-color-btn .doc-color-btn-open {
  margin-right: 12px;
  color: #333333;
}
.doc-detail-bc-style .bc-doc-color-tips .doc-color-btn .doc-color-btn-open .blue-doc {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #2CA470;
  margin-right: 5px;
}
.doc-detail-bc-style .bc-doc-color-tips .doc-color-btn .ant-btn {
  font-size: 12px;
  width: 58px;
  height: 24px;
  padding: 0;
}
.doc-detail-bc-style .bc-doc-color-tips .doc-color-btn .doc-color-btn-confim {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 7px;
}
.doc-detail-bc-style .bc-doc-color-tips .doc-color-btn .doc-color-btn-confim .yqn-icon {
  margin-right: 3px;
  color: #ffffff;
}
.doc-detail-bc-style .doc-left-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.doc-detail-bc-style .doc-left-content .payment-img {
  flex: 1 1 auto;
}
.doc-detail-bc-style .doc-left-content .yqn-pagination {
  flex: 0 0 auto;
}
.doc-detail-bc-style .doc-inline-form-item.ant-form-item {
  flex-direction: row !important;
}
.doc-detail-bc-style .doc-inline-form-item.ant-form-item .ant-form-item-label {
  margin-top: 4px;
}
.doc-detail-bc-style .doc-inline-form-item .ant-radio-group {
  vertical-align: top;
}
.doc-export-modal .ant-modal-content::after {
  width: 100%;
  content: '';
  height: 1px;
  position: absolute;
  border-top: 1px solid #DCDCDC;
  bottom: 56px;
}
.doc-export-modal .grid_row_static_bottom_right {
  padding: 0;
  margin-top: 20px;
}
.doc-export-modal .yqn-page-loading {
  min-height: 100px;
}
.bc-doc-detail-alert {
  margin-bottom: 8px;
}
.doc-log-info-column {
  white-space: pre-line;
}

.doc-detail-vgm .status-img {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 100px;
  top: 10px;
  z-index: 100;
}
.doc-detail-vgm .yqn-alert .ant-alert-icon {
  margin-top: 0px;
}
.doc-detail-vgm .header-info {
  display: flex;
}
.doc-detail-vgm .header-info .left-wrapper {
  flex: 1 1 40%;
  margin-top: 6px;
}
.doc-detail-vgm .header-info .left-wrapper .doc-number {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  margin: 0 12px 0 0;
}
.doc-detail-vgm .header-info .left-wrapper .doc-status {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-vgm .header-info .left-wrapper .doc-status.not_sent {
  color: #666666;
}
.doc-detail-vgm .header-info .left-wrapper .doc-status.send_fail {
  color: #F95122;
}
.doc-detail-vgm .header-info .left-wrapper .doc-status.sent_offline,
.doc-detail-vgm .header-info .left-wrapper .doc-status.sent_success {
  color: #2CA470;
}
.doc-detail-vgm .header-info .left-wrapper .doc-status .ant-input-group-addon {
  padding-right: 0;
  color: inherit !important;
}
.doc-detail-vgm .header-info .left-wrapper .doc-status .ant-input-group,
.doc-detail-vgm .header-info .left-wrapper .doc-status .ant-input {
  color: inherit !important;
}
.doc-detail-vgm .header-info .left-wrapper .doc-status .yqn-icon {
  color: inherit;
  margin-right: 4px;
  font-size: 14px;
}
.doc-detail-vgm .header-info .mt-0-mb-6 {
  margin-top: -6px;
  margin-bottom: 6px;
}
.doc-detail-vgm .header-info .right-wrapper {
  flex: 1;
}
.doc-detail-vgm .header-info .right-wrapper .grid_row_static_bottom_right {
  padding-top: 6px;
  padding-bottom: 7px;
}
.doc-detail-vgm .header-info .right-wrapper .update-bc {
  color: #666666;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.doc-detail-vgm .header-info .right-wrapper .update-bc .update_yuan {
  width: 6px;
  height: 6px;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  margin: 6px 6px 0 0;
}
.doc-detail-vgm .header-info .right-wrapper .update-bc .update_user {
  margin-right: 6px;
}
.doc-detail-vgm .header-info .right-wrapper .update-bc .bc-check-log {
  cursor: pointer;
  display: inline-block;
}
.doc-detail-vgm .header-info .right-wrapper .update-bc .bc-check-log:hover {
  color: #0081ff;
}
.doc-detail-vgm .header-info .right-wrapper .update-bc .bc-check-log:hover .yqn-icon {
  color: #0081ff;
}
.doc-detail-vgm .ant-tabs-tabpane {
  padding: 0 9px;
}
.doc-detail-vgm .doc-left-operation {
  flex: 0 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 12px;
  color: #666666;
  padding-bottom: 8px;
}
.doc-detail-vgm .doc-left-operation .yqn-button {
  font-size: 12px;
  height: 24px;
}
.doc-detail-vgm .right-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.doc-detail-vgm .right-scroll .title-btn {
  color: #333;
  font-size: 12px;
}
.doc-detail-vgm .right-scroll .title-btn > span {
  margin-left: 20px;
  display: flex;
}
.doc-detail-vgm .right-scroll .title-btn > span .yqn-button.ant-btn {
  padding: 0;
  font-size: 12px;
  border: none;
  height: auto;
}
.doc-detail-vgm .right-scroll .full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
  overflow: auto;
}
.doc-detail-vgm .right-scroll .btn-box {
  display: flex;
  justify-content: flex-end;
}
.doc-detail-vgm .reupload {
  display: inline-block;
  width: 90px;
}
.doc-detail-vgm #big {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  z-index: 300;
}
.doc-detail-vgm #bimg {
  position: absolute;
  left: 60%;
  top: 0px;
  background-color: #FFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-vgm .bc-download {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}
.doc-detail-vgm .payment-img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-vgm .payment-img img#payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.doc-detail-vgm .payment-img #oSpan {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  display: none;
  z-index: 10000;
  pointer-events: none;
}
.doc-detail-vgm .payment-img #mark {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.doc-detail-vgm .promotion-range__select {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.doc-detail-vgm .promotion-range__focus {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  border: 2px dashed #0081FF;
}
.doc-detail-vgm .promotion-range__select_options {
  z-index: 1001;
}
.doc-detail-vgm .color-blue label,
.doc-detail-vgm .color-blue input,
.doc-detail-vgm .color-blue textarea,
.doc-detail-vgm .color-blue .ant-select {
  color: #0081FF !important;
}
.doc-detail-vgm .color-dark label,
.doc-detail-vgm .color-dark input,
.doc-detail-vgm .color-dark textarea,
.doc-detail-vgm .color-dark .ant-select {
  color: #2CA470 !important;
}
.doc-detail-vgm.compare-color [data-compare-color="compare"] label,
.doc-detail-vgm.compare-color [data-compare-color="compare"] input,
.doc-detail-vgm.compare-color [data-compare-color="compare"] textarea,
.doc-detail-vgm.compare-color [data-compare-color="compare"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-vgm.credibility-color [data-credibility-color="credibility"] label,
.doc-detail-vgm.credibility-color [data-credibility-color="credibility"] input,
.doc-detail-vgm.credibility-color [data-credibility-color="credibility"] textarea,
.doc-detail-vgm.credibility-color [data-credibility-color="credibility"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-vgm .color-orange label,
.doc-detail-vgm .color-orange input,
.doc-detail-vgm .color-orange textarea,
.doc-detail-vgm .color-orange .ant-select {
  color: #FF9502 !important;
}
.doc-detail-vgm .color-red label,
.doc-detail-vgm .color-red input,
.doc-detail-vgm .color-red textarea,
.doc-detail-vgm .color-red .ant-select {
  color: #FF808A !important;
}
.doc-detail-vgm .color-purple label,
.doc-detail-vgm .color-purple input,
.doc-detail-vgm .color-purple textarea,
.doc-detail-vgm .color-purple .ant-select {
  color: #32BBFF !important;
}
.doc-detail-vgm .blue {
  background-color: #0081FF;
}
.doc-detail-vgm .dark {
  background-color: #2CA470;
}
.doc-detail-vgm .color-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
.doc-detail-vgm .color-icon.blue {
  background-color: #0081FF;
}
.doc-detail-vgm .color-icon.dark {
  background-color: #2CA470;
}
.doc-detail-vgm .color-icon.orange {
  background-color: #FF9502;
}
.doc-detail-vgm .color-icon.red {
  background-color: #FF808A;
}
.doc-detail-vgm .color-icon.purple {
  background-color: #32BBFF;
}
.doc-detail-vgm .doc-detail-order-info {
  display: flex;
}
.doc-detail-vgm .doc-detail-order-info .info-wrapper {
  flex: 1;
  border-left: 1px dashed #dcdcdc;
  padding-left: 12px;
}
.doc-detail-vgm .doc-detail-order-info .info-wrapper .flex-subtitle {
  display: flex;
}
.doc-detail-vgm .doc-detail-order-info .info-wrapper .flex-subtitle .left-span {
  width: 120px;
}
.doc-detail-vgm .doc-detail-order-info .info-wrapper .flex-subtitle .right-span {
  flex: 1;
  text-align: right;
}
.doc-detail-vgm .doc-detail-order-info .info-wrapper .flex-subtitle .right-span .ant-btn-sm {
  padding: 0 !important;
}
.doc-detail-vgm .doc-detail-order-info .border-none {
  border-left: none;
}
.doc-detail-vgm .doc-file-info {
  display: flex;
}
.doc-detail-vgm .doc-file-info .left {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-detail-vgm .doc-file-info .right {
  text-align: right;
  width: 30px;
  cursor: pointer;
}
.doc-detail-vgm .mt-mb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.doc-detail-vgm .footer-none .ant-modal-confirm-btns {
  display: none;
}
.doc-detail-vgm .mb-none {
  margin-bottom: 0 !important;
}
.doc-detail-vgm .doc-common-info {
  background: #ffffff;
  margin-bottom: 10px;
}
.doc-detail-vgm .doc-common-info .ant-row .ant-col .perf-tracked .ant-form-item {
  flex-direction: initial;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 8px;
}
.doc-detail-vgm .doc-common-info .ant-row .ant-col .ant-form-item label {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.doc-detail-vgm .doc-common-info .ant-row .ant-col .btn {
  padding: 1px 9px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  color: #333333;
  font-size: 12px;
  float: right;
  cursor: pointer;
  transition: all 0.2s linear;
}
.doc-detail-vgm .doc-common-info .ant-row .ant-col .btn:hover {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.doc-detail-vgm .doc-common-info .ant-row .ant-col .btn-input:hover {
  color: #0081ff;
}
.doc-detail-vgm .doc-common-info .yqn-input .ant-input {
  border: none;
  height: 20px;
  padding: 0;
}
.doc-detail-vgm .doc-common-info .yqn-icon {
  margin: 0 6px;
  cursor: pointer;
}
.doc-detail-vgm .doc-common-info #packetChannels {
  display: flex;
}
.doc-detail-vgm .doc-common-info .ant-form-item-control-input-content {
  display: contents;
}
.doc-detail-vgm .doc-common-info .yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  background: #fff;
  border: none;
}
.doc-detail-vgm .doc-common-info .yqn-input .ant-input:disabled {
  background: #fff;
  cursor: default;
}
.doc-detail-vgm .doc-common-info .operationUserDisplay {
  display: none;
}
.doc-detail-vgm .page-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.doc-detail-vgm .page-content .doc-detail {
  flex: 1;
}
.doc-detail-vgm .doc-color-tips {
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  font-size: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}
.doc-detail-vgm .doc-color-tips .doc-color-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-vgm .doc-color-tips .doc-color-btn .doc-color-btn-open {
  margin-right: 12px;
  color: #333333;
}
.doc-detail-vgm .doc-color-tips .doc-color-btn .doc-color-btn-open .blue-doc {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #2CA470;
  margin-right: 5px;
}
.doc-detail-vgm .doc-color-tips .doc-color-btn .ant-btn {
  font-size: 12px;
  width: 58px;
  height: 24px;
  padding: 0;
}
.doc-detail-vgm .doc-color-tips .doc-color-btn .doc-color-btn-confim {
  margin-right: 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-vgm .doc-color-tips .doc-color-btn .doc-color-btn-confim .yqn-icon {
  margin-right: 3px;
  color: #ffffff;
}
.doc-detail-vgm .doc-inline-form-item.ant-form-item {
  flex-direction: row !important;
}
.doc-detail-vgm .doc-inline-form-item.ant-form-item .ant-form-item-label {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-detail-vgm .doc-inline-form-item.ant-form-item .ant-form-item-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 4px;
}
.doc-detail-vgm .doc-inline-form-item .ant-radio-group {
  vertical-align: top;
}
.doc-detail-vgm .doc-left-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.doc-detail-vgm .doc-left-content .payment-img {
  flex: 1 1 auto;
}
.doc-detail-vgm .doc-left-content .yqn-pagination {
  flex: 0 0 auto;
}
.doc-export-modal .ant-modal-content::after {
  width: 100%;
  content: '';
  height: 1px;
  position: absolute;
  border-top: 1px solid #DCDCDC;
  bottom: 56px;
}
.doc-export-modal .grid_row_static_bottom_right {
  padding: 0;
  margin-top: 20px;
}
.doc-export-modal .yqn-page-loading {
  min-height: 100px;
}

.doc-detail-cd .cd-color-red .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid #ff5f32 !important;
}
.doc-detail-cd .status-img {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 100px;
  top: 10px;
  z-index: 100;
}
.doc-detail-cd .sub-order-no {
  border: 1px solid #fcc78b;
  background-color: #fef3e5;
  font-size: 12px;
  padding: 5px 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
}
.doc-detail-cd .sub-order-no .col-link {
  color: #0081FF;
}
.doc-detail-cd .header-info {
  display: flex;
}
.doc-detail-cd .header-info .left-wrapper {
  flex: 1 1 40%;
  margin-top: 6px;
}
.doc-detail-cd .header-info .left-wrapper .doc-number {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  margin: 0 12px 0 0;
}
.doc-detail-cd .header-info .left-wrapper .doc-status {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-cd .header-info .left-wrapper .doc-status.not_sent {
  color: #666666;
}
.doc-detail-cd .header-info .left-wrapper .doc-status.send_fail {
  color: #F95122;
}
.doc-detail-cd .header-info .left-wrapper .doc-status.sent_offline,
.doc-detail-cd .header-info .left-wrapper .doc-status.sent_success {
  color: #2CA470;
}
.doc-detail-cd .header-info .left-wrapper .doc-status .ant-input-group-addon {
  padding-right: 0;
  color: inherit !important;
}
.doc-detail-cd .header-info .left-wrapper .doc-status .ant-input-group,
.doc-detail-cd .header-info .left-wrapper .doc-status .ant-input {
  color: inherit !important;
}
.doc-detail-cd .header-info .left-wrapper .doc-status .yqn-icon {
  color: inherit;
  margin-right: 4px;
  font-size: 14px;
}
.doc-detail-cd .header-info .mt-0-mb-6 {
  margin-top: -6px;
  margin-bottom: 6px;
}
.doc-detail-cd .header-info .right-wrapper {
  flex: 1;
}
.doc-detail-cd .header-info .right-wrapper .grid_row_static_bottom_right {
  padding-top: 6px;
  padding-bottom: 7px;
}
.doc-detail-cd .header-info .right-wrapper .update-bc {
  color: #666666;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.doc-detail-cd .header-info .right-wrapper .update-bc .update_yuan {
  width: 6px;
  height: 6px;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  margin: 6px 6px 0 0;
}
.doc-detail-cd .header-info .right-wrapper .update-bc .update_user {
  margin-right: 6px;
}
.doc-detail-cd .header-info .right-wrapper .update-bc .bc-check-log {
  cursor: pointer;
  display: inline-block;
}
.doc-detail-cd .header-info .right-wrapper .update-bc .bc-check-log:hover {
  color: #0081ff;
}
.doc-detail-cd .header-info .right-wrapper .update-bc .bc-check-log:hover .yqn-icon {
  color: #0081ff;
}
.doc-detail-cd .ant-tabs-tabpane {
  padding: 0 9px;
}
.doc-detail-cd .identification-type-box {
  display: flex;
}
.doc-detail-cd .identification-type-box > span {
  font-size: 12px;
  color: #333;
}
.doc-detail-cd .doc-left-operation {
  flex: 0 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 12px;
  color: #666666;
  padding-bottom: 8px;
}
.doc-detail-cd .doc-left-operation .yqn-button {
  font-size: 12px;
  height: 24px;
}
.doc-detail-cd .right-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.doc-detail-cd .right-scroll .title-btn {
  display: flex;
  color: #333;
  font-size: 12px;
}
.doc-detail-cd .right-scroll .title-btn > span {
  margin-left: 20px;
  cursor: pointer;
  display: flex;
}
.doc-detail-cd .right-scroll .title-btn > span .yqn-button.ant-btn {
  padding: 0;
  font-size: 12px;
  border: none;
  height: auto;
}
.doc-detail-cd .right-scroll .title-btn > span .cd-async-md .yqn-icon {
  font-size: 12px;
  margin-right: 2px;
}
.doc-detail-cd .right-scroll .full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
  overflow: auto;
}
.doc-detail-cd .right-scroll .btn-box {
  display: flex;
  justify-content: flex-end;
}
.doc-detail-cd .mt-mb-12 {
  display: flex;
  align-items: center;
  padding: 0 0 0 8px;
  border-color: transparent transparent #dcdcdc transparent;
  height: 40px;
  margin: 0;
  background-color: #fff;
}
.doc-detail-cd .reupload {
  display: inline-block;
  width: 90px;
}
.doc-detail-cd #big {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  z-index: 300;
}
.doc-detail-cd #bimg {
  position: absolute;
  left: 60%;
  top: 0px;
  background-color: #FFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-cd .bc-download {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}
.doc-detail-cd .payment-img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-cd .payment-img img#payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.doc-detail-cd .payment-img #oSpan {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  display: none;
  z-index: 10000;
  pointer-events: none;
}
.doc-detail-cd .payment-img #mark {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.doc-detail-cd .promotion-range__select {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.doc-detail-cd .promotion-range__focus {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  border: 2px dashed #0081FF;
}
.doc-detail-cd .promotion-range__select_options {
  z-index: 1001;
}
.doc-detail-cd .color-blue label,
.doc-detail-cd .color-blue input,
.doc-detail-cd .color-blue textarea,
.doc-detail-cd .color-blue .ant-select {
  color: #0081FF !important;
}
.doc-detail-cd .color-dark label,
.doc-detail-cd .color-dark input,
.doc-detail-cd .color-dark textarea,
.doc-detail-cd .color-dark .ant-select {
  color: #2CA470 !important;
}
.doc-detail-cd.compare-color [data-compare-color="compare"] label,
.doc-detail-cd.compare-color [data-compare-color="compare"] input,
.doc-detail-cd.compare-color [data-compare-color="compare"] textarea,
.doc-detail-cd.compare-color [data-compare-color="compare"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-cd.credibility-color [data-credibility-color="credibility"] label,
.doc-detail-cd.credibility-color [data-credibility-color="credibility"] input,
.doc-detail-cd.credibility-color [data-credibility-color="credibility"] textarea,
.doc-detail-cd.credibility-color [data-credibility-color="credibility"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-cd .color-orange label,
.doc-detail-cd .color-orange input,
.doc-detail-cd .color-orange textarea,
.doc-detail-cd .color-orange .ant-select {
  color: #FF9502 !important;
}
.doc-detail-cd .color-red label,
.doc-detail-cd .color-red input,
.doc-detail-cd .color-red textarea,
.doc-detail-cd .color-red .ant-select {
  color: #FF808A !important;
}
.doc-detail-cd .color-purple label,
.doc-detail-cd .color-purple input,
.doc-detail-cd .color-purple textarea,
.doc-detail-cd .color-purple .ant-select {
  color: #32BBFF !important;
}
.doc-detail-cd .blue {
  background-color: #0081FF;
}
.doc-detail-cd .dark {
  background-color: #2CA470;
}
.doc-detail-cd .color-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
.doc-detail-cd .color-icon.blue {
  background-color: #0081FF;
}
.doc-detail-cd .color-icon.dark {
  background-color: #2CA470;
}
.doc-detail-cd .color-icon.orange {
  background-color: #FF9502;
}
.doc-detail-cd .color-icon.red {
  background-color: #FF808A;
}
.doc-detail-cd .color-icon.purple {
  background-color: #32BBFF;
}
.doc-detail-cd .doc-detail-order-info {
  display: flex;
}
.doc-detail-cd .doc-detail-order-info .info-wrapper {
  flex: 1;
  border-left: 1px dashed #dcdcdc;
  padding-left: 12px;
}
.doc-detail-cd .doc-detail-order-info .info-wrapper .flex-subtitle {
  display: flex;
}
.doc-detail-cd .doc-detail-order-info .info-wrapper .flex-subtitle .left-span {
  width: 120px;
}
.doc-detail-cd .doc-detail-order-info .info-wrapper .flex-subtitle .right-span {
  flex: 1;
  text-align: right;
}
.doc-detail-cd .doc-detail-order-info .info-wrapper .flex-subtitle .right-span .ant-btn-sm {
  padding: 0 !important;
}
.doc-detail-cd .doc-detail-order-info .border-none {
  border-left: none;
}
.doc-detail-cd .doc-file-info {
  display: flex;
}
.doc-detail-cd .doc-file-info .left {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-detail-cd .doc-file-info .right {
  text-align: right;
  width: 30px;
  cursor: pointer;
}
.doc-detail-cd .mt-mb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.doc-detail-cd .footer-none .ant-modal-confirm-btns {
  display: none;
}
.doc-detail-cd .mb-none {
  margin-bottom: 0 !important;
}
.doc-detail-cd .doc-common-info {
  background: #ffffff;
  margin-bottom: 10px;
}
.doc-detail-cd .doc-common-info .ant-row .ant-col .perf-tracked .ant-form-item {
  flex-direction: initial;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 8px;
}
.doc-detail-cd .doc-common-info .ant-row .ant-col .ant-form-item label {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.doc-detail-cd .doc-common-info .ant-row .ant-col .btn {
  padding: 1px 9px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  color: #333333;
  font-size: 12px;
  float: right;
  cursor: pointer;
  transition: all 0.2s linear;
}
.doc-detail-cd .doc-common-info .ant-row .ant-col .btn:hover {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.doc-detail-cd .doc-common-info .ant-row .ant-col .btn-input:hover {
  color: #0081ff;
}
.doc-detail-cd .doc-common-info .yqn-input .ant-input {
  border: none;
  height: 20px;
  padding: 0;
}
.doc-detail-cd .doc-common-info .yqn-icon {
  margin: 0 6px;
  cursor: pointer;
}
.doc-detail-cd .doc-common-info #packetChannels {
  display: flex;
}
.doc-detail-cd .doc-common-info .ant-form-item-control-input-content {
  display: contents;
}
.doc-detail-cd .doc-common-info .yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  background: #fff;
  border: none;
}
.doc-detail-cd .doc-common-info .yqn-input .ant-input:disabled {
  background: #fff;
  cursor: default;
}
.doc-detail-cd .doc-common-info .operationUserDisplay {
  display: none;
}
.doc-detail-cd .page-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.doc-detail-cd .page-content .doc-detail {
  flex: 1;
}
.doc-detail-cd .cd-doc-color-tips {
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  font-size: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}
.doc-detail-cd .cd-doc-color-tips .doc-color-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-cd .cd-doc-color-tips .doc-color-btn .doc-color-btn-open {
  margin-right: 12px;
  color: #333333;
}
.doc-detail-cd .cd-doc-color-tips .doc-color-btn .doc-color-btn-open .blue-doc {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #2CA470;
  margin-right: 5px;
}
.doc-detail-cd .cd-doc-color-tips .doc-color-btn .ant-btn {
  font-size: 12px;
  width: 58px;
  height: 24px;
  padding: 0;
}
.doc-detail-cd .cd-doc-color-tips .doc-color-btn .doc-color-btn-confim {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 7px;
}
.doc-detail-cd .cd-doc-color-tips .doc-color-btn .doc-color-btn-confim .yqn-icon {
  margin-right: 3px;
  color: #ffffff;
}
.doc-detail-cd .doc-left-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.doc-detail-cd .doc-left-content .payment-img {
  flex: 1 1 auto;
}
.doc-detail-cd .doc-left-content .yqn-pagination {
  flex: 0 0 auto;
}
.doc-detail-cd .doc-inline-form-item.ant-form-item {
  flex-direction: row !important;
}
.doc-detail-cd .doc-inline-form-item.ant-form-item .ant-form-item-label {
  margin-top: 4px;
}
.doc-detail-cd .doc-inline-form-item .ant-radio-group {
  vertical-align: top;
}
.cd-other-dropdown .yqn-button.ant-btn-link.dropdown-child-link-btn {
  display: block;
}
.doc-export-modal .ant-modal-content::after {
  width: 100%;
  content: '';
  height: 1px;
  position: absolute;
  border-top: 1px solid #DCDCDC;
  bottom: 56px;
}
.doc-export-modal .grid_row_static_bottom_right {
  padding: 0;
  margin-top: 20px;
}
.doc-export-modal .yqn-page-loading {
  min-height: 100px;
}

.yqn-button.ant-btn.doc-import-data-btn {
  font-size: 12px;
  border: 0 !important;
  background: none !important;
}
.yqn-button.ant-btn.doc-import-data-btn:hover {
  color: #0081ff;
}
.yqn-button.ant-btn.doc-import-data-btn .yqn-icon {
  font-size: 14px;
  color: inherit;
}
.doc-import-warn-alert {
  margin-bottom: 16px;
}
#doc-right-container {
  position: relative;
}

.ant-form-item[import-conpare='diff'] .yqn-input,
.ant-form-item[import-conpare='diff'] .ant-picker,
.ant-form-item[import-conpare='diff'] .ant-select-selector,
.ant-form-item[import-conpare='diff'] .ant-input-number,
.ant-form-item[import-conpare='diff'] label,
.ant-form-item[import-conpare='diff'] input,
.ant-form-item[import-conpare='diff'] textarea {
  border-color: #2CA470 !important;
  color: #2CA470 !important;
}

.cd-collect-table {
  font-size: 12px;
  line-height: 17px;
}
.cd-collect-table .cd-collect-caontainer-title,
.cd-collect-table .cd-collect-cargo-title {
  border-left: 3px #0081FF solid;
  padding-left: 11px;
  font-weight: 600;
}
.cd-collect-table .cd-collect-cargo-title {
  margin-top: 12px;
}

.merge-bill-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.merge-bill-head .merge-bill-tip {
  flex: 1;
  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-space {
  display: inline-flex;
}
.ant-space-vertical {
  flex-direction: column;
}
.ant-space-align-center {
  align-items: center;
}
.ant-space-align-start {
  align-items: flex-start;
}
.ant-space-align-end {
  align-items: flex-end;
}
.ant-space-align-baseline {
  align-items: baseline;
}
.ant-space-item:empty {
  display: none;
}
.ant-space-rtl {
  direction: rtl;
}

.import-document-tab-mblno .ant-form-item-control .ant-form-item-extra {
  margin-top: 8px;
  line-height: 12px;
}
.import-document-tab-form-item .ant-form-item-control-input-content .ant-radio-group label {
  display: inline-flex;
  vertical-align: initial;
}

.import-manifest-drawer-body .ant-drawer-body {
  padding-bottom: 84px;
}
.import-manifest-drawer-body .ant-drawer-body .yqn-drawer-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #DCDCDC;
}
.import-manifest-drawer-body .ant-drawer-body .yqn-drawer-footer .import-manifest-options {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.import-manifest-drawer-body .ant-drawer-body .yqn-drawer-footer .import-manifest-options .import-options-right {
  display: flex;
  align-items: center;
}
.import-manifest-drawer-body .ant-drawer-body .yqn-drawer-footer .import-manifest-options .ant-form-item {
  margin-bottom: 5px;
}
.import-manifest-drawer-body .ant-drawer-body .yqn-drawer-content {
  padding-bottom: 0;
}
.import-manifest-drawer-body .ant-drawer-body .yqn-drawer-content > p {
  margin: 12px 0 8px 0;
}
.import-manifest-drawer-body .dynamic-table {
  margin-bottom: 0;
}
.import-manifest-drawer-body .dynamic-table .import-manifest-body .ant-form-item-required {
  padding-left: 10px;
  position: relative;
}
.import-manifest-drawer-body .dynamic-table .import-manifest-body .ant-form-item-required::before {
  content: '*';
  color: #F95122;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.import-manifest-drawer-body .dynamic-table .import-manifest-body .ant-form-item {
  margin-bottom: 3px;
}
.import-manifest-drawer-body .upload-file-component .ant-form-item {
  margin-bottom: 0;
}
.import-manifest-drawer-body .yqn-radio.ant-radio-wrapper {
  min-width: 108px;
}
.import-manifest-drawer-body .ant-form-item-explain.ant-form-item-explain-error {
  font-size: 12px;
}

.import-cd-hscode-body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 45px;
  position: relative;
}
.import-cd-hscode-body .title-tip {
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 10px;
  position: relative;
}
.import-cd-hscode-body .title-tip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background-color: #0081FF;
}
.import-cd-hscode-body .scroll-window {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.import-cd-hscode-body .bottom-buttons {
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 44px;
}
.import-cd-hscode-body .ant-form-item.upload-identify-range {
  flex-direction: row!important;
  align-items: center;
}
.import-cd-hscode-body .ant-form-item.upload-identify-range > .ant-form-item-control {
  flex-direction: row;
}
.import-cd-hscode-body .ant-form-item.upload-identify-range .ant-form-item-no-colon {
  margin: 4px 8px 0 0;
}
.import-cd-hscode-body .ant-form-item.upload-identify-range .yqn-checkbox-group {
  display: flex;
}
.import-cd-hscode-body .process-dom-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #dcdcdc;
}
.import-cd-hscode-body .show-aline-file-name {
  display: -webkit-box;
  /* -webkit-box-orient: vertical; */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
  white-space: pre-wrap;
}
.analytical-results-drawer .ant-skeleton {
  margin-top: 8px;
}
.analytical-results-drawer .ant-skeleton-paragraph > li {
  width: 388px;
}
.analytical-results-drawer .ant-collapse-borderless {
  background-color: none;
}
.analytical-results-drawer .ant-collapse-borderless > .ant-collapse-item {
  border: none;
  background-color: #FFECE7;
  margin-bottom: 8px;
}
.analytical-results-drawer .ant-collapse-borderless > .ant-collapse-item .ant-collapse-header {
  padding: 6px 10px;
}
.analytical-results-drawer .yqn-drawer-content {
  box-sizing: border-box;
  padding-bottom: 45px;
}
.analytical-results-drawer .yqn-drawer-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.analytical-results-drawer .ant-collapse-content-box > ul {
  margin: 0;
}
.analytical-results-drawer .res-statistics p {
  margin: 0;
  font-size: 12px;
}
.analytical-results-drawer .res-statistics p:last-child {
  margin-bottom: 8px;
}
.analytical-results-drawer .collapse-parent.ant-collapse {
  font-size: 12px;
}
.analytical-results-drawer .collapse-parent.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 4px;
  vertical-align: -3px;
}
.analytical-esult-table .ant-form-item,
.only-exhibition-table .ant-form-item {
  margin: 8px 0;
}
.analytical-esult-table .result-succ,
.only-exhibition-table .result-succ {
  color: #2CA470;
}
.analytical-esult-table .result-succ .yqn-icon,
.only-exhibition-table .result-succ .yqn-icon {
  color: #2CA470;
  margin-right: 4px;
}
.analytical-esult-table .result-other,
.only-exhibition-table .result-other {
  color: #F95122;
  cursor: pointer;
}
.analytical-esult-table .result-other .yqn-icon,
.only-exhibition-table .result-other .yqn-icon {
  color: #F95122;
  margin-right: 4px;
}
.analytical-esult-table .not-pointer,
.only-exhibition-table .not-pointer {
  cursor: unset;
}
.analytical-esult-table .set-red,
.only-exhibition-table .set-red {
  color: #F95122;
}
.analytical-esult-table .ant-table-cell > span,
.only-exhibition-table .ant-table-cell > span,
.analytical-esult-table .ant-table-cell > .dzy-table-pre-style,
.only-exhibition-table .ant-table-cell > .dzy-table-pre-style {
  display: -webkit-box;
  /* -webkit-box-orient: vertical; */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  white-space: pre-wrap;
  margin: 0;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.ant-tooltip-inner .dzy-table-pre-style,
.analytical-esult-table .result-succ,
.analytical-esult-table .result-other {
  word-break: break-all;
  white-space: pre-wrap;
  margin: 0;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
.import-file-table .controlStyle {
  text-align: right;
  margin-right: 8px;
}
.import-file-table.yqn-table .ant-table-tbody tr {
  background-color: #fff;
}

.doc-detail-md .render-form-item-label .left .remark {
  vertical-align: middle;
}
.doc-detail-md .md-doc-section-layout {
  margin-top: 8px;
}
.doc-detail-md .status-img {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 100px;
  top: 10px;
  z-index: 100;
}
.doc-detail-md .primary-color {
  color: #0081FF;
  font-size: 12px;
  cursor: pointer;
}
.doc-detail-md .downloadFile-btn {
  margin-left: 3px;
}
.doc-detail-md .sub-order-no {
  border: 1px solid #fcc78b;
  background-color: #fef3e5;
  font-size: 12px;
  padding: 5px 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
}
.doc-detail-md .sub-order-no .col-link {
  color: #0081FF;
}
.doc-detail-md .header-info {
  display: flex;
}
.doc-detail-md .header-info .left-wrapper {
  flex: 1 1 40%;
  margin-top: 6px;
}
.doc-detail-md .header-info .left-wrapper .doc-number {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  margin: 0 12px 0 0;
}
.doc-detail-md .header-info .left-wrapper .doc-status {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-md .header-info .left-wrapper .doc-status.not_sent {
  color: #666666;
}
.doc-detail-md .header-info .left-wrapper .doc-status.send_fail {
  color: #F95122;
}
.doc-detail-md .header-info .left-wrapper .doc-status.sent_offline,
.doc-detail-md .header-info .left-wrapper .doc-status.sent_success {
  color: #2CA470;
}
.doc-detail-md .header-info .left-wrapper .doc-status .ant-input-group-addon {
  padding-right: 0;
  color: inherit !important;
}
.doc-detail-md .header-info .left-wrapper .doc-status .ant-input-group,
.doc-detail-md .header-info .left-wrapper .doc-status .ant-input {
  color: inherit !important;
}
.doc-detail-md .header-info .left-wrapper .doc-status .yqn-icon {
  color: inherit;
  margin-right: 4px;
  font-size: 14px;
}
.doc-detail-md .header-info .mt-0-mb-6 {
  margin-top: -6px;
  margin-bottom: 6px;
}
.doc-detail-md .header-info .right-wrapper {
  flex: 1;
}
.doc-detail-md .header-info .right-wrapper .grid_row_static_bottom_right {
  padding-top: 6px;
  padding-bottom: 7px;
}
.doc-detail-md .header-info .right-wrapper .update-bc {
  color: #666666;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.doc-detail-md .header-info .right-wrapper .update-bc .update_yuan {
  width: 6px;
  height: 6px;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  margin: 6px 6px 0 0;
}
.doc-detail-md .header-info .right-wrapper .update-bc .update_user {
  margin-right: 6px;
}
.doc-detail-md .header-info .right-wrapper .update-bc .bc-check-log {
  cursor: pointer;
  display: inline-block;
}
.doc-detail-md .header-info .right-wrapper .update-bc .bc-check-log:hover {
  color: #0081ff;
}
.doc-detail-md .header-info .right-wrapper .update-bc .bc-check-log:hover .yqn-icon {
  color: #0081ff;
}
.doc-detail-md .ant-tabs-tabpane {
  padding: 0 9px;
}
.doc-detail-md .doc-detail {
  display: flex;
  overflow: hidden;
  background: #ffffff;
}
.doc-detail-md .doc-detail .left {
  width: 449px;
}
.doc-detail-md .doc-detail .left .identification-type-box {
  display: flex;
}
.doc-detail-md .doc-detail .left .identification-type-box > span {
  font-size: 12px;
  color: #333;
}
.doc-detail-md .doc-detail .left .doc-left-operation {
  flex: 0 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 12px;
  color: #666666;
  padding-bottom: 8px;
}
.doc-detail-md .doc-detail .left .doc-left-operation .yqn-button {
  font-size: 12px;
  height: 24px;
}
.doc-detail-md .doc-detail .right {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  flex: 1;
  padding: 0 0 11px;
  border-left: 1px solid #dcdcdc;
}
.doc-detail-md .doc-detail .right .dsl-head .bc-async-data-btn {
  display: flex;
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.doc-detail-md .doc-detail .right .dsl-head .bc-async-data-btn .yqn-icon {
  margin-right: 3px;
}
.doc-detail-md .doc-detail .right .dsl-head .bc-async-data-btn .bc-select-schedule {
  margin-left: 32px;
}
.doc-detail-md .doc-detail .right .right-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.doc-detail-md .doc-detail .right .right-scroll .title-btn {
  display: flex;
  color: #333;
  font-size: 12px;
  line-height: 24px;
}
.doc-detail-md .doc-detail .right .right-scroll .title-btn > span {
  margin-left: 20px;
  cursor: pointer;
  display: flex;
}
.doc-detail-md .doc-detail .right .right-scroll .title-btn > span .yqn-button.ant-btn {
  padding: 0;
  font-size: 12px;
  border: none;
  height: auto;
}
.doc-detail-md .doc-detail .right .mt-mb-12 {
  display: flex;
  align-items: center;
  padding: 0 0 0 8px;
  border-color: transparent transparent #dcdcdc transparent;
  height: 40px;
  margin: 0;
  background-color: #fff;
}
.doc-detail-md .reupload {
  display: inline-block;
  width: 90px;
}
.doc-detail-md #big {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  z-index: 300;
}
.doc-detail-md #bimg {
  position: absolute;
  left: 60%;
  top: 0px;
  background-color: #FFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-md .bc-download {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}
.doc-detail-md .payment-img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-md .payment-img img#payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.doc-detail-md .payment-img #oSpan {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  display: none;
  z-index: 10000;
  pointer-events: none;
}
.doc-detail-md .payment-img #mark {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.doc-detail-md .promotion-range__select {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.doc-detail-md .promotion-range__focus {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  border: 2px dashed #0081FF;
}
.doc-detail-md .promotion-range__select_options {
  z-index: 1001;
}
.doc-detail-md .color-blue label,
.doc-detail-md .color-blue input,
.doc-detail-md .color-blue textarea,
.doc-detail-md .color-blue .ant-select {
  color: #0081FF !important;
}
.doc-detail-md .color-dark label,
.doc-detail-md .color-dark input,
.doc-detail-md .color-dark textarea,
.doc-detail-md .color-dark .ant-select {
  color: #2CA470 !important;
}
.doc-detail-md.compare-color [data-compare-color="compare"] label,
.doc-detail-md.compare-color [data-compare-color="compare"] input,
.doc-detail-md.compare-color [data-compare-color="compare"] textarea,
.doc-detail-md.compare-color [data-compare-color="compare"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-md.credibility-color [data-credibility-color="credibility"] label,
.doc-detail-md.credibility-color [data-credibility-color="credibility"] input,
.doc-detail-md.credibility-color [data-credibility-color="credibility"] textarea,
.doc-detail-md.credibility-color [data-credibility-color="credibility"] .ant-select {
  color: #2ca470 !important;
}
.doc-detail-md .color-orange label,
.doc-detail-md .color-orange input,
.doc-detail-md .color-orange textarea,
.doc-detail-md .color-orange .ant-select {
  color: #FF9502 !important;
}
.doc-detail-md .color-red label,
.doc-detail-md .color-red input,
.doc-detail-md .color-red textarea,
.doc-detail-md .color-red .ant-select {
  color: #FF808A !important;
}
.doc-detail-md .color-purple label,
.doc-detail-md .color-purple input,
.doc-detail-md .color-purple textarea,
.doc-detail-md .color-purple .ant-select {
  color: #32BBFF !important;
}
.doc-detail-md .blue {
  background-color: #0081FF;
}
.doc-detail-md .dark {
  background-color: #2CA470;
}
.doc-detail-md .color-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
.doc-detail-md .color-icon.blue {
  background-color: #0081FF;
}
.doc-detail-md .color-icon.dark {
  background-color: #2CA470;
}
.doc-detail-md .color-icon.orange {
  background-color: #FF9502;
}
.doc-detail-md .color-icon.red {
  background-color: #FF808A;
}
.doc-detail-md .color-icon.purple {
  background-color: #32BBFF;
}
.doc-detail-md .doc-detail-order-info {
  display: flex;
}
.doc-detail-md .doc-detail-order-info .info-wrapper {
  flex: 1;
  border-left: 1px dashed #dcdcdc;
  padding-left: 12px;
}
.doc-detail-md .doc-detail-order-info .info-wrapper .flex-subtitle {
  display: flex;
}
.doc-detail-md .doc-detail-order-info .info-wrapper .flex-subtitle .left-span {
  width: 120px;
}
.doc-detail-md .doc-detail-order-info .info-wrapper .flex-subtitle .right-span {
  flex: 1;
  text-align: right;
}
.doc-detail-md .doc-detail-order-info .info-wrapper .flex-subtitle .right-span .ant-btn-sm {
  padding: 0 !important;
}
.doc-detail-md .doc-detail-order-info .border-none {
  border-left: none;
}
.doc-detail-md .doc-file-info {
  display: flex;
}
.doc-detail-md .doc-file-info .left {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-detail-md .doc-file-info .right {
  text-align: right;
  width: 30px;
  cursor: pointer;
}
.doc-detail-md .mt-mb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.doc-detail-md .footer-none .ant-modal-confirm-btns {
  display: none;
}
.doc-detail-md .mb-none {
  margin-bottom: 0 !important;
}
.doc-detail-md .doc-common-info {
  background: #ffffff;
  margin-bottom: 10px;
}
.doc-detail-md .doc-common-info .ant-row .ant-col .perf-tracked .ant-form-item {
  flex-direction: initial;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 8px;
}
.doc-detail-md .doc-common-info .ant-row .ant-col .ant-form-item label {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.doc-detail-md .doc-common-info .ant-row .ant-col .btn {
  padding: 1px 9px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  color: #333333;
  font-size: 12px;
  float: right;
  cursor: pointer;
  transition: all 0.2s linear;
}
.doc-detail-md .doc-common-info .ant-row .ant-col .btn:hover {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.doc-detail-md .doc-common-info .ant-row .ant-col .btn-input:hover {
  color: #0081ff;
}
.doc-detail-md .doc-common-info .yqn-input .ant-input {
  border: none;
  height: 20px;
  padding: 0;
}
.doc-detail-md .doc-common-info .yqn-icon {
  margin: 0 6px;
  cursor: pointer;
}
.doc-detail-md .doc-common-info #packetChannels {
  display: flex;
}
.doc-detail-md .doc-common-info .ant-form-item-control-input-content {
  display: contents;
}
.doc-detail-md .doc-common-info .yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  background: #fff;
  border: none;
}
.doc-detail-md .doc-common-info .yqn-input .ant-input:disabled {
  background: #fff;
  cursor: default;
}
.doc-detail-md .doc-common-info .operationUserDisplay {
  display: none;
}
.doc-detail-md .page-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.doc-detail-md .page-content .doc-detail {
  flex: 1;
}
.doc-detail-md .md-doc-color-tips {
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  font-size: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}
.doc-detail-md .md-doc-color-tips .doc-color-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-md .md-doc-color-tips .doc-color-btn .doc-color-btn-open {
  margin-right: 12px;
  color: #333333;
}
.doc-detail-md .md-doc-color-tips .doc-color-btn .doc-color-btn-open .blue-doc {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #2CA470;
  margin-right: 5px;
}
.doc-detail-md .md-doc-color-tips .doc-color-btn .ant-btn {
  font-size: 12px;
  width: 58px;
  height: 24px;
  padding: 0;
}
.doc-detail-md .md-doc-color-tips .doc-color-btn .doc-color-btn-confim {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 7px;
}
.doc-detail-md .md-doc-color-tips .doc-color-btn .doc-color-btn-confim .yqn-icon {
  margin-right: 3px;
  color: #ffffff;
}
.doc-detail-md .doc-left-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.doc-detail-md .doc-left-content .payment-img {
  flex: 1 1 auto;
}
.doc-detail-md .doc-left-content .yqn-pagination {
  flex: 0 0 auto;
}
.doc-detail-md .doc-inline-form-item.ant-form-item {
  flex-direction: row !important;
}
.doc-detail-md .doc-inline-form-item.ant-form-item .ant-form-item-label {
  margin-top: 4px;
}
.doc-detail-md .doc-inline-form-item .ant-radio-group {
  vertical-align: top;
}
.doc-detail-md .counter-terrorism-manifest .yqn-subtitle {
  font-size: 12px;
}
.doc-detail-md .counter-terrorism-manifest .yqn-subtitle::before {
  margin-right: 8px !important;
  width: 3px !important;
}
.md-clues-two-color {
  color: #F95122;
}
.md-icon-fuzhi {
  font-size: 12px !important;
  margin-right: 2px;
}
.doc-export-modal .ant-modal-content::after {
  width: 100%;
  content: '';
  height: 1px;
  position: absolute;
  border-top: 1px solid #DCDCDC;
  bottom: 56px;
}
.doc-export-modal .grid_row_static_bottom_right {
  padding: 0;
  margin-top: 20px;
}
.doc-export-modal .yqn-page-loading {
  min-height: 100px;
}
.doc-detail-identify-wrap {
  height: 100%;
  flex: 1 1;
  display: flex;
  flex-flow: column;
}
.doc-detail-identify-wrap .identification-type-box {
  flex: 0 0 auto;
}
.doc-detail-identify-wrap .document-identify-loading {
  flex: 1 1 auto;
  height: auto;
  overflow: hidden;
}
.md-snapshot {
  margin: 12px 0 0;
}
.h2_title {
  margin: 8px 0 -5px;
  font-size: 12px;
}
.h2_title .ant-form-item-control-input {
  min-height: 0;
}
.md-snapshot + .ant-row .yqn-tabulation .yqn-tabulation-table .table-toolbar {
  margin-bottom: 0;
}
[data-compare-color='purple'] input,
[data-compare-color='purple'] textarea,
[data-compare-color='purple'] .ant-select {
  color: #902ca4 !important;
}

.doc-detail-hd .status-img {
  position: absolute;
  width: 92px;
  height: 92px;
  left: 100px;
  top: 10px;
  z-index: 100;
}
.doc-detail-hd .sub-order-no {
  border: 1px solid #fcc78b;
  background-color: #fef3e5;
  font-size: 12px;
  padding: 5px 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
}
.doc-detail-hd .sub-order-no .col-link {
  color: #0081FF;
}
.doc-detail-hd .header-info {
  display: flex;
}
.doc-detail-hd .header-info .left-wrapper {
  flex: 1 1 40%;
  margin-top: 6px;
}
.doc-detail-hd .header-info .left-wrapper .doc-number {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  margin: 0 12px 0 0;
}
.doc-detail-hd .header-info .left-wrapper .doc-status {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-hd .header-info .left-wrapper .doc-status.not_sent {
  color: #666666;
}
.doc-detail-hd .header-info .left-wrapper .doc-status.send_fail {
  color: #F95122;
}
.doc-detail-hd .header-info .left-wrapper .doc-status.sent_offline,
.doc-detail-hd .header-info .left-wrapper .doc-status.sent_success {
  color: #2CA470;
}
.doc-detail-hd .header-info .left-wrapper .doc-status .ant-input-group-addon {
  padding-right: 0;
  color: inherit !important;
}
.doc-detail-hd .header-info .left-wrapper .doc-status .ant-input-group,
.doc-detail-hd .header-info .left-wrapper .doc-status .ant-input {
  color: inherit !important;
}
.doc-detail-hd .header-info .left-wrapper .doc-status .yqn-icon {
  color: inherit;
  margin-right: 4px;
  font-size: 14px;
}
.doc-detail-hd .header-info .mt-0-mb-6 {
  margin-top: -6px;
  margin-bottom: 6px;
}
.doc-detail-hd .header-info .right-wrapper {
  flex: 1;
}
.doc-detail-hd .header-info .right-wrapper .grid_row_static_bottom_right {
  padding-top: 6px;
  padding-bottom: 7px;
}
.doc-detail-hd .header-info .right-wrapper .update-bc {
  color: #666666;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}
.doc-detail-hd .header-info .right-wrapper .update-bc .update_yuan {
  width: 6px;
  height: 6px;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  margin: 6px 6px 0 0;
}
.doc-detail-hd .header-info .right-wrapper .update-bc .update_user {
  margin-right: 6px;
}
.doc-detail-hd .header-info .right-wrapper .update-bc .bc-check-log {
  cursor: pointer;
  display: inline-block;
}
.doc-detail-hd .header-info .right-wrapper .update-bc .bc-check-log:hover {
  color: #0081ff;
}
.doc-detail-hd .header-info .right-wrapper .update-bc .bc-check-log:hover .yqn-icon {
  color: #0081ff;
}
.doc-detail-hd .ant-tabs-tabpane {
  padding: 0 9px;
}
.doc-detail-hd .doc-detail {
  display: flex;
  overflow: hidden;
  background: #ffffff;
}
.doc-detail-hd .doc-detail .right {
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  flex: 1;
  padding: 0 0 11px;
}
.doc-detail-hd .doc-detail .right .dsl-head .bc-async-data-btn {
  display: flex;
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.doc-detail-hd .doc-detail .right .dsl-head .bc-async-data-btn .yqn-icon {
  margin-right: 3px;
}
.doc-detail-hd .doc-detail .right .dsl-head .bc-async-data-btn .bc-select-schedule {
  margin-left: 32px;
}
.doc-detail-hd .doc-detail .right .right-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.doc-detail-hd .doc-detail .right .right-scroll .title-btn {
  color: #333;
  font-size: 12px;
}
.doc-detail-hd .doc-detail .right .right-scroll .title-btn > span {
  margin-left: 20px;
  display: flex;
}
.doc-detail-hd .doc-detail .right .right-scroll .title-btn > span .yqn-button.ant-btn {
  padding: 0;
  font-size: 12px;
  border: none;
  height: auto;
}
.doc-detail-hd .doc-detail .right .mt-mb-12 {
  display: flex;
  align-items: center;
  padding: 0 0 0 8px;
  border-color: transparent transparent #dcdcdc transparent;
  height: 40px;
  margin: 0;
  background-color: #fff;
}
.doc-detail-hd .reupload {
  display: inline-block;
  width: 90px;
}
.doc-detail-hd #big {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #fff;
  z-index: 300;
}
.doc-detail-hd #bimg {
  position: absolute;
  left: 60%;
  top: 0px;
  background-color: #FFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-hd .bc-download {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  font-size: 12px;
}
.doc-detail-hd .payment-img {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-hd .payment-img img#payment-book-img {
  width: 100%;
  height: 95%;
  z-index: -10;
}
.doc-detail-hd .payment-img #oSpan {
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  display: none;
  z-index: 10000;
  pointer-events: none;
}
.doc-detail-hd .payment-img #mark {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
}
.doc-detail-hd .promotion-range__select {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.doc-detail-hd .promotion-range__focus {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  border: 2px dashed #0081FF;
}
.doc-detail-hd .promotion-range__select_options {
  z-index: 1001;
}
.doc-detail-hd .color-blue label,
.doc-detail-hd .color-blue input,
.doc-detail-hd .color-blue textarea,
.doc-detail-hd .color-blue .ant-select {
  color: #0081FF !important;
}
.doc-detail-hd .color-dark label,
.doc-detail-hd .color-dark input,
.doc-detail-hd .color-dark textarea,
.doc-detail-hd .color-dark .ant-select {
  color: #2CA470 !important;
}
.doc-detail-hd.hide-diff-color .color-dark label,
.doc-detail-hd.hide-diff-color .color-dark input,
.doc-detail-hd.hide-diff-color .color-dark textarea,
.doc-detail-hd.hide-diff-color .color-dark .ant-select {
  color: inherit !important;
}
.doc-detail-hd .color-orange label,
.doc-detail-hd .color-orange input,
.doc-detail-hd .color-orange textarea,
.doc-detail-hd .color-orange .ant-select {
  color: #FF9502 !important;
}
.doc-detail-hd .color-red label,
.doc-detail-hd .color-red input,
.doc-detail-hd .color-red textarea,
.doc-detail-hd .color-red .ant-select {
  color: #FF808A !important;
}
.doc-detail-hd .color-purple label,
.doc-detail-hd .color-purple input,
.doc-detail-hd .color-purple textarea,
.doc-detail-hd .color-purple .ant-select {
  color: #32BBFF !important;
}
.doc-detail-hd .blue {
  background-color: #0081FF;
}
.doc-detail-hd .dark {
  background-color: #2CA470;
}
.doc-detail-hd .color-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
.doc-detail-hd .color-icon.blue {
  background-color: #0081FF;
}
.doc-detail-hd .color-icon.dark {
  background-color: #2CA470;
}
.doc-detail-hd .color-icon.orange {
  background-color: #FF9502;
}
.doc-detail-hd .color-icon.red {
  background-color: #FF808A;
}
.doc-detail-hd .color-icon.purple {
  background-color: #32BBFF;
}
.doc-detail-hd .doc-detail-order-info {
  display: flex;
}
.doc-detail-hd .doc-detail-order-info .info-wrapper {
  flex: 1;
  border-left: 1px dashed #dcdcdc;
  padding-left: 12px;
}
.doc-detail-hd .doc-detail-order-info .info-wrapper .flex-subtitle {
  display: flex;
}
.doc-detail-hd .doc-detail-order-info .info-wrapper .flex-subtitle .left-span {
  width: 120px;
}
.doc-detail-hd .doc-detail-order-info .info-wrapper .flex-subtitle .right-span {
  flex: 1;
  text-align: right;
}
.doc-detail-hd .doc-detail-order-info .info-wrapper .flex-subtitle .right-span .ant-btn-sm {
  padding: 0 !important;
}
.doc-detail-hd .doc-detail-order-info .border-none {
  border-left: none;
}
.doc-detail-hd .doc-file-info {
  display: flex;
}
.doc-detail-hd .doc-file-info .left {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doc-detail-hd .doc-file-info .right {
  text-align: right;
  width: 30px;
  cursor: pointer;
}
.doc-detail-hd .mt-mb-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.doc-detail-hd .footer-none .ant-modal-confirm-btns {
  display: none;
}
.doc-detail-hd .mb-none {
  margin-bottom: 0 !important;
}
.doc-detail-hd .doc-common-info {
  background: #ffffff;
  margin-bottom: 10px;
}
.doc-detail-hd .doc-common-info .ant-row .ant-col .perf-tracked .ant-form-item {
  flex-direction: initial;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 8px;
}
.doc-detail-hd .doc-common-info .ant-row .ant-col .ant-form-item label {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.doc-detail-hd .doc-common-info .ant-row .ant-col .btn {
  padding: 1px 9px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  color: #333333;
  font-size: 12px;
  float: right;
  cursor: pointer;
  transition: all 0.2s linear;
}
.doc-detail-hd .doc-common-info .ant-row .ant-col .btn:hover {
  color: #0081ff;
  border: 1px solid #0081ff;
}
.doc-detail-hd .doc-common-info .ant-row .ant-col .btn-input:hover {
  color: #0081ff;
}
.doc-detail-hd .doc-common-info .yqn-input .ant-input {
  border: none;
  height: 20px;
  padding: 0;
}
.doc-detail-hd .doc-common-info .yqn-icon {
  margin: 0 6px;
  cursor: pointer;
}
.doc-detail-hd .doc-common-info #packetChannels {
  display: flex;
}
.doc-detail-hd .doc-common-info .ant-form-item-control-input-content {
  display: contents;
}
.doc-detail-hd .doc-common-info .yqn-input .ant-input-group-wrapper .ant-input-group-addon {
  background: #fff;
  border: none;
}
.doc-detail-hd .doc-common-info .yqn-input .ant-input:disabled {
  background: #fff;
  cursor: default;
}
.doc-detail-hd .doc-common-info .operationUserDisplay {
  display: none;
}
.doc-detail-hd .page-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.doc-detail-hd .page-content .doc-detail {
  flex: 1;
}
.doc-detail-hd .doc-color-tips {
  display: flex;
  justify-content: space-between;
  line-height: 39px;
  font-size: 12px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}
.doc-detail-hd .doc-color-tips .doc-color-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.doc-detail-hd .doc-color-tips .doc-color-btn .doc-color-btn-open {
  margin-right: 12px;
  color: #333333;
}
.doc-detail-hd .doc-color-tips .doc-color-btn .doc-color-btn-open .blue-doc {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #2CA470;
  margin-right: 5px;
}
.doc-detail-hd .doc-color-tips .doc-color-btn .ant-btn {
  font-size: 12px;
  width: 58px;
  height: 24px;
  padding: 0;
}
.doc-detail-hd .doc-color-tips .doc-color-btn .doc-color-btn-confim {
  margin-right: 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.doc-detail-hd .doc-color-tips .doc-color-btn .doc-color-btn-confim .yqn-icon {
  margin-right: 3px;
  color: #ffffff;
}
.doc-detail-hd .doc-left-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.doc-detail-hd .doc-left-content .payment-img {
  flex: 1 1 auto;
}
.doc-detail-hd .doc-left-content .yqn-pagination {
  flex: 0 0 auto;
}
.doc-detail-hd .doc-inline-form-item.ant-form-item {
  flex-direction: row !important;
}
.doc-detail-hd .doc-inline-form-item.ant-form-item .ant-form-item-label {
  margin-top: 4px;
}
.doc-detail-hd .doc-inline-form-item .ant-radio-group {
  vertical-align: top;
}
.to_log_list_btn:hover {
  color: #4da7ff;
}
.vie_log_modal {
  color: #666666;
  font-size: 12px;
}
.vie_log_modal:hover {
  color: #4da7ff;
}
.vie_log_modal:hover .yqn-icon {
  color: #4da7ff;
}
.doc-export-modal .ant-modal-content::after {
  width: 100%;
  content: '';
  height: 1px;
  position: absolute;
  border-top: 1px solid #DCDCDC;
  bottom: 56px;
}
.doc-export-modal .grid_row_static_bottom_right {
  padding: 0;
  margin-top: 20px;
}
.doc-export-modal .yqn-page-loading {
  min-height: 100px;
}

.channel-debug .debug-details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.channel-debug .debug-details-header h3 {
  margin: 0;
}
.channel-debug .yqn-filter {
  margin: 12px 0;
}
.channel-debug .yqn-filter .yqn-filter-operation {
  text-align: left;
}
.yqn-form.ant-form.ant-form-vertical .debug-details-opts {
  background-color: #efefef;
  padding: 12px 6px;
}
.yqn-form.ant-form.ant-form-vertical .debug-details-opts .ant-form-item-label {
  margin-right: 8px;
  padding-bottom: 0;
}
.yqn-form.ant-form.ant-form-vertical .debug-details-opts .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  border: 1px solid #0081ff;
  color: #0081ff;
}
.yqn-form.ant-form.ant-form-vertical .debug-details-opts .ant-form-item {
  flex-direction: row;
  margin-bottom: 0;
}
.yqn-form.ant-form.ant-form-vertical .debug-details-opts .ant-form-item label {
  line-height: 32px;
}
.debug-record-table.yqn-table .ant-table-tbody tr {
  background-color: #fff;
}
.debug-child-table .ant-table {
  background-color: #F3F3F3;
}
.debug-child-table .debug-operation-body .yqn-button.ant-btn-link {
  font-size: 12px;
}
.ant-table.ant-table-small .ant-table-tbody .debug-child-table:only-child .ant-table {
  margin: -4px 0 -4px -4px;
}
.debug-scene-drawer .airline-label-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.debug-scene-drawer .debug-scene-icon {
  cursor: pointer;
  margin-top: 20px;
}
.debug-scene-drawer .text-disabled {
  cursor: not-allowed;
}
.debug-scene-drawer .ant-table-tbody > tr > td {
  border-bottom: none;
}
.debug-scene-drawer .dynamic-table-title {
  margin: 0;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  position: relative;
}
.debug-scene-drawer .dynamic-table-title::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #0081FF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.debug-scene-drawer .dynamic-table .dynamic-add {
  margin-left: 3px;
}
.debug-scene-drawer .ant-select-multiple .ant-select-selection-search {
  margin-top: 1px;
  margin-bottom: 1px;
}
.debug-scene-drawer .yqn-form.ant-form.ant-form-vertical .ant-form-item-label {
  padding-bottom: 0;
}
.debug-scene-drawer .yqn-form.ant-form.ant-form-vertical .ant-form-item-label label {
  height: 22px;
  line-height: 22px;
}
.debug-scene-drawer .yqn-drawer-footer {
  padding: 12px 15px;
  box-sizing: border-box;
}

.info-head {
  position: relative;
}
.info-head .related-party {
  margin: 0;
  padding: 4px 6px;
  font-size: 12px;
  position: relative;
}
.info-head .related-party::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 10px;
  background-color: #0081FF;
  transform: translateY(-50%);
}
.info-head .is-down-up {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #0081FF;
  cursor: pointer;
}
.info-head .is-down-up .yqn-icon {
  margin-left: 7px;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
}
.flex-row .flex-col {
  display: flex;
  position: relative;
  padding-bottom: 4px;
}
.flex-row .flex-col .order-col-label {
  display: inline-block;
  align-items: center;
  width: 86px;
  text-align: right;
  font-size: 12px;
  color: #666;
  flex: 0 0 86px;
}
.flex-row .flex-col .order-col-value {
  font-size: 12px;
  color: #333;
  padding-right: 8px;
  display: -webkit-box;
  /* -webkit-box-orient: vertical; */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.all-document-table .fixed-height {
  padding: 12px 0;
  min-height: 41px;
}
.all-document-table .doc-type {
  margin: 0;
}
.primary-color {
  color: #0081FF;
  cursor: pointer;
}
.separate-drawer {
  overflow-y: auto;
  overflow-x: hidden;
}

.whole-ticket-details {
  padding-top: 6px;
}
.whole-ticket-details .yqn-header {
  display: none;
}
.whole-ticket-details .details-header {
  margin-top: 4px;
  position: relative;
}
.whole-ticket-details .details-header .doc-number {
  display: inline-block;
  padding-right: 24px;
  font-size: 18px;
  margin: 0;
}
.whole-ticket-details .details-header .contras-btn {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.whole-ticket-details .order-common-info .flex-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 1px);
  border-right: 1px dashed #DCDCDC;
}
.whole-ticket-details .order-common-info .flex-col:nth-child(4n)::after,
.whole-ticket-details .order-common-info .flex-col:last-child::after {
  position: static;
  height: 0;
}
.whole-ticket-details .contracting-info {
  background-color: #F5FAFF;
}
.whole-ticket-details .contracting-info .flex-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 1px);
  border-right: 1px dashed #DCDCDC;
}
.whole-ticket-details .contracting-info .flex-col:nth-child(5n)::after,
.whole-ticket-details .contracting-info .flex-col:last-child::after {
  position: static;
  height: 0;
}
.whole-ticket-details .external-order-number {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  border-top: 1px solid #DCDCDC;
  padding: 8px 0;
}
.whole-ticket-details .document-info-tit {
  position: relative;
  font-size: 14px;
  margin: 0;
  padding-left: 8px;
  margin-top: 8px;
}
.whole-ticket-details .document-info-tit::before {
  content: '';
  height: 13px;
  border: 2px solid #0081FF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.whole-ticket-details .compare-result-alert {
  margin-top: 8px;
  border-radius: 0;
}
.whole-ticket-details .compare-result-alert .ant-alert-close-icon {
  position: relative;
  height: 100%;
  min-height: 17px;
  width: 12px;
}
.whole-ticket-details .compare-result-alert .ant-alert-close-icon .anticon-close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.whole-ticket-details .related-party {
  font-weight: 600;
}
.whole-ticket-details .doc-tag-select-button.yqn-button.ant-btn {
  border-color: #DCDCDC;
  border-style: dashed;
}

.drop-menus > .ant-dropdown-menu-item {
  height: 28px;
  line-height: 28px;
  padding: 0 8px!important;
}
.drop-menus p {
  margin: 0;
  font-size: 12px;
}
.yqn-button.ant-btn-link.dropdown-child-link-btn {
  margin: 0;
  color: #333;
  font-size: 12px;
  text-shadow: none;
  width: 100%;
  text-align: left;
  padding: 0 8px;
}

#dzy_body_mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
  pointer-events: 'none';
}

.dzy-contras-drawer {
  padding-top: 0;
}
.dzy-contras-drawer .yqn-drawer-content {
  padding-top: 0;
}
.str-comparison-container {
  display: flex;
}
.str-comparison-container > div {
  box-sizing: border-box;
  width: 50%;
  padding: 0 8px 8px 8px;
  overflow-x: auto;
}
.str-comparison-container .str-comparison-title {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 12px 8px 12px;
  position: relative;
}
.str-comparison-container .str-comparison-title::before {
  content: '';
  width: 3px;
  height: 15px;
  background-color: #0075f9;
  position: absolute;
  top: 16px;
  left: 0;
}

.yqn-button.ant-btn-primary.dzy-like-button {
  background-color: #FF9502;
  color: #fff;
  border-color: #FF9502;
}

.public-contact-form-subtitle-box {
  font-size: 12px;
}
.public-contact-form-subtitle-box .public-contact-form-title-button {
  font-size: 12px;
}
.public-contact-form-subtitle-box::before {
  margin-right: 8px !important;
}
.country-name-atypism-tip {
  color: red;
  font-size: 12px;
  width: 160px;
  margin-bottom: 8px;
}
.label-right {
  background-color: white;
  font-size: 12px;
}

.left-message {
  display: flex;
}
.left-message .order-num {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}

.settlement-middle-select {
  font-size: 12px;
  display: flex;
}
.settlement-middle-select-label {
  position: relative;
  top: 28px;
  width: 50px;
}
.settlement-middle-select .w-28 {
  width: 28px;
}
.settlement-middle-select .w-40 {
  width: 40px;
}
.settlement-middle-select-form-item {
  flex: 1;
  margin-right: 4px;
}
.settlement-middle-select .no-show-red-spot .ant-form-item-required::after {
  visibility: hidden;
}
.settlement-middle-select .no-show-red-spot .ant-form-item-required::before {
  visibility: hidden;
}
.vertical-vertical-settlement-payment-days {
  margin-top: -20px;
}
.display-none {
  display: none;
}

.dynamic-table {
  margin-bottom: 12PX;
}

.left-message {
  display: flex;
}
.left-message .order-num {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}

.task-detail-base-box .task-detail-btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px 0;
}
.task-detail-base-box .task-detail-btn-group .task-detail-btn {
  margin-left: 12px;
}
.task-detail-base-box .margin {
  margin-top: 12px;
}

.order-cost-item .cost-item-modul {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 12px;
  padding-left: 12px;
}
.order-cost-item .cost-item-modul .order-cost-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.order-cost-item .cost-item-modul .order-cost-p-style:not(:last-child) {
  margin: 0;
}
.order-cost-item .cost-item-modul .order-cost-p-style:nth-child(2n+1) {
  background-color: #f7f7f7;
}
.order-cost-item .cost-total {
  padding: 12px 0;
  text-align: end;
}
.order-cost-item .cost-total .cost-total-p-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 0;
}
.order-cost-item .cost-total .cost-total-p-style .cost-amount {
  font-size: 14px;
  color: red;
}
.order-cost-item .cost-total .alter-message {
  margin: 12px 0;
  text-align: left;
}
.order-cost-item .cost-total .alter-message .text-margin {
  margin: 0;
}
.services-title {
  margin-bottom: 4px;
}
.a-p-create-order-list .page-padding-right {
  padding-right: 12px;
}
.a-p-create-order-list .select-service {
  margin-top: 4px;
}
.a-p-create-order-list .submit-btn {
  margin: 12px 0;
}
.a-p-create-order-list .yqn-subtitle {
  margin: 8px 0 8px;
}
.yqn-table.fcl-import-create-cargo-list td.ant-table-cell {
  vertical-align: text-top;
}

.left-message {
  display: flex;
}
.left-message .order-num {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.left-message .other-order-num .paimary-text {
  color: #0081FF;
  cursor: pointer;
}
.left-message .set-tag {
  display: inline-block;
}
.order-detail-tag-list-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-detail-tag-list-box .tag {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #333333;
}
.order-detail-tag-list-box .tag.ant-tag-checkable-checked {
  color: #ffffff;
}

.company-box-class {
  background: #f5fafe;
  padding-top: 10px;
}

.custom-component-finish-order-btn-box {
  display: flex;
  align-items: center;
}
.custom-component-finish-order-btn-box .btn-box {
  margin-left: 8px;
}
.custom-component-finish-order-btn-box .btn-box:first-child {
  margin-left: 0;
}
.finish-type-footer {
  display: flex;
}
.finish-type-footer .btn {
  margin-right: 8px;
}

@charset "UTF-8";
.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,MBgAAHwXAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAic4U8QAAAAAAAAAAAAAAAAAAAAAAABYAdgBpAGQAZQBvAC0AcgBlAGEAYwB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAWAHYAaQBkAGUAbwAtAHIAZQBhAGMAdAAAAAAAAAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?#iefix) format("eot");
}
@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,d09GRgABAAAAABfIAAsAAAAAF3wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDtEPymNtYXAAAAFoAAAAVAAAAFQOVuSnZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAEtAAABLQx1vcUmhlYWQAABSUAAAANgAAADYLMledaGhlYQAAFMwAAAAkAAAAJAesBCZobXR4AAAU8AAAAJQAAACUiAAUz2xvY2EAABWEAAAATAAAAExLllAobWF4cAAAFdAAAAAgAAAAIAAqAMluYW1lAAAV8AAAAbYAAAG2W2rK6XBvc3QAABeoAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8iAEAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIPIg//3//wAAAAAAIPIA//3//wAB/+MOBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQFWANYDKgMqAAIAAAkCAVYB1P4sAyr+1v7WAAIAVgBWA6oDqgACABYAAAEtATcyHgIVFA4CIyIuAjU0PgIBqgEA/wBWWJxzQ0Nzm1lYnHNDQ3ObAUDAwOpDc5tZWJxzQ0Nzm1lYnHNDAAAAAwBWAFYDqgOqABMAJwAqAAAlMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AhMRBQIARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmwMBAKo2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/ZYBgMAAAAAAAgEAANYDAAMqAAMABwAAATMRIyERMxECVqqq/qqqAyr9rAJU/awAAAMAVgBWA6oDqgADAAcAGwAAAREjESMRIxETMh4CFRQOAiMiLgI1ND4CAoBWVFaAWJxzQ0Nzm1lYnHNDQ3ObAVYBVP6sAVT+rAJUQ3ObWVicc0NDc5tZWJxzQwAABABWAFYDqgOqAAMAFwArAC8AAAERMxEHMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AgMRMxECKlaARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmydWAVYBVP6srDZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9rAFU/qwAAQEAAQADAAMAAAMAAAEhESEBAAIA/gADAP4AAAIAagEAA1YDAAACAAUAAAkBESEJAQHqAWz+gP6UAWwCAAEA/gABAAEAAAAAAgCqAQADlgMAAAIABQAACQIhEQECKgFs/pT+gAFsAwD/AP8AAgD/AAAAAAACAQABAAMAAwAAAgAGAAAJAREBMxEjAZYBav4AVlYCAAEA/gACAP4AAAAAAAIBAAEAAwADAAADAAYAAAEzESMhEQECqlZW/lYBagMA/gACAP8AAAACAKoAgANWA9YARQBoAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjETIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcB+AMLBB4KZkoEBAYFAwgGDQMDCgMHCwEDAwUGBgcDAxEGBg0DAwsGCAoiDgwDBgMKBAQKCQNGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBvAEFAgMDXh4mAQMDAwMDAwMDBgMHGQ4GDQMDDQYGAwMDAQEDAwIDBBYMCwkBAwgJAxoICgQBbjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MxMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjQOBgMIAwgEBBIEAwYDCAYGVAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBtigqTAYuRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgFCQEDCgkDVgkDBAoDAwgJA1YJJwkTBhoMBAEDAwYDBSgPHgkTBhoMBAEDAwYDAw4JCRAJaowMHhgBHjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAAAAQAqgCAA1YD1gAbAEYAowDGAAABFBYzMjY/ATA2PQE0JjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNRMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjwQBgMGAwgEBBAEAwgDCAQEUAEDDBAGBg4GDxUKBgMDAwMDAwwQBgYMBgYOBgYKBgYDAwMB4gwSBAUDFgUDAwEsFg4DDgMNGQoICAQFAwMIAwYNAwMFAQMDBgMDDQYGDgYGCwMDDQYICiQEBQMWBQMDAQQFAxpmRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgGCAEDCgkDVgMGAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgFqNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAACAKoAgANWA9YAQgBlAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjJTQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIB9AMLBBoKZkoEBAYFAwgGDQMDCgMHCwEDAwUGCBcPBg0DAwsGCAoiDgwDBgMKBAQKCQP+rjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBggIAQMDAgMEFgwLCQEDCAkDGggKBBpGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAQAqgCAA1YD1gAbAEYATQBwAAABFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFQcjNQc1NzMFND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgI0DgYDCAMIBAQSBAMGAwgGBlABAwwQBgYOBgYOBgYIBgoIAQMODgYGDgYGDgYGCgYGAwMDAbIoKkwG/tg2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGDZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAAEAKoAgANWA9YAIgA+AGkAxgAAEzQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIFFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNao2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBjg4GAwgDCAQEEgQDBgMIBARUAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGgHWRnxdNazW1qwpRV01NF5FKSlFXTVGfV02Nl18FwUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwECwUDDgkJEAkeCRMGGgwEAQMDBgMDDgkJEAkODAgFAwMBBAUDCA8fBAcFBBgKDgkDAwUHAwMHBgYOBgYNAwMKAwMFBAEDAwIDBBsLCAUDAwEEBQMWBQMDAR4AAAAABACAAIADgAOAAAIAFAAmAC4AAAEVJycBBycOAQc1PgE3JxEnIxEzJwE0LgInNR4DFRQGByc+ASccAQcnNR4BAgBa8ALKNlgiTiwbMBW21qrKygKqHzlNL0BuTy0XFUAKDGoCaDA6A1a0WoT9NjZYGygLWAcaEbb+4NYBAMr+tjNcSzYOWA5FY3xEMFsnQhk5HgcNBmheGFsAAAAAAQEqAKoCqgNWAAUAAAEzNxEnIwEqrNTUrAKA1v1U1gACANYAqgMWA1YABQAMAAATMzcRJyMlFAYHER4B1qrW1qoCQDwwMDwCgNb9VNaAOVsYAVgYWwAAAAMAgACKA4ADdgAVABwAIgAAAR4DFRQOAgc1PgM1NC4CJxMUBgcRHgElMzcRJyMCVkBuTy0tT21BLk45Hx85TS9qOjAwOv3AqtbWqgN2DkVjfEREe2NGDlgNN0tcMzNcSzYO/uI5WxgBWBhbR9b9VNYAAAAABADWANYDKgMqAAUACwARABcAAAEzFSM1IxM1MxUjNQE1MxUjFR0BMxUjNQJW1FSAgFTU/oDUgIDUAyrUgP5UgNRUASzUVICsgFTUAAQA1gDWAyoDKgAFAAsAEQAXAAABMxUjNTMDNTMVIxUBNTMVIzURNTMVIzUCqoDUVFTUgP6sVNTUVAKqVNT9rNRUgAHUgNRU/qxU1IAAAAAAAwCAAKoDgANWABcALwA/AAABNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUjNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUBMhYVERQGIyEiJjURNDYzAwAYEoASGhoSgBIYQFZW6hoSgBIYGBKAEhpAVlYBlCI0MyP9rCQyMiQCKiwSGBgSrBIYGBIsFoAWLBIYGBKsEhgYEiwWgBYBLDMj/gAiNDMjAgAiNAAABACAAIADgAOAAAMADQAZACkAAAE1MxUnETMyNj0BNCYjAREjFSM1IxEzNTMVATIWFREUBiMhIiY1ETQ2MwJqVpasEhgYEv8AQFZAQFYBlCI0MyP9rCQyMiQBwICAwP8AGBKsEhj/AAEAamr/AFZWAgAzI/2sIjQzIwJUIjQAAAACAGQAVgOcA6oACwBZAAABMjY1NCYjIgYVFBYlFx4BDwEOAS8BDgEPAQ4BKwEiJi8BLgEnBwYmLwEmNj8BLgE1PAE3Jy4BPwE+AR8BPgE/AT4BOwEyFh8BHgEXNzYWHwEWBg8BHgEVHAECAD1ZWD49WVgBfFoGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAloGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAWpYPj1ZWD49WWxGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQtGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQAAAAEAgABYA4ADqgAzAAABMhYVFAYjIiY1PAE3JQ4BIyImNTQ2MzIWFyUuATU0NjMyFhUUBiMiJicFHgEVFAYHBT4BAwAzSUkzM0kC/tISLBo0TEs1GS0SASwBA0s1NExLNRktEv7UAQMCAgEwECwBUkkzM0tLMwcPBrAQEks1NEwREa4HDwg0TEs1NEwTEbAHDwgHDwiwDxEAAwBWAFYDqgOqAAMABwAbAAABNSMVExEjERMyHgIVFA4CIyIuAjU0PgICKlRUVCpYnHNDQ3ObWVicc0NDc5sCgFZW/qoBAP8AAoBDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAATUzFQMyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEzEQHWVCpGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObL1QCgFZW/io2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/YABAP8AAAABANYA1gMqAyoACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gLu7u487u487u487u4AAQBVAFUDqwOrABQAABMUHgIzMj4CNTQuAiMiDgIVVUN0nFhYnHRDQ3ScWFicdEMCAFicdENDdJxYWJx0Q0N0nFgAAAACAFUAVQOrA6sAFAAoAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgICAFicdENDdJxYWJx0Q0N0nFhHfF01NV18R0d8XTU1XXwDq0N0nFhYnHRDQ3ScWFicdEP9ADVdfEdHfF01NV18R0d8XTUAAAADAFUAVQOrA6sAFAAoADQAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAhMUBiMiJjU0NjMyFgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfDlLNTVLSzU1SwOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQFVNUtLNTVLSwAAAAEAAAABAADxFM6JXw889QALBAAAAAAA1DSJZQAAAADUNIllAAAAAAOrA9YAAAAIAAIAAAAAAAAAAQAABAAAAAAABAAAAAAAA6sAAQAAAAAAAAAAAAAAAAAAACUEAAAAAAAAAAAAAAAAAAAABAABVgQAAFYEAABWBAABAAQAAFYEAABWBAABAAQAAGoEAACqBAABAAQAAQAEAACqBAAAqgQAAKoEAACqBAAAqgQAAKoEAACABAABKgQAANYEAACABAAA1gQAANYEAACABAAAgAQAAGQEAACABAAAVgQAAFYEAADWBAAAVQQAAFUEAABVAAAAAAAKABQAHgAsAFQAlgCqANgBIAEuAUQBWgFwAYQCEAKoA6YELgTGBcQGEgYiBj4GeAaeBsYHGgdaB+IILghcCKQIvgjgCRwJaAABAAAAJQDHAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACwAAAAEAAAAAAAIABwCEAAEAAAAAAAMACwBCAAEAAAAAAAQACwCZAAEAAAAAAAUACwAhAAEAAAAAAAYACwBjAAEAAAAAAAoAGgC6AAMAAQQJAAEAFgALAAMAAQQJAAIADgCLAAMAAQQJAAMAFgBNAAMAAQQJAAQAFgCkAAMAAQQJAAUAFgAsAAMAAQQJAAYAFgBuAAMAAQQJAAoANADUdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0dmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0UmVndWxhcgBSAGUAZwB1AGwAYQBydmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.video-react-icon, .video-react .video-react-closed-caption, .video-react .video-react-bezel .video-react-bezel-icon, .video-react .video-react-volume-level, .video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button, .video-react .video-react-play-control, .video-react .video-react-play-progress, .video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-react-icon-play-arrow:before, .video-react .video-react-bezel .video-react-bezel-icon-play:before, .video-react .video-react-play-control:before, .video-react .video-react-big-play-button:before {
  content: "\F200";
}

.video-react-icon-play-circle-filled:before {
  content: "\F201";
}

.video-react-icon-play-circle-outline:before {
  content: "\F202";
}

.video-react-icon-pause:before, .video-react .video-react-bezel .video-react-bezel-icon-pause:before, .video-react .video-react-play-control.video-react-playing:before {
  content: "\F203";
}

.video-react-icon-pause-circle-filled:before {
  content: "\F204";
}

.video-react-icon-pause-circle-outline:before {
  content: "\F205";
}

.video-react-icon-stop:before {
  content: "\F206";
}

.video-react-icon-fast-rewind:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "\F207";
}

.video-react-icon-fast-forward:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "\F208";
}

.video-react-icon-skip-previous:before {
  content: "\F209";
}

.video-react-icon-skip-next:before {
  content: "\F20A";
}

.video-react-icon-replay-5:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "\F20B";
}

.video-react-icon-replay-10:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "\F20C";
}

.video-react-icon-replay-30:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "\F20D";
}

.video-react-icon-forward-5:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "\F20E";
}

.video-react-icon-forward-10:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "\F20F";
}

.video-react-icon-forward-30:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "\F210";
}

.video-react-icon-volume-off:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before, .video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "\F211";
}

.video-react-icon-volume-mute:before, .video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "\F212";
}

.video-react-icon-volume-down:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before, .video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before, .video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "\F213";
}

.video-react-icon-volume-up:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before, .video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before {
  content: "\F214";
}

.video-react-icon-fullscreen:before {
  content: "\F215";
}

.video-react-icon-fullscreen-exit:before {
  content: "\F216";
}

.video-react-icon-closed-caption:before, .video-react .video-react-closed-caption:before {
  content: "\F217";
}

.video-react-icon-hd:before {
  content: "\F218";
}

.video-react-icon-settings:before {
  content: "\F219";
}

.video-react-icon-share:before {
  content: "\F21A";
}

.video-react-icon-info:before {
  content: "\F21B";
}

.video-react-icon-info-outline:before {
  content: "\F21C";
}

.video-react-icon-close:before {
  content: "\F21D";
}

.video-react-icon-circle:before, .video-react .video-react-volume-level:before, .video-react .video-react-play-progress:before {
  content: "\F21E";
}

.video-react-icon-circle-outline:before {
  content: "\F21F";
}

.video-react-icon-circle-inner-circle:before {
  content: "\F220";
}

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-react:-moz-full-screen {
  position: absolute;
}
.video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-react *,
.video-react *:before,
.video-react *:after {
  box-sizing: inherit;
}
.video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-react.video-react-16-9 {
  padding-top: 56.25%;
}
.video-react.video-react-4-3 {
  padding-top: 75%;
}
.video-react.video-react-fill {
  width: 100%;
  height: 100%;
}
.video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
body.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.video-react .video-react-loading-spinner:before, .video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block;
}

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}
.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.video-react-menu-button {
  cursor: pointer;
}
.video-react-menu-button.video-react-disabled {
  cursor: default;
}

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}
.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
}
.video-react-menu li:focus, .video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react-menu li.video-react-selected, .video-react-menu li.video-react-selected:focus, .video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.video-react .video-react-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}
.video-react .video-react-menu-button-inline:hover, .video-react .video-react-menu-button-inline:focus, .video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}
.video-react .video-react-menu-button-inline:hover .video-react-menu, .video-react .video-react-menu-button-inline:focus .video-react-menu, .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
  display: block;
  opacity: 1;
}
.video-react .video-react-menu-button-inline.video-react-slider-active {
  transition: none;
}
.video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline:hover, .video-react-no-flex .video-react-menu-button-inline:focus, .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react .video-react-slider:focus {
  box-shadow: 0 0 1em #fff;
}

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-react .video-react-control:focus:before, .video-react .video-react-control:hover:before, .video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff;
}

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-react-has-started .video-react-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important;
}

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.video-react .video-react-progress-control {
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
}

.video-react-live .video-react-progress-control {
  display: none;
}

.video-react .video-react-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-react .video-react-play-progress {
  background-color: #fff;
}
.video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1;
}

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none;
}

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none;
}

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-react .video-react-play-control {
  cursor: pointer;
  flex: none;
}
.video-react .video-react-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.video-react .video-react-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  flex: none;
}
.video-react .video-react-volume-control {
  width: 5em;
  flex: none;
  display: flex;
  align-items: center;
}
.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
  width: 100%;
}
.video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
  height: 100%;
}
.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}
.video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}
.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}
.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important;
}

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}
.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}
.video-react .video-react-bezel.video-react-bezel-animation {
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel.video-react-bezel-animation-alt {
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@-webkit-keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@-webkit-keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.video-react .video-react-closed-caption {
  cursor: pointer;
  flex: none;
}
.video-react video::-webkit-media-text-track-container {
  transform: translateY(-30px);
}
.pra-drawer-blon .ant-tabs-tabpane {
  display: flex;
}
.pra-drawer-blon .video-wrapper {
  padding-top: 12px;
}
.pra-drawer-blon .video-wrapper .video-react {
  background-color: transparent;
}
.pra-drawer-blon .full-height {
  position: absolute;
  bottom: 50px;
  width: 800px;
  right: 0;
  top: 48px;
}
.pra-drawer-blon .full-height .left-wrapper {
  height: 100%;
  overflow: auto;
  padding: 12px;
  border-right: 1px solid #dcdcdc;
}
.pra-drawer-blon .full-height .col-time-line {
  overflow-y: auto;
  height: 100%;
}
.pra-drawer-blon .yqn-drawer-footer {
  border-top: none;
}
.pra-drawer-blon .footer-div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
  background: #fff;
}
.pra-drawer-blon .time-line-padding {
  padding: 15px 10px;
}
.pra-drawer-blon .video-play {
  width: 100%;
  max-width: 100%;
}
.pra-drawer-blon .yqn-drawer-content {
  flex: 1;
}

.process-wrapper {
  font-size: 12px;
}
.process-wrapper .c-color-yellow {
  color: #ffbf00;
}
.process-wrapper .c-color-green {
  color: #00a854;
}
.process-wrapper .c-color-red {
  color: #f5222d;
}
.process-wrapper .pl-10 {
  padding-left: 10px;
}
.sb-txt {
  padding-left: 10px;
  font-size: 12px;
}
.logic-list-info .ant-tooltip-inner {
  background-color: #fff;
  color: #999999;
}
.logic-list-info .ant-tooltip-arrow {
  border-color: #fff;
}
.drawer-wrapper p {
  font-size: 12px;
  margin-bottom: 0;
}

.detail-overview_tab-box {
  width: 100%;
  display: flex;
}
.detail-overview_tab-box .detail-overview-content-left {
  border-right: 1px #dcdcdc solid;
  padding-right: 12px;
  padding-top: 10px;
}
.detail-overview_tab-box .detail-overview-content-right {
  padding-left: 10px;
  width: 510px;
}
.detail-overview_tab-box .detail-overview-title-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.detail-overview_tab-box .detail-overview-title-box .detail-overview-title-btn {
  flex: 1;
  text-align: right;
}

.a-c-file-list-upload {
  width: 100%;
}
.a-c-file-list-tab .btnGroup {
  margin-bottom: 8px;
}
.a-c-file-list-tab .btnGroup .ant-btn {
  margin-right: 8px;
}
.a-c-file-list-tab .ant-table-wrapper {
  margin-bottom: 12px;
  max-height: 300px;
  overflow: scroll;
}
.a-c-file-list-tab .c-c-upload {
  width: 100%;
}
.a-c-file-list-tab .file {
  text-align: center;
}
.a-c-file-list-tab .file .file-form .submit-btn {
  width: 200px;
  margin-bottom: 20px;
}
.a-c-file-list-tab .has-error {
  margin-top: 16px;
}
.a-c-file-list-tab .dynamic-delete-button {
  font-size: 20px;
  margin-left: 3px;
}
.a-c-file-list-tab .pre-view {
  display: inline-block;
}
.lh-24 .ant-btn-sm {
  line-height: 24px !important;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}

.yqn-detail-table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
}
.yqn-detail-table tr td {
  border: 1px solid #f0f0f0;
  padding: 9px 11px;
}
.yqn-detail-table td.yqn-detail-table-label {
  text-align: left;
  color: #666;
  font-weight: 700;
  background-color: #f9f9f9;
  width: 100px;
}
.yqn-detail-table-label {
  font-size: 12px;
  color: #666666;
}

.c-c-expend-table .ant-table-expanded-row {
  padding: 8px 16px;
}
.c-c-expend-table .ant-table-expanded-row > td:last-child {
  padding: 10px 10px 10px 0px;
}
.c-c-expend-table .ant-table-wrapper {
  background: #fff;
  padding: 0 16px;
}
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > th,
.c-c-expend-table .ant-table-bordered .ant-table-tbody > tr > td,
.c-c-expend-table .ant-table-bordered .ant-table-thead > tr > td {
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
.c-c-expend-table .ant-table-expanded-row > td:first-child {
  border-right: none !important;
}
.box-title {
  position: relative;
  height: 32px;
}
.box-title .yqn-button {
  position: absolute;
  right: 0;
  top: 0;
}
.c-float-l {
  float: left;
}
.c-float-r {
  float: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fcl-export-copy-order-modal .alert-warning {
  margin-bottom: 12px;
}
.fcl-export-copy-order-modal .row-checkbox {
  margin-bottom: 12px;
}
.fcl-export-copy-order-modal .row-checkbox .checkbox-sub-label {
  white-space: pre-wrap;
  margin-left: 4px;
  color: #666666;
}
.fcl-export-copy-order-modal .copy-order-count {
  width: 50%;
}
.fcl-export-copy-order-modal .copy-order-drawer-footer .btn {
  margin-right: 8px;
}

.service-type-footer .btn {
  margin-right: 8px;
}

.a-c-container .change-btn {
  display: flex;
  justify-content: flex-end;
}
.a-c-container .change-btn button:first-child {
  margin-right: 12px;
}
.a-c-container .history-list {
  margin-bottom: 0;
}
.a-c-container .yqn-subtitle {
  margin-top: 20px;
}

.opt-con {
  margin: 11px 10px 15px 11px;
  color: #666;
}
.opt-con .opt-con-tb1 {
  border: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 th,
.opt-con .opt-con-tb1 .opt-con-type1 td {
  padding: 6px;
  box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-before-value {
  text-decoration: line-through;
  color: #ec808d;
  margin-right: 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body .opt-after-value {
  color: #87b685;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 6px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #52c41a;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.update {
  background: #ffbf00;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-con-body i.add {
  background: #f5222d;
}
.opt-con .opt-con-tb1 .opt-con-type1 .opt-first-clomn {
  width: 80px;
}
.opt-con .opt-con-tb1 .opt-con-type1 .pre-view .c-c-preview-image {
  display: inline-block;
  margin-right: 10px;
}
.opt-con .opt-con-tb2 {
  width: 100%;
  min-width: auto;
}
.opt-con .opt-con-tb2 .opt-con-type2 {
  border-bottom: 1px solid #ccc;
}
.opt-con .opt-con-tb2 .opt-con-type2 th {
  min-width: 100px;
}
.opt-con .opt-con-tb2 .a-c-m-tbody {
  border-bottom: 1px dashed #ccc;
}

.doc-drawer-wrapper div {
  font-size: 12px;
}
.doc-drawer-wrapper div a {
  font-size: 12px;
}

.doc-alert {
  margin-bottom: 12px;
}
.documents-table .flex-wrap {
  display: flex;
  flex-direction: row;
}
.documents-table .flex-wrap .yqn-button.ant-btn {
  padding: 0;
  margin-right: 24px;
}

.receivable-color {
  color: #2ca470;
}
.payable-color {
  color: #F95122;
}

.custom-component-document-booking-comments-box {
  display: flex;
  align-items: center;
}
.custom-component-document-booking-comments-box .button {
  margin-left: 12px;
  font-size: 12px;
  line-height: 17px;
}

.fcl-export-document-bl-cargo-subtitle-box {
  display: flex;
  align-items: center;
}
.fcl-export-document-bl-cargo-subtitle-box .button {
  margin-left: 12px;
  font-size: 12px;
  line-height: 17px;
}

.fcl-export-document-upload-button .ant-form-item-label {
  display: none;
}
.fcl-export-document-upload-button .ant-form-item-control {
  top: 4px;
}

.document-list .top-module {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #F0F7FF;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.document-list .top-module .popover-style {
  margin: 0 4px;
}
.document-list .top-module .document-list-title {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.document-list .top-module .document-list-title .document .font-style {
  font-size: 16px;
}
.document-list .top-module .document-list-title .document .font-style.pending-count {
  color: #F95122;
}
.document-list .top-module .document-list-title .document .font-style.yqn-button.ant-btn-link.yqn-btn-danger:hover {
  color: #333333;
}
.document-list .top-module .document-list-title .document .font-style .icon-style {
  margin-bottom: 1px;
  margin-left: 12px;
}
.document-list .hBlno-list-style .yqn-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.document-list .hBlno-list-style .yqn-button.ant-btn-link {
  padding: 0;
}
.document-list .yqn-tabulation-table .table-toolbar-operation .ant-btn {
  margin: 0 4px 0 0;
}
.document-list .bc-list-style .ant-table-tbody .ant-table-cell .yqn-button {
  padding: 0 4px;
}
.document-list .bc-list-style .ant-table-tbody .ant-table-cell .doc-tag-list {
  display: inline-block;
}
.document-list .ts-table-lation .yqn-button.ant-btn {
  padding: 0 4px;
}
.document-list .ts-table-lation .yqn-button.ant-btn.table-copy-document {
  font-size: 12px;
  height: 24px;
}
.document-list .ts-table-lation .table-operation {
  margin: 0;
}
.document-list .vgm-list-style .ant-table-tbody .ant-table-cell .yqn-button {
  padding: 0 4px;
}
.document-list .vgm-list-style .ant-table-tbody .ant-table-cell .doc-tag-list {
  display: inline-block;
}
.document-list .ant-tabs > .ant-tabs-nav,
.document-list .ant-tabs > div > .ant-tabs-nav {
  margin-bottom: 8px;
}
.document-list .status-style {
  color: #F95122;
}
.document-list .yqn-tabulation-table .table-toolbar {
  justify-content: flex-start;
}
.document-list .ant-table-row-level-1 {
  background: #f3f3f3;
}
.dzy-dropdown-menu-body .yqn-button.ant-btn-primary {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
  color: #333;
  font-size: 12px;
  text-shadow: none;
}
.dzy-export-document-list-btn {
  padding: 8px;
  cursor: pointer;
}
.dzy-export-document-list-btn .ant-dropdown-menu-title-content {
  font-size: 12px;
}
.dzy-export-document-list-btn:hover {
  background-color: #e6f2ff;
}
.page-document-detail .yqn-subtitle {
  font-size: 12px !important;
}
.page-document-detail .layout-common-page,
.page-document-detail .yqn-breadcrumb.ant-breadcrumb,
.page-document-detail .yqn-base-page .page-content {
  background: #F6F6F6 !important;
}
.page-document-detail .grid_col_right_false_false,
.page-document-detail .grid_col_right_true_false {
  padding: 0;
}
.page-document-detail .grid_col_right_false_false ~ .grid_col_right_false_false,
.page-document-detail .grid_col_right_true_false ~ .grid_col_right_false_false {
  padding-left: 4px;
}
.page-document-detail .grid_col_right_false_false ~ .grid_col_right_false_true,
.page-document-detail .grid_col_right_true_false ~ .grid_col_right_false_true {
  padding: 0;
  padding-left: 4px;
}
.page-document-detail .layout-common-page {
  padding: 0 12px;
}
.page-document-detail .layout-common-page > div {
  min-width: 1280px;
}
.page-document-detail .yqn-header {
  display: none;
}
.page-document-detail .doc-detail .left .ant-tabs-tabpane {
  padding: 0 8px;
}
.page-document-detail .doc-detail .left .yqn-tabs,
.page-document-detail .doc-detail .left .ant-tabs-content {
  height: 100%;
}
.page-document-list .ant-breadcrumb {
  display: none;
}
.doc-list-status.v-success {
  color: #2CA470;
}
.doc-list-status.v-fail {
  color: #F95122;
}
.doc-info-alert-modal {
  margin-bottom: 12px;
}
.doc-input-group-style .ant-input:-moz-read-only {
  border-right-color: #ffffff;
  background: none;
  cursor: pointer;
}
.doc-input-group-style .ant-input:read-only {
  border-right-color: #ffffff;
  background: none;
  cursor: pointer;
}
.doc-input-group-style .ant-input:-moz-read-only:hover {
  border-color: #dcdcdc;
  border-right-color: #ffffff;
}
.doc-input-group-style .ant-input:read-only:hover {
  border-color: #dcdcdc;
  border-right-color: #ffffff;
}
.doc-input-group-style .ant-input-group-wrapper .ant-input-group-addon {
  background: none;
  cursor: pointer;
}
.doc-input-group-style .ant-input-group-wrapper .ant-input-group-addon .yqn-icon {
  cursor: pointer;
}
.doc-input-group-style .ant-input-group-wrapper .ant-input-group-addon .yqn-icon:hover {
  color: #0081ff;
}
.gross-weight-input .ant-input-group-wrapper .ant-input-group-addon {
  padding: 0;
}
.gross-weight-input .ant-input-group-wrapper .ant-input-group-addon .yqn-icon {
  width: 28px;
  min-height: 22px;
  padding: 5px 0;
}
.doc-nowrap-textarea > textarea {
  white-space: nowrap;
}
.wait-btn-margin {
  margin: 0 4px;
}
.doc-list-badge {
  color: inherit;
}
.doc-list-badge .ant-badge {
  color: inherit;
}
.doc-list-badge .ant-badge-status-text {
  color: inherit;
  font-size: 12px;
}

.document-email-list .top-module {
  height: 78px;
  padding: 5px 20px;
  background: #F0F7FF;
}
.document-email-list .top-module .email-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  width: 60%;
}
.document-email-list .top-module .email-list .email {
  width: 33%;
}
.document-email-list .top-module .email-list .email .popover-style {
  margin: 0 4px;
}
.document-email-list .top-module .email-list .email .font-style {
  font-size: 16px;
}
.document-email-list .top-module .email-list .email .font-style.pending-count {
  color: #F95122;
}
.document-email-list .top-module .email-list .email .font-style.yqn-button.ant-btn-link.yqn-btn-danger:hover {
  color: #333333;
}
.document-email-list .top-module .email-list .email .font-style .icon-style {
  margin-bottom: 1px;
  margin-left: 12px;
}
.document-email-list .doc-email-list .error-code-style {
  color: #F95122;
}
.document-email-list .ant-tabs > .ant-tabs-nav,
.document-email-list .ant-tabs > div > .ant-tabs-nav {
  margin-bottom: 8px;
}

.document-email-detail.success {
  background-position: top right;
  background-image: url(https://srfiles.yunquna.com/fe/61501/prod/img/success-result.6d30404.png);
  background-size: 92px 92px;
  background-repeat: no-repeat;
}
.document-email-detail .error-info {
  margin-bottom: 8px;
}
.document-email-detail .email-content .table-care {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 8px;
}
.document-email-detail .email-content .table-care .email-title {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px;
}
.document-email-detail .email-content .table-care .line {
  font-size: 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  color: #666666;
}
.document-email-detail .email-content .table-care .line .left {
  width: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.document-email-detail .email-content .table-care .line .left.attachment {
  height: 32px;
  line-height: 32px;
}
.document-email-detail .email-content .table-care .line .right {
  flex: 1;
  color: #333333;
  word-break: break-all;
  text-align: left;
  margin: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.document-email-detail .email-content .table-care .line .file-list {
  flex: 1;
  margin: 0 8px;
}
.document-email-detail .email-content .table-care .line .file-list .download-file {
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  height: 32px;
  line-height: 32px;
  background-color: #F7F7F7;
  margin-bottom: 8px;
}
.document-email-detail .email-content .table-care .line .file-list .download-file:last-child {
  margin-bottom: 0;
}
.document-email-detail .email-content .table-care .line .file-list .download-file .file-name {
  display: flex;
  align-items: center;
}
.document-email-detail .email-content .table-care .line .file-list .download-file .file-name .icon-attachment-style {
  margin-right: 8px;
}
.document-email-detail .email-content .table-care .line .file-list .download-file .file-name .attachment-name {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}
.document-email-detail .email-content .email-text {
  font-size: 12px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  *word-wrap: break-word;
  *white-space: normal ;
}

.document-upload .dynamic-table-files .icon-delete.yqn-icon {
  font-size: 20px;
}

.doc-bacth-upload-dynamic-table ~ .dynamic-add {
  display: none !important;
}
.doc-bacth-container .doc-batch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}
.doc-bacth-container .doc-batch-header .dbh-operation {
  display: flex;
  align-items: center;
}
.doc-bacth-container .doc-batch-header .dbh-operation .ant-form-item-label {
  display: none;
}
.doc-bacth-container .doc-batch-header .dbh-operation .yqn-form-item {
  margin: 0;
}
.doc-bacth-container .doc-batch-header > h3 {
  margin: 0;
}
.doc-bacth-container .dbc-table-operation > a {
  margin-right: 10px;
}
.doc-bacth-container .doc-batch-range {
  flex-direction: row !important;
  align-items: center;
  padding-top: 8px;
}
.doc-bacth-container .doc-batch-range .ant-form-item-label {
  padding-bottom: 0 !important;
  margin-right: 10px;
}
.doc-bacth-container .doc-batch-edit-btn {
  padding-left: 0;
}
.doc-batch-file {
  max-width: 150px;
}
.doc-batch-file > p {
  margin: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.doc-batch-file .v-loading {
  color: #666666;
}
.doc-batch-file .v-success {
  color: #2ca470;
}
.doc-batch-file .v-failed {
  color: #F95122;
}
.doc-batch-file .doc-batch-loading {
  margin-left: 8px;
  font-size: 12px;
}
.doc-bacth-total {
  font-size: 12px;
}
.action-input-wrapper .ant-form-item-children-icon {
  right: 44px !important;
}
.doc-batch-table-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.doc-batch-table-header .doc-batch-empty-carrier {
  margin-left: 20px;
}
.doc-batch-table-header .doc-batch-empty-carrier > span {
  color: #f95122;
  font-size: 12px;
  margin-right: 4px;
}
.page-document-detail textarea {
  white-space: nowrap;
}

.doc-contact-info-wrappper .doc-contact-info-code .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.doc-contact-info-wrappper .doc-contact-info-precode .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.doc-contact-info-wrappper .contact-info-name-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 7%;
}
.doc-contact-info-wrappper .contact-info-name-label .select-contact {
  margin-right: 10px;
  vertical-align: bottom;
}
.doc-contact-info-wrappper .doc-country-error {
  font-size: 12px;
  color: #f95122;
  white-space: nowrap;
  margin-bottom: 8px;
}
.doc-contact-info-wrappper .name-input-name {
  color: #333333;
  font-size: 12px;
}
.doc-contact-info-wrappper .name-input-address {
  color: #666666;
  font-size: 12px;
}
.doc-contact-info-wrappper [data-country-error='true'] .ant-select-selector {
  color: #f95122;
  border-color: #f95122 !important;
}
.doc-contact-info-wrappper .contact-precode .yqn-form-item {
  margin-bottom: 0;
}
.doc-contact-info-wrappper .contact-precode .yqn-form-item.ant-form-item-has-warning .yqn-input {
  box-shadow: none !important;
}
.yqn-subtitle.doc-contact-info-title {
  font-size: 12px;
}

.dzy-container-drawer .ant-input-group.ant-input-group-compact {
  display: flex;
  position: relative;
}
.dzy-container-drawer .branch-weight-unit {
  position: absolute;
  width: 48px;
  text-align: center;
  height: 32px;
  line-height: 30px;
  background-color: #DCDCDC;
  font-size: 12px;
  right: 0;
  top: 0;
}
.dzy-container-drawer .yqn-form.ant-form .ant-form-item {
  width: 100%;
  margin: 0;
}
.dzy-container-drawer .yqn-form.ant-form .ant-form-item .perf-tracked {
  padding-right: 48px;
}
.dzy-container-drawer .yqn-form.ant-form .ant-form-item-label label {
  min-width: 60px;
}
.dzy-container-drawer .ant-form-item-label > label::after {
  content: "";
}

.add-contianer-modal {
  box-sizing: border-box;
}
.add-contianer-modal .add-contianer-form .ant-table-tbody > tr > td {
  border-bottom: none;
}
.add-contianer-modal .add-contianer-form .yqn-table .ant-table-small .ant-table-container .ant-table-thead > tr > th {
  background-color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 400;
  padding-left: 8px;
}
.add-contianer-modal .add-contianer-form .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  height: 0;
}
.add-contianer-modal .add-contianer-form .add-container {
  width: 110px;
  text-align: center;
  height: 32px;
  line-height: 30px;
  margin-left: 4px;
}
.add-contianer-modal .add-contianer-form .dynamic-table {
  margin-bottom: 4px;
}
.add-contianer-modal .contianer-count {
  display: flex;
  align-items: center;
}
.add-contianer-modal .contianer-count button[ant-click-animating-without-extra-node]:after {
  border: 0 none;
  opacity: 0;
  -webkit-animation: none 0 ease 0 1 normal;
          animation: none 0 ease 0 1 normal;
}
.add-contianer-modal .contianer-count .minus {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.add-contianer-modal .contianer-count .plus {
  border-left: none;
  border-radius: 0px 4px 4px 0;
}
.add-contianer-modal .contianer-count .plus,
.add-contianer-modal .contianer-count .minus {
  padding: 0 10px;
}
.add-contianer-modal .contianer-count .plus:hover,
.add-contianer-modal .contianer-count .minus:hover,
.add-contianer-modal .contianer-count .plus:focus,
.add-contianer-modal .contianer-count .minus:focus {
  border-color: #dcdcdc;
}
.add-contianer-modal .contianer-count .count {
  border-radius: 0;
  text-align: center;
}
.add-contianer-modal .contianer-count .count .ant-input-number-handler-wrap {
  display: none;
}
.add-contianer-modal .contianer-count .count .ant-input-number-input {
  text-align: center;
}
.add-contianer-modal .delect-btn {
  padding-right: 0;
}
.add-contianer-modal .delect-btn .icon-delete.yqn-icon {
  font-size: 20px;
}
.add-contianer-modal .is-sos .ant-checkbox {
  top: 0;
}

.fix-box-wrapper {
  display: flex;
  align-items: flex-end;
}
.fix-box-wrapper .yqn-input .ant-input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fix-box-wrapper .ant-btn {
  flex: 0 1 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 8px;
  font-size: 12px;
}
.fix-box-wrapper .select-box-btn-wrap {
  margin-bottom: 0;
  color: #ffffff;
}
.fix-box-wrapper .select-box-btn-wrap .yqn-icon {
  color: inherit;
}
.fix-box-wrapper .yqn-input {
  width: 100%;
}

.box-volume-custom-label {
  width: 100%;
  font-size: 12px;
  margin-right: 12px;
}
.box-volume-custom-label .label-mapping-content {
  display: inline;
}

.head-with-vgm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 12px;
}
.head-with-vgm .hwv-vgm {
  display: flex;
}
.head-with-vgm .hwv-vgm > p {
  font-weight: 600;
  margin: 0;
}
.head-with-vgm .hwv-vgm > p > i {
  font-style: normal;
}
.head-with-vgm .hwv-vgm > p.active > i {
  color: #f95122;
}
.head-with-vgm .hwv-vgm > p ~ p {
  margin-left: 65px;
}
.head-with-vgm .hwv-vgm-hidden {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.head-with-vgm .hwv-vgm-err-msg {
  margin: 0 6px 0 0;
  font-size: 16px;
  color: #F95122 !important;
}
.head-with-vgm .container-cargo-info-buttons {
  display: flex;
}
.head-with-vgm .container-cargo-info-buttons button {
  margin-right: 8px;
}
.head-with-vgm .container-cargo-info-buttons .save-creat-vgm {
  font-size: 12px;
}
.head-with-vgm .container-cargo-info-buttons .save-creat-vgm .ant-checkbox + span {
  padding-left: 4px;
  padding-right: 0px;
}
.container-cargo-info-title {
  font-size: 12px;
}
.cargono-hide {
  display: none !important;
}
.icon-cargo-container-del {
  font-size: 16px;
  cursor: pointer;
}
.icon-cargo-container-del:hover {
  color: #0081ff;
}
.compare-color-red label,
.compare-color-red input {
  color: #F95122 !important;
}
.srceenbtn-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.srceenbtn-cargo-box {
  justify-content: flex-end;
}
.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99;
  padding: 10px;
  overflow: auto;
}
.yqn-form.ant-form .dynamic-table .ant-form-item.mtd-dynamic-mblno {
  width: 142px;
}
.dzy-cargo-customer-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.currency-value-input .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.currency-value-select .ant-select-selector {
  border-radius: 0 4px 4px 0 !important;
}

.dzy-container-cargo-wrap .dcc-header {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dzy-container-cargo-wrap .dcc-header .yqn-button.ant-btn {
  margin-left: 10px;
}
.dzy-container-cargo-wrap.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  background: #ffffff;
}

.vgm-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99;
  padding: 10px;
  overflow: auto;
}
.vgm-srceenbtn-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.vgm-srceenbtn-box .box-volume {
  margin: 0 !important;
}

.terminal-code-wrap .ant-form-item {
  margin-bottom: 0 !important;
}
.terminal-code-wrap .terminal-code-item {
  margin: 0 !important;
}
.terminal-code-wrap .terminal-code-left {
  width: 100% !important;
}
.terminal-code-wrap .terminal-code-left:not(.full-line) .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.terminal-code-wrap .terminal-code-right .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.terminal-code-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.terminal-code-label > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.terminal-code-label .terminal-label-left {
  max-width: 100px;
}
.terminal-code-label .terminal-label-right {
  flex: 1;
  text-align: right;
}
.terminal-code-label .choice-port-modal-body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.terminal-code-label .choice-port-modal-body .choice-port-modal-tip {
  color: #0081FF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.terminal-code-label .choice-port-modal-body .status-1 {
  cursor: not-allowed;
  color: #FF9502;
}

.page-document-whole .layout-common-page {
  padding: 0 12px;
  background-color: #F6F6F6;
}
.many-single-contrast {
  color: #333333;
  font-size: 12px;
}
.many-single-contrast .fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 90;
}
.many-single-contrast .title {
  min-height: 60px;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  margin-top: 12px;
}
.many-single-contrast .title .ant-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  border-right: 1px solid #dcdcdc;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.many-single-contrast .title .ant-col:nth-last-child(1) {
  border-right: none;
}
.many-single-contrast .title .ant-col .title_name {
  font-size: 14px;
  font-weight: 600;
}
.many-single-contrast .title .ant-col .title_docNo {
  cursor: pointer;
  color: #0081ff;
}
.many-single-contrast .yqn-subtitle {
  font-weight: 600;
  font-size: 12px;
  margin: 12px 0 8px 0;
}
.many-single-contrast .yqn-subtitle span {
  color: #F95122;
  margin-left: 8px;
}
.many-single-contrast .table-info-list {
  margin: 0;
  min-height: 40px;
}
.many-single-contrast .table-info-list ~ .table-info-list {
  border-top: none;
}
.many-single-contrast .table-info-list .table-info-list-label {
  background-color: #EFEFEF;
}
.many-single-contrast .table-info-list pre {
  margin: 0;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
}
.many-single-contrast .ant-collapse {
  border-radius: 0;
  color: #333333;
  font-size: 12px;
  background-color: #FFFFFF;
  margin-bottom: 8px;
}
.many-single-contrast .ant-collapse .ant-collapse-item {
  border-radius: 0;
}
.many-single-contrast .ant-collapse .ant-collapse-header {
  min-height: 40px;
  padding: 12px 8px;
}
.many-single-contrast .ant-collapse .ant-collapse-content {
  border: none;
}
.many-single-contrast .ant-collapse .ant-collapse-content-box {
  padding: 0;
}
.many-single-contrast .ant-collapse .panel-title {
  font-weight: 600;
}
.many-single-contrast .ant-collapse .panel-num {
  font-weight: 600;
  color: #F95122;
  margin-left: 8px;
}
.many-single-contrast .ant-collapse .table-info-list {
  border: none;
  border-top: 1px solid #dcdcdc;
}
.many-single-contrast .error-color {
  color: #F95122;
}
.many-single-contrast .error-color .ant-collapse-header .panel-title {
  color: #F95122;
}

.container-weight-input-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.board-home-imprint {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.board-home-imprint .board-home-imprint-content {
  width: 50%;
}
.board-home-imprint .board-home-imprint-content:nth-child(1) {
  margin-right: 12px;
}
.board-home-imprint .board-home-imprint-panel {
  display: flex;
  justify-content: space-between;
  height: 66px;
  padding: 0 20px;
  background: #f5f5f5;
}
.board-home-imprint .board-home-imprint-panel .home-imprint-panel-content {
  padding-top: 13px;
}
.board-home-imprint .board-home-imprint-panel .home-imprint-panel-content li:nth-child(1) {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
}
.board-home-imprint .board-home-imprint-panel .home-imprint-panel-content li:nth-child(2) {
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 17px;
}
.board-home-imprint .board-home-imprint-panel .home-imprint-panel-content li:nth-child(2) span:nth-child(2) {
  margin: 0 5px;
  height: 12px;
  border-right: 1px solid #DCDCDC;
  opacity: 0.7;
}
.board-home-imprint .board-home-imprint-panel .home-imprint-panel-content li:nth-child(2) span:nth-child(3) {
  color: #666666;
}
.board-home-imprint .board-home-imprint-panel .home-imprint-panel-content li:nth-child(3) {
  margin-top: 8px;
}
.board-home-imprint .board-home-imprint-panel .home-imprint-panel-detail {
  margin-top: 17px;
}

.page-document-board-home .layout-common-page {
  padding: 12px 12px 12px 24px;
  background-color: #f0f0f0;
}
.page-document-board-home .ant-card-bordered {
  border: 0;
}
.page-document-board-home .yqn-left-and-right-layout .yqn-right-layout {
  padding-left: 0;
}
.page-document-board-home {
  min-width: 1280px;
}
.shippingCompanyRanking .ant-table-body {
  max-height: 160px !important;
}
.shippingCompanyRanking .yqn-tabulation-table {
  margin: 0;
}

.board-render-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.board-render-list .doc {
  margin-right: 2px;
}
.board-render-list .can-click {
  cursor: pointer;
}
.board-render-list .can-click:hover {
  color: #0081ff;
}

.board-image-support {
  display: flex;
  justify-content: space-around;
}
.board-image-support .board-image-support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 154px;
}
.board-image-support .board-image-support-item img {
  width: 154px;
  height: 154px;
}
.board-image-support .board-image-support-item span {
  margin-top: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}

.auxiliary-statistics-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #333;
  background-color: #F2F8FFFF;
  border-radius: 2px;
  padding: 10px 12px;
  margin-top: 8px;
}

.dzy-boss-card2 a {
  color: #333333;
  font-size: 12px;
  padding: 0 3px;
}
.dzy-boss-card2 a:hover {
  color: #0081ff;
}

