/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #333333;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-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: #1177ee;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #399afa;
}
a:active {
  color: #0458c7;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: #bbbbbb;
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: #999999;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #1f7fff;
}
::selection {
  color: #fff;
  background: #1f7fff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
     -moz-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
     -moz-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
     -moz-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
     -moz-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-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;
  }
}
@-moz-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
     -moz-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
     -moz-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
     -moz-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
     -moz-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
     -moz-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
     -moz-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
     -moz-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
     -moz-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveDownIn {
  0% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveDownOut {
  0% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveLeftIn {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveLeftOut {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveRightIn {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveRightOut {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveUpIn {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveUpOut {
  0% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes loadingCircle {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1f7fff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #1f7fff;
          box-shadow: 0 0 0 0 #1f7fff;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-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;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1f7fff;
            box-shadow: 0 0 0 #1f7fff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-moz-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1f7fff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1f7fff;
            box-shadow: 0 0 0 #1f7fff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
     -moz-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
     -moz-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
     -moz-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
     -moz-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideUpIn {
  0% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideUpOut {
  0% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideDownIn {
  0% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideDownOut {
  0% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideLeftIn {
  0% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideLeftOut {
  0% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideRightIn {
  0% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideRightOut {
  0% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
     -moz-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-moz-keyframes antSwingIn {
  0%,
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  20% {
    -moz-transform: translateX(-10px);
         transform: translateX(-10px);
  }
  40% {
    -moz-transform: translateX(10px);
         transform: translateX(10px);
  }
  60% {
    -moz-transform: translateX(-5px);
         transform: translateX(-5px);
  }
  80% {
    -moz-transform: translateX(5px);
         transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
     -moz-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
     -moz-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
     -moz-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
     -moz-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
     -moz-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
     -moz-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
     -moz-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
     -moz-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
     -moz-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
     -moz-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
     -moz-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
     -moz-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
     -moz-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
     -moz-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
     -moz-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
     -moz-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes antZoomIn {
  0% {
    -moz-transform: scale(0.2);
         transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
       -moz-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-moz-keyframes antZoomOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.2);
         transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
       -moz-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes antZoomBigIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-moz-keyframes antZoomBigOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-moz-keyframes antZoomUpIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomUpOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-moz-keyframes antZoomLeftIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomLeftOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-moz-keyframes antZoomRightIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomRightOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-moz-keyframes antZoomDownIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomDownOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -moz-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -moz-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #e1faec;
  border: 1px solid #80e0b0;
}
.ant-alert-success .ant-alert-icon {
  color: #11bb77;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe07a;
}
.ant-alert-warning .ant-alert-icon {
  color: #ffaa00;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffd6d1;
}
.ant-alert-error .ant-alert-icon {
  color: #fa5555;
}
.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: #999999;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: #999999;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: #666666;
  line-height: 1.5;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: #333333;
  font-size: 16px;
}
.ant-alert-message {
  color: #333333;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  -webkit-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
@-webkit-keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-moz-keyframes antAlertSlideUpIn {
  0% {
    -moz-transform: scaleY(0);
         transform: scaleY(0);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antAlertSlideUpOut {
  0% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleY(0);
         transform: scaleY(0);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
       -moz-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
.ant-anchor {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1f7fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: #666666;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1f7fff;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-select-auto-complete {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 32px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
  background-color: transparent;
}
.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none;
}
.ant-avatar {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
     -moz-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
     -moz-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
     -moz-transform-origin: 0 center;
      -ms-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-back-top {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: #999999;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-content:hover {
  background-color: #666666;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
.ant-badge {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1;
}
.ant-badge-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  width: 6px;
  height: 6px;
  background: #f5222d;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: 100% 0%;
     -moz-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #11bb77;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
     -moz-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #fa5555;
}
.ant-badge-status-warning {
  background-color: #ffaa00;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: #666666;
  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);
     -moz-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;
     -moz-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);
     -moz-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;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
@-moz-keyframes antStatusProcessing {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(2.4);
         transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
       -moz-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}
@-moz-keyframes antZoomBadgeIn {
  0% {
    -moz-transform: scale(0) translate(50%, -50%);
         transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1) translate(50%, -50%);
         transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
       -moz-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
       -moz-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@-moz-keyframes antZoomBadgeOut {
  0% {
    -moz-transform: scale(1) translate(50%, -50%);
         transform: scale(1) translate(50%, -50%);
  }
  100% {
    -moz-transform: scale(0) translate(50%, -50%);
         transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
       -moz-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
       -moz-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.ant-breadcrumb {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  color: #999999;
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: #999999;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #479dff;
}
.ant-breadcrumb > span:last-child {
  color: #666666;
}
.ant-breadcrumb > span:last-child a {
  color: #666666;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: #999999;
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #666666;
  background-color: #fff;
  border-color: #dddddd;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.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: #479dff;
  background-color: #fff;
  border-color: #479dff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active,
.ant-btn.active {
  color: #0f60d9;
  background-color: #fff;
  border-color: #0f60d9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1f7fff;
  border-color: #1f7fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #479dff;
  border-color: #479dff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #0f60d9;
  border-color: #0f60d9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #479dff;
  border-left-color: #479dff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #dddddd;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #479dff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dddddd;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #479dff;
}
.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: #dddddd;
}
.ant-btn-ghost {
  color: #666666;
  background-color: transparent;
  border-color: #dddddd;
}
.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: #479dff;
  background-color: transparent;
  border-color: #479dff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #0f60d9;
  background-color: transparent;
  border-color: #0f60d9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: #666666;
  background-color: #fff;
  border-color: #dddddd;
  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: #479dff;
  background-color: #fff;
  border-color: #479dff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #0f60d9;
  background-color: #fff;
  border-color: #0f60d9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  background-color: #ff8480;
  border-color: #ff8480;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ffaea8;
  border-color: #ffaea8;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d96262;
  border-color: #d96262;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #1177ee;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #479dff;
  background-color: transparent;
  border-color: #479dff;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active,
.ant-btn-link.active {
  color: #0f60d9;
  background-color: transparent;
  border-color: #0f60d9;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: #bbbbbb;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-icon-only > i {
  vertical-align: middle;
}
.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group > .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  -webkit-border-radius: 0;
          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 {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-group > span:only-child > .ant-btn {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-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;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1f7fff;
  background-color: transparent;
  border-color: #1f7fff;
  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: #479dff;
  background-color: transparent;
  border-color: #479dff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #0f60d9;
  background-color: transparent;
  border-color: #0f60d9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff8480;
  background-color: transparent;
  border-color: #ff8480;
  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: #ffaea8;
  background-color: transparent;
  border-color: #ffaea8;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d96262;
  background-color: transparent;
  border-color: #d96262;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link {
  color: #1177ee;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #399afa;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #0458c7;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  vertical-align: top;
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-fullcalendar {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  border-top: 1px solid #dddddd;
  outline: none;
}
.ant-select.ant-fullcalendar-year-select {
  min-width: 90px;
}
.ant-select.ant-fullcalendar-year-select.ant-select-sm {
  min-width: 70px;
}
.ant-select.ant-fullcalendar-month-select {
  min-width: 80px;
  margin-left: 8px;
}
.ant-select.ant-fullcalendar-month-select.ant-select-sm {
  min-width: 70px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}
.ant-fullcalendar table {
  width: 100%;
  max-width: 100%;
  height: 256px;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-fullcalendar-column-header {
  width: 33px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-fullcalendar-value {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: #666666;
  line-height: 24px;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  color: #fff;
  background: #1f7fff;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  -webkit-box-shadow: 0 0 0 1px #1f7fff inset;
          box-shadow: 0 0 0 1px #1f7fff inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #1f7fff;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: #bbbbbb;
}
.ant-fullcalendar-month-panel-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: #666666;
  text-align: left;
  border-top: 2px solid #e8e8e8;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #c2e4ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: right;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  width: auto;
  text-align: right;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: #666666;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: transparent;
  border-top-color: #1f7fff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #ebf7ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1f7fff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: #bbbbbb;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  position: static;
  width: auto;
  height: 88px;
  overflow-y: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  width: auto;
  color: #bbbbbb;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: not-allowed;
}
.ant-card {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  zoom: 1;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}
.ant-card-body::after {
  clear: both;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}
.ant-card-body::after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
          box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: #999999;
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #1f7fff;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: #999999;
  line-height: 22px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #1f7fff;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: #999999;
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.2)), color-stop(rgba(207, 216, 220, 0.4)), to(rgba(207, 216, 220, 0.2)));
  background: -moz-linear-gradient(left, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background: -o-linear-gradient(left, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
     -moz-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%;
  }
}
@-moz-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
.ant-carousel {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-cascader {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer;
}
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}
.ant-cascader-picker {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  color: #bbbbbb;
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: #bbbbbb;
}
.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  -o-transition: color 0.3s ease, opacity 0.15s ease;
  -moz-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: #999999;
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}
.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  list-style: none;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu:first-child {
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}
.ant-cascader-menu:only-child {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #ebf7ff;
}
.ant-cascader-menu-item-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: #999999;
}
:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
:root .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes antCheckboxEffect {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1f7fff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f7fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
     -moz-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
     -moz-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
     -moz-transform: rotate(45deg) scale(0) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -moz-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
     -moz-transform: rotate(45deg) scale(1) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1f7fff;
  border-color: #1f7fff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #bbbbbb;
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #dddddd !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled + span {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #dddddd;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1f7fff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.ant-collapse {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-bottom: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #dddddd;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: #333333;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  -o-transition: transform 0.24s;
  -moz-transition: transform 0.24s, -moz-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s, -moz-transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-anim-active {
  -webkit-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: #666666;
  background-color: #fff;
  border-top: 1px solid #dddddd;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #dddddd;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-comment {
  position: relative;
}
.ant-comment-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: #999999;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-comment-content-author-name > * {
  color: #999999;
}
.ant-comment-content-author-name > *:hover {
  color: #999999;
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: #999999;
}
.ant-comment-actions > li > span {
  padding-right: 10px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-calendar-picker-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input {
  line-height: 1.5;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #479dff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: #bbbbbb;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: #999999;
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1;
}
.ant-input-disabled + .ant-calendar-picker-icon {
  cursor: not-allowed;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: #666666;
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-calendar-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-header a:hover {
  color: #399afa;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}
.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: #666666;
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #479dff;
}
.ant-calendar-today .ant-calendar-date {
  color: #1f7fff;
  font-weight: bold;
  border-color: #1f7fff;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #c2e4ff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: #bbbbbb;
  background: transparent;
  border-color: transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: #bbbbbb;
  background: #f5f5f5;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: not-allowed;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  content: '';
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  content: ' ';
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: #999999;
}
.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #1f7fff;
  border-color: #1f7fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #479dff;
  border-color: #479dff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #0f60d9;
  border-color: #0f60d9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-calendar-range-picker-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: #999999;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: #999999;
  line-height: 34px;
  text-align: center;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #1f7fff;
  background: #c2e4ff;
  border-color: #1f7fff;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1f7fff;
  border: 1px solid transparent;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1f7fff;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:-moz-placeholder-shown, .ant-calendar-range .ant-calendar-time-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder, .ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-calendar-range .ant-calendar-input:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #ebf7ff;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  content: '';
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.ant-calendar-time-picker-select li:hover {
  background: #ebf7ff;
}
.ant-calendar-time-picker-select li:focus {
  color: #1f7fff;
  font-weight: 600;
  outline: none;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: #bbbbbb;
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: #bbbbbb;
}
.ant-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-month-panel-header a:hover {
  color: #399afa;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: #bbbbbb;
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-year-panel-header a:hover {
  color: #399afa;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: #bbbbbb;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-decade-panel-header a:hover {
  color: #399afa;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
     -moz-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: #666666;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
     -moz-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: #bbbbbb;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #ebf7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #c2e4ff;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: #666666;
  background: transparent;
}
.ant-descriptions-title {
  margin-bottom: 20px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ' ';
}
.ant-descriptions-item-colon::after {
  content: ':';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-item {
  padding-bottom: 0;
}
.ant-descriptions-item > span {
  display: inline-block;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.ant-divider {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  -webkit-transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s, -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
  position: absolute;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  -webkit-transform: translateX(1px);
     -moz-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -moz-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  -webkit-transform: translateY(1px);
     -moz-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
     -moz-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-title {
  margin: 0;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: #999999;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: #666666;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-drawer-header-no-title {
  color: #666666;
  background: #fff;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-wrapper-body {
  height: 100%;
  overflow: auto;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
  -o-transition: opacity 0.3s linear, height 0s ease 0.3s;
  -moz-transition: opacity 0.3s linear, height 0s ease 0.3s;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open-content {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-dropdown {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: #666666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1f7fff;
  background-color: #ebf7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #ebf7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: #bbbbbb;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: #999999;
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: #bbbbbb;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1f7fff;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1f7fff;
}
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-description {
  margin: 0;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: #bbbbbb;
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: #bbbbbb;
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-form {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #999999;
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #dddddd;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
.ant-form-item-label > label {
  color: #666666;
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}
form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
     -moz-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #11bb77;
  -webkit-animation-name: diffZoomIn1 !important;
     -moz-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #ffaa00;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #ffaa00;
}
.has-warning .ant-input:focus {
  border-color: #ffbf29;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #ffaa00;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffbf29;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #ffaa00;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffbf29;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #ffaa00;
}
.has-warning .ant-input-prefix {
  color: #ffaa00;
}
.has-warning .ant-input-group-addon {
  color: #ffaa00;
  background-color: #fff;
  border-color: #ffaa00;
}
.has-warning .has-feedback {
  color: #ffaa00;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #ffaa00;
  -webkit-animation-name: diffZoomIn3 !important;
     -moz-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #ffaa00;
}
.has-warning .ant-select-selection:hover {
  border-color: #ffaa00;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffbf29;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #ffaa00;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #ffaa00;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffbf29;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #ffaa00;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffbf29;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #ffaa00;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #fa5555;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #fa5555;
}
.has-error .ant-input:focus {
  border-color: #ff8480;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #fa5555;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff8480;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #fa5555;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff8480;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #fa5555;
}
.has-error .ant-input-prefix {
  color: #fa5555;
}
.has-error .ant-input-group-addon {
  color: #fa5555;
  background-color: #fff;
  border-color: #fa5555;
}
.has-error .has-feedback {
  color: #fa5555;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #fa5555;
  -webkit-animation-name: diffZoomIn2 !important;
     -moz-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #fa5555;
}
.has-error .ant-select-selection:hover {
  border-color: #fa5555;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff8480;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #fa5555;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #fa5555;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #fa5555;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff8480;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #fa5555;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #fa5555;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff8480;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff8480;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 85, 85, 0.2);
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #fa5555;
}
.has-error .ant-transfer-list {
  border-color: #fa5555;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #dddddd;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1f7fff;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
     -moz-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
     -moz-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes antShowHelpIn {
  0% {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@-moz-keyframes antShowHelpOut {
  to {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes diffZoomIn1 {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes diffZoomIn2 {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes diffZoomIn3 {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row + .ant-row::before {
  clear: both;
}
.ant-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-row-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ant-row-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-row-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ant-row-flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ant-row-flex-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.ant-row-flex-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ant-row-flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-row-flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ant-col {
  position: relative;
  min-height: 1px;
}
.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}
.ant-col-24 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
     -moz-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-23 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
     -moz-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-22 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
     -moz-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-21 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
     -moz-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
     -moz-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-19 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
     -moz-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-18 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
     -moz-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-17 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
     -moz-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-16 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
     -moz-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-15 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
     -moz-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-14 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
     -moz-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-13 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
     -moz-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-12 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-11 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-10 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-9 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-7 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-6 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-5 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-3 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-2 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-1 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}
.ant-col-xs-24 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
  -webkit-order: 24;
     -moz-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-xs-23 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
  -webkit-order: 23;
     -moz-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-xs-22 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
  -webkit-order: 22;
     -moz-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-xs-21 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
  -webkit-order: 21;
     -moz-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-xs-20 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
     -moz-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-xs-19 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
  -webkit-order: 19;
     -moz-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-xs-18 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
  -webkit-order: 18;
     -moz-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-xs-17 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
  -webkit-order: 17;
     -moz-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-xs-16 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
  -webkit-order: 16;
     -moz-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-xs-15 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
     -moz-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-xs-14 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
  -webkit-order: 14;
     -moz-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-xs-13 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
     -moz-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-xs-12 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-xs-11 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-xs-10 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-xs-9 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-xs-8 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-xs-7 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-xs-6 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-xs-5 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-xs-4 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-xs-3 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-xs-2 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-xs-1 {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-sm-24 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
       -moz-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
       -moz-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
       -moz-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
       -moz-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
       -moz-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
       -moz-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
       -moz-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
       -moz-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
       -moz-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
       -moz-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
       -moz-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-24 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
       -moz-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-md-23 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
       -moz-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-md-22 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
       -moz-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-md-21 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
       -moz-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-md-20 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
       -moz-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-md-19 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
       -moz-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-md-18 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
       -moz-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-md-17 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
       -moz-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-md-16 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
       -moz-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-md-15 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
       -moz-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-md-14 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
       -moz-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-md-13 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-md-12 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-md-11 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-md-10 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-md-9 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-md-8 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-md-7 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-md-6 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-md-5 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-md-4 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-md-3 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-md-2 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-md-1 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-lg-24 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
       -moz-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
       -moz-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
       -moz-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
       -moz-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
       -moz-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
       -moz-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
       -moz-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
       -moz-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
       -moz-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
       -moz-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
       -moz-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-xl-24 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
       -moz-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
       -moz-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
       -moz-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
       -moz-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
       -moz-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
       -moz-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
       -moz-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
       -moz-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
       -moz-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
       -moz-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
       -moz-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1, .ant-col-xxl-2, .ant-col-xxl-3, .ant-col-xxl-4, .ant-col-xxl-5, .ant-col-xxl-6, .ant-col-xxl-7, .ant-col-xxl-8, .ant-col-xxl-9, .ant-col-xxl-10, .ant-col-xxl-11, .ant-col-xxl-12, .ant-col-xxl-13, .ant-col-xxl-14, .ant-col-xxl-15, .ant-col-xxl-16, .ant-col-xxl-17, .ant-col-xxl-18, .ant-col-xxl-19, .ant-col-xxl-20, .ant-col-xxl-21, .ant-col-xxl-22, .ant-col-xxl-23, .ant-col-xxl-24 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-xxl-24 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
    -webkit-order: 24;
       -moz-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
    -webkit-order: 23;
       -moz-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
    -webkit-order: 22;
       -moz-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
    -webkit-order: 21;
       -moz-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
       -moz-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
    -webkit-order: 19;
       -moz-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
    -webkit-order: 18;
       -moz-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
    -webkit-order: 17;
       -moz-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
    -webkit-order: 16;
       -moz-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
       -moz-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
    -webkit-order: 14;
       -moz-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
       -moz-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
       -moz-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
       -moz-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.ant-input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-input-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-input[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1f7fff;
}
.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-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 {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  line-height: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-password-icon {
  color: #999999;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-clear-icon {
  color: #bbbbbb;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: 0;
}
.ant-input-clear-icon:hover {
  color: #999999;
}
.ant-input-clear-icon:active {
  color: #666666;
}
.ant-input-clear-icon + i {
  margin-left: 6px;
}
.ant-input-textarea-clear-icon {
  color: #bbbbbb;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}
.ant-input-textarea-clear-icon:hover {
  color: #999999;
}
.ant-input-textarea-clear-icon:active {
  color: #666666;
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: #999999;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}
.ant-input-search-enter-button input {
  border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-input-number {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-input-number:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-input-number-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: #999999;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #479dff;
}
.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: #999999;
  line-height: 12px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-input-number-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-input-number-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #dddddd;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  opacity: 0;
  -webkit-transition: opacity 0.24s linear 0.1s;
  -o-transition: opacity 0.24s linear 0.1s;
  -moz-transition: opacity 0.24s linear 0.1s;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
     -moz-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  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 #dddddd;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: #bbbbbb;
}
.ant-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: #666666;
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: #666666;
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: #666666;
  background: #fff;
}
.ant-list {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: #bbbbbb;
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.ant-list-item-content {
  color: #666666;
}
.ant-list-item-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: #666666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #1f7fff;
}
.ant-list-item-meta-description {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: #999999;
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  -webkit-box-align: initial;
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-mentions-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mentions-wrapper .ant-mentions-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: auto;
  min-height: 32px;
  padding: 0;
  line-height: 1.5;
}
.ant-mentions-wrapper .ant-mentions-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions-wrapper .ant-mentions-editor:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-mentions-wrapper .ant-mentions-editor:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-mentions-wrapper .ant-mentions-editor:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-mentions-wrapper .ant-mentions-editor-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
textarea.ant-mentions-wrapper .ant-mentions-editor {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-mentions-wrapper .ant-mentions-editor-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-mentions-wrapper .ant-mentions-editor-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-mentions-wrapper .ant-mentions-editor-wrapper {
  height: auto;
  overflow-y: auto;
}
.ant-mentions-wrapper.ant-mentions-active:not(.disabled) .ant-mentions-editor {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-mentions-wrapper.disabled .ant-mentions-editor {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper.disabled .ant-mentions-editor:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}
.ant-mentions-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mentions-dropdown {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item {
  color: #bbbbbb;
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item .anticon-loading {
  display: block;
  color: #1f7fff;
  text-align: center;
}
.ant-mentions-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: #666666;
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.ant-mentions-dropdown-item:hover {
  background-color: #ebf7ff;
}
.ant-mentions-dropdown-item.focus,
.ant-mentions-dropdown-item-active {
  background-color: #ebf7ff;
}
.ant-mentions-dropdown-item-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-disabled:hover {
  color: #bbbbbb;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-selected,
.ant-mentions-dropdown-item-selected:hover {
  color: #666666;
  font-weight: bold;
  background-color: #f5f5f5;
}
.ant-mentions-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-mentions {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.ant-mentions::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-mentions:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-mentions:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-mentions:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-mentions-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-mentions[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-mentions-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-mentions-disabled > textarea {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-mentions-focused {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
    -o-tab-size: inherit;
       tab-size: inherit;
}
.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.ant-mentions > textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions > textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-mentions > textarea:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-mentions > textarea:-moz-read-only {
  cursor: default;
}
.ant-mentions > textarea:read-only {
  cursor: default;
}
.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: #666666;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-hidden {
  display: none;
}
.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: #666666;
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #ebf7ff;
}
.ant-mentions-dropdown-menu-item:first-child {
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-mentions-dropdown-menu-item-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
  color: #bbbbbb;
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
  color: #666666;
  font-weight: 600;
  background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
  background-color: #ebf7ff;
}
.ant-menu {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #666666;
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.3s, width 0.2s;
  -o-transition: background 0.3s, width 0.2s;
  -moz-transition: background 0.3s, width 0.2s;
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}
.ant-menu::after {
  clear: both;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}
.ant-menu::after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  padding: 8px 16px;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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);
  -moz-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #1f7fff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #ebf7ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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);
  -moz-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: #666666;
}
.ant-menu-item > a:hover {
  color: #1f7fff;
}
.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: #666666;
}
.ant-menu-item > .ant-badge > a:hover {
  color: #1f7fff;
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1f7fff;
}
.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: #1f7fff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1f7fff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #ebf7ff;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  -webkit-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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);
  -moz-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: #666666 \9;
  background-image: -webkit-gradient(linear, left top, right top, from(#666666), to(#666666));
  background-image: -moz-linear-gradient(left, #666666, #666666);
  background-image: -o-linear-gradient(left, #666666, #666666);
  background-image: linear-gradient(to right, #666666, #666666);
  background-image: none \9;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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);
  -moz-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), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateY(-2px);
     -moz-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateY(2px);
     -moz-transform: rotate(-45deg) translateY(2px);
      -ms-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: -webkit-gradient(linear, left top, right top, from(#1f7fff), to(#1f7fff));
  background: -moz-linear-gradient(left, #1f7fff, #1f7fff);
  background: -o-linear-gradient(left, #1f7fff, #1f7fff);
  background: linear-gradient(to right, #1f7fff, #1f7fff);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(-45deg) translateX(2px);
     -moz-transform: rotate(-45deg) translateX(2px);
      -ms-transform: rotate(-45deg) translateX(2px);
          transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(45deg) translateX(-2px);
     -moz-transform: rotate(45deg) translateX(-2px);
      -ms-transform: rotate(45deg) translateX(-2px);
          transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  -webkit-transform: translateY(-2px);
     -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateX(-2px);
     -moz-transform: rotate(-45deg) translateX(-2px);
      -ms-transform: rotate(-45deg) translateX(-2px);
          transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateX(2px);
     -moz-transform: rotate(45deg) translateX(2px);
      -ms-transform: rotate(45deg) translateX(2px);
          transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1f7fff;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1f7fff;
}
.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #1f7fff;
  border-bottom: 2px solid #1f7fff;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: #666666;
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1f7fff;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1f7fff;
}
.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 #1f7fff;
  -webkit-transform: scaleY(0.0001);
     -moz-transform: scaleY(0.0001);
      -ms-transform: scaleY(0.0001);
          transform: scaleY(0.0001);
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
  -moz-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), -moz-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-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);
  -moz-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), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: -webkit-calc(100% + 1px);
  width: -moz-calc(100% + 1px);
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  -o-text-overflow: clip;
     text-overflow: clip;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: #bbbbbb !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: #bbbbbb !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: #bbbbbb !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: #bbbbbb !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1f7fff;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-message {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #11bb77;
}
.ant-message-error .anticon {
  color: #fa5555;
}
.ant-message-warning .anticon {
  color: #ffaa00;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  -webkit-animation-name: MessageMoveOut;
     -moz-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
     -moz-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;
  }
}
@-moz-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-modal {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-title {
  margin: 0;
  color: #333333;
  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;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: #999999;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: #666666;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: -webkit-calc(84vw);
    max-width: -moz-calc(84vw);
    max-width: calc(84vw);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-close {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper {
  zoom: 1;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #fa5555;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #ffaa00;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #11bb77;
}
.ant-notification {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: -webkit-calc(100vw - 32px);
  max-width: -moz-calc(100vw - 32px);
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
     -moz-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-notification-notice-message {
  display: inline-block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: -webkit-calc(384px - 24px * 2 - 24px - 48px - 100%);
  width: -moz-calc(384px - 24px * 2 - 24px - 48px - 100%);
  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: #11bb77;
}
.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}
.anticon.ant-notification-notice-icon-warning {
  color: #ffaa00;
}
.anticon.ant-notification-notice-icon-error {
  color: #fa5555;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: #999999;
  outline: none;
}
.ant-notification-notice-close:hover {
  color: #5c5c5c;
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
     -moz-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     -moz-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;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
     -moz-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     -moz-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;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
     -moz-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     -moz-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;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
     -moz-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;
     -moz-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
     -moz-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-moz-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@-moz-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-page-header {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  float: left;
  margin: 8px 0;
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #1177ee;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #399afa;
}
.ant-page-header-back-button:active {
  color: #0458c7;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  width: 100%;
  overflow: hidden;
}
.ant-page-header-heading-title {
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 12px;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.ant-page-header-heading .ant-avatar {
  float: left;
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  float: left;
  margin: 5px 0;
  margin-right: 12px;
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}
.ant-page-header-heading-tags {
  float: left;
  margin: 4px 0;
}
.ant-page-header-heading-extra {
  float: right;
}
.ant-page-header-heading-extra > * {
  margin-left: 8px;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
  overflow: hidden;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: 0;
}
.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  padding: 8px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .ant-page-header-heading-extra {
    display: block;
    float: unset;
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
  }
}
.ant-pagination {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  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: #666666;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #1f7fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1f7fff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1f7fff;
}
.ant-pagination-item-active a {
  color: #1f7fff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #479dff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #479dff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
     -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  color: #1f7fff;
  letter-spacing: -1px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: #bbbbbb;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: #666666;
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: #666666;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #479dff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1f7fff;
  border-color: #1f7fff;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  color: #bbbbbb;
  border-color: #dddddd;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1f7fff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #dddddd;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: #bbbbbb;
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: #999999;
  background: #f5f5f5;
  border-color: #dddddd;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-popover {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: #333333;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: #666666;
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #666666;
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #ffaa00;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
     -moz-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
     -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
          box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
     -moz-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
     -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-progress {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: -webkit-calc(-2em - 8px);
  margin-right: -moz-calc(-2em - 8px);
  margin-right: calc(-2em - 8px);
  padding-right: -webkit-calc(2em + 8px);
  padding-right: -moz-calc(2em + 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.3s;
     -moz-animation: ant-progress-appear 0.3s;
          animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11bb77;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: #999999;
  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;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
     -moz-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: #fa5555;
}
.ant-progress-status-exception .ant-progress-text {
  color: #fa5555;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #fa5555;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #11bb77;
}
.ant-progress-status-success .ant-progress-text {
  color: #11bb77;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #11bb77;
}
.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: #666666;
  line-height: 1;
  white-space: normal;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #fa5555;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #11bb77;
}
@-webkit-keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@-moz-keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.ant-radio-group {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-radio-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1f7fff;
}
.ant-radio-input:focus + .ant-radio-inner {
  -webkit-box-shadow: 0 0 0 3px rgba(31, 127, 255, 0.08);
          box-shadow: 0 0 0 3px rgba(31, 127, 255, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f7fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
     -moz-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1f7fff;
  border-top: 0;
  border-left: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1f7fff;
}
.ant-radio-checked .ant-radio-inner::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #dddddd !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: #bbbbbb;
  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;
  line-height: 30px;
  background: #fff;
  border: 1px solid #dddddd;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.ant-radio-button-wrapper a {
  color: #666666;
}
.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #dddddd;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1f7fff;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(31, 127, 255, 0.06);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1f7fff;
  background: #fff;
  border-color: #1f7fff;
  -webkit-box-shadow: -1px 0 0 0 #1f7fff;
          box-shadow: -1px 0 0 0 #1f7fff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1f7fff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1f7fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #479dff;
  border-color: #479dff;
  -webkit-box-shadow: -1px 0 0 0 #479dff;
          box-shadow: -1px 0 0 0 #479dff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #0f60d9;
  border-color: #0f60d9;
  -webkit-box-shadow: -1px 0 0 0 #0f60d9;
          box-shadow: -1px 0 0 0 #0f60d9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(31, 127, 255, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1f7fff;
  border-color: #1f7fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #479dff;
  border-color: #479dff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #0f60d9;
  border-color: #0f60d9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(31, 127, 255, 0.06);
}
.ant-radio-button-wrapper-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #dddddd;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes antRadioEffect {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
.ant-rate {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
  color: #11bb77;
}
.ant-result-error .ant-result-icon > .anticon {
  color: #fa5555;
}
.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}
.ant-result-warning .ant-result-icon > .anticon {
  color: #ffaa00;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon > .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: #333333;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin-top: 32px;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-extra > *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ant-select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: #bbbbbb;
  font-size: 12px;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .ant-select-arrow-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-select-selection {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-top-width: 1.02px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-select-selection:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: #bbbbbb;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  -o-transition: color 0.3s ease, opacity 0.15s ease;
  -moz-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-selection__clear::before {
  display: block;
}
.ant-select-selection__clear:hover {
  color: #999999;
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: #bbbbbb;
}
.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}
.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px;
}
.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px;
}
.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: #bbbbbb;
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: #bbbbbb;
}
.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: 0;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
  padding: 1px;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: #666666;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: default;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: #999999;
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: #666666;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: #999999;
  font-size: 12px;
  line-height: 32px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #ebf7ff;
}
.ant-select-dropdown-menu-item-selected {
  color: #666666;
  font-weight: 600;
  background-color: #fafafa;
}
.ant-select-dropdown-menu-item-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #ebf7ff;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #1f7fff;
}
.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  -webkit-border-radius: 50%;
          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 {
  -webkit-border-radius: 50%;
          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 {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: -moz-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background: -o-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
     -moz-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: -moz-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background: -o-linear-gradient(left, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
     -moz-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-slider {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #99cfff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #99cfff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -moz-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -moz-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #4c99ff;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 5px rgba(31, 127, 255, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #1f7fff;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #70b8ff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #70b8ff;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999999;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: #666666;
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #8fbfff;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: #bbbbbb !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: #bbbbbb !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-spin {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1f7fff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -moz-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -moz-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: #999999;
}
.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: #1f7fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
     -moz-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;
     -moz-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
     -moz-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;
  }
}
@-moz-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@-moz-keyframes antRotate {
  to {
    -moz-transform: rotate(405deg);
         transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
       -moz-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
.ant-statistic {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: #999999;
  font-size: 14px;
}
.ant-statistic-content {
  color: #333333;
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-statistic-content-value-decimal {
  font-size: 16px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}
.ant-statistic-content-prefix {
  margin-right: 4px;
}
.ant-statistic-content-suffix {
  margin-left: 4px;
  font-size: 16px;
}
.ant-steps {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 32px;
  text-align: center;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #1f7fff;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: #999999;
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: #999999;
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: #bbbbbb;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: #bbbbbb;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #bbbbbb;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #999999;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #999999;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1f7fff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1f7fff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1f7fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #333333;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #666666;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #1f7fff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1f7fff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1f7fff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1f7fff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #666666;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1f7fff;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #999999;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1f7fff;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #fa5555;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #fa5555;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #fa5555;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #fa5555;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #fa5555;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #fa5555;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #1f7fff;
}
.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: #1f7fff;
}
.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: #1f7fff;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1f7fff;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 24px;
          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: #999999;
  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;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  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%;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #1f7fff;
  -webkit-transition: width 0.3s, left 0.3s;
  -o-transition: width 0.3s, left 0.3s;
  -moz-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .ant-steps-navigation > .ant-steps-item {
    margin-right: 0 !important;
  }
  .ant-steps-navigation > .ant-steps-item::before {
    display: none;
  }
  .ant-steps-navigation > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: -webkit-calc(76%);
    height: -moz-calc(76%);
    height: calc(76%);
  }
  .ant-steps-navigation > .ant-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .ant-steps-navigation > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    visibility: hidden;
  }
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: '';
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc;
}
.ant-switch {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #bbbbbb;
  border: 1px solid transparent;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.36s;
  -o-transition: all 0.36s;
  -moz-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
}
.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-switch::after {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px;
}
.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent;
}
.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: #666666;
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1f7fff;
}
.ant-switch:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-switch:focus:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px;
}
.ant-switch-small::after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px;
}
.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px;
}
.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  -webkit-transform: scale(0.66667);
     -moz-transform: scale(0.66667);
      -ms-transform: scale(0.66667);
          transform: scale(0.66667);
}
.ant-switch-checked {
  background-color: #1f7fff;
}
.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}
.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}
.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed;
}
@-webkit-keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@-moz-keyframes AntSwitchSmallLoadingCircle {
  0% {
    -moz-transform: rotate(0deg) scale(0.66667);
         transform: rotate(0deg) scale(0.66667);
    -moz-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
  }
  100% {
    -moz-transform: rotate(360deg) scale(0.66667);
         transform: rotate(360deg) scale(0.66667);
    -moz-transform-origin: 50% 50%;
         transform-origin: 50% 50%;
  }
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
       -moz-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
       -moz-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  clear: both;
}
.ant-table-body {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.ant-table table {
  width: 100%;
  text-align: left;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-layout-fixed table {
  table-layout: fixed;
}
.ant-table-thead > tr > th {
  color: #333333;
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon {
  color: #1f7fff;
}
.ant-table-thead > tr > th .ant-table-column-sorter {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  -webkit-transform: scale(0.91666667) rotate(0deg);
     -moz-transform: scale(0.91666667) rotate(0deg);
      -ms-transform: scale(0.91666667) rotate(0deg);
          transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  font-size: 12px;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #1f7fff;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.15em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0.125em;
}
.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: #999999;
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: #999999;
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: #666666;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: #999999;
}
.ant-table-thead > tr > th .ant-table-header-column {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  display: table;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
  position: relative;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead > tr > th.ant-table-column-has-sorters {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
}
.ant-table-thead > tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s, border 0s;
  -o-transition: all 0.3s, border 0s;
  -moz-transition: all 0.3s, border 0s;
  transition: all 0.3s, border 0s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #ebf7ff;
}
.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  color: #333333;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: '';
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8;
}
.ant-table-title + .ant-table-content {
  position: relative;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  color: inherit;
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.ant-table-header {
  overflow: hidden;
  background: #fafafa;
}
.ant-table-header table {
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 16px 16px;
  color: #bbbbbb;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0;
}
.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: -webkit-calc(100vh - 130px);
  max-height: -moz-calc(100vh - 130px);
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  border: 0;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #1f7fff;
  font-weight: bold;
  text-shadow: 0 0 2px #c2e4ff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: #1177ee;
}
.ant-table-filter-dropdown-link:hover {
  color: #399afa;
}
.ant-table-filter-dropdown-link:active {
  color: #0458c7;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection {
  white-space: nowrap;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #bfbfbf;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}
.ant-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}
.ant-table-row-expand-icon {
  color: #1177ee;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  width: 17px;
  height: 17px;
  color: inherit;
  line-height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #399afa;
}
.ant-table-row-expand-icon:active {
  color: #0458c7;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}
.ant-table-row-expanded::after {
  content: '-';
}
.ant-table-row-collapsed::after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced::after {
  content: '.';
}
.ant-table-row-cell-ellipsis,
.ant-table-row-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-table-row-cell-ellipsis .ant-table-column-title {
  display: block;
}
.ant-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  min-width: 100%;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  color: transparent;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) > * {
  visibility: hidden;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}
.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
  min-width: unset;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  min-width: inherit;
  background-color: transparent;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  -webkit-border-radius: 2px 0 0 0;
          border-radius: 2px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  -webkit-box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
          box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  -webkit-border-radius: 0 2px 0 0;
          border-radius: 0 2px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table colgroup > col.ant-table-selection-col {
  width: 60px;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
  display: inline-block;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
/**
* Another fix of Firefox:
*/
@supports (-moz-appearance: meterbar) {
  .ant-table-thead > tr > th.ant-table-column-has-actions {
    background-clip: padding-box;
  }
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-content > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-content > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer {
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer::before {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: transparent;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th.ant-table-row-cell-last,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px;
}
.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 40px;
  color: #1f7fff;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #1f7fff;
  color: #bbbbbb;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: #999999;
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: #333333;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 45px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1f7fff;
  border-color: #1f7fff;
}
.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-tabs.ant-tabs-large .ant-tabs-extra-content {
  line-height: 56px;
}
.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 37px;
}
.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #1f7fff;
}
.ant-tabs {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: '';
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: '';
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 2px;
  background-color: #1f7fff;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: '';
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: '';
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: #999999;
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: #666666;
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: #bbbbbb;
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-prev {
  left: 0;
}
:root .ant-tabs-tab-prev {
  -webkit-filter: none;
          filter: none;
}
.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav::before,
.ant-tabs-nav::after {
  display: table;
  content: ' ';
}
.ant-tabs-nav::after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav .ant-tabs-tab::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid transparent;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #479dff;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #0f60d9;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #1f7fff;
  font-weight: 500;
}
.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs-content::before {
  display: block;
  overflow: hidden;
  content: '';
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: margin-left;
}
.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  height: 100%;
  border-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}
.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  -webkit-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  -webkit-transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tag {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: default;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: #666666;
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: #999999;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: #333333;
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1f7fff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1f7fff;
}
.ant-tag-checkable:active {
  background-color: #0f60d9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-time-picker-panel {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #fa5555;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #1f7fff;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #ebf7ff;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: #bbbbbb;
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
li.ant-time-picker-panel-select-option-disabled:focus {
  color: #bbbbbb;
  font-weight: inherit;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-time-picker {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-time-picker-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-time-picker-input:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-time-picker-input-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input-disabled:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-time-picker-input[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-input[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #dddddd;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: #bbbbbb;
  line-height: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: #bbbbbb;
  line-height: 1;
}
.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.ant-time-picker-clear:hover {
  color: #999999;
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}
.ant-timeline {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: -webkit-calc(90%);
  height: -moz-calc(90%);
  height: calc(90%);
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #1f7fff;
  border-color: #1f7fff;
}
.ant-timeline-item-head-red {
  color: #fa5555;
  border-color: #fa5555;
}
.ant-timeline-item-head-green {
  color: #11bb77;
  border-color: #11bb77;
}
.ant-timeline-item-head-gray {
  color: #bbbbbb;
  border-color: #bbbbbb;
}
.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;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: -webkit-calc(46%);
  left: -moz-calc(46%);
  left: calc(46%);
  width: -webkit-calc(36%);
  width: -moz-calc(36%);
  width: calc(36%);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: -webkit-calc(38%);
  width: -moz-calc(38%);
  width: calc(38%);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: -webkit-calc(94%);
  left: -moz-calc(94%);
  left: calc(94%);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: -webkit-calc(82%);
  width: -moz-calc(82%);
  width: calc(82%);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: -webkit-calc(86%);
  height: -moz-calc(86%);
  height: calc(86%);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: -webkit-calc(85%);
  height: -moz-calc(85%);
  height: calc(85%);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-tooltip {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-6.53553391px) rotate(45deg);
     -moz-transform: translateY(-6.53553391px) rotate(45deg);
      -ms-transform: translateY(-6.53553391px) rotate(45deg);
          transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(6.53553391px) rotate(45deg);
     -moz-transform: translateX(6.53553391px) rotate(45deg);
      -ms-transform: translateX(6.53553391px) rotate(45deg);
          transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-6.53553391px) rotate(45deg);
     -moz-transform: translateX(-6.53553391px) rotate(45deg);
      -ms-transform: translateX(-6.53553391px) rotate(45deg);
          transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
  -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(6.53553391px) rotate(45deg);
     -moz-transform: translateY(6.53553391px) rotate(45deg);
      -ms-transform: translateY(6.53553391px) rotate(45deg);
          transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-transfer-customize-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-transfer-customize-list .ant-transfer-operation {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.ant-transfer-customize-list .ant-transfer-list {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: auto;
  height: auto;
  min-height: 200px;
}
.ant-transfer-customize-list .ant-transfer-list-body-with-search {
  padding-top: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
  position: relative;
  padding-bottom: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
  padding: 12px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}
.ant-transfer {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}
.ant-transfer-list-search {
  padding: 0 24px 0 8px;
}
.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: #bbbbbb;
  line-height: 32px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  color: #bbbbbb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-transfer-list-search-action .anticon:hover {
  color: #999999;
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px 9px;
  overflow: hidden;
  color: #666666;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}
.ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-transfer-list-body {
  position: relative;
  height: 100%;
  font-size: 14px;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.ant-transfer-list-body-with-search {
  padding-top: 56px;
}
.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content > .LazyLoad {
  -webkit-animation: transferHighlightIn 1s;
     -moz-animation: transferHighlightIn 1s;
          animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > span {
  padding-right: 0;
}
.ant-transfer-list-content-item-text {
  padding-left: 8px;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #ebf7ff;
  cursor: pointer;
}
.ant-transfer-list-content-item-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-transfer-list-body-not-found {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  color: #bbbbbb;
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 16px;
}
.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.ant-transfer-operation {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@-webkit-keyframes transferHighlightIn {
  0% {
    background: #c2e4ff;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes transferHighlightIn {
  0% {
    background: #c2e4ff;
  }
  100% {
    background: transparent;
  }
}
@keyframes transferHighlightIn {
  0% {
    background: #c2e4ff;
  }
  100% {
    background: transparent;
  }
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: #ebf7ff;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1f7fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #1f7fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #1f7fff;
}
.ant-tree-checkbox {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1f7fff;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f7fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
     -moz-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
     -moz-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
     -moz-transform: rotate(45deg) scale(0) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -moz-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
     -moz-transform: rotate(45deg) scale(1) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1f7fff;
  border-color: #1f7fff;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #bbbbbb;
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #dddddd !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dddddd;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1f7fff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.ant-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%;
}
.ant-tree ol,
.ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-tree li {
  margin: 0;
  padding: 4px 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #1f7fff;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1f7fff;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1f7fff;
}
.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1f7fff;
  font-size: 14px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: #666666;
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #ebf7ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #c2e4ff;
}
.ant-tree li span.ant-tree-checkbox {
  top: initial;
  height: 24px;
  margin: 0 4px 0 2px;
  padding: 4px 0;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-tree li span.ant-tree-iconEle:empty {
  display: none;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ant-tree li:last-child > span.ant-tree-switcher::before,
.ant-tree li:last-child > span.ant-tree-iconEle::before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree > li:first-child {
  padding-top: 8px;
}
.ant-tree-child-tree > li:last-child {
  padding-bottom: 0;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: #bbbbbb;
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: #999999;
  background: #fff;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: -webkit-calc(78%);
  height: -moz-calc(78%);
  height: calc(78%);
  margin: 22px 0 0;
  border-left: 1px solid #dddddd;
  content: ' ';
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper {
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
}
.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper {
  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: calc(100% - 46px);
}
.ant-select-tree-checkbox {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1f7fff;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1f7fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
     -moz-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
     -moz-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
     -moz-transform: rotate(45deg) scale(0) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  -moz-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
     -moz-transform: rotate(45deg) scale(1) translate(-50%, -50%);
      -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -moz-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1f7fff;
  border-color: #1f7fff;
}
.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: #bbbbbb;
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #dddddd !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
     -moz-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dddddd;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1f7fff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.ant-select-tree {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin: 0;
  margin-top: -4px;
  padding: 0 4px;
}
.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: #666666;
  text-decoration: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #ebf7ff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #c2e4ff;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #1f7fff;
  font-size: 14px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1f7fff;
  font-size: 14px;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none;
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: #bbbbbb;
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-typography {
  color: #666666;
}
.ant-typography.ant-typography-secondary {
  color: #999999;
}
.ant-typography.ant-typography-warning {
  color: #ffaa00;
}
.ant-typography.ant-typography-danger {
  color: #fa5555;
}
.ant-typography.ant-typography-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: #333333;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: #333333;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: #333333;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4 {
  margin-top: 1.2em;
}
span.ant-typography-ellipsis {
  display: inline-block;
}
.ant-typography a {
  color: #1177ee;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-typography a:focus,
.ant-typography a:hover {
  color: #399afa;
}
.ant-typography a:active {
  color: #0458c7;
}
.ant-typography a:active,
.ant-typography a:hover {
  text-decoration: none;
}
.ant-typography a[disabled] {
  color: #bbbbbb;
  cursor: not-allowed;
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #1177ee;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 8px;
}
.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #399afa;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #0458c7;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #11bb77;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: -webkit-calc(-5em);
  margin-bottom: -moz-calc(-5em);
  margin-bottom: calc(-5em);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #999999;
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul li {
  list-style-type: circle;
}
.ant-typography ul li li {
  list-style-type: disc;
}
.ant-typography ol li {
  list-style-type: decimal;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ant-upload {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  display: table;
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1f7fff;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #0f60d9;
}
.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: #479dff;
}
.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: #479dff;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: #333333;
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: #999999;
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: #bbbbbb;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: #999999;
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: #999999;
}
.ant-upload-picture-card-wrapper {
  zoom: 1;
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  clear: both;
}
.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  clear: both;
}
.ant-upload-list {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  zoom: 1;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: '';
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: '';
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 28px;
}
.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
  opacity: 0;
}
.ant-upload-list-item-card-actions.picture {
  top: 25px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  padding-right: 6px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 5px;
  color: #999999;
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  top: 6px;
  right: 4px;
  color: #999999;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}
.ant-upload-list-item .anticon-close:hover {
  color: #666666;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #ebf7ff;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #fa5555;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions {
  opacity: 1;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #fa5555;
}
.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 #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.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: #fa5555;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 18px;
}
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 36px;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card-container {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: #999999;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0;
}
.ant-upload-list .ant-upload-success-icon {
  color: #11bb77;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateIn;
     -moz-animation-name: uploadAnimateIn;
          animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateOut;
     -moz-animation-name: uploadAnimateOut;
          animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
     -moz-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
     -moz-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}
@-webkit-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-moz-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-moz-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-moz-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;
  }
}
@-moz-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;
  }
}
:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_default_v1'] .ant-btn:hover,
:root[theme='test1_school_v1'] .ant-btn:hover,
:root[theme='test1_park_v1'] .ant-btn:hover,
:root[theme='test1_ningHai_v1'] .ant-btn:hover,
:root[theme='test1_default_v1'] .ant-btn:focus,
:root[theme='test1_school_v1'] .ant-btn:focus,
:root[theme='test1_park_v1'] .ant-btn:focus,
:root[theme='test1_ningHai_v1'] .ant-btn:focus,
:root[theme='test1_default_v1'] .ant-btn:active,
:root[theme='test1_school_v1'] .ant-btn:active,
:root[theme='test1_park_v1'] .ant-btn:active,
:root[theme='test1_ningHai_v1'] .ant-btn:active {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .ant-btn-primary,
:root[theme='test1_school_v1'] .ant-btn-primary,
:root[theme='test1_park_v1'] .ant-btn-primary,
:root[theme='test1_ningHai_v1'] .ant-btn-primary {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
:root[theme='test1_default_v1'] .ant-btn-primary[disabled],
:root[theme='test1_school_v1'] .ant-btn-primary[disabled],
:root[theme='test1_park_v1'] .ant-btn-primary[disabled],
:root[theme='test1_ningHai_v1'] .ant-btn-primary[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}
:root[theme='test1_default_v1'] .ant-btn-primary[disabled]:hover,
:root[theme='test1_school_v1'] .ant-btn-primary[disabled]:hover,
:root[theme='test1_park_v1'] .ant-btn-primary[disabled]:hover,
:root[theme='test1_ningHai_v1'] .ant-btn-primary[disabled]:hover {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}
:root[theme='test1_default_v1'] .ant-btn-primary:hover,
:root[theme='test1_school_v1'] .ant-btn-primary:hover,
:root[theme='test1_park_v1'] .ant-btn-primary:hover,
:root[theme='test1_ningHai_v1'] .ant-btn-primary:hover,
:root[theme='test1_default_v1'] .ant-btn-primary:focus,
:root[theme='test1_school_v1'] .ant-btn-primary:focus,
:root[theme='test1_park_v1'] .ant-btn-primary:focus,
:root[theme='test1_ningHai_v1'] .ant-btn-primary:focus {
  color: #fff;
  background-color: var(--theme-btn-primary-hover);
  border-color: var(--theme-btn-primary-hover);
}
:root[theme='test1_default_v1'] .ant-btn-primary:active,
:root[theme='test1_school_v1'] .ant-btn-primary:active,
:root[theme='test1_park_v1'] .ant-btn-primary:active,
:root[theme='test1_ningHai_v1'] .ant-btn-primary:active {
  color: #fff;
  background-color: var(--theme-btn-primary-hover);
  border-color: var(--theme-btn-primary-hover);
}
:root[theme='test1_default_v1'] .home-content a,
:root[theme='test1_school_v1'] .home-content a,
:root[theme='test1_park_v1'] .home-content a,
:root[theme='test1_ningHai_v1'] .home-content a {
  color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .ant-switch-checked,
:root[theme='test1_school_v1'] .home-content .ant-switch-checked,
:root[theme='test1_park_v1'] .home-content .ant-switch-checked,
:root[theme='test1_ningHai_v1'] .home-content .ant-switch-checked {
  background-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_school_v1'] .home-content .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_park_v1'] .home-content .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_ningHai_v1'] .home-content .ant-tabs-nav .ant-tabs-tab-active {
  color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .paginationContant a,
:root[theme='test1_school_v1'] .home-content .paginationContant a,
:root[theme='test1_park_v1'] .home-content .paginationContant a,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant a,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination a,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination a,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination a,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination a {
  color: #666666;
}
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-item:hover,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-item:hover,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-item:hover,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-item:hover,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover {
  border-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-item:hover a,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-item:hover a,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-item:hover a,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-item:hover a,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover a,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover a,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover a,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-item:hover a {
  color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-item-active,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-item-active,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-item-active,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-item-active,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-item-active a,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-item-active a,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-item-active a,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-item-active a,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-item-active a {
  color: #fff;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-item-active:hover a,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-item-active:hover a,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-item-active:hover a,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-item-active:hover a,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-item-active:hover a,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-item-active:hover a,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-item-active:hover a,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-item-active:hover a {
  color: #fff;
}
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-item-link:hover,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-item-link:hover,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-item-link:hover,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-item-link:hover,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-item-link:hover,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-item-link:hover,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-item-link:hover,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-item-link:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-jump-next:focus .ant-pagination-item-link-icon {
  color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .paginationContant .ant-pagination-options-quick-jumper input:focus,
:root[theme='test1_school_v1'] .home-content .paginationContant .ant-pagination-options-quick-jumper input:focus,
:root[theme='test1_park_v1'] .home-content .paginationContant .ant-pagination-options-quick-jumper input:focus,
:root[theme='test1_ningHai_v1'] .home-content .paginationContant .ant-pagination-options-quick-jumper input:focus,
:root[theme='test1_default_v1'] .home-content .ant-table-pagination .ant-pagination-options-quick-jumper input:focus,
:root[theme='test1_school_v1'] .home-content .ant-table-pagination .ant-pagination-options-quick-jumper input:focus,
:root[theme='test1_park_v1'] .home-content .ant-table-pagination .ant-pagination-options-quick-jumper input:focus,
:root[theme='test1_ningHai_v1'] .home-content .ant-table-pagination .ant-pagination-options-quick-jumper input:focus {
  border-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .home-content .ant-select-selection:hover,
:root[theme='test1_school_v1'] .home-content .ant-select-selection:hover,
:root[theme='test1_park_v1'] .home-content .ant-select-selection:hover,
:root[theme='test1_ningHai_v1'] .home-content .ant-select-selection:hover,
:root[theme='test1_default_v1'] .home-content .ant-select-selection:focus,
:root[theme='test1_school_v1'] .home-content .ant-select-selection:focus,
:root[theme='test1_park_v1'] .home-content .ant-select-selection:focus,
:root[theme='test1_ningHai_v1'] .home-content .ant-select-selection:focus,
:root[theme='test1_default_v1'] .home-content .ant-input:hover,
:root[theme='test1_school_v1'] .home-content .ant-input:hover,
:root[theme='test1_park_v1'] .home-content .ant-input:hover,
:root[theme='test1_ningHai_v1'] .home-content .ant-input:hover,
:root[theme='test1_default_v1'] .home-content .ant-input:focus,
:root[theme='test1_school_v1'] .home-content .ant-input:focus,
:root[theme='test1_park_v1'] .home-content .ant-input:focus,
:root[theme='test1_ningHai_v1'] .home-content .ant-input:focus {
  border-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .nsp-uum-modal .ant-select-selection:hover,
:root[theme='test1_school_v1'] .nsp-uum-modal .ant-select-selection:hover,
:root[theme='test1_park_v1'] .nsp-uum-modal .ant-select-selection:hover,
:root[theme='test1_ningHai_v1'] .nsp-uum-modal .ant-select-selection:hover,
:root[theme='test1_default_v1'] .nsp-uum-modal .ant-select-selection:focus,
:root[theme='test1_school_v1'] .nsp-uum-modal .ant-select-selection:focus,
:root[theme='test1_park_v1'] .nsp-uum-modal .ant-select-selection:focus,
:root[theme='test1_ningHai_v1'] .nsp-uum-modal .ant-select-selection:focus,
:root[theme='test1_default_v1'] .nsp-uum-modal .ant-input:hover,
:root[theme='test1_school_v1'] .nsp-uum-modal .ant-input:hover,
:root[theme='test1_park_v1'] .nsp-uum-modal .ant-input:hover,
:root[theme='test1_ningHai_v1'] .nsp-uum-modal .ant-input:hover,
:root[theme='test1_default_v1'] .nsp-uum-modal .ant-input:focus,
:root[theme='test1_school_v1'] .nsp-uum-modal .ant-input:focus,
:root[theme='test1_park_v1'] .nsp-uum-modal .ant-input:focus,
:root[theme='test1_ningHai_v1'] .nsp-uum-modal .ant-input:focus {
  border-color: var(--theme-color);
}
:root[theme='test1_default_v1'] .nsp-uum-modal .ant-switch-checked,
:root[theme='test1_school_v1'] .nsp-uum-modal .ant-switch-checked,
:root[theme='test1_park_v1'] .nsp-uum-modal .ant-switch-checked,
:root[theme='test1_ningHai_v1'] .nsp-uum-modal .ant-switch-checked {
  background-color: var(--theme-color);
}
:root[theme='test1_pingAn_v1'] .ant-tabs,
:root[theme='test1_pingAn_v1'] .ant-table,
:root[theme='test1_pingAn_v1'] .ant-pagination,
:root[theme='test1_pingAn_v1'] .ant-input,
:root[theme='test1_pingAn_v1'] .ant-select,
:root[theme='test1_pingAn_v1'] .ant-badge,
:root[theme='test1_pingAn_v1'] .ant-badge-status-text,
:root[theme='test1_pingAn_v1'] .ant-tree,
:root[theme='test1_pingAn_v1'] .ant-btn {
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .ant-pagination-item-active,
:root[theme='test1_pingAn_v1'] .ant-switch-checked {
  background-color: #2a8dff;
}
:root[theme='test1_pingAn_v1'] .ant-btn-primary {
  background-color: #2a8dff;
  border-color: #2a8dff;
}
:root[theme='test1_pingAn_v1'] .ant-btn-primary[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}
:root[theme='test1_pingAn_v1'] .ant-btn-primary[disabled]:hover {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}
:root[theme='test1_pingAn_v1'] .ant-btn-primary:hover,
:root[theme='test1_pingAn_v1'] .ant-btn-primary:focus,
:root[theme='test1_pingAn_v1'] .ant-btn-primary:active {
  background-color: #2785f2;
  border-color: #2785f2;
}
.base-clear-padding {
  padding-left: 0;
  padding-right: 0;
}
.base-clear-padding-l {
  padding-left: 0;
}
.base-clear-padding-r {
  padding-left: 0;
}
.base-height100 {
  height: 100% !important;
}
.base-margin-bottom24 {
  margin-bottom: 24px;
}
.base-margin-top24 {
  margin-top: 24px;
}
.base-margin-bottom32 {
  margin-bottom: 32px;
}
.base-padding-bottom24 {
  margin-bottom: 24px;
}
.base-padding-bottom32 {
  margin-bottom: 32px;
}
.base-divider {
  border-top: 1px solid #dddddd;
  margin-top: 24px;
}
.base-page {
  width: 100%;
  height: -webkit-calc(100vh - 164px);
  height: -moz-calc(100vh - 164px);
  height: calc(100vh - 164px);
  position: relative;
}
.base-page .base-page-top {
  padding-bottom: 24px;
}
.base-page .base-page-left {
  padding-right: 24px;
}
.base-one-level-title {
  font-size: 22px;
  color: #333333;
}
.base-tow-level-title {
  font-size: 18px;
  color: #1f7fff;
  background-color: #ebeef3;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  border-left: 6px solid #bdc9d4;
}
.base-tree-level-title {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  padding-left: 12px;
  border-left: 4px solid #999999;
}
.base-table-tip-bar {
  width: 100%;
  height: 40px !important;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  background-color: #fff1dd;
  padding-left: 6px;
  padding-right: 6px;
}
.base-table-tip-bar.border-lr {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.base-table-tip-bar .selected-item {
  color: #ff8800;
  font-weight: bold;
}
.base-table-tip-bar .selected-item-amount {
  font-weight: bold;
}
.base-form-control-clear-margin-l .ant-form .ant-form-item-control-wrapper {
  margin-left: 0;
}
.base-form-label-margin-l .ant-form .ant-form-item-label {
  padding-right: 32px;
  margin-right: 0;
}
.base-form-label-margin-l .ant-form .ant-form-item-label > label::after {
  margin-right: 0;
  padding-right: 0;
}
.base-btn-fixed-bottom {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.base-btn-fixed-bottom button {
  margin-left: 8px;
  margin-bottom: 0;
}
.base-table-btn-bar {
  border: 1px solid;
  border-color: #dddddd;
  padding: 10px 12px;
  border-bottom: none;
}
.base-table-btn-bar .btn-bar-item {
  margin-right: 12px;
}
.base-table-header-align-center .ant-table .ant-table-header th {
  text-align: center;
}
.base-table-menus-align .table-submenu-text-align {
  margin: 0;
  display: inline-block;
  width: -webkit-calc(100% - 29px);
  width: -moz-calc(100% - 29px);
  width: calc(100% - 29px);
}
.base-table-menus-align .ant-table-row-indent + .ant-table-row-expand-icon {
  vertical-align: top;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.base-table-menus-align .ant-table-wrapper tr.ant-table-row.ant-table-row-level-2 > td > .table-submenu-text-align {
  width: -webkit-calc(100% - 69px);
  width: -moz-calc(100% - 69px);
  width: calc(100% - 69px);
}
.base-table-menus-align .ant-table-wrapper tr.ant-table-row.ant-table-row-level-3 > td > .table-submenu-text-align {
  width: -webkit-calc(100% - 89px);
  width: -moz-calc(100% - 89px);
  width: calc(100% - 89px);
}
.base-formitem-error-tooltip {
  margin: 5px 0;
}
.base-formitem-error-tooltip .has-error .ant-form-explain {
  display: none;
}
.ant-tooltip.base-formitem-validate-error .ant-tooltip-inner {
  font-size: 14px;
  color: #fa5555;
}
.base-custom-form-err-Tooltip .ant-form-item {
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.base-custom-form-err-Tooltip .has-error .ant-form-explain {
  position: absolute;
  display: none;
  top: -54px;
  left: 12px;
  font-size: 14px;
  color: #fa5555;
  background: #fff;
  padding: 16px;
  border: 1px solid #dddddd;
  opacity: 1;
  -webkit-box-shadow: 0 2px 6px 2px #e2e2e2;
          box-shadow: 0 2px 6px 2px #e2e2e2;
}
.base-custom-form-err-Tooltip .has-error .ant-form-explain::after {
  content: '';
  border-width: 5px 5px 0;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  position: absolute;
  display: block;
  width: 7.07106781px;
  height: 7.07106781px;
  background: transparent;
  -ms-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
     -moz-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -1.8px;
  border-style: solid;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.base-custom-form-err-Tooltip .has-error:hover .ant-form-explain {
  display: block;
  -moz-animation: myfirst 0.5s;
       animation: myfirst 0.5s;
  -webkit-animation: myfirst 0.5s;
}
@-moz-keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes myfirst {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.base-table-del-color {
  color: #fa5555 !important;
}
.base-form-last-margin0 .ant-form-item {
  margin-bottom: 0px;
}
.base-clear-margin-bottom {
  margin-bottom: 0px !important;
}
.base-clear-margin-right {
  margin-right: 0px !important;
}
.ant-modal .ant-form .base-modal-form-btn {
  border: 1px solid #2a8dff;
  color: #2a8dff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-modal .ant-form .base-modal-form-btn:hover {
  background-color: #2a8dff;
  color: #fff;
}
.ant-modal .ant-form .base-modal-form-btn[disabled] {
  color: #bbbbbb;
  background-color: #dddddd;
  border: 1px solid #dddddd;
}
.ant-modal .ant-form .base-modal-form-btn[disabled]:hover {
  color: #bbbbbb;
  background-color: #dddddd;
  border: 1px solid #dddddd;
}
.ant-modal-header + .ant-modal-body {
  max-height: 63vh;
  overflow: auto;
}
.ant-modal-header + .ant-modal-body .isShowSearchTree {
  max-height: -webkit-calc(63vh - 160px);
  max-height: -moz-calc(63vh - 160px);
  max-height: calc(63vh - 160px);
  overflow: auto;
}
.base-clear-margin-right {
  margin-right: 0px !important;
}
.base-spin-center {
  text-align: center;
}
.base-spin-centered {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 50px;
  margin: 20px 0;
}
.ant-modal {
  width: 640px;
}
.ant-modal.medium {
  width: 960px;
}
.ant-modal.large {
  width: 1440px;
}
.ant-table-header > table {
  border: none;
}
.ant-tree-node-selected,
.ant-tree-node-content-wrapper:hover {
  background-color: #ebf2ff !important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
:root[theme='test1_default_v1'] .nsp-uum,
:root[theme='test1_school_v1'] .nsp-uum,
:root[theme='test1_informaTion_v1'] .nsp-uum,
:root[theme='test1_pingAn_v1'] .nsp-uum,
:root[theme='test1_ningHai_v1'] .nsp-uum,
:root[theme='test1_park_v1'] .nsp-uum {
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
:root[theme='test1_default_v1'] .nsp-uum .templet .templet-buttons,
:root[theme='test1_school_v1'] .nsp-uum .templet .templet-buttons,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet .templet-buttons,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet .templet-buttons,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet .templet-buttons,
:root[theme='test1_park_v1'] .nsp-uum .templet .templet-buttons {
  text-align: center;
  padding-top: 30px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet .templet-buttons .ant-btn,
:root[theme='test1_school_v1'] .nsp-uum .templet .templet-buttons .ant-btn,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet .templet-buttons .ant-btn,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet .templet-buttons .ant-btn,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet .templet-buttons .ant-btn,
:root[theme='test1_park_v1'] .nsp-uum .templet .templet-buttons .ant-btn {
  margin-right: 10px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet .section-divider,
:root[theme='test1_school_v1'] .nsp-uum .templet .section-divider,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet .section-divider,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet .section-divider,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet .section-divider,
:root[theme='test1_park_v1'] .nsp-uum .templet .section-divider {
  margin-bottom: 32px;
  display: block;
  height: 1px;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  clear: both;
  position: relative;
  top: -0.5px;
  background: #e8e8e8;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-layout,
:root[theme='test1_school_v1'] .nsp-uum .templet-layout,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-layout,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-layout,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-layout,
:root[theme='test1_park_v1'] .nsp-uum .templet-layout {
  position: relative;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-layout .layout-left-fixed,
:root[theme='test1_school_v1'] .nsp-uum .templet-layout .layout-left-fixed,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-layout .layout-left-fixed,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-layout .layout-left-fixed,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-layout .layout-left-fixed,
:root[theme='test1_park_v1'] .nsp-uum .templet-layout .layout-left-fixed {
  position: absolute;
  width: 280px;
  top: 0;
  left: 0;
  bottom: 0;
  padding-right: 6px;
  z-index: 1;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-layout .layout-right-auto,
:root[theme='test1_school_v1'] .nsp-uum .templet-layout .layout-right-auto,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-layout .layout-right-auto,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-layout .layout-right-auto,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-layout .layout-right-auto,
:root[theme='test1_park_v1'] .nsp-uum .templet-layout .layout-right-auto {
  padding-left: 286px !important;
  width: 100% !important;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-operation,
:root[theme='test1_school_v1'] .nsp-uum .templet-operation,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-operation,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-operation,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-operation,
:root[theme='test1_park_v1'] .nsp-uum .templet-operation {
  text-align: center;
  margin: 10px 0;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-operation button,
:root[theme='test1_school_v1'] .nsp-uum .templet-operation button,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-operation button,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-operation button,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-operation button,
:root[theme='test1_park_v1'] .nsp-uum .templet-operation button {
  margin-left: 8px;
  margin-bottom: 0;
  min-width: 88px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-table-tools > a,
:root[theme='test1_school_v1'] .nsp-uum .templet-table-tools > a,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-table-tools > a,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-table-tools > a,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-table-tools > a,
:root[theme='test1_park_v1'] .nsp-uum .templet-table-tools > a {
  margin-left: 15px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-table-tools > a.oper-del,
:root[theme='test1_school_v1'] .nsp-uum .templet-table-tools > a.oper-del,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-table-tools > a.oper-del,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-table-tools > a.oper-del,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-table-tools > a.oper-del,
:root[theme='test1_park_v1'] .nsp-uum .templet-table-tools > a.oper-del {
  color: #e3243c !important;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-table-tools > a:nth-of-type(1),
:root[theme='test1_school_v1'] .nsp-uum .templet-table-tools > a:nth-of-type(1),
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-table-tools > a:nth-of-type(1),
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-table-tools > a:nth-of-type(1),
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-table-tools > a:nth-of-type(1),
:root[theme='test1_park_v1'] .nsp-uum .templet-table-tools > a:nth-of-type(1) {
  margin-left: 0;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-table-tools .ant-dropdown-link,
:root[theme='test1_school_v1'] .nsp-uum .templet-table-tools .ant-dropdown-link,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-table-tools .ant-dropdown-link,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-table-tools .ant-dropdown-link,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-table-tools .ant-dropdown-link,
:root[theme='test1_park_v1'] .nsp-uum .templet-table-tools .ant-dropdown-link {
  margin-left: 10px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree {
  width: 264px;
  position: absolute;
  top: 0;
  bottom: 60px;
  padding-top: 1px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree-row,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree-row,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree-row,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree-row,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree-row,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree-row,
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 28px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card {
  overflow: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-card-body,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-card-body,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-card-body,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-card-body,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-card-body,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-card-body {
  padding-top: 0px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .treeNodeAction,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .treeNodeAction,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .treeNodeAction,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .treeNodeAction,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .treeNodeAction,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .treeNodeAction {
  display: none;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li {
  width: 100%;
  overflow: hidden;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction {
  display: inline-block;
  margin: 0 10px 0 2px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction > i,
:root[theme='test1_school_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction > i,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction > i,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction > i,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction > i,
:root[theme='test1_park_v1'] .nsp-uum .templet-search-tree .search-tree.ant-card .ant-tree li a:hover .treeNodeAction > i {
  margin-left: 10px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-searchForm .templet-searchForm-button > button,
:root[theme='test1_school_v1'] .nsp-uum .templet-searchForm .templet-searchForm-button > button,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-searchForm .templet-searchForm-button > button,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm .templet-searchForm-button > button,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-searchForm .templet-searchForm-button > button,
:root[theme='test1_park_v1'] .nsp-uum .templet-searchForm .templet-searchForm-button > button {
  margin-right: 10px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle,
:root[theme='test1_school_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle,
:root[theme='test1_park_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle {
  cursor: pointer;
  float: left;
  height: 32px;
  line-height: 34px;
  margin-left: 7px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:hover,
:root[theme='test1_school_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:hover,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:hover,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:hover,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:hover,
:root[theme='test1_park_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:hover,
:root[theme='test1_default_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:focus,
:root[theme='test1_school_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:focus,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:focus,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:focus,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:focus,
:root[theme='test1_park_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:focus,
:root[theme='test1_default_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:active,
:root[theme='test1_school_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:active,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:active,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:active,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:active,
:root[theme='test1_park_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle:active {
  color: #2a8dff;
  border-color: #2a8dff;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle > i,
:root[theme='test1_school_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle > i,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle > i,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle > i,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle > i,
:root[theme='test1_park_v1'] .nsp-uum .templet-searchForm .templet-searchForm-toggle > i {
  padding: 0px 2px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-searchForm .form-button,
:root[theme='test1_school_v1'] .nsp-uum .templet-searchForm .form-button,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-searchForm .form-button,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm .form-button,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-searchForm .form-button,
:root[theme='test1_park_v1'] .nsp-uum .templet-searchForm .form-button {
  float: right;
  margin-left: 12px;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-stepForm .ant-steps-horizontal,
:root[theme='test1_school_v1'] .nsp-uum .templet-stepForm .ant-steps-horizontal,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-stepForm .ant-steps-horizontal,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-stepForm .ant-steps-horizontal,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-stepForm .ant-steps-horizontal,
:root[theme='test1_park_v1'] .nsp-uum .templet-stepForm .ant-steps-horizontal {
  max-width: 750px;
  margin: 16px auto;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-stepForm .stepHide,
:root[theme='test1_school_v1'] .nsp-uum .templet-stepForm .stepHide,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-stepForm .stepHide,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-stepForm .stepHide,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-stepForm .stepHide,
:root[theme='test1_park_v1'] .nsp-uum .templet-stepForm .stepHide {
  display: none;
}
:root[theme='test1_default_v1'] .nsp-uum .templet-stepForm .ant-form,
:root[theme='test1_school_v1'] .nsp-uum .templet-stepForm .ant-form,
:root[theme='test1_informaTion_v1'] .nsp-uum .templet-stepForm .ant-form,
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-stepForm .ant-form,
:root[theme='test1_ningHai_v1'] .nsp-uum .templet-stepForm .ant-form,
:root[theme='test1_park_v1'] .nsp-uum .templet-stepForm .ant-form {
  margin: 40px auto 0;
  max-width: 500px;
}
:root[theme='test1_default_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table,
:root[theme='test1_school_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table,
:root[theme='test1_informaTion_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table,
:root[theme='test1_pingAn_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table,
:root[theme='test1_ningHai_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table,
:root[theme='test1_park_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table {
  -webkit-border-radius: initial;
          border-radius: initial;
}
:root[theme='test1_default_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table-bordered .ant-table-body > table,
:root[theme='test1_school_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table-bordered .ant-table-body > table,
:root[theme='test1_informaTion_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table-bordered .ant-table-body > table,
:root[theme='test1_pingAn_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table-bordered .ant-table-body > table,
:root[theme='test1_ningHai_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table-bordered .ant-table-body > table,
:root[theme='test1_park_v1'] .nsp-uum .buttonBar-table-wrapper .ant-table-bordered .ant-table-body > table {
  border-top: none;
}
:root[theme='test1_default_v1'] .nsp-uum .alert-tilte,
:root[theme='test1_school_v1'] .nsp-uum .alert-tilte,
:root[theme='test1_informaTion_v1'] .nsp-uum .alert-tilte,
:root[theme='test1_pingAn_v1'] .nsp-uum .alert-tilte,
:root[theme='test1_ningHai_v1'] .nsp-uum .alert-tilte,
:root[theme='test1_park_v1'] .nsp-uum .alert-tilte {
  padding: 0px;
}
:root[theme='test1_default_v1'] .nsp-uum .alert-tilte .ant-alert-info,
:root[theme='test1_school_v1'] .nsp-uum .alert-tilte .ant-alert-info,
:root[theme='test1_informaTion_v1'] .nsp-uum .alert-tilte .ant-alert-info,
:root[theme='test1_pingAn_v1'] .nsp-uum .alert-tilte .ant-alert-info,
:root[theme='test1_ningHai_v1'] .nsp-uum .alert-tilte .ant-alert-info,
:root[theme='test1_park_v1'] .nsp-uum .alert-tilte .ant-alert-info {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}
:root[theme='test1_default_v1'] .nsp-uum .alert-tilte .title-list,
:root[theme='test1_school_v1'] .nsp-uum .alert-tilte .title-list,
:root[theme='test1_informaTion_v1'] .nsp-uum .alert-tilte .title-list,
:root[theme='test1_pingAn_v1'] .nsp-uum .alert-tilte .title-list,
:root[theme='test1_ningHai_v1'] .nsp-uum .alert-tilte .title-list,
:root[theme='test1_park_v1'] .nsp-uum .alert-tilte .title-list {
  float: left;
  margin-right: 30px;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th {
  background: #f0f5ff;
  color: #333;
  font-weight: bold;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.left > div,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.left > div,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.left > div,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.left > div,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.left > div,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.left > div {
  text-align: left;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.center > div,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.center > div,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.center > div,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.center > div,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.center > div,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.center > div {
  text-align: center;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.right > div,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.right > div,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.right > div,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.right > div,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.right > div,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr > th.right > div {
  text-align: right;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.left,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.left,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.left,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.left,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.left,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.left {
  text-align: left;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.center,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.center,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.center,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.center,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.center,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.center {
  text-align: center;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.right,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.right,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.right,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.right,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.right,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr > td.right {
  text-align: right;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-selected td {
  background: #ecf5ff;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: none !important;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination {
  margin-top: 24px;
  margin-bottom: 6px;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a {
  background: #f5f5f5;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-next.ant-pagination-disabled a i {
  color: #c3c3c3;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item a,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item a,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item a {
  color: #666;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active {
  background: #1f7fff;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active a,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active a {
  color: #fff;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-list,
:root[theme='test1_school_v1'] .nsp-uum .ant-list,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list,
:root[theme='test1_park_v1'] .nsp-uum .ant-list {
  background: #fff;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_school_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_park_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a,
:root[theme='test1_default_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_school_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a,
:root[theme='test1_park_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a {
  background: #f5f5f5;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_school_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_park_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-prev.ant-pagination-disabled a i,
:root[theme='test1_default_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_school_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a i,
:root[theme='test1_park_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-next.ant-pagination-disabled a i {
  color: #c3c3c3;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item a,
:root[theme='test1_school_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item a,
:root[theme='test1_park_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item a {
  color: #666;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active,
:root[theme='test1_school_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active,
:root[theme='test1_park_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active {
  background: #1f7fff;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active a,
:root[theme='test1_school_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active a,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active a,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active a,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active a,
:root[theme='test1_park_v1'] .nsp-uum .ant-list .ant-list-pagination .ant-pagination-item-active a {
  color: #fff;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-input,
:root[theme='test1_school_v1'] .nsp-uum .ant-input,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-input,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-input,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-input,
:root[theme='test1_park_v1'] .nsp-uum .ant-input,
:root[theme='test1_default_v1'] .nsp-uum .ant-btn,
:root[theme='test1_school_v1'] .nsp-uum .ant-btn,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-btn,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-btn,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-btn,
:root[theme='test1_park_v1'] .nsp-uum .ant-btn,
:root[theme='test1_default_v1'] .nsp-uum .ant-select-selection,
:root[theme='test1_school_v1'] .nsp-uum .ant-select-selection,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-select-selection,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-select-selection,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-select-selection,
:root[theme='test1_park_v1'] .nsp-uum .ant-select-selection {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab,
:root[theme='test1_school_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab,
:root[theme='test1_park_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab {
  line-height: 20px;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab-active,
:root[theme='test1_school_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab-active,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab-active,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab-active,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab-active,
:root[theme='test1_park_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-tab-active {
  color: #1177ee;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-left-content,
:root[theme='test1_school_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-left-content,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-left-content,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-left-content,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-left-content,
:root[theme='test1_park_v1'] .nsp-uum .ant-tabs.ant-tabs-vertical .ant-tabs-left-content {
  border-color: #ececec;
}
:root[theme='test1_default_v1'] .nsp-uum ::-webkit-scrollbar,
:root[theme='test1_school_v1'] .nsp-uum ::-webkit-scrollbar,
:root[theme='test1_informaTion_v1'] .nsp-uum ::-webkit-scrollbar,
:root[theme='test1_pingAn_v1'] .nsp-uum ::-webkit-scrollbar,
:root[theme='test1_ningHai_v1'] .nsp-uum ::-webkit-scrollbar,
:root[theme='test1_park_v1'] .nsp-uum ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
:root[theme='test1_default_v1'] .nsp-uum ::-webkit-scrollbar-track,
:root[theme='test1_school_v1'] .nsp-uum ::-webkit-scrollbar-track,
:root[theme='test1_informaTion_v1'] .nsp-uum ::-webkit-scrollbar-track,
:root[theme='test1_pingAn_v1'] .nsp-uum ::-webkit-scrollbar-track,
:root[theme='test1_ningHai_v1'] .nsp-uum ::-webkit-scrollbar-track,
:root[theme='test1_park_v1'] .nsp-uum ::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
}
:root[theme='test1_default_v1'] .nsp-uum ::-webkit-scrollbar-thumb,
:root[theme='test1_school_v1'] .nsp-uum ::-webkit-scrollbar-thumb,
:root[theme='test1_informaTion_v1'] .nsp-uum ::-webkit-scrollbar-thumb,
:root[theme='test1_pingAn_v1'] .nsp-uum ::-webkit-scrollbar-thumb,
:root[theme='test1_ningHai_v1'] .nsp-uum ::-webkit-scrollbar-thumb,
:root[theme='test1_park_v1'] .nsp-uum ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #dadada;
}
:root[theme='test1_default_v1'] .nsp-uum .table-overflow-y,
:root[theme='test1_school_v1'] .nsp-uum .table-overflow-y,
:root[theme='test1_informaTion_v1'] .nsp-uum .table-overflow-y,
:root[theme='test1_pingAn_v1'] .nsp-uum .table-overflow-y,
:root[theme='test1_ningHai_v1'] .nsp-uum .table-overflow-y,
:root[theme='test1_park_v1'] .nsp-uum .table-overflow-y {
  overflow-y: auto;
  height: 670px;
}
:root[theme='test1_default_v1'] .nsp-uum .gutter-box-outside,
:root[theme='test1_school_v1'] .nsp-uum .gutter-box-outside,
:root[theme='test1_informaTion_v1'] .nsp-uum .gutter-box-outside,
:root[theme='test1_pingAn_v1'] .nsp-uum .gutter-box-outside,
:root[theme='test1_ningHai_v1'] .nsp-uum .gutter-box-outside,
:root[theme='test1_park_v1'] .nsp-uum .gutter-box-outside {
  height: 100%;
  overflow: hidden;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-modal-header + .ant-modal-body,
:root[theme='test1_school_v1'] .nsp-uum .ant-modal-header + .ant-modal-body,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal-header + .ant-modal-body,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal-header + .ant-modal-body,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal-header + .ant-modal-body,
:root[theme='test1_park_v1'] .nsp-uum .ant-modal-header + .ant-modal-body {
  max-height: 63vh;
  overflow: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal {
  text-align: center;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.right-bottom,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.right-bottom,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.right-bottom,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.right-bottom,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.right-bottom,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.right-bottom {
  text-align: right;
  right: 40px;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.right-bottom > div,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.right-bottom > div,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.right-bottom > div,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.right-bottom > div,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.right-bottom > div,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.right-bottom > div {
  vertical-align: top;
  top: 130px;
  padding-bottom: 0;
  height: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content {
  height: 100%;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.right-bottom > div .ant-modal-content .ant-modal-body {
  padding-bottom: 24px;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.left-bottom,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.left-bottom,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.left-bottom,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.left-bottom,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.left-bottom,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.left-bottom {
  text-align: left;
  left: 212px;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.left-bottom > div,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.left-bottom > div,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.left-bottom > div,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.left-bottom > div,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.left-bottom > div,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.left-bottom > div {
  padding-bottom: 0;
  height: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content {
  height: 100%;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content .ant-modal-body,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal.left-bottom > div .ant-modal-content .ant-modal-body {
  padding-bottom: 24px;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal:before,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal:before,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal:before,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal:before,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal:before,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
:root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal .ant-modal,
:root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal .ant-modal,
:root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal .ant-modal,
:root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal .ant-modal,
:root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal .ant-modal,
:root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-modal.zoom-enter,
:root[theme='test1_school_v1'] .nsp-uum .ant-modal.zoom-enter,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal.zoom-enter,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal.zoom-enter,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal.zoom-enter,
:root[theme='test1_park_v1'] .nsp-uum .ant-modal.zoom-enter,
:root[theme='test1_default_v1'] .nsp-uum .ant-modal.zoom-appear,
:root[theme='test1_school_v1'] .nsp-uum .ant-modal.zoom-appear,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal.zoom-appear,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal.zoom-appear,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal.zoom-appear,
:root[theme='test1_park_v1'] .nsp-uum .ant-modal.zoom-appear,
:root[theme='test1_default_v1'] .nsp-uum .ant-modal.zoom-leave,
:root[theme='test1_school_v1'] .nsp-uum .ant-modal.zoom-leave,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal.zoom-leave,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal.zoom-leave,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal.zoom-leave,
:root[theme='test1_park_v1'] .nsp-uum .ant-modal.zoom-leave,
:root[theme='test1_default_v1'] .nsp-uum .ant-modal-mask.fade-enter,
:root[theme='test1_school_v1'] .nsp-uum .ant-modal-mask.fade-enter,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal-mask.fade-enter,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal-mask.fade-enter,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal-mask.fade-enter,
:root[theme='test1_park_v1'] .nsp-uum .ant-modal-mask.fade-enter,
:root[theme='test1_default_v1'] .nsp-uum .ant-modal-mask.fade-appear,
:root[theme='test1_school_v1'] .nsp-uum .ant-modal-mask.fade-appear,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal-mask.fade-appear,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal-mask.fade-appear,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal-mask.fade-appear,
:root[theme='test1_park_v1'] .nsp-uum .ant-modal-mask.fade-appear,
:root[theme='test1_default_v1'] .nsp-uum .ant-modal-mask.fade-leave,
:root[theme='test1_school_v1'] .nsp-uum .ant-modal-mask.fade-leave,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal-mask.fade-leave,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal-mask.fade-leave,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal-mask.fade-leave,
:root[theme='test1_park_v1'] .nsp-uum .ant-modal-mask.fade-leave,
:root[theme='test1_default_v1'] .nsp-uum .ant-dropdown.slide-up-enter,
:root[theme='test1_school_v1'] .nsp-uum .ant-dropdown.slide-up-enter,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-dropdown.slide-up-enter,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-dropdown.slide-up-enter,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-dropdown.slide-up-enter,
:root[theme='test1_park_v1'] .nsp-uum .ant-dropdown.slide-up-enter,
:root[theme='test1_default_v1'] .nsp-uum .ant-dropdown.slide-up-appear,
:root[theme='test1_school_v1'] .nsp-uum .ant-dropdown.slide-up-appear,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-dropdown.slide-up-appear,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-dropdown.slide-up-appear,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-dropdown.slide-up-appear,
:root[theme='test1_park_v1'] .nsp-uum .ant-dropdown.slide-up-appear,
:root[theme='test1_default_v1'] .nsp-uum .ant-dropdown.slide-up-leave,
:root[theme='test1_school_v1'] .nsp-uum .ant-dropdown.slide-up-leave,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-dropdown.slide-up-leave,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-dropdown.slide-up-leave,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-dropdown.slide-up-leave,
:root[theme='test1_park_v1'] .nsp-uum .ant-dropdown.slide-up-leave {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
       animation-duration: 0s !important;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-popover.zoom-big-enter,
:root[theme='test1_school_v1'] .nsp-uum .ant-popover.zoom-big-enter,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-popover.zoom-big-enter,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-popover.zoom-big-enter,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-popover.zoom-big-enter,
:root[theme='test1_park_v1'] .nsp-uum .ant-popover.zoom-big-enter,
:root[theme='test1_default_v1'] .nsp-uum .ant-popover.zoom-big-appear,
:root[theme='test1_school_v1'] .nsp-uum .ant-popover.zoom-big-appear,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-popover.zoom-big-appear,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-popover.zoom-big-appear,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-popover.zoom-big-appear,
:root[theme='test1_park_v1'] .nsp-uum .ant-popover.zoom-big-appear,
:root[theme='test1_default_v1'] .nsp-uum .ant-popover.zoom-big-leave,
:root[theme='test1_school_v1'] .nsp-uum .ant-popover.zoom-big-leave,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-popover.zoom-big-leave,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-popover.zoom-big-leave,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-popover.zoom-big-leave,
:root[theme='test1_park_v1'] .nsp-uum .ant-popover.zoom-big-leave {
  -webkit-animation-duration: 0.1s !important;
  -moz-animation-duration: 0.1s !important;
       animation-duration: 0.1s !important;
}
@media (max-width: 767px) {
  :root[theme='test1_default_v1'] .nsp-uum .ant-modal,
  :root[theme='test1_school_v1'] .nsp-uum .ant-modal,
  :root[theme='test1_informaTion_v1'] .nsp-uum .ant-modal,
  :root[theme='test1_pingAn_v1'] .nsp-uum .ant-modal,
  :root[theme='test1_ningHai_v1'] .nsp-uum .ant-modal,
  :root[theme='test1_park_v1'] .nsp-uum .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  :root[theme='test1_default_v1'] .nsp-uum .vertical-center-modal .ant-modal,
  :root[theme='test1_school_v1'] .nsp-uum .vertical-center-modal .ant-modal,
  :root[theme='test1_informaTion_v1'] .nsp-uum .vertical-center-modal .ant-modal,
  :root[theme='test1_pingAn_v1'] .nsp-uum .vertical-center-modal .ant-modal,
  :root[theme='test1_ningHai_v1'] .nsp-uum .vertical-center-modal .ant-modal,
  :root[theme='test1_park_v1'] .nsp-uum .vertical-center-modal .ant-modal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
  }
}
:root[theme='test1_default_v1'] .nsp-uum .ant-table-bordered.ant-table-fixed-header .ant-table-header > table,
:root[theme='test1_school_v1'] .nsp-uum .ant-table-bordered.ant-table-fixed-header .ant-table-header > table,
:root[theme='test1_informaTion_v1'] .nsp-uum .ant-table-bordered.ant-table-fixed-header .ant-table-header > table,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-table-bordered.ant-table-fixed-header .ant-table-header > table,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-table-bordered.ant-table-fixed-header .ant-table-header > table,
:root[theme='test1_park_v1'] .nsp-uum .ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border: none;
  border-top: 1px solid #e8e8e8;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut,
:root[theme='test1_informaTion_v1'] .nsp-uum .page-layOut,
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .ant-btn,
:root[theme='test1_school_v1'] .nsp-uum .ant-btn,
:root[theme='test1_ningHai_v1'] .nsp-uum .ant-btn,
:root[theme='test1_park_v1'] .nsp-uum .ant-btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}
:root[theme='test1_default_v1'] .nsp-uum .btn-bar,
:root[theme='test1_school_v1'] .nsp-uum .btn-bar,
:root[theme='test1_ningHai_v1'] .nsp-uum .btn-bar,
:root[theme='test1_park_v1'] .nsp-uum .btn-bar {
  margin-bottom: 24px;
  border-color: #dddddd;
  border-bottom: none;
}
:root[theme='test1_default_v1'] .nsp-uum .btn-bar .btn-bar-item,
:root[theme='test1_school_v1'] .nsp-uum .btn-bar .btn-bar-item,
:root[theme='test1_ningHai_v1'] .nsp-uum .btn-bar .btn-bar-item,
:root[theme='test1_park_v1'] .nsp-uum .btn-bar .btn-bar-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 32px;
  margin-right: 12px;
  font-size: 14px !important;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .gutter-box,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .gutter-box,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .gutter-box,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .gutter-box {
  height: 100%;
  overflow-y: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .searchRow .search-box,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .searchRow .search-box,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .searchRow .search-box,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .searchRow .search-box {
  overflow: hidden;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .ant-col-5.leftContent,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .ant-col-5.leftContent,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .ant-col-5.leftContent,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .ant-col-5.leftContent {
  width: 320px;
  margin-right: 12px;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .leftContent,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .leftContent,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .leftContent,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .leftContent {
  height: 100%;
  overflow: hidden;
  padding-right: 12px !important;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box {
  padding-top: 1px;
  height: 100%;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box .ant-tabs-nav .ant-tabs-tab {
  padding: 0 16px 14px 16px;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .leftContent.rightTable .gutter-box,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .leftContent.rightTable .gutter-box,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .leftContent.rightTable .gutter-box,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .leftContent.rightTable .gutter-box {
  height: 89%;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .rightContent,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .rightContent,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .rightContent,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .rightContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .rightContent .gutter-box,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .rightContent .gutter-box,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .rightContent .gutter-box,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .rightContent .gutter-box {
  height: 100%;
  overflow: hidden;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form {
  height: -webkit-calc(100% - 56px);
  height: -moz-calc(100% - 56px);
  height: calc(100% - 56px);
  overflow-y: auto;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .templet-form-body,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .templet-form-body,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .templet-form-body,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .templet-form-body {
  padding-top: 20px;
  padding-bottom: 0;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row {
  font-size: 14px;
  color: #108ee9;
  padding-bottom: 10px;
}
:root[theme='test1_default_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row .titleIcon,
:root[theme='test1_school_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row .titleIcon,
:root[theme='test1_ningHai_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row .titleIcon,
:root[theme='test1_park_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row .titleIcon {
  width: 4px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  background: #2a8dff;
  position: relative;
  top: 2px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-btn.tool-btn:hover,
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-btn.tool-btn:focus {
  color: #fff;
  background-color: #2785f2;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .ant-btn.tool-btn:active {
  color: #fff;
  background-color: #2785f2;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .btn-bar {
  padding: 9px 12px 9px 12px;
  border: 1px solid #e9e9e9;
  border-color: #dddddd;
  border-bottom: none;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .btn-bar .btn-bar-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 32px;
  margin-right: 12px;
  font-size: 16px !important;
  color: #666666;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .btn-bar .ant-btn {
  border: 1px solid rgba(0, 0, 0, 0);
}
:root[theme='test1_pingAn_v1'] .nsp-uum .btn-bar .ant-btn.tool-btn:hover,
:root[theme='test1_pingAn_v1'] .nsp-uum .btn-bar .ant-btn.tool-btn:focus {
  border: 1px solid rgba(0, 0, 0, 0);
}
:root[theme='test1_pingAn_v1'] .nsp-uum .btn-bar .ant-btn.tool-btn:active {
  border: 1px solid rgba(0, 0, 0, 0);
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .gutter-box {
  height: 100%;
  overflow-y: auto;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .searchRow .search-box {
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .ant-col-5.leftContent {
  width: 320px;
  margin-right: 12px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .leftContent {
  height: 100%;
  overflow: hidden;
  padding-right: 12px !important;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box {
  padding-top: 1px;
  height: 100%;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .leftContent .gutter-box .ant-tabs-nav .ant-tabs-tab {
  padding: 0 16px 14px 16px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .leftContent.rightTable .gutter-box {
  height: 89%;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .rightContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .rightContent .gutter-box {
  height: 100%;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form {
  height: -webkit-calc(100% - 56px);
  height: -moz-calc(100% - 56px);
  height: calc(100% - 56px);
  overflow-y: auto;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .templet-form-body {
  padding-top: 20px;
  padding-bottom: 0;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row {
  font-size: 16px;
  color: #108ee9;
  padding-bottom: 10px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .contentRow .rightContent .templet-form .form-title-row .titleIcon {
  width: 4px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  background: #2a8dff;
  position: relative;
  top: 2px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .bottomRow {
  position: absolute;
  bottom: 32px;
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .btn-bar-table .ant-table-wrapper .ant-spin-nested-loading {
  border: 1px solid #e9e9e9;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .title-row {
  font-size: 16px;
  color: #108ee9;
  padding-bottom: 20px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .title-row .titleIcon {
  width: 4px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  background: #2a8dff;
  position: relative;
  top: 2px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table ::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #f0f2f5;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #dadada;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table-tbody > tr > td {
  word-break: break-all;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table-thead > tr > th.ant-table-column-sort {
  background: #f0f5ff;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table-tbody > tr > td.ant-table-column-sort {
  background: #fff;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table-thead > tr > th,
:root[theme='test1_pingAn_v1'] .nsp-uum .page-layOut .ant-table-tbody > tr > td {
  padding: 12px 16px;
}
:root[theme='test1_pingAn_v1'] .nsp-uum .templet-searchForm-button-new {
  float: right;
  margin-right: 0;
}

.ant-notification-top {
  top: 100px !important;
  bottom: auto !important;
  left: 0;
  margin: 0 -webkit-calc(50% - 192px);
  margin: 0 -moz-calc(50% - 192px);
  margin: 0 calc(50% - 192px);
}

.ant-btn {
  min-width: 88px;
  height: 32px;
  padding: 0 12px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 26px;
}
.templet-searchForm .templet-searchForm-toggle .templet-searchForm-toggle-down,
.templet-searchForm .templet-searchForm-toggle .templet-searchForm-toggle-up {
  min-width: 0;
}

.todo-notification-description p {
  margin-bottom: 2px;
}
.todo-notification-btn button:nth-child(2) {
  margin-left: 8px;
  margin-bottom: 0;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-modal .ant-modal-header {
  height: 60px;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 60px;
  border-color: #dddddd;
}
.ant-modal .ant-modal-header .ant-modal-title {
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-weight: 500;
  line-height: 60px;
}
.ant-modal .ant-modal-content {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
  border-bottom: 1px solid transparent;
}
.ant-modal .ant-modal-content .ant-modal-close-x {
  margin-right: 22px;
  width: 22px;
  height: 22px;
}
.ant-modal .ant-modal-body {
  padding: 12px 24px 0px 24px;
  margin: 20px 16px 32px;
  overflow: auto;
}
.ant-modal .ant-modal-footer {
  padding: 0px;
  padding-right: 40px;
  height: 64px;
  border-top: none;
}
.ant-modal .ant-modal-footer button + button {
  margin-left: 12px;
}
.ant-modal .ant-tabs.ant-tabs-vertical .ant-tabs-tab {
  line-height: unset!important;
}
.ant-modal .ant-table table {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}
.ant-modal .ant-modal-content .ant-table-thead > tr > th,
.ant-modal .ant-modal-content .ant-table-tbody > tr > td {
  padding: 12px 12px!important;
}
.ant-modal .ant-input {
  line-height: 1.5;
  color: #333333;
}
.ant-modal-confirm {
  padding: 0px;
}
.ant-modal-confirm .ant-modal-confirm-title {
  font-size: 18px;
  font-weight: 500;
}
.ant-modal-confirm .anticon {
  font-size: 24px;
}
.ant-modal-confirm .ant-modal-body {
  margin: 0;
  padding: 32px 40px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 32px;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn {
  float: right;
  margin-left: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-modal-confirm .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-top: 12px;
}
.ant-modal-confirm.noContentConfirm .ant-modal-confirm-content {
  display: none;
}

.svg-class {
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  min-width: 14px;
  width: 1em;
  height: 1em;
}


.boundary-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -140px;
}
.boundary-wrapper .error-icon {
  text-align: center;
  font-size: 56px;
  color: #ff4d4f;
}
.boundary-wrapper .error-text {
  text-align: center;
  font-size: 24px;
}

.ant-notification-top {
  top: 100px !important;
  bottom: auto !important;
  left: 0;
  margin: 0 -webkit-calc(50% - 192px);
  margin: 0 -moz-calc(50% - 192px);
  margin: 0 calc(50% - 192px);
}

.todo-notification-description p {
  margin-bottom: 2px;
}
.todo-notification-btn button:nth-child(2) {
  margin-left: 8px;
  margin-bottom: 0;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-modal .ant-modal-header {
  height: 60px;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 60px;
  border-color: #dddddd;
}
.ant-modal .ant-modal-header .ant-modal-title {
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-weight: 500;
  line-height: 60px;
}
.ant-modal .ant-modal-content {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
  border-bottom: 1px solid transparent;
}
.ant-modal .ant-modal-content .ant-modal-close-x {
  margin-right: 22px;
  width: 22px;
  height: 22px;
}
.ant-modal .ant-modal-body {
  padding: 12px 24px 0px 24px;
  margin: 20px 16px 32px;
  overflow: auto;
}
.ant-modal .ant-modal-footer {
  padding: 0px;
  padding-right: 40px;
  height: 64px;
  border-top: none;
}
.ant-modal .ant-modal-footer button + button {
  margin-left: 12px;
}
.ant-modal .ant-tabs.ant-tabs-vertical .ant-tabs-tab {
  line-height: unset!important;
}
.ant-modal .ant-table table {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}
.ant-modal .ant-modal-content .ant-table-thead > tr > th,
.ant-modal .ant-modal-content .ant-table-tbody > tr > td {
  padding: 12px 12px!important;
}
.ant-modal .ant-input {
  line-height: 1.5;
  color: #333333;
}
.ant-modal-confirm {
  padding: 0px;
}
.ant-modal-confirm .ant-modal-confirm-title {
  font-size: 18px;
  font-weight: 500;
}
.ant-modal-confirm .anticon {
  font-size: 24px;
}
.ant-modal-confirm .ant-modal-body {
  margin: 0;
  padding: 32px 40px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 32px;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn {
  float: right;
  margin-left: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-modal-confirm .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-top: 12px;
}
.ant-modal-confirm.noContentConfirm .ant-modal-confirm-content {
  display: none;
}

.ant-btn {
  min-width: 88px;
  height: 32px;
  padding: 0 12px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 26px;
}
.templet-searchForm .templet-searchForm-toggle .templet-searchForm-toggle-down,
.templet-searchForm .templet-searchForm-toggle .templet-searchForm-toggle-up {
  min-width: 0;
}


.nsp-uum .recoverPower .ant-form .readOnlyInput .ant-input {
  border: none;
}
.nsp-uum .recoverPower .ant-form .readOnlyInput .ant-input:focus {
  border: 0px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}


:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.home-content .usercenter {
  height: -webkit-calc(100vh - 164px);
  height: -moz-calc(100vh - 164px);
  height: calc(100vh - 164px);
}
.home-content .usercenter .ant-tabs-nav .ant-tabs-tab {
  font-weight: normal;
  margin-right: 0;
  padding: 7px 32px;
}
.home-content .usercenter .ant-tabs-bar {
  margin-bottom: 32px;
}
.home-content .usercenter .usercenter-basicInfo {
  height: 100%;
  position: relative;
}
.home-content .usercenter .usercenter-basicInfo .usercenter-avatar {
  text-align: center;
}
.home-content .usercenter .usercenter-basicInfo .usercenter-avatar .avatar-img {
  padding: 10px 0 20px;
}
.home-content .usercenter .usercenter-basicInfo .usercenter-avatar .avatar-img img {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px dashed #d9d9d9;
}
.home-content .usercenter .usercenter-basicInfo .usercenter-avatar .avatar-uploader .ant-upload {
  margin: 10px -webkit-calc(50% - 84px);
  margin: 10px -moz-calc(50% - 84px);
  margin: 10px calc(50% - 84px);
}
.home-content .usercenter .usercenter-basicInfo .usercenter-avatar-desc {
  text-align: center;
  margin-top: 20px;
  color: #666;
}
.home-content .usercenter .usercenter-basicInfo .usercenter-avatar-desc p {
  line-height: 24px;
  margin-bottom: 0px;
}
.home-content .usercenter .usercenter-basicInfo .usercenter-operation {
  margin-bottom: 0;
}
.home-content .usercenter .usercenter-basicInfo .ant-row .ant-form-item {
  color: #333;
}
.home-content .usercenter .usercenter-basicInfo .ant-row .ant-form-item-label label {
  color: #666;
}
.home-content .usercenter .usercenter-basicInfo .ant-row .ant-form-item .description {
  margin-top: 10px;
}
.home-content .usercenter .usercenter-security {
  height: 100%;
}
.home-content .usercenter .usercenter-security .password {
  height: 100%;
  position: relative;
}
.home-content .usercenter .usercenter-security .password .password-operation,
.home-content .usercenter .usercenter-security .password .password-module {
  height: 100%;
}
.home-content .usercenter .usercenter-security .password .contentText {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}
.home-content .usercenter .usercenter-security .password .ant-list-item {
  float: left\9;
  width: 100%\9;
  border-bottom: 1px solid #ddd !important;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-action {
  float: right\9;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-action button {
  padding: 0 27px;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta {
  float: left\9;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta-avatar {
  float: left\9;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta-avatar .avatar {
  display: block;
  color: #1990ff;
  border-color: #1990ff;
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  margin: 8px 0;
  margin-right: 12px;
  min-width: 0;
  width: 40px;
  height: 40px;
  background: url(/asset/user.png) no-repeat;
  background-position: center;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  margin-bottom: 16px;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta-description {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta-description .high {
  color: #1990ff;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta-description .middle {
  color: #87D068;
}
.home-content .usercenter .usercenter-security .password .ant-list-item-meta-description .low {
  color: #FA5555;
}
.home-content .usercenter .usercenter-security .password .ant-form-item-label label {
  color: #666;
}
.home-content .usercenter .usercenter-security .password .ant-form-item .image-code {
  width: 80px;
}
.home-content .usercenter .usercenter-security .password .ant-form-item .image-code img {
  width: 80px;
  height: 32px;
  vertical-align: top;
}
.home-content .usercenter .usercenter-security .password .ant-form-item .image-code-text {
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength {
  display: inline-block;
  margin-left: 8px;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-item {
  float: left;
  margin-right: 1px;
  margin-top: 12px;
  width: 19px;
  height: 8px;
  line-height: 8px;
  list-style: none;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-item-1 {
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-item-2 {
  width: 20px;
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-item-3 {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  margin-right: 8px;
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-low .ant-pwd-strength-item-1,
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-medium .ant-pwd-strength-item-1,
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-high .ant-pwd-strength-item-1 {
  background-color: #FAC450;
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-medium .ant-pwd-strength-item-2,
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-high .ant-pwd-strength-item-2 {
  background-color: rgba(135, 208, 104, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9987D068, 68, endColorstr=#9987D068, 68);
}
.home-content .usercenter .usercenter-security .password .ant-pwd-strength-high .ant-pwd-strength-item-3 {
  background-color: #87D068;
}
.home-content .usercenter .usercenter-security .steps-content {
  padding-top: 20px;
}
.home-content .usercenter .usercenter-security-success {
  text-align: center;
}
.home-content .usercenter .usercenter-security-success .btn {
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  vertical-align: top;
  width: 48px;
  min-width: 0;
  height: 48px;
}
.home-content .usercenter .usercenter-security-success .tip {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
}
.home-content .usercenter .usercenter-security-success .tip p {
  margin-bottom: 0;
}
.home-content .usercenter .usercenter-security-success .tip p.title {
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
.home-content .usercenter .usercenter-security .security-operation {
  margin-bottom: 0;
}
.home-content .usercenter .usercenter-security .security-operation button {
  line-height: 1.5;
}
.home-content .usercenter .usercenter-basicInfo,
.home-content .usercenter .usercenter-security {
  overflow-y: auto;
  overflow-x: hidden;
  height: -webkit-calc(100vh - 237px);
  height: -moz-calc(100vh - 237px);
  height: calc(100vh - 237px);
}
.home-content .usercenter .usercenter-basicInfo .ms_tc,
.home-content .usercenter .usercenter-security .ms_tc {
  text-align: center;
}
.home-content .usercenter .usercenter-basicInfo .bottomRow,
.home-content .usercenter .usercenter-security .bottomRow {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.uum-security-expire .ant-col-offset-1 {
  margin-left: 22px;
}
.uum-security-expire .usercenter-wraper .ant-tabs-nav .ant-tabs-tab {
  padding: 11px 20px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.message-wrapcontent-pt {
  position: relative;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.message-wrapcontent-pt::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.message-wrapcontent-pt::-webkit-scrollbar-track {
  width: 0;
  background-color: transparent;
}
.message-wrapcontent-pt::-webkit-scrollbar-thumb {
  width: 0;
  background-color: transparent;
}
.message-wrapcontent-pt .search {
  position: absolute;
  right: 0px;
  width: 240px;
  display: block;
  z-index: 1;
}
.message-wrapcontent-pt .search .ant-input-search {
  width: 100%;
}
.message-wrapcontent-pt .ant-tabs .ant-tabs-bar {
  margin-bottom: 0;
}
.message-wrapcontent-pt .ant-checkbox-input {
  width: 20px;
  height: 20px;
}
.message-wrapcontent-pt .ant-btn {
  margin-right: 12px;
  line-height: 32px;
}
.message-wrapcontent-pt .ant-btn:after {
  border: none !important;
}
.message-wrapcontent-pt .ant-select {
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  height: 32px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #333;
}
.message-wrapcontent-pt .ant-select-selection {
  border: none;
  color: #1890ff;
  height: 100%;
  color: #333;
}
.message-wrapcontent-pt .ant-select-selection:hover,
.message-wrapcontent-pt .ant-select-selection:active,
.message-wrapcontent-pt .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.message-wrapcontent-pt .ant-select-selection .ant-select-arrow {
  color: #333;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.fw-massageManage .fw-user-search {
  margin-top: 10px;
}
.fw-massageManage .ant-table-row {
  cursor: pointer;
}
.fw-massageManage .read-relative {
  position: relative;
}
.fw-massageManage .read-relative .read-style {
  width: 6px;
  height: 6px;
  background: #1177ee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 10px;
  left: -8px;
  position: absolute;
}
.fw-massageManage .read-relative .noRead-style {
  width: 6px;
  height: 6px;
  background: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 10px;
  left: -8px;
  position: absolute;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.fw-noticeMessage .fw-user-search {
  margin-top: 10px;
}
.fw-noticeMessage .ant-table-row {
  cursor: pointer;
}
.fw-noticeMessage .read-relative {
  position: relative;
}
.fw-noticeMessage .read-relative .read-style {
  width: 6px;
  height: 6px;
  background: #1177ee;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 10px;
  left: -8px;
  position: absolute;
}
.fw-noticeMessage .read-relative .noRead-style {
  width: 6px;
  height: 6px;
  background: white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 10px;
  left: -8px;
  position: absolute;
}
.fw-noticeMessage .ant-form-item-control {
  line-height: 32px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.uc-receive-message-list {
  position: relative;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.uc-receive-message-list::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.uc-receive-message-list::-webkit-scrollbar-track {
  width: 0;
  background-color: transparent;
}
.uc-receive-message-list::-webkit-scrollbar-thumb {
  width: 0;
  background-color: transparent;
}
.uc-receive-message-list .search {
  position: absolute;
  right: 0px;
  top: 8px;
  width: 240px;
  display: block;
  z-index: 1;
}
.uc-receive-message-list .search .ant-input-search {
  width: 100%;
}
.uc-receive-message-list .ant-tabs .ant-tabs-bar {
  margin-bottom: 0;
}
.uc-receive-message-list .ant-table {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.uc-receive-message-list .ant-table ::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.uc-receive-message-list .ant-table ::-webkit-scrollbar-track {
  width: 0;
  background-color: transparent;
}
.uc-receive-message-list .ant-table ::-webkit-scrollbar-thumb {
  width: 0;
  background-color: transparent;
}
.uc-receive-message-list .ant-tabs-nav-scroll {
  padding-bottom: 2px;
}
.uc-receive-message-list .ant-tabs-nav .ant-tabs-tab {
  color: #333;
  margin: 0;
  padding: 12px 20px;
}
.uc-receive-message-list .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #1177EE;
  border-color: #1177EE;
  border-width: 2px;
}
.uc-receive-message-list .ant-tabs-nav .ant-tabs-tab:hover {
  color: #1177EE;
}
.uc-receive-message-list .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow-y: auto;
}
.uc-receive-message-list table tr td.ant-table-selection-column,
.uc-receive-message-list table tr th.ant-table-selection-column {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 20px;
}
.uc-receive-message-list .ant-table-thead > tr > th,
.uc-receive-message-list .ant-table-tbody > tr > td {
  padding: 12px 16px;
}
.uc-receive-message-list .ant-table-body {
  overflow-y: auto !important;
}
.uc-receive-message-list .ant-table-body .ant-table-row.read .ant-list-item-meta-title,
.uc-receive-message-list .ant-table-body .ant-table-row.read .ant-list-item-meta-description {
  color: #666;
  font-weight: normal;
}
.uc-receive-message-list .ant-table-body .ant-table-row td {
  padding-top: 24px;
  padding-bottom: 24px;
}
.uc-receive-message-list .ant-table-body .ant-table-row td:first-child {
  vertical-align: top;
}
.uc-receive-message-list .ant-table-body .ant-table-row td:last-child {
  padding-right: 0;
}
.uc-receive-message-list .ant-table-wrapper .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: none;
}
.uc-receive-message-list .ant-table-wrapper .ant-table-thead > tr > th .ant-select {
  font-weight: normal;
}
.uc-receive-message-list th .ant-table-header-column {
  padding-top: 12px;
}
.uc-receive-message-list .ant-checkbox-inner {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.uc-receive-message-list .ant-checkbox-input {
  width: 20px;
  height: 20px;
}
.uc-receive-message-list .ant-table-wrapper .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.uc-receive-message-list .ant-table-wrapper .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.uc-receive-message-list .ant-table-wrapper .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.uc-receive-message-list .ant-table-wrapper .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: transparent;
}
.uc-receive-message-list .table-operation .ant-btn {
  margin-right: 12px;
  line-height: 32px;
  border: none;
  color: #1890ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  min-width: 80px;
  color: #333;
}
.uc-receive-message-list .table-operation .ant-btn:after {
  border: none !important;
}
.uc-receive-message-list .table-operation .ant-select {
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  height: 32px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #333;
}
.uc-receive-message-list .table-operation .ant-select-selection {
  border: none;
  color: #1890ff;
  height: 100%;
  color: #333;
}
.uc-receive-message-list .table-operation .ant-select-selection:hover,
.uc-receive-message-list .table-operation .ant-select-selection:active,
.uc-receive-message-list .table-operation .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.uc-receive-message-list .table-operation .ant-select-selection .ant-select-arrow {
  color: #333;
}
.uc-receive-message-list .ant-list-vertical .ant-list-item {
  padding: 0;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}
.uc-receive-message-list .ant-list-vertical .ant-list-item-meta-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 16px;
}
.uc-receive-message-list .ant-list-vertical .ant-list-item-meta-title .send-time {
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  cursor: default;
}
.uc-receive-message-list .ant-list-vertical .ant-list-item-meta-description {
  color: #333;
}
.uc-receive-message-list .ant-list-vertical .ant-list-item-meta-description .image-mode img {
  vertical-align: bottom;
}
.uc-receive-message-list .ant-list-vertical .ant-list-item-meta-description .image-mode a {
  margin-left: 10px;
}
.uc-receive-message-list .sender {
  color: #666;
}
.uc-message-detail .ant-list-item {
  padding: 0;
}
.uc-message-detail .ant-list-item-meta {
  border-bottom: 1px solid #EEE;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.uc-message-detail .ant-list-item-meta-content {
  text-align: center;
}
.uc-message-detail .ant-list-item-meta-content h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #333333;
}
.uc-message-detail .ant-list-item-meta-description .header {
  line-height: 14px;
}
.uc-message-detail .ant-list-item-meta-description .header .send-time {
  margin-left: 20px;
}
.uc-message-detail .ant-list-item-content .content {
  color: #333;
  overflow-y: auto;
  height: -webkit-calc(100vh - 300px);
  height: -moz-calc(100vh - 300px);
  height: calc(100vh - 300px);
  max-height: -webkit-calc(100vh - 300px);
  max-height: -moz-calc(100vh - 300px);
  max-height: calc(100vh - 300px);
}
.uc-message-detail .title-class {
  cursor: auto;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.backlog-tooltip.ant-tooltip {
  max-width: 60%;
}
.backlog-list {
  position: relative;
}
.backlog-list .list.no-ele-data {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: -webkit-calc(50vh - 100px);
  padding-top: -moz-calc(50vh - 100px);
  padding-top: calc(50vh - 100px);
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.backlog-list .list.no-ele-data::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -32px;
  width: 64px;
  height: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA2NCA0MSIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxKSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxlbGxpcHNlIGZpbGw9IiNGNUY1RjUiIGN4PSIzMiIgY3k9IjMzIiByeD0iMzIiIHJ5PSI3Ii8+CiAgICA8ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iI0Q5RDlEOSI+CiAgICAgIDxwYXRoIGQ9Ik01NSAxMi43Nkw0NC44NTQgMS4yNThDNDQuMzY3LjQ3NCA0My42NTYgMCA0Mi45MDcgMEgyMS4wOTNjLS43NDkgMC0xLjQ2LjQ3NC0xLjk0NyAxLjI1N0w5IDEyLjc2MVYyMmg0NnYtOS4yNHoiLz4KICAgICAgPHBhdGggZD0iTTQxLjYxMyAxNS45MzFjMC0xLjYwNS45OTQtMi45MyAyLjIyNy0yLjkzMUg1NXYxOC4xMzdDNTUgMzMuMjYgNTMuNjggMzUgNTIuMDUgMzVoLTQwLjFDMTAuMzIgMzUgOSAzMy4yNTkgOSAzMS4xMzdWMTNoMTEuMTZjMS4yMzMgMCAyLjIyNyAxLjMyMyAyLjIyNyAyLjkyOHYuMDIyYzAgMS42MDUgMS4wMDUgMi45MDEgMi4yMzcgMi45MDFoMTQuNzUyYzEuMjMyIDAgMi4yMzctMS4zMDggMi4yMzctMi45MTN2LS4wMDd6IiBmaWxsPSIjRkFGQUZBIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K) no-repeat;
  background-size: 100% 100%;
}
.backlog-list .ant-tabs-nav-scroll {
  padding-bottom: 2px;
}
.backlog-list .ant-tabs-nav .ant-tabs-tab {
  color: #333;
  margin: 0;
  padding: 12px 20px;
}
.backlog-list .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  color: #1177EE;
  border-color: #1177EE;
  border-width: 2px;
}
.backlog-list .ant-tabs-nav .ant-tabs-tab:hover {
  color: #1177EE;
}
.backlog-list .ant-tabs .ant-tabs-nav .ant-tabs-tab-active {
  border-width: 2px;
}
.backlog-list .search {
  position: absolute;
  right: 0;
  top: 8px;
  width: 240px;
  display: block;
  z-index: 1;
}
.backlog-list .search .ant-input-search {
  width: 100%;
}
.backlog-list .backlog-message-list {
  padding-bottom: 14px;
}
.backlog-list .currentStyle:hover {
  background-color: #e6f7ff;
  cursor: pointer;
}
.backlog-list .backlog-message-item {
  padding: 18px 0 24px 0;
  border-bottom: 1px solid #EEE;
}
.backlog-list .backlog-message-item .item-title {
  position: relative;
}
.backlog-list .backlog-message-item .item-title .title {
  float: left;
  display: block;
  max-width: 60%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.backlog-list .backlog-message-item .item-title .item-info-date {
  float: right;
  padding-top: 10px;
}
.backlog-list .backlog-message-item .item-title:after {
  clear: both;
  content: '';
  display: block;
  zoom: 1;
}
.backlog-list .backlog-message-item .item-text {
  margin-bottom: 16px;
  width: 81%;
  font-size: 14px;
  color: #333;
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.backlog-list .backlog-message-item .item-info {
  font-size: 14px;
  color: #999;
}
.backlog-list .backlog-message-page {
  padding-bottom: 24px;
  text-align: right;
}
.backlog-list .backlog-message-page .ant-pagination-prev.ant-pagination-disabled a,
.backlog-list .backlog-message-page .ant-pagination-next.ant-pagination-disabled a {
  background: #F5F5F5;
}
.backlog-list .backlog-message-page .ant-pagination-item-active {
  background: #1f7fff;
}
.backlog-list .backlog-message-page .ant-pagination-item-active a {
  color: #fff;
}
.backlog-list .ant-tabs-bar {
  margin-bottom: 0;
}
.backlog-list .ant-table {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.backlog-list .ant-table ::-webkit-scrollbar {
  background-color: transparent;
}
.backlog-list .ant-table ::-webkit-scrollbar-track {
  background-color: transparent;
}
.backlog-list .ant-table ::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.backlog-list .ant-pagination {
  position: relative;
}
.backlog-list .ant-pagination .ant-pagination-total-text {
  position: absolute;
  left: 0;
}

.portal-bulletin-list-wrap {
  background: #fff;
  height: 100%;
}
.portal-bulletin-list-wrap.guide-detail,
.portal-bulletin-list-wrap.action-detail {
  height: 100%;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.portal-bulletin-list-wrap.guide-detail::-webkit-scrollbar,
.portal-bulletin-list-wrap.action-detail::-webkit-scrollbar {
  background-color: transparent;
}
.portal-bulletin-list-wrap.guide-detail::-webkit-scrollbar-track,
.portal-bulletin-list-wrap.action-detail::-webkit-scrollbar-track {
  background-color: transparent;
}
.portal-bulletin-list-wrap.guide-detail::-webkit-scrollbar-thumb,
.portal-bulletin-list-wrap.action-detail::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.portal-bulletin-list-wrap .title {
  padding-bottom: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.portal-bulletin-list-wrap .title img {
  margin-right: 12px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
}
.portal-bulletin-list-wrap .ant-list {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.portal-bulletin-list-wrap .ant-list ::-webkit-scrollbar {
  background-color: transparent;
}
.portal-bulletin-list-wrap .ant-list ::-webkit-scrollbar-track {
  background-color: transparent;
}
.portal-bulletin-list-wrap .ant-list ::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.portal-bulletin-list-wrap .ant-pagination {
  position: relative;
}
.portal-bulletin-list-wrap .ant-pagination .ant-pagination-total-text {
  position: absolute;
  left: 0;
}
.portal-bulletin-list-wrap .ant-list-item {
  padding: 23px 0;
  border-color: #eee;
}
.portal-bulletin-list-wrap .ant-list-item-meta-title {
  margin-bottom: 0;
}
.portal-bulletin-list-wrap .ant-list-item-meta-title .ant-badge-status-dot {
  top: -2px;
}
.portal-bulletin-list-wrap .ant-list-item-meta-title .ant-badge-status-text {
  width: 90%;
  color: #333;
}
.portal-bulletin-list-wrap .ant-list-item-meta-title .ant-badge-status-text:hover {
  color: #1890ff;
}
.portal-bulletin-list-wrap .ant-list-item-meta-content {
  color: #666;
}
.portal-bulletin-list-wrap .ant-list-pagination {
  margin-top: 29px;
}
.Cqlayout .guide-list .home-content,
.Cqlayout .action-list .home-content {
  padding-top: 14px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.portal-bulletin-detail-wrap {
  padding: 0 16px;
  height: -webkit-calc(100%);
  height: -moz-calc(100%);
  height: calc(100%);
}
.portal-bulletin-detail-wrap .ant-spin-container {
  margin: 0 auto;
  max-width: 1000px;
}
.portal-bulletin-detail-wrap .ant-list {
  border-bottom: 1px solid #eee;
}
.portal-bulletin-detail-wrap .ant-list-item {
  padding: 0 0 24px 0;
}
.portal-bulletin-detail-wrap .ant-list-item-meta {
  text-align: center;
}
.portal-bulletin-detail-wrap .ant-list-item-meta-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 24px;
}
.portal-bulletin-detail-wrap .ant-list-item-meta-title a {
  color: #333;
}
.portal-bulletin-detail-wrap .ant-list-item-meta-description {
  line-height: 14px;
  color: #666;
}
.portal-bulletin-detail-wrap .ant-list-item-meta-description span {
  margin-right: 40px;
}
.portal-bulletin-detail-wrap .ant-list-item-meta-description span .font-item {
  margin-left: 5px;
  margin-right: 0;
  cursor: pointer;
}
.portal-bulletin-detail-wrap .content {
  padding-top: 24px;
  min-height: -webkit-calc(100% - 158px);
  min-height: -moz-calc(100% - 158px);
  min-height: calc(100% - 158px);
  color: #666;
}
.portal-bulletin-detail-wrap .content.large {
  font-size: 16px;
}
.portal-bulletin-detail-wrap .content.middle {
  font-size: 14px;
}
.portal-bulletin-detail-wrap .content.small {
  font-size: 12px;
}
.CqLayout .guide-detail .home-content,
.CqLayout .action-detail .home-content {
  padding-bottom: 0;
}
.CqLayout .guide-detail .operation,
.CqLayout .action-detail .operation {
  padding: 0 32px;
  padding-bottom: 32px;
  text-align: right;
}
.CqLayout .guide-detail .operation .print,
.CqLayout .action-detail .operation .print {
  cursor: pointer;
}
.CqLayout .guide-detail .portal-bulletin-detail-wrap,
.CqLayout .action-detail .portal-bulletin-detail-wrap {
  background: #fff;
  overflow: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.CqLayout .guide-detail .portal-bulletin-detail-wrap::-webkit-scrollbar,
.CqLayout .action-detail .portal-bulletin-detail-wrap::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.CqLayout .guide-detail .portal-bulletin-detail-wrap::-webkit-scrollbar-track,
.CqLayout .action-detail .portal-bulletin-detail-wrap::-webkit-scrollbar-track {
  width: 0;
  background-color: transparent;
}
.CqLayout .guide-detail .portal-bulletin-detail-wrap::-webkit-scrollbar-thumb,
.CqLayout .action-detail .portal-bulletin-detail-wrap::-webkit-scrollbar-thumb {
  width: 0;
  background-color: transparent;
}
.CqLayout .guide-detail .portal-bulletin-detail-wrap .ant-spin-container,
.CqLayout .action-detail .portal-bulletin-detail-wrap .ant-spin-container {
  position: relative;
}
.CqLayout .guide-detail .portal-bulletin-detail-wrap.guide-detail,
.CqLayout .action-detail .portal-bulletin-detail-wrap.guide-detail {
  margin-top: 0;
  padding: 32px 0px;
  background: #fff;
  height: -webkit-calc(100% - 0px);
  height: -moz-calc(100% - 0px);
  height: calc(100% - 0px);
}
.CqLayout .guide-detail .portal-bulletin-detail-wrap .ant-list-item-meta-title,
.CqLayout .action-detail .portal-bulletin-detail-wrap .ant-list-item-meta-title {
  color: #333;
}
@media screen and (min-width: 1920px) {
  .portal-bulletin-detail-wrap .ant-spin-container {
    max-width: 1200px;
  }
}
.Cqlayout .guide-list .home-content,
.Cqlayout .action-list .home-content {
  padding-top: 14px;
}

.searchPage .ant-table-placeholder {
  font-size: 24px;
  font-weight: bold;
  border-bottom: none;
}
.searchPage .ant-table-wrapper .ant-table-scroll {
  border-left: 0px!important;
  border-right: 0px!important;
}
.searchPage .ant-table-wrapper .ant-table-tbody > tr > td {
  padding: 16px!important;
}
.searchPage .breadItem > a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
.searchPage .breadItem .lock-icon {
  font-size: 16px;
  margin-right: 6px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.message-fw-modal .ant-upload-list-item-list-type-text .ant-upload-list-item-info .ant-upload-list-item-card-actions a:first-child {
  display: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.message-detail-sms {
  position: relative;
  height: 77vh;
}
.message-detail-sms .fz-absolute-detail {
  text-align: center;
  position: absolute;
  bottom: -13px;
  width: 100%;
  background: white;
}
.message-detail-sms .fw-spin {
  position: absolute;
  left: 48%;
  top: 52%;
}
.message-detail-sms .message-detail-sms-position {
  height: 100%;
  color: #171717;
  overflow: auto;
}
.message-detail-sms .message-detail-sms-position .ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 48%;
}
.message-detail-sms .message-detail-sms-position .ant-btn.tool-btn {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.message-detail-sms .message-detail-sms-position .ant-btn.tool-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}
.message-detail-sms .message-detail-sms-position .card-item {
  padding: 10px;
  margin-top: 20px;
}
.message-detail-sms .message-detail-sms-position .card-item .info {
  padding-left: 23px;
}
.message-detail-sms .message-detail-sms-position .card-item .info .border-b-set {
  border-bottom: 1px dashed #ccc;
  margin: 5px;
}
.message-detail-sms .message-detail-sms-position .card-item .info .border-b-set-top {
  margin-top: 12px;
}
.message-detail-sms .message-detail-sms-position .card-item .info .send-man {
  color: #111111;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 12px;
}
.message-detail-sms .message-detail-sms-position .card-item .info .send-time .time {
  color: #111111;
  font-weight: 550;
  font-size: 15px;
}
.message-detail-sms .message-detail-sms-position .card-item .info .font-topic {
  color: #111111;
  font-weight: 550;
  font-size: 15px;
}
.message-detail-sms .message-detail-sms-position .card-item .info .resiver .resiver-item {
  color: #111111;
  font-weight: 550;
  font-size: 15px;
}
.message-detail-sms .message-detail-sms-position .card-item .info .resiver .resiver-style {
  padding: 3px;
  margin: 3px;
  border: 1px solid #ccc;
  display: inline-block;
}
.message-detail-sms .message-detail-sms-position .card-item .file-list {
  color: black;
}
.message-detail-sms .message-detail-sms-position .card-item .file-list a {
  color: black;
}
.message-detail-sms .message-detail-sms-position .card-item .content .content-title {
  padding: 0;
  margin: 0;
}
.message-detail-sms .message-detail-sms-position .card-item .content .center-title {
  text-align: center;
}
.message-detail-sms .message-detail-sms-position .card-item .content .content-zy {
  padding-left: 23px;
}

.nsp-uum .page-layOut .message-fw {
  position: relative;
}
.nsp-uum .page-layOut .message-fw .fz-absolute {
  position: absolute;
  bottom: 13px;
  width: 100%;
  text-align: center;
}
.nsp-uum .page-layOut .message-fw .message-fw-add {
  overflow: auto;
  height: 100%;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .btn-bottom {
  text-align: center;
  position: relative;
  margin-top: 48px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .ant-form-item-label,
.nsp-uum .page-layOut .message-fw .message-fw-add .ant-form-item-control {
  line-height: 32px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .ant-upload-list-item-list-type-text .ant-upload-list-item-info .ant-upload-list-item-card-actions a:first-child .anticon-download {
  display: none;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .check-box-height .ant-checkbox-group {
  height: 32px;
  line-height: 32px;
  margin-top: -4px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .message-add-content .edui-default .edui-editor-breadcrumb {
  font-size: 14px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .message-add-content .edui-default .edui-editor-bottomContainer td {
  padding-right: 12px;
  font-size: 14px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .message-add-content .ant-form-item-control .ant-form-explain {
  min-height: 20px;
  line-height: 20px;
  padding-top: 4px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .ant-radio-wrapper,
.nsp-uum .page-layOut .message-fw .message-fw-add .ant-checkbox-wrapper {
  margin-right: 40px;
  margin-left: 0px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .link-btn {
  text-align: center;
  display: inline-block;
  padding: 2px;
  margin: 3px 5px 1px 1px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .link-btn:hover {
  text-align: center;
  display: inline-block;
  border: 1px dashed gray;
  padding: 2px;
  margin: 2px 4px 0px 0px;
}
.nsp-uum .page-layOut .message-fw .message-fw-add .link-btn-close {
  min-width: 30px;
  height: 24px;
}

.NotFound {
  padding-top: 5vh;
}
.NotFound .rightComponent {
  padding-top: 7vh;
}
.NotFound .rightComponent .title {
  margin-bottom: 24px;
  color: #434e59;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
}
.NotFound .rightComponent .descript {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
.cm-fat-cursor { caret-color: transparent; }
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  -moz-font-variant-ligatures: contextual;
       font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;

  margin: 0;
  padding: 2px;

  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid silver;

  background: white;
  font-size: 90%;
  font-family: monospace;

  max-height: 20em;
  overflow-y: auto;
}

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}

li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}

/*
  Name:       material
  Author:     Mattia Astorino (http://github.com/equinusocio)
  Website:    https://material-theme.site/
*/

.cm-s-material.CodeMirror {
  background-color: #263238;
  color: #EEFFFF;
}

.cm-s-material .CodeMirror-gutters {
  background: #263238;
  color: #546E7A;
  border: none;
}

.cm-s-material .CodeMirror-guttermarker,
.cm-s-material .CodeMirror-guttermarker-subtle,
.cm-s-material .CodeMirror-linenumber {
  color: #546E7A;
}

.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #FFCC00;
}
.cm-s-material.cm-fat-cursor .CodeMirror-cursor {
  background-color: #5d6d5c80 !important;
}
.cm-s-material .cm-animate-fat-cursor {
  background-color: #5d6d5c80 !important;
}

.cm-s-material div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material .CodeMirror-line::-moz-selection, .cm-s-material .CodeMirror-line>span::-moz-selection, .cm-s-material .CodeMirror-line>span>span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material .CodeMirror-line::selection,
.cm-s-material .CodeMirror-line>span::selection,
.cm-s-material .CodeMirror-line>span>span::selection {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material .CodeMirror-line::-moz-selection,
.cm-s-material .CodeMirror-line>span::-moz-selection,
.cm-s-material .CodeMirror-line>span>span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}

.cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.5);
}

.cm-s-material .cm-keyword {
  color: #C792EA;
}

.cm-s-material .cm-operator {
  color: #89DDFF;
}

.cm-s-material .cm-variable-2 {
  color: #EEFFFF;
}

.cm-s-material .cm-variable-3,
.cm-s-material .cm-type {
  color: #f07178;
}

.cm-s-material .cm-builtin {
  color: #FFCB6B;
}

.cm-s-material .cm-atom {
  color: #F78C6C;
}

.cm-s-material .cm-number {
  color: #FF5370;
}

.cm-s-material .cm-def {
  color: #82AAFF;
}

.cm-s-material .cm-string {
  color: #C3E88D;
}

.cm-s-material .cm-string-2 {
  color: #f07178;
}

.cm-s-material .cm-comment {
  color: #546E7A;
}

.cm-s-material .cm-variable {
  color: #f07178;
}

.cm-s-material .cm-tag {
  color: #FF5370;
}

.cm-s-material .cm-meta {
  color: #FFCB6B;
}

.cm-s-material .cm-attribute {
  color: #C792EA;
}

.cm-s-material .cm-property {
  color: #C792EA;
}

.cm-s-material .cm-qualifier {
  color: #DECB6B;
}

.cm-s-material .cm-variable-3,
.cm-s-material .cm-type {
  color: #DECB6B;
}


.cm-s-material .cm-error {
  color: rgba(255, 255, 255, 1.0);
  background-color: #FF5370;
}

.cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

/**
 * outline styles
 */

.djs-outline {
  fill: none;
  visibility: hidden;
}

.djs-element.hover .djs-outline,
.djs-element.selected .djs-outline {
  visibility: visible;
  shape-rendering: crispEdges;
  stroke-dasharray: 3,3;
}

.djs-element.selected .djs-outline {
  stroke: #8888FF;
  stroke-width: 1px;
}

.djs-element.hover .djs-outline {
  stroke: #FF8888;
  stroke-width: 1px;
}

.djs-shape.connect-ok .djs-visual > :nth-child(1) {
  fill: #DCFECC /* light-green */ !important;
}

.djs-shape.connect-not-ok .djs-visual > :nth-child(1),
.djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
  fill: #f9dee5 /* light-red */ !important;
}

.djs-shape.new-parent .djs-visual > :nth-child(1) {
  fill: #F7F9FF !important;
}

svg.drop-not-ok {
  background: #f9dee5 /* light-red */ !important;
}

svg.new-parent {
  background: #F7F9FF /* light-blue */ !important;
}

.djs-connection.connect-ok .djs-visual > :nth-child(1),
.djs-connection.drop-ok .djs-visual > :nth-child(1) {
  stroke: #90DD5F /* light-green */ !important;
}

.djs-connection.connect-not-ok .djs-visual > :nth-child(1),
.djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
  stroke: #E56283 /* light-red */ !important;
}

.drop-not-ok,
.connect-not-ok {
  cursor: not-allowed;
}

.djs-element.attach-ok .djs-visual > :nth-child(1) {
  stroke-width: 5px !important;
  stroke: rgba(255, 116, 0, 0.7) !important;
}


/**
* Selection box style
*
*/
.djs-lasso-overlay {
  fill: rgb(255, 116, 0);
  fill-opacity: 0.1;

  stroke-dasharray: 5 1 3 1;
  stroke: rgb(255, 116, 0);

  shape-rendering: crispEdges;
  pointer-events: none;
}

/**
 * Resize styles
 */
.djs-resize-overlay {
  fill: none;

  stroke-dasharray: 5 1 3 1;
  stroke: rgb(255, 116, 0);

  pointer-events: none;
}

.djs-resizer-hit {
  fill: none;
  pointer-events: all;
}

.djs-resizer-visual {
  fill: white;
  stroke-width: 1px;
  stroke: black;
  shape-rendering: crispEdges;
  stroke-opacity: 0.2;
}

.djs-cursor-resize-nwse,
.djs-resizer-nw,
.djs-resizer-se {
  cursor: nwse-resize;
}

.djs-cursor-resize-nesw,
.djs-resizer-ne,
.djs-resizer-sw {
  cursor: nesw-resize;
}

.djs-shape.djs-resizing > .djs-outline {
  visibility: hidden !important;
}

.djs-shape.djs-resizing > .djs-resizer {
  visibility: hidden;
}

.djs-dragger > .djs-resizer {
  visibility: hidden;
}

/**
 * drag styles
 */
.djs-dragger .djs-visual circle,
.djs-dragger .djs-visual path,
.djs-dragger .djs-visual polygon,
.djs-dragger .djs-visual polyline,
.djs-dragger .djs-visual rect,
.djs-dragger .djs-visual text {
  fill: none !important;
  stroke: rgb(255, 116, 0) !important;
}

.djs-dragging {
  opacity: 0.3;
}

.djs-dragging,
.djs-dragging > * {
  pointer-events: none !important;
}

.djs-dragging .djs-context-pad,
.djs-dragging .djs-outline {
  display: none !important;
}

/**
 * no pointer events for visual
 */
.djs-visual,
.djs-outline {
  pointer-events: none;
}

/**
 * all pointer events for hit shape
 */
.djs-shape .djs-hit {
  pointer-events: all;
}

.djs-connection .djs-hit {
  pointer-events: stroke;
}

/**
 * shape / connection basic styles
 */
.djs-connection .djs-visual {
  stroke-width: 2px;
  fill: none;
}

.djs-cursor-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.djs-cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.djs-cursor-crosshair {
  cursor: crosshair;
}

.djs-cursor-move {
  cursor: move;
}

.djs-cursor-resize-ns {
  cursor: ns-resize;
}

.djs-cursor-resize-ew {
  cursor: ew-resize;
}


/**
 * snapping
 */
.djs-snap-line {
  stroke: rgb(255, 195, 66);
  stroke: rgba(255, 195, 66, 0.50);
  stroke-linecap: round;
  stroke-width: 2px;
  pointer-events: none;
}

/**
 * snapping
 */
.djs-crosshair {
  stroke: #555;
  stroke-linecap: round;
  stroke-width: 1px;
  pointer-events: none;
  shape-rendering: crispEdges;
  stroke-dasharray: 5, 5;
}

/**
 * palette
 */

.djs-palette {
  position: absolute;
  left: 20px;
  top: 20px;

  box-sizing: border-box;
  width: 48px;
}

.djs-palette .separator {
  margin: 0 5px;
  padding-top: 5px;

  border: none;
  border-bottom: solid 1px #DDD;

  clear: both;
}

.djs-palette .entry:before {
  vertical-align: middle;
}

.djs-palette .djs-palette-toggle {
  cursor: pointer;
}

.djs-palette .entry,
.djs-palette .djs-palette-toggle {
  color: #333;
  font-size: 30px;

  text-align: center;
}

.djs-palette .entry {
  float: left;
}

.djs-palette .entry img {
  max-width: 100%;
}

.djs-palette .djs-palette-entries:after {
  content: '';
  display: table;
  clear: both;
}

.djs-palette .djs-palette-toggle:hover {
  background: #666;
}

.djs-palette .entry:hover {
  color: rgb(255, 116, 0);
}

.djs-palette .highlighted-entry {
  color: rgb(255, 116, 0) !important;
}

.djs-palette .entry,
.djs-palette .djs-palette-toggle {
  width: 46px;
  height: 46px;
  line-height: 46px;
  cursor: default;
}

/**
 * Palette open / two-column layout is controlled via
 * classes on the palette. Events to hook into palette
 * changed life-cycle are available in addition.
 */
.djs-palette.two-column.open {
  width: 94px;
}

.djs-palette:not(.open) .djs-palette-entries {
  display: none;
}

.djs-palette:not(.open) {
  overflow: hidden;
}

.djs-palette.open .djs-palette-toggle {
  display: none;
}

/**
 * context-pad
 */
.djs-overlay-context-pad {
  width: 72px;
}

.djs-context-pad {
  position: absolute;
  display: none;
  pointer-events: none;
}

.djs-context-pad .entry {
  width: 22px;
  height: 22px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  margin: 0 2px 2px 0;

  border-radius: 3px;

  cursor: default;

  background-color: #FEFEFE;
  box-shadow: 0 0 2px 1px #FEFEFE;
  pointer-events: all;
}

.djs-context-pad .entry:before {
  vertical-align: top;
}

.djs-context-pad .entry:hover {
  background: rgb(255, 252, 176);
}

.djs-context-pad.open {
  display: block;
}

/**
 * popup styles
 */
.djs-popup .entry {
  line-height: 20px;
  white-space: nowrap;
  cursor: default;
}

/* larger font for prefixed icons */
.djs-popup .entry:before {
  vertical-align: middle;
  font-size: 20px;
}

.djs-popup .entry > span {
  vertical-align: middle;
  font-size: 14px;
}

.djs-popup .entry:hover,
.djs-popup .entry.active:hover {
  background: rgb(255, 252, 176);
}

.djs-popup .entry.disabled {
  background: inherit;
}

.djs-popup .djs-popup-header .entry {
  display: inline-block;
  padding: 2px 3px 2px 3px;

  border: solid 1px transparent;
  border-radius: 3px;
}

.djs-popup .djs-popup-header .entry.active {
  color: rgb(255, 116, 0);
  border: solid 1px rgb(255, 116, 0);
  background-color: #F6F6F6;
}

.djs-popup-body .entry {
  padding: 4px 10px 4px 5px;
}

.djs-popup-body .entry > span {
  margin-left: 5px;
}

.djs-popup-body {
  background-color: #FEFEFE;
}

.djs-popup-header {
  border-bottom: 1px solid #DDD;
}

.djs-popup-header .entry {
  margin: 1px;
  margin-left: 3px;
}

.djs-popup-header .entry:last-child {
  margin-right: 3px;
}

/**
 * popup / palette styles
 */
.djs-popup, .djs-palette {
  background: #FAFAFA;
  border: solid 1px #CCC;
  border-radius: 2px;
}

/**
 * touch
 */

.djs-shape,
.djs-connection {
  touch-action: none;
}

.djs-segment-dragger,
.djs-bendpoint {
  display: none;
}

/**
 * bendpoints
 */
.djs-segment-dragger .djs-visual {
  fill: rgba(255, 255, 121, 0.2);
  stroke-width: 1px;
  stroke-opacity: 1;
  stroke: rgba(255, 255, 121, 0.3);
}

.djs-bendpoint .djs-visual {
  fill: rgba(255, 255, 121, 0.8);
  stroke-width: 1px;
  stroke-opacity: 0.5;
  stroke: black;
}

.djs-segment-dragger:hover,
.djs-bendpoints.hover .djs-segment-dragger,
.djs-bendpoints.selected .djs-segment-dragger,
.djs-bendpoint:hover,
.djs-bendpoints.hover .djs-bendpoint,
.djs-bendpoints.selected .djs-bendpoint {
  display: block;
}

.djs-drag-active .djs-bendpoints * {
  display: none;
}

.djs-bendpoints:not(.hover) .floating {
  display: none;
}

.djs-segment-dragger:hover .djs-visual,
.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint:hover .djs-visual,
.djs-bendpoint.floating .djs-visual {
  fill: yellow;
  stroke-opacity: 0.5;
  stroke: black;
}

.djs-bendpoint.floating .djs-hit {
  pointer-events: none;
}

.djs-segment-dragger .djs-hit,
.djs-bendpoint .djs-hit {
  pointer-events: all;
  fill: none;
}

.djs-segment-dragger.horizontal .djs-hit {
  cursor: ns-resize;
}

.djs-segment-dragger.vertical .djs-hit {
  cursor: ew-resize;
}

.djs-segment-dragger.djs-dragging .djs-hit {
  pointer-events: none;
}

.djs-updating,
.djs-updating > * {
  pointer-events: none !important;
}

.djs-updating .djs-context-pad,
.djs-updating .djs-outline,
.djs-updating .djs-bendpoint,
.connect-ok .djs-bendpoint,
.connect-not-ok .djs-bendpoint,
.drop-ok .djs-bendpoint,
.drop-not-ok .djs-bendpoint {
  display: none !important;
}

.djs-segment-dragger.djs-dragging,
.djs-bendpoint.djs-dragging {
  display: block;
  opacity: 1.0;
}

.djs-segment-dragger.djs-dragging .djs-visual,
.djs-bendpoint.djs-dragging .djs-visual {
  fill: yellow;
  stroke-opacity: 0.5;
}


/**
 * tooltips
 */
.djs-tooltip-error {
  font-size: 11px;
  line-height: 18px;
  text-align: left;

  padding: 5px;

  opacity: 0.7;
}

.djs-tooltip-error > * {
  width: 160px;

  background: rgb(252, 236, 240);
  color: rgb(158, 76, 76);
  padding: 3px 7px;
  border-radius: 5px;
  border-left: solid 5px rgb(174, 73, 73);
}

.djs-tooltip-error:hover {
  opacity: 1;
}


/**
 * search pad
 */
.djs-search-container {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;

  width: 25%;
  min-width: 300px;
  max-width: 400px;
  z-index: 10;

  font-size: 1.05em;
  opacity: 0.9;
  background: #FAFAFA;
  border: solid 1px #CCC;
  border-radius: 2px;
}

.djs-search-container:not(.open) {
  display: none;
}

.djs-search-input input {
  font-size: 1.05em;
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.djs-search-input input:focus {
  outline: none;
  border-color: #52B415;
}

.djs-search-results {
  position: relative;
  overflow-y: auto;
  max-height: 200px;
}

.djs-search-results:hover {
  /*background: #fffdd7;*/
  cursor: pointer;
}

.djs-search-result {
  width: 100%;
  padding: 6px 10px;
  background: white;
  border-bottom: solid 1px #AAA;
  border-radius: 1px;
}

.djs-search-highlight {
  color: black;
}

.djs-search-result-primary {
  margin: 0 0 10px;
}

.djs-search-result-secondary {
  font-family: monospace;
  margin: 0;
}

.djs-search-result:hover {
  background: #fdffd6;
}

.djs-search-result-selected {
  background: #fffcb0;
}

.djs-search-result-selected:hover {
  background: #f7f388;
}

.djs-search-overlay {
  background: yellow;
  opacity: 0.3;
}

/**
 * hidden styles
 */
.djs-element-hidden,
.djs-element-hidden .djs-hit,
.djs-element-hidden .djs-outline,
.djs-label-hidden .djs-label {
  display: none !important;
}

@font-face {
  font-family: 'bpmn';
  src: url(/asset/bpmn.eot);
  src: url(/asset/bpmn.eot#iefix) format('embedded-opentype'),
       url(/asset/bpmn.svg#bpmn) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bpmn';
  src: url('data:application/octet-stream;base64,d09GRgABAAAAADeoAAoAAAAAomQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAEQAAABWPgtKDGNtYXAAAAE4AAAAOwAAAVLo4+qQZ2x5ZgAAAXQAAC/kAACQrJcxFD5oZWFkAAAxWAAAADEAAAA2CHjLgWhoZWEAADGMAAAAHgAAACQHggO+aG10eAAAMawAAAARAAABrKH4AABsb2NhAAAxwAAAANgAAADYPvhgSG1heHAAADKYAAAAHwAAACABlQRubmFtZQAAMrgAAAFSAAACPXo4dZVwb3N0AAA0DAAAA5kAAAofQeoLW3icY2BkfsE4gYGVgYOpimkPAwNDD4RmfMBgyMjEwMDEwMrMgBUEpLmmMDi8YHhxhDnofxZDFLMyQyVQmBEkBwAYVwyVeJxjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETCCJFxkvjvz/D2YxQFgSjOLLoLrAgJGNYcQDAKNjC0AAeJzsfAmcG8WVd7+qvtWtW93SHNJIPSPNfWkkzdjjGRsbY48vsDnMYYOxIWCMMWCMgw8wwfbaHCYkkG/BYAKBQMBkE7K7+QJLCNklBEg2IZtANiQhB0nItZD4+/KF9Yh9VS3NYQ+WzXi//DY/j6YPdZdeVb169d7/vXrdAhGE9w7SL5FnhaBQJQiQ8pJwnGQHoKBkBqEdNJAtG4/kQPO8qXV1U+c1z15t3bl+4N74wuIPi1ktm4avVteTZ/HO6VgAFp3UuGBzc51T/HXxn1PzJMjbA4KEdTxL+8ivsA5HaBQKwixWk1wLihy2k/meDsjl0y0gpeRIKA7ZZHe+EMqnnaTUBDQZSjlesPH6AGRoOzSkZIXKceBFYH9z7eM+H1nn9T5CqttPKf7UY3aDqcPXdZNMB9Mo/rQ4DBTo1OKF84AYPtJKAlED9yZ4dfbNtAO495Ffqq1ar2QTiEoFvVV92ecZ/q5mGjppNnxdRQX+DoJG8VnDpEEDBnUTTE/xK0aQmgZMN4KCIDA+vkb3kN8JYSGKvZNFxbK94CODBHlp2fkC+KBA95jF729qb11WvejbTX+iiVOrl7e1TR8qNlbfX0V+p9w5paV9efy01J8afc8tji9vbb/+tuLV91d/EukD0v8xp2+XqcuKE8nisZDNOXleRZn8rt0Pb94a8O/97PZN1zH6JdI339Ky1e+7t2XLJkZZECjSvJt+kaYEP7b6JDYmCuCIgNVdgHxPBtKKRho6HR+NsC1Bs2wbpDm2dVAHNzjgNYordB32eeIe3HmKKzw+2FG8rngdbCJEpPCciDugovgc21niYZdoiv0o7hlLZoAT2PHmSKGIdARSyB5Bxr7cSr+BffEKtUKrMFU4VbjA5RQKsFWfD5J0Jq3k8VxW5PpMOlgYABtlid3NF/LpTDsoccAhU2QsmMe7iqwgj5G/yNl0hm2yks6w74qt4Dm/BH/8zHuC5d+xbTMEvnnKOd/dGbDvfStg3H7jtuLBRQuUpX37Vtz+iiLuu2HjD3tzred1XTfz+n8g8LcbrnjGScxbXn/a7JbWdb355ta1V7a09fWys0Kht6+vd23PFVfmrsz39vTiV5oiP3l0z/CM/tQXQQXykE664Fv37P51Z9uiK64E/6WzFra8cPtH/rXWvuTyy98+raWzE75w/YYnfcaGyy75RiFiXdHWgpRam9eua23p6y0UWpvzvb1Wb98VPWuxjgLWke/rRR4GkIcPcnmgyE+PsFB4WDgIg/BxeIf0k63kOSrR8+ij9P+Ig8jZQDIgZZVCJJmzA12Ogp8Ibj4lkhCzhZGPPfIZlHIdkpNxcrhlbMcnJWKDIhOjTA4/TgfgPx4zudIZnrOv7ByvuEUkx0ciWAlE2BE/Pih94Sfs3L1GIgkpOxjLdYjJLseVXvGQ9iRk3iTidGisRaxlSJlwGowWkue9QoLUifBa8DIjW4vy30El7IHFyGIvsNEq24lOqQOsT9jwkS4R7Cg2Xoo4vNlsb0eyuLFPQmM0sExm5FMY+XSIEmu+YvMf8j6rfBrKeHNQwV2Wl8u4NdASTaTKqkgQd84iec8IcU5SYpR8yKZBkhuEHPImN0iyg3qugLexa4QRYWwi2QSUWsrO8BqjC0iaUWcsrEFyqqOMfHwi435ZAgY9bAe8khxrCCPPCiANXgGSQrKMkyODYiUdH17BLyprOyeU4zR4V0TIwN3Fr/z8qr3FF/Z6ZI9kSJKclnVVJKggiCxqYoukSfinS3Hc2IkY1VCHiCIA7pW0JEv4Q/mAJEp4kRCVGIqq4C384MT3EY3QAH7RNNQwIhBK3C0Imiij+kGborIdflQRqYoqiPrwO5KoSvhFFA3cVAqcnqihHcCfU4lg5ZSdqaImKZLkl4lMfFifW05BUgqWJJSRC5q6pMj4RVVFrCSN9JCogocqqioKxf7wtmGDgbJzEfudFtllydwvqjJexiZEsBUU7bgBmkZ5N7B2wC7zE0nUsBAqalL6UL7xP5k6hDMHewU3SdhfJCTTkaKKBUgIr6Cix4ZImtsepAz8g0dAfYUjQvCqUmahTLEdVBz+KpJFYqwo/yOgsjPKeom0KCMl0ZGbrOEa+T3+SHav4ZhxyhYbUgN/IeMA60R1q1Z4GWyPevDTEnKQ/QaZjdVhi4mOxKlcbjKBYLnFCqeNjZXI28gcdhOv4TcmAwb+jLgSJGqqpFAcVlliPZTLv9fc0RtG/iNPkXWyISPrcYTZKOCo4cakBm9zGRFZC1AuUGZohIq6EsMulPiPnOKMVmEvtgQUvcajBEUPigCTAtHPawDOekMysbWSKqU5QS6RXDpRCvEK4WwXpeIsLCUTVxixiKmBCaLETtlciSFvwjLOFo+uSSW5R6kMSawI/jfEsdWaQU0SZPMGwowNViu/iVu1KIt8mFi3KE4wvCqHgc9AJiiiVGOyPS2L+LvFF6C365yBL31pC/yB8V1hkIEzRcK+a+Wxl2BEVinlA7uEjbyiaTpoY2aPEhZNUaxjQsWlW8NZPqZmlc9MFVzGuLOTAQSca6I7pY2xM5ptpu0S0LAPhljiiaQYccbV8BiNgZvEB5NPAImJIy3LKQoQocTluippKtMDZXFhRTIl+fIxxmiGBkz4mbhQj4J9LGstg4ryyOwko9NQpBbrq4ZsmMq5b0qe0VK6QxWqiF4PHth0wwlGRBVFoiQokssNoH6u0yjoUKqc8UYDRuNRLmRs7HEITLFaMjXWVxBTosRulQcUb4+Rzzhu/FR0Z1kbMBKiWNLImpRBmdF0sRv5qjKplNWxIiiXdbQlI8uo6Mf7qiYH8Cpq/CRuki77sHhM0kGUyx1TocmVVk1KlW2ALaFaJX2c/wo2qIp6PHzIwj4UJ5VNHFdmcGpGkOug+Euzk6tUCVUftv9+przRIGh8QhuyxPrNhAP1I1d1IlcEJV2F4sD1G46wTP1UHhku2R0bZQjLUdnAich1HKftakQuNFpZjUJJkTLqqOBYY1FhowVkCozbANSSOFCyVlawdFQNusYGR43pbrEkduBHu0MljeqMtA9PZSNcuoUqUtZEbllouW5UzCh7Yy0gNzeujkbcyPy7nfTLiBt9QlxIC81CB+JDLwlaIsLoErbuHkHehCFvxNaIG5VMOJJpCEcQRx/Y9dNLO78EZOu2T6nKro0dF/fsfDWdOv3SdcV3Vn9oMNv59dWXXvLtF1+M7oGzT5lDU3DXn4v/97mB1vbXd+381TQ72vXgjZvembfIc+aZQDet2/He0NDH9+yBxj0XrLoIPxdnu7GdGrbzAcS3dYhtbWGx8BTMgk/Cr0g3uQ/bi6AsG8kimkIciCf4FaFqLhtqgRIK5KBlkI4DtohcmC8kllCtT44kdAQxDBklTI5VGADskB0OBj0c5SqOCxUlBlTFCP6XQSaDnO73EqglDNAx9Bfx6RGGrAc53BxMM9cLGzQKCsd/OAofxNaCi7w4fiojxbGfTAmOleCdC8r4x4V5IuuCWcaNWKfttoGOQvycuyF4REeUM4PjO8pQHWMD4ScuyMuWECUDkdmEwupAVtsuqCuh8A7dwXN0FeCJLVtu2bLlmuVbtuB/VjFl01QyptdFBjizRGZcbdQQ+NfEdrKUQFPIprJMdfTQZFN5i+lsysSYISmGEFSUTBW/MT3NJJoyWEh1NDiaq78JArwSHkKMARK7giqdaXFw7btCS3gQgYQ0/EdJATKqjVkBwswHq5RPH8J+z6YvswJ8zjGlUTIBTH96GVhgt0exE6dSgjhYhnDQwrqFmoQpDFFWJfJ51N4lI8PVDt6R2ESV2bSXXezK9SJjFwEJ0L6NFGdmRT34MMe/vAzXZrrbdd4WZmBdhuAVRXRBDkM7gCqIfI6baV30oa72MWOPKhkhicRNuKnJcliCoKxI4H5qwIMH/Pcwnc1VJ2vA8I+YquEjIZpl/UU9qHJQMZZZwQaQfdCkUpPWEmqK1NQQ7bhEmC0PkwAC4gBBrYwqnyDglgi/G2DwKskE6ZYtNgrS1mXwMdRywDrFLVYJsoouYyQ0ekgI+ycyVb5oFI+y3iOGIqoXraTsjjO3/cyuBnWVDTLqWh3xnaG6tkNES0IZxMdhYTKDGppJEXEVK+ptg+NwV0b4MHOirlEpyxhTyQy9UcJgA8cIbHTLIB3QBqj8iA3F3nOwVILy+AtKjDJKYNxD8UEJlAnT32jIRCg+j1Xy5maxeTIp0ZU52MaeAoIJSdYVzgEXVuFdnGkgKb400sOOUbH0r1AvbUWAw+Ql5GK2alkJKWZIxtmbMMuywD4MX3FymqYiOdnvYaZdljrwHKe1wlyf4ueZMycyfw7NFeuDAZzlGkMETGrkEkamPpljFlExGJRjuJTDb4YJRG7PENiU5iOiTIn5GSP2Fdzx14AzXkTLzbsACOsYJ9gZYWjUNfcmEDceJwh0JtmO1g5tHbA4UjqjWDxWpPD4kR0HxQsseGkNQtkOksCKvfGI1XTSLOO6jVG7Nl7Tg37xw0OzTwqGti22vAFfMHX+33jN00+rm0O2w1XnnbS71/BOjdobN8rSR2c8PH1GXWP69gWnXgwZUyOif/cF532qNRBisTxBIL8nu/FMQfsmhALZkc+7q9gf2T38CFla3kbs4dM83qMKlpAS2oV+YUg4U1jJImdKklp2Mh/Czll5O49dSytpm8XLbCuPXclIXtZBZuIHEPhYCMTDrN94S8JScex3OsP6DLyczVmQdO8gL9IdAAcuuABueHbe/OIr8xfVnxH0z47H+2sTcxLG75tyVluizrRiA43D76R77LDdYjfVhDLkjoSueOpyoh2SiXnwU0mDqlakrcqDHpxBnmg4pam2Odn3oVbdGP5OQ7Y6NZRJttTM75dJ9+P7Ib1z5054hNJkwmKqNRUlsMjfE+qeGsxHmubE9MCMpDUk1Z1c628rfs+YXTujP6XHuy/Pq2rQc0qNMytOh2qmDaqe4pOhDgMyYT3bYFQHe8xQjRxKEytLx8bQTKFKaBLWCM9BHVwGT+AsXkLuIr+ns+gO+pJoiyt4tB3iCId4aLI7jiyX20voiElNfiqwyG460wJHHcLyiUcdwHKONYLFDfuxB7Ak6YjBJucYo0210gTBptz7Bpsc6gK4YwlOfpDYJJGOOTTpwNEG9pBH4lEF9pyQy48jxNZs6YihNQcOzFjTZS/dNHVgoTyzr7Wr//za1q6ejWeZydjCVbW1XtFQfcrZZ1fX6jNF72RCVJ9D8HI8Q1QS3MTdluMYo9KGv3bsMSqR3PrBA0fS8BMuIDo+kSMvPFQhchQ4qsCR+Gm0ypOIs/7H8QyzqsMHjluYVSSfPeaAooioWfwAEUXx48cl+GaSquMQfBNJz9xrN5+LWGT1jZfXRDJzr1oTT3jP2tTT0NKVy9MqRdJi2az8H8cezcLpcZzCWf18ph33cBZ57LjEs+DaSQaUPsn02/ELKNEFk4sokW/+5UKw6JQc1xhs8V8mGWxExk8u2oi+y+Tjc27kYrIRusPXxucIZ0xybTw8NlzWPSZeNtkF8dC+fdft27eivmHfvrn33z/Jle9lCxdu3rt3897ovUP33jvEXCTlMF7MFE4R5k+OG4dHMyfJhKpxsc5JseDBwyOh4/M+Zk6c91HoRGidQNlLiIMkQQbFDjJIOkQfQaB5hKyPA6gUfCxLY9cutvehEIq7djFxneDqEVI/9lf67ejVsj9eyo/xjubHWNilMWkxP/xRwA9PjUmIeeMNvw+e5ckwlMvFy9ThMezsiE/P5IH5uulyAPtIySHwm0f/M+zbfeN1YLw81NL67zeHtC1PyvSWK9d+rSkzZ2X9qRNme9CU9PNP7xkenOJ8AaRtN31Gg9v2b7nq763Q6ktXvzYlYq2dKH2DybKObb6Tfg3HMSAkhW4cyTkoyacKpwtLhfPYqDqsD24UvtSHLPPKmVi7UXi3xBi5HilQ7maEp3kEnBDOdWXMBn8EsvcP6fiyNyC04corQ9Y/bs9Pk6Tbf1htrbt6Y/HA0/HZhS+sk6Ttzwe92zase3POXHVx9tZTKd2w39SvX7P6pZ5sxzlNF66C9uKvi8WqF90/mqJfuWt78b0H9Llz/7hj54spbxd56rZtvxkcbPoa+K5Z+qFm8fM3bf5ea+OsCy76z/OnnNRBP3nNuqcStWeuuOhHJ9clP2wUb4fN0eIXIBOLDUWjZ0SjC6JRlPKyT87i/ucIn8d5NA/uh2Eyh+wm36QBegn9e7Qw846wCnAiw+VEhsv/1wyXcYsfHSeSXE4kuZxIcvmfmORyyNrTnSfSXE6kuZxIc/mfmOYiqCN+E8ORNUKdUC80og/Z6XoLcb7ENeIcIuBGhP2++PnAs+9J0nvPuvvHfyaKP3uc7yOHIuKRQs++11ouhPtvT4x19ZEcF3f9aZXwDTgTnoR3ySzyd0e94kRPJL38pZJejnr1ZfBEQsyJhJgPmhBzVLF/GDqRKHMiUWZyiTI8L4XWkaUjeSmRZE4qbS+MpqOQpatWvcD/3XzS79B/I28J1cI84TJhk3Cza2H7gCWfeAENRTKX4QY21wcsbGXHabYP8oNgRSxZsVmOiex4IZXOpNL5Al7niSi5nkJ3Ia90dvEklG6erNLZheaaBXlK2wBQrCmAF5NozQMszSWJXwJ4MYlfAgMAczKdAJqs1fYGAOZDoFBr6tAxJIoBn6obAXQ+wAgSjXtZWrw+rnE/TmGwjeNxuRZns9nQ3GAieonUezrDeyMdnnrv4isIuWIxmbJkLSFrlww/T6ZMmY8VTBl+nh/JSuh0wmGfrjkJsn07iddr3mTQ6WzHyYhihmPuC9dixVT0Gjr+GWgYSJgqATWgBH1AtmlB1cQ/NahpVaE18/FvTagaBsnaxcW1i1mdi+EOPPbDvCnFtVPmAR7hjinz2HjgGO4hHyuNoU8IsfwiBmwiTiEZSSql49k0f/B3+/Y9R9qHX3mudCQfG/4EufTb+/fvdx566KGSPCwmTwsi4qkwkwdGKBlIjg293UWeHl5HVg3vBemee8655x7ydGx4GXm6FS+8y76fcw8jI47kHfsRi7UKvYdlHTt2Od7pph1nlfeJ78HbO984JP1Y3f5Kw9j84+tmj43I0BS56/+Nz0CmD9zgpiCfAeKmdTu+NdbvG9NWN0e6rVKGtCQrGZov2NSyC0pGqZwfDZls9ob1M2bs2DVtWrx2c3fFHOlXLrn04eJnlpx+N8gL589c/9EFEz9HOcif1p3c6oibSTbZVZHm0WyxSS6KrCwlg03U35nCvEn3d8zIycpku/3quHGtik6y7xsOGfZ0hk/Jcesf6YrrH+Ulr4pLHu5SVqU1jgfKq1Tlef02fYy8jG1xhIzQg1ri/XSyg9rDcfVyCJVIoRZGJ/hrJ51FyFknkb4Z7Dhj+Gukr60foL9tffGJq9unAkx9FsLF3169YEH7ggXkZSxSXOoWhUfw2Ikli0vZL3qKL+M5PNLWX7y7+Nvf2fl29pPD2tlyDO3EJr7q1kWmlJqH+n6keevbRprX8NJRN+03n+7oKD2LXm5X4ghtKtmz923H8PO8FUeq3q36g8kPnyQV5acs/ZUk6JqyWE80p2cJCyY5p/Ec2Wez578zXkCUMGlllupN1fXXbRmclkrNCnQF45N9yHvliyuTJyd3vnDN5WuHAlOU3GV8rXv8+uBi4QLhiuOzMmh7STmQgFaWlAMJ2UMiCcdpnbBj+urOMV6xOPW8Ube4rTDOL57kGuIKmDPWNYK5V07oG43HH0zmM24c6IhPPR0uRRXN+nWHy0kFu/7S4ZJwaFtT2NrKT2iVrHblJo61yxUa9+URy+vmYrg4n+kpB/Vnh5AVCpU1ls0hI/oADodzHHtS/PpqBQRtwbvFavjX4qPWhRdeuBHOKj66Ab5B3qoEgE8p3gSbP3LJhz4Uufjii2HhmjWujkWltxUx8RzhUzxbvg9kH3SxI8p/H4Qtu7MLOVqwCn3oamR6Mll0OLryGZxQPcjuFsij78LOHAn9Ezal0h2QinRH8vhrS/ZRFqmzranACcRxNrag29NtRbrCiqw4nU6SfePVKclIFkePnTpypo+5PTn0drp6uOvDas3m4eWAt+X0DZ1BDb00yd/WOu31H8QSIPljCSobVT6vT416IzLbF7+qqLYu+8SqCHM/ZYkoXtvWDaCyIoLx6KOGie66/w8wYJgSDXRA8Q/g83rRi/UW3/mGpgOonh/8oDCd+R+Kv+Ha05vwZ+RjoNVMWZyalpheG2m0ZsSr0StqqAr4asNxm/rDhYhumsHqiMcAVYnqaqgtI4KDDpQS031RW/fq7pJYsF6RnWAoJMngRC1TAccMBTwAjXkIOeH4lKpsbPGUahGEsu+5m6wuvc/C9VmSUoPUEEieT1uGG8lNxWeKt8FVcPVwNVk9/BaxnX978cCBYh+3oaOyWVEif3n2RkI2nk2q3OPwL0hVay9Ab+vwL/gRhWzD0uLupRsIHmEDHtdCobm4u7kAeIQNzYXSc5Sj8eU04p6ZR4gsH6X+fb848yPHolHfJwb9v49eV45/RtQRmitrSyUcweHqzmKP04Uwe89IZVW0hL0X4qqr4tPiudeKL+ytqI7+tHcv9HaFpygt3mXLvrTF1ZMudmDtbBP6J0Ayo4YwWFLq4XHAQRkDHODtR4sjKKGt7ZXtlrn35179ro9c/97CBerSKQ8t2vOy9OANG75fyLUuy16fu+HzQP92PQcJ56eXoC37ySNlTHDj1oc9pIt8957dv2prOvXyKyFw6ewFbdJLt9/4clXkkjVr3z6trb1L/Mcb1j9RAgWW9d/j37i5fwU0YsrxyPg776c/fWhXNnvxj388SQi0vrv7mVVfva5/2ofz2w/3aTKVMWnZPFcEpSPgrWLuVtkWl+fA4/QfaLWgCgbPvWNviooE0I4FsjlQ7IIPRjfyEATeeKN437z+ed/B7ZX5fJtPq2MHP9dFpe7i1v55/a3986a2Tp3Pj7y/j9MnkL5HOEVYghV6GbpzH0WDLlvJFOQM7tiDamxfwF0kX0gy3WYr+UHUfvztRhkrQZQcOnjsRVwBOTOWyk2FO/ryNN+Le4CvRM5oom2djWeEIV21wJlJFGWWs8AfKZ4cTUAPZFo95xi0tXHa9Hao0haQBbrdDJfgrTDU7Z47p7eG7fusHO3pvaO3QHKFO+DcBc4s0DSkAtUN4TMaSVtH4xkh0QpBXbR4W5qRgflatGMQcWuLfo6J1HN1Mfin8FZGbhcn+jdlbDaa47jaRb0TvN2qy0cjHYRlOpZeceUmPJZedOXmPWYHCcuictMf8Uzp7IPOI735aosoEljJoqsmWyRdeQtfdSBUvGUlO5oswr8SiCgGDy/IFjAPKXbzEfIknz9KsofWL16IBasOr73zMN5VMfs3Ie9QSpOFjK04R0oIhR3KtxaDvvjVp+b8Ys4ROvKG9Inh4a07X3/d9V/d+t1I47iKU4pGp46vCel9HHaw6mDjIcQ9xVPcZhwuEyxiOHG/3sfiHrGTZ19LyLVnu/tFqwlZvYjvj9DhV0bKn31tpFwe94fqreaj0Vs4NV1XrrLqWr+zrv61Feer58SHKmmv0+CL69bOmz7zzbnRqsP0aepofPxk5fYw56FSQy58fH8prnEX92dZ/W7tQdsSyz7seAcV3t57oKH2wnVXgO/Nq0PWM7u7m9Y/5jOuufSSb/b2NS9rvgiN6z//rx3vCacu1PYc2HHzNxOe28g9V619uj45//yLfjGnLjnWhrDnOWuE+nF9Rss5QVQsyVCX2+ttm1ivz/r3m2tYn29d5/bZOa35sjU4JZobL2P9fmTPQez3kyCD+Jh26/4tV39hpNtnLlw4fP3WhWXZHeW9IzRVzlBmqc8Sw1CVg3Rbzjzj9DOL2+Hur1caibtPxr+6W26B4IPHHvMpAYeKzWGIoFJDrubGfoJ8/ulo+yYZ7ZkAeU4S4zx4KC6dFNC551DU6mKLQ3HecXmm4fg8ynC8HmI49nWU8pRkaNXJHE00ozw51yxbjiZreUUf4kl3lnbOnPX667NKayioOE4mdwpJYUA4SZgtDAk4icHHfTnKW+eDZCHLFBfNuF66lMSrpZsKNjiPt3Lsln1o5tBmkZy5EEj3tFYRVDM2NAQvSrBopiTn+zNg+uNL5hZnQVWDnYFSkejs4pvxgMMKNBr+hPH6m29u+eEzb5I7CfQsa2ub3d9rG1X+ZFsLbT+rtXnG1N5qMx5Kd7e011R3nFO6W9dsW60jNxvqIpGrLWs93/MxGfWVLxCeOYoITmpcvCRSipfEIeuGS3JuuKSzK59h44o/cni4JN0C7F0KqHjxFo+TuHRkFipx8MdZvGyFFdlJZSJWlkdLWNwk2227oRJ23oWX3bBJFxJmC8huqKTQhXV15bOdleJIX9bV6p6huCEjptILmV27/EGq+0OEKqpX1CAY9krh4PO2RyN+ky33g0TkRpaCIuGu0LtaI5JEtPkLVq1SNEV74TFVlCmR1MduVCQQleLv65pYAoTosaxLqhC6VQxQZeQg9j0dagyaMW9TK4Dl17WwEfKBJntTNeAxA7Gox6iJEQtkySdTuVGSRYmv6MuiLctggekxTEtVvapsKYYuA6RSpmUEG/x1ft+cAA93uTGvHeQCPEO9G5IaJBZQWQkfhY8eROetuJZc8LOfnV6cDs++UdJJWL6VXCs0oEbeLtwmfAJnQTgiKxnFfXutZeeUXJavzxdsdshlI1kcExT0kUIFnLg27lD081gok2fvu01nChkFd0pWsa0EsFeyWiyJ38eEAT0YNsEiTo69ZAJdHX4YVw9qurDVne9hJiosp9I9ebjXjjQONRpyb68e7OqickBNxVJGTdxbv1xt9MjRcONQxiP39al647ymcPTSaLhpqIkVV4zMvEw4CqfUgy9R7UnFkmpQpi6J+irHqE54HV+8xlNfVc9udHezG06M3wgm29pOamtLhmKxhliMXFtTIxuZocawvToeOxfqvYkqw4ml1IBCOzvVAC1cVFCMxnnsPpSa2zdFZlci9qXRUGYoY8gFp7Pc+Oq41wFOw606i1UH1XqsGrvFqFcbKZf6qdA2s7V1Zlsqlo7h/9gcDDc2mz7i6ta4uKySsQuBZKU5FCbeYiM88O23336nmKgs4ouLD8G59q6P3Hdf8fvCSGwvQPYK1cJ8Ye1R5IegthggBZ4fkiBWhIXJUuz9JD2DNM117SDklc7IaGoIquCekeSQZCk5BN6etQTA5/F3Xxgn5CRSu6LLDsCSbYpSW+0NhP1BTdQhkhBrWEJbINefC+BRrGYZ5n5D8cl6N6VGdMbsGVGc61RsGAgtcYpvO0tCA2QvOb2/3omG/NNy4i9/Keb6/dGpdf2nnwZE01WW40EiMacnVIcz26OBPxj0g+YxwlqKUsmqiZvxKiL9BLxJr23hlPGrfmREe+qpm/DvqVR7CT+P5ktUzJU4mpyII6VBuNZxQmwy2YyCkUDN8VqEO16LbxPG24Ymj8TGIpjJ9vkwfDOprp81Hv2wZ+3up09h/1UhgAiNcWCusFS4WLhGuEn4mPCA8FnEBy8LP3Bn7PjVsBD3HxDydOczaWQKl0j+qqG0+64hdpfLa4FzrJDnryJKK+NvSuN/WWYuC2L18JuW7JZlbyoaU7bAv0ZGKOFX7lnzOsY0wX2TUeleyfk8pH1w4NBlu0BiWm3QF1mxMqwEu18K64HMtIjpSNG57XT4gN826roComOGBxo1z5/9SVWK+tLznbDPf/IvAwlvVZtPqjfsgXqPBz4c0n01aY/piGZHSh7+l4ABkmp6GoiJB/KW36AQsyXHrK0WiXnwQUQgEIuZKcm22RuSfus31KSlON7atAzm8CMB1YgPtYRN/6KCDPsCdYGqfFVQDXec02joxUJQ9TWvzIXVUNe5GZlE/TFv3ZyGgBnJr2rWDZI+bKERbgJFN+rFmJXWjCUNeu28Fl8gnD0zSXRie+JzGrFD7YvqjGqgPn9YpKZPrDcSGTGshztrIn6/UwgbNVNSRu3sdMAfaTutTvxMtbdpSSZghBuXNOnetpg3u7It7PflPzyg6ticnlVtvmC47cJu1dMb89bPqA2H/Q1ndmje+0mdx+nxkXpPYoa8QAxKmkK1BoBY1IinSUpPdeiQVj2tdZRSS4lUa8hAT2e9Uf3f4kuVHd/jECk/LjFyQTBHnhMQx0SjlwhPw8nwALxFsmSfG5ue8OmFE88H/MWeD1g2/vmQFSeeAjjxFMAHfQqgZsJniEjbibT/E2n/k3w/JosNv0Id8mu0psy6sJwzNCaZcCTLbIplO+Sq771Klr/5xeGD8OHBgS3k1wd/RS7ctWzZ8EHyjDF9Rul5u1EftFdYhPbpLOFc4fyj8EQR4UA4TnmcbQDaRfT5lSyLsImy4vDomnhYZK2Sy/pxCp0tNamYVNPchPxpTcuJpA1Oe9Of74sYNtSmolJ1430BLUTEeMqClLLphhtmb159Q2Xv9lxS05NtTMWrnViMVHd2NKQStc010Sq/L+ZejppmLGqzy01Bw5huGDP4v3BI7I3ndVXiTQIKLG6jVOqu/913iyYc+M/KzV9+6609xbfAvqUc85lLHsXW5IWFiPu3uk8dKswtZ82Kk27+xtBCgCU/ZdoJew7RZq9r8ZIUg9IZhExEsdyCg8DwePlO5BiuwoH+K5fV+SwUSdtXt+zKjfjNz75Z7Fv/lLVLYyFRDMWWrl0/evonkZaKKuAxSvcscixXyaN6OKBYXrHY4LfUQEjXQwHV8sMPCPFaSiCsO3rI9KiqxxvU9aCXnZkh/TJC/GFdD/vFJtEju7dMtbPC1T+yqyFNC+FV932u99N/oknueyWENmE6zpnlwuXC9RN6W6mSG8R8mEPdLdnnvrWVIVo2WD1peH/HaeQdryP+T9J1juKl2AIrcJhHFKmbEQ/4wp2rOiNKqOPrYS3QONX216mx2a3S8Ds+w6puCapyVVRMdnlixCT70bWh0Ri6Nokqhb37FV0bUm2jE+W6Nk8w9+SUhqAvnF/ZzN7/it5L/ZJWM6EpAW/zqSlpQo/lRnRYGkSDMHfAOBVdlgUtXivUdUYd9VBPpGogaVSH/N7BHk/Qr3mLL1RzByTgK2waVNVglTeLDkgg3Laym70VllpqpEb3NFCjCz0J9DLiTYYk+bw26E6NpE78fMV0YfYkV6vGLPRN0sEYuw44uRWqMcuEY2ICMva6WmhCXT5bOENYKVwlbBNuF/YJjwtPCV8XXkM+pDM82CGzSEfBon81AQHy0mVrXmVxF6O+/hdzli9btuyvLh4ADyxcuHf4+muuuPz1WTNnoh/5VxAKGCO77B3Z/9XetcZGcdzxmdnX7e3t7e7d7eveD9/DNr27PfvOECc+28RqS4ybYmrFiXEBCWhckrQJNKoSIpXypVDIh4amiQKUEIpIUaRCS0WQqiqoUj9UiZQPqKKVShW1VUWbpqjJh8i3dGb3zja2walILQV57mZ3tXcz89+Z2dn/87cqyICKs6puAjvBM2A/eAn8BPwCXALvzkPMvjtm7VyA7gfuugk7iwn++l0xV/8vPgCOO8udqpx3fr3l7/Jp6Jpb2Hcur0MDYRFuZ4EHxzJzO/mbHT7oZed14Mc3O4nAD5aV0YHNON+g4z1Pesl9I4DTvao7x0jXO64QP1TrVm5DpuvhSnKtHq0per1U2JAuf6U7co+ei1ThuuqWuCprqdG0EgonBvInS6MGFo0yG6N+LpQpPrwglmQIz4KT4A3wy08gKc6zR2eWskd3zbdH439xTXs0iSmeY4/uUTPcrezRmSXs0UtJZ5Oi3ywaLJNpY4VEAlECo0pE3PDovYzJ0ZJolEwP1dbGcOFS2CcNSqJZCnvodIZhjZIhSqs0PiR7VFllBBrF44jyMTqWV+QQr/GOwKKzXgbhmhkvo8lYcAnyghqJdEajmk+WDUlaWiy0AgrtMUljg0F5TbM9jfHRMBFnvCjTnyY/m4Q4HyaOY9qyFDnhF+EgxBdQNDg6rSYg7Vwbh0mDOqaNw+RgolAyiYmmNSJkBfjZ2ilUgZGOaLQjokoGofR/jeVYqueXvvAZ+/QkGgVhEJ/xGyRrLYMXkarzIMeNcwxZdVuwsTX4kWT4Dh4Q8WypKnF08JASQyjjt/8BKbnwF7TqyaeeQiNUwDM56Ut63uG1wLHNk3gLXw36fG++LohjLztpZHgYgLnyIOG7o6AD3AeGwSNgCjy7kNNe1uVxATc8vvzr483c6tplXB0XPqfrdx5h/6kE1995WD2Zd6EZvNW5tqVHwDnIw2F4HNroi+gAeocKUI9S52lED9/O0rQCvLoCvLqswKvzDGzbVqBXV6BXV6BXP5PQq7ewb5ZWMFhXMFhXMFg/kxisrlx1AR2afc9hSuEIuA5mHkvUfqux9fuTk+hQ43n0zXLjGlIb14iv6433qTPobcyP8pjnDmJuNAEKoAzWgCEsEX0ZjGHudDPY5sSJ7gJ7wHfBAfAD8CNwBLwKToEz4GfgPLgIfo351EpXNaMvtqnpPbl0JpXmHAGqxjjq1VyeYQmvXutx9Kwaq9e0nm58Uu3K9eQZUvCTbGbq0HS3SmLxyTPuyybZRcmZ2XDd1ZQSrHQpqZ4QiR5hTMPaapjWFrJvHes6K4bFxj99Iu+R8Q2KNgd9PJbEzEaXEfSGeFHxob8LzrNK0L3e6ROcBdkiVcXlpy/hCqj7bnvUS3sF1Ssx5vRZVilg0f2PUpDnInq8UTaiHBNQ/BM3UWSUJ/F+G85V+43E/v0OCNIRayZBVEZUGUKBN3t52SN7dJGSNC7AyLy2DgpeRiHzOhbxhCOhkHTYqlqHrBrOVet5nMeDAdZPmxHGGzMigeCAwOq6J5DvUDyGzvrUymw7VvrMT+3TcLV97ZRulMhsu/E2nnvXsQTHAxEoQAWm4x2fd7BLgE7URQR8arGMt1mcU2RPPCFwLlqytcXa6uayaE3vtqh2a/pbeBpPX66MF+ZQYhXG90/gdABJjX+X4Tl7vWv7f4W6RCWde8GPqQGw+cZPyOkEAiuLOXHid/h47lLOfvC11zZtQqOTkyeo5PSz1D6S7T+fOPHEo4/vhFNPnHBsk0epF6g4Ppq9PgAZHeJPltHz80LUqRfs7f122IR/7YOUve3Fw3Wz/mKf2XeU7HNmjoo/9lX7Qg5+YYJ57OpDndmOUkeus9qZ7SyHs+FWPMkFtN2h37mTIc74Lp4+SXWg7Y0PkGzH3GsluoxT1FlMm3vft/o+60RC4v5lmv2sOyPANLOD9+ccZcgvVVjaYR+/cvwPe58pNPbsgP8pFJ4+1jh67OmrG6j4lSsf7cApXth95GtXrhxbv/5XuwqvwCOF3bsLhaXHPtgc40Vzk4YU2TfXq9uOPbo+3l6ek9rHv+cMPumRsr0ensNSNbjxMabnLTwLjJuwqLvBanAv6J9BVnQhclRn5hHtZjWzGJHMIueaA+HDafqygtPg1hbJjY0zh+it39sy+u2qM9Z56/RpvJlNf5s9bOH9tGh2dQIu3SBoQgcDMuM4B92CwhlqCC2Dc5q3f27vw+3bV8v2ezA2p9daNpGWH5KA7xENxGZ8kVxXJD2Td0HjSCg76aC5jkl79rw3NXXw2xMTU1NNB6U3Hf+k7+w0hh6c2Dc2NjZYcO7DuW2oC1tw/X8X1jyv0k24TjdO4zL1JPoXmAC/IXWRWBUsy+ZK0ImqddTnjs9MLl9ETgScq1/D3wTxd6J6+lBLu44/1e6a+0c/kqBTRxFyXVzFIqBBpAguWUeOU04vdE6pXIIEy5AIOwdapqn/czSkRUSUTrVmiz0EWBX/09HvI93SErAOayXohmBf9xucwBKwVN0X04yoKFOUX+Mln6Iqufb2QJRGfkHrS2fXxRg4TDE+xZC0bJClDUWKeEOigNktL6NGVM4vYjaYZSnBz2l+wqpgWQCzCqRnUmGeFjDLzhCXRSIhJP1mRBQE4uJG84G8bPCcQNt/inw+l6nnMI/EyzEpLac/B2OiqHg1zIkLHoEWDF0QFSXp8CaYZWPR+5Kg35teu1ZTemNFQRAgq4nmPYOpWlEJSKaMpHBCioqRvnxxV57zyb0jY4Xali8lJJ3CTF8oqUceSN3fqwl+/JwKVVabpa7+dK/mwwTTrFhLDQyNQXi4Fl3lxfwOI/Sk7v8xlxha4ydOnnI00Fbe3vFQIdktZb9Rau8r+zmR9+MnlT/WhaRapd7WX/X7GMIQtvUkMvlOtlKqrU1XRZZu4SeeaeL/lYh2cUkryBK/v9s/itBoPxqqb0RoY71xEQ2VByAcKDcuWmQ/kq9CWM0jId8NYXe+8SESzCQeCbPxoZmCMIV+h0vbI25peBbXloYDlj3iFLbgWWugjIvZe93i8Dm8T+PS9l63FvicmQT/BSVd5H14nGNgZGBgAOIzvD/l4/ltvjJwM78AijBcOnT4J4L+3858hVkZyOVgYAKJAgCAkA22AAAAeJxjYGRgYA76n8UQxfyCAQiYrzAwMqCCbABlYQRIAAB4nGN+wcDAPIqHBAYAhZpiOgAAAAAAAAAAMgCkANQA/gFkAgYHIgd2CpwK5Ar+C6gQ8hF4EfoSZBKEEt4TchiWGOgcMBxKHRIdOB1eHbQeCB6AHwQfSh+eH+ogJCBqIO4hniH0Ij4inCNuI4wjxiQ0JIgk8CVuJbYl5iZsJwonSid2J8ooFihWKJAo1CkeKWAp5CpYKqorIiwWLC4tDC1cLfYuMi6oLygwijD8NCw0TjTgNSg15ja4NzI4kDnmOlw7LDtkPHI8rDzuPbo+KkNYQ3JElkTeRQZFPkVURZRF3EY2RnBGokbKR+pIVnicY2BkYGDIZkliUGAAASYg5gJCBob/YD4DACBtAggAeJxdj71OwzAUhU/atEArMYBAYvOAEAIp/WFA9AGazq3UPT9O2iqxo8St1Kdh5AkYGXkKJBZehJPUdCCW4+9+91xHAXCBbzg4PFfcB3bgsjpwCye4sdymF5ZdrlvLHfRxb7lL/2S5h0c8W+7jEiFvcNwzVg/YWnZwilfLLZzjzXKb/t2yS/6w3ME1Pi136b8s97DEj+U+7pyXKMi3Kg7EQpa7dSQr4efhLCxyNZfpNgvKGuu9lGW11kqMvGFd+lLJMjAyFuFeVLt0bEwiklLnYqqVkVmmRVHqjYyMtzKmmAwGifVepHNECJDz5xRiksACEiV2WLMjUdH47IeYcRckhTl9yomM+fJo/85lM19xXrMSGMHD8Nj12VVNIoDhGTMRYs93xW+mGNMaJKwTZjRnBKbNTXU649I0RdPb0ET0HlbNVIEJBlzJv7zHFG/6BWb9Yn4AAHiclVb5e9pGEOWljl0DDhgcJ2nrHHactGmVu2fapvd933e7SGPYsOyq2hU4/31X2gWJgPhc/cCnnfPNm9kRtVM199Rry59hrYZTeAprOI11bOBpbKKOBprYwhm00MY2OuhiB2exi3M4jwt4Bs/iOezhIi7hMq5gHwe4ikNcw3U8jxdwAy/iJQS4iVu4jTu4i3u4j5fxCl7Fa3gdb+AB3sRbeBsP8Q7exXt4Hx/gQ3yEj/EJPsVn+Bxf4Et8ha/xDb7Fd/geP+BH/ISf8Qt+xW/4HX/gT/yFv/EPGHoIEYFwhD4G4HiEYVOHCU2CSUIyHJw2CdODdqhkxA1XkongSKhJM6IjlgqTH9p9ZmjCHgcxS5gQJC5xaSgZUcStIqAxSROEzIQD+ytDEncq9VLJIFcmaWy47Acj0pr16bw2LDFTUzWKSWqW4blZVix4TwEFI4uVx4IaQqk4GLFkSEmn0HIvOlgZTfO+rf/WycEbPqLkRqX9ArrDat5KJTemdB+rpG4bIynMxG2S0cwnY3l/RTTfzQcnr2UB7Nn5lviI+ysZzAnZ0fRvatWclZjfTDUlgWF6uNVLNZe27UGSCurotBfEiQozgTPdK6dYgLVd1trMKqmeRtfQi5X63H23xGupCzsW2BRXqIRgsaaoWxLSccxkRNFaVlSrCJIHPajOqUMm8gzVuHIad+cKnXl1ymJXYGeO0Zzk9RGTKRMbCYXEx7RlvUXA7ByNuXk8R2Geq1uW+Ct5bgk823Daq4QtuBzulIiYYW4ZOjYBk1KZ/LzRi0d2clRrOukZ8YKOO9NzHqDHLOPNqShLXZ8eVNIt8mRouLSa0g1xxJwpBJl7pzjOpqkkcmWXfLJ6LldW6+2X3WkzSNTkiWkqE+yTr9tFzGPTcL3K+7ambfoNe1XGPKSm757TZBeo/cTto2Vz5rIX7F+pLsEDuX/yNVGEXTYHLnXG27WVe2K2ThoRMyxQvUd2xzUcHXm1mxkP+Vs9t9BGJXR9ZcwC2bKeOWS+Z3f/x/fJU3T75C5u9pax7kH4kFdXluOhbrEoGKjQr8amnwzHUfaTT0G3PGre9HB1dI9h2e50KF0V905edtFTu7MND7ldj+aCv46La3NbMEk2gq3IBD2yfzPqOmZZaUqJdvHZc1DXMuu6YFqr3GDOm/XUmJwksgsuoqwEotacZKLcJHEZp8aPXWrs++aAZaNmgzbsfyFLYp62VvsPHE2aBAAAAA==') format('woff'),
       url('data:application/octet-stream;base64,AAEAAAAKAIAAAwAgT1MvMj4LSgwAAAEoAAAAVmNtYXDo4+qQAAADLAAAAVJnbHlmlzEUPgAABVgAAJCsaGVhZAh4y4EAAADQAAAANmhoZWEHggO+AAAArAAAACRobXR4ofgAAAAAAYAAAAGsbG9jYT74YEgAAASAAAAA2G1heHABlQRuAAABCAAAACBuYW1lejh1lQAAlgQAAAI9cG9zdEHqC1sAAJhEAAAKHwABAAADUv9qAFoD6AAAAAAD1AABAAAAAAAAAAAAAAAAAAAAawABAAAAAQAAzA35H18PPPUACwPoAAAAANLCw/kAAAAA0sLD+QAA/4cD1AMjAAAACAACAAAAAAAAAAEAAABrBGIAIAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQPoAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoxANS/2oAWgMjAHkAAAABAAAAAAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAAAAADAAAAAwAAABwAAQAAAAAATAADAAEAAAAcAAQAMAAAAAgACAACAAAAAOho6MT//wAAAADoAOjE//8AABgBF6YAAQAAAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyAKQA1AD+AWQCBgciB3YKnArkCv4LqBDyEXgR+hJkEoQS3hNyGJYY6BwwHEodEh04HV4dtB4IHoAfBB9KH54f6iAkIGog7iGeIfQiPiKcI24jjCPGJDQkiCTwJW4ltiXmJmwnCidKJ3YnyigWKFYokCjUKR4pYCnkKlgqqisiLBYsLi0MLVwt9i4yLqgvKDCKMPw0LDRONOA1KDXmNrg3MjiQOeY6XDssO2Q8cjysPO49uj4qQ1hDckSWRN5FBkU+RVRFlEXcRjZGcEaiRspH6khWAAIAAP/8A7oCwAASABoAAAEiDgIUHgIzPgE3Byc/AS4BCQEGFhcBLgEC9CpLOyAgO0sqRmoWlXQ+nR5O/t3+MwkzJgHDGyQCwCA7S1RLOyABT0IoTXwqICP+6v7EIksFATYXPgAFAAD/wAM5AugAEgAjACgANwBEAAABIgYdAQcGFBchNjQvATU2JisBBSIGFRMeATMhMjY3EzYmIyEFKQEDIRMiIw4BFxMeAT4BJwMuASUiBgcDBh4BNjcTNiYBrSodrA8PAnAODqgCGy5H/uILDTIBDQoByQoNAkABDQz+4v79AQMBAzv+YksBAgwPAiwCERgMAiwCDQEOCg8CLAINFxECLAIPAucILAk4BRcCARgFNwosCMwPC/3VCQ0MCgIqDA8x/gcBsAESDP7ADA0DEgwBPwoNAQ0L/sEMEgMNDAFADBIAAAACAAD/2AOPAu0AFAAYAAABBgQHFhcOAQ8CPwI+ATcWFzY3AQ8BNwOPDf7Zey4sXRtP0Sn3Ax9QG14tLUBK/igboBoC7QeVOisuXh5RIvcoD8JSHl4sLn+O/nOgG6EAAAABAAD/3wOPAu0AFwAAAQYEBxYXBgcjFTMHFhc3MzUjNjcWFzY3A48N/tl7LiyJiqZ8fhEQnK+Fe3otLUBKAu0HlTorLouMK34QD50rfXssLn+OAAADAAD/mgO4AyIAEAAUAEIAAAEiBwEGFBcBFjI3ATY0JwEmBwkCJTAjDwMVIw8DFR8DMxUfAzM/AzUzPwM1LwMjNS8DAfQODP5hCgoBnwseCwGfCwv+YQsPAYb+ev56AXsCAgQDAcIEBAMBAQMEBMIBAwQEFgQEAwHCBAQDAQEDBATCAQMEBAMiC/5hCx4L/mEKCgGfCx4LAZ8LPv56/noBhuUBAwQEwgEDBAQVBQQDAcIEBAMBAQMEBMIBAwQEFgQEAwHCBAQDAQAAAAAGAAD/jQPNAyIADgAdACwAOwBQAGAAAAEGBAcGFhcWJDYSAiYnJgc2FhcWBgcGJCcmEjc+ARciBgcGFhcWNjc2JicuAQceARcOAQcGJicmNjc+AQcGBxcGBxYXNxc2NyYnNjcmJwYHJicWFzcXBxcHJwYHJzY3JicB86r/ABYQhoF8ARHOR1rVhxEXnekRDJCCgf78T00HWDmfYZDSBwSfgHjdODUsXDF6Q3+2AgGZdm++Ix9LXiRRRisscDg2KixucSstOTg4NiosNzc4OTk4bjRvcTVxNjg0ODc4OQMiAuGpj/1BPCK4AQgBAqUKAjEB0JuK6jAtT29xARBpRE4ryJCDzx0XaG1t8FErMDABtH92sw8MdmtozTcVFm8tK3E2OCwqbnAsKzk4NzcsKjY4OBY4OW80bnE1cTc4NDg2OTgAAAARAAD/owO4AyIAAwAGAAsATgCmAPwBPwGUAfECPAJ+AsIDBQNcA6kD9QQ/AAABESERBTMHNxUhNRcRMSMHIwcjFSMHIw8HFR8EMzczNzM3MzczNzMXMxczFzMXMxczPwU1LwUjJyM1IycjJxcjDwUfGT8ENS8DIyc1JzUnIy8BIy8BNScjJzUvASMvATUnNScjNScjJyMvATUvASMnNScjLwEFIw8CFQcjDwEVDwIVBxUHFQ8BIw8BFQ8CFQ8BIw8BIw8BFQcVDwEjDwIVHwUzPxk1LwQhMSMVIw8DFR8EMzczNzMXMxczFzMXMxczHwYzPwU1LwIjLwkjJyMnIycjNQcjDwIjDwEVByMPASMHFQcjByMHIwcVDwMjFQ8BFQ8CIw8BHwUzPx0zPwMvAwUPBR8WFR8EMz8ENSc1Lwg1JzUvBCMnIyc1LwEjJzUnNS8BNSMvATUnIyc1LwI1LwMFIw8FFSMVBxUHFSMVBxUXFTMVFxUXFRcVHwkzPwQ1LwI1JzUnNSc1JzUnNTc1NzU3NTc1NzUvBAUjDwMVBxcVBxUHFQcVBxUPCBUfAzM/BjU3NT8HNTc1MzU3NTc1JzUvAwUjDwMVFxUXFRcVFxUfBxUXFR8CMxUfAzM/BDUvCzUnNSc1JzUnNS8EBSMPBRUHFQ8PFR8FPwI1PwE1NzM3NT8CMz8KNTcvBAUPBR8CFRcVFzMXMx8CMx8BMxUXFRcVFzMfATMXMxcVFxUfARUfAhUfAjM/BTUvHAUjDwgjByMHIwcjByMHIw8EFR8FMzczNzM3MzczPwszNzM/ATU/ATU3NT8ENS8EBQ8FFR8FMx8BFRczFzMfARUfATMXFR8EMxczHwYzPwU1LxYhIw8XFR8GMz8IMz8ENTczNzM3NT8BNT8BMz8ENS8EAScBmv7B5HKc/sicCwYLBQwFBQYmBgoIBAIDAQECBgQJBCsFCQUFBQUKBR4FCgUFBQUKBBgJBQQDBAQBAQQDBAcmBQYFCwYLBvQFBAUDBAQCAggCDAcIBwQDBAMEAwcGBw8CCQIDEQQDBAkJBAQDBAECAwIBAgMCAQISAQkEBgEDBAMBAwgEAwEDAQMBCAQEBAEECAEECv3xBQQIBQQBBAQEDAQEBAgDAQMEAwQDBAkBDwIBAgMDBQIBBAMDAQIDAwgECQUHBQUQBgIGAg8HBgcDBAMEAwQHCAQEBwIBAgIDBAgBBBINCgUHBgICAwgIBAEIBCYECAMEBAQHBAgDGgMIBwcDCQUEBAQDBAEEAwcBAwUEBAQEBAkEJgQJBQQEBQ2tBAgGBwEDCAMBFQMBAwMBCQEMAQkJAwMCAQIDAwgEAQQCAgIDAwgEBQQJAwgDAgQDAgMCAwIDAgMDAwIDAwMDAwMDAwYDIwIDBAQCAgUECAGEBQgEAwMDAQYDAwIDAgMCAwIDBxYBBAEEAQYDAgIEBAMEBQkEBAQDBAECAgIBAgECAQICAgEBAQgBAQECAgQBAgcDAgECAwIBAgYDCQMDAwT9wwUECAMDAgIBAgEBAQEBAQIBCAIBAQEDAwQEBAUJBAMDBAECBQMCAQEBAQEBAgEBAgMDCQLuBQQIBgIBAQEBAQIIAgECAgQBFgEBBAMMBQkEBgUEAwoCCAECAQICAgcBAQEBAQQDBAj8pwUICAQCAQEBAgYCAgIBBAEGAgoDBAEDBgQFCQQEBAMEAgESAQIBAgECAgIHAgEBAQECBwMFAvAEBQQEAwQCAgcCAwUCBAECAwwKAwQCBAEBBAMEBAkIBQcDDwIBBgUIAQEBBgECAQIBAgICCQECAgMECP2tBAgEAwICAgUGDAYBDAEGBwMBAwMBBwcDAQcHAQMBAwQIBAQMBAQEBAkEBAQFAgEBBAQDFQMECgcZAwoCAwMDAwMDAwIGAwIDAgMCCAGcBQQEAQcKHAsHEgQLBAcEBAcECAQQCAQDAgIBBAQDBAUMBQ0EBQQFCAUmBAkEBAQEBAQBBAMBAwEDBAQIBAkEAgIBAgYDBAX+RAQFBAYCAgECAwMFBAEEDQkBDQEEBQUEAQQFBQoFGQEEARQGBQUFCwoJBQQEAwQBAgMDBAcTBQQFBQQFBQQlHggEBAkMAw0CEgUEBQMBFAQECQgWLAUFBAUFBQQFGwQGBAEBAgMDBAQECQMGBQsFBQUGFAEeBQoFBQQBBAEEBRwNBAEEBQMCAQICAwQIAfr+yAE4MVo+urp9AfIBAQEBBwICBAMEBAQJBAUGAwIJAgEBAQEBAQIFAQIDAwgEBQQJAwMDBwEBAQFTAQICBAcJCQoBCQcGBwMEAwQDBAcIBxQEDQQEIAMDAgICAgMDCAkFBgUFBAEEAQQFHA0EAQgEAQQEBAgBAwEDAQMECAMBAwQDAQYEBwgBBAQBAwQDAQMMAwEDAQMBCAQEBAEEBAQBBA0XBQUEAQQBCQUKBQwEBQQEAwQBAgUHDB4IBAkEFAcIBwQDBAMEAwcGBAMHBQQECQQEAwQBAgIFDAUJBAMGAgEBAQEBAgIHAgIDAgICAQIDAwgFCQgDBQIBAgECAQICAgkCAQEBJwIDBQIEAQIPAwIBAgkMCQEJBAMDAQMDAQMLBwcJCQQDBAQBAQQDDAMEBgMDAgMDAwMDAwIDAwIDAgMCAwIDBAMWAwMICQkHAwQ7AQIDAwQNBQsCAwMDAwMDAgMDCiMDBwMHBA4LAwcDCAMDAgEBAwIECAkEAgQJBAQEBAQFAwEDAQMEAQMQBAMBAwgDAQoBAwMBAwMBAwMBBgQJAQMCAwOpAQQEAwQIBAQJBQQJDQQbBQ0JBAQJBAEEIgQFAQQEAwMCAQICAwQICQUEEgQLBAcEBAcECAQeBAgEBwQEBwQECQQEBAMELQEECAQEBAQeBQoFBQUFCQUnBQQFCQoEMgQFBAgEBgICBggKBRkBBAEUBgUFBQsGJgUGBQsGCwYWBgkIAwMEEAIGCAgJBhEFBgUGCwUhBgsFBQoGDwEEARkFCgEEBgIBAQMCBAgJCAEpBAUFBAUFCQUiBQkFBQUFCgUXBQQHAgI5AQIDAwgHBAcEGgMLCwcGBAMHFA8DBwEIBQQFCAMDAgICAgcBAxUBAwsBBxAEBAwEBAQEBAQJBCYFBQgEBAMEoAEEAwMECQkJBgEMAQYMBgUDAwIBBAEEAQIFBAICAQEBBAEBAQYBAQECAQECAwcFBAUECAMDCQIBBgMQAwYDAgMCAwIDAgMGAgMDAwMDB0oBAgEDBgwDAwUDAgEBAQQDAwQJBQQIAwMCAQEBAQIJAgICAQIBAgEBAQICAgEBAQQBAQEFBAMFBAUICAMCAScBAQMGBAkFBAQEAgUDBAkBBgkDAgECAwIBAgMEAwoCCAECAQICAwECAwMIBQQJBAMDAwQCAQIBAgECARAQBgIDBQkDCgECAgIPAgMFBgwUAQIBAgECAQIGAgYJBAUEBAQDAwIBAQECAgIBAgEIDAMEAwIBAgMCAQISAQkEAwUEBAQFCQQDAwQAAAAFAAD/hwO/AyIADwAeACYAKgAvAAABDgISFgQ3PgE3NiYnLgEHMhYXFgYHBiQnJgI3PgEXBgcXNRcRBycUFSclFBUmJwH0ieJpMLoBAn6BpAgHiXgvZjSH1yYiVGlw/vFqZz8zMMlqaWjRysoYjwFZR0gDIgGW+f72wj4sLtyJh+g9Fxgxo4J78UtPC1ZWAQN7cIb/SkqUj48BKI9gZGVkZWRmMzIAAAAJAAD/ogO4AyAACwAXAFIAuwFEAaEB6AIyAp4AAAEVIxUzFTM1MzUjNQczFTMVIxUjNSM1MxMrAQcjByMHFQ8FFR8FMz8DMzczNzM3MxczFzMXMx8BMz8DNS8EIzUjJyMnFw8GFR8KMx8GFR8CMx8NMz8ENS8BNScjLwYjLwE1Iy8LIy8BIy8HIzUnNS8EIwUPASMPBBUPBBUHIwcVDwMjFQcVByMVDwQVByMPARUPAhUPAiMPAxUPAxUHFQ8KFQcVHwQ/BDM/BDU/JjUvAwEPBRUXFQcVBxUHFQcVBxUHFQcVBxUHFQcVBxUPBxUfBD8FMz8BMz8BNT8BMzczNzU3NTM1NzU3NTc1NzU3NTc1NzU3NSc1LwQFDwUVFxUXFRczHwUzHwEVFxUXFRcVMxcVFxUfBD8ENS8NNSc1JzUnNS8DAQ8XHwQ/BDM/AzM3MzczNzM3Mzc1NzM3NTczPwIzNzM1PwM1LwQFDwUVHwMVHwEzHwIzHwIVHwEzHwEVHwEzFzMXMxczHwIzFzMXFTMfBzMXFRczFTMXMz8ENS8EIycjJyMnIy8KIy8EIy8FIwGufX2MfX11Xn19Xn19MwcNBg0NBycNDgQDAwQBAgMDCQQFBgwGFwYLBgYGBikGBgYGBgUfBAUMAwMCAgYDCicGBwYNB+kFBAQDAwECAgIGAgIDBgUEAwgBDgIIAgYCBAECAgECAwIDBQQDBAMKBQYDCQQJBAQDBAIEBgEEAwIDAgMCAQIIAQUDBAIEAgIFAgcCAgECCQECAgMHAwIDAgECAwIGAgoF/fMFBwECAwIDAgMCAwIDBAECAgMCBAEEBAECAgICAgIBAgICBAICBAEBAQIDAgIKAQICAgEEAQIBAgECAQICAQQEAw4ECAQDAQECAwECAgIBAgECAQIBAgIDAgECCAIBAgICAQQCBAEGAgoCBgMKAwYDBQMCAQQGCAUCsgQFAwYCAQEBAQEBAQECAQMFAwUDBAMCBgMBAgMGBAkJBAQDAgEBAwIBAgMDAgEFAQwDAQIBAQEBAQEBAQQDBAQI/KYEBQMEBAEBAwIBAwIBBAEKAQQDAgMCAQIDAQIEBwkJBAQDBAIEAgMCBwQBBgECAQIIAQEBAQUICAKxBAQJBAUKBA8FBQsPBgULBSEGCxAIBAUCAgQDBA0JBgYUBQESBgcFAQUBBQEFARwBCwUBBQUBBQsPAQQBAwMCAQQDBAQI/d4EBAQDAgIBAgMEDQIBAgMCAQIDAwsCAQgDAwUBAgECAQIBAgMDAQIBAgECBAMGAw0DHQIDDQQDDQkFCAUCAQQDBAQDBAgDFAIRAwkFEQIGBQMFBQUCAQ8CBQICAQQDBBEEBAUCIX2MfX2MfRd9Xn1+XQGTAQIGAQIEAgMECAkFBAQDBAECAgIEAgEBAQEBBQEGBAMJBQgIAgQGAQEBTwEBAwMEBAQFCQQGAQIBBgMEAggOAwgDBgMEAQICAwQDBAMHBwMIAxIKCAIEAgIDAwgKBwcBDAgEBAQEBAQECwEHAwYCBgIDBQMHAwIDCQMCAgcCAgICAQEBAgIEAgUMAQQCAgICAgECAgICAgEEAgECAgMEAQQBBAECAwIDAgECAwIBAgYCAQIGAwMCBQIBAg8DAgECAQIDBgMDAwMDAwMDAQQJBQgDAwMBBAMDBAYFAwIFAQIDAgMCAwIDAwIFAgMCDAIDAgMCAwQDBAMGAwoDBgIKAQYCBQQEBAkJBgQB/sYBAgIIBAQEBDMDCQMGAgYDAwMDAwMGAgMDCQIOAwgBDQULBQYKBwQFCQQGAgICAgMDAwMGBgYFAQUHDyYDCgMDBwMDBAMDBAMDBAMHAw4DLAUJCAQCAwITAQIDAwgEGwYHEwcNEwYHDQYfDQUBBQEFAQUBBQEFAQEEBAQCAgIDAwkJCAYGBQYQCwYRBQYGBS8GBQYGDAYHBQcGAv6yAQIGBAQGBAkEAwUJAgMEAwwBBAMEAwcJCQgDAwMCAgEGAgYDAgMCAwMPBgEDAwEDBAcMBAEDBAQECQgEAwICAgEDAgQECQQFBAQDAQoCAgICAgIBAQcCBQEBAQMCAgECAQIBAQEBAQICAgQCCQEBBAEEAQQHBQQJCAQCAwEDBwYDAwYCAgMBAwIDAgkCAwIBBAEEDQECAAAAAQAAAAADQwKFACoAAAEOAQcGFhcmJwcWFzY3JicHJjY3PgEXHgEHDgEjDgEXFj8BPgE3NiYnLgECEWGcHhUWKUJEDHp4GBcdHhw0ATU3pkpGQhITgVIWDhEPEiJfiA4NVFEgSAKFAXJcQoo4DA47GBd4eAYFkUGmQEEgKCaQTVBmAScNCQIEEIpgXKQsERMAAwAAAAAC7gKKAAMABwALAAATETMRMxEzETMRMxH6ZGRkZGQCiv2oAlj9qAJY/agCWAAAAAkAAP+iA7wDIgADAAgAFgAiAC4APABKAFYAYwAAAQYHIQMWFyE2Ew4BBxY2FzYWFzYmByYXBhYXFhcWNicuAScFDgEHDgE3PgE3PgEBBhYHBgcUNjc+AScuAQUGFhceARcWJicmJy4BAQ4BBw4BFz4BNzYmIQYWFx4BFzYmJyYvAQH0YGABgMBLTP7STE8kVRIQRh4ePB0fSB8M7ik1Fi0fIA0WGT4o/fEmNBcUFysXKRwTJwKSHwoHCyA1BBcTBgIN/KQhDAMIFhUtGgsSAQIMAq4lRykdKiE5ZywKDP3TJTMbIkonISscTDwGAjKsrQEmh4eHAagDAyEfFgECCAIiGAIBTxA0EzI7EjYVKUgZChFBIRZKBSBFHRAt/tYMRh1BPCIKHjJtNggIEgtHHCNEHgNKHD0/CAv+sxMvDAEnFAozJQwbEjQNExwGEyYCFjMDAAARAAD/owO4AyIADQAaACkAbADCASABawGuAgYCUwKWAu4DRAOGA8sEFwRhAAABIg4BHgI3PgImJyYHMh4BBgcGLgI3PgEXBgcOARcWNjsBNSM2NyYnKwEVIw8DFR8EMzczNzMXMxczFzMXMxczHwYzPwU1LwIjLwkjJyMnIycjNQ8EIw8BFQcjDwEjBxUHIwcjByMHFQ8DIxUPARUPAiMPAR8FMz8dMz8DLwMjBQ8FHxYVHwQzPwQ1JzUvCDUnNS8EIycjJzUvASMnNSc1LwE1Iy8BNScjJzUvAjUvBAUPBRUjFQcVBxUjFQcVFxUzFRcVFxUXFR8JMz8ENS8CNSc1JzUnNSc1JzU3NTc1NzU3NTc1LwUFDwUVBxUPDxUfBT8CNT8BNTczNzU/AjM/CjU3LwQjBQ8FHwIVFxUXMxczHwIzHwEzFRcVFxUXMx8BMxczFxUXFR8BFR8CFR8CMz8FNS8dBQ8IIwcjByMHIwcjByMPBBUfBTM1MzczNzM3Mz8LMzczPwE1PwE1NzU/BDUvBCMDKwEHIwcjFSMHIw8HFR8EMzczNzM3MzczNzMXMxczFzMXMxczPwU1LwUjJyM1IycjJxcPBR8ZPwQ1LwMjJzUnNScjLwEjLwE1JyMnNS8BIy8BNSc1JyM1JyMnIy8BNS8BIyc1JyMvAgUPAhUHIw8BFQ8CFQcVBxUPASMPARUPAhUPASMPASMPARUHFQ8BIw8CFR8FMz8ZNS8EIwEPAxUHFxUHFQcVBxUHFQ8IFR8DMz8GNTc1Pwc1NzUzNTc1NzUnNS8DIwUPBBUXFRcVFxUXFR8HFRcVHwIzFR8DMz8ENS8LNSc1JzUnNSc1LwQjEw8EFR8FMx8BFRczFzMfARUfATMXFR8EMxczHwYzPwU1LxcFDxcVHwYzPwgzPwQ1NzM3Mzc1PwE1PwEzPwQ1LwQjAfRBbDEXWHs7Pk4GQzksMTxfHSwxNHhXDSEZTmQdHQ4EDAgPB1lZGx0KQwQODQoFBwYCAgMICAQBCAQmBAgDBAQEBwQIAxoDCAcHAwkFBAQEAwQBBAMHAQMFBAQEBAQJBCYECQUEBAUNsQUDBgcBAwgDARUDAQMDAQkBDAEJCQMDAgECAwMIBAEEAgICAwMIBAUECQMIAwIEAwIDAgMCAwIDAwMCAwMDAwMDAwMGAyMCAwQEAgIFBAgFAYQEBAQDAwMBBgMDAgMCAwIDAgMHFgEEAQQBBgMCAgQEAwQFCQQEBAMEAQICAgECAQIBAgICAQEBCAEBAQICBAECBwMCAQIDAgECBgMJAwMDBAn9xwQIAwMCAgECAQEBAQEBAgEIAgEBAQMDBAQEBQkEAwMEAQIFAwIBAQEBAQECAQECAwMJBAKNBQQEAwQCAgcCAwUCBAECAwwKAwQCBAEBBAMEBAkIBQcDDwIBBgUIAQEBBgECAQIBAgICCQECAgMECAX9rgQEBAMCAgIFBgwGAQwBBgcDAQMDAQcHAwEHBwEDAQMECAQEDAQEBAQJBAQEBQIBAQQEAxUDBAoHGQMKAgMDAwMDAwMCBgMCAwIDAggOAaUEBAEHChwLBxIECwQHBAQHBAgEEAgEAwICAQQEAwQFEQ0EBQQFCAUmBAkEBAQEBAQBBAMBAwEDBAQIBAkEAgIBAgYDBAUEpwUGBgsFDAUFBiYGCggEAgMBAQIGBAkEKwUJBQUFBQoFHgUKBQUFBQoEGAkFBAMEBAEBBAMEByYFBgULBgsG7wQFAwQEAgIIAgwHCAcEAwQDBAMHBgcPAgkCAxEEAwQJCQQEAwQBAgMCAQIDAgECEgEJBAYBAwQDAQMIBAMBAwEDAQgEBAQBBAgBBAoI/fQECAUEAQQEBAwEBAQIAwEDBAMEAwQJAQ8CAQIDAwUCAQQDAwECAwMIBAkFBwUFEAYCBgIPBwYHAwQDBAMEBwgEBAcCAQICAwQIBAKvBAgGAgEBAQEBAggCAQICBAEWAQEEAwwFCQQGBQQDCgIIAQIBAgICBwEBAQEBBAMECAT8pgQECAQCAQEBAgYCAgIBBAEGAgoDBAEDBgQFCQQEBAMEAgESAQIBAgECAgIHAgEBAQECBwMFBJQFBAYCAgECAwMFBAEEDQkBDQEEBQUEAQQFBQoFGQEEARQGBQUFCwoJBQQEAwQBAgMDBAcTBQQFBQQFBQQlHggEBAkMAw0NAhoEBQMBFAQECQgWLAUFBAUFBQQFGwQGBAEBAgMDBAQECQMGBQsFBQUGFAEeBQoFBQQBBAEEBRwNBAEEBQMCAQICAwQIBAI0SXd8Wx4VFmqCbRwVJ0lybB4fDld7NCUrMTU2AxoHBQkZMzMG7wECAgUMBQkEAwYCAQEBAQECAgcCAgMCAgIBAgMDCAUJCAMFAgECAQIBAgICCQIBAQEnAQEDBQIEAQIPAwIBAgkMCQEJBAMDAQMDAQMLBwcJCQQDBAQBAQQDDAMEBgMDAgMDAwMDAwIDAwIDAgMCAwIDBAMWAwMICQkHAwQ8AQEDAwQNBQsCAwMDAwMDAgMDCiMDBwMHBA4LAwcDCAMDAgEBAwIECAkEAgQJBAQEBAQFAwEDAQMEAQMQBAMBAwgDAQoBAwMBAwMBAwMBBgQJAQMCAwMCqwEEBAMECAQECQUECQ0EGwUNCQQECQQBBCIEBQEEBAMDAgECAgMECAkFBBIECwQHBAQHBAgEHgQIBAcEBAcEBAkEBAQDBAF3AQIDAwgHBAcEGgMLCwcGBAMHFA8DBwEIBQQFCAMDAgICAgcBAxUBAwsBBxAEBAwEBAQEBAQJBCYFBQgEBAMEoQICAwMECQkJBgEMAQYMBgUDAwIBBAEEAQIFBAICAQEBBAEBAQYBAQECAQECAwcFBAUECAMDCQIBBgMQAwYDAgMCAwIDAgMGAgMDAwMDBwNNAQIBAwYMAwMFAwIBAQEEAwMECQUECAMDAgEBAQECCQICAgECAQIBAQECAgIBAQEEAQEBBQQDBQQFCAgDAgECzgEBAQEHAgIEAwQEBAkEBQYDAgkCAQEBAQEBAgUBAgMDCAQFBAkDAwMHAQEBAVMBAgIEBwkJCgEJBwYHAwQDBAMEBwgHFAQNBAQgAwMCAgICAwMICQUGBQUEAQQBBAUcDQQBCAQBBAQECAEDAQMBAwQIAwEDBAMBBgQHAgoBBAQBAwQDAQMMAwEDAQMBCAQEBAEEBAQBBA0XBQUEAQQBCQUKBQwEBQQEAwQBAgUHDB4IBAkEFAcIBwQDBAMEAwcGBAMHBQQECQQEAwT+xQEECAQEBAQeBQoFBQUFCQUnBQQFCQoEMgQFBAgEBgICBggKBRkBBAEUBgUFBQsGJgUGBQsGCwYWBgkIAwMEEAEBBggICQYRBQYFBgsFIQYLBQUKBg8BBAEZBQoBBAYCAQEDAgQICQgBKQQFBQQFBQkFIgUJBQUFBQoFFwUEBwIC/rIBAwYECQUEBAQCBQMECQEGCQMCAQIDAgECAwQDCgIIAQIBAgIDAQIDAwgFBAkEAwMDBAIBAgECAQIBEBAGAgMFCQMKAwMBAgICDwIDBQYMFAECAQIBAgECBgIGCQQFBAQEAwMCAQEBAgICAQIBCAwDBAMCAQIDAgECEgEJBAMFBAQEBQkEAwMEAAYAAP+NA80DIgAOAB0ALAA7AEgAVQAAAQYEBwYWFxYkNhICJicmBzYWFxYGBwYkJyYSNz4BFyIGBwYWFxY2NzYmJy4BBx4BFw4BBwYmJyY2Nz4BBxQVIxUzFTM1MzUjNQcyMxUzFSMVIzUjNTMB86r/ABYQhoF8ARHOR1rVhxEXnekRDJCCgf78T00HWDmfYZDSBwSfgHjdODUsXDF6Q3+2AgGZdm++Ix9LXiRRE5+fep+fYSQln59JoKADIgLhqY/9QTwiuAEIAQKlCgIxAdCbiuowLU9vcQEQaUROK8iQg88dF2htbfBRKzAwAbR/drMPDHZraM03FRZdTk58nJx8nBidSp2dSgAAAAAHAAD/jQPNAyIADgAdACwAOwBDAEcATAAAAQYEBwYWFxYkNhICJicmBzYWFxYGBwYkJyYSNz4BFyIGBwYWFxY2NzYmJy4BBx4BFw4BBwYmJyY2Nz4BFwYHFzUXEQcnFBUnJRQVJicB86r/ABYQhoF8ARHOR1rVhxEXnekRDJCCgf78T00HWDmfYZDSBwSfgHjdODUsXDF6Q3+2AgGZdm++Ix9LXiRRGmlo0crKGI8BWUdIAyIC4amP/UE8IrgBCAECpQoCMQHQm4rqMC1Pb3EBEGlETivIkIPPHRdobW3wUSswMAG0f3azDwx2a2jNNxUWo0pKlI+PASiPYGRlZGVkZjMyAAMAAP+aA7gDIgAQABQAQwAAASIHAQYUFwEWMjcBNjQnASYHCQI3MCMPBB8CDwIfBD8CHwI/BC8CPwIvBA8CJzUnAfQODP5hCgoBnwseCwGfCwv+YQsPAYb+ev569AICBA8DAQEDiYkDAQEDDwQEBQSJiQQFBAQPAwEBA4mJAwEBAw8EBAUEiYkEAyIL/mELHgv+YQoKAZ8LHgsBnws+/nr+egGGrQEDDwQEBQSJiQQFBAQPAwEBA4mJAwEBAw8EBAUEiYkEBQQEDwMBAQOJiQECAAAAAQAA/98DjwLtAA4AAAEGBAcWFwYHFhcBFhc2NwOPDf7Zey4s3d4REAG7LS1ASgLtB5U6Ky7g4BAPAcAsLn+OAAMAAP+NA8wDIwAPAB4AMwAAAQ4BBwYWFxYkNhInLgEnJgcyFhcWBgcGJicmNjc+AQcGBxcGBxYXNxc2NyYnNjcmJwYHJgHrqfsUD4qCegEMzEorLNqLEwl9swYDjHFuxyknSGMkUEYrLHA4NiosbnErLTk4ODYqLDc3OAMiBeSnj/0/OiO0AQWBhKoJAY6tfXK1FhNqaWrYOhUWbi0rcTY4LCpucCwrOTg3NywqNjg4AAAAAAoAAP+VA8cDIgARACEAMgBDAEgATABQAFQAWABcAAABIiMOAQcGEhYENz4BJy4BJyYHMjMeARcWBgcGJCYCNz4BFyIjDgEHBhYXFjY3NiYnLgEHMjMeARcWBgcGJicmNjc+AQcVESERBTMRIxMVMzUHFTM1BxUzNQcVMzUB8wECnPImHl3gARN2cXETFreFNj0FBZDdGxZwc3j+9LweRje0cAUFhcYSDoF2cOVISQhSM41QAwN2rQ0Kf2xqyzQzL1opYmQBLv7q/v4aysrKysrKygMiA8GWhf7/ogpJSfOGh8oiDjECu46B6z8/KccBD3VYZyoEsoR81iwoRGBl+186Qi8DoXVwux8dVmFl3kUgIXkM/pABfBj+tAEnGRlKGBhVGBhNGBgAEAAA/6MDuAMiAAsAFwBaALIBCAFLAaAB/QJIAooCzgMRA2gDtQQBBEsAAAEVIxUzFTM1MzUjNQczFTMVIxUjNSM1MxMxIwcjByMVIwcjDwcVHwQzNzM3MzczNzM3MxczFzMXMxczFzM/BTUvBSMnIzUjJyMnFyMPBR8ZPwQ1LwMjJzUnNScjLwEjLwE1JyMnNS8BIy8BNSc1JyM1JyMnIy8BNS8BIyc1JyMvAQUjDwIVByMPARUPAhUHFQcVDwEjDwEVDwIVDwEjDwEjDwEVBxUPASMPAhUfBTM/GTUvBCExIxUjDwMVHwQzNzM3MxczFzMXMxczFzMfBjM/BTUvAiMvCSMnIycjJyM1ByMPAiMPARUHIw8BIwcVByMHIwcjBxUPAyMVDwEVDwIjDwEfBTM/HTM/Ay8DBQ8FHxYVHwQzPwQ1JzUvCDUnNS8EIycjJzUvASMnNSc1LwE1Iy8BNScjJzUvAjUvAwUjDwUVIxUHFQcVIxUHFRcVMxUXFRcVFxUfCTM/BDUvAjUnNSc1JzUnNSc1NzU3NTc1NzU3NS8EBSMPAxUHFxUHFQcVBxUHFQ8IFR8DMz8GNTc1Pwc1NzUzNTc1NzUnNS8DBSMPAxUXFRcVFxUXFR8HFRcVHwIzFR8DMz8ENS8LNSc1JzUnNSc1LwQFIw8FFQcVDw8VHwU/AjU/ATU3Mzc1PwIzPwo1Ny8EBQ8FHwIVFxUXMxczHwIzHwEzFRcVFxUXMx8BMxczFxUXFR8BFR8CFR8CMz8FNS8cBSMPCCMHIwcjByMHIwcjDwQVHwUzNzM3MzczNzM/CzM3Mz8BNT8BNTc1PwQ1LwQFDwUVHwUzHwEVFzMXMx8BFR8BMxcVHwQzFzMfBjM/BTUvFiEjDxcVHwYzPwgzPwQ1NzM3Mzc1PwE1PwEzPwQ1LwQBrn19jH19dV59fV59fS8LBgsFDAUFBiYGCggEAgMBAQIGBAkEKwUJBQUFBQoFHgUKBQUFBQoEGAkFBAMEBAEBBAMEByYFBgULBgsG9AUEBQMEBAICCAIMBwgHBAMEAwQDBwYHDwIJAgMRBAMECQkEBAMEAQIDAgECAwIBAhIBCQQGAQMEAwEDCAQDAQMBAwEIBAQEAQQIAQQK/fEFBAgFBAEEBAQMBAQECAMBAwQDBAMECQEPAgECAwMFAgEEAwMBAgMDCAQJBQcFBRAGAgYCDwcGBwMEAwQDBAcIBAQHAgECAgMECAEEEg0KBQcGAgIDCAgEAQgEJgQIAwQEBAcECAMaAwgHBwMJBQQEBAMEAQQDBwEDBQQEBAQECQQmBAkFBAQFDa0ECAYHAQMIAwEVAwEDAwEJAQwBCQkDAwIBAgMDCAQBBAICAgMDCAQFBAkDCAMCBAMCAwIDAgMCAwMDAgMDAwMDAwMDBgMjAgMEBAICBQQIAYQFCAQDAwMBBgMDAgMCAwIDAgMHFgEEAQQBBgMCAgQEAwQFCQQEBAMEAQICAgECAQIBAgICAQEBCAEBAQICBAECBwMCAQIDAgECBgMJAwMDBP3DBQQIAwMCAgECAQEBAQEBAgEIAgEBAQMDBAQEBQkEAwMEAQIFAwIBAQEBAQECAQECAwMJAu4FBAgGAgEBAQEBAggCAQICBAEWAQEEAwwFCQQGBQQDCgIIAQIBAgICBwEBAQEBBAMECPynBQgIBAIBAQECBgICAgEEAQYCCgMEAQMGBAUJBAQEAwQCARIBAgECAQICAgcCAQEBAQIHAwUC8AQFBAQDBAICBwIDBQIEAQIDDAoDBAIEAQEEAwQECQgFBwMPAgEGBQgBAQEGAQIBAgECAgIJAQICAwQI/a0ECAQDAgICBQYMBgEMAQYHAwEDAwEHBwMBBwcBAwEDBAgEBAwEBAQECQQEBAUCAQEEBAMVAwQKBxkDCgIDAwMDAwMDAgYDAgMCAwIIAZwFBAQBBwocCwcSBAsEBwQEBwQIBBAIBAMCAgEEBAMEBQwFDQQFBAUIBSYECQQEBAQEBAEEAwEDAQMEBAgECQQCAgECBgMEBf5EBAUEBgICAQIDAwUEAQQNCQENAQQFBQQBBAUFCgUZAQQBFAYFBQULCgkFBAQDBAECAwMEBxMFBAUFBAUFBCUeCAQECQwDDQISBQQFAwEUBAQJCBYsBQUEBQUFBAUbBAYEAQECAwMEBAQJAwYFCwUFBQYUAR4FCgUFBAEEAQQFHA0EAQQFAwIBAgIDBAgCIX2MfX2MfRd9Xn1+XQGVAQEBAQcCAgQDBAQECQQFBgMCCQIBAQEBAQECBQECAwMIBAUECQMDAwcBAQEBUwECAgQHCQkKAQkHBgcDBAMEAwQHCAcUBA0EBCADAwICAgIDAwgJBQYFBQQBBAEEBRwNBAEIBAEEBAQIAQMBAwEDBAgDAQMEAwEGBAcIAQQEAQMEAwEDDAMBAwEDAQgEBAQBBAQEAQQNFwUFBAEEAQkFCgUMBAUEBAMEAQIFBwweCAQJBBQHCAcEAwQDBAMHBgQDBwUEBAkEBAMEAQICBQwFCQQDBgIBAQEBAQICBwICAwICAgECAwMIBQkIAwUCAQIBAgECAgIJAgEBAScCAwUCBAECDwMCAQIJDAkBCQQDAwEDAwEDCwcHCQkEAwQEAQEEAwwDBAYDAwIDAwMDAwMCAwMCAwIDAgMCAwQDFgMDCAkJBwMEOwECAwMEDQULAgMDAwMDAwIDAwojAwcDBwQOCwMHAwgDAwIBAQMCBAgJBAIECQQEBAQEBQMBAwEDBAEDEAQDAQMIAwEKAQMDAQMDAQMDAQYECQEDAgMDqQEEBAMECAQECQUECQ0EGwUNCQQECQQBBCIEBQEEBAMDAgECAgMECAkFBBIECwQHBAQHBAgEHgQIBAcEBAcEBAkEBAQDBC0BBAgEBAQEHgUKBQUFBQkFJwUEBQkKBDIEBQQIBAYCAgYICgUZAQQBFAYFBQULBiYFBgULBgsGFgYJCAMDBBACBggICQYRBQYFBgsFIQYLBQUKBg8BBAEZBQoBBAYCAQEDAgQICQgBKQQFBQQFBQkFIgUJBQUFBQoFFwUEBwICOQECAwMIBwQHBBoDCwsHBgQDBxQPAwcBCAUEBQgDAwICAgIHAQMVAQMLAQcQBAQMBAQEBAQECQQmBQUIBAQDBKABBAMDBAkJCQYBDAEGDAYFAwMCAQQBBAECBQQCAgEBAQQBAQEGAQEBAgEBAgMHBQQFBAgDAwkCAQYDEAMGAwIDAgMCAwIDBgIDAwMDAwdKAQIBAwYMAwMFAwIBAQEEAwMECQUECAMDAgEBAQECCQICAgECAQIBAQECAgIBAQEEAQEBBQQDBQQFCAgDAgEnAQEDBgQJBQQEBAIFAwQJAQYJAwIBAgMCAQIDBAMKAggBAgECAgMBAgMDCAUECQQDAwMEAgECAQIBAgEQEAYCAwUJAwoBAgICDwIDBQYMFAECAQIBAgECBgIGCQQFBAQEAwMCAQEBAgICAQIBCAwDBAMCAQIDAgECEgEJBAMFBAQEBQkEAwMEAAAAAAgAAP+aA7gDIgALABcAHAAgACQAKAAsADAAAAEOAQceARc+ATcuAQceARcOAQcuASc+ARcVESERBTMRIxMVMzUHFTM1BxUzNQcVMzUB9MD/BQX/wMD/BQX/wKzjBATjrKzjBATjFQEu/ur+/hrKysrKysrKAyIF/8DA/wUF/8DA/ywE46ys4wQE46ys49EM/pABfBj+tAEnGRlKGBhVGBhNGBgACgAA/6IDuAMgAA0AGgApAGQAzQFWAbMB+gJEArAAAAEiDgEeAjc+AiYnJgcyHgEGBwYuAjc+ARcGBw4BFxY2OwE1IzY3JgMrAQcjByMHFQ8FFR8FMz8DMzczNzM3MxczFzMXMx8BMz8DNS8EIzUjJyMnFw8GFR8KMx8GFR8CMx8NMz8ENS8BNScjLwYjLwE1Iy8LIy8BIy8HIzUnNS8EIwUPASMPBBUPBBUHIwcVDwMjFQcVByMVDwQVByMPARUPAhUPAiMPAxUPAxUHFQ8KFQcVHwQ/BDM/BDU/JjUvAwEPBRUXFQcVBxUHFQcVBxUHFQcVBxUHFQcVBxUPBxUfBD8FMz8BMz8BNT8BMzczNzU3NTM1NzU3NTc1NzU3NTc1NzU3NSc1LwQFDwUVFxUXFRczHwUzHwEVFxUXFRcVMxcVFxUfBD8ENS8NNSc1JzUnNS8DAQ8XHwQ/BDM/AzM3MzczNzM3Mzc1NzM3NTczPwIzNzM1PwM1LwQFDwUVHwMVHwEzHwIzHwIVHwEzHwEVHwEzFzMXMxczHwIzFzMXFTMfBzMXFRczFTMXMz8ENS8EIycjJyMnIy8KIy8EIy8FIwH0QWwxF1h7Oz5OBkM5LDE8Xx0sMTR4Vw0hGU5kHR0OBAwIDwdZWRsdCj8HDQYNDQcnDQ4EAwMEAQIDAwkEBQYMBhcGCwYGBgYpBgYGBgYFHwQFDAMDAgIGAwonBgcGDQfpBQQEAwMBAgICBgICAwYFBAMIAQ4CCAIGAgQBAgIBAgMCAwUEAwQDCgUGAwkECQQEAwQCBAYBBAMCAwIDAgECCAEFAwQCBAICBQIHAgIBAgkBAgIDBwMCAwIBAgMCBgIKBf3zBQcBAgMCAwIDAgMCAwQBAgIDAgQBBAQBAgICAgICAQICAgQCAgQBAQECAwICCgECAgIBBAECAQIBAgECAgEEBAMOBAgEAwEBAgMBAgICAQIBAgECAQICAwIBAggCAQICAgEEAgQBBgIKAgYDCgMGAwUDAgEEBggFArIEBQMGAgEBAQEBAQEBAgEDBQMFAwQDAgYDAQIDBgQJCQQEAwIBAQMCAQIDAwIBBQEMAwECAQEBAQEBAQEEAwQECPymBAUDBAQBAQMCAQMCAQQBCgEEAwIDAgECAwECBAcJCQQEAwQCBAIDAgcEAQYBAgECCAEBAQEFCAgCsQQECQQFCgQPBQULDwYFCwUhBgsQCAQFAgIEAwQNCQYGFAUBEgYHBQEFAQUBBQEcAQsFAQUFAQULDwEEAQMDAgEEAwQECP3eBAQEAwICAQIDBA0CAQIDAgECAwMLAgEIAwMFAQIBAgECAQIDAwECAQIBAgQDBgMNAx0CAw0EAw0JBQgFAgEEAwQEAwQIAxQCEQMJBRECBgUDBQUFAgEPAgUCAgEEAwQRBAQFAjRJd3xbHhUWaoJtHBUnSXJsHh8OV3s0JSsxNTYDGgcFCRkzMwYBSgECBgECBAIDBAgJBQQEAwQBAgICBAIBAQEBAQUBBgQDCQUICAIEBgEBAU8BAQMDBAQEBQkEBgECAQYDBAIIDgMIAwYDBAECAgMEAwQDBwcDCAMSCggCBAICAwMICgcHAQwIBAQEBAQEBAsBBwMGAgYCAwUDBwMCAwkDAgIHAgICAgEBAQICBAIFDAEEAgICAgIBAgICAgIBBAIBAgIDBAEEAQQBAgMCAwIBAgMCAQIGAgECBgMDAgUCAQIPAwIBAgECAwYDAwMDAwMDAwEECQUIAwMDAQQDAwQGBQMCBQECAwIDAgMCAwMCBQIDAgwCAwIDAgMEAwQDBgMKAwYCCgEGAgUEBAQJCQYEAf7GAQICCAQEBAQzAwkDBgIGAwMDAwMDBgIDAwkCDgMIAQ0FCwUGCgcEBQkEBgICAgIDAwMDBgYGBQEFBw8mAwoDAwcDAwQDAwQDAwQDBwMOAywFCQgEAgMCEwECAwMIBBsGBxMHDRMGBw0GHw0FAQUBBQEFAQUBBQEBBAQEAgICAwMJCQgGBgUGEAsGEQUGBgUvBgUGBgwGBwUHBgL+sgECBgQEBgQJBAMFCQIDBAMMAQQDBAMHCQkIAwMDAgIBBgIGAwIDAgMDDwYBAwMBAwQHDAQBAwQEBAkIBAMCAgIBAwIEBAkEBQQEAwEKAgICAgICAQEHAgUBAQEDAgIBAgECAQEBAQECAgIEAgkBAQQBBAEEBwUECQgEAgMBAwcGAwMGAgIDAQMCAwIJAgMCAQQBBA0BAgAAAwAAAAADIAJYAAMABwALAAATFSE1BRUhNQUVITXIAlj9qAJY/agCWAJYZGTIZGTIZGQAAAUAAP/TA9QC6QAbAEsAawB7AIsAAAEOAQc5ARYXFhcOAQ8BFSE1Jy4BJz4BNTkBLgEHMhceAzM5ATY/ARYVFgYHFxYXHgEGIw4BIiYnIiY2NzY/AScmJy4BNTQ3Mjc2BzAxBhYXHgEyNjc+AScwMR4BFxUjNSMVIzUjFSM1PgEDDgEHER4BFyE+ATcRLgEnBSEeARcRDgEHIS4BJxE+AQFIJzABAQkGCR04EQEBTAERNx0NCgEvSgQEEQ8ICgwRBQQGAQwSAgkHAgEBAQkeJB4JAQEBAggHAgQICQMECAMBBh0CAQgNJSolDQgBAhUkCzAUnBUvCyQOUm8CAm9SAjpTbgICblP9xgI6OkwBAUw6/cY6TAEBTAJjATAjFBQPCgkjHwKFhQIeJAkOIRIjMC4BAQUGBQEEAwwPFB0MEgIDBA4MCgoKCgwOBAMCFAMHEQgRBxIPAQKBCRIIDQ0NDQgSCQkaE2xMTExMbBMbAT8CblL+blJuAgJuUgGSUm4CPAFLOv5uOksBAUs6AZI6SwAFAAAAAAOPApMAAwAHAAsADwATAAATESERBTMVIzchFSEHMxUjNyEVIVkDNvztn5/CAi790sKfn8ICLv3SApP9lwJp0a2trSOlpaUAAwAAAAADUgK8AAQACAAUAAATFREhEQUhESEBFSMVMxUzNTM1IzWWArz9cAJk/ZwBBZubWpubArwZ/V0CvCz9nAH6m1qbm1qbAAAAAAQAAP+HA78DIgAQACAALAA4AAABDgISFgQ3PgE3NiYnLgEjFx4BFxYGBwYkJyYCNz4BMwcVIxUzFTM1MzUjNQczFTMVIxUjNSM1MwHwh+BpMLoBAn6BpAgHiXgvZjQIhdIlIlRpcP7xamc/MzDJekZ9fYx9fXVefX1efX0DIgKW+P72wj4sLtyJh+g9FxgxA6KAe/FLTwtWVQEEe3CG0H2MfX2MfRd9Xn1+XQAEAAD/hwO/AyIADwAeACYALQAAAQ4CEhYENz4BNzYmJy4BBzIWFxYGBwYkJyYCNz4BBQYHJwM2NxcDFhc3BycHAfSJ4mkwugECfoGkCAeJeC9mNIfXJiJUaXD+8WpnPzMwyQEnMzOAdEFBhok9PR4dfDIDIgGW+f72wj4sLtyJh+g9Fxgxo4J78UtPC1ZWAQN7cIbSaGmm/qpTVJoBBk5MQ3SRTQAAAAAGAAD/jQPNAyIADgAdACwAOwA/AEQAAAEGBAcGFhcWJDYSAiYnJgc2FhcWBgcGJCcmEjc+ARciBgcGFhcWNjc2JicuAQceARcOAQcGJicmNjc+ARcGByEDFhchNgHzqv8AFhCGgXwBEc5HWtWHERed6REMkIKB/vxPTQdYOZ9hkNIHBJ+AeN04NSxcMXpDf7YCAZl2b74jH0teJFEqYGABgMBLTP7STAMiAuGpj/1BPCK4AQgBAqUKAjEB0JuK6jAtT29xARBpRE4ryJCDzx0XaG1t8FErMDABtH92sw8MdmtozTcVFmOsrQEmh4eHAAAGAAD/jQPNAyIADgAdACwAOwBDAEsAAAEGBAcGFhcWJDYSAiYnJgc2FhcWBgcGJCcmEjc+ARciBgcGFhcWNjc2JicuAQceARcOAQcGJicmNjc+ARcGBycDNjcXAxYXNwcnBgcB86r/ABYQhoF8ARHOR1rVhxEXnekRDJCCgf78T00HWDmfYZDSBwSfgHjdODUsXDF6Q3+2AgGZdm++Ix9LXiRR1zMzgHRBQYaJPT0eHXwaGAMiAuGpj/1BPCK4AQgBAqUKAjEB0JuK6jAtT29xARBpRE4ryJCDzx0XaG1t8FErMDABtH92sw8MdmtozTcVFnZoaab+qlNUmgEGTkxDdJEmJwAAAAADAAD/jQPMAyMADwAeACYAAAEOAQcGFhcWJDYSJy4BJyYHMhYXFgYHBiYnJjY3PgEXBgcXNRcRBwHrqfsUD4qCegEMzEorLNqLEwl9swYDjHFuxyknSGMkUBppaNHKygMiBeSnj/0/OiO0AQWBhKoJAY6tfXK1FhNqaWrYOhUWokpKlI+PASiPAAAAAAQAAP/wA6sCzAAPACMAJwA0AAATDgEHER4BFyE+ATcRLgEnBSEeARcRDgEHIxEhESMuAScRPgETIREhNx0BIxUzFTM1MzUjNdhCVwICV0ICOUFXAgJXQf3HAjktPAEBPC10/q5zLjsBATvAART+7HNNTS5NTQLMAldB/lhBVwICV0EBqEFXAjABPC3+WC08AQE0/swBPC0BqC08/pr+7O0XNi5NTS5NAAQAAP/wA6sCzAAPACMAJwArAAATDgEHER4BFyE+ATcRLgEnBSEeARcRDgEHIxEhESMuAScRPgETIREhNxUzNddBVwICV0ECOkFXAgJXQf3GAjotPAEBPC10/q50LTsBATvAART+7CXLAswCV0H+WEFXAgJXQQGoQVcCMAE8Lf5YLTwBATT+zAE8LQGoLTz+mv7rpy8vAAAAAgAA//ADqwLMAA8AHwAAEw4BBxEeARchPgE3ES4BJwUhHgEXEQ4BByEuAScRPgHXQVcCAldBAjpBVwICV0H9xgI6LTwBATwt/cYtOwEBOwLMAldB/lhBVwICV0EBqEFXAjABPC3+WC08AQE8LQGoLTwAAAADAAD/jQPMAyMADwAeACYAAAEOAQcGFhcWJDYSJy4BJyYHMhYXFgYHBiYnJjY3PgEXBgcnAzY3FwHrqfsUD4qCegEMzEorLNqLEwl9swYDjHFuxyknSGMkUNczM4B0QUGGAyIF5KeP/T86I7QBBYGEqgkBjq19crUWE2ppatg6FRZ1aGmm/qpTVJoAAAYAAP+NA80DIgAOAB0ALAA7AEQATQAAAQYEBwYWFxYkNhICJicmBzYWFxYGBwYkJyYSNz4BFyIGBwYWFxY2NzYmJy4BBx4BFw4BBwYmJyY2Nz4BFw4BBz4BNxcmJxYXJw4BNT4BAfOq/wAWEIaBfAERzkda1YcRF53pEQyQgoH+/E9NB1g5n2GQ0gcEn4B43Tg1LFwxekN/tgIBmXZvviMfS14kUSoiOCIgPCB9Pz0iIkQRMRIeAyIC4amP/UE8IrgBCAECpQoCMQHQm4rqMC1Pb3EBEGlETivIkIPPHRdobW3wUSswMAG0f3azDwx2a2jNNxUWb2PKYyFFIYfIdW1uShE6BzVrAAcAAP+VA8cDIgARACEAMgBDAFIAYABvAAABIiMOAQcGEhYENz4BJy4BJyYHMjMeARcWBgcGJCYCNz4BFyIjDgEHBhYXFjY3NiYnLgEHMjMeARcWBgcGJicmNjc+ARcOAh4CNz4CJicmIxceAgYHBi4CNz4BMxcGBw4BFxY2OwE1IzY3JgHzAQKc8iYeXeABE3ZxcRMWt4U2PQUFkN0bFnBzeP70vB5GN7RwBQWFxhIOgXZw5UhJCFIzjVADA3atDQp/bGrLNDMvWiliL0BqMBdYezs+TgZDOSwxBDtcHSwxNHhXDSEZTi03HR0OBAwIDwdZWRsdCgMiA8GWhf7/ogpJSfOGh8oiDjECu46B6z8/KccBD3VYZyoEsoR81iwoRGBl+186Qi8DoXVwux8dVmFl3kUgIWEBSHd8Wx4VFmqCbRwVJwFJcWweHw5XezQlKzE1NgMaBwUJGTMzBgAAAAAEAAD/hwO/AyIADwAeACcAMAAAAQ4CEhYENz4BNzYmJy4BBzIWFxYGBwYkJyYCNz4BFw4BBz4BNxcmJxYXJw4BNT4BAfSJ4mkwugECfoGkCAeJeC9mNIfXJiJUaXD+8WpnPzMwyXoiOCIgPCB9Pz0iIkQRMRIeAyIBlvn+9sI+LC7ciYfoPRcYMaOCe/FLTwtWVgEDe3CGy2PKYyFFIYfIdW1uShE6BzVrAAAABAAA/4cDvwMiAA8AHgAiACcAAAEOAhIWBDc+ATc2JicuAQcyFhcWBgcGJCcmAjc+ARcGByEDFhchNgH0ieJpMLoBAn6BpAgHiXgvZjSH1yYiVGlw/vFqZz8zMMl6YGABgMBLTP7STAMiAZb5/vbCPiwu3ImH6D0XGDGjgnvxS08LVlYBA3twhr+srQEmh4eHAAAAAAcAAP/TA9QC6QAPAB8AIwArAC8AMwA3AAATDgEHER4BFyE+ATcRLgEnBSEeARcRDgEHIS4BJxE+ARcRIREFIRUhNSMVIxUzFSM3IRUhAxUhNddSbwICb1ICOlNuAgJuU/3GAjo6TAEBTDr9xjpMAQFMFgH6/hsBz/6pFmJiYngBV/6pdgHNAukCblL+blJuAgJuUgGSUm4CPAFLOv5uOksBAUs6AZI6S0f+hAF8g2hnZxVmZmYBTmxsAAAAAgAAAAADfgKTAEgApAAAAQYHOQEGDwExBgc5AQ4BFzkBFBYXMDEWFxY3Fjc5ATI2JzQnMzI2NzE2JzY3NjQnLgErATY1OQE0Jy4BIwU2PwE2Nz4BJi8BIhUyFTYXOQEWBg8DDgEeAhcWOwEWNzkBMh4BBwYrARUhMhYVMRQHBgcjMCMhFSEyFgc5AQ4BByEVMzIWFzkBDgEjBic5ASImJzUuATUxNDY3Nj8BNjcxNjM2AcwRDitUdjASCQMBAwUQLSw93NsZHwEFEBkfAwYMGg8ODwgYDhUGDwgYDv7DBwgXCgYPBBoVBQEBBAYFAgcOFxcKDAEDBgcEAQypqQwNAQcDEPIBPgwNBQMRLwH+8gEPDg4DAwgO/vHNCQoBAQgL29s3QA4EAwIHECV3VCkHBAECkwEJHDpSIj0fQB0VKBZBHhsBAQElGhEPHRQeFwMQFDcVCg0NEhsVCwwBCAcYCggTLScEASMBAQkHGQoPGBcKDgoIBgIBAQESJAcGIxITEwUGASMYFg0HASMNExELAQEoNgETIxQeOhozGVI6GwQBAAAAAwAAAAADigJqAAMABgALAAATESERBSEFJQUlESFfAyv9KAKE/r7+jgFyAXP9GwJq/ekCFyPUyvT0/jkAAgAA/9MD1ALpAA8AHwAAEw4BBxEeARchPgE3ES4BJwUhHgEXEQ4BByEuAScRPgHnWXgCAnhZAhpZeAICeFn95gIaLDgBATgs/eYsOAEBOALpAnZY/opYdgICdlgBdlh2Am4BNyr+iio3AQE3KgF2KjcAAAAFAAD/mgO4AyIACwAXACYANABDAAABDgEHHgEXPgE3LgEHHgEXDgEHLgEnPgEXDgIeAjc+AiYnJiMXHgIGBwYuAjc+ATMXBgcOARcWNjsBNSM2NyYB9MD/BQX/wMD/BQX/wKzjBATjrKzjBATjqEBqMBdYezs+TgZDOSwxBDtcHSwxNHhXDSEZTi03HR0OBAwIDwdZWRsdCgMiBf/AwP8FBf/AwP8sBOOsrOMEBOOsrOO5AUh3fFseFRZqgm0cFScBSXFsHh8OV3s0JSsxNTYDGgcFCRkzMwYAAAAABQAA/4cDvwMiAA8AHgAjACoAMAAAAQ4CEhYENz4BNzYmJy4BBzIWFxYGBwYkJyYCNz4BBxQVIREFMjMOAQcmNxQVITUXAfSJ4mkwugECfoGkCAeJeC9mNIfXJiJUaXD+8WpnPzMwyVMBmv7BcnIePR412P7InAMiAZb5/vbCPiwu3ImH6D0XGDGjgnvxS08LVlYBA3twhvecnAE4MRQ6BysOXV26fQAABAAA/40DzQMiAA8AHgAtADwAAAEOAQcGFhcWJDYSJy4BJyYHHgEXFgYHBiYnJhI3PgEXDgEHFBYXFjY3NiYnLgEHHgEHDgEHBiYnJjY3PgEB8Kn+FhCGgXwBEc5HLS3ShRYNnOQOCpaDf/9OTQhYOqVPj8wFo4B22Tc1LF0zfzWAsgEDmXRvviMfS18mUwMiA+Goj/1BPCK4AQiCfqYLAjEC1ZuK6C0pUG1xARFpRk0tBcuQgswaFWhsbvBRLS4xBLeAdK4PDHZraM03FhYAAAYAAP+NA80DIgAOAB0ALAA7AEMASwAAAQYEBwYWFxYkNhICJicmBzYWFxYGBwYkJyYSNz4BFyIGBwYWFxY2NzYmJy4BBx4BFw4BBwYmJyY2Nz4BFxQVIxUzFTcnFhcHNSM1MwHzqv8AFhCGgXwBEc5HWtWHERed6REMkIKB/vxPTQdYOZ9hkNIHBJ+AeN04NSxcMXpDf7YCAZl2b74jH0teJFFc4uKliTMzZt/fAyIC4amP/UE8IrgBCAECpQoCMQHQm4rqMC1Pb3EBEGlETivIkIPPHRdobW3wUSswMAG0f3azDwx2a2jNNxUWdDIyvmTDejw9eTaFAAAAAAMAAP+NA8wDIwAPAB4AJwAAAQ4BBwYWFxYkNhInLgEnJgcyFhcWBgcGJicmNjc+ARcOAQc+ATcXJgHrqfsUD4qCegEMzEorLNqLEwl9swYDjHFuxyknSGMkUCoiOCIgPCB9PwMiBeSnj/0/OiO0AQWBhKoJAY6tfXK1FhNqaWrYOhUWbmPKYyFFIYfIAAAAAAUAAP+sA7YDGwAIAAwAEAAUABgAAAEVESE1IxEzNQEHFzcPARc3DwEXNw8BFzcCpQER4OD+nks8S9NLPEvSTDxL0kw8TAMbGfyxMQMFMv5+PEs8LDxLOyw7TDwsPEs7AAMAAP+sA64DGwALAEcAUwAABQ4BJy4BNz4BFx4BATEXByc3BicHJzcXJicHJzcXJjcnNxcVNjchDgEHERcHNj8CFyMWFzcXBycWHwIHNQYHFyEyNjcRBicOAScuATc+ARceAQGEN5I5NgM2OJI5NgEBwRVVKQMtMChVFAEmGk0jQwIHB0QjTRAV/kUYHwE0AScsC1oMAywoPUAuARoJTQJNChcqAWgYHwEUASCKSUg4HCCKSUg5FjUDNDiSODcCNTeSAVtNI0QBCQlEI00BGyUUVSgCLS8oVRMEFhMBIBj+jiYBGglNAUwJGC8/PgEnKwpaDQMsKDUgGQG9FH5IOBwgiUlIOBwgiAAAAAAEAAD/mgO4AyIAEAAUAGoAbwAAASIHAQYUFwEWMjcBNjQnASYHCQIlMQ8DFS8CDwQfAiMPAxUfAzMPAh8EPwIVHwMzPwM1HwI/BC8CMz8CNS8CIz8CLwQPAjUvAgcwOQEwAfQODP5hCgoBnwseCwGfCwv+YQsPAYb+ev56AX0EBAIBYwMEBAQNAgEBAmOMBAMCAQECAwSMYwIBAQINBAQEA2MBAgQEEgQEAgFjAwQEBA0CAQECY4wEAwMDAwSMYwIBAQINBAQEA2MBAgSLAyIL/mELHgv+YQoKAZ8LHgsBnws+/nr+egGGxgECAwSMYwIBAQINBAQEA2MBAgQEEgQEAgFjAwQEBA0CAQECY4wEAwIBAQIDBIxjAgEBAg0EBAQEYgECBBoEAgFjAwQEBA0CAQECY4wEAwMwAAAABAAA/5oDuAMiABAAFAAaAB8AAAEiBwEGFBcBFjI3ATY0JwEmBwkCJQ8BFyE3JxcHIycB9A4M/mEKCgGfCx4LAZ8LC/5hCw8Bhv56/noBhgfQUgEKUte7SOZIAyIL/mELHgv+YQoKAZ8LHgsBnws+/nr+egGG4AWX/f1+h9zcAAACAAD/mgO4AyIADwATAAATBhQXARYyNwE2NCcBJiIHCQM7CgoBnwseCwGfCwv+YQseC/6UAYYBhv56AXgLHgv+YQoKAZ8LHgsBnwsL/kcBhv56/noAAAAABAAA/5oDuAMiABAAFAAgACwAAAEiBwEGFBcBFjI3ATY0JwEmBwkCJQ4BBx4BFz4BNy4BBx4BFw4BBy4BJz4BAfQODP5hCgoBnwseCwGfCwv+YQsPAYb+ev56AYZZdwICd1lZdwICd1lPagICak9PagICagMiC/5hCx4L/mEKCgGfCx4LAZ8LPv56/noBhtICd1lZdwICd1lZdxUCak9PagICak9PagAAAwAA/40DzAMjAA8AHgAqAAABDgEHBhYXFiQ2EicuAScmBzIWFxYGBwYmJyY2Nz4BFw4BFx4BNz4BJy4BAeup+xQPioJ6AQzMSiss2osTCX2zBgOMcW7HKSdIYyRQKnSHICTYYV8IWh5KAyIF5KeP/T86I7QBBYGEqgkBjq19crUWE2ppatg6FRZRAbhwbktAQ+VJGBoAAAADAAD/jQPMAyMADwAeACIAAAEOAQcGFhcWJDYSJy4BJyYHMhYXFgYHBiYnJjY3PgEXBgchAeup+xQPioJ6AQzMSiss2osTCX2zBgOMcW7HKSdIYyRQKmBgAYADIgXkp4/9PzojtAEFgYSqCQGOrX1ytRYTamlq2DoVFmKsrQAAAAIAAP+WA8cDIgAPAB4AAAEOAQcGEhcWBD4BJy4BJyYHHgEXFgYHBiYnJjY3PgEB8Jz0JR1icG8BD+VzExa+ijIpdKsPDHVpaM44OSpdKmUDIgPEmIb/AFBOCY/0hovOHwuOAptybrwkIUxfZeZIICEAAAAAAwAA/40DzAMiAA0AHAAkAAABDgEHBhYXFiQ2EgImJwcyFhcWBgcGJicmNjc+ARcGBxchNjcmAeup+xQPioF7AQzMSlfaixx9swYDjXBuxyknSGMjUSprbFIBCiooawMiBeSoj/w/OiOzAQYBBKsJja19c7QWE2ppatg6FRZWTk79f35OAAAAAAQAAP+NA8wDIwAPAB4AIwApAAABDgEHBhYXFiQ2EicuAScmBzIWFxYGBwYmJyY2Nz4BBxYXNjcFFBUhEQcB66n7FA+KgnoBDMxKKyzaixMJfbMGA4xxbscpJ0hjJFB9VlVUVv6FAZrJAyIF5KeP/T86I7QBBYGEqgkBjq19crUWE2ppatg6FRaaRUVFRSCMjAESowADAAD/jQPMAyMADwAeACYAAAEOAQcGFhcWJDYSJy4BJyYHMhYXFgYHBiYnJjY3PgEXFBUjFTMVNwHrqfsUD4qCegEMzEorLNqLEwl9swYDjHFuxyknSGMkUFzi4qUDIgXkp4/9PzojtAEFgYSqCQGOrX1ytRYTamlq2DoVFnMyMr5kwwAHAAD/jQPNAyIADgAdACwAOwBAAEcATQAAAQYEBwYWFxYkNhICJicmBzYWFxYGBwYkJyYSNz4BFyIGBwYWFxY2NzYmJy4BBx4BFw4BBwYmJyY2Nz4BBxQVIREFMjMOAQcmNxQVITUXAfOq/wAWEIaBfAERzkda1YcRF53pEQyQgoH+/E9NB1g5n2GQ0gcEn4B43Tg1LFwxekN/tgIBmXZvviMfS14kUaMBmv7BcnIePR412P7InAMiAuGpj/1BPCK4AQgBAqUKAjEB0JuK6jAtT29xARBpRE4ryJCDzx0XaG1t8FErMDABtH92sw8MdmtozTcVFpucnAE4MRQ6BysOXV26fQAAAAAFAAD/jQPNAyIADgAdACwAOwBDAAABBgQHBhYXFiQ2EgImJyYHNhYXFgYHBiQnJhI3PgEXIgYHBhYXFjY3NiYnLgEHHgEXDgEHBiYnJjY3PgEXBgcXNRcRBwHzqv8AFhCGgXwBEc5HWtWHERed6REMkIKB/vxPTQdYOZ9hkNIHBJ+AeN04NSxcMXpDf7YCAZl2b74jH0teJFEaaWjRysoDIgLhqY/9QTwiuAEIAQKlCgIxAdCbiuowLU9vcQEQaUROK8iQg88dF2htbfBRKzAwAbR/drMPDHZraM03FRajSkqUj48BKI8ABAAA/4cDvwMiAA8AHgAmAC0AAAEOAhIWBDc+ATc2JicuAQcyFhcWBgcGJCcmAjc+ARcGBxchNjcmJxYXByMnNgH0ieJpMLoBAn6BpAgHiXgvZjSH1yYiVGlw/vFqZz8zMMl6a2xSAQoqKGtsXV5I5kheAyIBlvn+9sI+LC7ciYfoPRcYMaOCe/FLTwtWVgEDe3CGs05O/X9+TjBDRNzcRAAAAAAGAAAAAANFApUAIQA+AEIARgBKAE4AAAEPAQ4BBx4DFxYGBwYPASE3Mz4BJy4DJzQ2NzY/AQUhBgcGHgMXFgYHBgchNjc2Jy4DNTQ2NzYXFTM1BxUzNQcVMzUHFTM1AXwEAlZOAQIyPSwEAQgNGUpKAcoFAU9DBQY2PCcBDRAeU0n+RAEaJRcnATI9LAQBCA0YRv7lHhEjBQY2PCgMEB8M3OXlfd2+5QKVAgE0XS0tRjw4FwwaECEtKwMuVywqQTs4Gw0eEyYyKy4cGy9aRjw4FwwaECAqFxYsLCpBOzgbDR4TJSAVFXMWFnQVFXMWFgAEAAD/0wPUAukADwAfAGAAvgAAEw4BBxEeARchPgE3ES4BJwUhHgEXEQ4BByEuAScRPgEXIgc5AQYPATEGBzkBDgEVOQEUFhcwMR4BMxY3OQEyNjU0JzMyNjcwMTYnPgE3Ni4BJyM2NTkBNCYrAT8BPgEmJwcwMTYXOQEWBgc5AQYPAQYeAhcWIzMWNzMxNhcWFAcGIyInFRYzMhYVMRQGKwEVMzIXFgc5AQ4BKwEVMzEyFhU5AQ4BByExLgEnOQEuATUxNDY3NjcxPgE3MTYzMNdSbwICb1ICOlNuAgJuU/3GAjo6TAEBTDr9xjpMAQFMvwoIGzRKHgwGAQIDCjcniYkQEgMKEBMCAwcIDgQJARIUDgUUEsYXCwkCEA0DAwQDAQUCBigDAQIDBQMBAjc4agkCBQUCCUxNZGQHCQcJyKsIBAYDAgUIq4IHBQEEB/7uICkJAwICBAsWFmgaBAMC6QJuUv5uUm4CAm5SAZJSbgI8AUs6/m46SwEBSzoBkjpLJwYSIzMWJhMoEg0ZDiksAQEWEAoJFAwTDwEJBg4iHAELDREZGAsMHBkCFgEGBQ8GAwYoBQYEBQEBAQEBBgQXBgYBFgENCwwNFggIDggGFgcMCgYBASIiDRYMEiUQIBAPSBECAAAAAAIAAAAAA4YCYAACAAcAABMFJQURIREFYwGRAZH83wMi/m4CYOPjVP5AAcDgAAAAAAUAAAAAAywCdwAlAE0AhQCOAJcAAAEUFQYHJwcXBgcjFTMWFzUHNTM3Nj8BJzcXNzY/ATUzFTMuASc1BxUGBycHFwYHIxU3FhcHFzcWFxUzNTY3FzcnNjczNSMmJzcnByYnNwczBxcWHwE3FwcXFh8BMxUPAQYPARcHJwcGDwEVIzUnJi8BByc3JyYvAQc1Mzc2PwEnNxc3Nj8BFw4BFBYyNjQmBzIWFAYiJjQ2AZ0XFShKKAwGODgKEjExAwYRCCIZIgwcHg4kXggoCwYYFChKJwsGOTkICihLKRQYaRgUKUopDAY4OAcMJ0snFBgBRyQBDx8bCyIZIQgSBgMxMQMGEQgkGiMMGx8OIw8eHAskGiQIEgYDMjIDBhEIIxkjDBsfDhIhLS1CLS0hExkZJRkZAnccHAYMJ0ooFBdqHhlbASQOHxoMIxkiCBEHAzAwCBEDN2U3BwwoSygUF2oBFxUoSigMBjk6BgwoSygVF2kYEydKJwwGNyMwAwYRCCIZIgwbHg4jAQ4fGgwjGiQIEgYDMzIDBhIIJBkjDBweDgEkDh8bDCIZIggRBwNQAS1DLCxDLSIZJhkZJhkAAAUAAP/TA9QC6QAPAB8AIwAmACsAABMOAQcRHgEXIT4BNxEuAScFIR4BFxEOAQchLgEnET4BFxEhEQUhBycXNxEh11JvAgJvUgI6U24CAm5T/cYCOjpMAQFMOv3GOkwBAUwUAg7+KAGi0fDw8f4fAukCblL+blJuAgJuUgGSUm4CPAFLOv5uOksBAUs6AZI6S1L+pQFbF4mDnp7+2QAAAAADAAAAAAMRApwAGwBMAG4AAAEOAQc5ARYXFhcOAQ8BFSE1Jy4BJz4BNTkBLgEHMhceAxc5AT4CNxYVFgYHHwIWFQYHDgEiJicmJzQ/AyYnLgM1ND8BNgcwFQYWFx4BMjY3PgE3Nic0MR4BFxUjNSMVITUjFSM1PgEB8ERTAQEPCxAyYh4CAkICHWExFxEBU4EHBx0bDhEUEBIJBAoBFR8EHAQBAgERNTw1EQECAQQbAwMEBxAMBw8GCjIDAwwYQUZBGAcFAQMEJT4TUyP+8CNTEz4CnAJUPCQjGBMQPTUE5+cENTwQGDsgPFRRAQIJCggBAQUGAhUZIzQTIAkUDAsJARASEhABCQsMFAkiAwMFFhweDR4aAgXhAQ4hDhcWFhcHEAgQDgEPLiK7hISEhLsiLgAAAAIAAP+HA78DIgAQACAAAAEOAhIWBDc+ATc2JicuASMXHgEXFgYHBiQnJgI3PgEzAfCH4GkwugECfoGkCAeJeC9mNAiF0iUiVGlw/vFqZz8zMMl6AyIClvj+9sI+LC7ciYfoPRcYMQOigHvxS08LVlYBA3twhgAAAAUAAP+NA80DIgAOAB0ALAA7AEQAAAEGBAcGFhcWJDYSAiYnJgc2FhcWBgcGJCcmEjc+ARciBgcGFhcWNjc2JicuAQceARcOAQcGJicmNjc+ARcOAQc+ATcXJgHzqv8AFhCGgXwBEc5HWtWHERed6REMkIKB/vxPTQdYOZ9hkNIHBJ+AeN04NSxcMXpDf7YCAZl2b74jH0teJFEqIjgiIDwgfT8DIgLhqY/9QTwiuAEIAQKlCgIxAdCbiuowLU9vcQEQaUROK8iQg88dF2htbfBRKzAwAbR/drMPDHZraM03FRZvY8pjIUUhh8gABgAA/40DzQMiAA4AHQAsADsAQwBKAAABBgQHBhYXFiQ2EgImJyYHNhYXFgYHBiQnJhI3PgEXIgYHBhYXFjY3NiYnLgEHHgEXDgEHBiYnJjY3PgEXBgcXITY3JicWFwcjJzYB86r/ABYQhoF8ARHOR1rVhxEXnekRDJCCgf78T00HWDmfYZDSBwSfgHjdODUsXDF6Q3+2AgGZdm++Ix9LXiRRKmtsUgEKKihrbF1eSOZIXgMiAuGpj/1BPCK4AQgBAqUKAjEB0JuK6jAtT29xARBpRE4ryJCDzx0XaG1t8FErMDABtH92sw8MdmtozTcVFldOTv1/fk4wQ0Tc3EQAABAAAP+gA7sDIgAIABEAHgAsADsASQBYAGYAdQCEAJMAogCvAL4AzADbAAABDgEHPgE3FyYnFhcnDgE1PgETDgEHBhY3NhcyNicmFyIGFx4BFxY2Jy4BJyYFDgEHDgEHBhY3PgE3NiY3IgYHBhY3NhYXFjYnJgcOAQcOAQcGFjc+ATc2JgUiBhceARcWNicuAScmBSIGBwYWFxY2Jy4BNzQmBSIGFxYGBwYWNz4BJy4BBSIGFx4BFxY2Jy4BNy4BBSIGFQ4BBwYWNz4BNy4BBQ4BFx4BFxY2JyYnJgUOAQcOAQcGFhc+ATc2JgUOARceARc+AScuAScmBQ4BBw4BBwYWNz4BNzYmAfQiOCIgPCB9Pz0iIkQRMRIeER89HRIPFWFjFAcSMssUChEnPRUNIwUYSS4D/fQQFwwgMREEIw0UPigJC/kQIQgFGA8mTCMUDxBF5xEfDhotDwUkDBc+JAsLAXkTCg8cJgsNIwQNLyIG/cURDAEFCA0LJQINBQgNAukQDAMBGRcFIw0dGwQCDfyjEA0DARkZDSIFFxcBAgwC7BAMCCEWByMOHSYGAQ39qBEIDB5KKxQNEE83BgGfESARGjYaEggUL1ooDAr+NxIIDypjNRQIEzFbJwYCGBAZDiBIJRENFTZkKgoMAiZjymMhRSGHyHVtbkoROgc1awGEAQcKDCQEGRYmCQxTJQodSysPERQzViECCgIXCx5IKBQPEC5PIAwbAQMPEBQEAw0PBCQMHycEFAoUMBwVEBAjNxQMHDoiDB1GJhEQFS1RIASqGw4pUycRDBQoUykKDi0ZDjNjLRQQDzZ5PggKEBkONGQtDxIULWIyCAs4GQ4kQR0UFBAlVi8JDqACIAsjNA8CJAsfQQZNBBIFCQcDCSUBARkYDB4mAiIKIi8KASYICywgAwMDFgcVGwkLJQILMCQMGwAAAAUAAP+NA80DIgAOAB0ALAA7AEMAAAEGBAcGFhcWJDYSAiYnJgc2FhcWBgcGJCcmEjc+ARciBgcGFhcWNjc2JicuAQceARcOAQcGJicmNjc+ARcUFSMVMxU3AfOq/wAWEIaBfAERzkda1YcRF53pEQyQgoH+/E9NB1g5n2GQ0gcEn4B43Tg1LFwxekN/tgIBmXZvviMfS14kUVzi4qUDIgLhqY/9QTwiuAEIAQKlCgIxAdCbiuowLU9vcQEQaUROK8iQg88dF2htbfBRKzAwAbR/drMPDHZraM03FRZ0MjK+ZMMAAA0AAP+iA7gDIAAEAAgADAAQABQAGABTALwBRQGiAekCMwKfAAABFREhEQUzESMTFTM1BxUzNQcVMzUHFTM1AysBByMHIwcVDwUVHwUzPwMzNzM3MzczFzMXMxczHwEzPwM1LwQjNSMnIycXDwYVHwozHwYVHwIzHw0zPwQ1LwE1JyMvBiMvATUjLwsjLwEjLwcjNSc1LwQjBQ8BIw8EFQ8EFQcjBxUPAyMVBxUHIxUPBBUHIw8BFQ8CFQ8CIw8DFQ8DFQcVDwoVBxUfBD8EMz8ENT8mNS8DAQ8FFRcVBxUHFQcVBxUHFQcVBxUHFQcVBxUHFQ8HFR8EPwUzPwEzPwE1PwEzNzM3NTc1MzU3NTc1NzU3NTc1NzU3NTc1JzUvBAUPBRUXFRcVFzMfBTMfARUXFRcVFxUzFxUXFR8EPwQ1Lw01JzUnNSc1LwMBDxcfBD8EMz8DMzczNzM3MzczNzU3Mzc1NzM/AjM3MzU/AzUvBAUPBRUfAxUfATMfAjMfAhUfATMfARUfATMXMxczFzMfAjMXMxcVMx8HMxcVFzMVMxczPwQ1LwQjJyMnIycjLwojLwQjLwUjAV0BLv7q/v4aysrKysrKymEHDQYNDQcnDQ4EAwMEAQIDAwkEBQYMBhcGCwYGBgYpBgYGBgYFHwQFDAMDAgIGAwonBgcGDQfpBQQEAwMBAgICBgICAwYFBAMIAQ4CCAIGAgQBAgIBAgMCAwUEAwQDCgUGAwkECQQEAwQCBAYBBAMCAwIDAgECCAEFAwQCBAICBQIHAgIBAgkBAgIDBwMCAwIBAgMCBgIKBf3zBQcBAgMCAwIDAgMCAwQBAgIDAgQBBAQBAgICAgICAQICAgQCAgQBAQECAwICCgECAgIBBAECAQIBAgECAgEEBAMOBAgEAwEBAgMBAgICAQIBAgECAQICAwIBAggCAQICAgEEAgQBBgIKAgYDCgMGAwUDAgEEBggFArIEBQMGAgEBAQEBAQEBAgEDBQMFAwQDAgYDAQIDBgQJCQQEAwIBAQMCAQIDAwIBBQEMAwECAQEBAQEBAQEEAwQECPymBAUDBAQBAQMCAQMCAQQBCgEEAwIDAgECAwECBAcJCQQEAwQCBAIDAgcEAQYBAgECCAEBAQEFCAgCsQQECQQFCgQPBQULDwYFCwUhBgsQCAQFAgIEAwQNCQYGFAUBEgYHBQEFAQUBBQEcAQsFAQUFAQULDwEEAQMDAgEEAwQECP3eBAQEAwICAQIDBA0CAQIDAgECAwMLAgEIAwMFAQIBAgECAQIDAwECAQIBAgQDBgMNAx0CAw0EAw0JBQgFAgEEAwQEAwQIAxQCEQMJBRECBgUDBQUFAgEPAgUCAgEEAwQRBAQFAhwM/pABfBj+tAEnGRlKGBhVGBhNGBgCLQECBgECBAIDBAgJBQQEAwQBAgICBAIBAQEBAQUBBgQDCQUICAIEBgEBAU8BAQMDBAQEBQkEBgECAQYDBAIIDgMIAwYDBAECAgMEAwQDBwcDCAMSCggCBAICAwMICgcHAQwIBAQEBAQEBAsBBwMGAgYCAwUDBwMCAwkDAgIHAgICAgEBAQICBAIFDAEEAgICAgIBAgICAgIBBAIBAgIDBAEEAQQBAgMCAwIBAgMCAQIGAgECBgMDAgUCAQIPAwIBAgECAwYDAwMDAwMDAwEECQUIAwMDAQQDAwQGBQMCBQECAwIDAgMCAwMCBQIDAgwCAwIDAgMEAwQDBgMKAwYCCgEGAgUEBAQJCQYEAf7GAQICCAQEBAQzAwkDBgIGAwMDAwMDBgIDAwkCDgMIAQ0FCwUGCgcEBQkEBgICAgIDAwMDBgYGBQEFBw8mAwoDAwcDAwQDAwQDAwQDBwMOAywFCQgEAgMCEwECAwMIBBsGBxMHDRMGBw0GHw0FAQUBBQEFAQUBBQEBBAQEAgICAwMJCQgGBgUGEAsGEQUGBgUvBgUGBgwGBwUHBgL+sgECBgQEBgQJBAMFCQIDBAMMAQQDBAMHCQkIAwMDAgIBBgIGAwIDAgMDDwYBAwMBAwQHDAQBAwQEBAkIBAMCAgIBAwIEBAkEBQQEAwEKAgICAgICAQEHAgUBAQEDAgIBAgECAQEBAQECAgIEAgkBAQQBBAEEBwUECQgEAgMBAwcGAwMGAgIDAQMCAwIJAgMCAQQBBA0BAgAAAAMAAP/SAyMC6gAFAAwAEAAAASIjESERJxQVMxEhEQUWFyMCctbXAl7luP38AXk/Pn0C6vzoAmKJXV39/AK+DEBBAAAACAAA/9MD1ALpAA8AHwA4AE8AUwBXAFsAXwAAEw4BBxEeARchPgE3ES4BJwUhHgEXEQ4BByEuAScRPgEXByMOARQeAwYPASE3PgEuBDY/AQczBgcGHgQGByM2NzYnLgQ2FxUzNQcVMzUHFTM1BxUzNddSbwICb1ICOlNuAgJuU/3GAjo6TAEBTDr9xjpMAQFMlAMBMCscIhkFHCopAQEDLCYGHyEXASMuKfmeFQwXAR0iGAUbKJ4RCRMCBB4iFgEiB3uAgEZ8aoAC6QJuUv5uUm4CAm5SAZJSbgI8AUs6/m46SwEBSzoBkjpLWwIcNDMoIh4bIxkZAhswLyUiHx0qHBgaEA8ZMygiHhsjGA0NGRgXJSIfHSkSDAxADAxBDAxBDAwAAAQAAP/TA9QC6QAPAB8AIgAnAAATDgEHER4BFyE+ATcRLgEnBSEeARcRDgEHIS4BJxE+AR8BNwURIREH11JvAgJvUgI6U24CAm5T/cYCOjpMAQFMOv3GOkwBAUwQ+vr+DQH0+wLpAm5S/m5SbgICblIBklJuAjwBSzr+bjpLAQFLOgGSOktejY00/ukBF4wAAAUAAAAAA0kCqQAfADYATgBmAH4AAAEiDgEHDgEPAREeARceAjI+ATc+ATcRNCcuAScuAgcyHgEXFhcGBw4CIi4BJyYnNjc+AgcWFx4CMj4BPwEVDgEHDgIiLgEnJicVFhceAjI+AT8BFQ4BBw4CIi4BJyYnFRYXHgIyPgE/ARUOAQcOAiIuAScmJwH0PHFdIA8WBAEEFw8gXXF4cV0gEBYEAQQWDyBdcTw6blgZEwQEExlYbnRuWBkTBAQTGVhu9wQDIF1xeHFdIAcBCwwZWG50blgZFgIEAyBdcXhxXSAHAQsMGVhudG5YGRYCBAMgXXF4cV0gBwELDBlYbnRuWBkWAgKpChQRBxYOBP4lEBYIERMKChMRCBYQAdsCAg4WBxEUCiMKEw0LCAgLDhIKChIOCwgICw0TCmsCAhAUCgoUEAQpBAsGDhIKChIODQgwAgIQFAoKFBAEKQQLBg4SCgoSDg0IMAICEBQKChQQBPMECwYOEwkJEw4NCAAACQAA/6ADvQMhAAgAEQAfAC0AQABPAF4AbQB/AAABDgEHPgE3FyYnFhcnDgE1PgETIgYHBhY3PgEXPgEnJhciBhceARcWNicuAScmBQYPAQ4BBw4BFjY3Njc+ATc0JgEiBhcWBgcGFjc+AScuAQUiBhceARcWNicuAScuAQEOAQcOAQcGFjc+ATc2JiEOARceARceATc2JicuAScuAQH0IjgiIDwgfT89IiJEETESHhUgQR4RDxQwZDAVBxMvyRQJESg7FxAgCBlGLAX98Q8MFhsrEggGGhgEITELGQINAq0QDAMDGBkFIw0fGgcCDfykEA0DAhsXDSMFFxcBAgwCrhAZDiBHJRIPFDZjKgoM/dMSCA8kUywNHwkHEQ4qUCIFDAImY8pjIUUhh8h1bW5KEToHNWsBggcKDCUEDAIKASYIDFAlCh1NKw4WEzFVIAMLAwsVGj4hDBsTEA4/NAsSEAkO/sgbDjNjLRQRDzd7PwgIEhoOM2QtDxEULWMyCAv+swMWCBUcCgslAwwxJAwbAiIKHikMBQUPDhcBCiMcBQgAAAAABgAA/40DzQMiAA4AHQAsADsAQABGAAABBgQHBhYXFiQ2EgImJyYHNhYXFgYHBiQnJhI3PgEXIgYHBhYXFjY3NiYnLgEHHgEXDgEHBiYnJjY3PgEHFhc2NwUUFSERBwHzqv8AFhCGgXwBEc5HWtWHERed6REMkIKB/vxPTQdYOZ9hkNIHBJ+AeN04NSxcMXpDf7YCAZl2b74jH0teJFF9VlVUVv6FAZrJAyIC4amP/UE8IrgBCAECpQoCMQHQm4rqMC1Pb3EBEGlETivIkIPPHRdobW3wUSswMAG0f3azDwx2a2jNNxUWm0VFRUUgjIwBEqMAABAAAP+gA7sDIgAGAA4AGwApADgARgBVAGMAcgCBAJAAnwCsALsAyQDYAAABJicHFyE2NwYHIyc2NxYDDgEHBhY3NhcyNicmFyIGFx4BFxY2Jy4BJyYFDgEHDgEHBhY3PgE3NiY3IgYHBhY3NhYXFjYnJgcOAQcOAQcGFjc+ATc2JgUiBhceARcWNicuAScmBSIGBwYWFxY2Jy4BNzQmBSIGFxYGBwYWNz4BJy4BBSIGFx4BFxY2Jy4BNy4BBSIGFQ4BBwYWNz4BNy4BBQ4BFx4BFxY2JyYnJgUOAQcOAQcGFhc+ATc2JgUOARceARc+AScuAScmBQ4BBw4BBwYWNz4BNzYmAstrbNdSAQoqDCQk5kheXV1dHz0dEg8VYWMUBxIyyxQKESc9FQ0jBRhJLgP99BAXDCAxEQQjDRQ+KAkL+RAhCAUYDyZMIxQPEEXnER8OGi0PBSQMFz4kCwsBeRMKDxwmCw0jBA0vIgb9xREMAQUIDQslAg0FCA0C6RAMAwEZFwUjDR0bBAIN/KMQDQMBGRkNIgUXFwECDALsEAwIIRYHIw4dJgYBDf2oEQgMHkorFA0QTzcGAZ8RIBEaNhoSCBQvWigMCv43EggPKmM1FAgTMVsnBgIYEBkOIEglEQ0VNmQqCgwBok5OnP1/dW9t3ERDQwFFAQcKDCQEGRYmCQxTJQodSysPERQzViECCgIXCx5IKBQPEC5PIAwbAQMPEBQEAw0PBCQMHycEFAoUMBwVEBAjNxQMHDoiDB1GJhEQFS1RIASqGw4pUycRDBQoUykKDi0ZDjNjLRQQDzZ5PggKEBkONGQtDxIULWIyCAs4GQ4kQR0UFBAlVi8JDqACIAsjNA8CJAsfQQZNBBIFCQcDCSUBARkYDB4mAiIKIi8KASYICywgAwMDFgcVGwkLJQILMCQMGwAAAAAQAAD/oAO7AyIAAwAIABUAIwAyAEAATwBdAGwAewCKAJkApgC1AMMA0gAAAQYHIQMWFyE2Ew4BBwYWNzYXMjYnJhciBhceARcWNicuAScmBQ4BBw4BBwYWNz4BNzYmNyIGBwYWNzYWFxY2JyYHDgEHDgEHBhY3PgE3NiYFIgYXHgEXFjYnLgEnJgUiBgcGFhcWNicuATc0JgUiBhcWBgcGFjc+AScuAQUiBhceARcWNicuATcuAQUiBhUOAQcGFjc+ATcuAQUOARceARcWNicmJyYFDgEHDgEHBhYXPgE3NiYFDgEXHgEXPgEnLgEnJgUOAQcOAQcGFjc+ATc2JgH0YGABgMBLTP7STEsfPR0SDxVhYxQHEjLLFAoRJz0VDSMFGEkuA/30EBcMIDERBCMNFD4oCQv5ECEIBRgPJkwjFA8QRecRHw4aLQ8FJAwXPiQLCwF5EwoPHCYLDSMEDS8iBv3FEQwBBQgNCyUCDQUIDQLpEAwDARkXBSMNHRsEAg38oxANAwEZGQ0iBRcXAQIMAuwQDAghFgcjDh0mBgEN/agRCAweSisUDRBPNwYBnxEgERo2GhIIFC9aKAwK/jcSCA8qYzUUCBMxWycGAhgQGQ4gSCURDRU2ZCoKDAIyrK0BJoeHhwGqAQcKDCQEGRYmCQxTJQodSysPERQzViECCgIXCx5IKBQPEC5PIAwbAQMPEBQEAw0PBCQMHycEFAoUMBwVEBAjNxQMHDoiDB1GJhEQFS1RIASqGw4pUycRDBQoUykKDi0ZDjNjLRQQDzZ5PggKEBkONGQtDxIULWIyCAs4GQ4kQR0UFBAlVi8JDqACIAsjNA8CJAsfQQZNBBIFCQcDCSUBARkYDB4mAiIKIi8KASYICywgAwMDFgcVGwkLJQILMCQMGwAAAAAFAAD/jQPNAyIADgAdACwAOwBDAAABBgQHBhYXFiQ2EgImJyYHNhYXFgYHBiQnJhI3PgEXIgYHBhYXFjY3NiYnLgEHHgEXDgEHBiYnJjY3PgEXBgcXITY3JgHzqv8AFhCGgXwBEc5HWtWHERed6REMkIKB/vxPTQdYOZ9hkNIHBJ+AeN04NSxcMXpDf7YCAZl2b74jH0teJFEqbGtSAQoqKGsDIgLhqY/9QTwiuAEIAQKlCgIxAdCbiuowLU9vcQEQaUROK8iQg88dF2htbfBRKzAwAbR/drMPDHZraM03FRZXTk79f35OAAAAAAoAAP+gA70DIQAEAAsAEQAfAC0AQABPAF4AbQB/AAABFBUhEQUyMw4BByY3FBUhNRcTIgYHBhY3PgEXPgEnJhciBhceARcWNicuAScmBQYPAQ4BBw4BFjY3Njc+ATc0JgEiBhcWBgcGFjc+AScuAQUiBhceARcWNicuAScuAQEOAQcOAQcGFjc+ATc2JiEOARceARceATc2JicuAScuAQEnAZr+wXJyHj0eNdj+yJwEIEEeEQ8UMGQwFQcTL8kUCREoOxcQIAgZRiwF/fEPDBYbKxIIBhoYBCExCxkCDQKtEAwDAxgZBSMNHxoHAg38pBANAwIbFw0jBRcXAQIMAq4QGQ4gRyUSDxQ2YyoKDP3TEggPJFMsDR8JBxEOKlAiBQwB+pycATgxFDoHKw5dXbp9AfAHCgwlBAwCCgEmCAxQJQodTSsOFhMxVSADCwMLFRo+IQwbExAOPzQLEhAJDv7IGw4zYy0UEQ83ez8ICBIaDjNkLQ8RFC1jMggL/rMDFggVHAoLJQMMMSQMGwIiCh4pDAUFDw4XAQojHAUIAAAAAQAAAAADUgITAB8AABM+ATc2FhceARcWNjc+ATcVDgEHBiYnLgEnJgYHBg8BlhU/MSZSIzNaMiBDFxw2ERc/LyhSIjBVNBs6FyYbNQFKNWEeFRAWIVMiERQaH0EnpS9TGBAPGSNUHA4HFCMuWgAAAAcAAP/TA9QC6QAPAB8ARQBtAKUArgC3AAATDgEHER4BFyE+ATcRLgEnBSEeARcRDgEHIS4BJxE+ARcUFQYHJwcXBgcjFTMWFzUjNTM3Nj8BJzcXNzY/ATUzFTMuASc1BxUGBycHFwYHIxUzFhcHFzcWFxUzNTY3FzcnNj8BNQcmJzcnByYnNQczFRcWHwE3FwcXFh8BNxUjBwYPARcHJwcGDwEVIzUnJi8BByc3JyYvASM1Mzc2PwEnNxc3Nj8BFw4BFBYyNjQmBzIWFAYiJjQ211JvAgJvUgI6U24CAm5T/cYCOjpMAQFMOv3GOkwBAUxeDQ4ZLhgGBSMkBgsfHwIDCwUVDxYIERMIFzsFGQcEDw0YLxkIAyQkBQcaLxoMD0IPDRkvGggEIiMFBhgvGA0PLBYJFBAIFRAVBQsEAh4eAgMMBRcQFggQFAkWCRMRCBYQFwYKBQIfHwIFCgUWEBYHERMJCxUbGyscHBYMEBAYDw8C6QJuUv5uUm4CAm5SAZJSbgI8AUs6/m46SwEBSzoBkjpLMRIRBAgZLxgND0ITEDkWCRQQCBUQFgUMBAEfHgUKAiNAIgQIGS8ZDA9CDwwZLxoHBSQlAwgZLxkODQFCAQ8NGC4YBwQiFR8BBAsFFQ8WBxAUCQEXCRMRBxYQFgUKBQIgIAIDDAQWEBYIERIJFgkUEAgVEBYFDAMCMgEbKhwcKhsVDxgQEBgPAAIAAP/TA9QC6QAPAB8AABMOAQcRHgEXIT4BNxEuAScFIR4BFxEOAQchLgEnET4B11JvAgJvUgI6U24CAm5T/cYCOjpMAQFMOv3GOkwBAUwC6QJuUv5uUm4CAm5SAZJSbgI8AUs6/m46SwEBSzoBkjpLAAAAAwAAAAADXgJTABoAHgAkAAABDgEHBgcGFhcFFjYnNRYXFjYnES4BBwUnLgEHFBUnJRQVJic2AfYPGAyNiw0GDwE1ER4CjY4RHQICIw7+7AEDECjlAixyc3MCTgMSCF5eDCAIzwkWEp9gXgkWEgGiEwwMuqoLDVaampqamppOTEwAAAAACQAA/6ADvQMhAAYADgAcACoAPQBMAFsAagB8AAABJicHFyE2NwYHIyc2NxYDIgYHBhY3PgEXPgEnJhciBhceARcWNicuAScmBQYPAQ4BBw4BFjY3Njc+ATc0JgEiBhcWBgcGFjc+AScuAQUiBhceARcWNicuAScuAQEOAQcOAQcGFjc+ATc2JiEOARceARceATc2JicuAScuAQLLa2zXUgEKKgwkJOZIXl1dWSBBHhEPFDBkMBUHEy/JFAkRKDsXECAIGUYsBf3xDwwWGysSCAYaGAQhMQsZAg0CrRAMAwMYGQUjDR8aBwIN/KQQDQMCGxcNIwUXFwECDAKuEBkOIEclEg8UNmMqCgz90xIIDyRTLA0fCQcRDipQIgUMAaJOTpz9f3VvbdxEQ0MBQwcKDCUEDAIKASYIDFAlCh1NKw4WEzFVIAMLAwsVGj4hDBsTEA4/NAsSEAkO/sgbDjNjLRQRDzd7PwgIEhoOM2QtDxEULWMyCAv+swMWCBUcCgslAwwxJAwbAiIKHikMBQUPDhcBCiMcBQgABQAA/40DzQMiAA4AHQAsADsAPwAAAQYEBwYWFxYkNhICJicmBzYWFxYGBwYkJyYSNz4BFyIGBwYWFxY2NzYmJy4BBx4BFw4BBwYmJyY2Nz4BFwYHIQHzqv8AFhCGgXwBEc5HWtWHERed6REMkIKB/vxPTQdYOZ9hkNIHBJ+AeN04NSxcMXpDf7YCAZl2b74jH0teJFEqYGABgAMiAuGpj/1BPCK4AQgBAqUKAjEB0JuK6jAtT29xARBpRE4ryJCDzx0XaG1t8FErMDABtH92sw8MdmtozTcVFmOsrQAAAAAUAAD/owO4AyIABAAIAAwAEAAUABgAWwCzAQkBTAGhAf4CSQKLAs8DEgNpA7YEAgRMAAABFREhEQUzESMTFTM1BxUzNQcVMzUHFTM1AzEjByMHIxUjByMPBxUfBDM3MzczNzM3MzczFzMXMxczFzMXMz8FNS8FIycjNSMnIycXIw8FHxk/BDUvAyMnNSc1JyMvASMvATUnIyc1LwEjLwE1JzUnIzUnIycjLwE1LwEjJzUnIy8BBSMPAhUHIw8BFQ8CFQcVBxUPASMPARUPAhUPASMPASMPARUHFQ8BIw8CFR8FMz8ZNS8EITEjFSMPAxUfBDM3MzczFzMXMxczFzMXMx8GMz8FNS8CIy8JIycjJyMnIzUHIw8CIw8BFQcjDwEjBxUHIwcjByMHFQ8DIxUPARUPAiMPAR8FMz8dMz8DLwMFDwUfFhUfBDM/BDUnNS8INSc1LwQjJyMnNS8BIyc1JzUvATUjLwE1JyMnNS8CNS8DBSMPBRUjFQcVBxUjFQcVFxUzFRcVFxUXFR8JMz8ENS8CNSc1JzUnNSc1JzU3NTc1NzU3NTc1LwQFIw8DFQcXFQcVBxUHFQcVDwgVHwMzPwY1NzU/BzU3NTM1NzU3NSc1LwMFIw8DFRcVFxUXFRcVHwcVFxUfAjMVHwMzPwQ1Lws1JzUnNSc1JzUvBAUjDwUVBxUPDxUfBT8CNT8BNTczNzU/AjM/CjU3LwQFDwUfAhUXFRczFzMfAjMfATMVFxUXFRczHwEzFzMXFRcVHwEVHwIVHwIzPwU1LxwFIw8IIwcjByMHIwcjByMPBBUfBTM3MzczNzM3Mz8LMzczPwE1PwE1NzU/BDUvBAUPBRUfBTMfARUXMxczHwEVHwEzFxUfBDMXMx8GMz8FNS8WISMPFxUfBjM/CDM/BDU3MzczNzU/ATU/ATM/BDUvBAFdAS7+6v7+GsrKysrKysplCwYLBQwFBQYmBgoIBAIDAQECBgQJBCsFCQUFBQUKBR4FCgUFBQUKBBgJBQQDBAQBAQQDBAcmBQYFCwYLBvQFBAUDBAQCAggCDAcIBwQDBAMEAwcGBw8CCQIDEQQDBAkJBAQDBAECAwIBAgMCAQISAQkEBgEDBAMBAwgEAwEDAQMBCAQEBAEECAEECv3xBQQIBQQBBAQEDAQEBAgDAQMEAwQDBAkBDwIBAgMDBQIBBAMDAQIDAwgECQUHBQUQBgIGAg8HBgcDBAMEAwQHCAQEBwIBAgIDBAgBBBINCgUHBgICAwgIBAEIBCYECAMEBAQHBAgDGgMIBwcDCQUEBAQDBAEEAwcBAwUEBAQEBAkEJgQJBQQEBQ2tBAgGBwEDCAMBFQMBAwMBCQEMAQkJAwMCAQIDAwgEAQQCAgIDAwgEBQQJAwgDAgQDAgMCAwIDAgMDAwIDAwMDAwMDAwYDIwIDBAQCAgUECAGEBQgEAwMDAQYDAwIDAgMCAwIDBxYBBAEEAQYDAgIEBAMEBQkEBAQDBAECAgIBAgECAQICAgEBAQgBAQECAgQBAgcDAgECAwIBAgYDCQMDAwT9wwUECAMDAgIBAgEBAQEBAQIBCAIBAQEDAwQEBAUJBAMDBAECBQMCAQEBAQEBAgEBAgMDCQLuBQQIBgIBAQEBAQIIAgECAgQBFgEBBAMMBQkEBgUEAwoCCAECAQICAgcBAQEBAQQDBAj8pwUICAQCAQEBAgYCAgIBBAEGAgoDBAEDBgQFCQQEBAMEAgESAQIBAgECAgIHAgEBAQECBwMFAvAEBQQEAwQCAgcCAwUCBAECAwwKAwQCBAEBBAMEBAkIBQcDDwIBBgUIAQEBBgECAQIBAgICCQECAgMECP2tBAgEAwICAgUGDAYBDAEGBwMBAwMBBwcDAQcHAQMBAwQIBAQMBAQEBAkEBAQFAgEBBAQDFQMECgcZAwoCAwMDAwMDAwIGAwIDAgMCCAGcBQQEAQcKHAsHEgQLBAcEBAcECAQQCAQDAgIBBAQDBAUMBQ0EBQQFCAUmBAkEBAQEBAQBBAMBAwEDBAQIBAkEAgIBAgYDBAX+RAQFBAYCAgECAwMFBAEEDQkBDQEEBQUEAQQFBQoFGQEEARQGBQUFCwoJBQQEAwQBAgMDBAcTBQQFBQQFBQQlHggEBAkMAw0CEgUEBQMBFAQECQgWLAUFBAUFBQQFGwQGBAEBAgMDBAQECQMGBQsFBQUGFAEeBQoFBQQBBAEEBRwNBAEEBQMCAQICAwQIAhwM/pABfBj+tAEnGRlKGBhVGBhNGBgCLwEBAQEHAgIEAwQEBAkEBQYDAgkCAQEBAQEBAgUBAgMDCAQFBAkDAwMHAQEBAVMBAgIEBwkJCgEJBwYHAwQDBAMEBwgHFAQNBAQgAwMCAgICAwMICQUGBQUEAQQBBAUcDQQBCAQBBAQECAEDAQMBAwQIAwEDBAMBBgQHCAEEBAEDBAMBAwwDAQMBAwEIBAQEAQQEBAEEDRcFBQQBBAEJBQoFDAQFBAQDBAECBQcMHggECQQUBwgHBAMEAwQDBwYEAwcFBAQJBAQDBAECAgUMBQkEAwYCAQEBAQECAgcCAgMCAgIBAgMDCAUJCAMFAgECAQIBAgICCQIBAQEnAgMFAgQBAg8DAgECCQwJAQkEAwMBAwMBAwsHBwkJBAMEBAEBBAMMAwQGAwMCAwMDAwMDAgMDAgMCAwIDAgMEAxYDAwgJCQcDBDsBAgMDBA0FCwIDAwMDAwMCAwMKIwMHAwcEDgsDBwMIAwMCAQEDAgQICQQCBAkEBAQEBAUDAQMBAwQBAxAEAwEDCAMBCgEDAwEDAwEDAwEGBAkBAwIDA6kBBAQDBAgEBAkFBAkNBBsFDQkEBAkEAQQiBAUBBAQDAwIBAgIDBAgJBQQSBAsEBwQEBwQIBB4ECAQHBAQHBAQJBAQEAwQtAQQIBAQEBB4FCgUFBQUJBScFBAUJCgQyBAUECAQGAgIGCAoFGQEEARQGBQUFCwYmBQYFCwYLBhYGCQgDAwQQAgYICAkGEQUGBQYLBSEGCwUFCgYPAQQBGQUKAQQGAgEBAwIECAkIASkEBQUEBQUJBSIFCQUFBQUKBRcFBAcCAjkBAgMDCAcEBwQaAwsLBwYEAwcUDwMHAQgFBAUIAwMCAgICBwEDFQEDCwEHEAQEDAQEBAQEBAkEJgUFCAQEAwSgAQQDAwQJCQkGAQwBBgwGBQMDAgEEAQQBAgUEAgIBAQEEAQEBBgEBAQIBAQIDBwUEBQQIAwMJAgEGAxADBgMCAwIDAgMCAwYCAwMDAwMHSgECAQMGDAMDBQMCAQEBBAMDBAkFBAgDAwIBAQEBAgkCAgIBAgECAQEBAgICAQEBBAEBAQUEAwUEBQgIAwIBJwEBAwYECQUEBAQCBQMECQEGCQMCAQIDAgECAwQDCgIIAQIBAgIDAQIDAwgFBAkEAwMDBAIBAgECAQIBEBAGAgMFCQMKAQICAg8CAwUGDBQBAgECAQIBAgYCBgkEBQQEBAMDAgEBAQICAgECAQgMAwQDAgECAwIBAhIBCQQDBQQEBAUJBAMDBAAAAAADAAAAAAO5Ao4AAwAHAAsAABMRIREHESERIzMRIy8DijH9YoxeXgKO/Y8CcTD96wIV/esAIAAA/+4DrALOAAQACQAOABMAGAAfACgAMAA5AEUATABRAFYAWwBgAGUAagBvAHQAfQCDAIsAkwCYAJ0AogCnAKwAsQC2ALsAwAAAATIzNSMXMjM1IxcyMzUjFzIzNSMXMjM1Ixc2FzcmIiMhIgcXPgEnJjYFFhc+ATcmJwUGBx4BFzY3JgUOARcWBhc2Fjc0JwUGFTMmNycFMjM1IwUyMzUjBTIzNSMFMjM1IwUyMzUjBTIzNSMFMjM1IwUyMzUjBQYHHgEXNjcmBRYXNyYnBQYHFhc2NycFFhc2NyYnBhcyMzUjFzIzNSMXMjM1IxcyMzUjFzIzNSMXMjM1Iwc0NSEREzIzESE3FBUzNQEFGRgxYhgZMWEZGDFiGRgxYhgZMWEXFwYNGg397QwNCQgQBAEDAmATDAkVBxMZ/TMYEwoUCQ0RDALpCwMEAgIHCxcKCvyjBzEBBi4DNRkYMfzDGBkxAz0ZGDH8wxgZMQM9GRgx/MMYGTEDPRkYMfzDGBkxAzsECgsVCg8FGfyyBhEoCgUC3A8TCQcbFx79MBgcBwUSEQ5cGBkxYRkYMWIZGDFiGBgwXhkYMWUZGDE1/q4fior+7CXLAp0xMTExMTExMTExAQIwAgMwAQELCRk7CRAIEAgXDQMPFgcSBRAJFkoBCwoFEQEBAQEdGwgaGxQUD5UxNTGOMTYxjjE1MY8xNTFZExIGDgQZGwUKHRgbEhNBCwYXFwgSJyoRCBgXBgwVMjExMTExMTExMTExIqyr/qkBOP7rpxcYLwALAAD/zgO5AvIABQAJAA0AEQAVABkAHwAjACcAKwAvAAAXNTMVMxUzNTMVMzUzFTM1MxUzNTMVMzUzFTM1MzUzFSU1MxUhNTMVJREhEScRIREuMRAxYTFiMWExYjFhMA0x/HUxAykx/HYDijH81jJZKDExMTExMTExMTExMShZilxcXFyLAg/98TABs/5NAAAEAAD/nAPDAyAAAwAHAA4AFQAAAREzETMRMxEBBxc1MzUjJRUHFTMVNwFuJsMm/lCkpF1dAlNeXqMDIPx8A4T8fAOE/uGjo29pbmwBam+jAAYAAP+eA5QDHgAGAAkADQARABUAGQAAAQUXARcBFyUFFycHFzcPARc3DwEXNw8BFzcDlP5mQP4aGQHmPgED/mWXlT8ZP5c+GT6ePxk/lyYZJgMebV/+uSYBSFwFbeBYKyUqLyomKzUrJSswGiUaAAACAAAAAAO5AmYAAwAHAAATESERAREhES8DivylAyoCZv3wAhD+HQGz/k0AAAkAAP+nA7IDHgADAAcACwARABUAGQAfACUAKQAAARUzNQUVMzUzFTM1FxUzFTM1BRUzNQUVMzUHFSMVMzUFFTM1IzUXFTM1AS9n/qHaoduCeyj9fWcB9Cgod5/9np934FIDHtra9mdnZ2ceKHWdaNran01NvnQonAGdKHV1KCgACwAA/84DuQLyAAUACQANABEAFQAZAB8AIwAnACsALwAAExUzNTM1MxUzNTMVMzUzFTM1MxUzNTMVMzUzFTMVMzUFFTM1IRUzNQURIREHESERLjEQMWExYjFhMWIxYTANMfx1MQMpMfx2A4ox/NYC8lkpMDAwMDAwMDAwMDAwKVmJXFxcXIv98AIQMP5NAbMADAAA//oDuQLCAAQAGAAcACAAJAAoACwAMAA0ADgAPABAAAATFREhEQUhFSMVMxUjFTMVITUzNSM1MzUjMxUzNTMVMzUzFTM1MxUzNTMVMzUFFTM1MxUzNTMVMzUzFTM1MxUzNS8DivylAyoMDAwM/NYRERERQmIxYTFiMWExYv1UYjFhMWIxYTFiAsLY/hACyCysMbYxqakxtjExMTExMTExMTEx5zExMTExMTExMTEAAAAABwAA//oDuQLCAAQAEAAUABgAHAAgACQAABMZASERBSERIxUzESERMzUjMxUzNTMVMzUzFTM1MxUzNTMVMzUvA4r8pQMqDAz81hERQmIxYTFiMWExYgLC/rT+hALILP7gMP7jAR0wMDAwMDAwMDAwMAAAAAAFAAD/0gMjAuoABQALAA4AFgAdAAABIiMRIREnFTMRIREFFyMnHQEjFTMVNycXBzUjNTMCctbXAl7luP38AXl9feNqao15XFxqagLq/OgCYom6/fwCvgyBbBhFUFyEVlZWQigABAAA/9IDIwLqAAUACwAOABUAAAEiIxEhEScVMxEhEQUXIycVIxUzFTcCctbXAl7luP38AXl9feNqao0C6vzoAmKJuv38Ar4MgWxdUFyEAAACAAD/1gNyAu8AXADFAAABIgYHDgEfARUmLwEuAScmBxUOAQcGHgEXFhcmJy4CBgc5AQYXHgEXHgEXHgEfASE3PgM3PgInLgEnJgYHBgcGBzU0NiYnLgIGBw4CDwEvAS4BJy4BBzMHMjEzMhYXHgEfAR4BFz8CPgE3PgE7ATIWFx4BFQcfAT4CNzYXOQEeAgYHBg8BDgEHDgEHIS4BJy4CJyY2NzYXHgEXHgEXNycmJy4CNzY3NhYXHgIXMRYfAT8BNi8BJjY3PgEB8g4YBwsGAQEJBhcMHRYYHA0QAwMOFgkPDBEVESYpKRIcBAIOCxY+IiVKHQUBTAMFDBEYDxYlEwYEGBEPGwoUDQsKAQQKBRUbFQcODQgECQYGAwsOBxYOAQIBAQQGBAgMAwYHDgEhGgkECwgEBQUCBAIDBgQBASAOGRsNCwsJCAQDBAkSJxAYCQcLBP7fG0cmIz8mAgEGCRAdDyIQIi0BHQ0NEQoWDAMBCwgLBAsYFwsNEREgAQIBAgEHBgQGAu4PCxc8IkNDFhE7HS4LCwsBBhYNGTpCITYuERIPGRACDxofDxwNGz4nLnQnBwwQO05WKDZhTx8PFwMDCwsUIBcbSyFEOxYLDgELCRQyOBkvM0AiOxYMDgEhBAYNNiFBRVYBAZU2HCwKBAMCBQs3IUSgBx9FOQ4LAgEIEBwSJDBmKlgoIDQPJXAvKT4wDgcNCQ4LBhcOHTMCDzYyPyRANQ4MBQQBAgUkNx8jJysGMi82QyI1DQYEAAAEAAD/8AOsAswADwAfAC8APwAAEw4BBxEeARchPgE3ES4BJwUhHgEXEQ4BByEuAScRPgEXDgEHER4BFyE+ATcRLgEnBSEeARcRDgEHIS4BJxE+AdJAUwICU0ACRT9UAgJUP/27AkUwQQEBQTD9uzFBAQFBTic1AQE1JwILJzQBATQn/fUCCxkgAQEgGf31GSEBASECzAJTQP5OP1QCAlQ/AbJAUwIiAUEx/k4xQQEBQTEBsjFBMAE0J/6CJzQBATQnAX4nNAEiASAZ/oIZIAEBIBkBfhkgAAAAABIA3gABAAAAAAAAABUAAAABAAAAAAABAAQAFQABAAAAAAACAAcAGQABAAAAAAADAAQAIAABAAAAAAAEAAQAJAABAAAAAAAFAAsAKAABAAAAAAAGAAQAMwABAAAAAAAKACsANwABAAAAAAALABMAYgADAAEECQAAACoAdQADAAEECQABAAgAnwADAAEECQACAA4ApwADAAEECQADAAgAtQADAAEECQAEAAgAvQADAAEECQAFABYAxQADAAEECQAGAAgA2wADAAEECQAKAFYA4wADAAEECQALACYBOWNhbXVuZGEgU2VydmljZXMgR21iSGJwbW5SZWd1bGFyYnBtbmJwbW5WZXJzaW9uIDEuMGJwbW5HZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBjAGEAbQB1AG4AZABhACAAUwBlAHIAdgBpAGMAZQBzACAARwBtAGIASABiAHAAbQBuAFIAZQBnAHUAbABhAHIAYgBwAG0AbgBiAHAAbQBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABiAHAAbQBuAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGsAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAWMBZAFlAWYBZwFoAWkBagFrDHNjcmV3LXdyZW5jaAV0cmFzaBBjb25kaXRpb25hbC1mbG93DGRlZmF1bHQtZmxvdxBnYXRld2F5LXBhcmFsbGVsH2ludGVybWVkaWF0ZS1ldmVudC1jYXRjaC1jYW5jZWwxaW50ZXJtZWRpYXRlLWV2ZW50LWNhdGNoLW5vbi1pbnRlcnJ1cHRpbmctbWVzc2FnZRhzdGFydC1ldmVudC1jb21wZW5zYXRpb24uc3RhcnQtZXZlbnQtbm9uLWludGVycnVwdGluZy1wYXJhbGxlbC1tdWx0aXBsZQtsb29wLW1hcmtlchJwYXJhbGxlbC1taS1tYXJrZXIjc3RhcnQtZXZlbnQtbm9uLWludGVycnVwdGluZy1zaWduYWwvaW50ZXJtZWRpYXRlLWV2ZW50LWNhdGNoLW5vbi1pbnRlcnJ1cHRpbmctdGltZXIqaW50ZXJtZWRpYXRlLWV2ZW50LWNhdGNoLXBhcmFsbGVsLW11bHRpcGxlJWludGVybWVkaWF0ZS1ldmVudC1jYXRjaC1jb21wZW5zYXRpb24LZ2F0ZXdheS14b3IKY29ubmVjdGlvbhBlbmQtZXZlbnQtY2FuY2VsImludGVybWVkaWF0ZS1ldmVudC1jYXRjaC1jb25kaXRpb247aW50ZXJtZWRpYXRlLWV2ZW50LWNhdGNoLW5vbi1pbnRlcnJ1cHRpbmctcGFyYWxsZWwtbXVsdGlwbGUVc3RhcnQtZXZlbnQtY29uZGl0aW9uInN0YXJ0LWV2ZW50LW5vbi1pbnRlcnJ1cHRpbmctdGltZXIUc2VxdWVudGlhbC1taS1tYXJrZXIJdXNlci10YXNrDWJ1c2luZXNzLXJ1bGUSc3ViLXByb2Nlc3MtbWFya2VyHXN0YXJ0LWV2ZW50LXBhcmFsbGVsLW11bHRpcGxlEXN0YXJ0LWV2ZW50LWVycm9yH2ludGVybWVkaWF0ZS1ldmVudC1jYXRjaC1zaWduYWweaW50ZXJtZWRpYXRlLWV2ZW50LWNhdGNoLWVycm9yFmVuZC1ldmVudC1jb21wZW5zYXRpb24Uc3VicHJvY2Vzcy1jb2xsYXBzZWQTc3VicHJvY2Vzcy1leHBhbmRlZAR0YXNrD2VuZC1ldmVudC1lcnJvciNpbnRlcm1lZGlhdGUtZXZlbnQtY2F0Y2gtZXNjYWxhdGlvbh5pbnRlcm1lZGlhdGUtZXZlbnQtY2F0Y2gtdGltZXIWc3RhcnQtZXZlbnQtZXNjYWxhdGlvbhJzdGFydC1ldmVudC1zaWduYWwSYnVzaW5lc3MtcnVsZS10YXNrBm1hbnVhbAdyZWNlaXZlDWNhbGwtYWN0aXZpdHkRc3RhcnQtZXZlbnQtdGltZXITc3RhcnQtZXZlbnQtbWVzc2FnZRdpbnRlcm1lZGlhdGUtZXZlbnQtbm9uZR1pbnRlcm1lZGlhdGUtZXZlbnQtY2F0Y2gtbGluaxRlbmQtZXZlbnQtZXNjYWxhdGlvbg90ZXh0LWFubm90YXRpb24HYnBtbi1pbw9nYXRld2F5LWNvbXBsZXgSZ2F0ZXdheS1ldmVudGJhc2VkDGdhdGV3YXktbm9uZQpnYXRld2F5LW9yE2VuZC1ldmVudC10ZXJtaW5hdGUQZW5kLWV2ZW50LXNpZ25hbA5lbmQtZXZlbnQtbm9uZRJlbmQtZXZlbnQtbXVsdGlwbGURZW5kLWV2ZW50LW1lc3NhZ2UOZW5kLWV2ZW50LWxpbmsgaW50ZXJtZWRpYXRlLWV2ZW50LWNhdGNoLW1lc3NhZ2UlaW50ZXJtZWRpYXRlLWV2ZW50LXRocm93LWNvbXBlbnNhdGlvbhRzdGFydC1ldmVudC1tdWx0aXBsZQZzY3JpcHQLbWFudWFsLXRhc2sEc2VuZAdzZXJ2aWNlDHJlY2VpdmUtdGFzawR1c2VyEHN0YXJ0LWV2ZW50LW5vbmUjaW50ZXJtZWRpYXRlLWV2ZW50LXRocm93LWVzY2FsYXRpb24haW50ZXJtZWRpYXRlLWV2ZW50LWNhdGNoLW11bHRpcGxlNGludGVybWVkaWF0ZS1ldmVudC1jYXRjaC1ub24taW50ZXJydXB0aW5nLWVzY2FsYXRpb24daW50ZXJtZWRpYXRlLWV2ZW50LXRocm93LWxpbmsmc3RhcnQtZXZlbnQtbm9uLWludGVycnVwdGluZy1jb25kaXRpb24LZGF0YS1vYmplY3QLc2NyaXB0LXRhc2sJc2VuZC10YXNrCmRhdGEtc3RvcmUnc3RhcnQtZXZlbnQtbm9uLWludGVycnVwdGluZy1lc2NhbGF0aW9uIGludGVybWVkaWF0ZS1ldmVudC10aHJvdy1tZXNzYWdlMmludGVybWVkaWF0ZS1ldmVudC1jYXRjaC1ub24taW50ZXJydXB0aW5nLW11bHRpcGxlMGludGVybWVkaWF0ZS1ldmVudC1jYXRjaC1ub24taW50ZXJydXB0aW5nLXNpZ25hbCFpbnRlcm1lZGlhdGUtZXZlbnQtdGhyb3ctbXVsdGlwbGUkc3RhcnQtZXZlbnQtbm9uLWludGVycnVwdGluZy1tZXNzYWdlDWFkLWhvYy1tYXJrZXIMc2VydmljZS10YXNrCXRhc2stbm9uZRNjb21wZW5zYXRpb24tbWFya2VyJXN0YXJ0LWV2ZW50LW5vbi1pbnRlcnJ1cHRpbmctbXVsdGlwbGUfaW50ZXJtZWRpYXRlLWV2ZW50LXRocm93LXNpZ25hbDNpbnRlcm1lZGlhdGUtZXZlbnQtY2F0Y2gtbm9uLWludGVycnVwdGluZy1jb25kaXRpb24LcGFydGljaXBhbnQZZXZlbnQtc3VicHJvY2Vzcy1leHBhbmRlZBFsYW5lLWluc2VydC1iZWxvdwpzcGFjZS10b29sEGNvbm5lY3Rpb24tbXVsdGkEbGFuZQpsYXNzby10b29sEWxhbmUtaW5zZXJ0LWFib3ZlEWxhbmUtZGl2aWRlLXRocmVlD2xhbmUtZGl2aWRlLXR3bwpkYXRhLWlucHV0C2RhdGEtb3V0cHV0CWhhbmQtdG9vbAt0cmFuc2FjdGlvbgAAAA==') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bpmn';
    src: url('../font/bpmn.svg?43681877#bpmn') format('svg');
  }
}
*/

 [class^="bpmn-icon-"]:before, [class*=" bpmn-icon-"]:before {
  font-family: "bpmn";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /* margin-right: .2em; */
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* margin-left: .2em; */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.bpmn-icon-screw-wrench:before { content: '\E800'; } /* '' */
.bpmn-icon-trash:before { content: '\E801'; } /* '' */
.bpmn-icon-conditional-flow:before { content: '\E802'; } /* '' */
.bpmn-icon-default-flow:before { content: '\E803'; } /* '' */
.bpmn-icon-gateway-parallel:before { content: '\E804'; } /* '' */
.bpmn-icon-intermediate-event-catch-cancel:before { content: '\E805'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-message:before { content: '\E806'; } /* '' */
.bpmn-icon-start-event-compensation:before { content: '\E807'; } /* '' */
.bpmn-icon-start-event-non-interrupting-parallel-multiple:before { content: '\E808'; } /* '' */
.bpmn-icon-loop-marker:before { content: '\E809'; } /* '' */
.bpmn-icon-parallel-mi-marker:before { content: '\E80A'; } /* '' */
.bpmn-icon-start-event-non-interrupting-signal:before { content: '\E80B'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-timer:before { content: '\E80C'; } /* '' */
.bpmn-icon-intermediate-event-catch-parallel-multiple:before { content: '\E80D'; } /* '' */
.bpmn-icon-intermediate-event-catch-compensation:before { content: '\E80E'; } /* '' */
.bpmn-icon-gateway-xor:before { content: '\E80F'; } /* '' */
.bpmn-icon-connection:before { content: '\E810'; } /* '' */
.bpmn-icon-end-event-cancel:before { content: '\E811'; } /* '' */
.bpmn-icon-intermediate-event-catch-condition:before { content: '\E812'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\E813'; } /* '' */
.bpmn-icon-start-event-condition:before { content: '\E814'; } /* '' */
.bpmn-icon-start-event-non-interrupting-timer:before { content: '\E815'; } /* '' */
.bpmn-icon-sequential-mi-marker:before { content: '\E816'; } /* '' */
.bpmn-icon-user-task:before { content: '\E817'; } /* '' */
.bpmn-icon-business-rule:before { content: '\E818'; } /* '' */
.bpmn-icon-sub-process-marker:before { content: '\E819'; } /* '' */
.bpmn-icon-start-event-parallel-multiple:before { content: '\E81A'; } /* '' */
.bpmn-icon-start-event-error:before { content: '\E81B'; } /* '' */
.bpmn-icon-intermediate-event-catch-signal:before { content: '\E81C'; } /* '' */
.bpmn-icon-intermediate-event-catch-error:before { content: '\E81D'; } /* '' */
.bpmn-icon-end-event-compensation:before { content: '\E81E'; } /* '' */
.bpmn-icon-subprocess-collapsed:before { content: '\E81F'; } /* '' */
.bpmn-icon-subprocess-expanded:before { content: '\E820'; } /* '' */
.bpmn-icon-task:before { content: '\E821'; } /* '' */
.bpmn-icon-end-event-error:before { content: '\E822'; } /* '' */
.bpmn-icon-intermediate-event-catch-escalation:before { content: '\E823'; } /* '' */
.bpmn-icon-intermediate-event-catch-timer:before { content: '\E824'; } /* '' */
.bpmn-icon-start-event-escalation:before { content: '\E825'; } /* '' */
.bpmn-icon-start-event-signal:before { content: '\E826'; } /* '' */
.bpmn-icon-business-rule-task:before { content: '\E827'; } /* '' */
.bpmn-icon-manual:before { content: '\E828'; } /* '' */
.bpmn-icon-receive:before { content: '\E829'; } /* '' */
.bpmn-icon-call-activity:before { content: '\E82A'; } /* '' */
.bpmn-icon-start-event-timer:before { content: '\E82B'; } /* '' */
.bpmn-icon-start-event-message:before { content: '\E82C'; } /* '' */
.bpmn-icon-intermediate-event-none:before { content: '\E82D'; } /* '' */
.bpmn-icon-intermediate-event-catch-link:before { content: '\E82E'; } /* '' */
.bpmn-icon-end-event-escalation:before { content: '\E82F'; } /* '' */
.bpmn-icon-text-annotation:before { content: '\E830'; } /* '' */
.bpmn-icon-bpmn-io:before { content: '\E831'; } /* '' */
.bpmn-icon-gateway-complex:before { content: '\E832'; } /* '' */
.bpmn-icon-gateway-eventbased:before { content: '\E833'; } /* '' */
.bpmn-icon-gateway-none:before { content: '\E834'; } /* '' */
.bpmn-icon-gateway-or:before { content: '\E835'; } /* '' */
.bpmn-icon-end-event-terminate:before { content: '\E836'; } /* '' */
.bpmn-icon-end-event-signal:before { content: '\E837'; } /* '' */
.bpmn-icon-end-event-none:before { content: '\E838'; } /* '' */
.bpmn-icon-end-event-multiple:before { content: '\E839'; } /* '' */
.bpmn-icon-end-event-message:before { content: '\E83A'; } /* '' */
.bpmn-icon-end-event-link:before { content: '\E83B'; } /* '' */
.bpmn-icon-intermediate-event-catch-message:before { content: '\E83C'; } /* '' */
.bpmn-icon-intermediate-event-throw-compensation:before { content: '\E83D'; } /* '' */
.bpmn-icon-start-event-multiple:before { content: '\E83E'; } /* '' */
.bpmn-icon-script:before { content: '\E83F'; } /* '' */
.bpmn-icon-manual-task:before { content: '\E840'; } /* '' */
.bpmn-icon-send:before { content: '\E841'; } /* '' */
.bpmn-icon-service:before { content: '\E842'; } /* '' */
.bpmn-icon-receive-task:before { content: '\E843'; } /* '' */
.bpmn-icon-user:before { content: '\E844'; } /* '' */
.bpmn-icon-start-event-none:before { content: '\E845'; } /* '' */
.bpmn-icon-intermediate-event-throw-escalation:before { content: '\E846'; } /* '' */
.bpmn-icon-intermediate-event-catch-multiple:before { content: '\E847'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-escalation:before { content: '\E848'; } /* '' */
.bpmn-icon-intermediate-event-throw-link:before { content: '\E849'; } /* '' */
.bpmn-icon-start-event-non-interrupting-condition:before { content: '\E84A'; } /* '' */
.bpmn-icon-data-object:before { content: '\E84B'; } /* '' */
.bpmn-icon-script-task:before { content: '\E84C'; } /* '' */
.bpmn-icon-send-task:before { content: '\E84D'; } /* '' */
.bpmn-icon-data-store:before { content: '\E84E'; } /* '' */
.bpmn-icon-start-event-non-interrupting-escalation:before { content: '\E84F'; } /* '' */
.bpmn-icon-intermediate-event-throw-message:before { content: '\E850'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\E851'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-signal:before { content: '\E852'; } /* '' */
.bpmn-icon-intermediate-event-throw-multiple:before { content: '\E853'; } /* '' */
.bpmn-icon-start-event-non-interrupting-message:before { content: '\E854'; } /* '' */
.bpmn-icon-ad-hoc-marker:before { content: '\E855'; } /* '' */
.bpmn-icon-service-task:before { content: '\E856'; } /* '' */
.bpmn-icon-task-none:before { content: '\E857'; } /* '' */
.bpmn-icon-compensation-marker:before { content: '\E858'; } /* '' */
.bpmn-icon-start-event-non-interrupting-multiple:before { content: '\E859'; } /* '' */
.bpmn-icon-intermediate-event-throw-signal:before { content: '\E85A'; } /* '' */
.bpmn-icon-intermediate-event-catch-non-interrupting-condition:before { content: '\E85B'; } /* '' */
.bpmn-icon-participant:before { content: '\E85C'; } /* '' */
.bpmn-icon-event-subprocess-expanded:before { content: '\E85D'; } /* '' */
.bpmn-icon-lane-insert-below:before { content: '\E85E'; } /* '' */
.bpmn-icon-space-tool:before { content: '\E85F'; } /* '' */
.bpmn-icon-connection-multi:before { content: '\E860'; } /* '' */
.bpmn-icon-lane:before { content: '\E861'; } /* '' */
.bpmn-icon-lasso-tool:before { content: '\E862'; } /* '' */
.bpmn-icon-lane-insert-above:before { content: '\E863'; } /* '' */
.bpmn-icon-lane-divide-three:before { content: '\E864'; } /* '' */
.bpmn-icon-lane-divide-two:before { content: '\E865'; } /* '' */
.bpmn-icon-data-input:before { content: '\E866'; } /* '' */
.bpmn-icon-data-output:before { content: '\E867'; } /* '' */
.bpmn-icon-hand-tool:before { content: '\E868'; } /* '' */
.bpmn-icon-transaction:before { content: '\E8C4'; } /* '' */
.portalCard {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  height: 190px;
}
.portalCard:hover {
  -webkit-box-shadow: 0 0 6px #b3b3b3;
          box-shadow: 0 0 6px #b3b3b3;
}
.portalCard.ant-card .ant-card-head {
  min-height: 30px;
}

.gridsContent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.gridsContent .homePage_content {
  width: 100%;
  height: 100%;
}
.gridsContent .homePage_content .iframe {
  width: 100%;
  height: 100%;
}
.react-grid-item > .react-resizable-handle {
  z-index: 15;
}
.portalBak .menuCardList ul .card-item {
  padding: 15px 14px 15px 40px;
  height: 60px;
}

.card-body {
  border: 1px solid #e9e9e9;
}

.ant-tooltip-content .ant-tooltip-inner {
  background-color: #fff;
  color: #666;
  padding: 12px;
  color: #333333;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px 2px #E2E2E2;
          box-shadow: 0 2px 6px 2px #E2E2E2;
}
.ant-tooltip-placement-top .ant-tooltip-content .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-content .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-content .ant-tooltip-arrow,
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  border-width: 8px 5px 0;
  border-top-color: #fff;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  border-bottom-color: #fff !important;
}

.ant-input {
  line-height: 1.5;
  color: #333333;
}
.inputTextArea {
  position: relative;
}
.inputTextArea .lengthText {
  position: absolute;
  right: 0;
  bottom: -13px;
  line-height: 14px;
  color: #f5222d;
}
.ant-input-affix-wrapper .ant-input:focus,
.has-error .ant-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 11px;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  color: #333333;
  border-color: #FA5555 !important;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #FA5555 !important;
  font-size: 12px;
}
.ant-input-clear-icon {
  font-size: 14px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-form-item-label {
  line-height: 32px;
}
.ant-form-item-control {
  line-height: 32px;
}
.ant-form-item-label > label::after {
  content: "";
}
.ant-form .ant-form-item-label label {
  color: #666666;
}
.ant-form .ant-form-item-control .ant-form-explain {
  padding-left: 11px;
  font-size: 14px;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  padding-left: 11px;
  font-size: 14px !important;
}
.ant-form .ant-form-item-children .ant-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container,
:root[theme='test1_school_v1'] .renewui-login .find-password-container,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container,
:root[theme='test1_park_v1'] .renewui-login .find-password-container {
  background: #F5FBFF;
  height: 100%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .login-environment-text,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .login-environment-text,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .login-environment-text,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .login-environment-text {
  position: absolute;
  top: 100px;
  left: 50%;
  font-size: 35px;
  color: red;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container :-webkit-autofill,
:root[theme='test1_school_v1'] .renewui-login .find-password-container :-webkit-autofill,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container :-webkit-autofill,
:root[theme='test1_park_v1'] .renewui-login .find-password-container :-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container header,
:root[theme='test1_school_v1'] .renewui-login .find-password-container header,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container header,
:root[theme='test1_park_v1'] .renewui-login .find-password-container header {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  color: #FFFFFF;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-size: 23.81px;
  position: relative;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container header .box,
:root[theme='test1_school_v1'] .renewui-login .find-password-container header .box,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container header .box,
:root[theme='test1_park_v1'] .renewui-login .find-password-container header .box {
  position: absolute;
  left: 87px;
  top: 46%;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container header .logo,
:root[theme='test1_school_v1'] .renewui-login .find-password-container header .logo,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container header .logo,
:root[theme='test1_park_v1'] .renewui-login .find-password-container header .logo {
  width: 200px;
  height: 46px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container header .title,
:root[theme='test1_school_v1'] .renewui-login .find-password-container header .title,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container header .title,
:root[theme='test1_park_v1'] .renewui-login .find-password-container header .title {
  margin-left: 16px;
  font-size: 28px;
  vertical-align: top;
  line-height: 48px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container {
  height: -webkit-calc(70vh);
  height: -moz-calc(70vh);
  height: calc(70vh);
  position: relative;
  width: 681px;
  height: 447px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/asset/login-bg.png) no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .imgBox,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .imgBox,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .imgBox,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .imgBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1080px;
  height: 100%;
  overflow: hidden;
  width: 368px;
  height: 387px;
  left: 84px;
  top: 133px;
  min-width: 368px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container img,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container img,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container img,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container img {
  height: 100%;
  width: 100%;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .logoContent,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .logoContent,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .logoContent,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .logoContent {
  width: 326px;
  height: 418px;
  position: absolute;
  top: 11px;
  right: 14px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .logoBgContent,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .logoBgContent,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .logoBgContent,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .logoBgContent {
  position: absolute;
  width: 23px;
  height: 42px;
  background-image: -moz-linear-gradient(155deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(155deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(295deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  top: 0;
  right: 100%;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .logoBgLogo,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .logoBgLogo,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .logoBgLogo,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .logoBgLogo {
  position: absolute;
  top: 32px;
  right: 24px;
  padding: 2px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .containerFont,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .containerFont,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .containerFont,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .containerFont {
  position: absolute;
  bottom: 56px;
  right: 38%;
  z-index: 2;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .containerFont .up,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .containerFont .up,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .containerFont .up,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .containerFont .up {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 38px;
  color: #FFFFFF;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .containerFont .down,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .containerFont .down,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .containerFont .down,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .containerFont .down {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .transformLeft,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .transformLeft,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .transformLeft,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .transformLeft {
  width: 0;
  height: 0;
  position: absolute;
  top: -7.3%;
  right: 34%;
  border-bottom: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .transformRight,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .transformRight,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .transformRight,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .transformRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  top: -7.3%;
  border-bottom: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7.3%;
  right: 34%;
  border-top: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .transformBottomRight,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .transformBottomRight,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .transformBottomRight,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .transformBottomRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  bottom: -7.3%;
  border-top: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container footer,
:root[theme='test1_school_v1'] .renewui-login .find-password-container footer,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container footer,
:root[theme='test1_park_v1'] .renewui-login .find-password-container footer {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  background: #F5FBFF;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  min-width: 270px;
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 999;
  height: inherit !important;
  width: inherit !important;
  right: auto;
  bottom: auto;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .bg,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .bg,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .bg,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .bg {
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  background: #F5FBFF;
  min-width: 270px;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login {
  text-align: center;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input {
  margin-left: 70px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input:hover,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input:hover,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input:hover,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .passwordInput .ant-input:hover {
  background-color: transparent;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box {
  margin-top: 30px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item {
  margin: 6%;
  height: 48px !important;
  margin: 5px 0px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper .loginIcon,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper .loginIcon,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper .loginIcon,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper .loginIcon,
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper .loginIcon,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper .loginIcon,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper .loginIcon,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper .loginIcon {
  right: 80%;
  top: 9px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper button,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper button,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper button,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .img-code-wraper button,
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper button,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper button,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper button,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item .msg-code-wraper button {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 25px;
  font-size: 14px;
  width: 112px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .ant-form-extra,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .ant-form-extra,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .ant-form-extra,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .ant-form-extra {
  width: 88%;
  margin: 0 6%;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .tip,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .tip,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .tip,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .tip {
  width: 78%;
  margin: 42px 11% 0;
  line-height: 20px;
  text-align: left;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .success .btn,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .success .btn,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .success .btn,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .success .btn {
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  width: 48px;
  height: 48px;
  cursor: default;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .success .btn:hover,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .success .btn:hover,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .success .btn:hover,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .success .btn:hover {
  background-color: #1990ff;
  border-color: #1990ff;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip {
  display: inline-block;
  width: 78%;
  margin: 42px 11% 84px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p {
  margin-bottom: 0;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p.tip-title,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p.tip-title,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p.tip-title,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .success .success-tip p.tip-title {
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .help,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .help,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .help,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .help {
  width: 78%;
  margin: 20px 11% 0 11%;
  width: 290px !important;
  margin: 10px auto !important;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .help .back-login,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .help .back-login,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .help .back-login,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .help .back-login {
  text-align: right;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .title,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .title,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .title,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .title {
  color: #49494A;
  text-align: center;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-weight: bold;
  border-bottom: 3px solid #2f8cfc;
  padding: 7px 0;
  color: #338DFB;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 0;
  padding: auto;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-input,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-input,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-input,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-input {
  width: 80%;
  border: none;
  font-size: 14px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 39px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-input:focus,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-input:focus,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-input:focus,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-input:focus {
  border-color: transparent;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-input::-webkit-input-placeholder,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-input::-webkit-input-placeholder,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-input::-webkit-input-placeholder,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-input::-moz-placeholder,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-input::-moz-placeholder,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-input::-moz-placeholder,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-input:-moz-placeholder,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-input:-moz-placeholder,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-input:-moz-placeholder,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-input:-ms-input-placeholder,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-input:-ms-input-placeholder,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-input:-ms-input-placeholder,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-select,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-select,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-select,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-select {
  width: 80%;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  margin-left: 39px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:focus,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:focus,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:focus,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:active,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:active,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:active,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-select .ant-select-selection:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .password,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .password,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .password,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .password {
  position: relative;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .password .ant-form-explain,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .password .ant-form-explain,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .password .ant-form-explain,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .password .ant-form-explain {
  position: absolute;
  top: 34px;
  margin-top: 0;
  margin-left: 0;
  left: 70px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children {
  display: inline-block;
  width: 100%;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .loginIcon,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .loginIcon,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .loginIcon,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .loginIcon {
  top: 10px;
  left: -webkit-calc((25% + 39px) / 2 - 18px);
  left: -moz-calc((25% + 39px) / 2 - 18px);
  left: calc((25% + 39px) / 2 - 18px);
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .ant-input-suffix,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .ant-input-suffix,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .ant-input-suffix,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .password .ant-form-item-children .ant-input-suffix {
  right: -webkit-calc((25% - 39px) / 2 + 11px);
  right: -moz-calc((25% - 39px) / 2 + 11px);
  right: calc((25% - 39px) / 2 + 11px);
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .password .ant-input-password input:focus,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .password .ant-input-password input:focus,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .password .ant-input-password input:focus,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .password .ant-input-password input:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .password .has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled),
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .password .has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled),
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .password .has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled),
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .password .has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: transparent;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .loginIcon,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .loginIcon,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .loginIcon,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .loginIcon {
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: -2px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .loginCodeImg,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .loginCodeImg,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .loginCodeImg,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .loginCodeImg {
  position: absolute;
  width: 25%;
  height: 30px;
  bottom: 15px;
  right: 5.8%;
  -webkit-transform: scale(1.5, 1.5) translatex(-13px);
     -moz-transform: scale(1.5, 1.5) translatex(-13px);
      -ms-transform: scale(1.5, 1.5) translatex(-13px);
          transform: scale(1.5, 1.5) translatex(-13px);
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .hrStyle,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .hrStyle,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .hrStyle,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .hrStyle {
  width: 88%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 1px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-form-explain,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-form-explain,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-form-explain,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-form-explain {
  text-align: left;
  margin-top: 7px;
  margin-left: 19%;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .colStyle,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .colStyle,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .colStyle,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .colStyle {
  width: 80%;
  margin: 0 auto;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .colStyle .captchaStyle,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .colStyle .captchaStyle,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .colStyle .captchaStyle,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .colStyle .captchaStyle {
  width: 118.5px;
  height: 35.6px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .colStyle .catchaImg,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .colStyle .catchaImg,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .colStyle .catchaImg,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .colStyle .catchaImg {
  width: 85.4px;
  height: 35.6px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .colStyle .reloadImg,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .colStyle .reloadImg,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .colStyle .reloadImg,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .colStyle .reloadImg {
  background: #F0F3F8;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-btn,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-btn,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-btn,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-btn {
  width: 78%;
  padding: 0px;
  font-size: 18px;
  font-family: 'PingFangSC', 'Microsoft YaHei';
  position: relative;
  margin-top: 10px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-btn:before,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-btn:before,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-btn:before,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-btn:before {
  opacity: 1;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-leave,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-leave,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-leave,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-leave {
  margin-left: -webkit-calc(4%);
  margin-left: -moz-calc(4%);
  margin-left: calc(4%);
  color: #666;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login {
  color: white;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #2f8CFC !important;
  padding: 12px;
  height: auto;
  background: #2F8CFD !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  padding: 0;
  width: 290px !important;
  height: 30px !important;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login .right,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login .right,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login .right,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-btn.btn-login .right {
  margin-left: 24px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .btn-login[disabled],
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .btn-login[disabled],
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .btn-login[disabled],
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .btn-login[disabled] {
  background: #F5F5F5!important;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-top: 30px;
  border: 0;
  background: #2F8CFD !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  width: 290px;
  height: 30px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .help,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .help,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .help,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .help {
  width: 78%;
  margin: 20px 11% 0 11%;
  width: 290px !important;
  margin: 10px auto !important;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .help .forget-password,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .help .forget-password,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .help .forget-password,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .help .forget-password {
  text-align: right;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .autoLogin,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .autoLogin,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .autoLogin,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .autoLogin {
  position: absolute;
  left: 10%;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .forgetPass,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .forgetPass,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .forgetPass,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .forgetPass {
  position: absolute;
  right: 10%;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container nav .digitalLog,
:root[theme='test1_school_v1'] .renewui-login .find-password-container nav .digitalLog,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .digitalLog,
:root[theme='test1_park_v1'] .renewui-login .find-password-container nav .digitalLog {
  font-size: 16px;
  margin-top: 22% !important;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-wraper,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-wraper,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-wraper,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-wraper {
  text-align: right;
  line-height: 20px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-item,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-item,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-item,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-item {
  float: left;
  margin-right: 1px;
  margin-top: 6px;
  width: 9px;
  height: 8px;
  line-height: 8px;
  list-style: none;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-1,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-1,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-1,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-1 {
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-2,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-2,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-2,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-2 {
  width: 10px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-3,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-3,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-3,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-item-3 {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  margin-right: 8px;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-low .ant-pwd-strength-item-1,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-low .ant-pwd-strength-item-1,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-low .ant-pwd-strength-item-1,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-low .ant-pwd-strength-item-1,
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-1,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-1,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-1,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-1,
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-1,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-1,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-1,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-1 {
  background-color: #FAC450;
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-2,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-2,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-2,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-2,
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-2,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-2,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-2,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-2 {
  background-color: rgba(135, 208, 104, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9987D068, 68, endColorstr=#9987D068, 68);
}
:root[theme='test1_default_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-3,
:root[theme='test1_school_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-3,
:root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-3,
:root[theme='test1_park_v1'] .renewui-login .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-3 {
  background-color: #87D068;
}
@media screen and (max-width: 1388px) {
  :root[theme='test1_default_v1'] .renewui-login .find-password-container header .box,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container header .box,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container header .box,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container header .box {
    top: 40%;
  }
  :root[theme='test1_default_v1'] .renewui-login .find-password-container header .box .logo,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container header .box .logo,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container header .box .logo,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container header .box .logo {
    width: 160px;
    height: 40px;
  }
  :root[theme='test1_default_v1'] .renewui-login .find-password-container header .box .title,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container header .box .title,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container header .box .title,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container header .box .title {
    font-size: 22px;
    line-height: 40px;
  }
  :root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box {
    margin-top: 30px;
  }
  :root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .box .ant-form-item {
    margin: 5px 0px;
  }
  :root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .title,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .title,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .title,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .title {
    font-size: 24px;
  }
  :root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-btn,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-btn,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-btn,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-btn {
    font-size: 18px;
  }
  :root[theme='test1_default_v1'] .renewui-login .find-password-container nav .login .ant-form-explain,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container nav .login .ant-form-explain,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container nav .login .ant-form-explain,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container nav .login .ant-form-explain {
    text-align: left;
    margin-left: -webkit-calc(10% + 34px);
    margin-left: -moz-calc(10% + 34px);
    margin-left: calc(10% + 34px);
  }
}
@media screen and (max-width: 1080px) {
  :root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .transformLeft,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .transformLeft,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .transformLeft,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .transformLeft,
  :root[theme='test1_default_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft,
  :root[theme='test1_school_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft,
  :root[theme='test1_ningHai_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft,
  :root[theme='test1_park_v1'] .renewui-login .find-password-container .box-container .transformBottomLeft {
    right: -webkit-calc(9% + 270px);
    right: -moz-calc(9% + 270px);
    right: calc(9% + 270px);
  }
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_pingAn_v1'] .find-password-container {
  background: #F5FBFF;
  height: 100%;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .find-password-container :-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_pingAn_v1'] .find-password-container header {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  color: #2E90DB;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-size: 23.81px;
  position: relative;
}
:root[theme='test1_pingAn_v1'] .find-password-container header .box {
  position: absolute;
  left: 87px;
  top: 46%;
}
:root[theme='test1_pingAn_v1'] .find-password-container header .logo {
  width: 200px;
  height: 46px;
}
:root[theme='test1_pingAn_v1'] .find-password-container header .title {
  margin-left: 16px;
  font-size: 28px;
  vertical-align: top;
  line-height: 48px;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container {
  height: -webkit-calc(70vh);
  height: -moz-calc(70vh);
  height: calc(70vh);
  position: relative;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .imgBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1080px;
  height: 100%;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container img {
  height: 100%;
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .containerFont {
  position: absolute;
  bottom: 56px;
  right: 38%;
  z-index: 2;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .containerFont .up {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 38px;
  color: #FFFFFF;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .containerFont .down {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .transformLeft {
  width: 0;
  height: 0;
  position: absolute;
  top: -7.3%;
  right: 34%;
  border-bottom: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .transformRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  top: -7.3%;
  border-bottom: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .transformBottomLeft {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7.3%;
  right: 34%;
  border-top: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .find-password-container .box-container .transformBottomRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  bottom: -7.3%;
  border-top: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .find-password-container footer {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  background: #F5FBFF;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav {
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  min-width: 270px;
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 999;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .bg {
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  background: #F5FBFF;
  min-width: 270px;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login {
  text-align: center;
  margin-top: 27%;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .passwordInput .ant-input {
  margin-left: 70px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .passwordInput .ant-input:hover {
  background-color: transparent;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box {
  margin-top: 60px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .ant-form-item {
  margin: 6%;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .ant-form-item .img-code-wraper .loginIcon,
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .ant-form-item .msg-code-wraper .loginIcon {
  right: 75%;
  top: 9px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .ant-form-item .img-code-wraper button,
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .ant-form-item .msg-code-wraper button {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 15px;
  font-size: 16px;
  width: 112px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .ant-form-extra {
  width: 88%;
  margin: 0 6%;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .tip {
  width: 78%;
  margin: 42px 11% 0;
  line-height: 20px;
  text-align: left;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .success .btn {
  -webkit-border-radius: 50% !important;
          border-radius: 50% !important;
  width: 48px;
  height: 48px;
  cursor: default;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .success .btn:hover {
  background-color: #1990ff;
  border-color: #1990ff;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .success .success-tip {
  display: inline-block;
  width: 78%;
  margin: 42px 11% 84px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .success .success-tip p {
  margin-bottom: 0;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .success .success-tip p.tip-title {
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .help {
  width: 78%;
  margin: 20px 11% 0 11%;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .help .back-login {
  text-align: right;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .title {
  color: #49494A;
  font-size: 24px;
  text-align: center;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-weight: bold;
  border-bottom: 3px solid #2f8cfc;
  padding: 7px 0;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-input {
  width: 75%;
  border: none;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 39px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-input:focus {
  border-color: transparent;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-select {
  width: 75%;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  margin-left: 39px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-select .ant-select-selection {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-select .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-select .ant-select-selection:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .password {
  position: relative;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .password .ant-form-explain {
  position: absolute;
  top: 34px;
  margin-top: 0;
  margin-left: 0;
  left: 70px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .password .ant-form-item-children {
  display: inline-block;
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .password .ant-form-item-children .loginIcon {
  top: 10px;
  left: -webkit-calc((25% + 39px) / 2 - 18px);
  left: -moz-calc((25% + 39px) / 2 - 18px);
  left: calc((25% + 39px) / 2 - 18px);
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .password .ant-form-item-children .ant-input-suffix {
  right: -webkit-calc((25% - 39px) / 2 + 11px);
  right: -moz-calc((25% - 39px) / 2 + 11px);
  right: calc((25% - 39px) / 2 + 11px);
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .password .ant-input-password input:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .password .has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: transparent;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .loginIcon {
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: -2px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .loginCodeImg {
  position: absolute;
  width: 25%;
  height: 30px;
  bottom: 15px;
  right: 5.8%;
  -webkit-transform: scale(1.5, 1.5) translatex(-13px);
     -moz-transform: scale(1.5, 1.5) translatex(-13px);
      -ms-transform: scale(1.5, 1.5) translatex(-13px);
          transform: scale(1.5, 1.5) translatex(-13px);
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .hrStyle {
  width: 88%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 1px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-form-explain {
  text-align: left;
  margin-top: 7px;
  margin-left: 19%;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .colStyle {
  width: 80%;
  margin: 0 auto;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .colStyle .captchaStyle {
  width: 118.5px;
  height: 35.6px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .colStyle .catchaImg {
  width: 85.4px;
  height: 35.6px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .colStyle .reloadImg {
  background: #F0F3F8;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-btn {
  width: 78%;
  font-size: 22px;
  font-family: 'PingFangSC', 'Microsoft YaHei';
  position: relative;
  margin-top: 10px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-btn:before {
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-btn.btn-leave {
  margin-left: -webkit-calc(4%);
  margin-left: -moz-calc(4%);
  margin-left: calc(4%);
  color: #666;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-btn.btn-login {
  color: white;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #2f8CFC !important;
  padding: 12px;
  height: auto;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-btn.btn-login .right {
  margin-left: 24px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .btn-login[disabled] {
  background: #F5F5F5!important;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .help {
  width: 78%;
  margin: 20px 11% 0 11%;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .help .forget-password {
  text-align: right;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .autoLogin {
  position: absolute;
  left: 10%;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .login .forgetPass {
  position: absolute;
  right: 10%;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_pingAn_v1'] .find-password-container nav .digitalLog {
  font-size: 16px;
  margin-top: 22% !important;
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-wraper {
  text-align: right;
  line-height: 20px;
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-item {
  float: left;
  margin-right: 1px;
  margin-top: 6px;
  width: 9px;
  height: 8px;
  line-height: 8px;
  list-style: none;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-item-1 {
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-item-2 {
  width: 10px;
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-item-3 {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  margin-right: 8px;
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-low .ant-pwd-strength-item-1,
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-1,
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-1 {
  background-color: #FAC450;
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-medium .ant-pwd-strength-item-2,
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-2 {
  background-color: rgba(135, 208, 104, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9987D068, 68, endColorstr=#9987D068, 68);
}
:root[theme='test1_pingAn_v1'] .find-password-container .ant-pwd-strength-high .ant-pwd-strength-item-3 {
  background-color: #87D068;
}
@media screen and (max-width: 1388px) {
  :root[theme='test1_pingAn_v1'] .find-password-container header .box {
    top: 40%;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container header .box .logo {
    width: 160px;
    height: 40px;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container header .box .title {
    font-size: 22px;
    line-height: 40px;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container nav .login {
    margin-top: 25%;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container nav .login .box {
    margin-top: 40px;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container nav .login .box .ant-form-item {
    margin: 4%;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container nav .login .title {
    font-size: 18px;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-btn {
    margin-top: 20px;
    font-size: 18px;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container nav .login .ant-form-explain {
    text-align: left;
    margin-left: -webkit-calc(10% + 34px);
    margin-left: -moz-calc(10% + 34px);
    margin-left: calc(10% + 34px);
  }
}
@media screen and (max-width: 1080px) {
  :root[theme='test1_pingAn_v1'] .find-password-container .nav .login {
    margin-top: 25%;
  }
  :root[theme='test1_pingAn_v1'] .find-password-container .box-container .transformLeft,
  :root[theme='test1_pingAn_v1'] .find-password-container .box-container .transformBottomLeft {
    right: -webkit-calc(9% + 270px);
    right: -moz-calc(9% + 270px);
    right: calc(9% + 270px);
  }
}

.cqtree-component .allowToExpandDisabled .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  cursor: pointer;
}
.cqtree-component .allowToExpandDisabled .ant-tree-treenode-disabled .ant-tree-node-content-wrapper span {
  cursor: pointer;
}
.cqtree-component .searchItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cqtree-component .searchItem .preResultBtn,
.cqtree-component .searchItem .nextResultBtn {
  margin-left: 8px;
  min-width: auto;
}
.cqtree-component .cqtree-search {
  padding: 0 5px;
  margin-bottom: 8px;
}
.cqtree-component .cqtree-search.ant-input-search-enter-button {
  padding: 0;
  margin-bottom: 0;
}
.cqtree-component .cqtree-search.ant-input-search-enter-button .ant-input-search-button {
  min-width: 42px;
  margin-left: -1px;
  background: #fff;
  color: #999;
  border: 1px solid #d9d9d9;
  border-left: none;
}
.cqtree-component .cqtree-search.ant-input-search-enter-button .ant-input-search-button:hover {
  color: #42aaff;
  border: 1px solid #42aaff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.cqtree-component .cqtree-search .ant-input-group-addon {
  margin-left: 4px;
}
.cqtree-component .cqtree-search .ant-input {
  border-right: 1px solid #d9d9d9;
}
.cqtree-component .ant-tree {
  margin-top: 6px;
}
.cqtree-component .ant-tree .ant-tree-switcher-icon {
  font-size: 14px !important;
}
.cqtree-component li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background-color: rgba(0, 0, 0, 0);
}
.cqtree-component li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
.cqtree-component li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
.cqtree-component li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: #bbbbbb;
}
.cqtree-component .ant-tree li span.ant-tree-switcher,
.cqtree-component .ant-tree li span.ant-tree-iconEle {
  line-height: 36px;
}
.cqtree-component .ant-tree li .ant-tree-node-content-wrapper {
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  padding-right: 8px;
  margin-left: 8px;
  margin-bottom: 1px;
  width: 100%;
}
.cqtree-component .ant-tree li .ant-tree-checkbox + .ant-tree-node-content-wrapper {
  padding-left: 0;
}
.cqtree-component .ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  width: 14px;
  height: 30px;
}
.cqtree-component .ant-tree.ant-tree-show-line li:not(:last-child)::before {
  left: 7px;
  border-color: #DDDDDD;
  height: 75%;
}
.cqtree-component .ant-tree li ul {
  padding-left: 32px;
}
.cqtree-component .ant-tree li span.ant-tree-checkbox {
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: -webkit-baseline-middle;
}
.cqtree-component .ant-tree.ant-tree-show-line li {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*CqTreeSelect组件*/

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.cq-remote-select {
  position: relative;
}
.cq-remote-select .ant-select {
  padding-right: 27px;
}
.cq-remote-select .ant-select .ant-select-selection__clear {
  right: 11px;
}
.cq-remote-select .ant-select .ant-select-selection {
  -webkit-border-radius: 2px 0 0 2px !important;
          border-radius: 2px 0 0 2px !important;
}
.cq-remote-select .ant-select .ant-select-selection.ant-select-selection--multiple .ant-select-selection__clear {
  right: 39px;
}
.cq-remote-select .ant-select .ant-select-selection--multiple {
  height: 32px;
  overflow: hidden;
}
.cq-remote-select .ant-select .ant-select-selection--multiple ul.ant-select-selection__rendered > li {
  max-width: 88% !important;
}
.cq-remote-select .ant-select .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  padding-left: 0;
  max-width: 88% !important;
}
.cq-remote-select .ant-select .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 24px;
}
.cq-remote-select .ant-select .ant-select-selection--multiple .ant-select-selection__choice .ant-select-selection__choice__remove {
  right: 4px;
}
.cq-remote-select .ant-select .ant-select-selection--multiple .ant-select-search.ant-select-search--inline {
  padding-right: 5px;
}
.cq-remote-select .cq-remove-select-suffix-wrapper {
  right: 0;
  top: 0;
  position: absolute;
}
.cq-remote-select .cq-remove-select-suffix-wrapper .ant-btn {
  -webkit-border-radius: 0 2px 2px 0 !important;
          border-radius: 0 2px 2px 0 !important;
  border-left: none;
  padding: 0 !important;
  min-width: 27px;
  width: 27px;
  margin: 0 !important;
}
.cq-remote-select .cq-remove-select-suffix-wrapper .ant-btn:hover,
.cq-remote-select .cq-remove-select-suffix-wrapper .ant-btn:active,
.cq-remote-select .cq-remove-select-suffix-wrapper .ant-btn:focus {
  border-color: #d9d9d9;
  color: inherit;
}
.cq-remote-select .cq-remove-select-suffix-wrapper .ant-btn .anticon {
  color: #bfbfbf;
}
.remote-select-no-data {
  display: none;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 22px;
  margin-top: 4px;
  line-height: 22px;
  color: #999999;
  padding-left: 12px;
  padding-right: 36px;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #F6F7F7;
  padding-right: 36px;
}
.ant-select-dropdown {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 0px !important;
          border-radius: 0px !important;
}
.ant-select-dropdown-menu-item {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.ant-select-selection-selected-value {
  color: #333333;
}
.ant-select .ant-select-focused .ant-select-selection,
.ant-select .ant-select-selection:focus,
.ant-select .ant-select-selection:active,
.ant-select .ant-select-selection:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-open .ant-select-selection {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0px;
}
.ant-select-selection__rendered {
  margin-left: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  height: 30px!important;
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  padding: 0px;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  -webkit-border-radius: 2px!important;
          border-radius: 2px!important;
}
.ant-select-dropdown,
.ant-select-tree-dropdown,
.ant-select-tree-dropdown {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ant-select-dropdown ::-webkit-scrollbar,
.ant-select-tree-dropdown ::-webkit-scrollbar,
.ant-select-tree-dropdown ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.ant-select-dropdown ::-webkit-scrollbar-track,
.ant-select-tree-dropdown ::-webkit-scrollbar-track,
.ant-select-tree-dropdown ::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #ffffff;
}
.ant-select-dropdown ::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown ::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #DADADA;
}
.ant-select-dropdown::-webkit-scrollbar,
.ant-select-tree-dropdown::-webkit-scrollbar,
.ant-select-tree-dropdown::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.ant-select-dropdown::-webkit-scrollbar-track,
.ant-select-tree-dropdown::-webkit-scrollbar-track,
.ant-select-tree-dropdown::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #ffffff;
}
.ant-select-dropdown::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #DADADA;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 16px;
  right: 12px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 22px;
  margin-top: 4px;
  line-height: 22px;
  color: #999999;
  padding-left: 12px;
  padding-right: 36px;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  background-color: #F6F7F7;
  padding-right: 36px;
}
.ant-select-dropdown {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 0px !important;
          border-radius: 0px !important;
}
.ant-select-dropdown-menu-item {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.ant-select-selection-selected-value {
  color: #333333;
}
.ant-select .ant-select-focused .ant-select-selection,
.ant-select .ant-select-selection:focus,
.ant-select .ant-select-selection:active,
.ant-select .ant-select-selection:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-open .ant-select-selection {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0px;
}
.ant-select-selection__rendered {
  margin-left: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  height: 30px!important;
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  padding: 0px;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  -webkit-border-radius: 2px!important;
          border-radius: 2px!important;
}
.ant-select-dropdown,
.ant-select-tree-dropdown,
.ant-select-tree-dropdown {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ant-select-dropdown ::-webkit-scrollbar,
.ant-select-tree-dropdown ::-webkit-scrollbar,
.ant-select-tree-dropdown ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.ant-select-dropdown ::-webkit-scrollbar-track,
.ant-select-tree-dropdown ::-webkit-scrollbar-track,
.ant-select-tree-dropdown ::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #ffffff;
}
.ant-select-dropdown ::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown ::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #DADADA;
}
.ant-select-dropdown::-webkit-scrollbar,
.ant-select-tree-dropdown::-webkit-scrollbar,
.ant-select-tree-dropdown::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.ant-select-dropdown::-webkit-scrollbar-track,
.ant-select-tree-dropdown::-webkit-scrollbar-track,
.ant-select-tree-dropdown::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #ffffff;
}
.ant-select-dropdown::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown::-webkit-scrollbar-thumb,
.ant-select-tree-dropdown::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #DADADA;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 16px;
  right: 12px;
}

.ant-alert {
  padding: 8px 15px 8px 40px;
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}
.ant-alert.ant-alert-success {
  background-color: #e1faec;
  border: 1px solid #80e0b0;
}
.ant-alert.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert.ant-alert-warning {
  background: #FFF1DD;
  border: 1px solid #FFF1DD;
}
.ant-alert.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffd6d1;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-success .ant-alert-icon {
  color: #11BB77;
}
.ant-alert-warning .ant-alert-icon {
  color: #FFAA00;
}
.ant-alert-error .ant-alert-icon {
  color: #FA5555;
}

.badge-show-icon .ant-badge-dot {
  display: none;
}
.badge-show-icon .badge-icon {
  font-size: 12px;
}
.ant-badge-status {
  min-width: 68px;
  text-align: left;
}
.badge-status-font-4 {
  min-width: 84px;
}
.badge-status-font-5 {
  min-width: 100px;
}
.badge-status-font-6 {
  min-width: 116px;
}
.badge-status-font-7 {
  min-width: 132px;
}

.ant-checkbox-group {
  vertical-align: middle;
}

.ant-collapse-item:last-child > .ant-collapse-content {
  height: -webkit-calc(64vh - 105px);
  height: -moz-calc(64vh - 105px);
  height: calc(64vh - 105px);
}
.ant-collapse-item:last-child > .ant-collapse-content .ant-collapse-content-box {
  height: 100%;
  padding-bottom: 0;
}
.ant-collapse-item:last-child > .ant-collapse-content .ant-collapse-content-box > div {
  height: 100%;
  max-height: none !important;
}
.ant-collapse-item:last-child > .ant-collapse-content .ant-collapse-content-box .ant-tag {
  height: 28px;
  line-height: 28px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-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: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #1890ff;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
     -moz-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
     -moz-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
     -moz-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
     -moz-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-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;
  }
}
@-moz-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
     -moz-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
     -moz-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
     -moz-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
     -moz-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
     -moz-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
     -moz-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
     -moz-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
     -moz-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
     -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveDownIn {
  0% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveDownOut {
  0% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveLeftIn {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveLeftOut {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveRightIn {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveRightOut {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-moz-keyframes antMoveUpIn {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-moz-keyframes antMoveUpOut {
  0% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes loadingCircle {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #1890ff;
          box-shadow: 0 0 0 0 #1890ff;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-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;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-moz-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #1890ff;
            box-shadow: 0 0 0 #1890ff;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
     -moz-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
     -moz-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
     -moz-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
     -moz-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
     -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
     -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideUpIn {
  0% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideUpOut {
  0% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideDownIn {
  0% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideDownOut {
  0% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    -moz-transform-origin: 100% 100%;
         transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideLeftIn {
  0% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideLeftOut {
  0% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 0% 0%;
         transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-moz-keyframes antSlideRightIn {
  0% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antSlideRightOut {
  0% {
    -moz-transform: scaleX(1);
         transform: scaleX(1);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -moz-transform: scaleX(0.8);
         transform: scaleX(0.8);
    -moz-transform-origin: 100% 0%;
         transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
       -moz-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
     -moz-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-moz-keyframes antSwingIn {
  0%,
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  20% {
    -moz-transform: translateX(-10px);
         transform: translateX(-10px);
  }
  40% {
    -moz-transform: translateX(10px);
         transform: translateX(10px);
  }
  60% {
    -moz-transform: translateX(-5px);
         transform: translateX(-5px);
  }
  80% {
    -moz-transform: translateX(5px);
         transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
     -moz-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
     -moz-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
     -moz-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
     -moz-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
     -moz-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
     -moz-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
     -moz-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
     -moz-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
     -moz-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
     -moz-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
     -moz-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
     -moz-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
     -moz-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
     -moz-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
     -moz-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
     -moz-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
     -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
     -moz-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes antZoomIn {
  0% {
    -moz-transform: scale(0.2);
         transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
       -moz-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-moz-keyframes antZoomOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.2);
         transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
       -moz-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes antZoomBigIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-moz-keyframes antZoomBigOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-moz-keyframes antZoomUpIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomUpOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 0%;
         transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
       -moz-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-moz-keyframes antZoomLeftIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomLeftOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 0% 50%;
         transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
       -moz-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-moz-keyframes antZoomRightIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomRightOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 100% 50%;
         transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-moz-keyframes antZoomDownIn {
  0% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@-moz-keyframes antZoomDownOut {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
  }
  100% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
    -moz-transform-origin: 50% 100%;
         transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
       -moz-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -moz-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -moz-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* 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 */
:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-calendar-picker-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #1f7fff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: #bbbbbb;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: #999999;
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: #666666;
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-header a:hover {
  color: #399afa;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}
.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: #666666;
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #479dff;
}
.ant-calendar-today .ant-calendar-date {
  color: #1f7fff;
  font-weight: bold;
  border-color: #1f7fff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: #bbbbbb;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #d2e5ff;
}
.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1f7fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1f7fff;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: #bbbbbb;
  background: #f5f5f5;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: not-allowed;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  content: '';
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  content: ' ';
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: #999999;
}
.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #1f7fff;
  border-color: #1f7fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #479dff;
  border-color: #479dff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #0f60d9;
  border-color: #0f60d9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: #bbbbbb;
  background-color: #f5f5f5;
  border-color: #dddddd;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: #999999;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: #999999;
  line-height: 34px;
  text-align: center;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #479dff;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #479dff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(31, 127, 255, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #ebdddd;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: #bbbbbb;
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #ebdddd;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #ebf7ff;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  content: '';
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.hidenBtn .ant-calendar-time-picker-btn {
  display: none;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding-left: 32px;
  line-height: 24px;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.ant-calendar-time-picker-select li:hover {
  background: #ebf7ff;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: bold;
  background: #f5f5f5;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: #bbbbbb;
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: #bbbbbb;
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-month-panel-header a:hover {
  color: #399afa;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: #bbbbbb;
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-year-panel-header a:hover {
  color: #399afa;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: #bbbbbb;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel-header a:hover {
  color: #399afa;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: #333333;
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: #999999;
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #ebf7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1f7fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: #bbbbbb;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #ebf7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #c2e4ff;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: #666666;
  background: transparent;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}
.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-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 {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-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;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px;
}
.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: 0;
}
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-clear-icon + i {
  margin-left: 6px;
}
.ant-input-textarea-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}
.ant-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-textarea-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}
.ant-input-search-enter-button input {
  border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-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 */
.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 4px;
          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: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active,
.ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active,
.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.ant-btn-icon-only > i {
  vertical-align: middle;
}
.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group > .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  -webkit-border-radius: 0;
          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 {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-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 {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  -webkit-border-radius: 4px;
          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 {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-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 {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-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 {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-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;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
  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: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  vertical-align: top;
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-time-picker-panel {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
li.ant-time-picker-panel-select-option-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  font-weight: inherit;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
     -moz-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
     -moz-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
     -moz-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
     -moz-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-time-picker {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ant-time-picker-input:placeholder-shown {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  -o-transition: all 0.3s, height 0s;
  -moz-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}

/* 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
     -moz-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

.ant-calendar-ok-btn {
  min-width: 88px;
}
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  font-size: 20px;
}
.ant-calendar-footer-btn .ant-calendar-ok-btn-disabled {
  display: none;
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  color: #cccccc;
  font-size: 16px;
}
.ant-calendar-picker:hover .ant-calendar-picker-clear svg {
  background-color: #fff;
}

.ant-input-number,
.ant-input-number-input {
  -webkit-border-radius: 2px!important;
          border-radius: 2px!important;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.cqtable-resize .ant-table {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.cqtable-resize .ant-table th {
  position: relative;
}
.cqtable-resize .ant-table .react-resizable {
  position: relative;
  background-clip: padding-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cqtable-resize .ant-table .react-resizable .ant-table-column-has-sorters {
  cursor: pointer;
}
.cqtable-resize .ant-table .react-resizable-handle {
  position: absolute;
  width: 8px;
  height: 100%;
  bottom: 0;
  right: -4px;
  cursor: col-resize;
  z-index: 1;
  background-image: none;
  background: none;
  padding: 0;
}
.cqtable-resize .ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 12px;
}
.cqtable-resize .ant-table-tbody > tr,
.cqtable-resize .ant-table-thead > tr {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.cqtable-resize .ant-table-tbody > tr th,
.cqtable-resize .ant-table-thead > tr th {
  text-align: center;
}
.cqtable-resize .ant-table-thead > tr:first-child > th:first-child {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.cqtable-resize .ant-table-scroll table {
  width: 100%;
}
.cqtable-resize .ant-table-scroll table tr td {
  word-break: break-all;
}
.cqtable-resize .ant-table-scroll table tr td span {
  word-break: break-all;
}
.cqtable-resize .ant-table-scroll table .ant-table-thead tr th span {
  word-break: break-all;
}
.cqtable-resize .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border-bottom: 1px solid #e8e8e8;
  border-top: none;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.cqtable-resize .ant-table-bordered .ant-table-fixed-left .ant-table-fixed .ant-table-thead > tr > th:last-child,
.cqtable-resize .ant-table-bordered .ant-table-fixed-left .ant-table-fixed .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.cqtable-resize .ant-table-bordered .ant-table-fixed-left .ant-table-fixed .ant-table-thead > tr > th:first-child,
.cqtable-resize .ant-table-bordered .ant-table-fixed-left .ant-table-fixed .ant-table-tbody > tr > td:first-child {
  border-left: 1px solid #e8e8e8;
}
.cqtable-resize .ant-table-bordered .ant-table-fixed-right .ant-table-fixed .ant-table-thead > tr > th:first-child,
.cqtable-resize .ant-table-bordered .ant-table-fixed-right .ant-table-fixed .ant-table-tbody > tr > td:first-child {
  border-left: 1px solid #e8e8e8;
}
.cqtable-resize .ant-table-small.ant-table-bordered .ant-table-content {
  border-left: none;
}
.cqtable-resize .ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: none;
  border-right: none;
}
:root[theme='test1_default_v1'] .cqtable-resize .ant-table-thead > tr > th,
:root[theme='test1_school_v1'] .cqtable-resize .ant-table-thead > tr > th,
:root[theme='test1_ningHai_v1'] .cqtable-resize .ant-table-thead > tr > th,
:root[theme='test1_park_v1'] .cqtable-resize .ant-table-thead > tr > th,
:root[theme='test1_default_v1'] .cqtable-resize .ant-table-tbody > tr > td,
:root[theme='test1_school_v1'] .cqtable-resize .ant-table-tbody > tr > td,
:root[theme='test1_ningHai_v1'] .cqtable-resize .ant-table-tbody > tr > td,
:root[theme='test1_park_v1'] .cqtable-resize .ant-table-tbody > tr > td {
  padding: 9px 12px;
}
:root[theme='test1_pingAn_v1'] .cqtable-resize .ant-table-thead > tr > th,
:root[theme='test1_pingAn_v1'] .cqtable-resize .ant-table-tbody > tr > td {
  padding: 12px 12px;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
/******************************设置所有table的滚动条样式start********************************************************/
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -12px !important;
}
.ant-table .ant-table-content {
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.ant-table .ant-table-content ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #F0F2F5;
}
.ant-table .ant-table-content ::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #F0F2F5;
}
.ant-table .ant-table-content ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #DADADA;
}
.ant-table .ant-table-content .ant-table-scroll::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 12px;
  display: block;
  background: #F0F2F5;
  right: -1px;
  bottom: 1px;
}
.Cqtable-icon-table-export {
  display: none;
  position: absolute;
  right: 38px;
  top: 1px;
  width: 38px;
  background-color: #F0F2F5;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.Cqtable-icon-table-export:hover .icon-size {
  color: #2A8DFF;
}
/*****************************设置所有table的滚动条样式end*********************************************************/
.table-columns {
  position: relative;
}
.table-columns.active {
  min-height: 246px;
}
.table-columns .Cqtable-icon-table-export {
  display: inline-block;
}
.table-columns .columns {
  position: absolute;
  left: 0;
  z-index: 11;
  padding: 24px;
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: none;
  overflow: auto;
}
.table-columns .columns .columns-title {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 24px;
}
.table-columns .columns .columns-title > a {
  font-size: 14px;
}
.table-columns .columns .ant-checkbox-group {
  display: block;
}
.table-columns .columns .ant-checkbox-wrapper {
  margin-bottom: 16px;
}
.table-columns .icon-setting {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 38px;
  background-color: #F0F2F5;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.table-columns .icon-setting .icon-setting-columns {
  font-size: 14px;
  color: #333333;
}
.table-columns .icon-setting:hover .icon-size {
  color: #2A8DFF;
}
.table-columns .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th {
  padding-left: 12px;
  background-color: #F0F2F5;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.cqTable-columns-set-modal .ant-table tr.drop-over-downward td {
  border-bottom: 2px dashed #1890ff;
}
.cqTable-columns-set-modal .ant-table tr .show-move {
  cursor: move;
}
.cqTable-columns-set-modal .ant-table tr.drop-over-upward td {
  border-top: 2px dashed #1890ff;
}
.cqTable-columns-set-modal .ant-table-wrapper tr.ant-table-row > td {
  background-color: #F4F4F4;
}
.cqTable-columns-set-modal .ant-table-wrapper tr.ant-table-row.ant-table-row-level-0 > td {
  background-color: transparent;
}
.cqTable-columns-set-modal .ant-table-wrapper tr.ant-table-row.ant-table-row-level-1 > td > span {
  padding-left: 0px !important;
}
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item:hover a {
  color: #1f7fff;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover a {
  border-color: #1f7fff;
}
.ant-table-pagination .ant-pagination-prev .ant-pagination-item-link,
.ant-table-pagination .ant-pagination-next .ant-pagination-item-link {
  border-color: #dddddd;
  color: #999999;
  background-color: #fff;
}
.ant-pagination-item a {
  padding: 0 8px;
}
.ant-pagination-options {
  margin-left: 20px;
}
.ant-pagination .ant-select-selection__rendered {
  margin-right: 36px;
  margin-left: 8px;
}
.ant-pagination-options-quick-jumper input {
  text-align: center;
}
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active:hover a {
  color: #fff;
}
.isIE .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -17px !important;
}
.ant-table.ant-table-bordered .ant-table-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  background-color: #E6E8EB;
  margin-bottom: 1px;
  padding: 12px 16px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.ant-table.ant-table-bordered .ant-table-content .ant-table-footer {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background-color: #F0F2F5;
  border-top: none;
  padding: 12px 16px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options-quick-jumper input,
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}
.ant-pagination-item,
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options-quick-jumper input,
.ant-pagination .ant-select-selection {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-pagination {
  width: 100%;
  text-align: right;
}
.ant-pagination-total-text {
  float: left;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  background-color: #F5F5F5;
  border-color: #dddddd;
  color: #999999;
}
.ant-pagination .ant-pagination-item-active,
.ant-pagination .ant-pagination-item-active a,
.ant-pagination .ant-pagination-item-active:focus a {
  border-color: #1f7fff;
  background-color: #1f7fff;
  color: #ffffff;
}
.ant-pagination .ant-pagination-item-active:hover a {
  color: #ffffff;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options-quick-jumper input,
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}
.ant-pagination-item,
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options-quick-jumper input,
.ant-pagination.ant-select-selection {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.ant-pagination {
  width: 100%;
  text-align: right;
}
.ant-pagination-total-text {
  float: left;
}

.ant-tabs.ant-tabs-vertical .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom: none;
}
.ant-tabs.ant-tabs-vertical .ant-tabs-nav .ant-tabs-ink-bar-animated {
  display: block !important;
}
.ant-tabs .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 32px;
}
.ant-tabs .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom: 3px solid;
}
.ant-tabs .ant-tabs-nav .ant-tabs-ink-bar-animated {
  display: none !important;
}
.ant-tabs .ant-tabs-content {
  margin-left: 0 !important;
}
.ant-tabs .ant-tabs-content .ant-tabs-tabpane-inactive {
  display: none;
}
.ant-tabs .ant-tabs-bar {
  margin-bottom: 32px;
  border-bottom-color: #DDDDDD;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-tag {
  font-size: 14px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-right: 12px;
  padding-left: 12px;
}
:root .ant-tag .anticon-close {
  font-size: 14px;
  margin-left: 12px;
}

.ant-select-dropdown {
  max-height: 45vh !important;
}
.ant-select-tree {
  overflow: auto;
  max-height: -webkit-calc(45vh - 70px);
  max-height: -moz-calc(45vh - 70px);
  max-height: calc(45vh - 70px);
  margin-top: 4px;
}
.ant-select-tree-dropdown {
  overflow: hidden !important;
  padding: 12px;
}

.ant-upload.ant-upload-select-picture-card {
  -webkit-border-radius: 2px!important;
          border-radius: 2px!important;
}
.ant-upload-list {
  line-height: 0;
}
.ant-upload-list-item {
  display: inline-block;
  margin-right: 12px;
  margin-top: 12px;
  background: #F4F9FF;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DEEDEF;
  font-size: 16px;
  -webkit-border-radius: 2px!important;
          border-radius: 2px!important;
}
.ant-upload-list-item .ant-upload-list-item-info {
  padding-left: 12px;
  padding-right: 38px;
}
.ant-upload-list-item .ant-upload-list-item-info > span {
  height: 100%;
}
.ant-upload-list-item .ant-upload-list-item-info .anticon-paper-clip {
  font-size: 12px;
  top: 9px;
  color: #539Ef8;
}
.ant-upload-list-item .ant-upload-list-item-info .ant-upload-list-item-name {
  height: 30px;
  line-height: 1.5;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #F4F9FF !important;
  border-color: #DEEDEF!important;
}
.ant-upload-list-item a:hover {
  color: #539Ef8;
}
.ant-upload-list-item-info .ant-upload-list-item-name {
  color: #539Ef8;
}
.ant-upload-list-item-error a:hover {
  color: #f5222d;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 14px;
  opacity: 1;
  top: 9px;
  right: 12px;
  color: #539Ef8;
}
.ant-upload-list-item-error .ant-upload-list-item-info .anticon-paper-clip {
  color: #f5222d;
}
.CqUpload .ant-upload-list-item .ant-upload-list-item-info > span {
  height: 30px;
  line-height: 30px;
}

.ant-modal-body .work-flow-loader .work-flow-wrapper {
  height: -webkit-calc(63vh - 48px);
  height: -moz-calc(63vh - 48px);
  height: calc(63vh - 48px);
}
.ant-modal-body .work-flow-loader .work-flow-wrapper .title {
  width: -webkit-calc(100% - 548px);
  width: -moz-calc(100% - 548px);
  width: calc(100% - 548px);
}
.ant-modal-body .work-flow-loader .work-flow-wrapper .canvas {
  height: -webkit-calc(63vh - 92px);
  height: -moz-calc(63vh - 92px);
  height: calc(63vh - 92px);
}
.ant-modal-body .work-flow-loader .audit-detail {
  height: -webkit-calc(63vh - 48px);
  height: -moz-calc(63vh - 48px);
  height: calc(63vh - 48px);
}
.work-flow-loader .work-flow-wrapper {
  height: -webkit-calc(100vh - 127px);
  height: -moz-calc(100vh - 127px);
  height: calc(100vh - 127px);
  width: -webkit-calc(100% - 500px);
  width: -moz-calc(100% - 500px);
  width: calc(100% - 500px);
  float: left;
  overflow: hidden;
}
.work-flow-loader .work-flow-wrapper.work-flow-wrapper-full {
  width: 100% !important;
}
.work-flow-loader .work-flow-wrapper.work-flow-wrapper-full .title {
  width: 100% !important;
}
.work-flow-loader .work-flow-wrapper .title {
  width: -webkit-calc(100% - 530px);
  width: -moz-calc(100% - 530px);
  width: calc(100% - 530px);
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  position: absolute;
}
.work-flow-loader .work-flow-wrapper .canvas {
  height: -webkit-calc(100vh - 172px);
  height: -moz-calc(100vh - 172px);
  height: calc(100vh - 172px);
  width: 100%;
  margin-top: 32px;
  cursor: pointer;
}
.work-flow-loader .work-flow-wrapper .canvas .bjs-powered-by,
.work-flow-loader .work-flow-wrapper .canvas .djs-palette {
  display: none;
}
.work-flow-loader .work-flow-wrapper .canvas .highlight-marker:not(.djs-connection) .djs-visual > :nth-child(1) {
  fill: green !important;
}
.work-flow-loader .work-flow-wrapper .canvas .highlight-overlay {
  border: 2px solid red;
}
.work-flow-loader .work-flow-wrapper .canvas .mask-overlay {
  z-index: 100;
}
.work-flow-loader .audit-detail {
  height: -webkit-calc(100vh - 127px);
  height: -moz-calc(100vh - 127px);
  height: calc(100vh - 127px);
  width: 500px;
  float: left;
  border: 1px solid #ccc;
}
.work-flow-loader .audit-detail .title {
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.work-flow-loader .audit-detail .ant-table-row.active {
  font-weight: bold;
}
.djs-bendpoint {
  display: none !important;
}
.djs-segment-dragger {
  display: none !important;
  opacity: 0;
}

.other-system .work-flow-loader {
  padding-top: 24px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
@font-face {
  font-family: 'PuHuiti';
  src: url(/asset/PuHuiTi-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab {
  font-family: 'PuHuiti';
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global {
  height: 34px;
  z-index: 99;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-content,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-content,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-content,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-content,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-content,
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-bar,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-bar,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-bar,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-bar,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-bar {
  margin-bottom: -1px;
  background: #F1F3F7;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-container,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-container,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-container,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-container,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 36px;
  max-height: 36px;
  font-size: 14px;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab {
  border: none;
  margin-right: 0;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  color: #999;
  background: transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active {
  background: #fff;
  color: #333;
  font-weight: bold;
  border-color: #d9d9d9;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active i.ant-tabs-close-x,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active i.ant-tabs-close-x,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active i.ant-tabs-close-x,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active i.ant-tabs-close-x,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active i.ant-tabs-close-x {
  color: #333;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x {
  width: 14px;
  height: 18px;
  margin-left: 8px;
  margin-right: 0;
  font-size: 14px;
  color: #999999;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x svg,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x svg,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x svg,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x svg,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x svg {
  width: 14px;
  height: 14px;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.home,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.home,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.home,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.home,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.home {
  width: 100%;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-bar,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-bar,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-bar,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-bar,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-bar {
  border-bottom: none;
  background: #FFF;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab {
  background: #E6E6EC;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active {
  background: #fff;
  color: #333;
  font-weight: bold;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.home .home-content,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.home .home-content,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.home .home-content,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.home .home-content,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.home .home-content {
  background: #f1f3f7;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.hideTab > .ant-tabs-top-bar,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.hideTab > .ant-tabs-top-bar,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.hideTab > .ant-tabs-top-bar,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.hideTab > .ant-tabs-top-bar,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.hideTab > .ant-tabs-top-bar {
  display: none;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.hideTab .home-content,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.hideTab .home-content,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.hideTab .home-content,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.hideTab .home-content,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.hideTab .home-content {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  padding: 0;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.page-tab-globa-height,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.page-tab-globa-height,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.page-tab-globa-height,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.page-tab-globa-height,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.page-tab-globa-height {
  height: 100%;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.page-tab-globa-park,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.page-tab-globa-park,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.page-tab-globa-park,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.page-tab-globa-park,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.page-tab-globa-park {
  height: 100%;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-bar,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-bar,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-bar,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-bar,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-bar {
  display: none;
}
:root[theme='test1_default_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-card-content,
:root[theme='test1_informaTion_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-card-content,
:root[theme='test1_school_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-card-content,
:root[theme='test1_park_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-card-content,
:root[theme='test1_ningHai_v1'] .ant-tabs.page-tab-global.page-tab-globa-park .ant-tabs-card-content {
  background: #EFF8FF;
}
:root[theme='test1_default_v1'] .breadcrumb-park,
:root[theme='test1_informaTion_v1'] .breadcrumb-park,
:root[theme='test1_school_v1'] .breadcrumb-park,
:root[theme='test1_park_v1'] .breadcrumb-park,
:root[theme='test1_ningHai_v1'] .breadcrumb-park {
  height: 36px;
  line-height: 36px;
  color: #6092F8;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_default_v1'] .breadcrumb-park > span:last-child,
:root[theme='test1_informaTion_v1'] .breadcrumb-park > span:last-child,
:root[theme='test1_school_v1'] .breadcrumb-park > span:last-child,
:root[theme='test1_park_v1'] .breadcrumb-park > span:last-child,
:root[theme='test1_ningHai_v1'] .breadcrumb-park > span:last-child {
  color: #004DF4;
}
:root[theme='test1_default_v1'] .tabMenu.contextMenu,
:root[theme='test1_informaTion_v1'] .tabMenu.contextMenu,
:root[theme='test1_school_v1'] .tabMenu.contextMenu,
:root[theme='test1_park_v1'] .tabMenu.contextMenu,
:root[theme='test1_ningHai_v1'] .tabMenu.contextMenu {
  position: absolute;
  z-index: 9999;
  background: #fff;
  font-size: 12px;
  padding: 10px 0px;
  border: 1px solid #e9e9e9;
}
:root[theme='test1_default_v1'] .tabMenu.contextMenu .contextMenu--option,
:root[theme='test1_informaTion_v1'] .tabMenu.contextMenu .contextMenu--option,
:root[theme='test1_school_v1'] .tabMenu.contextMenu .contextMenu--option,
:root[theme='test1_park_v1'] .tabMenu.contextMenu .contextMenu--option,
:root[theme='test1_ningHai_v1'] .tabMenu.contextMenu .contextMenu--option {
  padding: 2px 10px;
  width: 120px;
  cursor: pointer;
  font-size: 11px;
}
:root[theme='test1_default_v1'] .tabMenu.contextMenu .contextMenu--option:hover,
:root[theme='test1_informaTion_v1'] .tabMenu.contextMenu .contextMenu--option:hover,
:root[theme='test1_school_v1'] .tabMenu.contextMenu .contextMenu--option:hover,
:root[theme='test1_park_v1'] .tabMenu.contextMenu .contextMenu--option:hover,
:root[theme='test1_ningHai_v1'] .tabMenu.contextMenu .contextMenu--option:hover {
  background: #e9e9e9;
}
:root[theme='test1_default_v1'] .menu-tab-count-tip-yellow,
:root[theme='test1_informaTion_v1'] .menu-tab-count-tip-yellow,
:root[theme='test1_school_v1'] .menu-tab-count-tip-yellow,
:root[theme='test1_park_v1'] .menu-tab-count-tip-yellow,
:root[theme='test1_ningHai_v1'] .menu-tab-count-tip-yellow {
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 14px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
:root[theme='test1_default_v1'] .temp-close-icon,
:root[theme='test1_informaTion_v1'] .temp-close-icon,
:root[theme='test1_school_v1'] .temp-close-icon,
:root[theme='test1_park_v1'] .temp-close-icon,
:root[theme='test1_ningHai_v1'] .temp-close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 42px;
  right: 12px;
}
:root[theme='test1_default_v1'] .systemContent > div,
:root[theme='test1_informaTion_v1'] .systemContent > div,
:root[theme='test1_school_v1'] .systemContent > div,
:root[theme='test1_park_v1'] .systemContent > div,
:root[theme='test1_ningHai_v1'] .systemContent > div {
  height: 100%;
}
:root[theme='test1_ningHai_v1'] .systemContent ::-webkit-scrollbar {
  width: 10px;
  /* 极小宽度，确保可被hover触发 */
  height: 10px;
  background-color: #E5E5E5;
}
:root[theme='test1_ningHai_v1'] .platform-dialog ::-webkit-scrollbar,
:root[theme='test1_ningHai_v1'] .bifrost-nhbase-dialog__body ::-webkit-scrollbar {
  width: 10px;
  /* 极小宽度，确保可被hover触发 */
  height: 10px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global {
  height: 34px;
  z-index: 99;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-content,
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-bar {
  margin-bottom: -1px;
  background: #F1F3F7;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 36px;
  max-height: 36px;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab {
  border: none;
  border-left: 1px solid #d9d9d9;
  margin-right: 0;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  color: #999;
  background: #EBEBEB;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab:nth-last-child(1) {
  border-right: 1px solid #d9d9d9;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active {
  background: #fff;
  color: #333;
  font-weight: bold;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x {
  width: 14px;
  height: 18px;
  margin-left: 8px;
  margin-right: 0;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x svg {
  width: 14px;
  height: 14px;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.home {
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-bar {
  border-bottom: none;
  background: #FFF;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab {
  background: #E6E6EC;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active {
  background: #fff;
  color: #333;
  font-weight: bold;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.home .home-content {
  background: #f1f3f7;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.hideTab > .ant-tabs-top-bar {
  display: none;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.hideTab .home-content {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  padding: 0;
}
:root[theme='test1_pingAn_v1'] .ant-tabs.page-tab-global.page-tab-globa-height {
  height: 100%;
}
:root[theme='test1_pingAn_v1'] .tabMenu.contextMenu {
  position: absolute;
  z-index: 9999;
  background: #fff;
  font-size: 12px;
  padding: 10px 0px;
  border: 1px solid #e9e9e9;
}
:root[theme='test1_pingAn_v1'] .tabMenu.contextMenu .contextMenu--option {
  padding: 2px 10px;
  width: 120px;
  cursor: pointer;
  font-size: 11px;
}
:root[theme='test1_pingAn_v1'] .tabMenu.contextMenu .contextMenu--option:hover {
  background: #e9e9e9;
}
:root[theme='test1_pingAn_v1'] .menu-tab-count-tip-yellow {
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 14px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
:root[theme='test1_pingAn_v1'] .temp-close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 42px;
  right: 12px;
}
:root[theme='test1_pingAn_v1'] .systemContent > div {
  height: 100%;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.ant-tabs.page-tab-global {
  height: 100%;
}
.ant-tabs.page-tab-global > .ant-tabs-content,
.ant-tabs.page-tab-global > .ant-tabs-bar {
  margin-bottom: -1px;
  background: #F1F3F7;
}
.ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 35px;
  max-height: 35px;
  font-size: 14px;
}
.ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab {
  border: none;
  border-left: 1px solid #d9d9d9;
  margin-right: 0;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  line-height: 35px;
  height: 35px;
  padding: 0 20px;
  color: #999;
  background: #EBEBEB;
}
.ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab:nth-last-child(1) {
  border-right: 1px solid #d9d9d9;
}
.ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x {
  width: 14px;
  height: 18px;
  margin-left: 8px;
  margin-right: 0;
  font-size: 14px;
}
.ant-tabs.page-tab-global > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab i.ant-tabs-close-x svg {
  width: 14px;
  height: 14px;
}
.ant-tabs.page-tab-global.home {
  width: 100%;
}
.ant-tabs.page-tab-global.home > .ant-tabs-bar {
  border-bottom: none;
  background: #FFF;
}
.ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab {
  background: #E6E6EC;
}
.ant-tabs.page-tab-global.home > .ant-tabs-card-bar .ant-tabs-nav-wrap .ant-tabs-tab.ant-tabs-tab-active {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.ant-tabs.page-tab-global.home .home-content {
  background: #f1f3f7;
}
.ant-tabs.page-tab-global.hideTab > .ant-tabs-top-bar {
  display: none;
}
.ant-tabs.page-tab-global.hideTab .home-content {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  padding: 0;
}
.tabMenu.contextMenu {
  position: absolute;
  z-index: 9999;
  background: #fff;
  font-size: 12px;
  padding: 10px 0px;
  border: 1px solid #e9e9e9;
}
.tabMenu.contextMenu .contextMenu--option {
  padding: 2px 10px;
  width: 120px;
  cursor: pointer;
  font-size: 11px;
}
.tabMenu.contextMenu .contextMenu--option:hover {
  background: #e9e9e9;
}
.menu-tab-count-tip-yellow {
  position: absolute;
  top: 32px;
  left: 0;
  font-size: 14px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.temp-close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 42px;
  right: 12px;
}

.ant-modal .ant-divider-horizontal {
  margin: 0 0 24px 0;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.modal-table-btn .searchInput {
  position: relative;
}
.modal-table-btn .searchInput .selecteBtn {
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0);
  color: #666666;
  border: none;
}
.modal-table-btn .searchInput .selecteBtn:hover {
  background-color: #1f7fff;
  color: #fff;
}
.ant-modal-content .ant-table-thead > tr > th,
.ant-modal-content .ant-table-tbody > tr > td {
  padding: 12px 12px;
}
.searchInput-fixed {
  position: relative;
  padding-right: 100px;
}
.searchInput-fixed .selectBtn-box {
  position: absolute;
  right: 0px;
  margin-left: 12px;
  height: 100%;
}
.searchInput-fixed .onlyBtn {
  margin-left: 0;
}
.searchInput-fixed .selecteBtn {
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0);
  color: #666666;
}

.work-flow-todo-list .title .num {
  margin-left: 6px;
  color: #FF0000;
}
.work-flow-todo-list .ant-list-item {
  cursor: pointer;
}
.work-flow-todo-list .ant-list-item:hover {
  background: #e6f7ff;
}
.work-flow-todo-list .ant-list-item-meta:first-child {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.work-flow-todo-list .ant-list-item-meta-avatar .icon {
  font-size: 48px;
}
.work-flow-todo-list .ant-list-item-meta-title .process-name {
  font-weight: bold;
}
.work-flow-todo-list .ant-list-item-meta-title .starter {
  color: rgba(0, 0, 0, 0.45);
}
.work-flow-todo-list .ant-list-item-meta-description .instance-name {
  width: 200px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inherit;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_default_v1'] .cq-login-container,
:root[theme='test1_school_v1'] .cq-login-container {
  background: #F5FBFF;
  height: 100%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
:root[theme='test1_default_v1'] .cq-login-container .login-environment-text,
:root[theme='test1_school_v1'] .cq-login-container .login-environment-text {
  position: absolute;
  top: 100px;
  left: 50%;
  font-size: 35px;
  color: red;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
:root[theme='test1_default_v1'] .cq-login-container :-webkit-autofill,
:root[theme='test1_school_v1'] .cq-login-container :-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_default_v1'] .cq-login-container header,
:root[theme='test1_school_v1'] .cq-login-container header {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  color: #FFFFFF;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-size: 23.81px;
  position: relative;
}
:root[theme='test1_default_v1'] .cq-login-container header .box,
:root[theme='test1_school_v1'] .cq-login-container header .box {
  position: absolute;
  left: 87px;
  top: 46%;
}
:root[theme='test1_default_v1'] .cq-login-container header .display-login,
:root[theme='test1_school_v1'] .cq-login-container header .display-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
:root[theme='test1_default_v1'] .cq-login-container header .logo,
:root[theme='test1_school_v1'] .cq-login-container header .logo {
  width: 200px;
  height: 46px;
}
:root[theme='test1_default_v1'] .cq-login-container header .title,
:root[theme='test1_school_v1'] .cq-login-container header .title {
  margin-left: 16px;
  font-size: 28px;
  vertical-align: top;
  line-height: 48px;
}
:root[theme='test1_default_v1'] .cq-login-container header .login-env-type-font,
:root[theme='test1_school_v1'] .cq-login-container header .login-env-type-font {
  color: red;
  margin: 5px 50px;
}
:root[theme='test1_default_v1'] .cq-login-container header .customTitleShanxi-box img,
:root[theme='test1_school_v1'] .cq-login-container header .customTitleShanxi-box img {
  width: 80px!important;
  height: 80px!important;
  margin: 0!important;
  padding: 0!important;
}
:root[theme='test1_default_v1'] .cq-login-container header .customTitleShanxi-box span,
:root[theme='test1_school_v1'] .cq-login-container header .customTitleShanxi-box span {
  color: #fff!important;
  padding-left: 10px!important;
  font-size: 30px!important;
}
:root[theme='test1_default_v1'] .cq-login-container.special header,
:root[theme='test1_school_v1'] .cq-login-container.special header {
  position: absolute;
  width: 100%;
  z-index: 9;
  line-height: -webkit-calc(15vh);
  line-height: -moz-calc(15vh);
  line-height: calc(15vh);
  padding-top: 20px;
}
:root[theme='test1_default_v1'] .cq-login-container.special header .specialIcon,
:root[theme='test1_school_v1'] .cq-login-container.special header .specialIcon {
  width: 80px;
  height: 80px;
  margin-left: 87px;
  margin-right: 33px;
}
:root[theme='test1_default_v1'] .cq-login-container.special header .sz-box,
:root[theme='test1_school_v1'] .cq-login-container.special header .sz-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #ffffff;
}
:root[theme='test1_default_v1'] .cq-login-container.special header .box,
:root[theme='test1_school_v1'] .cq-login-container.special header .box {
  left: 200px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  line-height: 24px;
}
:root[theme='test1_default_v1'] .cq-login-container.special .box-container,
:root[theme='test1_school_v1'] .cq-login-container.special .box-container {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
}
:root[theme='test1_default_v1'] .cq-login-container .box-container,
:root[theme='test1_school_v1'] .cq-login-container .box-container {
  height: -webkit-calc(70vh);
  height: -moz-calc(70vh);
  height: calc(70vh);
  position: relative;
  width: 681px;
  height: 447px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/asset/login-bg.png) no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .imgBox,
:root[theme='test1_school_v1'] .cq-login-container .box-container .imgBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1080px;
  height: 100%;
  overflow: hidden;
  width: 368px;
  height: 387px;
  left: 84px;
  top: 133px;
  min-width: 368px;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container img,
:root[theme='test1_school_v1'] .cq-login-container .box-container img {
  height: 100%;
  width: 100%;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .logoContent,
:root[theme='test1_school_v1'] .cq-login-container .box-container .logoContent {
  width: 326px;
  height: 418px;
  position: absolute;
  top: 11px;
  right: 14px;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .logoContent .logoContent-code,
:root[theme='test1_school_v1'] .cq-login-container .box-container .logoContent .logoContent-code {
  z-index: 1000;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 69px;
  height: 69px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .logoContent .qrCodeLogin,
:root[theme='test1_school_v1'] .cq-login-container .box-container .logoContent .qrCodeLogin {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .logoContent .qrBox,
:root[theme='test1_school_v1'] .cq-login-container .box-container .logoContent .qrBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .logoContent .scan-change,
:root[theme='test1_school_v1'] .cq-login-container .box-container .logoContent .scan-change {
  font-size: 16px;
  color: #333330;
  letter-spacing: 0.52px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  margin-top: 20px;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .logoBgContent,
:root[theme='test1_school_v1'] .cq-login-container .box-container .logoBgContent {
  position: absolute;
  width: 23px;
  height: 42px;
  background-image: -moz-linear-gradient(155deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(155deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(295deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  top: 0;
  right: 100%;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .logoBgLogo,
:root[theme='test1_school_v1'] .cq-login-container .box-container .logoBgLogo {
  position: absolute;
  top: 32px;
  right: 24px;
  padding: 2px;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .containerFont,
:root[theme='test1_school_v1'] .cq-login-container .box-container .containerFont {
  position: absolute;
  bottom: 56px;
  right: 38%;
  z-index: 2;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .containerFont .up,
:root[theme='test1_school_v1'] .cq-login-container .box-container .containerFont .up {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 38px;
  color: #FFFFFF;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .containerFont .down,
:root[theme='test1_school_v1'] .cq-login-container .box-container .containerFont .down {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .transformLeft,
:root[theme='test1_school_v1'] .cq-login-container .box-container .transformLeft {
  width: 0;
  height: 0;
  position: absolute;
  top: -7.3%;
  right: 34%;
  border-bottom: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .transformRight,
:root[theme='test1_school_v1'] .cq-login-container .box-container .transformRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  top: -7.3%;
  border-bottom: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .transformBottomLeft,
:root[theme='test1_school_v1'] .cq-login-container .box-container .transformBottomLeft {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7.3%;
  right: 34%;
  border-top: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_default_v1'] .cq-login-container .box-container .transformBottomRight,
:root[theme='test1_school_v1'] .cq-login-container .box-container .transformBottomRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  bottom: -7.3%;
  border-top: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_default_v1'] .cq-login-container footer,
:root[theme='test1_school_v1'] .cq-login-container footer {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  background: #F5FBFF;
}
:root[theme='test1_default_v1'] .cq-login-container nav,
:root[theme='test1_school_v1'] .cq-login-container nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  min-width: 270px;
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 999;
  height: inherit !important;
  width: inherit !important;
  right: auto;
  bottom: auto;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login-env-type,
:root[theme='test1_school_v1'] .cq-login-container nav .login-env-type {
  padding: 10px 25px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login-env-type div,
:root[theme='test1_school_v1'] .cq-login-container nav .login-env-type div {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login-env-type div.active,
:root[theme='test1_school_v1'] .cq-login-container nav .login-env-type div.active {
  background: #2f8cfc;
  color: #fff;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login-env-type .left-login-type,
:root[theme='test1_school_v1'] .cq-login-container nav .login-env-type .left-login-type {
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login-env-type .right-login-type,
:root[theme='test1_school_v1'] .cq-login-container nav .login-env-type .right-login-type {
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special,
:root[theme='test1_school_v1'] .cq-login-container nav.special {
  right: 21.2%;
  height: -webkit-calc(49.8vh);
  height: -moz-calc(49.8vh);
  height: calc(49.8vh);
  width: -webkit-calc(20vw);
  width: -moz-calc(20vw);
  width: calc(20vw);
  min-height: 400px;
  bottom: 24.6%;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special :-webkit-autofill,
:root[theme='test1_school_v1'] .cq-login-container nav.special :-webkit-autofill {
  -webkit-text-fill-color: #333333 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .bg,
:root[theme='test1_school_v1'] .cq-login-container nav.special .bg {
  background: #FFFFFF;
  opacity: 1;
  width: 100%;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login {
  margin: 50px 50px 60px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .title,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .title {
  border: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #2C66D9;
  font-size: 28px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box {
  margin-top: 16.6%;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item {
  margin: 0 0 32px 0;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-control,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-control {
  line-height: 44px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: #F0F3F8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .loginIcon,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .loginIcon {
  top: 19px;
  left: 14px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .ant-input,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .ant-input {
  width: 100%;
  padding-left: 45px;
  margin: 0;
  color: #333333 !important;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-explain,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-explain {
  position: absolute;
  padding: 0 0 0 45px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-btn,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-btn {
  margin-top: 10px!important;
  padding: 0;
  font-size: 16px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login {
  background: #4499FF !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
          box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
  -webkit-border-radius: 2.85px!important;
          border-radius: 2.85px!important;
  width: 100%;
  height: 44px;
  background: #2F8CFD !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  width: 290px !important;
  height: 30px !important;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login > span,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login > span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login .anticon-loading,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login .anticon-loading {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .hrStyle,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .hrStyle {
  display: none;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .help-forgetpwd,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .help-forgetpwd {
  display: none !important;
}
:root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .smsCode-input,
:root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .smsCode-input {
  padding-left: 20px !important;
}
:root[theme='test1_default_v1'] .cq-login-container nav .bg,
:root[theme='test1_school_v1'] .cq-login-container nav .bg {
  height: 100%;
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  background: #F5FBFF;
  min-width: 270px;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login,
:root[theme='test1_school_v1'] .cq-login-container nav .login {
  text-align: center;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .box,
:root[theme='test1_school_v1'] .cq-login-container nav .login .box {
  margin-top: 30px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .box .ant-form-item,
:root[theme='test1_school_v1'] .cq-login-container nav .login .box .ant-form-item {
  margin: 6%;
  height: 48px !important;
  margin: 5px 0px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .box .smsCodeBtn,
:root[theme='test1_school_v1'] .cq-login-container nav .login .box .smsCodeBtn {
  width: 64px;
  min-width: 64px;
  color: #999999;
  font-size: 14px;
  margin-top: 0 !important;
  padding: 0;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .title,
:root[theme='test1_school_v1'] .cq-login-container nav .login .title {
  color: #49494A;
  text-align: center;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-weight: bold;
  border-bottom: 3px solid #2f8cfc;
  padding: 7px 0;
  color: #338DFB;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 0;
  padding: auto;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .loginTypeSelect .ant-select-arrow,
:root[theme='test1_school_v1'] .cq-login-container nav .login .loginTypeSelect .ant-select-arrow {
  position: absolute;
  left: -38px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-input,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-input {
  width: 75%;
  border: none;
  font-size: 14px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-input:focus,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-input:focus {
  border-color: transparent;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-input::-webkit-input-placeholder,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-input::-moz-placeholder,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-input:-moz-placeholder,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-input:-ms-input-placeholder,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-select,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-select {
  width: 75%;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-select .ant-select-selection,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-select .ant-select-selection {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:focus,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:active,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .password .ant-form-item-children,
:root[theme='test1_school_v1'] .cq-login-container nav .login .password .ant-form-item-children {
  display: inline-block;
  width: 100%;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .password .ant-form-item-children .loginIcon,
:root[theme='test1_school_v1'] .cq-login-container nav .login .password .ant-form-item-children .loginIcon {
  top: 10px;
  left: -webkit-calc((25% + 39px) / 2 - 18px);
  left: -moz-calc((25% + 39px) / 2 - 18px);
  left: calc((25% + 39px) / 2 - 18px);
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .password .ant-form-item-children .ant-input-suffix,
:root[theme='test1_school_v1'] .cq-login-container nav .login .password .ant-form-item-children .ant-input-suffix {
  right: -webkit-calc((25% - 39px) / 2 + 11px);
  right: -moz-calc((25% - 39px) / 2 + 11px);
  right: calc((25% - 39px) / 2 + 11px);
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .loginIcon,
:root[theme='test1_school_v1'] .cq-login-container nav .login .loginIcon {
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: -2px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .loginCodeImg,
:root[theme='test1_school_v1'] .cq-login-container nav .login .loginCodeImg {
  display: inline-block;
  width: 25%;
  height: 30px;
  bottom: 15px;
  right: 5.8%;
  -webkit-transform: scale(1.5, 1.5) translatex(-13px);
     -moz-transform: scale(1.5, 1.5) translatex(-13px);
      -ms-transform: scale(1.5, 1.5) translatex(-13px);
          transform: scale(1.5, 1.5) translatex(-13px);
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .hrStyle,
:root[theme='test1_school_v1'] .cq-login-container nav .login .hrStyle {
  width: 88%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 1% !important;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-form-item .anticon,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-form-item .anticon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .btn-login,
:root[theme='test1_school_v1'] .cq-login-container nav .login .btn-login {
  background: #2F8CFD !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  width: 290px;
  height: 30px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-form-explain,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-form-explain {
  text-align: left;
  margin-top: 7px;
  width: 83%;
  margin: 0 auto;
  padding-left: 50px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .colStyle,
:root[theme='test1_school_v1'] .cq-login-container nav .login .colStyle {
  width: 80%;
  margin: 0 auto;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .colStyle .captchaStyle,
:root[theme='test1_school_v1'] .cq-login-container nav .login .colStyle .captchaStyle {
  width: 118.5px;
  height: 35.6px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .colStyle .catchaImg,
:root[theme='test1_school_v1'] .cq-login-container nav .login .colStyle .catchaImg {
  width: 85.4px;
  height: 35.6px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .colStyle .reloadImg,
:root[theme='test1_school_v1'] .cq-login-container nav .login .colStyle .reloadImg {
  background: #F0F3F8;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-btn,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-btn {
  width: 78%;
  padding: 0px;
  font-size: 18px;
  font-family: 'PingFangSC', 'Microsoft YaHei';
  margin-top: 10px !important;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-btn:before,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-btn:before {
  opacity: 1;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-btn.btn-leave,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-btn.btn-leave {
  margin-left: -webkit-calc(4%);
  margin-left: -moz-calc(4%);
  margin-left: calc(4%);
  color: #666;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-btn.btn-login,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-btn.btn-login {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #2f8CFC !important;
  height: auto;
  background: #2F8CFD !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  width: 290px;
  height: 30px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-btn.btn-login .right,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-btn.btn-login .right {
  margin-left: 24px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .ant-btn.btn-login.ant-btn-loading::before,
:root[theme='test1_school_v1'] .cq-login-container nav .login .ant-btn.btn-login.ant-btn-loading::before {
  opacity: 0;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .help,
:root[theme='test1_school_v1'] .cq-login-container nav .login .help {
  width: 78%;
  margin: 20px 11% 0 11%;
  margin: 40px 11% 0 11%;
  width: 290px !important;
  margin: 10px auto !important;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .help .forget-password,
:root[theme='test1_school_v1'] .cq-login-container nav .login .help .forget-password {
  text-align: right;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .help .downloadAndHelp .anticon,
:root[theme='test1_school_v1'] .cq-login-container nav .login .help .downloadAndHelp .anticon,
:root[theme='test1_default_v1'] .cq-login-container nav .login .help .downloadAndHelp a,
:root[theme='test1_school_v1'] .cq-login-container nav .login .help .downloadAndHelp a {
  color: #2F8CFC;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .fl,
:root[theme='test1_school_v1'] .cq-login-container nav .login .fl {
  float: left;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .fr,
:root[theme='test1_school_v1'] .cq-login-container nav .login .fr {
  float: right;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .clearFix:after,
:root[theme='test1_school_v1'] .cq-login-container nav .login .clearFix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .autoLogin,
:root[theme='test1_school_v1'] .cq-login-container nav .login .autoLogin {
  position: absolute;
  left: 10%;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .login .forgetPass,
:root[theme='test1_school_v1'] .cq-login-container nav .login .forgetPass {
  position: absolute;
  right: 10%;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_default_v1'] .cq-login-container nav .digitalLog,
:root[theme='test1_school_v1'] .cq-login-container nav .digitalLog {
  font-size: 14px;
  margin-top: 22% !important;
}
:root[theme='test1_default_v1'] .cq-login-container .login-copyright,
:root[theme='test1_school_v1'] .cq-login-container .login-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
:root[theme='test1_default_v1'] .cq-login-container .login-copyright p,
:root[theme='test1_school_v1'] .cq-login-container .login-copyright p {
  margin-bottom: 10px;
}
:root[theme='test1_default_v1'] .cq-login-container .login-copyright p a,
:root[theme='test1_school_v1'] .cq-login-container .login-copyright p a {
  margin-right: 10px;
}
:root[theme='test1_default_v1'] .cq-login-container .login-copyright img,
:root[theme='test1_school_v1'] .cq-login-container .login-copyright img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 1388px) {
  :root[theme='test1_default_v1'] .cq-login-container header .box,
  :root[theme='test1_school_v1'] .cq-login-container header .box {
    top: 40%;
  }
  :root[theme='test1_default_v1'] .cq-login-container header .box .logo,
  :root[theme='test1_school_v1'] .cq-login-container header .box .logo {
    width: 160px;
    height: 40px;
  }
  :root[theme='test1_default_v1'] .cq-login-container header .box .title,
  :root[theme='test1_school_v1'] .cq-login-container header .box .title {
    font-size: 22px;
    line-height: 40px;
  }
  :root[theme='test1_default_v1'] .cq-login-container .customIcon,
  :root[theme='test1_school_v1'] .cq-login-container .customIcon {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 5px;
    padding-bottom: 5px;
  }
  :root[theme='test1_default_v1'] .cq-login-container .customTitle,
  :root[theme='test1_school_v1'] .cq-login-container .customTitle {
    padding-top: 5px;
  }
  :root[theme='test1_default_v1'] .cq-login-container.special header .specialIcon,
  :root[theme='test1_school_v1'] .cq-login-container.special header .specialIcon {
    width: 60px;
    height: 60px;
  }
  :root[theme='test1_default_v1'] .cq-login-container.special header .box,
  :root[theme='test1_school_v1'] .cq-login-container.special header .box {
    left: 160px;
    font-size: 24px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special,
  :root[theme='test1_school_v1'] .cq-login-container nav.special {
    bottom: 23%;
    height: -webkit-calc(62vh);
    height: -moz-calc(62vh);
    height: calc(62vh);
    width: -webkit-calc(25vw);
    width: -moz-calc(25vw);
    width: calc(25vw);
    min-height: 350px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special :-webkit-autofill,
  :root[theme='test1_school_v1'] .cq-login-container nav.special :-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-transition: background-color 1000005000s ease-in-out 0s;
    transition: background-color 1000005000s ease-in-out 0s;
    font-family: "PingFangSC-Regular";
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .bg,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .bg {
    width: 100%;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login {
    margin: 40px 50px 60px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .title,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .title {
    font-size: 21.34px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box {
    margin-top: 40px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item {
    margin: 0 0 24px 0;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item .loginIcon,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item .loginIcon {
    top: 16px!important;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-item-control,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-item-control {
    line-height: 36px!important;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-input,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-input {
    margin-left: 6px;
    font-size: 14px;
    height: 36px !important;
    color: #333333 !important;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-btn,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-btn {
    margin-top: 10px!important;
    height: 36px!important;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-btn > span,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-btn > span {
    font-size: 14px !important;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav.special .login .box .ant-form-explain,
  :root[theme='test1_school_v1'] .cq-login-container nav.special .login .box .ant-form-explain {
    margin-top: 2px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav .login .box,
  :root[theme='test1_school_v1'] .cq-login-container nav .login .box {
    margin-top: 30px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav .login .box .ant-form-item,
  :root[theme='test1_school_v1'] .cq-login-container nav .login .box .ant-form-item {
    margin: 4%;
    height: 48px !important;
    margin: 5px 0px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav .login .title,
  :root[theme='test1_school_v1'] .cq-login-container nav .login .title {
    font-size: 24px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav .login .ant-btn,
  :root[theme='test1_school_v1'] .cq-login-container nav .login .ant-btn {
    margin-top: 20px;
    font-size: 18px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav .login .btn-login,
  :root[theme='test1_school_v1'] .cq-login-container nav .login .btn-login {
    height: 36px;
    background: #2F8CFD !important;
    -webkit-border-radius: 5px !important;
            border-radius: 5px !important;
    width: 290px;
    height: 30px;
  }
  :root[theme='test1_default_v1'] .cq-login-container nav .login .ant-form-explain,
  :root[theme='test1_school_v1'] .cq-login-container nav .login .ant-form-explain {
    text-align: left;
    padding-left: 43px;
  }
}
@media screen and (max-width: 1080px) {
  :root[theme='test1_default_v1'] .cq-login-container .nav .login,
  :root[theme='test1_school_v1'] .cq-login-container .nav .login {
    margin-top: 25%;
  }
  :root[theme='test1_default_v1'] .cq-login-container .box-container .transformLeft,
  :root[theme='test1_school_v1'] .cq-login-container .box-container .transformLeft,
  :root[theme='test1_default_v1'] .cq-login-container .box-container .transformBottomLeft,
  :root[theme='test1_school_v1'] .cq-login-container .box-container .transformBottomLeft {
    right: -webkit-calc(9% + 270px);
    right: -moz-calc(9% + 270px);
    right: calc(9% + 270px);
  }
}
:root[theme='test1_default_v1'] .modal-content-login,
:root[theme='test1_school_v1'] .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  margin: 24px 34px;
  padding-left: 60px;
  font-size: 14px;
  color: #d3d3d3;
}
:root[theme='test1_default_v1'] .modal-content-login .msg,
:root[theme='test1_school_v1'] .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme='test1_default_v1'] .modal-content-login .operation .seconds,
:root[theme='test1_school_v1'] .modal-content-login .operation .seconds,
:root[theme='test1_default_v1'] .modal-content-login .operation .close,
:root[theme='test1_school_v1'] .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme='test1_default_v1'] .modal-content-login .operation .seconds,
:root[theme='test1_school_v1'] .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme='test1_default_v1'] .modal-content-login .operation .close,
:root[theme='test1_school_v1'] .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-header,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content {
  height: 360px;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body {
  height: 90%;
  padding-top: 42px;
  text-align: center;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon {
  color: #faad14;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon svg,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon svg {
  width: 72px;
  height: 72px;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title {
  padding: 20px 40px 20px;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title .update-info-title1,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title .update-info-title1 {
  font-size: 21px;
  margin-bottom: 15px;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap {
  margin-top: 10px;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot {
  text-align: right;
}
:root[theme='test1_default_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot svg,
:root[theme='test1_school_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot svg {
  color: #1990ff;
  width: 20px;
  height: 20px;
}
:root[theme='test1_default_v1'] .login-notice-modal .ant-modal-header,
:root[theme='test1_school_v1'] .login-notice-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_default_v1'] .login-notice-modal .ant-modal-body,
:root[theme='test1_school_v1'] .login-notice-modal .ant-modal-body {
  margin: 0;
  height: 520px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list {
  height: 460px;
  margin-bottom: 10px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list .login-notice-list-box,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list .login-notice-list-box {
  height: 100%;
  width: 100%;
  position: relative;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title {
  width: 100%;
  position: absolute;
  background: #fff;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text {
  height: 100%;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list2,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list2 {
  height: 340px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-file,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-file {
  height: 110px;
  margin-bottom: 10px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-file .login-notice-file-box,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-file .login-notice-file-box {
  height: 88px;
  overflow: auto;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p {
  margin-bottom: 0px;
  color: #1990ff;
  cursor: pointer;
  font-size: 14px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list-CqPagination,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list-CqPagination {
  text-align: center;
}
:root[theme='test1_default_v1'] .rollingNotifications-tip,
:root[theme='test1_school_v1'] .rollingNotifications-tip {
  width: 500px;
  height: 28px;
  line-height: 28px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:root[theme='test1_default_v1'] .rollingNotifications-tip p,
:root[theme='test1_school_v1'] .rollingNotifications-tip p,
:root[theme='test1_default_v1'] .rollingNotifications-tip span,
:root[theme='test1_school_v1'] .rollingNotifications-tip span {
  margin: 0;
  padding: 0;
}
:root[theme='test1_default_v1'] .vertical-center-modal,
:root[theme='test1_school_v1'] .vertical-center-modal {
  text-align: center;
}
:root[theme='test1_default_v1'] .vertical-center-modal:before,
:root[theme='test1_school_v1'] .vertical-center-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
:root[theme='test1_default_v1'] .vertical-center-modal .ant-modal,
:root[theme='test1_school_v1'] .vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
:root[theme='test1_default_v1'] .login-container .ant-input-affix-wrapper .ant-input,
:root[theme='test1_school_v1'] .login-container .ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: left;
}
:root[theme='test1_default_v1'] .login-container .ant-input-affix-wrapper,
:root[theme='test1_school_v1'] .login-container .ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
:root[theme='test1_default_v1'] .has-error .ant-input-affix-wrapper .ant-input,
:root[theme='test1_school_v1'] .has-error .ant-input-affix-wrapper .ant-input,
:root[theme='test1_default_v1'] .has-error .ant-input-affix-wrapper .ant-input:hover,
:root[theme='test1_school_v1'] .has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: transparent;
}
:root[theme='test1_default_v1'] .ant-modal-content .ant-modal-body .pwdStyle,
:root[theme='test1_school_v1'] .ant-modal-content .ant-modal-body .pwdStyle {
  color: #f5222d;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_informaTion_v1'] .cq-login-container {
  background: #F5FBFF;
  height: 100%;
  background-size: 100% 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
:root[theme='test1_informaTion_v1'] .cq-login-container :-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_informaTion_v1'] .cq-login-container header {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  color: #2E90DB;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-size: 23.81px;
  position: relative;
}
:root[theme='test1_informaTion_v1'] .cq-login-container header .box {
  position: absolute;
  left: 87px;
  top: 46%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container header .display-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
:root[theme='test1_informaTion_v1'] .cq-login-container header .display-login > div {
  width: 60%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container header .display-login > div .customIcon {
  width: 100%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container header .logo {
  width: 200px;
  height: 46px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container header .title {
  margin-left: 16px;
  font-size: 28px;
  vertical-align: top;
  line-height: 48px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container header .login-env-type-font {
  color: red;
  margin: 5px 50px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container.special header {
  position: absolute;
  width: 100%;
  z-index: 9;
  line-height: -webkit-calc(15vh);
  line-height: -moz-calc(15vh);
  line-height: calc(15vh);
  padding-top: 20px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container.special header .specialIcon {
  width: 80px;
  height: 80px;
  margin-left: 87px;
  margin-right: 33px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container.special header .sz-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #ffffff;
}
:root[theme='test1_informaTion_v1'] .cq-login-container.special header .box {
  left: 200px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  line-height: 24px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container.special .box-container {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container {
  height: -webkit-calc(70vh);
  height: -moz-calc(70vh);
  height: calc(70vh);
  position: relative;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .imgBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1080px;
  height: 100%;
  overflow: hidden;
  width: 368px;
  height: 387px;
  left: 84px;
  top: 133px;
  min-width: 368px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container img {
  height: 100%;
  width: 100%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .logoContent {
  width: 510px;
  height: 520px;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 8px 16px 0px;
          box-shadow: 8px 8px 16px 0px;
  position: absolute;
  top: 60px;
  right: 15%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #F2F7FC;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .logoBgContent {
  position: absolute;
  width: 23px;
  height: 42px;
  background-image: -moz-linear-gradient(155deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  background-image: -o-linear-gradient(155deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(295deg, #082888 50%, rgba(255, 255, 255, 0) 50%);
  top: 0;
  right: 100%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .logoBgLogo {
  position: absolute;
  top: 32px;
  right: 24px;
  padding: 2px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .containerFont {
  position: absolute;
  bottom: 56px;
  right: 38%;
  z-index: 2;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .containerFont .up {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 38px;
  color: #FFFFFF;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .containerFont .down {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .transformLeft {
  width: 0;
  height: 0;
  position: absolute;
  top: -7.3%;
  right: 34%;
  border-bottom: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .transformRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  top: -7.3%;
  border-bottom: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .transformBottomLeft {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7.3%;
  right: 34%;
  border-top: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_informaTion_v1'] .cq-login-container .box-container .transformBottomRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  bottom: -7.3%;
  border-top: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_informaTion_v1'] .cq-login-container footer {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  background: #F5FBFF;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav {
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  min-width: 270px;
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 999;
  height: inherit !important;
  width: inherit !important;
  right: auto;
  bottom: auto;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login-env-type {
  padding: 10px 25px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login-env-type div {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login-env-type div.active {
  background: #2f8cfc;
  color: #fff;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login-env-type .left-login-type {
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login-env-type .right-login-type {
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special {
  right: 21.2%;
  height: -webkit-calc(49.8vh);
  height: -moz-calc(49.8vh);
  height: calc(49.8vh);
  width: -webkit-calc(20vw);
  width: -moz-calc(20vw);
  width: calc(20vw);
  min-height: 400px;
  bottom: 24.6%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special :-webkit-autofill {
  -webkit-text-fill-color: #333333 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .bg {
  background: #FFFFFF;
  opacity: 1;
  width: 100%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login {
  margin: 50px 50px 60px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .title {
  border: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #2C66D9;
  font-size: 28px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box {
  margin-top: 16.6%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item {
  margin: 0 0 32px 0;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-control {
  line-height: 44px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: #F0F3F8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .loginIcon {
  top: 19px;
  left: 14px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .ant-input {
  width: 100%;
  padding-left: 45px;
  margin: 0;
  color: #333333 !important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-explain {
  position: absolute;
  padding: 0 0 0 45px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-btn {
  margin-top: 10px!important;
  padding: 0;
  font-size: 16px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login {
  background: #4499FF !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
          box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
  -webkit-border-radius: 2.85px!important;
          border-radius: 2.85px!important;
  width: 100%;
  height: 44px;
  background: #2F8CFD !important;
  -webkit-border-radius: 10px !important;
          border-radius: 10px !important;
  width: 366px !important;
  height: 63px !important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login > span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login .anticon-loading {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .hrStyle {
  display: none;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .help-forgetpwd {
  display: none !important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .smsCode-input {
  padding-left: 20px !important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .bg {
  height: 100%;
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  background: #F5FBFF;
  min-width: 270px;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login {
  margin-top: 30%;
  margin-top: 60px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .box {
  margin-top: 20px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .box .ant-form-item {
  margin: 6%;
  height: 48px !important;
  margin: 40px 48px;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding-top: 5px;
  padding-left: 10px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .box .ant-form-item .ant-form-item-control {
  line-height: 40px!important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .box .smsCodeBtn {
  width: 64px;
  min-width: 64px;
  color: #999999;
  font-size: 14px;
  margin-top: 0 !important;
  padding: 0;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .title {
  color: #49494A;
  font-size: 24px;
  text-align: center;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-weight: bold;
  border-bottom: 3px solid #2f8cfc;
  padding: 7px 0;
  color: #338DFB;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 600;
  border-bottom: 0;
  padding: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .loginTypeSelect .ant-select-arrow {
  position: absolute;
  left: -38px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-input {
  width: 75%;
  border: none;
  font-size: 14px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-input:focus {
  border-color: transparent;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-select {
  width: 75%;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-select .ant-select-selection {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .password .ant-form-item-children {
  display: inline-block;
  width: 100%;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .password .ant-form-item-children .loginIcon {
  top: 10px;
  left: -webkit-calc((25% + 39px) / 2 - 18px);
  left: -moz-calc((25% + 39px) / 2 - 18px);
  left: calc((25% + 39px) / 2 - 18px);
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .password .ant-form-item-children .ant-input-suffix {
  right: -webkit-calc((25% - 39px) / 2 + 11px);
  right: -moz-calc((25% - 39px) / 2 + 11px);
  right: calc((25% - 39px) / 2 + 11px);
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .loginIcon {
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: -2px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .loginCodeImg {
  display: inline-block;
  width: 25%;
  height: 30px;
  bottom: 15px;
  right: 5.8%;
  -webkit-transform: scale(1.5, 1.5) translatex(-13px);
     -moz-transform: scale(1.5, 1.5) translatex(-13px);
      -ms-transform: scale(1.5, 1.5) translatex(-13px);
          transform: scale(1.5, 1.5) translatex(-13px);
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .hrStyle {
  width: 88%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 1% !important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-form-item .anticon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 12px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .btn-login {
  background: #2F8CFD !important;
  -webkit-border-radius: 10px !important;
          border-radius: 10px !important;
  width: 366px;
  height: 63px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-form-explain {
  text-align: left;
  margin-top: 7px;
  width: 83%;
  margin: 0 auto;
  padding-left: 50px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .colStyle {
  width: 80%;
  margin: 0 auto;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .colStyle .captchaStyle {
  width: 118.5px;
  height: 35.6px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .colStyle .catchaImg {
  width: 85.4px;
  height: 35.6px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .colStyle .reloadImg {
  background: #F0F3F8;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-btn {
  width: 78%;
  padding: 12px;
  font-size: 22px;
  font-family: 'PingFangSC', 'Microsoft YaHei';
  margin-top: 10px !important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-btn:before {
  opacity: 1;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-btn.btn-leave {
  margin-left: -webkit-calc(4%);
  margin-left: -moz-calc(4%);
  margin-left: calc(4%);
  color: #666;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-btn.btn-login {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #2f8CFC !important;
  height: auto;
  background: #2F8CFD !important;
  -webkit-border-radius: 10px !important;
          border-radius: 10px !important;
  width: 410px;
  height: 63px;
  margin-left: 50px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-btn.btn-login .right {
  margin-left: 24px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-btn.btn-login.ant-btn-loading::before {
  opacity: 0;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .help {
  width: 78%;
  margin: 20px 11% 0 11%;
  margin: 40px 11% 0 11%;
  width: 366px !important;
  margin: 20px auto !important;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .help .forget-password {
  text-align: right;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .help .downloadAndHelp .anticon,
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .help .downloadAndHelp a {
  color: #2F8CFC;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .fl {
  float: left;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .fr {
  float: right;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .clearFix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .autoLogin {
  position: absolute;
  left: 10%;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .login .forgetPass {
  position: absolute;
  right: 10%;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_informaTion_v1'] .cq-login-container nav .digitalLog {
  font-size: 14px;
  margin-top: 22% !important;
}
@media screen and (max-width: 1388px) {
  :root[theme='test1_informaTion_v1'] .cq-login-container header .box {
    top: 40%;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container header .box .logo {
    width: 160px;
    height: 40px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container header .box .title {
    font-size: 22px;
    line-height: 40px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container .customIcon {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    padding-bottom: 5px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container .customTitle {
    padding-top: 5px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container.special header .specialIcon {
    width: 60px;
    height: 60px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container.special header .box {
    left: 160px;
    font-size: 24px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special {
    bottom: 23%;
    height: -webkit-calc(62vh);
    height: -moz-calc(62vh);
    height: calc(62vh);
    width: -webkit-calc(25vw);
    width: -moz-calc(25vw);
    width: calc(25vw);
    min-height: 350px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special :-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-transition: background-color 1000005000s ease-in-out 0s;
    transition: background-color 1000005000s ease-in-out 0s;
    font-family: "PingFangSC-Regular";
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .bg {
    width: 100%;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login {
    margin: 40px 50px 60px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .title {
    font-size: 21.34px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box {
    margin-top: 40px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item {
    margin: 0 0 24px 0;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item .loginIcon {
    top: 16px!important;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-item-control {
    line-height: 36px!important;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-input {
    margin-left: 6px;
    font-size: 14px;
    height: 36px !important;
    color: #333333 !important;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-btn {
    margin-top: 16px!important;
    height: 36px!important;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-btn > span {
    font-size: 14px !important;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav.special .login .box .ant-form-explain {
    margin-top: 2px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav .login .box {
    margin-top: 50px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav .login .box .ant-form-item {
    margin: 4%;
    height: 48px !important;
    margin: 52px 48px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav .login .title {
    font-size: 18px;
    font-size: 40px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-btn {
    margin-top: 20px;
    font-size: 18px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav .login .btn-login {
    height: 36px;
    background: #2F8CFD !important;
    -webkit-border-radius: 10px !important;
            border-radius: 10px !important;
    width: 366px;
    height: 63px;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container nav .login .ant-form-explain {
    text-align: left;
    padding-left: 43px;
  }
}
@media screen and (max-width: 1080px) {
  :root[theme='test1_informaTion_v1'] .cq-login-container .nav .login {
    margin-top: 25%;
  }
  :root[theme='test1_informaTion_v1'] .cq-login-container .box-container .transformLeft,
  :root[theme='test1_informaTion_v1'] .cq-login-container .box-container .transformBottomLeft {
    right: -webkit-calc(9% + 270px);
    right: -moz-calc(9% + 270px);
    right: calc(9% + 270px);
  }
}
:root[theme='test1_informaTion_v1'] .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  margin: 24px 34px;
  padding-left: 60px;
  font-size: 14px;
  color: #d3d3d3;
}
:root[theme='test1_informaTion_v1'] .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme='test1_informaTion_v1'] .modal-content-login .operation .seconds,
:root[theme='test1_informaTion_v1'] .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme='test1_informaTion_v1'] .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme='test1_informaTion_v1'] .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content {
  height: 360px;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body {
  height: 90%;
  padding-top: 42px;
  text-align: center;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon {
  color: #faad14;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon svg {
  width: 72px;
  height: 72px;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title {
  padding: 20px 40px 20px;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title .update-info-title1 {
  font-size: 21px;
  margin-bottom: 15px;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap {
  margin-top: 10px;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot {
  text-align: right;
}
:root[theme='test1_informaTion_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot svg {
  color: #1990ff;
  width: 20px;
  height: 20px;
}
:root[theme='test1_informaTion_v1'] .login-notice-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_informaTion_v1'] .login-notice-modal .ant-modal-body {
  margin: 0;
  height: 440px;
}
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list {
  height: 380px;
}
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list .login-notice-list-box {
  height: 380px;
  width: 100%;
  position: relative;
}
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title {
  width: 100%;
  position: absolute;
  background: #fff;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text {
  height: 370px;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list-CqPagination {
  text-align: center;
}
:root[theme='test1_informaTion_v1'] .vertical-center-modal {
  text-align: center;
}
:root[theme='test1_informaTion_v1'] .vertical-center-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
:root[theme='test1_informaTion_v1'] .vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
:root[theme='test1_informaTion_v1'] .login-container .ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: left;
}
:root[theme='test1_informaTion_v1'] .login-container .ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
:root[theme='test1_informaTion_v1'] .has-error .ant-input-affix-wrapper .ant-input,
:root[theme='test1_informaTion_v1'] .has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: transparent;
}
:root[theme='test1_informaTion_v1'] .ant-modal-content .ant-modal-body .pwdStyle {
  color: #f5222d;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme="test1_ningHai_v1"] .cq-login-container {
  background: #f5fbff;
  height: 100%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
:root[theme="test1_ningHai_v1"] .cq-login-container :-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme="test1_ningHai_v1"] .cq-login-container header {
  height: -webkit-calc(5vh);
  height: -moz-calc(5vh);
  height: calc(5vh);
  color: #fff;
  font-family: "PingFangSC-Semibold", "Microsoft YaHei";
  font-size: 32px;
  position: relative;
  font-weight: 700;
}
:root[theme="test1_ningHai_v1"] .cq-login-container header .box {
  position: absolute;
  left: 87px;
  top: 46%;
}
:root[theme="test1_ningHai_v1"] .cq-login-container header .display-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
:root[theme="test1_ningHai_v1"] .cq-login-container header .display-login img {
  width: 50px;
  height: 50px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container header .logo {
  width: 200px;
  height: 46px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container header .title {
  margin-left: 16px;
  font-size: 28px;
  vertical-align: top;
  line-height: 48px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container header .login-env-type-font {
  color: red;
  margin: 5px 50px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container.special header {
  position: absolute;
  width: 100%;
  z-index: 9;
  line-height: -webkit-calc(15vh);
  line-height: -moz-calc(15vh);
  line-height: calc(15vh);
  padding-top: 20px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container.special header .specialIcon {
  width: 80px;
  height: 80px;
  margin-left: 87px;
  margin-right: 33px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container.special header .sz-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #ffffff;
}
:root[theme="test1_ningHai_v1"] .cq-login-container.special header .box {
  left: 200px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  line-height: 24px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container.special .box-container {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container {
  height: -webkit-calc(70vh);
  height: -moz-calc(70vh);
  height: calc(70vh);
  position: relative;
  width: 80%;
  height: 480px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .logoContent {
  width: 460px;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 0.9)), color-stop(92%, rgba(255, 255, 255, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 2%, rgba(255, 255, 255, 0.6) 92%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 2%, rgba(255, 255, 255, 0.6) 92%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 2%, rgba(255, 255, 255, 0.6) 92%);
  -webkit-box-shadow: 0px 2px 10px 0px;
          box-shadow: 0px 2px 10px 0px;
  position: absolute;
  top: -42px;
  right: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .containerFont {
  position: absolute;
  bottom: 56px;
  right: 38%;
  z-index: 2;
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .containerFont .up {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 38px;
  color: #ffffff;
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .containerFont .down {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .transformLeft {
  width: 0;
  height: 0;
  position: absolute;
  top: -7.3%;
  right: 34%;
  border-bottom: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .transformRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  top: -7.3%;
  border-bottom: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .transformBottomLeft {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7.3%;
  right: 34%;
  border-top: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme="test1_ningHai_v1"] .cq-login-container .box-container .transformBottomRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  bottom: -7.3%;
  border-top: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme="test1_ningHai_v1"] .cq-login-container footer {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  background: #f5fbff;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav {
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  min-width: 270px;
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 999;
  height: inherit !important;
  width: inherit !important;
  right: auto;
  bottom: auto;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login-env-type {
  padding: 10px 25px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login-env-type div {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login-env-type div.active {
  background: #2f8cfc;
  color: #fff;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login-env-type .left-login-type {
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login-env-type .right-login-type {
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special {
  right: 21.2%;
  height: -webkit-calc(49.8vh);
  height: -moz-calc(49.8vh);
  height: calc(49.8vh);
  width: -webkit-calc(20vw);
  width: -moz-calc(20vw);
  width: calc(20vw);
  min-height: 400px;
  bottom: 24.6%;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special :-webkit-autofill {
  -webkit-text-fill-color: #333333 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .bg {
  background: #ffffff;
  opacity: 1;
  width: 100%;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login {
  margin: 50px 50px 60px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .title {
  border: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #2c66d9;
  font-size: 28px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box {
  margin-top: 16.6%;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-form-item {
  margin: 0 0 32px 0;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-control {
  line-height: 44px;
  background: red;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: #f0f3f8;
  background: red;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .loginIcon {
  top: 19px;
  left: 14px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .ant-input {
  width: 100%;
  padding-left: 45px;
  margin: 0;
  color: #333333 !important;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-form-item .ant-form-explain {
  position: absolute;
  padding: 0 0 0 45px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-btn {
  margin-top: 10px !important;
  padding: 0;
  font-size: 16px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-btn.btn-login {
  background: #4499ff !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
          box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
  -webkit-border-radius: 2.85px !important;
          border-radius: 2.85px !important;
  width: 100%;
  height: 44px;
  background: #2f8cfd !important;
  -webkit-border-radius: 10px !important;
          border-radius: 10px !important;
  width: 366px !important;
  height: 63px !important;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-btn.btn-login > span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .ant-btn.btn-login .anticon-loading {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .help-forgetpwd {
  display: none !important;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav.special .login .box .smsCode-input {
  padding-left: 20px !important;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .bg {
  height: 100%;
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  background: #f5fbff;
  min-width: 270px;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login {
  height: 100%;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .box {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .box .ant-form-item {
  height: 60px;
  margin-bottom: 24px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .box .ant-form-item .ant-form-item-control-wrapper {
  height: 60px;
  line-height: 60px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .box .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control {
  height: 60px;
  line-height: 60px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .box .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control span {
  border: 1px solid #eee;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .box .smsCodeBtn {
  width: 64px;
  min-width: 64px;
  color: #999999;
  font-size: 14px;
  margin-top: 0 !important;
  padding: 0;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .title {
  text-align: center;
  font-family: "PingFangSC-Semibold", "Microsoft YaHei";
  color: #333333;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .loginTypeSelect .ant-select-arrow {
  position: absolute;
  left: -38px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-input {
  width: 75%;
  border: none;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.52px;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-input:focus {
  border-color: transparent;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: "Microsoft Yahei";
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: "Microsoft Yahei";
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: "Microsoft Yahei";
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: "Microsoft Yahei";
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-select {
  width: 75%;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-select .ant-select-selection {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-select .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-select .ant-select-selection:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .password .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: red;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .password .ant-form-item-children .loginIcon {
  top: 10px;
  left: -webkit-calc((25% + 39px) / 2 - 18px);
  left: -moz-calc((25% + 39px) / 2 - 18px);
  left: calc((25% + 39px) / 2 - 18px);
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .password .ant-form-item-children .ant-input-suffix {
  right: -webkit-calc((25% - 39px) / 2 + 11px);
  right: -moz-calc((25% - 39px) / 2 + 11px);
  right: calc((25% - 39px) / 2 + 11px);
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .loginIcon {
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: -2px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .loginCodeImg {
  display: inline-block;
  width: 25%;
  height: 30px;
  bottom: 15px;
  right: 5.8%;
  -webkit-transform: scale(1.5, 1.5) translatex(-13px);
     -moz-transform: scale(1.5, 1.5) translatex(-13px);
      -ms-transform: scale(1.5, 1.5) translatex(-13px);
          transform: scale(1.5, 1.5) translatex(-13px);
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-form-item .anticon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-form-explain {
  text-align: left;
  margin-top: 7px;
  width: 83%;
  margin: 0 auto;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .colStyle {
  width: 80%;
  margin: 0 auto;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .colStyle .captchaStyle {
  width: 118.5px;
  height: 35.6px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .colStyle .catchaImg {
  width: 85.4px;
  height: 35.6px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .colStyle .reloadImg {
  background: #f0f3f8;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-btn {
  font-size: 20px;
  font-family: "PingFangSC", "Microsoft YaHei";
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-btn:before {
  background: #00726d;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-btn.btn-leave {
  margin-left: -webkit-calc(4%);
  margin-left: -moz-calc(4%);
  margin-left: calc(4%);
  color: #666;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-btn.btn-login {
  width: 100%;
  height: 60px;
  margin-top: 8px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00726d), to(#00867f));
  background-image: -moz-linear-gradient(right, #00726d 0%, #00867f 100%);
  background-image: -o-linear-gradient(right, #00726d 0%, #00867f 100%);
  background-image: linear-gradient(270deg, #00726d 0%, #00867f 100%);
  background-color: #00726d !important;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border-color: #00726d !important;
  font-family: "PingFangSC-Medium";
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 6px;
  font-weight: 500;
  border-radius: 4px !important;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .ant-btn.btn-login::after {
  display: none !important;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .help {
  width: 100%;
  margin-top: 20px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .help .forget-password {
  text-align: right;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .help .forget-password .anticon,
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .help .forget-password a {
  color: #000;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .help .downloadAndHelp {
  text-align: center;
  margin-top: 20px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .help .downloadAndHelp .anticon,
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .help .downloadAndHelp a {
  color: #000;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .fl {
  float: left;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .fr {
  float: right;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .clearFix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .autoLogin {
  position: absolute;
  left: 10%;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .login .forgetPass {
  position: absolute;
  right: 10%;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme="test1_ningHai_v1"] .cq-login-container nav .digitalLog {
  font-size: 14px;
  margin-top: 22% !important;
}
:root[theme="test1_ningHai_v1"] .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  margin: 24px 34px;
  padding-left: 60px;
  font-size: 14px;
  color: #d3d3d3;
}
:root[theme="test1_ningHai_v1"] .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme="test1_ningHai_v1"] .modal-content-login .operation .seconds,
:root[theme="test1_ningHai_v1"] .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme="test1_ningHai_v1"] .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme="test1_ningHai_v1"] .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-header {
  display: none;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content {
  height: 360px;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body {
  height: 90%;
  padding-top: 42px;
  text-align: center;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body .icon {
  color: #faad14;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body .icon svg {
  width: 72px;
  height: 72px;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title {
  padding: 20px 40px 20px;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title .update-info-title1 {
  font-size: 21px;
  margin-bottom: 15px;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap {
  margin-top: 10px;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot {
  text-align: right;
}
:root[theme="test1_ningHai_v1"] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot svg {
  color: #1990ff;
  width: 20px;
  height: 20px;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .ant-modal-header {
  display: none;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .ant-modal-body {
  margin: 0;
  height: 520px;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-list {
  height: 460px;
  margin-bottom: 10px;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-list .login-notice-list-box {
  height: 100%;
  width: 100%;
  position: relative;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title {
  width: 100%;
  position: absolute;
  background: #fff;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text {
  height: 100%;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-list2 {
  height: 340px;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-file {
  height: 110px;
  margin-bottom: 10px;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-file .login-notice-file-box {
  height: 88px;
  overflow: auto;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-file .login-notice-file-box p {
  margin-bottom: 0px;
  color: #1990ff;
  cursor: pointer;
  font-size: 14px;
}
:root[theme="test1_ningHai_v1"] .login-notice-modal .login-notice-list-CqPagination {
  text-align: center;
}
:root[theme="test1_ningHai_v1"] .rollingNotifications-tip {
  width: 500px;
  height: 28px;
  line-height: 28px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:root[theme="test1_ningHai_v1"] .rollingNotifications-tip p,
:root[theme="test1_ningHai_v1"] .rollingNotifications-tip span {
  margin: 0;
  padding: 0;
}
:root[theme="test1_ningHai_v1"] .vertical-center-modal {
  text-align: center;
}
:root[theme="test1_ningHai_v1"] .vertical-center-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
:root[theme="test1_ningHai_v1"] .vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
:root[theme="test1_ningHai_v1"] .login-container .ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: left;
}
:root[theme="test1_ningHai_v1"] .login-container .ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
     -moz-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
:root[theme="test1_ningHai_v1"] .has-error .ant-input-affix-wrapper .ant-input,
:root[theme="test1_ningHai_v1"] .has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: transparent;
}
:root[theme="test1_ningHai_v1"] .ant-modal-content .ant-modal-body .pwdStyle {
  color: #f5222d;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_park_v1'] .cq-login-container {
  background: #F5FBFF;
  height: 100%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
:root[theme='test1_park_v1'] .cq-login-container :-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_park_v1'] .cq-login-container header {
  height: -webkit-calc(5vh);
  height: -moz-calc(5vh);
  height: calc(5vh);
  color: #004DF4;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-size: 28px;
  position: relative;
  font-weight: 700;
}
:root[theme='test1_park_v1'] .cq-login-container header .box {
  position: absolute;
  left: 87px;
  top: 46%;
}
:root[theme='test1_park_v1'] .cq-login-container header .display-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
:root[theme='test1_park_v1'] .cq-login-container header .display-login img {
  width: 70px;
  height: 70px;
}
:root[theme='test1_park_v1'] .cq-login-container header .logo {
  width: 200px;
  height: 46px;
}
:root[theme='test1_park_v1'] .cq-login-container header .title {
  margin-left: 16px;
  font-size: 28px;
  vertical-align: top;
  line-height: 48px;
}
:root[theme='test1_park_v1'] .cq-login-container header .login-env-type-font {
  color: red;
  margin: 5px 50px;
}
:root[theme='test1_park_v1'] .cq-login-container.special header {
  position: absolute;
  width: 100%;
  z-index: 9;
  line-height: -webkit-calc(15vh);
  line-height: -moz-calc(15vh);
  line-height: calc(15vh);
  padding-top: 20px;
}
:root[theme='test1_park_v1'] .cq-login-container.special header .specialIcon {
  width: 80px;
  height: 80px;
  margin-left: 87px;
  margin-right: 33px;
}
:root[theme='test1_park_v1'] .cq-login-container.special header .sz-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #ffffff;
}
:root[theme='test1_park_v1'] .cq-login-container.special header .box {
  left: 200px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  line-height: 24px;
}
:root[theme='test1_park_v1'] .cq-login-container.special .box-container {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
}
:root[theme='test1_park_v1'] .cq-login-container .box-container {
  height: -webkit-calc(70vh);
  height: -moz-calc(70vh);
  height: calc(70vh);
  position: relative;
  width: 80%;
  height: 480px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .logoContent {
  width: 480px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -42px;
  right: 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .containerFont {
  position: absolute;
  bottom: 56px;
  right: 38%;
  z-index: 2;
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .containerFont .up {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 38px;
  color: #FFFFFF;
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .containerFont .down {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .transformLeft {
  width: 0;
  height: 0;
  position: absolute;
  top: -7.3%;
  right: 34%;
  border-bottom: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .transformRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  top: -7.3%;
  border-bottom: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .transformBottomLeft {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7.3%;
  right: 34%;
  border-top: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_park_v1'] .cq-login-container .box-container .transformBottomRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  bottom: -7.3%;
  border-top: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_park_v1'] .cq-login-container footer {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  background: #F5FBFF;
}
:root[theme='test1_park_v1'] .cq-login-container nav {
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  min-width: 270px;
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 999;
  height: inherit !important;
  width: inherit !important;
  right: auto;
  bottom: auto;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login-env-type {
  padding: 10px 25px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login-env-type div {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login-env-type div.active {
  background: #2f8cfc;
  color: #fff;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login-env-type .left-login-type {
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login-env-type .right-login-type {
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special {
  right: 21.2%;
  height: -webkit-calc(49.8vh);
  height: -moz-calc(49.8vh);
  height: calc(49.8vh);
  width: -webkit-calc(20vw);
  width: -moz-calc(20vw);
  width: calc(20vw);
  min-height: 400px;
  bottom: 24.6%;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special :-webkit-autofill {
  -webkit-text-fill-color: #333333 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .bg {
  background: #FFFFFF;
  opacity: 1;
  width: 100%;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login {
  margin: 50px 50px 60px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .title {
  border: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #2C66D9;
  font-size: 28px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box {
  margin-top: 16.6%;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-form-item {
  margin: 0 0 32px 0;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-control {
  line-height: 44px;
  background: red;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: #F0F3F8;
  background: red;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .loginIcon {
  top: 19px;
  left: 14px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .ant-input {
  width: 100%;
  padding-left: 45px;
  margin: 0;
  color: #333333 !important;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-explain {
  position: absolute;
  padding: 0 0 0 45px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-btn {
  margin-top: 10px!important;
  padding: 0;
  font-size: 16px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login {
  background: #4499FF !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
          box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
  -webkit-border-radius: 2.85px!important;
          border-radius: 2.85px!important;
  width: 100%;
  height: 44px;
  background: #2F8CFD !important;
  -webkit-border-radius: 10px !important;
          border-radius: 10px !important;
  width: 366px !important;
  height: 63px !important;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login > span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login .anticon-loading {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .help-forgetpwd {
  display: none !important;
}
:root[theme='test1_park_v1'] .cq-login-container nav.special .login .box .smsCode-input {
  padding-left: 20px !important;
}
:root[theme='test1_park_v1'] .cq-login-container nav .bg {
  height: 100%;
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  background: #F5FBFF;
  min-width: 270px;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login {
  height: 100%;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .box {
  margin-top: 20px;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .box .ant-form-item {
  height: 48px;
  margin: 20px 0px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .box .ant-form-item .ant-form-item-control-wrapper {
  height: 35px;
  line-height: 35px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .box .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control {
  height: 35px;
  line-height: 35px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .box .ant-form-item .ant-form-item-control-wrapper .ant-form-item-control span {
  border: 1px solid #ccc;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .box .smsCodeBtn {
  width: 64px;
  min-width: 64px;
  color: #999999;
  font-size: 14px;
  margin-top: 0 !important;
  padding: 0;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .title {
  color: #49494A;
  text-align: center;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  color: #333333;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .loginTypeSelect .ant-select-arrow {
  position: absolute;
  left: -38px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-input {
  width: 75%;
  border: none;
  font-size: 14px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-input:focus {
  border-color: transparent;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-select {
  width: 75%;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-select .ant-select-selection {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .password .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: red;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .password .ant-form-item-children .loginIcon {
  top: 10px;
  left: -webkit-calc((25% + 39px) / 2 - 18px);
  left: -moz-calc((25% + 39px) / 2 - 18px);
  left: calc((25% + 39px) / 2 - 18px);
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .password .ant-form-item-children .ant-input-suffix {
  right: -webkit-calc((25% - 39px) / 2 + 11px);
  right: -moz-calc((25% - 39px) / 2 + 11px);
  right: calc((25% - 39px) / 2 + 11px);
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .loginIcon {
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: -2px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .loginCodeImg {
  display: inline-block;
  width: 25%;
  height: 30px;
  bottom: 15px;
  right: 5.8%;
  -webkit-transform: scale(1.5, 1.5) translatex(-13px);
     -moz-transform: scale(1.5, 1.5) translatex(-13px);
      -ms-transform: scale(1.5, 1.5) translatex(-13px);
          transform: scale(1.5, 1.5) translatex(-13px);
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-form-item .anticon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-form-explain {
  text-align: left;
  margin-top: 7px;
  width: 83%;
  margin: 0 auto;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .colStyle {
  width: 80%;
  margin: 0 auto;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .colStyle .captchaStyle {
  width: 118.5px;
  height: 35.6px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .colStyle .catchaImg {
  width: 85.4px;
  height: 35.6px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .colStyle .reloadImg {
  background: #F0F3F8;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-btn {
  font-size: 20px;
  font-family: 'PingFangSC', 'Microsoft YaHei';
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-btn:before {
  opacity: 1;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-btn.btn-leave {
  margin-left: -webkit-calc(4%);
  margin-left: -moz-calc(4%);
  margin-left: calc(4%);
  color: #666;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-btn.btn-login {
  background: #004DF4 !important;
  -webkit-border-radius: 5px !important;
          border-radius: 5px !important;
  width: 100%;
  height: 50px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-btn.btn-login .right {
  margin-left: 24px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .ant-btn.btn-login.ant-btn-loading::before {
  opacity: 0;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .help {
  width: 100%;
  margin-top: 20px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .help .forget-password {
  text-align: right;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .help .forget-password .anticon,
:root[theme='test1_park_v1'] .cq-login-container nav .login .help .forget-password a {
  color: #000;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .help .downloadAndHelp {
  text-align: center;
  margin-top: 20px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .help .downloadAndHelp .anticon,
:root[theme='test1_park_v1'] .cq-login-container nav .login .help .downloadAndHelp a {
  color: #000;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .fl {
  float: left;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .fr {
  float: right;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .clearFix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .autoLogin {
  position: absolute;
  left: 10%;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .login .forgetPass {
  position: absolute;
  right: 10%;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_park_v1'] .cq-login-container nav .digitalLog {
  font-size: 14px;
  margin-top: 22% !important;
}
:root[theme='test1_park_v1'] .cq-login-container .login-organizer {
  color: #394A81;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
:root[theme='test1_park_v1'] .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  margin: 24px 34px;
  padding-left: 60px;
  font-size: 14px;
  color: #d3d3d3;
}
:root[theme='test1_park_v1'] .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme='test1_park_v1'] .modal-content-login .operation .seconds,
:root[theme='test1_park_v1'] .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme='test1_park_v1'] .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme='test1_park_v1'] .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content {
  height: 360px;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body {
  height: 90%;
  padding-top: 42px;
  text-align: center;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon {
  color: #faad14;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon svg {
  width: 72px;
  height: 72px;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title {
  padding: 20px 40px 20px;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title .update-info-title1 {
  font-size: 21px;
  margin-bottom: 15px;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap {
  margin-top: 10px;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot {
  text-align: right;
}
:root[theme='test1_park_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot svg {
  color: #1990ff;
  width: 20px;
  height: 20px;
}
:root[theme='test1_park_v1'] .login-notice-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_park_v1'] .login-notice-modal .ant-modal-body {
  margin: 0;
  height: 520px;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list {
  height: 460px;
  margin-bottom: 10px;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list .login-notice-list-box {
  height: 100%;
  width: 100%;
  position: relative;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title {
  width: 100%;
  position: absolute;
  background: #fff;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text {
  height: 100%;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list2 {
  height: 340px;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-file {
  height: 110px;
  margin-bottom: 10px;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-file .login-notice-file-box {
  height: 88px;
  overflow: auto;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p {
  margin-bottom: 0px;
  color: #1990ff;
  cursor: pointer;
  font-size: 14px;
}
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list-CqPagination {
  text-align: center;
}
:root[theme='test1_park_v1'] .rollingNotifications-tip {
  width: 500px;
  height: 28px;
  line-height: 28px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
:root[theme='test1_park_v1'] .rollingNotifications-tip p,
:root[theme='test1_park_v1'] .rollingNotifications-tip span {
  margin: 0;
  padding: 0;
}
:root[theme='test1_park_v1'] .vertical-center-modal {
  text-align: center;
}
:root[theme='test1_park_v1'] .vertical-center-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
:root[theme='test1_park_v1'] .vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
:root[theme='test1_park_v1'] .login-container .ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: left;
}
:root[theme='test1_park_v1'] .login-container .ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
:root[theme='test1_park_v1'] .has-error .ant-input-affix-wrapper .ant-input,
:root[theme='test1_park_v1'] .has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: transparent;
}
:root[theme='test1_park_v1'] .ant-modal-content .ant-modal-body .pwdStyle {
  color: #f5222d;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_pingAn_v1'] .cq-login-container {
  background: #F5FBFF;
  height: 100%;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .cq-login-container :-webkit-autofill {
  -webkit-text-fill-color: #999999 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_pingAn_v1'] .cq-login-container header {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  color: #2E90DB;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-size: 23.81px;
  position: relative;
}
:root[theme='test1_pingAn_v1'] .cq-login-container header .box {
  position: absolute;
  left: 87px;
  top: 46%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container header .display-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
:root[theme='test1_pingAn_v1'] .cq-login-container header .logo {
  width: 200px;
  height: 46px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container header .title {
  margin-left: 16px;
  font-size: 28px;
  vertical-align: top;
  line-height: 48px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container header .login-env-type-font {
  color: red;
  margin: 5px 50px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container.special header {
  position: absolute;
  width: 100%;
  z-index: 9;
  line-height: -webkit-calc(15vh);
  line-height: -moz-calc(15vh);
  line-height: calc(15vh);
  padding-top: 20px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container.special header .specialIcon {
  width: 80px;
  height: 80px;
  margin-left: 87px;
  margin-right: 33px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container.special header .sz-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #ffffff;
}
:root[theme='test1_pingAn_v1'] .cq-login-container.special header .box {
  left: 200px;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  line-height: 24px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container.special .box-container {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container {
  height: -webkit-calc(70vh);
  height: -moz-calc(70vh);
  height: calc(70vh);
  position: relative;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .imgBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1080px;
  height: 100%;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container img {
  height: 100%;
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .containerFont {
  position: absolute;
  bottom: 56px;
  right: 38%;
  z-index: 2;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .containerFont .up {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 38px;
  color: #FFFFFF;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .containerFont .down {
  opacity: 0.89;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .transformLeft {
  width: 0;
  height: 0;
  position: absolute;
  top: -7.3%;
  right: 34%;
  border-bottom: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .transformRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  top: -7.3%;
  border-bottom: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .transformBottomLeft {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7.3%;
  right: 34%;
  border-top: 59px solid #edf4f9;
  border-left: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .cq-login-container .box-container .transformBottomRight {
  width: 0;
  height: 0;
  position: absolute;
  right: -webkit-calc(9% - 36px);
  right: -moz-calc(9% - 36px);
  right: calc(9% - 36px);
  bottom: -7.3%;
  border-top: 59px solid #edf4f9;
  border-right: 36px solid transparent;
}
:root[theme='test1_pingAn_v1'] .cq-login-container footer {
  height: -webkit-calc(15vh);
  height: -moz-calc(15vh);
  height: calc(15vh);
  background: #F5FBFF;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav {
  height: -webkit-calc(92vh);
  height: -moz-calc(92vh);
  height: calc(92vh);
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  min-width: 270px;
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 999;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login-env-type {
  padding: 10px 25px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login-env-type div {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login-env-type div.active {
  background: #2f8cfc;
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login-env-type .left-login-type {
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login-env-type .right-login-type {
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special {
  right: 21.2%;
  height: -webkit-calc(49.8vh);
  height: -moz-calc(49.8vh);
  height: calc(49.8vh);
  width: -webkit-calc(20vw);
  width: -moz-calc(20vw);
  width: calc(20vw);
  min-height: 400px;
  bottom: 24.6%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special :-webkit-autofill {
  -webkit-text-fill-color: #333333 !important;
  -webkit-transition: background-color 1000005000s ease-in-out 0s;
  transition: background-color 1000005000s ease-in-out 0s;
  font-family: "PingFangSC-Regular";
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .bg {
  background: #FFFFFF;
  opacity: 1;
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login {
  margin: 50px 50px 60px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .title {
  border: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #2C66D9;
  font-size: 28px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box {
  margin-top: 16.6%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item {
  margin: 0 0 32px 0;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-control {
  line-height: 44px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: #F0F3F8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .loginIcon {
  top: 19px;
  left: 14px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-item-children .ant-input {
  width: 100%;
  padding-left: 45px;
  margin: 0;
  color: #333333 !important;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item .ant-form-explain {
  position: absolute;
  padding: 0 0 0 45px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-btn {
  margin-top: 10px!important;
  padding: 0;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login {
  background: #4499FF !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
          box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
  -webkit-border-radius: 2.85px!important;
          border-radius: 2.85px!important;
  width: 100%;
  height: 44px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login > span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-btn.btn-login .anticon-loading {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item .anticon {
  margin-right: 20px;
  color: #999999;
  font-size: 17px;
  position: absolute;
  left: 14px;
  top: 24px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .hrStyle {
  display: none;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .help-forgetpwd {
  display: none !important;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .smsCode-input {
  padding-left: 20px !important;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav.special .anticon {
  font-size: 24px!important;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .bg {
  height: 100%;
  width: -webkit-calc(25vw);
  width: -moz-calc(25vw);
  width: calc(25vw);
  background: #F5FBFF;
  min-width: 270px;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login {
  text-align: center;
  margin-top: 30%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .anticon {
  width: 18px;
  height: 18px;
  margin-top: -10px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .anticon:before {
  content: '';
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .anticon.anticon-user {
  background-position: -2px -134px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .anticon.anticon-unlock {
  background-position: -2px -156px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .box {
  margin-top: 20px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .box .ant-form-item {
  margin: 6%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .box .smsCodeBtn {
  width: 66px;
  min-width: 66px;
  color: #999999;
  font-size: 16px;
  margin-top: 0 !important;
  padding: 0;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .title {
  color: #49494A;
  font-size: 24px;
  text-align: center;
  font-family: 'PingFangSC-Semibold', 'Microsoft YaHei';
  font-weight: bold;
  border-bottom: 3px solid #2f8cfc;
  padding: 7px 0;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .loginTypeSelect .ant-select-arrow {
  position: absolute;
  left: -38px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-input {
  width: 75%;
  border: none;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 39px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-input:focus {
  border-color: transparent;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-select {
  width: 75%;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  margin-left: 39px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-select .ant-select-selection {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-select .ant-select-selection:active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .password .ant-form-item-children {
  display: inline-block;
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .password .ant-form-item-children .loginIcon {
  top: 10px;
  left: -webkit-calc((25% + 39px) / 2 - 18px);
  left: -moz-calc((25% + 39px) / 2 - 18px);
  left: calc((25% + 39px) / 2 - 18px);
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .password .ant-form-item-children .ant-input-suffix {
  right: -webkit-calc((25% - 39px) / 2 + 11px);
  right: -moz-calc((25% - 39px) / 2 + 11px);
  right: calc((25% - 39px) / 2 + 11px);
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .loginIcon {
  color: #999999;
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: -2px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .loginCodeImg {
  display: inline-block;
  width: 25%;
  height: 30px;
  bottom: 15px;
  right: 5.8%;
  -webkit-transform: scale(1.5, 1.5) translatex(-13px);
     -moz-transform: scale(1.5, 1.5) translatex(-13px);
      -ms-transform: scale(1.5, 1.5) translatex(-13px);
          transform: scale(1.5, 1.5) translatex(-13px);
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .hrStyle {
  width: 88%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 3% !important;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-form-item .anticon {
  margin-right: 20px;
  color: #999999;
  font-size: 17px;
  position: absolute;
  left: 17px;
  top: 11px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .btn-login .anticon {
  margin-right: 20px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-form-explain {
  text-align: left;
  margin-top: 7px;
  width: 83%;
  margin: 0 auto;
  padding-left: 50px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .colStyle {
  width: 80%;
  margin: 0 auto;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .colStyle .captchaStyle {
  width: 118.5px;
  height: 35.6px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .colStyle .catchaImg {
  width: 85.4px;
  height: 35.6px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .colStyle .reloadImg {
  background: #F0F3F8;
  padding: 8px;
  margin: 0;
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-btn {
  width: 78%;
  padding: 12px;
  font-size: 22px;
  font-family: 'PingFangSC', 'Microsoft YaHei';
  margin-top: 8% !important;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-btn:before {
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-btn.btn-leave {
  margin-left: -webkit-calc(4%);
  margin-left: -moz-calc(4%);
  margin-left: calc(4%);
  color: #666;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-btn.btn-login {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #2f8CFC !important;
  height: auto;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-btn.btn-login .right {
  margin-left: 24px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-btn.btn-login.ant-btn-loading::before {
  opacity: 0;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .help {
  width: 78%;
  margin: 20px 11% 0 11%;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .help .forget-password {
  text-align: right;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .help .anticon {
  position: static;
  margin: 0;
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .help .downloadAndHelp .anticon,
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .help .downloadAndHelp a {
  color: #2F8CFC;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .fl {
  float: left;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .fr {
  float: right;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .clearFix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .autoLogin {
  position: absolute;
  left: 10%;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .login .forgetPass {
  position: absolute;
  right: 10%;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}
:root[theme='test1_pingAn_v1'] .cq-login-container nav .digitalLog {
  font-size: 16px;
  margin-top: 22% !important;
}
@media screen and (max-width: 1388px) {
  :root[theme='test1_pingAn_v1'] .cq-login-container header .box {
    top: 40%;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container header .box .logo {
    width: 160px;
    height: 40px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container header .box .title {
    font-size: 22px;
    line-height: 40px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container .customIcon {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    padding-bottom: 5px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container .customTitle {
    padding-top: 5px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container.special header .specialIcon {
    width: 60px;
    height: 60px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container.special header .box {
    left: 160px;
    font-size: 24px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special {
    bottom: 23%;
    height: -webkit-calc(62vh);
    height: -moz-calc(62vh);
    height: calc(62vh);
    width: -webkit-calc(25vw);
    width: -moz-calc(25vw);
    width: calc(25vw);
    min-height: 350px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special :-webkit-autofill {
    -webkit-text-fill-color: #333333 !important;
    -webkit-transition: background-color 1000005000s ease-in-out 0s;
    transition: background-color 1000005000s ease-in-out 0s;
    font-family: "PingFangSC-Regular";
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .bg {
    width: 100%;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login {
    margin: 40px 50px 60px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .title {
    font-size: 21.34px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box {
    margin-top: 40px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item {
    margin: 0 0 24px 0;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item .loginIcon {
    top: 16px!important;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-item-control {
    line-height: 36px!important;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-input {
    margin-left: 6px;
    font-size: 16px;
    height: 36px !important;
    color: #333333 !important;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-btn {
    margin-top: 16px!important;
    height: 36px!important;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-btn > span {
    font-size: 16px !important;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .box .ant-form-explain {
    margin-top: 2px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav.special .login .anticon {
    font-size: 17px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav .login {
    margin-top: 26%;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav .login .box {
    margin-top: 50px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav .login .box .ant-form-item {
    margin: 4%;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav .login .title {
    font-size: 18px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-btn {
    margin-top: 20px;
    font-size: 18px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav .login .btn-login {
    height: 36px;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container nav .login .ant-form-explain {
    text-align: left;
    padding-left: 43px;
  }
}
@media screen and (max-width: 1080px) {
  :root[theme='test1_pingAn_v1'] .cq-login-container .nav .login {
    margin-top: 25%;
  }
  :root[theme='test1_pingAn_v1'] .cq-login-container .box-container .transformLeft,
  :root[theme='test1_pingAn_v1'] .cq-login-container .box-container .transformBottomLeft {
    right: -webkit-calc(9% + 270px);
    right: -moz-calc(9% + 270px);
    right: calc(9% + 270px);
  }
}
:root[theme='test1_pingAn_v1'] .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  margin: 24px 34px;
  padding-left: 60px;
  font-size: 16px;
  color: #d3d3d3;
}
:root[theme='test1_pingAn_v1'] .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme='test1_pingAn_v1'] .modal-content-login .operation .seconds,
:root[theme='test1_pingAn_v1'] .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme='test1_pingAn_v1'] .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme='test1_pingAn_v1'] .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content {
  height: 360px;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body {
  height: 90%;
  padding-top: 42px;
  text-align: center;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon {
  color: #faad14;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body .icon svg {
  width: 72px;
  height: 72px;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title {
  padding: 20px 40px 20px;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body .update-info-title .update-info-title1 {
  font-size: 21px;
  margin-bottom: 15px;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap {
  margin-top: 10px;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot {
  text-align: right;
}
:root[theme='test1_pingAn_v1'] .update-info-modal .ant-modal-content .ant-modal-body .modal-foot-wrap .modal-foot svg {
  color: #1990ff;
  width: 20px;
  height: 20px;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .ant-modal-body {
  margin: 0;
  height: 520px;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-list {
  height: 460px;
  margin-bottom: 10px;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-list .login-notice-list-box {
  height: 100%;
  width: 100%;
  position: relative;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title {
  width: 100%;
  position: absolute;
  background: #fff;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text {
  height: 100%;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-list2 {
  height: 340px;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-file {
  height: 110px;
  margin-bottom: 10px;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-file .login-notice-file-box {
  height: 88px;
  overflow: auto;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p {
  margin-bottom: 0px;
  color: #1990ff;
  cursor: pointer;
  font-size: 14px;
}
:root[theme='test1_pingAn_v1'] .login-notice-modal .login-notice-list-CqPagination {
  text-align: center;
}
:root[theme='test1_pingAn_v1'] .vertical-center-modal {
  text-align: center;
}
:root[theme='test1_pingAn_v1'] .vertical-center-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
:root[theme='test1_pingAn_v1'] .vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
:root[theme='test1_pingAn_v1'] .login-container .ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: left;
}
:root[theme='test1_pingAn_v1'] .login-container .ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
     -moz-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
:root[theme='test1_pingAn_v1'] .has-error .ant-input-affix-wrapper .ant-input,
:root[theme='test1_pingAn_v1'] .has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: transparent;
}
:root[theme='test1_pingAn_v1'] .ant-modal-content .ant-modal-body .pwdStyle {
  color: #f5222d;
}

.cq-ueditor {
  /*自定义图片上传按钮 */
}
.cq-ueditor .edui-editor.edui-default {
  width: 100% !important;
}
.cq-ueditor .edui-editor-iframeholder.edui-default {
  width: 100% !important;
  min-height: 220px;
}
.cq-ueditor .edui-splitbutton.edui-default > div,
.cq-ueditor .edui-button-wrap.edui-default > div {
  height: 22px;
}
.cq-ueditor .edui-button-body.edui-default,
.cq-ueditor .edui-menubutton-body.edui-default,
.cq-ueditor .edui-splitbutton-body.edui-default,
.cq-ueditor .edui-combox-body.edui-default {
  height: 22px;
}
.cq-ueditor .edui-default .edui-toolbar .edui-combox-body .edui-button-body {
  width: 65px;
}
.cq-ueditor .edui-default .edui-toolbar .edui-for-uploadimg .edui-icon {
  background-position: -380px 0px;
}
.cq-ueditor .edui-default .edui-editor-breadcrumb {
  margin: 0 0 0 0;
}
.cq-ueditor .edui-default .edui-editor-bottomContainer td {
  font-size: 14px;
  padding: 0 12px;
}
.edui-default .edui-colorpicker-nocolor {
  border: none !important;
}

.templet-searchForm .templet-searchForm-body {
  padding-top: 1px;
  max-height: 44px;
  min-height: 44px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-transition: max-height 0.6s ease;
  -o-transition: max-height 0.6s ease;
  -moz-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.templet-searchForm .templet-searchForm-body .templet-searchForm-wrapper .ant-form-item {
  margin-bottom: 12px;
}
.templet-searchForm .templet-searchForm-body-h {
  max-height: 500px;
  -webkit-transition: max-height ease-in 0.9s;
  -o-transition: max-height ease-in 0.9s;
  -moz-transition: max-height ease-in 0.9s;
  transition: max-height ease-in 0.9s;
}
.templet-searchForm .templet-searchForm-button > button {
  margin-right: 10px;
}
.templet-searchForm .templet-searchForm-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 0;
  color: #999999;
  height: 32px;
  line-height: 32px;
  margin-left: 7px;
  width: 32px;
  text-align: center;
  border: 1px solid #DDDDDD;
}
.templet-searchForm .templet-searchForm-toggle .ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-right: 7px;
  padding-left: 7px;
}
.templet-searchForm .templet-searchForm-toggle:hover,
.templet-searchForm .templet-searchForm-toggle:focus,
.templet-searchForm .templet-searchForm-toggle:active {
  color: #2a8dff;
  border-color: #2a8dff;
}
.templet-searchForm .templet-searchForm-toggle > i {
  padding: 0px 2px;
}
.templet-searchForm .form-button {
  float: right;
  margin-left: 12px;
}

.handsontable-container {
  height: -webkit-calc(100vh - 164px);
  height: -moz-calc(100vh - 164px);
  height: calc(100vh - 164px);
  position: relative;
}
.handsontable-container .top-button {
  margin: 5px 10px 24px 0px;
}
.handsontable-container .top-button + .ant-spin-nested-loading {
  height: -webkit-calc(100% - 61px);
  height: -moz-calc(100% - 61px);
  height: calc(100% - 61px);
}
.handsontable-container .handsontable-setting {
  overflow: auto;
  height: 100%;
}
.handsontable-container .handsontable-padding-border {
  padding: 12px;
  padding-bottom: 0px;
  border: 1px solid #d4d4d4;
  height: 100%;
}
.handsontable-container .ant-form-item {
  height: 24px;
}
.handsontable-container .hotTble-container-body {
  height: 35vh;
  overflow: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #d4d4d4;
}
.handsontable-container .formula-body {
  margin-top: 5px;
}
.handsontable-container .formula-title {
  text-align: center;
  background-color: #f0f0f0;
}
.handsontable-container .style-icon {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  cursor: pointer;
}
.handsontable-container .style-icon-check {
  color: #00a0e9;
}
.handsontable-container .style-color {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px 8px 5px 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
}
.handsontable-container .style-color-red {
  background-color: #ff0000;
  display: inline-block;
}
.handsontable-container .style-color-yellow {
  background-color: #ffff00;
  display: inline-block;
}
.handsontable-container .style-color-blue {
  background-color: #0000ff;
  display: inline-block;
}
.handsontable-container .style-color-green {
  background-color: #008000;
  display: inline-block;
}
.handsontable-container .style-color-check {
  border: 1px solid #000;
}
.handsontable-container .searchInput .selecteBtn {
  padding: 0 5px;
  min-width: 0;
}

/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 * 
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o.,
 * a Polish corporation, based in Gdynia, Poland, at 96/98 Aleja Zwycięstwa,
 * registered with the National Court Register under number 538651,
 * EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 * 
 * This software is protected by applicable copyright laws, including
 * international treaties, and dual-licensed – depending on whether
 * your use is intended for or may result in commercial advantage
 * or monetary compensation (commercial purposes), or not.
 * 
 * If your use involves only such purposes as research, private study,
 * evaluation and the like, you agree to be bound by the terms included
 * in the “handsontable-non-commercial-license.pdf” file, available
 * in the main directory of this software repository.
 * 
 * By installing, copying, or otherwise using this software for
 * commercial purposes, you agree to be bound by the terms included
 * in the “handsontable-general-terms.pdf” file, available in the main
 * directory of this software repository.
 * 
 * HANDSONCODE PROVIDES THIS SOFTWARE ON AN “AS IS” BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND. IN NO EVENT
 * AND UNDER NO LEGAL THEORY, SHALL HANDSONCODE BE LIABLE
 * TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL,
 * INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING
 * FROM USE OR INABILITY TO USE THIS SOFTWARE.
 * 
 * Version: 7.0.0
 * Release date: 06/03/2019 (built at 06/03/2019 11:51:54)
 */
/**
 * Fix for bootstrap styles
 */
.handsontable .table th, .handsontable .table td {
  border-top: none;
}

.handsontable tr {
  background: #fff;
}

.handsontable td {
  background-color: inherit;
}

.handsontable .table caption + thead tr:first-child th,
.handsontable .table caption + thead tr:first-child td,
.handsontable .table colgroup + thead tr:first-child th,
.handsontable .table colgroup + thead tr:first-child td,
.handsontable .table thead:first-child tr:first-child th,
.handsontable .table thead:first-child tr:first-child td {
  border-top: 1px solid #CCCCCC;
}

/* table-bordered */
.handsontable .table-bordered {
  border: 0;
  border-collapse: separate;
}

.handsontable .table-bordered th,
.handsontable .table-bordered td {
  border-left: none;
}

.handsontable .table-bordered th:first-child,
.handsontable .table-bordered td:first-child {
  border-left: 1px solid #CCCCCC;
}

.handsontable .table > tbody > tr > td,
.handsontable .table > tbody > tr > th,
.handsontable .table > tfoot > tr > td,
.handsontable .table > tfoot > tr > th,
.handsontable .table > thead > tr > td,
.handsontable .table > thead > tr > th {
  line-height: 21px;
  padding: 0 4px;
}

.col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
.col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
.col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
.col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable
.col-sm-1.handsontable, .col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
.col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable
.col-xs-1.handsontable, .col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
.col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
  padding-left: 0;
  padding-right: 0;
}

.handsontable .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}
.handsontable {
  position: relative;
}

.handsontable .hide{
  display: none;
}

.handsontable .relative {
  position: relative;
}

.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}

.handsontable .wtHider {
  width: 0;
}

.handsontable .wtSpreader {
  position: relative;
  width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
  height: auto;
}

.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable input,
.handsontable textarea,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.handsontable input,
.handsontable textarea {
  min-height: initial;
}

.handsontable table.htCore {
  border-collapse: separate;
  /* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
  /* this actually only changes appearance of user selection - does not make text unselectable */
  /* -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; */ /* no browser supports unprefixed version */
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  cursor: default;
  /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
  max-width: none;
  max-height: none;
}

.handsontable col {
  width: 50px;
}

.handsontable col.rowHeader {
  width: 50px;
}

.handsontable th,
.handsontable td {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  /* preserve new line character in cell */
  background-clip: padding-box;
}

.handsontable td.htInvalid {
  background-color: #ff4c42 !important; /*gives priority over td.area selection background*/
}

.handsontable td.htNoWrap {
  white-space: nowrap;
}

.handsontable th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}

.handsontable th:first-child,
.handsontable th:nth-child(2),
.handsontable td:first-of-type,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #CCC;
}

.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-left: 1px solid #CCC;
}

.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #CCC;
}

.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th,
.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
  border-right-width: 0;
}

.ht_master:not(.innerBorderTop) thead tr:last-child th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th,
.ht_master:not(.innerBorderTop) thead tr.lastChild th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}

.handsontable th {
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.handsontable thead th {
  padding: 0;
}

.handsontable th.active {
  background-color: #CCC;
}
.handsontable thead th .relative {
  padding: 2px 4px;
}

#hot-display-license-info {
  font-size: 10px;
  color: #323232 ;
  padding: 5px 0 3px 0;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
}

#hot-display-license-info a {
  font-size: 10px;
}

/* plugins */

/* row + column resizer*/
.handsontable .manualColumnResizer {
  position: fixed;
  top: 0;
  cursor: col-resize;
  z-index: 110;
  width: 5px;
  height: 25px;
}

.handsontable .manualRowResizer {
  position: fixed;
  left: 0;
  cursor: row-resize;
  z-index: 110;
  height: 5px;
  width: 50px;
}

.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active,
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  background-color: #34a9db;
}

.handsontable .manualColumnResizerGuide {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #34a9db;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}

.handsontable .manualRowResizerGuide {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #34a9db;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}

.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 199;
}

.handsontable .columnSorting {
  position: relative;
}

.handsontable .columnSorting.sortAction:hover {
  text-decoration: underline;
  cursor: pointer;
}

.handsontable span.colHeader {
  display: inline-block;
  line-height: 1.1;
}

/* Arrow position */
.handsontable span.colHeader.columnSorting::before {
  /* Centering start */
  top: 50%;
  margin-top: -6px; /* One extra pixel for purpose of proper positioning of sorting arrow, when `font-size` set to default */
  /* Centering end */

  padding-left: 8px; /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
  position: absolute;
  right: -9px;

  content: '';
  height: 10px;
  width: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.handsontable span.colHeader.columnSorting.ascending::before {
  /* arrow up; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC");
}

.handsontable span.colHeader.columnSorting.descending::before {
  /* arrow down; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=");
}

.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::after {
  content: '*';
  display: inline-block;
  position: relative;
  /* The multi-line header and header with longer text need more padding to not hide arrow,
  we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
  padding-right: 20px;
}

/* Selection */
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}
.handsontable .wtBorder.hidden{
  display:none !important;
}

/* A layer order of the selection types */
.handsontable .wtBorder.current {
  z-index: 10;
}
.handsontable .wtBorder.area {
  z-index: 8;
}
.handsontable .wtBorder.fill {
  z-index: 6;
}

.handsontable td.area,
.handsontable td.area-1,
.handsontable td.area-2,
.handsontable td.area-3,
.handsontable td.area-4,
.handsontable td.area-5,
.handsontable td.area-6,
.handsontable td.area-7 {
  position: relative;
}

.handsontable td.area:before,
.handsontable td.area-1:before,
.handsontable td.area-2:before,
.handsontable td.area-3:before,
.handsontable td.area-4:before,
.handsontable td.area-5:before,
.handsontable td.area-6:before,
.handsontable td.area-7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -100%\9; /* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
  background: #005eff;
}

/* Fix for IE10 and IE11 to spread the ":before" pseudo element to 100% height of the parent element */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .handsontable td.area:before,
  .handsontable td.area-1:before,
  .handsontable td.area-2:before,
  .handsontable td.area-3:before,
  .handsontable td.area-4:before,
  .handsontable td.area-5:before,
  .handsontable td.area-6:before,
  .handsontable td.area-7:before {
    bottom: -100%;
  }
}

.handsontable td.area:before {
  opacity: 0.1;
}
.handsontable td.area-1:before {
  opacity: 0.2;
}
.handsontable td.area-2:before {
  opacity: 0.27;
}
.handsontable td.area-3:before {
  opacity: 0.35;
}
.handsontable td.area-4:before {
  opacity: 0.41;
}
.handsontable td.area-5:before {
  opacity: 0.47;
}
.handsontable td.area-6:before {
  opacity: 0.54;
}
.handsontable td.area-7:before {
  opacity: 0.58;
}

.handsontable tbody th.ht__highlight,
.handsontable thead th.ht__highlight {
  background-color: #dcdcdc;
}

.handsontable tbody th.ht__active_highlight,
.handsontable thead th.ht__active_highlight {
  background-color: #8eb0e7;
  color: #000;
}

/* fill handle */

.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}

.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}

.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0;
  padding: 1px 5px 0 5px;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  -webkit-box-shadow: 0 0 0 2px #5292F7 inset;
          box-shadow: 0 0 0 2px #5292F7 inset;
  resize: none;
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
  display: block;
  color: #000;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #FFF;
  /*overwrite styles potentionally made by a framework*/
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
}

.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
}

/*
TextRenderer readOnly cell
*/

.handsontable .htDimmed {
  color: #777;
}

.handsontable .htSubmenu {
  position: relative;
}

.handsontable .htSubmenu :after{
  content: '\25B6';
  color: #777;
  position: absolute;
  right: 5px;
  font-size: 9px;
}


/*
TextRenderer horizontal alignment
*/
.handsontable .htLeft{
  text-align: left;
}
.handsontable .htCenter{
  text-align: center;
}
.handsontable .htRight{
  text-align: right;
}
.handsontable .htJustify{
  text-align: justify;
}
/*
TextRenderer vertical alignment
*/
.handsontable .htTop{
  vertical-align: top;
}
.handsontable .htMiddle{
  vertical-align: middle;
}
.handsontable .htBottom{
  vertical-align: bottom;
}

/*
TextRenderer placeholder value
*/

.handsontable .htPlaceholder {
  color: #999;
}

/*
AutocompleteRenderer down arrow
*/

.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}

.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}

.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}

/*
CheckboxRenderer
*/
.handsontable .htCheckboxRendererInput {
  display: inline-block;
  vertical-align: middle;
}
.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}
.handsontable .htCheckboxRendererLabel {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

/**
 * Handsontable in Handsontable
 */

.handsontable .handsontable.ht_clone_top .wtHider {
  padding: 0 0 5px 0;
}

/**
* Autocomplete Editor
*/
.handsontable .autocompleteEditor.handsontable {
  padding-right: 17px;
}
.handsontable .autocompleteEditor.handsontable.htMacScroll {
  padding-right: 15px;
}


/**
 * Handsontable listbox theme
 */

.handsontable.listbox {
  margin: 0;
}

.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}

.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-color: transparent;
}

.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}

.handsontable.listbox .wtBorder {
  visibility: hidden;
}

.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}

.ht_clone_top {
  z-index: 101;
}

.ht_clone_left {
  z-index: 102;
}

.ht_clone_top_left_corner,
.ht_clone_bottom_left_corner {
  z-index: 103;
}

.ht_clone_debug {
  z-index: 103;
}

.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}

/*
Cell borders
*/
.htBordered{
  /*box-sizing: border-box !important;*/
  border-width: 1px;
}
.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}
.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}
.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}

.handsontable tbody tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}

.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}


.ht_clone_top_left_corner thead tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}

.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}

.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 4px;
  position: absolute;
  /*top: -300%;*/
  bottom: 10px;
}


thead .htCollapseButton {
  right: 5px;
  position: absolute;
  top: 5px;
  background: #fff;
}

thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}

.handsontable tr th .htExpandButton {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0;
  display: none;
}

.handsontable thead tr th .htExpandButton {
  /*left: 5px;*/
  top: 5px;
}

.handsontable tr th .htExpandButton.clickable {
  display: block;
}

.collapsibleIndicator {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0% ,-50%);
     -moz-transform: translate(0% ,-50%);
      -ms-transform: translate(0% ,-50%);
          transform: translate(0% ,-50%);
  right: 5px;
  border: 1px solid #A6A6A6;
  line-height: 10px;
  color: #222;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 6px rgba(238,238,238,1);
  box-shadow: 0 0 0 6px rgba(238,238,238,1);
  background: #eee;
}

.handsontable col.hidden {
  width: 0 !important;
}

.handsontable table tr th.lightRightBorder {
  border-right: 1px solid #E6E6E6;
}

.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}

.ht_master,
.ht_clone_left,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}

.ht_master .wtHolder {
  overflow: auto;
}

.handsontable .ht_master thead,
.handsontable .ht_master tr th,
.handsontable .ht_clone_left thead {
  visibility: hidden;
}

.ht_clone_top .wtHolder,
.ht_clone_left .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow: hidden;
}
/*

 Handsontable Mobile Text Editor stylesheet

 */

.handsontable.mobile,
.handsontable.mobile .wtHolder {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}

.htMobileEditorContainer {
  display: none;
  position: absolute;
  top: 0;
  width: 70%;
  height: 54pt;
  background: #f8f8f8;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #ebebeb;
  z-index: 999;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle),
.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea) {
  z-index: 9999;
}

/* Initial left/top coordinates - overwritten when actual position is set */
.topLeftSelectionHandle,
.topLeftSelectionHandle-HitArea,
.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea {
  left: -10000px;
  top: -10000px;
}

.htMobileEditorContainer.active {
  display: block;
}

.htMobileEditorContainer .inputs {
  position: absolute;
  right: 210pt;
  bottom: 10pt;
  top: 10pt;
  left: 14px;
  height: 34pt;
}

.htMobileEditorContainer .inputs textarea {
  font-size: 13pt;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  padding: 7pt;
}

.htMobileEditorContainer .cellPointer {
  position: absolute;
  top: -13pt;
  height: 0;
  width: 0;
  left: 30px;

  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #ebebeb;
}

.htMobileEditorContainer .cellPointer.hidden {
  display: none;
}

.htMobileEditorContainer .cellPointer:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  height: 0;
  width: 0;
  left: -13pt;

  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #f8f8f8;
}

.htMobileEditorContainer .moveHandle {
  position: absolute;
  top: 10pt;
  left: 5px;
  width: 30px;
  bottom: 0px;
  cursor: move;
  z-index: 9999;
}

.htMobileEditorContainer .moveHandle:after {
  content: "..\A..\A..\A..";
  white-space: pre;
  line-height: 10px;
  font-size: 20pt;
  display: inline-block;
  margin-top: -8px;
  color: #ebebeb;
}

.htMobileEditorContainer .positionControls {
  width: 205pt;
  position: absolute;
  right: 5pt;
  top: 0;
  bottom: 0;
}

.htMobileEditorContainer .positionControls > div {
  width: 50pt;
  height: 100%;
  float: left;
}

.htMobileEditorContainer .positionControls > div:after {
  content: " ";
  display: block;
  width: 15pt;
  height: 15pt;
  text-align: center;
  line-height: 50pt;
}

.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after,
.htMobileEditorContainer .downButton:after {
  -moz-transform-origin: 5pt 5pt;
   -ms-transform-origin: 5pt 5pt;
       transform-origin: 5pt 5pt;
  -webkit-transform-origin: 5pt 5pt;
  margin: 21pt 0 0 21pt;
}

.htMobileEditorContainer .leftButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(-45deg);
  /*margin-top: 17pt;*/
  /*margin-left: 20pt;*/
}
.htMobileEditorContainer .leftButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .rightButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(135deg);
  /*margin-top: 17pt;*/
  /*margin-left: 10pt;*/
}
.htMobileEditorContainer .rightButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .upButton:after {
  /*border-top: 2px solid #cfcfcf;*/
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(45deg);
  /*margin-top: 22pt;*/
  /*margin-left: 15pt;*/
}
.htMobileEditorContainer .upButton:active:after {
  border-color: #cfcfcf;
}

.htMobileEditorContainer .downButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(225deg);
  /*margin-top: 15pt;*/
  /*margin-left: 15pt;*/
}
.htMobileEditorContainer .downButton:active:after {
  border-color: #cfcfcf;
}

.handsontable.hide-tween {
  -webkit-animation: opacity-hide 0.3s;
  -moz-animation: opacity-hide 0.3s;
       animation: opacity-hide 0.3s;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.handsontable.show-tween {
  -webkit-animation: opacity-show 0.3s;
  -moz-animation: opacity-show 0.3s;
       animation: opacity-show 0.3s;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
            box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
            box-shadow: inset 0 1px 3px #178fe5;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.htCommentCell {
    position: relative;
}

.htCommentCell:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid black;
}

.htComments {
    display: none;
    z-index: 1059;
    position: absolute;
}

.htCommentTextArea {
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
            box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-left: 3px solid #ccc;
    background-color: #fff;
    width: 215px;
    height: 90px;
    font-size: 12px;
    padding: 5px;
    outline: 0px !important;
    -webkit-appearance: none;
}

.htCommentTextArea:focus {
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
            box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
    border-left: 3px solid #5292f7;
}
/*!
 * Handsontable ContextMenu
 */

.htContextMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}

.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_left,
.htContextMenu .ht_clone_corner,
.htContextMenu .ht_clone_debug {
  display: none;
}

.htContextMenu table.htCore {
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htContextMenu .wtBorder {
  visibility: hidden;
}

.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.htContextMenu table tbody tr td:first-child {
  border: 0;
}

.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htContextMenu table tbody tr td.current,
.htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #f3f3f3;
}

.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled {
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htContextMenu table tbody tr.htHidden {
  display: none;
}

.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}

.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}
textarea#HandsontableCopyPaste {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  overflow: hidden;
  opacity: 0;
  outline: 0 none !important;
}
.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2),
.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type {
  border-left: 0 none;
}
.handsontable .wtHider {
  position: relative;
}
.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.handsontable.ht__manualColumnMove.on-moving--columns,
.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}
.handsontable .ht__manualColumnMove--guideline,
.handsontable .ht__manualColumnMove--backlight {
  position: absolute;
  height: 100%;
  display: none;
}
.handsontable .ht__manualColumnMove--guideline {
  background: #757575;
  width: 2px;
  top: 0;
  margin-left: -1px;
  z-index: 105;
}
.handsontable .ht__manualColumnMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 105;
  pointer-events: none;
}
.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
.handsontable.on-moving--columns .ht__manualColumnMove--backlight {
  display: block;
}
.handsontable .wtHider {
  position: relative;
}
.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.handsontable.ht__manualRowMove.on-moving--rows,
.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}
.handsontable .ht__manualRowMove--guideline,
.handsontable .ht__manualRowMove--backlight {
  position: absolute;
  width: 100%;
  display: none;
}
.handsontable .ht__manualRowMove--guideline {
  background: #757575;
  height: 2px;
  left: 0;
  margin-top: -1px;
  z-index: 105;
}
.handsontable .ht__manualRowMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 105;
  pointer-events: none;
}
.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
  display: block;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"]:not([class*="fullySelectedMergedCell"]):before {
    opacity: 0;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
    opacity: 0.1;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
    opacity: 0.1;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
    opacity: 0.2;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
    opacity: 0.27;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
    opacity: 0.35;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
    opacity: 0.41;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
    opacity: 0.47;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
    opacity: 0.54;
}

.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
    opacity: 0.58;
}
/*!
 * Handsontable DropdownMenu
 */
.handsontable .changeType {
  background: #eee;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #bbb;
  color: #bbb;
  font-size: 9px;
  line-height: 9px;
  padding: 2px;
  margin: 3px 1px 0 5px;
  float: right;
}
.handsontable .changeType:before {
  content: '\25BC     ';
}

.handsontable .changeType:hover {
  border: 1px solid #777;
  color: #777;
  cursor: pointer;
}

.htDropdownMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}

.htDropdownMenu .ht_clone_top,
.htDropdownMenu .ht_clone_left,
.htDropdownMenu .ht_clone_corner,
.htDropdownMenu .ht_clone_debug {
  display: none;
}

.htDropdownMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htDropdownMenu .wtBorder {
  visibility: hidden;
}

.htDropdownMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.htDropdownMenu table tbody tr td:first-child {
  border: 0;
}

.htDropdownMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htDropdownMenu table tbody tr td.current,
.htDropdownMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}

.htDropdownMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}

.htDropdownMenu table tbody tr td.htDisabled {
  color: #999;
}

.htDropdownMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
  display: none;
}

.htDropdownMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.htDropdownMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htDropdownMenu .ht_master .wtHolder {
  overflow: hidden;
}
/* Column's number position */
.handsontable span.colHeader.columnSorting::after {
  /* Centering start */
  top: 50%;
  margin-top: -2px; /* Two extra pixels (-2 instead of -4) for purpose of proper positioning of numeric indicators, when `font-size` set to default */
  /* Centering end */

  position: absolute;
  right: -15px;
  padding-left: 5px; ; /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */

  font-size: 8px;
  height: 8px;
  line-height: 1.1;
  text-decoration: underline; /* Workaround for IE9 - IE11 */
}

/* Workaround for IE9 - IE11, https://stackoverflow.com/a/21902566, https://stackoverflow.com/a/32120247 */
.handsontable span.colHeader.columnSorting::after {
  text-decoration: none;
}

/* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
.handsontable span.colHeader.columnSorting[class^="sort-"]::after,
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
  content: "+"
}

.handsontable span.colHeader.columnSorting.sort-1::after {
  content: '1';
}

.handsontable span.colHeader.columnSorting.sort-2::after {
  content: '2';
}

.handsontable span.colHeader.columnSorting.sort-3::after {
  content: '3';
}

.handsontable span.colHeader.columnSorting.sort-4::after {
  content: '4';
}

.handsontable span.colHeader.columnSorting.sort-5::after {
  content: '5';
}

.handsontable span.colHeader.columnSorting.sort-6::after {
  content: '6';
}

.handsontable span.colHeader.columnSorting.sort-7::after {
  content: '7';
}

/* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
  padding-right: 5px;
}
/*!
 * Handsontable Filters
 */

/* Conditions menu */
.htFiltersConditionsMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1070;
}

.htFiltersConditionsMenu .ht_clone_top,
.htFiltersConditionsMenu .ht_clone_left,
.htFiltersConditionsMenu .ht_clone_corner,
.htFiltersConditionsMenu .ht_clone_debug {
  display: none;
}

.htFiltersConditionsMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}

.htFiltersConditionsMenu .wtBorder {
  visibility: hidden;
}

.htFiltersConditionsMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.htFiltersConditionsMenu table tbody tr td:first-child {
  border: 0;
}

.htFiltersConditionsMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}

.htFiltersConditionsMenu table tbody tr td.current,
.htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}

.htFiltersConditionsMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}

.htFiltersConditionsMenu table tbody tr td.htDisabled {
  color: #999;
}

.htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}

.htFiltersConditionsMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.htFiltersConditionsMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}

.htFiltersConditionsMenu .ht_master .wtHolder {
  overflow: hidden;
}

.handsontable .htMenuFiltering {
  border-bottom: 1px dotted #ccc;
  height: 135px;
  overflow: hidden;
}

.handsontable .ht_master table td.htCustomMenuRenderer {
  background-color: #fff;
  cursor: auto;
}

/* Menu label */
.handsontable .htFiltersMenuLabel {
  font-size: 12px;
}

/* Component action bar */
.handsontable .htFiltersMenuActionBar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 3px;
}

/* Component filter by conditional */
.handsontable .htFiltersMenuCondition.border {
  border-bottom: 1px dotted #ccc !important;
}
.handsontable .htFiltersMenuCondition .htUIInput {
  padding: 0 0 5px 0;
}

/* Component filter by value */
.handsontable .htFiltersMenuValue {
  border-bottom: 1px dotted #ccc !important;
}
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch {
  padding: 0;
}
.handsontable .htFiltersMenuCondition .htUIInput input,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
  padding: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.htUIMultipleSelect .ht_master .wtHolder {
  overflow-y: scroll;
}

.handsontable .htFiltersActive .changeType {
  border: 1px solid #509272;
  color: #18804e;
  background-color: #d2e0d9;
}

.handsontable .htUISelectAll {
  margin-right: 10px;
}

.handsontable .htUIClearAll, .handsontable .htUISelectAll {
  display: inline-block;
}

.handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
  color: #3283D8;
  font-size: 12px;
}

.handsontable .htUISelectionControls {
  text-align: right;
}

.handsontable .htCheckboxRendererInput {
  margin: 0 5px 0 0;
  vertical-align: middle;
  height: 1em;
}

/* UI elements */
/* Input */
.handsontable .htUIInput {
  padding: 3px 0 7px 0;
  position: relative;
  text-align: center;
}
.handsontable .htUIInput input {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #d2d1d1;
}
.handsontable .htUIInput input:focus {
  outline: 0;
}
.handsontable .htUIInputIcon {
  position: absolute;
}

/* Button */
.handsontable .htUIInput.htUIButton {
  cursor: pointer;
  display: inline-block;
}
.handsontable .htUIInput.htUIButton input {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 19px;
  min-width: 64px;
}
.handsontable .htUIInput.htUIButton input:hover {
  border-color: #b9b9b9;
}

.handsontable .htUIInput.htUIButtonOK {
  margin-right: 10px;
}

.handsontable .htUIInput.htUIButtonOK input {
  background-color: #0f9d58;
  border-color: #18804e;
  color: #fff;
}
.handsontable .htUIInput.htUIButtonOK input:hover {
  border-color: #1a6f46;
}

/* Select */
.handsontable .htUISelect {
  cursor: pointer;
  margin-bottom: 7px;
  position: relative;
}
.handsontable .htUISelectCaption {
  background-color: #e8e8e8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #d2d1d1;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 20px 3px 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.handsontable .htUISelectCaption:hover {
  background-color: #e8e8e8;
  border: 1px solid #b9b9b9;
}
.handsontable .htUISelectDropdown:after {
  content: '\25B2';
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 0;
}
.handsontable .htUISelectDropdown:before {
  content: '\25BC';
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 8px;
}

/* SelectMultiple */
.handsontable .htUIMultipleSelect .handsontable .htCore {
  border: none;
}
.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
  background-color: #F5F5F5;
}

.handsontable .htUIMultipleSelectSearch input {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #d2d1d1;
  padding: 3px;
}

.handsontable .htUIRadio {
  display: inline-block;
  margin-right: 5px;
  height: 100%;
}

.handsontable .htUIRadio:last-child {
  margin-right: 0;
}

.handsontable .htUIRadio > input[type=radio] {
  margin-right: 0.5ex;
}

.handsontable .htFiltersMenuOperators {
  padding-bottom: 5px;
}
.handsontable.ganttChart tr:first-child th div.relative {
  padding-right: 21px;
}
.handsontable.ganttChart .colHeader {
  display: block;
}
.handsontable.ganttChart td.rangeBar {
  background: #48b703;
  border-right-width: 0;
  position: relative;
  -webkit-box-shadow: inset 0 3px 0 #ffffff;
  box-shadow: inset 0 3px 0 #ffffff;
}
.handsontable.ganttChart td.rangeBar.last {
  border-right-width: 1px;
}
.handsontable.ganttChart td.rangeBar.area {
  background: #7EC481;
}
.handsontable.ganttChart td.rangeBar.partial {
  background: #8edf5a;
}
.handsontable.ganttChart td.rangeBar.area.partial {
  background: #A1D8AD;
}
.handsontable thead th.hiddenHeader:not(:first-of-type) {
  display: none;
}
.handsontable th.ht_nestingLevels {
    text-align: left;
    padding-left: 7px;
}

.handsontable th div.ht_nestingLevels {
    display: inline-block;
    position: absolute;
    left: 11px;
}

.handsontable.innerBorderLeft th div.ht_nestingLevels,
.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingLevels {
    right: 10px;
}

.handsontable th span.ht_nestingLevel {
    display: inline-block;
}

.handsontable th span.ht_nestingLevel_empty {
    display: inline-block;
    width: 10px;
    height: 1px;
    float: left;
}

.handsontable th span.ht_nestingLevel::after {
    content: "\2510";
    font-size: 9px;
    display: inline-block;
    position: relative;
    bottom: 3px;
}


.handsontable th div.ht_nestingButton {
    display: inline-block;
    position: absolute;
    right: -2px;
    cursor: pointer;
}

.handsontable th div.ht_nestingButton.ht_nestingExpand::after {
    content: "+";
}

.handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
    content: "-";
}

.handsontable.innerBorderLeft th div.ht_nestingButton,
.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingButton {
    right: 0;
}/*
 * Handsontable HiddenColumns
 */
.handsontable th.beforeHiddenColumn {
  position: relative;
}

.handsontable th.beforeHiddenColumn::after,
.handsontable th.afterHiddenColumn::before {
  color: #bbb;
  position: absolute;
  top: 50%;
  font-size: 5pt;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.handsontable th.afterHiddenColumn {
  position: relative;
}
.handsontable th.beforeHiddenColumn::after {
  right: 1px;
  content: '\25C0';
}
.handsontable th.afterHiddenColumn::before {
  left: 1px;
  content: '\25B6';
}

.handsontable td.firstVisibleColumn,
.handsontable th.firstVisibleColumn {
  border-left: 1px solid #CCC;
}
/*!
 * Handsontable HiddenRows
 */
.handsontable th.beforeHiddenRow::before,
.handsontable th.afterHiddenRow::after {
  color: #bbb;
  font-size: 6pt;
  line-height: 6pt;
  position: absolute;
  left: 2px;
}

.handsontable th.beforeHiddenRow,
.handsontable th.afterHiddenRow {
  position: relative;
}

.handsontable th.beforeHiddenRow::before {
  content: '\25B2';
  bottom: 2px;
}

.handsontable th.afterHiddenRow::after {
  content: '\25BC';
  top: 2px;
}
.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,
.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after {
  color: #eee;
}
.handsontable td.afterHiddenRow.firstVisibleRow,
.handsontable th.afterHiddenRow.firstVisibleRow {
  border-top: 1px solid #CCC;
}

.ant-transfer .ant-transfer-operation {
  margin: 0 12px;
}
.ant-transfer .ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 8px;
}
.ant-transfer .ant-transfer-operation .ant-btn {
  min-height: 32px;
}
.ant-transfer .ant-transfer-list,
.ant-transfer .ant-transfer-list-header {
  -webkit-border-radius: 0;
          border-radius: 0;
}

ant-table [vt] > table > .ant-table-tbody > tr > td {
  padding: 8px;
}
.cq-virtualized-table .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: hidden;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.cqTodo-card {
  position: relative;
  height: 100%;
  padding: 12px 24px;
}
.cqTodo-card .no-ele-data {
  margin-top: 95px !important;
}
.cqTodo-card .CqTodo-spin {
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 20px;
  padding: 30px 50px;
  margin: 20px 0;
}
.cqTodo-card .cqTodo-list {
  margin: 0 auto;
  padding-top: 19px;
}
.cqTodo-card .cqTodo-list .cqTodo-item {
  padding: 9px 20px;
  margin-bottom: 12px;
  background: #F7F9FE;
  font-size: 14px;
  border-left: 5px solid ;
}
.cqTodo-card .cqTodo-list .cqTodo-item:hover {
  cursor: pointer;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row {
  width: 100%;
  height: auto;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row::after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-title,
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-text {
  float: left;
  max-width: 60%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-time,
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-sys-name {
  float: right;
  width: 35%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-title {
  color: #333333;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-text {
  color: #333333;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-time {
  color: #A3B1C6;
}
.cqTodo-card .cqTodo-list .cqTodo-item .item-row .item-sys-name {
  color: #A3B1C6;
}
.cqTodo-card .cqTodo-list .currentStyle:hover {
  background-color: #ECF1FF;
  cursor: pointer;
}
.cqTodo-card .todoPage-table .ant-table-tbody tr {
  cursor: pointer;
}
.cqTodo-card .todoPage-table .ant-table-scroll {
  border-left: none !important;
  border-right: none !important;
}
.cqTodo-card .todoPage-table .ant-table .ant-table-content ::-webkit-scrollbar-track {
  background-color: #FFFFFF !important;
}
.cqTodo-card .todoPage-table .ant-table .ant-table-content .ant-table-scroll::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  background: #F0F2F5;
  right: -1px;
  bottom: 1px;
}
.cqTodo-card .cqtable-resize .ant-table {
  border: none;
}
.cqTodo-card .cqtable-resize .ant-table .ant-table-tbody > tr > td {
  border-bottom: none;
}

.function-disabled-tip {
  text-align: center;
  margin-top: 100px;
  color: rgba(0, 0, 0, 0.45);
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.reportFormPage .headerTitle {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 39px;
  list-style: none;
  vertical-align: top;
}
.reportFormPage .headerTitle.required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.reportFormPage .headerField .ant-form-item-label {
  width: 90px;
  margin-left: 10px;
}
.reportFormPage .headerField .ant-form-item {
  margin-bottom: 18px;
}
.reportFormPage .headerField .ant-form-item-control-wrapper {
  margin-left: 20px;
}

.boundary-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -140px;
}
.boundary-wrapper .error-icon {
  text-align: center;
  font-size: 56px;
  color: #ff4d4f;
}
.boundary-wrapper .error-text {
  text-align: center;
  font-size: 24px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.cardBar .title {
  font-weight: bold;
}
.cardBar .chartsTitle {
  font-weight: bold;
  font-size: 16px;
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cardBar .operation {
  float: right;
}
.cardBar .more-link {
  position: absolute;
  right: 24px;
  top: 16px;
  color: #679CFB;
  font-size: 14px;
  cursor: pointer;
}
.cardBar .more-link:hover {
  text-decoration: underline;
  opacity: .8;
}
.cardBar .more-link.empty {
  cursor: pointer;
}
.cardBar .more-link.empty:hover {
  text-decoration: none;
  opacity: 1;
}
.cardBar .more-button {
  color: #679CFB;
  font-size: 14px;
  cursor: pointer;
}
.cardBar .more-button:hover {
  opacity: .8;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.newsList ul li {
  width: 100%;
  margin-top: 5px;
  color: #999;
  font-size: 14px;
}
.newsList ul li .text {
  float: left;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #666;
}
.newsList ul li .text:hover {
  color: #1890ff;
}
.newsList ul li .date {
  float: right;
}
.newsList li {
  overflow: hidden;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.home .carousel .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab,
.home .newsMultipleList .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab {
  font-weight: normal;
  padding: 13px 20px;
  color: #999;
}
.home .carousel .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active,
.home .newsMultipleList .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active,
.home .carousel .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab:hover,
.home .newsMultipleList .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab:hover {
  color: #3466E4;
}
.home .newsMultipleList .portalCard.tabCard .ant-card-body {
  padding-top: 12px;
  height: -webkit-calc(100% - 53px);
  height: -moz-calc(100% - 53px);
  height: calc(100% - 53px);
}
.newsMultipleList ul li {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #999;
  font-size: 14px;
  display: inline-block;
}
.newsMultipleList ul li .text {
  float: left;
  max-width: -webkit-calc(100% - 88px);
  max-width: -moz-calc(100% - 88px);
  max-width: calc(100% - 88px);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #666;
  font-size: 16px;
}
.newsMultipleList ul li .text:hover {
  color: #1890ff;
}
.newsMultipleList ul li .date {
  float: right;
  font-size: 16px;
  color: #999;
}
.newsMultipleList li {
  overflow: hidden;
}
.newsMultipleList .operation-more {
  position: absolute;
  bottom: 18px;
  right: 24px;
}
.newsMultipleList .no-ele-data {
  position: absolute;
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 auto;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  top: 50%;
  padding-top: 55px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
}

.card_barCharts {
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
}

.card_pieCharts {
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
}

.card_barCharts {
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.backlogList {
  position: relative;
  height: 100%;
}
.backlogList .back-list {
  margin: 0 auto;
  padding-top: 19px;
}
.backlogList .back-list .back-item {
  padding: 9px 20px;
  margin-bottom: 12px;
  background: #F7F9FE;
  font-size: 14px;
  border-left: 5px solid ;
}
.backlogList .back-list .back-item .item-row {
  width: 100%;
  height: auto;
}
.backlogList .back-list .back-item .item-row::after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.backlogList .back-list .back-item .item-row .item-title,
.backlogList .back-list .back-item .item-row .item-text {
  float: left;
  max-width: 60%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.backlogList .back-list .back-item .item-row .item-time,
.backlogList .back-list .back-item .item-row .item-sys-name {
  float: right;
  width: 35%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.backlogList .back-list .back-item .item-row .item-title {
  color: #333333;
}
.backlogList .back-list .back-item .item-row .item-text {
  color: #333333;
}
.backlogList .back-list .back-item .item-row .item-time {
  color: #A3B1C6;
}
.backlogList .back-list .back-item .item-row .item-sys-name {
  color: #A3B1C6;
}
.backlogList .back-list .currentStyle:hover {
  background-color: #ECF1FF;
  cursor: pointer;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.recentCollectList {
  margin: 0 auto;
  height: 100%;
}
.recentCollectList .add-collect {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  margin-bottom: 20px;
}
.recentCollectList .add-collect i {
  font-size: 35px;
  padding: 10px;
}
.recentCollectList .collect-block {
  position: absolute;
  padding: 16px 24px;
  padding-top: 0;
  width: 100%;
  height: 754px;
  top: 56px;
  left: 0;
  overflow: auto;
  /* border: 1px solid #E8E8E8; */
  border-bottom: 1px solid #e8e8e8;
  z-index: 11;
  background: #fff;
  -webkit-box-shadow: 0px 3px #e8e8e8;
          box-shadow: 0px 3px #e8e8e8;
}
.recentCollectList .collect-no-ele {
  position: relative;
  height: 100%;
}
.recentCollectList .recentCollect-list {
  padding-top: 14px;
  margin-bottom: 0;
}
.recentCollectList .recentCollect-list:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.recentCollectList .recentCollect-list .recentCollect-item {
  float: left;
  padding: 10px 0;
  width: 30%;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
}
.recentCollectList .recentCollect-list .recentCollect-item .item-link {
  color: #666666;
}
.recentCollectList .recentCollect-list .recentCollect-item .item-link i {
  margin: 0 6px 0 0;
}
.recentCollectList .recentCollect-list .recentCollect-item .item-link:hover {
  text-decoration: underline;
  font-weight: bold;
}
.recentCollectList .showmore-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #005293;
  font-size: 14px;
}
.recentCollectList .showmore-button:hover {
  opacity: .8;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.bigDataList {
  margin-top: 1px;
  background: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bigDataList .img-data {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  max-height: 100%;
}
.bigDataList .list-block {
  overflow: hidden;
  height: 100%;
}
.bigDataList .list-block .blcok-item {
  float: left;
  width: 100%;
}
.bigDataList .list-block .blcok-item.item-50 {
  float: left;
  width: 50%;
}
.bigDataList .list-block .blcok-item .block-title {
  padding: 30px 0;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.bigDataList .list-block .blcok-item .img {
  display: block;
  width: 100%;
}
.bigDataList .list-block .blcok-item .img.img-item1 {
  width: 100%;
  height: 157px;
  background: url(/asset/img-22.png) no-repeat;
  background-size: 100% 100%;
}
.bigDataList .list-block .blcok-item .img.img-item2 {
  width: 100%;
  height: 170px;
  background: url(/asset/img-33.png) no-repeat;
  background-size: 100% 100%;
}
.bigDataList .list-block .blcok-item .img.img-item3 {
  width: 100%;
  height: 170px;
  background: url(/asset/img-11.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1370px) {
  .bigDataList .list-block .blcok-item {
    max-height: 33%;
  }
  .bigDataList .list-block .blcok-item .block-title {
    padding: 20px 0 10px 0;
    margin: 0;
  }
  .bigDataList .list-block .blcok-item.item-50 {
    width: 100%;
    min-width: 70%;
  }
  .bigDataList .list-block .blcok-item .img.img-item1 {
    width: 100%;
    height: 120px;
    background: url(/asset/img-2.png) no-repeat;
    background-size: 100% 100%;
  }
  .bigDataList .list-block .blcok-item .img.img-item2 {
    width: 100%;
    height: 120px;
    background: url(/asset/img-3.png) no-repeat;
    background-size: 100% 100%;
  }
  .bigDataList .list-block .blcok-item .img.img-item3 {
    width: 100%;
    height: 120px;
    background: url(/asset/img-1.png) no-repeat;
    background-size: 100% 100%;
  }
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.menuCardList {
  width: 100%;
  height: 100%;
}
.menuCardList .portalCard.ant-card .ant-card-body {
  height: 100%;
}
.menuCardList ul {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.menuCardList ul .card-item {
  position: relative;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  height: 104px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 39px;
  color: #fff;
  background-color: #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.menuCardList ul .card-item .link-item {
  display: inline-block;
  padding: 26px 14px 26px 40px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.menuCardList ul .card-item .link-item:hover {
  color: #fff;
}
.menuCardList ul .card-item:nth-child(even) {
  margin-right: 0;
}
.menuCardList ul .card-item:nth-child(1) {
  margin-top: 0;
}
.menuCardList ul .card-item:nth-child(2) {
  margin-top: 0;
}
.menuCardList ul .card-item .iconStyle {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 39px;
  font-size: 40px;
  text-align: center;
  margin-right: 20px;
}
.menuCardList ul .card-item .iconStyle > img {
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.menuCardList ul .card-item .img-list {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-position: center;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.menuCardList ul .card-item .img-list.active {
  background: url(/asset/highlighted.png) no-repeat;
  background-position: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px solid #FFFFFF;
  display: inline-block;
}
.menuCardList ul .card-item .item-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
}
.menuCardList ul .card-item .item-text span {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.menuCardList ul .card-item .button {
  cursor: pointer;
}
.menuCardList ul .card-item:hover .img-list {
  background: #fff url(/asset/lighted.png) no-repeat;
  background-size: 12px,12px;
  background-position: center;
  display: inline-block;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: transform;
     -moz-animation-fill-mode: transform;
          animation-fill-mode: transform;
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.menuCardList ul .card-item:hover .img-list.active {
  -webkit-animation-duration: 0s;
     -moz-animation-duration: 0s;
          animation-duration: 0s;
  background: url(/asset/highlighted.png) no-repeat;
  background-size: 12px,12px;
  background-position: center;
}
.menuCardList .listShow {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 14px;
  color: #679CFB;
  cursor: pointer;
}
.menuCardList .listShow i {
  margin-left: 10px;
}
.menuCardList .open .listShow {
  bottom: -30px;
}
.menuCardList.portalCard.ant-card .ant-card-body {
  padding: 0;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
         transform: translateZ(0);
  }
}
/*去掉隐藏滚动条*/
.CqLayout .home .portalCard.menuCardList .ant-card-body .menuCardList::-webkit-scrollbar {
  width: 0 ;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.unitPhoto {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
.unitPhoto .img-data {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.unitPhoto .img-data .img-text {
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 14px;
  color: #666;
}
.unitPhoto .img-data .img-unit-charts {
  position: absolute;
  left: 10%;
  top: 35px;
}
.unitPhoto .img-data .img-unit-block {
  position: absolute;
  right: 10%;
  top: 35px;
}
.unitPhoto .dialog-show-tip {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.unitPhoto .dialog-show-tip.active {
  display: block;
}
.unitPhoto .dialog-show-tip .show-tip-text {
  position: absolute;
  width: 180px;
  height: 100px;
  line-height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -90px;
  border: 1px solid #f1f3f7;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: #5D5D5D;
  -webkit-box-shadow: 2px 2px 2px 2px #f1f3f7;
          box-shadow: 2px 2px 2px 2px #f1f3f7;
}
.modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  margin: 24px 34px;
  padding-left: 60px;
  font-size: 14px;
  color: #d3d3d3;
}
.modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
.modal-content-login .operation .seconds,
.modal-content-login .operation .close {
  color: #2f8cfc;
}
.modal-content-login .operation .seconds {
  margin-right: 5px;
}
.modal-content-login .operation .close {
  cursor: pointer;
}
.vertical-center-modal {
  text-align: center;
}
.vertical-center-modal.right-bottom {
  text-align: right;
  right: 40px;
}
.vertical-center-modal.right-bottom > div {
  vertical-align: top;
  top: 130px;
  padding-bottom: 0;
  height: auto;
}
.vertical-center-modal.right-bottom > div .ant-modal-content {
  height: 100%;
}
.vertical-center-modal.right-bottom > div .ant-modal-content .ant-modal-body {
  padding-bottom: 24px;
}
.vertical-center-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.vertical-center-modal .ant-modal {
  display: inline-block;
  vertical-align: middle;
  top: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .ant-modal {
    width: auto !important;
    margin: 10px;
  }
  .vertical-center-modal .ant-modal {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
  }
}
@media screen and (max-width: 1300px) {
  .unitPhoto .img-data .img-unit-charts {
    position: absolute;
    left: 10%;
    top: 35px;
    width: 150px;
  }
  .unitPhoto .img-data .img-unit-block {
    position: absolute;
    right: 10%;
    top: 35px;
  }
}
@media screen and (max-width: 1600px) {
  .unitPhoto .img-data .img-unit-charts {
    position: absolute;
    left: 10%;
    top: 35px;
    width: 30%;
    max-width: 150px;
  }
  .unitPhoto .img-data .img-unit-block {
    position: absolute;
    right: 10%;
    top: 35px;
    width: 40%;
    max-width: 180px;
  }
}
@media screen and (max-width: 1366px) {
  .unitPhoto .img-data .img-unit-charts {
    position: absolute;
    left: 10%;
    top: 35px;
    width: 30%;
    max-width: 150px;
  }
  .unitPhoto .img-data .img-unit-block {
    position: absolute;
    right: 10%;
    top: 35px;
    width: 40%;
    max-width: 180px;
  }
}
@media screen and (max-width: 700px) {
  .unitPhoto .img-data .img-unit-charts {
    position: absolute;
    left: 10%;
    top: 35px;
    width: 40%;
    max-width: 150px;
  }
  .unitPhoto .img-data .img-unit-block {
    position: absolute;
    left: 10%;
    top: 35px;
    bottom: 50px;
    width: 40%;
    max-width: 180px;
  }
}

.home .portalCard.ant-card.carousel .ant-card-body {
  height: 100%;
  padding: 18px;
}
.portalCard .ant-carousel {
  height: 100%;
  overflow: hidden;
}
.portalCard .ant-carousel .slick-track {
  height: 100%;
}
.portalCard .ant-carousel .slick-list .slick-slide > div {
  height: 100%;
}
.portalCard .ant-carousel .slick-list .slick-slide .slick-active > div {
  height: 100%;
}
.portalCard .ant-carousel .slick-slider {
  height: 100%;
}
.portalCard .ant-carousel .slick-slider > div {
  height: 100%;
}
.portalCard .ant-carousel .slick-slider .slick-list {
  height: 100%;
}
.portalCard .ant-carousel .slick-dots {
  height: 12px;
  width: auto;
  max-width: 128px;
  right: 0;
  bottom: 24px;
}
.portalCard .ant-carousel .slick-dots li {
  width: 12px;
  margin: 0 6px;
}
.portalCard .ant-carousel .slick-dots li:last-child {
  margin-right: 12px;
}
.portalCard .ant-carousel .slick-dots li button {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.portalCard .ant-carousel .slick-dots li.slick-active button {
  background: #3466e4;
}
.banner-carousel {
  height: 100%;
}
.banner-carousel .banner-wrap {
  position: relative;
  height: 100%;
}
.banner-carousel .banner-wrap img {
  width: 100%;
  height: 100%;
}
.banner-carousel .banner-wrap .title-wrap {
  position: absolute;
  bottom: 0;
  padding-left: 12px;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
}
.banner-carousel .banner-wrap .title-wrap .title {
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
  max-width: -webkit-calc(100% - 128px);
  max-width: -moz-calc(100% - 128px);
  max-width: calc(100% - 128px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  display: inline-block;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.home .portalCard.calendar {
  background-color: transparent;
  background-size: 100% 100%;
  padding-top: 50px;
  border: none;
}
.home .portalCard.calendar.ant-card .ant-card-body {
  height: 100%;
  overflow-y: hidden;
}
.home .portalCard.calendar:hover {
  background: transparent;
  background-size: 100% 100%;
  padding-top: 50px;
}
.portalCard.calendar ul {
  margin-bottom: 0;
}
.portalCard.calendar ul li {
  padding-left: 8px;
}
.portalCard.calendar ul li .item-info {
  font-size: 14px;
}
.portalCard.calendar ul li .item-info .text {
  float: left;
  font-size: 14px;
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
  max-width: -webkit-calc(100% - 98px);
  max-width: -moz-calc(100% - 98px);
  max-width: calc(100% - 98px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.portalCard.calendar ul li .item-info .text a {
  color: #333;
  font-size: 14px;
}
.portalCard.calendar ul li .item-info .text .ant-badge-status {
  min-width: 8px;
  text-align: center;
}
.portalCard.calendar ul li .item-info .date {
  text-align: right;
  width: 88px;
  font-size: 14px;
}
.portalCard.calendar .operation {
  margin-top: 3px;
}
.portalCard.calendar .operation .more {
  float: right;
}
.portalCard.calendar .calendar-header .date {
  float: left;
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin: 8px 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-size: 100% 100%;
}
.portalCard.calendar .calendar-header .operation button {
  min-width: 0;
}
.portalCard.calendar .calendar-header .operation .month-wraper {
  float: left;
  margin-bottom: 8px;
}
.portalCard.calendar .calendar-header .operation .today-wraper {
  float: right;
}
.portalCard.calendar .calendar-header .operation i {
  font-size: 18px;
  color: #666;
  cursor: pointer;
}
.portalCard.calendar .calendar-header .operation .today {
  margin-right: 2px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.portalCard.calendar .calendar-header .operation .today span {
  font-size: 16px;
  color: #666;
}
.portalCard.calendar .calendar-header .operation .today:active span {
  color: #666;
}
.portalCard.calendar .calendar-header .operation .month {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin: 0 8px;
}
.portalCard.calendar .ant-fullcalendar {
  border-top: none;
}
.portalCard.calendar .ant-fullcalendar-calendar-body {
  padding-left: 0;
  padding-right: 0;
}
.portalCard.calendar .ant-fullcalendar .ant-fullcalendar-content .ant-badge-status {
  min-width: 8px;
  text-align: center;
}
.portalCard.calendar .ant-fullcalendar table .ant-badge-status-text {
  margin-left: 0;
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: translateX(-webkit-calc(343px));
            transform: translateX(calc(343px));
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-100% - 173px));
            transform: translateX(calc(-100% - 173px));
  }
}
@-moz-keyframes roll {
  0% {
    -moz-transform: translateX(-moz-calc(343px));
         transform: translateX(calc(343px));
  }
  100% {
    -moz-transform: translateX(-moz-calc(-100% - 173px));
         transform: translateX(calc(-100% - 173px));
  }
}
@keyframes roll {
  0% {
    -webkit-transform: translateX(-webkit-calc(343px));
       -moz-transform: translateX(-moz-calc(343px));
            transform: translateX(calc(343px));
  }
  100% {
    -webkit-transform: translateX(-webkit-calc(-100% - 173px));
       -moz-transform: translateX(-moz-calc(-100% - 173px));
            transform: translateX(calc(-100% - 173px));
  }
}
.portalCard.ant-card .oa-subtitles {
  height: 100%;
  white-space: nowrap;
  color: #fff;
  font-family: PingFangSC-Semibold;
  background-image: url(/asset/link-mask-subtitles.png);
  -webkit-box-shadow: 0 4px 10px 0 rgba(253, 178, 95, 0.4);
          box-shadow: 0 4px 10px 0 rgba(253, 178, 95, 0.4);
  background-repeat: no-repeat;
  background-size: 120% 120%;
  -webkit-border-radius: 2.5px;
          border-radius: 2.5px;
  height: -webkit-calc((100% - 48px) / 5 * 2 + 12px);
  height: -moz-calc((100% - 48px) / 5 * 2 + 12px);
  height: calc((100% - 48px) / 5 * 2 + 12px);
  width: 100%;
  margin-right: 12px;
  margin-bottom: 12px;
  text-align: left;
  font-size: 18px;
  padding: 10px;
  overflow: hidden;
  vertical-align: middle;
  -webkit-box-shadow: 0 4px 10px 0 rgba(236, 59, 59, 0.4);
          box-shadow: 0 4px 10px 0 rgba(236, 59, 59, 0.4);
}
.portalCard.ant-card .oa-subtitles .content-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  vertical-align: middle;
}
.portalCard.ant-card .oa-subtitles .content-box .animation {
  white-space: nowrap;
  -webkit-animation: roll linear infinite;
     -moz-animation: roll linear infinite;
          animation: roll linear infinite;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 27px;
  vertical-align: middle;
}
.portalCard.ant-card .oa-subtitles .content-box .static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 54px;
  line-height: 27px;
  margin: 5px;
  overflow: hidden;
  overflow-wrap: break-word;
  vertical-align: middle;
}

.home .portalCard.ant-card.navLinks {
  background: transparent;
}
.home .portalCard.ant-card.navLinks .ant-card-body {
  padding: 0;
  height: 100%;
  overflow-y: hidden;
}
.portalCard.ant-card .navLinks-wrap {
  height: 100%;
}
.portalCard.ant-card .navLinks-wrap .link-item {
  float: left;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.portalCard.ant-card .navLinks-wrap .link-item .text {
  display: inline-block;
  vertical-align: middle;
}
.portalCard.ant-card .navLinks-wrap .link-item::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.portalCard.ant-card .navLinks-wrap .link-item-1 {
  background-image: url(/asset/link-mask1.png);
  -webkit-box-shadow: 0 4px 10px 0 rgba(253, 178, 95, 0.4);
          box-shadow: 0 4px 10px 0 rgba(253, 178, 95, 0.4);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 2.5px;
          border-radius: 2.5px;
  height: -webkit-calc((100% - 48px) / 5 * 2 + 12px);
  height: -moz-calc((100% - 48px) / 5 * 2 + 12px);
  height: calc((100% - 48px) / 5 * 2 + 12px);
  width: -webkit-calc((100% - 24px) / 3 * 2 + 12px);
  width: -moz-calc((100% - 24px) / 3 * 2 + 12px);
  width: calc((100% - 24px) / 3 * 2 + 12px);
  margin-right: 12px;
}
.portalCard.ant-card .navLinks-wrap .link-item-2 {
  background-image: url(/asset/link-mask2.png);
  -webkit-box-shadow: 0 4px 10px 0 rgba(98, 150, 255, 0.4);
          box-shadow: 0 4px 10px 0 rgba(98, 150, 255, 0.4);
  height: -webkit-calc((100% - 48px) / 5 * 2 + 12px);
  height: -moz-calc((100% - 48px) / 5 * 2 + 12px);
  height: calc((100% - 48px) / 5 * 2 + 12px);
  width: -webkit-calc((100% - 24px) / 3);
  width: -moz-calc((100% - 24px) / 3);
  width: calc((100% - 24px) / 3);
}
.portalCard.ant-card .navLinks-wrap .link-item-3,
.portalCard.ant-card .navLinks-wrap .link-item-4,
.portalCard.ant-card .navLinks-wrap .link-item-5 {
  background-image: -moz-linear-gradient(225deg, #808DFA 2%, #698CFF 100%);
  background-image: -o-linear-gradient(225deg, #808DFA 2%, #698CFF 100%);
  background-image: linear-gradient(-135deg, #808DFA 2%, #698CFF 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(149, 161, 255, 0.4);
          box-shadow: 0 4px 10px 0 rgba(149, 161, 255, 0.4);
  height: -webkit-calc((100% - 48px) / 5);
  height: -moz-calc((100% - 48px) / 5);
  height: calc((100% - 48px) / 5);
  width: -webkit-calc((100% - 24px) / 3);
  width: -moz-calc((100% - 24px) / 3);
  width: calc((100% - 24px) / 3);
  margin-right: 12px;
}
.portalCard.ant-card .navLinks-wrap .link-item-5 {
  margin-right: 0;
}
.portalCard.ant-card .navLinks-wrap .link-item-6,
.portalCard.ant-card .navLinks-wrap .link-item-7 {
  background-image: -moz-linear-gradient(225deg, rgba(255, 140, 140, 0.97) 0%, #FF785E 100%);
  background-image: -o-linear-gradient(225deg, rgba(255, 140, 140, 0.97) 0%, #FF785E 100%);
  background-image: linear-gradient(-135deg, rgba(255, 140, 140, 0.97) 0%, #FF785E 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 126, 126, 0.4);
          box-shadow: 0 4px 10px 0 rgba(255, 126, 126, 0.4);
  height: -webkit-calc((100% - 48px) / 5);
  height: -moz-calc((100% - 48px) / 5);
  height: calc((100% - 48px) / 5);
  width: 100%;
}
.portalCard.ant-card .navLinks-wrap .link-item-special-1 {
  background-image: url(/asset/link-mask1.png);
  -webkit-box-shadow: 0 4px 10px 0 rgba(253, 178, 95, 0.4);
          box-shadow: 0 4px 10px 0 rgba(253, 178, 95, 0.4);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 2.5px;
          border-radius: 2.5px;
  height: -webkit-calc((100% - 48px) / 5 * 2 + 12px);
  height: -moz-calc((100% - 48px) / 5 * 2 + 12px);
  height: calc((100% - 48px) / 5 * 2 + 12px);
  width: 100%;
  margin-right: 12px;
}
.portalCard.ant-card .navLinks-wrap .link-item-special-2 {
  display: none;
}

.home .todoList .portalCard.ant-card .ant-card-body {
  overflow-y: hidden;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav {
  width: 100%;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav > div {
  width: 100%;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab {
  font-weight: normal;
  padding: 13px 30px;
  color: #999;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active,
.home .todoList .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab:hover {
  color: #3466E4;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav .ant-badge {
  font-size: 16px;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav .ant-badge-count {
  right: -16px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0 3px;
  background: #FA5555;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav .ant-badge .ant-scroll-number-only {
  height: 14px;
}
.home .todoList .portalCard.tabCard .ant-tabs-nav .ant-badge .ant-scroll-number-only > p {
  height: 14px;
  font-size: 12px;
}
.todoList-wraper {
  height: 100%;
}
.todoList-wraper .ant-list {
  height: 100%;
}
.todoList-wraper .ant-list-item {
  padding: 11px 0;
}
.todoList-wraper .ant-list-item-meta {
  width: 100%;
}
.todoList-wraper .ant-list-item-meta-content {
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
}
.todoList-wraper .ant-list-item-meta-avatar img {
  width: 44px;
  height: 44px;
}
.todoList-wraper .ant-list-item-meta-description {
  font-size: 14px;
}
.todoList-wraper .ant-list-item-meta-description .sender {
  display: inline-block;
  width: 200px;
  margin-right: 32px;
}
.todoList-wraper .ant-list-item-meta-description .send-date {
  display: inline-block;
  width: 185px;
  margin-right: 32px;
}
.todoList-wraper .ant-list-item-meta-description .send-unit {
  max-width: -webkit-calc(100% - 375px);
  max-width: -moz-calc(100% - 375px);
  max-width: calc(100% - 375px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.todoList-wraper .ant-list-item-meta-description .bizTodo_desc .sender,
.todoList-wraper .ant-list-item-meta-description .bizTodoDone_desc .sender {
  width: auto;
}
.todoList-wraper .ant-list-item-meta-title .pressed-status {
  color: #FA5555;
  margin-right: 16px;
  font-size: 14px;
  vertical-align: text-top;
}
.todoList-wraper .ant-list-item-meta-title .urgency-status {
  color: #FFAA00;
  margin-right: 16px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: text-top;
}
.todoList-wraper .ant-list-item-meta-title .urgency-status i {
  margin-right: 4px;
}
.todoList-wraper .ant-list-item-meta-title .urgency-status.high {
  color: #FA5555;
}
.todoList-wraper .ant-list-item-meta-title .title {
  max-width: -webkit-calc(100% - 310px);
  max-width: -moz-calc(100% - 310px);
  max-width: calc(100% - 310px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  color: #333;
  font-family: Arial;
}
.todoList-wraper .ant-list-item-meta-title .mar10 {
  margin-right: 16px;
}
.todoList-wraper .ant-list-item-meta-title .dead-time {
  line-height: 20px;
  margin-left: 10px;
  font-family: Arial;
  vertical-align: text-top;
  color: #666;
}
.todoList-wraper .ant-list-header .header .tips {
  color: #666;
}
.todoList-wraper .ant-list-header .header .tips .total {
  color: #FA5555;
}
.todoList-wraper .ant-list-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.todoList-wraper .ant-list-footer .footer .more {
  float: right;
}
.todoList-wraper .ant-list-footer .footer .tips {
  font-size: 14px;
  color: #666;
}
.todoList-wraper .ant-list-footer .footer .tips .total {
  color: #FA5555;
}

.bizTodoList-wraper .ant-list-item-meta-avatar img {
  width: 48px;
  height: 48px;
}
.bizTodoList-wraper .ant-list-item-meta-description .system,
.bizTodoList-wraper .ant-list-item-meta-description .send-info {
  width: 50%;
  float: left;
}
.bizTodoList-wraper .ant-list-item-meta-description .system,
.bizTodoList-wraper .ant-list-item-meta-description .sender {
  display: inline-block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.bizTodoList-wraper .ant-list-item-meta-description .system {
  max-width: 100%;
  padding-right: 10px;
}
.bizTodoList-wraper .ant-list-item-meta-description .sender {
  max-width: -webkit-calc(100% - 82px);
  max-width: -moz-calc(100% - 82px);
  max-width: calc(100% - 82px);
}
.bizTodoList-wraper .ant-list-item-meta-description .send-date {
  width: 72px;
  float: right;
}
.bizTodoList-wraper .ant-list-footer .footer .more {
  float: right;
}

.todo-group {
  width: 100%;
  height: 100% !important;
}
.todo-group .todo-group-wrapper {
  position: relative;
  height: 135px;
  padding: 32px 24px;
  clear: both;
  overflow: hidden;
  background-color: #F7F9FE;
}
.todo-group .todo-group-wrapper.hideGroup {
  display: none;
}
.todo-group .todo-group-list-wrapper {
  display: none;
  overflow: auto;
}
.todo-group .todo-group-list-wrapper.current {
  display: block;
}
.todo-group .todo-group-item {
  float: left;
  width: 148px;
  padding-bottom: 32px;
  margin-right: 24px;
  color: #333333;
  cursor: pointer;
}
.todo-group .todo-group-item.active {
  color: #2A8DFF;
}
.todo-group .todo-group-item .item-count {
  height: 50px;
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 14px;
}
.todo-group .todo-group-item .item-name {
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}
.todo-group .todo-group-item .count-plus {
  font-size: 23px;
  vertical-align: super;
  line-height: 23px;
  padding-left: 3px;
}
.todo-group .todo-group-toggle {
  position: absolute;
  cursor: pointer;
  right: 24px;
  line-height: 32px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  width: 32px;
  height: 32px;
}
.todo-group .todo-group-spin {
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 20px;
  padding: 30px 50px;
  margin: 20px 0;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.zhcz-fw-contentList ul li {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
}
.zhcz-fw-contentList ul li .text {
  float: left;
  max-width: -webkit-calc(100% - 145px);
  max-width: -moz-calc(100% - 145px);
  max-width: calc(100% - 145px);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #999;
  font-size: 16px;
}
.zhcz-fw-contentList ul li .text:hover {
  color: #1890ff;
  cursor: pointer;
}
.zhcz-fw-contentList ul li .black {
  color: black;
}
.zhcz-fw-contentList ul li .date {
  float: right;
  font-size: 16px;
}
.zhcz-fw-contentList .grayclass {
  color: #999;
}
.zhcz-fw-contentList .black {
  color: black;
}
.zhcz-fw-contentList li {
  overflow: hidden;
}
.zhcz-fw-contentList .operation-zhcz-fw {
  position: absolute;
  bottom: 18px;
  right: 24px;
}
.zhcz-fw-contentList .no-ele-data {
  position: absolute;
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 auto;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  top: 50%;
  padding-top: 55px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.infinite-list-phantom {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.warning-list-content {
  padding: 10px 0 0 0;
  color: #333;
  text-align: center;
  height: 100%;
}
.warning-list-content .text-ellipsis {
  overflow: hidden;
  white-space: pre;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.warning-list-content .toDoList-content {
  position: absolute;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(60%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 24px;
  margin-top: 5px;
  left: 0;
  top: 34px;
  overflow-y: auto;
}
.warning-list-content .toDoList-content .toDoList-content-list {
  padding: 5px 0;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #333;
}
.warning-list-content .toDoList-content .toDoList-content-list:last-of-type {
  margin-bottom: 0;
}
.warning-list-content .toDoList-content .toDoList-content-list .toDoList-content-right {
  color: #c4cddc;
  float: right;
}
.warning-list-content .toDoList-content .toDoList-content-list .toDoList-content-span {
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.warning-list-content .toDoList-content .toDoList-content-list .toDoList-content-list-top {
  padding: 10px;
}
.warning-list-content .toDoList-content .toDoList-content-list .toDoList-content-list-butoom {
  padding: 5px 10px  10px  10px;
}
.warning-list-content .toDoList-content .danger {
  border-left: 3px solid #e24c51;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.portalCard {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  height: 100%;
}
.portalCard .no-ele-data {
  position: absolute;
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 auto;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  top: 50%;
  padding-top: 55px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.portalCard .no-ele-data::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -32px;
  width: 64px;
  height: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA2NCA0MSIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxKSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxlbGxpcHNlIGZpbGw9IiNGNUY1RjUiIGN4PSIzMiIgY3k9IjMzIiByeD0iMzIiIHJ5PSI3Ii8+CiAgICA8ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iI0Q5RDlEOSI+CiAgICAgIDxwYXRoIGQ9Ik01NSAxMi43Nkw0NC44NTQgMS4yNThDNDQuMzY3LjQ3NCA0My42NTYgMCA0Mi45MDcgMEgyMS4wOTNjLS43NDkgMC0xLjQ2LjQ3NC0xLjk0NyAxLjI1N0w5IDEyLjc2MVYyMmg0NnYtOS4yNHoiLz4KICAgICAgPHBhdGggZD0iTTQxLjYxMyAxNS45MzFjMC0xLjYwNS45OTQtMi45MyAyLjIyNy0yLjkzMUg1NXYxOC4xMzdDNTUgMzMuMjYgNTMuNjggMzUgNTIuMDUgMzVoLTQwLjFDMTAuMzIgMzUgOSAzMy4yNTkgOSAzMS4xMzdWMTNoMTEuMTZjMS4yMzMgMCAyLjIyNyAxLjMyMyAyLjIyNyAyLjkyOHYuMDIyYzAgMS42MDUgMS4wMDUgMi45MDEgMi4yMzcgMi45MDFoMTQuNzUyYzEuMjMyIDAgMi4yMzctMS4zMDggMi4yMzctMi45MTN2LS4wMDd6IiBmaWxsPSIjRkFGQUZBIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K) no-repeat;
  background-size: 100% 100%;
}
.portalCard:hover {
  -webkit-box-shadow: 0 0 6px #b3b3b3;
          box-shadow: 0 0 6px #b3b3b3;
}
.portalCard.ant-card {
  height: 100%;
}
.portalCard.ant-card .ant-card-head {
  min-height: 30px;
  padding: 0 24px;
}
.portalCard.ant-card .ant-card-head .ant-card-head-wrapper .ant-card-extra {
  width: 100%;
  padding: 14px 0;
  color: #333;
}
.portalCard.ant-card .ant-card-body {
  padding: 10px 24px;
  height: -webkit-calc(100% - 69px);
  height: -moz-calc(100% - 69px);
  height: calc(100% - 69px);
  overflow-y: auto;
  position: relative;
  min-height: 120px;
}
.portalCard.tabCard {
  color: #333;
}
.portalCard.tabCard .ant-card-head-wrapper {
  position: absolute;
  right: 16px;
  z-index: 11;
}
.portalCard.tabCard .ant-tabs-nav .ant-tabs-tab {
  font-size: 16px;
  padding: 13px 0;
  margin-right: 24px;
  font-weight: bold;
}
.home .portalCard {
  cursor: default;
}
.home .portalCard:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}
.home .portalCard.ant-card .ant-card-body {
  height: -webkit-calc(100% - 69px);
  height: -moz-calc(100% - 69px);
  height: calc(100% - 69px);
  padding-top: 1px;
  overflow-y: auto;
}
.home .portalCard.backlogList.ant-card .ant-card-head .ant-card-head-wrapper .ant-card-extra,
.home .portalCard.unitPhoto.ant-card .ant-card-head .ant-card-head-wrapper .ant-card-extra,
.home .portalCard.actionList.ant-card .ant-card-head .ant-card-head-wrapper .ant-card-extra,
.home .portalCard.guideList.ant-card .ant-card-head .ant-card-head-wrapper .ant-card-extra {
  padding: 14px 0;
}
.home .portalCard.tabCard .ant-tabs-nav .ant-tabs-tab {
  padding: 13px 0px;
  font-size: 16px;
}
.home .portalCard.tabCard .ant-card-head .ant-tabs {
  margin-bottom: 0;
  color: #333;
}
.home .portalCard.tabCard .ant-card-head .ant-tabs-bar {
  margin-bottom: 0;
}
.home .portalCard.tabCard .ant-card-body {
  padding-top: 4px;
}
.home .portalCard.tabCard .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.home .portalCard.tabCard .ant-tabs-tab-active.ant-tabs-tab {
  padding: 12px 0;
}
.home .portalCard.tabCard .ant-tabs-bar {
  border-bottom: 1px solid transparent;
}
.home .portalCard.guideList .ant-card-body,
.home .portalCard.actionList .ant-card-body {
  padding: 9px 24px 8px 24px;
}
.home .portalCard.guideList .ant-card-body ul li,
.home .portalCard.actionList .ant-card-body ul li {
  margin-top: 0;
  height: 54px;
  line-height: 54px;
  border-top: 1px solid ;
  border-color: #f0f0f0;
}
.home .portalCard.guideList .ant-card-body ul li:first-child,
.home .portalCard.actionList .ant-card-body ul li:first-child {
  border-top: none;
}
.home .portalCard.menuCardList {
  border: none;
}
.home .portalCard.menuCardList .ant-card-body {
  height: 100%;
  padding-top: 0;
}
.home .portalCard.menuCardList .ant-card-body > .menuCardList {
  height: 100%;
  background: #f1f3f7;
  overflow: hidden;
}
.home .portalCard.menuCardList .ant-card-body > .menuCardList ul {
  height: 99%;
}
.home .portalCard.menuCardList .ant-card-body > .menuCardList.close {
  height: 100%;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.home .portalCard.menuCardList .ant-card-body > .menuCardList.open {
  height: -webkit-calc(100vh - 134px);
  height: -moz-calc(100vh - 134px);
  height: calc(100vh - 134px);
  overflow: auto;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.home .portalCard.todoGroup .ant-card-body {
  padding-left: 0;
  padding-right: 0;
  overflow-y: hidden;
}
.chartStyle {
  height: 100%;
}
.chartStyle.ant-card {
  height: 100%;
}

.portalCard {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  height: 190px;
}
.portalCard:hover {
  -webkit-box-shadow: 0 0 6px #b3b3b3;
          box-shadow: 0 0 6px #b3b3b3;
}
.portalCard.ant-card .ant-card-head {
  min-height: 30px;
}

.homePage_content {
  width: 100%;
  height: 100%;
}
.homePage_content .iframe {
  width: 100%;
  height: 100%;
}
.recent-collect,
.menuCardList {
  z-index: 11;
}

.react-grid-layout {
  position: relative;
  -webkit-transition: height 200ms ease;
  -o-transition: height 200ms ease;
  -moz-transition: height 200ms ease;
  transition: height 200ms ease;
}
.react-grid-item {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition-property: left, top;
  -o-transition-property: left, top;
  -moz-transition-property: left, top;
  transition-property: left, top;
}
.react-grid-item.cssTransforms {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  -webkit-transition-duration: 100ms;
     -moz-transition-duration: 100ms;
       -o-transition-duration: 100ms;
          transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  -webkit-transform: rotate(315deg);
     -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu {
  width: 100%;
  height: 100%;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle {
  height: 64px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard {
  margin: auto;
  overflow: hidden;
  height: 100%;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card {
  background-color: transparent;
  padding: 0;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-bordered {
  border: none;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-body {
  width: 100%;
  display: block;
  padding: 0;
  margin: auto;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic {
  float: left;
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic img {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic:hover {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text {
  float: left;
  margin: 12px 0;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div {
  width: 100%;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  max-width: 100px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > i {
  vertical-align: super;
  cursor: pointer;
  margin-left: 8px;
  line-height: 14px;
  vertical-align: top;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text.no-switcher > div span {
  line-height: 48px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div {
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  margin-top: 6px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div span {
  max-width: 100px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 206px);
  height: -moz-calc(100vh - 206px);
  height: calc(100vh - 206px);
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-box {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track {
  right: 2px;
  bottom: 2px;
  top: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAJKCAYAAAAGIpQMAAAABGdBTUEAALGPC/xhBQAAAFNJREFUWAnt2LEJACEQRcHzECzg+i/UaPV7LRjOgmJkIG8SW1V9z56+18jhzZZx8AgnBCXg8IegBCUogQIKKKCAAgoooIACCiiggIILCvIPOXPPAhLlCKhFZdpIAAAAAElFTkSuQmCC);
  background-repeat: repeat-y;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb {
  z-index: 999;
  opacity: 0.8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb:hover {
  opacity: 1;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-text {
  max-width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-box {
  position: relative;
  width: 100%;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-text {
  position: absolute;
  right: -20px;
  top: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  background: red;
  font-size: 12px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .anticon {
  font-size: 14px;
  line-height: 41px;
  vertical-align: top;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: var(--theme-meun-font-color);
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item i:last-child,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical {
  border-right: 1px solid transparent;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: var(--theme-meun-font-color);
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item i:last-child,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item i:last-child,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title i:last-child,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title:hover,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title:hover {
  background-color: var(--theme-meun-bg-hover-color);
  color: var(--theme-meun-font-hover-color);
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected {
  background-color: var(--theme-meun-bg-selected-color);
  color: var(--theme-meun-font-selected-color) !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge {
  font-size: 16px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge-count,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge-count,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge-count,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge-count {
  right: -12px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only {
  height: 14px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p {
  height: 14px;
  font-size: 12px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title[aria-expanded="true"] i:last-child,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal {
  bottom: 2px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkoAAAACCAYAAACnt/OxAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAC1JREFUWEftxrEJACAQBMHTxALsv1Cj10AQe5iBhW1VNZOMEwAAz+p3AAD4JBu5fwQUYSrQKwAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal {
  z-index: 999;
  background-color: #5F636F;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  opacity: 0.8;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal:hover {
  opacity: 1;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: var(--theme-meun-font-color);
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item i:last-child,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item:hover,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title:hover {
  color: var(--theme-meun-font-hover-color) !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub {
  background: var(--theme-meun-bg-color2) !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .potal-menu-level3 {
  background: var(--theme-meun-bg-color3) !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .potal-menu-level4 {
  background: var(--theme-meun-bg-color4) !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-submenu-active,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-item-active {
  background: var(--theme-meun-bg-selected-color) !important;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  margin-left: 6px;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-open > .ant-menu-submenu-title {
  color: var(--theme-meun-font-selected-color);
}
:root[theme='test1_default_v1'] .sub-menu-modal {
  background: #fff;
  color: #666;
  padding: 0;
  height: 100%;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container {
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search {
  height: 64px;
  margin: -24px;
  padding: 24px 0 24px 32px;
  background: #eee;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #ececec;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .search-title {
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .key-words {
  float: left;
  line-height: 48px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .key-words input {
  border: none;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .icon-search {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .icon-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .icon-search.anticon-appstore-o {
  margin-right: 5px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .icon span {
  font-weight: bold;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .search .close {
  color: #666;
  cursor: pointer;
  float: right;
  margin-right: 32px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .sub-title {
  margin: 24px 8px 0 8px;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid rgba(212, 216, 224, 0.5);
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .sub-title .title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list {
  padding: 18px 8px 0 8px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .tip {
  text-align: center;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item {
  font-size: 14px;
  color: #333;
  float: left;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .withChild-wrapper {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle {
  color: #333;
  font-size: 14px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle.with-child {
  font-weight: bold;
  font-size: 16px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a {
  color: #666;
  line-height: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item {
  font-weight: normal;
  margin-top: 10px;
  padding-left: 10px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline {
  border-right: none;
  width: 100%;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
  border-bottom: 1px solid #DDD;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title .anticon {
  min-width: 0;
  margin-right: 0;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #FBFBFB;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub .ant-menu-item {
  margin: 0;
  padding-left: 12px !important;
  padding-right: 10px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a {
  color: #666;
  line-height: 26px;
}
:root[theme='test1_default_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic {
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic img {
  width: 40px;
  height: 40px;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-text {
  visibility: hidden;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 204px);
  height: -moz-calc(100vh - 204px);
  height: calc(100vh - 204px);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: 62px;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu .ant-menu-submenu-open > div {
  background: transparent;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item,
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 24px !important;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: auto;
  max-height: initial;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu {
  color: var(--theme-meun-font-color);
  background: var(--theme-meun-shrink-bg-color2) !important;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu .ant-menu-submenu-title .anticon + span {
  max-width: 145px;
  opacity: 1;
  padding-left: 10px;
  color: var(--theme-meun-font-color);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu .ant-menu-submenu-arrow {
  display: block;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item {
  background: var(--theme-meun-shrink-bg-color2) !important;
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item .nav-text {
  opacity: 1;
  padding-left: 10px;
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-active,
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-selected {
  color: var(--theme-meun-font-selected-color);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-active .ant-menu-submenu-title,
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-active .ant-menu-submenu-title .anticon + span,
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-selected .ant-menu-submenu-title .anticon + span {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item-active .nav-text,
:root[theme='test1_default_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item-selected .nav-text {
  color: var(--theme-meun-font-selected-color);
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.col-1 {
  width: -webkit-calc(210px + 64px);
  width: -moz-calc(210px + 64px);
  width: calc(210px + 64px);
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.col-2 {
  width: -webkit-calc(210px * 2 + 64px);
  width: -moz-calc(210px * 2 + 64px);
  width: calc(210px * 2 + 64px);
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.col-3 {
  width: -webkit-calc(210px * 3 + 64px);
  width: -moz-calc(210px * 3 + 64px);
  width: calc(210px * 3 + 64px);
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.col-4 {
  width: -webkit-calc(210px * 4 + 64px);
  width: -moz-calc(210px * 4 + 64px);
  width: calc(210px * 4 + 64px);
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover {
  left: 212px !important;
  z-index: 99999;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-title,
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-arrow {
  display: none;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .search {
  margin: 0;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .close {
  display: none;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .sub-title {
  margin: 24px 32px 0;
  padding-top: 0;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list {
  padding: 24px 32px;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list.col-1 {
  padding-top: 18px;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  height: 28px;
  line-height: 28px;
}
:root[theme='test1_default_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .itemTitle:first-child {
  margin-top: -6px;
}
:root[theme='test1_default_v1'] .popup-userInfo {
  padding-top: 0;
}
:root[theme='test1_default_v1'] .popup-userInfo .ant-popover-arrow {
  display: none;
}
:root[theme='test1_default_v1'] .popup-userInfo.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_default_v1'] .popup-userInfo.special .ant-popover-inner p {
  color: #666666;
}
:root[theme='test1_default_v1'] .popup-userInfo .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_default_v1'] .popup-userInfo .ant-popover-inner-content {
  padding: 12px 16px;
}
:root[theme='test1_default_v1'] .popup-userInfo .ant-popover-inner-content p {
  margin: .5rem 0;
  font-size: 14px;
  color: #fff;
}
:root[theme='test1_default_v1'] .popup-userInfo .ant-popover-inner-content p.post {
  font-size: 12px;
}
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special {
  height: -webkit-calc(100vh - 64px) !important;
  height: -moz-calc(100vh - 64px) !important;
  height: calc(100vh - 64px) !important;
  background-image: var(--theme-meun-bg-image);
  background-color: var(--theme-meun-bg-color);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0px !important;
}
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger {
  display: none;
  bottom: -webkit-calc(50% - 35px);
  bottom: -moz-calc(50% - 35px);
  bottom: calc(50% - 35px);
  position: absolute;
  left: 208px;
  width: 18px !important;
  height: 69px;
  line-height: 69px;
  background: rgba(219, 222, 227, 0.71);
  z-index: 10;
}
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger > i {
  color: #7F7F7F;
}
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special.ant-layout-sider-collapsed .ant-layout-sider-trigger {
  left: 64px;
}
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu,
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu {
  height: -webkit-calc(100vh - 168px) !important;
  height: -moz-calc(100vh - 168px) !important;
  height: calc(100vh - 168px) !important;
}
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul,
:root[theme='test1_default_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul {
  padding: 0;
}
:root[theme='test1_default_v1'] .ant-layout-sider-children {
  margin: 0;
}
:root[theme='test1_default_v1'] .basicLayout-siderMenu .baseMenu {
  background-image: none !important;
}
:root[theme='test1_default_v1'] .ant-menu-inline.ant-menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}
:root[theme='test1_default_v1'] .dwb-potal-sub-menu-box {
  background: var(--theme-meun-shrink-bg-color2) !important;
}
:root[theme='test1_default_v1'] .dwb-potal-sub-menu-box-main .ant-menu-sub {
  background: var(--theme-meun-shrink-bg-color2);
}
:root[theme='test1_default_v1'] .dwb-potal-sub-menu-box-main .ant-menu-sub .ant-menu-submenu-open,
:root[theme='test1_default_v1'] .dwb-potal-sub-menu-box-main .ant-menu-sub .ant-menu-submenu-active {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .potal-menu-level2 .ant-menu-sub {
  background: var(--theme-meun-shrink-bg-color3);
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .potal-menu-level2 .ant-menu-sub .ant-menu-submenu .ant-menu-submenu-title:hover {
  color: var(--theme-meun-font-hover-color);
}
:root[theme='test1_default_v1'] .ant-menu-vertical .potal-menu-level3 .ant-menu-sub {
  background: var(--theme-meun-shrink-bg-color4);
}
:root[theme='test1_default_v1'] .ant-menu-vertical .potal-menu-level3 .nav-text {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .ant-menu-vertical .potal-menu-level3 .nav-text:hover {
  color: var(--theme-meun-font-hover-color);
}
:root[theme='test1_default_v1'] .ant-menu-inline-collapsed-tooltip {
  display: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu {
  width: 100%;
  height: 100%;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle {
  height: 64px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard {
  margin: auto;
  overflow: hidden;
  height: 100%;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card {
  background-color: transparent;
  padding: 0;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-bordered {
  border: none;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-body {
  width: 100%;
  display: block;
  padding: 0;
  margin: auto;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic {
  float: left;
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic img {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic:hover {
  cursor: pointer;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text {
  float: left;
  margin: 12px 0;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div {
  width: 100%;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  color: #333;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  max-width: 100px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > i {
  vertical-align: super;
  cursor: pointer;
  margin-left: 8px;
  line-height: 14px;
  vertical-align: top;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text.no-switcher > div span {
  line-height: 48px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div {
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  margin-top: 6px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div span {
  max-width: 100px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 206px);
  height: -moz-calc(100vh - 206px);
  height: calc(100vh - 206px);
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-box {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track {
  right: 2px;
  bottom: 2px;
  top: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAJKCAYAAAAGIpQMAAAABGdBTUEAALGPC/xhBQAAAFNJREFUWAnt2LEJACEQRcHzECzg+i/UaPV7LRjOgmJkIG8SW1V9z56+18jhzZZx8AgnBCXg8IegBCUogQIKKKCAAgoooIACCiiggIILCvIPOXPPAhLlCKhFZdpIAAAAAElFTkSuQmCC);
  background-repeat: repeat-y;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb {
  z-index: 999;
  opacity: 0.8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb:hover {
  opacity: 1;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-text {
  max-width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .anticon {
  font-size: 14px;
  line-height: 41px;
  vertical-align: top;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item i:last-child,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical {
  border-right: 1px solid transparent;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: #333;
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item i:last-child,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item i:last-child,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title i:last-child,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title:hover,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title:hover {
  background-color: #b7cffc;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected {
  background-color: #b7cffc;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge {
  font-size: 16px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge-count,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge-count,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge-count,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge-count {
  right: -12px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only {
  height: 14px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p {
  height: 14px;
  font-size: 12px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title[aria-expanded="true"] i:last-child,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal {
  bottom: 2px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkoAAAACCAYAAACnt/OxAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAC1JREFUWEftxrEJACAQBMHTxALsv1Cj10AQe5iBhW1VNZOMEwAAz+p3AAD4JBu5fwQUYSrQKwAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal {
  z-index: 999;
  background-color: #5F636F;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  opacity: 0.8;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal:hover {
  opacity: 1;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: #333;
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item i:last-child,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub {
  background-color: #d2dff870 !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-item:hover,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-submenu-title:hover {
  background-color: #b7cffc !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-item-selected,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-submenu-title-selected {
  background-color: #b7cffc !important;
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_school_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  margin-left: 6px;
}
:root[theme='test1_school_v1'] .sub-menu-modal {
  background: #fff;
  color: #666;
  padding: 0;
  height: 100%;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container {
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search {
  height: 64px;
  margin: -24px;
  padding: 24px 0 24px 32px;
  background: #eee;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #ececec;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .search-title {
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .key-words {
  float: left;
  line-height: 48px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .key-words input {
  border: none;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .icon-search {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .icon-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .icon-search.anticon-appstore-o {
  margin-right: 5px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .icon span {
  font-weight: bold;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .search .close {
  color: #666;
  cursor: pointer;
  float: right;
  margin-right: 32px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .sub-title {
  margin: 24px 8px 0 8px;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid rgba(212, 216, 224, 0.5);
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .sub-title .title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list {
  padding: 18px 8px 0 8px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .tip {
  text-align: center;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item {
  font-size: 14px;
  color: #333;
  float: left;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .withChild-wrapper {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle {
  color: #333;
  font-size: 14px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle.with-child {
  font-weight: bold;
  font-size: 16px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .titleIcon {
  width: 4px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  background: #2A8DFF;
  position: relative;
  top: 2px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a {
  color: #666;
  line-height: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item {
  font-weight: normal;
  margin-top: 10px;
  padding-left: 10px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline {
  border-right: none;
  width: 100%;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
  border-bottom: 1px solid #DDD;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title .anticon {
  min-width: 0;
  margin-right: 0;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #FBFBFB;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub .ant-menu-item {
  margin: 0;
  padding-left: 12px !important;
  padding-right: 10px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a {
  color: #666;
  line-height: 26px;
}
:root[theme='test1_school_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic {
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic img {
  width: 40px;
  height: 40px;
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-text {
  visibility: hidden;
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 204px);
  height: -moz-calc(100vh - 204px);
  height: calc(100vh - 204px);
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: 62px;
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu .ant-menu-submenu-open > div {
  background: transparent;
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item,
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 24px !important;
}
:root[theme='test1_school_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: auto;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.col-1 {
  width: -webkit-calc(210px + 64px);
  width: -moz-calc(210px + 64px);
  width: calc(210px + 64px);
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.col-2 {
  width: -webkit-calc(210px * 2 + 64px);
  width: -moz-calc(210px * 2 + 64px);
  width: calc(210px * 2 + 64px);
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.col-3 {
  width: -webkit-calc(210px * 3 + 64px);
  width: -moz-calc(210px * 3 + 64px);
  width: calc(210px * 3 + 64px);
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.col-4 {
  width: -webkit-calc(210px * 4 + 64px);
  width: -moz-calc(210px * 4 + 64px);
  width: calc(210px * 4 + 64px);
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover {
  left: 212px !important;
  z-index: 99999;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-title,
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-arrow {
  display: none;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .search {
  margin: 0;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .close {
  display: none;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .sub-title {
  margin: 24px 32px 0;
  padding-top: 0;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list {
  padding: 24px 32px;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list.col-1 {
  padding-top: 18px;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  height: 28px;
  line-height: 28px;
}
:root[theme='test1_school_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .itemTitle:first-child {
  margin-top: -6px;
}
:root[theme='test1_school_v1'] .popup-userInfo {
  padding-top: 0;
}
:root[theme='test1_school_v1'] .popup-userInfo .ant-popover-arrow {
  display: none;
}
:root[theme='test1_school_v1'] .popup-userInfo.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_school_v1'] .popup-userInfo.special .ant-popover-inner p {
  color: #666666;
}
:root[theme='test1_school_v1'] .popup-userInfo .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_school_v1'] .popup-userInfo .ant-popover-inner-content {
  padding: 12px 16px;
}
:root[theme='test1_school_v1'] .popup-userInfo .ant-popover-inner-content p {
  margin: .5rem 0;
  font-size: 14px;
  color: #fff;
}
:root[theme='test1_school_v1'] .popup-userInfo .ant-popover-inner-content p.post {
  font-size: 12px;
}
:root[theme='test1_school_v1'] .CqLayout .ant-layout-sider.special {
  height: -webkit-calc(100vh - 64px) !important;
  height: -moz-calc(100vh - 64px) !important;
  height: calc(100vh - 64px) !important;
  background-image: url(/asset/bg-menu_new_default_school.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0px !important;
}
:root[theme='test1_school_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger {
  display: none;
  bottom: -webkit-calc(50% - 35px);
  bottom: -moz-calc(50% - 35px);
  bottom: calc(50% - 35px);
  position: absolute;
  left: 208px;
  width: 18px !important;
  height: 69px;
  line-height: 69px;
  background: rgba(219, 222, 227, 0.71);
  z-index: 10;
}
:root[theme='test1_school_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger > i {
  color: #7F7F7F;
}
:root[theme='test1_school_v1'] .CqLayout .ant-layout-sider.special.ant-layout-sider-collapsed .ant-layout-sider-trigger {
  left: 64px;
}
:root[theme='test1_school_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu,
:root[theme='test1_school_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu {
  height: -webkit-calc(100vh - 168px) !important;
  height: -moz-calc(100vh - 168px) !important;
  height: calc(100vh - 168px) !important;
}
@media screen and (max-width: 1388px) {
  :root[theme='test1_school_v1'] .CqLayout .ant-layout-sider.special {
    background-image: url(/asset/bg-menu_new_default_school.png);
  }
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .oa-subscript-title {
  max-width: 134px;
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .oa-subscript {
  width: 8px;
  height: 8px;
  background: #fa5555;
  line-height: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: white;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -25px;
  left: 0px;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .oa-subscript-not-child {
  width: 8px;
  height: 8px;
  background: #fa5555;
  line-height: 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0px;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-children {
  margin: 0;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-trigger {
  background: #6ED3FC;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-trigger .anticon {
  color: #fff;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu {
  background-image: url(/asset/oa-bg-sider.png);
  background-size: cover;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu {
  background-image: none !important;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > div,
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > div {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #1858DA), color-stop(92%, #1858DA), color-stop(99%, #0E4CCA));
  background: -moz-linear-gradient(top, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  background: -o-linear-gradient(top, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  background: linear-gradient(-180deg, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0E4CCA, endColorstr=#1858DA)";
  /*IE8+*/
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0E4CCA', endColorStr='#0E4CCA', gradientType='0');
  /*IE9+*/
  background: -o-linear-gradient(0% 100%, 0% 0%, #0E4CCA, #0E4CCA 3%, #1858DA 92%, #0E4CCA 100%);
  background: -moz-linear-gradient(0% 100%, 0% 0%, #0E4CCA, #0E4CCA 3%, #1858DA 92%, #0E4CCA 100%);
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul {
  background: rgba(9, 78, 193, 0.45);
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover {
  background: #094EC1;
}
:root[theme='test1_school_v1'] .CqLayout .zhcz-oa-sider .ant-menu-inline.ant-menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu {
  width: 100%;
  height: 100%;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle {
  height: 64px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard {
  margin: auto;
  overflow: hidden;
  height: 100%;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card {
  background-color: transparent;
  padding: 0;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-bordered {
  border: none;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-body {
  width: 100%;
  display: block;
  padding: 0;
  margin: auto;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic {
  float: left;
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic img {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic:hover {
  cursor: pointer;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text {
  float: left;
  margin: 12px 0;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div {
  width: 100%;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  color: #333;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  max-width: 100px;
  font-weight: 600;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > i {
  vertical-align: super;
  cursor: pointer;
  margin-left: 8px;
  line-height: 14px;
  vertical-align: top;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text.no-switcher > div span {
  line-height: 48px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div {
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  margin-top: 6px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div span {
  font-weight: 400;
  max-width: 100px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 206px);
  height: -moz-calc(100vh - 206px);
  height: calc(100vh - 206px);
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-box {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track {
  right: 2px;
  bottom: 2px;
  top: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAJKCAYAAAAGIpQMAAAABGdBTUEAALGPC/xhBQAAAFNJREFUWAnt2LEJACEQRcHzECzg+i/UaPV7LRjOgmJkIG8SW1V9z56+18jhzZZx8AgnBCXg8IegBCUogQIKKKCAAgoooIACCiiggIILCvIPOXPPAhLlCKhFZdpIAAAAAElFTkSuQmCC);
  background-repeat: repeat-y;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb {
  z-index: 999;
  opacity: 0.8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb:hover {
  opacity: 1;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-text {
  max-width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-box {
  position: relative;
  width: 100%;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-text {
  position: absolute;
  right: -25px;
  top: 2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  background: red;
  font-size: 12px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-text-width {
  width: 28px;
  right: -30px;
  height: 22px;
  line-height: 22px;
  -webkit-border-radius: 40%;
          border-radius: 40%;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-text-bold {
  color: red;
  font-weight: 700;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .anticon {
  font-size: 14px;
  line-height: 41px;
  vertical-align: top;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: #333;
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item i:last-child,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical {
  border-right: 1px solid transparent;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: #333;
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item i:last-child,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item i:last-child,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title i:last-child,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title:hover,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title:hover {
  background-color: #d0e2fd;
  font-weight: bold !important;
  color: #0058d4 !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected {
  background-color: #d0e2fd;
  font-weight: bold !important;
  color: #0058d4 !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected > a,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected > a,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected > a,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected > a,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected > a:hover,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected > a:hover,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected > a:hover,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected > a:hover,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected .anticon,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected .anticon,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected .anticon,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected .anticon,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected .anticon + span,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected .anticon + span,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected .anticon + span,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected .anticon + span {
  background-color: #d0e2fd;
  font-weight: bold !important;
  color: #0058d4 !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge {
  font-size: 16px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge-count,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge-count,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge-count,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge-count {
  right: -12px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only {
  height: 14px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p {
  height: 14px;
  font-size: 12px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title[aria-expanded="true"] i:last-child,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal {
  bottom: 2px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkoAAAACCAYAAACnt/OxAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAC1JREFUWEftxrEJACAQBMHTxALsv1Cj10AQe5iBhW1VNZOMEwAAz+p3AAD4JBu5fwQUYSrQKwAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal {
  z-index: 999;
  background-color: #5F636F;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  opacity: 0.8;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal:hover {
  opacity: 1;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title {
  width: 208px;
  font-size: 16px;
  margin: 0;
  color: #333333;
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item i:last-child,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_informaTion_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  margin-left: 6px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal {
  background: #fff;
  color: #666;
  padding: 0;
  height: 100%;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container {
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search {
  height: 64px;
  margin: -24px;
  padding: 24px 0 24px 32px;
  background: #eee;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #ececec;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .search-title {
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .key-words {
  float: left;
  line-height: 48px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .key-words input {
  border: none;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .icon-search {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .icon-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .icon-search.anticon-appstore-o {
  margin-right: 5px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .icon span {
  font-weight: bold;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .search .close {
  color: #666;
  cursor: pointer;
  float: right;
  margin-right: 32px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .sub-title {
  margin: 24px 8px 0 8px;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid rgba(212, 216, 224, 0.5);
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .sub-title .title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list {
  padding: 18px 8px 0 8px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .tip {
  text-align: center;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item {
  font-size: 14px;
  color: #333;
  float: left;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .withChild-wrapper {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle {
  color: #333;
  font-size: 14px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle.with-child {
  font-weight: bold;
  font-size: 16px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .titleIcon {
  width: 4px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  background: #2A8DFF;
  position: relative;
  top: 2px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a {
  color: #666;
  line-height: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item {
  font-weight: normal;
  margin-top: 10px;
  padding-left: 10px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline {
  border-right: none;
  width: 100%;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
  border-bottom: 1px solid #DDD;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title .anticon {
  min-width: 0;
  margin-right: 0;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #FBFBFB;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub .ant-menu-item {
  margin: 0;
  padding-left: 12px !important;
  padding-right: 10px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a {
  color: #666;
  line-height: 26px;
}
:root[theme='test1_informaTion_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic {
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic img {
  width: 40px;
  height: 40px;
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-text {
  visibility: hidden;
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 204px);
  height: -moz-calc(100vh - 204px);
  height: calc(100vh - 204px);
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: 62px;
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu .ant-menu-submenu-open > div {
  background: #d0e2fd;
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item,
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 24px !important;
}
:root[theme='test1_informaTion_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: auto;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.col-1 {
  width: -webkit-calc(210px + 64px);
  width: -moz-calc(210px + 64px);
  width: calc(210px + 64px);
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.col-2 {
  width: -webkit-calc(210px * 2 + 64px);
  width: -moz-calc(210px * 2 + 64px);
  width: calc(210px * 2 + 64px);
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.col-3 {
  width: -webkit-calc(210px * 3 + 64px);
  width: -moz-calc(210px * 3 + 64px);
  width: calc(210px * 3 + 64px);
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.col-4 {
  width: -webkit-calc(210px * 4 + 64px);
  width: -moz-calc(210px * 4 + 64px);
  width: calc(210px * 4 + 64px);
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover {
  left: 212px !important;
  z-index: 99999;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-title,
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-arrow {
  display: none;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .search {
  margin: 0;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .close {
  display: none;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .sub-title {
  margin: 24px 32px 0;
  padding-top: 0;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list {
  padding: 24px 32px;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list.col-1 {
  padding-top: 18px;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  height: 28px;
  line-height: 28px;
}
:root[theme='test1_informaTion_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .itemTitle:first-child {
  margin-top: -6px;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo {
  padding-top: 0;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo .ant-popover-arrow {
  display: none;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo.special .ant-popover-inner p {
  color: #666666;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo .ant-popover-inner-content {
  padding: 12px 16px;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo .ant-popover-inner-content p {
  margin: .5rem 0;
  font-size: 14px;
  color: #fff;
}
:root[theme='test1_informaTion_v1'] .popup-userInfo .ant-popover-inner-content p.post {
  font-size: 12px;
}
:root[theme='test1_informaTion_v1'] .CqLayout .ant-layout-sider.special {
  height: -webkit-calc(100vh - 64px) !important;
  height: -moz-calc(100vh - 64px) !important;
  height: calc(100vh - 64px) !important;
  background-image: url(/asset/bg-menu-new_informaTion.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0px !important;
}
:root[theme='test1_informaTion_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger {
  display: none;
  bottom: -webkit-calc(50% - 35px);
  bottom: -moz-calc(50% - 35px);
  bottom: calc(50% - 35px);
  position: absolute;
  left: 208px;
  width: 18px !important;
  height: 69px;
  line-height: 69px;
  background: rgba(219, 222, 227, 0.71);
  z-index: 10;
}
:root[theme='test1_informaTion_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger > i {
  color: #7F7F7F;
}
:root[theme='test1_informaTion_v1'] .CqLayout .ant-layout-sider.special.ant-layout-sider-collapsed .ant-layout-sider-trigger {
  left: 64px;
}
:root[theme='test1_informaTion_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu,
:root[theme='test1_informaTion_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu {
  height: -webkit-calc(100vh - 168px) !important;
  height: -moz-calc(100vh - 168px) !important;
  height: calc(100vh - 168px) !important;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .oa-subscript-title {
  max-width: 134px;
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .oa-subscript {
  width: 8px;
  height: 8px;
  background: #fa5555;
  line-height: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: white;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -25px;
  left: 0px;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .oa-subscript-not-child {
  width: 8px;
  height: 8px;
  background: #fa5555;
  line-height: 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0px;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-children {
  margin: 0;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-trigger {
  background: #6ED3FC;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-trigger .anticon {
  color: #fff;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu {
  background-image: url(/asset/oa-bg-sider.png);
  background-size: cover;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu {
  background-image: none !important;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > div,
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > div {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #1858DA), color-stop(92%, #1858DA), color-stop(99%, #0E4CCA));
  background: -moz-linear-gradient(top, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  background: -o-linear-gradient(top, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  background: linear-gradient(-180deg, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0E4CCA, endColorstr=#1858DA)";
  /*IE8+*/
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0E4CCA', endColorStr='#0E4CCA', gradientType='0');
  /*IE9+*/
  background: -o-linear-gradient(0% 100%, 0% 0%, #0E4CCA, #0E4CCA 3%, #1858DA 92%, #0E4CCA 100%);
  background: -moz-linear-gradient(0% 100%, 0% 0%, #0E4CCA, #0E4CCA 3%, #1858DA 92%, #0E4CCA 100%);
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul {
  background: rgba(9, 78, 193, 0.45);
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover {
  background: #094EC1;
}
:root[theme='test1_informaTion_v1'] .CqLayout .zhcz-oa-sider .ant-menu-inline.ant-menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu {
  width: 100%;
  height: 100%;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle {
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-bottom: none;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard {
  margin: auto;
  overflow: hidden;
  height: 100%;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card {
  background-color: transparent;
  padding: 0;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-bordered {
  border: none;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-body {
  width: 100%;
  display: block;
  padding: 0;
  margin: auto;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic {
  float: left;
  margin: 21px 0 21px 36px;
  width: 48px;
  height: 48px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic img {
  display: block;
  margin: auto;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic:hover {
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text {
  float: left;
  margin: 21px 0 21px 10px;
  width: 80px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div {
  width: 100%;
  font-size: 16px;
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  width: 80px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > i {
  vertical-align: super;
  cursor: pointer;
  margin-left: 5px;
  line-height: 20px;
  vertical-align: top;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text.no-switcher > div span {
  line-height: 48px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div {
  font-size: 12px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div span {
  width: 60px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 206px);
  height: -moz-calc(100vh - 206px);
  height: calc(100vh - 206px);
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-box {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track {
  right: 2px;
  bottom: 2px;
  top: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAJKCAYAAAAGIpQMAAAABGdBTUEAALGPC/xhBQAAAFNJREFUWAnt2LEJACEQRcHzECzg+i/UaPV7LRjOgmJkIG8SW1V9z56+18jhzZZx8AgnBCXg8IegBCUogQIKKKCAAgoooIACCiiggIILCvIPOXPPAhLlCKhFZdpIAAAAAElFTkSuQmCC);
  background-repeat: repeat-y;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb {
  z-index: 999;
  background-color: #5F636F;
  opacity: 0.8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb:hover {
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu {
  font-size: 16px;
  background: transparent;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-text {
  max-width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .anticon {
  font-size: 16px;
  line-height: 41px;
  vertical-align: top;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title {
  width: 200px;
  font-size: 16px;
  margin: 0;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical {
  border-right: 1px solid transparent;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item {
  width: 200px;
  font-size: 16px;
  margin: 0;
  background-color: transparent;
  border-right: none;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover {
  background-color: #13161D;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected {
  background-color: #13161D;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected::after,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected::after,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected::before,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected::before {
  border: 1px solid transparent;
  content: ' ';
  height: 0;
  right: -2px;
  position: absolute;
  width: 0;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected::after,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected::after {
  border-width: 8px;
  border-right-color: #fff;
  top: 13px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected a,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected a {
  color: #fff;
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge {
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge-count,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge-count {
  right: -12px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only {
  height: 14px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only > p {
  height: 14px;
  font-size: 12px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul {
  background: #1c2028;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > div,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > div {
  background: -webkit-gradient(linear, left bottom, left top, from(#12151B), color-stop(8%, #1E222A), color-stop(10%, #272C35), color-stop(92%, #363A43), color-stop(94%, #3C4049), to(#585C67));
  background: -moz-linear-gradient(bottom, #12151B 0%, #1E222A 8%, #272C35 10%, #363A43 92%, #3C4049 94%, #585C67 100%);
  background: -o-linear-gradient(bottom, #12151B 0%, #1E222A 8%, #272C35 10%, #363A43 92%, #3C4049 94%, #585C67 100%);
  background: linear-gradient(0deg, #12151B 0%, #1E222A 8%, #272C35 10%, #363A43 92%, #3C4049 94%, #585C67 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#585C67, endColorstr=#12151B)";
  /*IE8+*/
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#585C67', endColorStr='#12151B', gradientType='0');
  /*IE9+*/
  background: -o-linear-gradient(0% 100%, 0% 0%, #12151B, #1E222A 8%, #272C35 10%, #363A43 92%, #3C4049 94%, #585C67 100%);
  background: -moz-linear-gradient(0% 100%, 0% 0%, #12151B, #1E222A 8%, #272C35 10%, #363A43 92%, #3C4049 94%, #585C67 100%);
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal {
  bottom: 2px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkoAAAACCAYAAACnt/OxAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAC1JREFUWEftxrEJACAQBMHTxALsv1Cj10AQe5iBhW1VNZOMEwAAz+p3AAD4JBu5fwQUYSrQKwAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal {
  z-index: 999;
  background-color: #5F636F;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  opacity: 0.8;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal:hover {
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  width: 256px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title {
  width: 256px;
}
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_pingAn_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  margin-left: 6px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal {
  background: #fff;
  color: #666;
  padding: 0;
  height: 100%;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container {
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search {
  height: 66px;
  margin: -24px;
  padding: 24px 0 24px 32px;
  background: #eee;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #ececec;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .search-title {
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .key-words {
  float: left;
  line-height: 48px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .key-words input {
  border: none;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .icon-search {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .icon-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .icon-search.anticon-appstore-o {
  margin-right: 5px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .icon span {
  font-weight: bold;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .search .close {
  color: #666;
  cursor: pointer;
  float: right;
  margin-right: 32px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .sub-title {
  margin: 24px 8px 0 8px;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid rgba(212, 216, 224, 0.5);
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .sub-title .title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list {
  padding: 18px 8px 0 8px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .tip {
  text-align: center;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item {
  font-size: 16px;
  color: #333;
  float: left;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .withChild-wrapper {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle {
  color: #333;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle.with-child {
  font-weight: bold;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .titleIcon {
  width: 4px;
  height: 16px;
  display: inline-block;
  margin-right: 15px;
  background: #2A8DFF;
  position: relative;
  top: 2px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a {
  color: #666;
  line-height: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item {
  font-weight: normal;
  margin-top: 10px;
  padding-left: 10px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline {
  border-right: none;
  width: 100%;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item .ant-menu-item-selected {
  background-color: transparent;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item .ant-menu-item-selected:after {
  border-right: none;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
  border-bottom: 1px solid #DDD;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title .anticon {
  min-width: 0;
  margin-right: 0;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub {
  background-color: #FBFBFB;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub .ant-menu-item {
  margin: 0;
  padding-left: 12px !important;
  padding-right: 10px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub .ant-menu-item .ant-menu-item-selected {
  background-color: transparent;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub .ant-menu-item .ant-menu-item-selected:after {
  border-right: none;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a {
  color: #666;
  line-height: 26px;
}
:root[theme='test1_pingAn_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle {
  height: 88px;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic {
  margin: 26px 13px;
  height: 36px;
  width: 36px;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic img {
  width: 36px;
  height: 36px;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-text {
  visibility: hidden;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 204px);
  height: -moz-calc(100vh - 204px);
  height: calc(100vh - 204px);
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu {
  width: 62px;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu .ant-menu-submenu-open > div {
  background: transparent;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item,
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 24px !important;
}
:root[theme='test1_pingAn_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  width: auto;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.col-1 {
  width: -webkit-calc(210px + 64px);
  width: -moz-calc(210px + 64px);
  width: calc(210px + 64px);
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.col-2 {
  width: -webkit-calc(210px * 2 + 64px);
  width: -moz-calc(210px * 2 + 64px);
  width: calc(210px * 2 + 64px);
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.col-3 {
  width: -webkit-calc(210px * 3 + 64px);
  width: -moz-calc(210px * 3 + 64px);
  width: calc(210px * 3 + 64px);
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.col-4 {
  width: -webkit-calc(210px * 4 + 64px);
  width: -moz-calc(210px * 4 + 64px);
  width: calc(210px * 4 + 64px);
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover {
  left: 212px !important;
  z-index: 99999;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-title,
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-arrow {
  display: none;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .search {
  margin: 0;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .close {
  display: none;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .sub-title {
  margin: 24px 32px 0;
  padding-top: 0;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list {
  padding: 24px 32px;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list.col-1 {
  padding-top: 18px;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  height: 28px;
  line-height: 28px;
}
:root[theme='test1_pingAn_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .itemTitle:first-child {
  margin-top: -6px;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo {
  padding-top: 0;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo .ant-popover-arrow {
  display: none;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo.special .ant-popover-inner p {
  color: #666666;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo .ant-popover-inner-content {
  padding: 12px 16px;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo .ant-popover-inner-content p {
  margin: .5rem 0;
  font-size: 16px;
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .popup-userInfo .ant-popover-inner-content p.post {
  font-size: 12px;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special {
  height: -webkit-calc(100vh - 66px) !important;
  height: -moz-calc(100vh - 66px) !important;
  height: calc(100vh - 66px) !important;
  background-image: url(/asset/bg-menu_new_1920.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0px!important;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger {
  bottom: -webkit-calc(50% - 35px);
  bottom: -moz-calc(50% - 35px);
  bottom: calc(50% - 35px);
  position: absolute;
  left: 200px;
  width: 18px!important;
  height: 69px;
  line-height: 69px;
  background: rgba(219, 222, 227, 0.71);
  z-index: 10;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger > i {
  color: #7F7F7F;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special.ant-layout-sider-collapsed .ant-layout-sider-trigger {
  left: 62px;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .siderTitle,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .siderTitle {
  background-color: rgba(0, 143, 233, 0.8);
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu {
  height: -webkit-calc(100vh - 156px) !important;
  height: -moz-calc(100vh - 156px) !important;
  height: calc(100vh - 156px) !important;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > div,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-inline .ant-menu-submenu-open > div,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > div,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-vertical .ant-menu-submenu-open > div {
  background: #0073C5!important;
  -webkit-filter: none;
          filter: none;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul {
  background: rgba(0, 115, 197, 0.7) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-vertical .ant-menu-item:hover {
  background-color: transparent!important;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 1388px) {
  :root[theme='test1_pingAn_v1'] .CqLayout .ant-layout-sider.special {
    background-image: url(/asset/bg-menu_new_1366.png);
  }
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .oa-subscript-title {
  max-width: 134px;
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .oa-subscript {
  width: 8px;
  height: 8px;
  background: #fa5555;
  line-height: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: white;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -25px;
  left: 0px;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .oa-subscript-not-child {
  width: 8px;
  height: 8px;
  background: #fa5555;
  line-height: 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0px;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-children {
  margin: 0;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-trigger {
  background: #6ED3FC;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .ant-layout-sider-trigger .anticon {
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu {
  background-image: url(/asset/oa-bg-sider.png);
  background-size: cover;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .siderTitle {
  background-image: url(/asset/menu-card-mask.png);
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu {
  background-image: none !important;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > div,
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > div {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #1858DA), color-stop(92%, #1858DA), color-stop(99%, #0E4CCA));
  background: -moz-linear-gradient(top, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  background: -o-linear-gradient(top, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  background: linear-gradient(-180deg, #1858DA 3%, #1858DA 92%, #0E4CCA 99%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0E4CCA, endColorstr=#1858DA)";
  /*IE8+*/
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0E4CCA', endColorStr='#0E4CCA', gradientType='0');
  /*IE9+*/
  background: -o-linear-gradient(0% 100%, 0% 0%, #0E4CCA, #0E4CCA 3%, #1858DA 92%, #0E4CCA 100%);
  background: -moz-linear-gradient(0% 100%, 0% 0%, #0E4CCA, #0E4CCA 3%, #1858DA 92%, #0E4CCA 100%);
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul {
  background: rgba(9, 78, 193, 0.45);
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover {
  background: #094EC1;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected {
  background: #094EC1;
}
:root[theme='test1_pingAn_v1'] .CqLayout .zhcz-oa-sider .ant-menu-inline.ant-menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
@font-face {
  font-family: 'PuHuiti';
  src: url(/asset/PuHuiTi-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root[theme='test1_ningHai_v1'] .ant-dropdown {
  font-family: 'PuHuiti';
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu {
  width: 100%;
  height: 100%;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle {
  height: 64px;
  font-family: 'PuHuiti';
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard {
  margin: auto;
  overflow: hidden;
  height: 100%;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card {
  background-color: transparent;
  padding: 0;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-bordered {
  border: none;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card-body {
  width: 100%;
  display: block;
  padding: 0;
  margin: auto;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .ant-card:hover {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic {
  float: left;
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic img {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-pic:hover {
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text {
  float: left;
  margin: 12px 0;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div {
  width: 100%;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  max-width: 100px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text > div > i {
  vertical-align: super;
  cursor: pointer;
  margin-left: 8px;
  line-height: 14px;
  vertical-align: top;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text.no-switcher > div span {
  line-height: 48px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div {
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  margin-top: 6px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .siderTitle .menuCard .card-text div + div span {
  max-width: 100px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 206px);
  height: -moz-calc(100vh - 206px);
  height: calc(100vh - 206px);
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-box {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  font-family: 'PuHuiti';
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track {
  right: 2px;
  bottom: 2px;
  top: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAJKCAYAAAAGIpQMAAAABGdBTUEAALGPC/xhBQAAAFNJREFUWAnt2LEJACEQRcHzECzg+i/UaPV7LRjOgmJkIG8SW1V9z56+18jhzZZx8AgnBCXg8IegBCUogQIKKKCAAgoooIACCiiggIILCvIPOXPPAhLlCKhFZdpIAAAAAElFTkSuQmCC);
  background-repeat: repeat-y;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb {
  z-index: 999;
  opacity: 0.8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .scrollbar-track .scrollbar-thumb:hover {
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-text {
  max-width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-box {
  position: relative;
  width: 100%;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .nav-bubble-text {
  position: absolute;
  right: -20px;
  top: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  background: red;
  font-size: 12px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu .anticon {
  font-size: 14px;
  line-height: 41px;
  vertical-align: top;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: var(--theme-meun-font-color);
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-item i:last-child,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical {
  border-right: 1px solid transparent;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: var(--theme-meun-font-color);
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item i:last-child,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item i:last-child,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title i:last-child,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item:hover,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title:hover,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title:hover {
  background-color: var(--theme-meun-bg-hover-color);
  color: var(--theme-meun-font-hover-color);
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item-selected,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title-selected,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title-selected {
  background-color: var(--theme-meun-bg-selected-color);
  color: var(--theme-meun-font-selected-color) !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge {
  font-size: 16px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge-count,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge-count,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge-count,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge-count {
  right: -12px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only {
  height: 14px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-item .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title .ant-badge .ant-scroll-number-only > p {
  height: 14px;
  font-size: 12px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-title[aria-expanded="true"] i:last-child,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal {
  bottom: 2px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAkoAAAACCAYAAACnt/OxAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAC1JREFUWEftxrEJACAQBMHTxALsv1Cj10AQe5iBhW1VNZOMEwAAz+p3AAD4JBu5fwQUYSrQKwAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal {
  z-index: 999;
  background-color: #5F636F;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  opacity: 0.8;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .scrollbar-track-horizontal .scrollbar-thumb-horizontal:hover {
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  width: 208px;
  font-size: 14px;
  background: transparent !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title {
  width: 208px;
  font-size: 14px;
  margin: 0;
  color: var(--theme-meun-font-color);
  font-weight: 500;
  padding-right: 12px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item i:last-child,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title i:last-child {
  float: right;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-item:hover,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title:hover {
  color: var(--theme-meun-font-hover-color) !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub {
  background: var(--theme-meun-bg-color2) !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .potal-menu-level3 {
  background: var(--theme-meun-bg-color3) !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .potal-menu-level4 {
  background: var(--theme-meun-bg-color4) !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-submenu-active,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-sub .ant-menu-item-active {
  background: var(--theme-meun-bg-selected-color) !important;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-title[aria-expanded="true"] i:last-child {
  float: right;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  margin-left: 6px;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu .ant-menu-submenu-open > .ant-menu-submenu-title {
  color: var(--theme-meun-font-selected-color);
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal {
  background: #fff;
  color: #666;
  padding: 0;
  height: 100%;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container {
  background: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search {
  height: 64px;
  margin: -24px;
  padding: 24px 0 24px 32px;
  background: #eee;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid #ececec;
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .search-title {
  font-weight: bold;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .key-words {
  float: left;
  line-height: 48px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .key-words input {
  border: none;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .icon-search {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .icon-close {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .icon-search.anticon-appstore-o {
  margin-right: 5px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .icon span {
  font-weight: bold;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .search .close {
  color: #666;
  cursor: pointer;
  float: right;
  margin-right: 32px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .sub-title {
  margin: 24px 8px 0 8px;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid rgba(212, 216, 224, 0.5);
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .sub-title .title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list {
  padding: 18px 8px 0 8px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .tip {
  text-align: center;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item {
  font-size: 14px;
  color: #333;
  float: left;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .withChild-wrapper {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle {
  color: #333;
  font-size: 14px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .itemTitle.with-child {
  font-weight: bold;
  font-size: 16px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a {
  color: #666;
  line-height: 26px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 203px;
  overflow: hidden;
  display: inline-block;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item {
  font-weight: normal;
  margin-top: 10px;
  padding-left: 10px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline {
  border-right: none;
  width: 100%;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title {
  border-bottom: 1px solid #DDD;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title {
  margin: 0;
  padding-left: 0 !important;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu-submenu-title .anticon {
  min-width: 0;
  margin-right: 0;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #FBFBFB;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-submenu .ant-menu.ant-menu-sub .ant-menu-item {
  margin: 0;
  padding-left: 12px !important;
  padding-right: 10px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a {
  color: #666;
  line-height: 26px;
}
:root[theme='test1_ningHai_v1'] .sub-menu-modal .sub-menu-container .menu-list .menu-item .sub-menu-item a:hover {
  color: #108EE9;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic {
  margin: 12px;
  width: 40px;
  height: 40px;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-pic img {
  width: 40px;
  height: 40px;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .siderTitle .menuCard .ant-card .ant-card-body .card-text {
  visibility: hidden;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu {
  height: -webkit-calc(100vh - 204px);
  height: -moz-calc(100vh - 204px);
  height: calc(100vh - 204px);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: 62px;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu .ant-menu-submenu-open > div {
  background: transparent;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item,
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 24px !important;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .ant-menu {
  font-size: 14px;
  background: transparent !important;
  width: auto;
  max-height: initial;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu {
  color: var(--theme-meun-font-color);
  background: var(--theme-meun-shrink-bg-color2) !important;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu .ant-menu-submenu-title .anticon + span {
  max-width: 145px;
  opacity: 1;
  padding-left: 10px;
  color: var(--theme-meun-font-color);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu .ant-menu-submenu-arrow {
  display: block;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item {
  background: var(--theme-meun-shrink-bg-color2) !important;
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item .nav-text {
  opacity: 1;
  padding-left: 10px;
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-active,
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-selected {
  color: var(--theme-meun-font-selected-color);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-active .ant-menu-submenu-title,
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-active .ant-menu-submenu-title .anticon + span,
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-submenu-selected .ant-menu-submenu-title .anticon + span {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item-active .nav-text,
:root[theme='test1_ningHai_v1'] .ant-layout-sider-collapsed .basicLayout-siderMenu .baseMenu .menu-scroll .dwb-potal-sub-menu-box .ant-menu .ant-menu-item-selected .nav-text {
  color: var(--theme-meun-font-selected-color);
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.col-1 {
  width: -webkit-calc(210px + 64px);
  width: -moz-calc(210px + 64px);
  width: calc(210px + 64px);
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.col-2 {
  width: -webkit-calc(210px * 2 + 64px);
  width: -moz-calc(210px * 2 + 64px);
  width: calc(210px * 2 + 64px);
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.col-3 {
  width: -webkit-calc(210px * 3 + 64px);
  width: -moz-calc(210px * 3 + 64px);
  width: calc(210px * 3 + 64px);
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.col-4 {
  width: -webkit-calc(210px * 4 + 64px);
  width: -moz-calc(210px * 4 + 64px);
  width: calc(210px * 4 + 64px);
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover {
  left: 212px !important;
  z-index: 99999;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-title,
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-arrow {
  display: none;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .search {
  margin: 0;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .close {
  display: none;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .sub-title {
  margin: 24px 32px 0;
  padding-top: 0;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list {
  padding: 24px 32px;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list.col-1 {
  padding-top: 18px;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .menu-item .sub-menu-item > .ant-menu.ant-menu-inline .ant-menu-item {
  height: 28px;
  line-height: 28px;
}
:root[theme='test1_ningHai_v1'] .pop-sub-menu-list.ant-popover .ant-popover-inner-content .sub-menu-modal .menu-list .itemTitle:first-child {
  margin-top: -6px;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo {
  padding-top: 0;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo .ant-popover-arrow {
  display: none;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo.special .ant-popover-inner p {
  color: #666666;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo .ant-popover-inner-content {
  padding: 12px 16px;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo .ant-popover-inner-content p {
  margin: .5rem 0;
  font-size: 14px;
  color: #fff;
}
:root[theme='test1_ningHai_v1'] .popup-userInfo .ant-popover-inner-content p.post {
  font-size: 12px;
}
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special {
  height: -webkit-calc(100vh - 64px) !important;
  height: -moz-calc(100vh - 64px) !important;
  height: calc(100vh - 64px) !important;
  background-image: var(--theme-meun-bg-image);
  background-color: var(--theme-meun-bg-color);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0px !important;
}
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger {
  display: none;
  bottom: -webkit-calc(50% - 35px);
  bottom: -moz-calc(50% - 35px);
  bottom: calc(50% - 35px);
  position: absolute;
  left: 208px;
  width: 18px !important;
  height: 69px;
  line-height: 69px;
  background: rgba(219, 222, 227, 0.71);
  z-index: 10;
}
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .ant-layout-sider-trigger > i {
  color: #7F7F7F;
}
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special.ant-layout-sider-collapsed .ant-layout-sider-trigger {
  left: 64px;
}
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu,
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu {
  height: -webkit-calc(100vh - 168px) !important;
  height: -moz-calc(100vh - 168px) !important;
  height: calc(100vh - 168px) !important;
}
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-inline .ant-menu-submenu-open > ul,
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul,
:root[theme='test1_ningHai_v1'] .CqLayout .ant-layout-sider.special .basicLayout-siderMenu-ie9 .baseMenu .ant-menu-vertical .ant-menu-submenu-open > ul {
  padding: 0;
}
:root[theme='test1_ningHai_v1'] .ant-layout-sider-children {
  margin: 0;
}
:root[theme='test1_ningHai_v1'] .basicLayout-siderMenu .baseMenu {
  background-image: none !important;
}
:root[theme='test1_ningHai_v1'] .ant-menu-inline.ant-menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}
:root[theme='test1_ningHai_v1'] .dwb-potal-sub-menu-box {
  background: var(--theme-meun-shrink-bg-color2) !important;
}
:root[theme='test1_ningHai_v1'] .dwb-potal-sub-menu-box-main .ant-menu-sub {
  background: var(--theme-meun-shrink-bg-color2);
}
:root[theme='test1_ningHai_v1'] .dwb-potal-sub-menu-box-main .ant-menu-sub .ant-menu-submenu-open,
:root[theme='test1_ningHai_v1'] .dwb-potal-sub-menu-box-main .ant-menu-sub .ant-menu-submenu-active {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .potal-menu-level2 .ant-menu-sub {
  background: var(--theme-meun-shrink-bg-color3);
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .potal-menu-level2 .ant-menu-sub .ant-menu-submenu .ant-menu-submenu-title:hover {
  color: var(--theme-meun-font-hover-color);
}
:root[theme='test1_ningHai_v1'] .ant-menu-vertical .potal-menu-level3 .ant-menu-sub {
  background: var(--theme-meun-shrink-bg-color4);
}
:root[theme='test1_ningHai_v1'] .ant-menu-vertical .potal-menu-level3 .nav-text {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_ningHai_v1'] .ant-menu-vertical .potal-menu-level3 .nav-text:hover {
  color: var(--theme-meun-font-hover-color);
}
:root[theme='test1_ningHai_v1'] .ant-menu-inline-collapsed-tooltip {
  display: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park {
  width: 100%;
  height: 100%;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu {
  height: -webkit-calc(100vh - 64px);
  height: -moz-calc(100vh - 64px);
  height: calc(100vh - 64px);
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .scrollbar-box {
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .scrollbar-track {
  right: 2px;
  bottom: 2px;
  top: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAJKCAYAAAAGIpQMAAAABGdBTUEAALGPC/xhBQAAAFNJREFUWAnt2LEJACEQRcHzECzg+i/UaPV7LRjOgmJkIG8SW1V9z56+18jhzZZx8AgnBCXg8IegBCUogQIKKKCAAgoooIACCiiggIILCvIPOXPPAhLlCKhFZdpIAAAAAElFTkSuQmCC);
  background-repeat: repeat-y;
  background-position: center;
  z-index: 999;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .scrollbar-track .scrollbar-thumb {
  z-index: 999;
  opacity: 0.8;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .scrollbar-track .scrollbar-thumb:hover {
  opacity: 1;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .scrollbar-box {
  margin-right: 0!important;
  margin-bottom: 0!important;
  scrollbar-width: none;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .scrollbar-box::-webkit-scrollbar {
  width: 0px!important;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .ant-menu-root {
  width: 100%;
  background: #015CF6;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 {
  height: 70px;
  line-height: initial;
  padding: 0!important;
  text-align: center;
  margin: 0;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .ant-menu-submenu-title {
  text-align: center;
  padding: 10px 0 0 0!important;
  height: 70px;
  line-height: initial;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .ant-menu-submenu-title span {
  max-width: 56px;
  opacity: 1;
  color: #fff;
  overflow: hidden;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .ant-menu-submenu-title span i {
  display: block;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .ant-menu-submenu-title span i .svg-class {
  width: 24px;
  height: 24px;
  color: #fff;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .ant-menu-submenu-title .anticon {
  line-height: initial;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1:hover {
  background: #004DF4;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .nav-bubble-box {
  display: block;
  text-align: center;
  padding: 0!important;
  height: 70px;
  line-height: initial;
  margin-top: 10px;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .nav-bubble-box i {
  display: block;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .nav-bubble-box i .svg-class {
  width: 24px;
  height: 24px;
  color: #fff;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .nav-bubble-box > span {
  max-width: 56px;
  opacity: 1;
  color: #fff;
  overflow: hidden;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .potal-menu-level1 > .nav-bubble-box .anticon {
  line-height: initial;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .ant-menu-item-selected {
  background: #004DF4;
}
:root[theme='test1_park_v1'] .basicLayout-sider-park .baseMenu .menu-scroll .ant-menu-submenu-selected {
  background: #004DF4;
}
:root[theme='test1_park_v1'] .ant-menu-inline-collapsed-tooltip {
  display: none;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_pingAn_v1'] .system-header-item {
  float: right;
  width: 96px;
  height: 68px;
  border-left: 1px solid rgba(151, 151, 151, 0.16);
  text-align: center;
  padding: 14px 0;
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .system-header-item .ant-dropdown-trigger {
  height: 50px;
}
:root[theme='test1_pingAn_v1'] .system-header-item .ant-dropdown-trigger:hover {
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .system-header-item .system-header-item-user {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  margin-top: 4px;
  line-height: 16px;
  font-size: 16px;
  opacity: 0.6;
}
:root[theme='test1_pingAn_v1'] .system-header-item .system-header-item-user.normal {
  margin-top: 6px;
}
:root[theme='test1_pingAn_v1'] .system-header-item .clearDefalutStyle {
  text-decoration: none;
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .system-header-item .system-header-item-switcher {
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .system-header-item .header-icon {
  opacity: 0.6;
  display: block;
  font-size: 20px;
  color: #fff;
}
:root[theme='test1_pingAn_v1'] .system-header-item .header-icon.normal {
  font-size: 16px;
  margin: 2px 0;
}
:root[theme='test1_pingAn_v1'] .system-header-item.special:hover {
  background: rgba(0, 0, 0, 0.2);
}
:root[theme='test1_pingAn_v1'] .system-header-item.special .header-icon {
  opacity: 1;
  font-size: 18px;
}
:root[theme='test1_pingAn_v1'] .system-header-item.special .system-header-item-user {
  opacity: 0.8;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .system-header-item.special .ant-badge-count {
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .system-header-item .ant-badge {
  display: block;
}
:root[theme='test1_pingAn_v1'] .system-header-item .ant-badge-count {
  opacity: 0.6;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_pingAn_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only {
  height: 16px;
}
:root[theme='test1_pingAn_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only p {
  height: 16px;
}
:root[theme='test1_pingAn_v1'] .system-header-item .ant-badge-multiple-words {
  padding: 0 6px;
}
:root[theme='test1_pingAn_v1'] .system-header-item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
:root[theme='test1_pingAn_v1'] .system-header-item:hover .system-header-item-user,
:root[theme='test1_pingAn_v1'] .system-header-item:hover .ant-badge-count {
  opacity: 1;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .system-header-item:hover .ant-badge,
:root[theme='test1_pingAn_v1'] .system-header-item:hover .header-icon {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_pingAn_v1'] .system-header-item.headerSearch {
  width: 128px;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap {
  height: 68px;
  width: 275px;
  float: right;
  padding: 18px 18px 0 0;
  position: relative;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection {
  background: #fff;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection .ant-select-selection-selected-value {
  color: #999;
  opacity: 1 !important;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection input {
  color: #333;
  opacity: 1 !important;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap.special .searchBtn .ant-btn > i {
  color: #CCC;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select {
  display: block;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select .ant-select-selection {
  border: none;
  padding-right: 22px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select .ant-select-selection .ant-select-selection-selected-value {
  color: #FFF;
  opacity: .5 !important;
  font-family: 'Microsoft Yahei';
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select .ant-select-selection input {
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-webkit-input-placeholder {
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .searchBtn {
  position: absolute;
  top: 3px;
  right: 17px;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .searchBtn .ant-btn {
  min-width: auto!important;
  border: none;
  background: transparent;
}
:root[theme='test1_pingAn_v1'] .system-header-search-wrap .searchBtn .ant-btn > i {
  font-size: 16px;
  color: rgba(204, 204, 204, 0.6);
}
:root[theme='test1_pingAn_v1'] .popup-msglist {
  width: 288px;
  padding-top: 0;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-popover-arrow {
  display: none;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-tabs-bar {
  border-color: #DDD;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-tabs-nav {
  width: 100%;
  padding: 0 24px;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab {
  width: 50%;
  margin: 0;
  text-align: center;
  color: #999999;
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:hover {
  opacity: 1;
  color: #1f7fff;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:active {
  opacity: 1;
  color: #1f7fff;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list {
  background: #ffffff;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list .ant-list-empty-text {
  border-color: #DDD;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list .ant-list-empty-text .ant-empty-description {
  color: #666666;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-footer .prev,
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-footer .next {
  color: #666666;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-footer .prev:hover,
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-footer .next:hover {
  color: #1f7fff;
  border-color: #DDD;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-footer .next {
  border-color: #DDD;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-item:hover {
  background: #ECF5FF;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-item:last-child {
  border-color: #DDD!important;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-item-meta-avatar i {
  color: #666;
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list-item-meta-avatar i:hover {
  opacity: 1;
  color: #666;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-title {
  color: #333;
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-description {
  color: #999;
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-popover-inner-content {
  padding: 12px 0 0;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-tabs-bar {
  margin-bottom: 0;
  border-color: #757C8B;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-tabs-ink-bar {
  background: #777D86;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab {
  color: #fff;
  opacity: 0.6;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:hover {
  color: #fff;
  opacity: 1;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:active {
  color: #777D86;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list {
  background: #3D4552;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list.ant-list-split .ant-list-item {
  border-bottom: none;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list.ant-list-vertical .ant-list-item-meta-title {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  height: 16px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 220px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item {
  padding: 8px 16px;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item:hover {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-avatar,
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-title,
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-description {
  opacity: 1 !important;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item:last-child {
  border-bottom: 1px solid #757C8B !important;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item-meta {
  margin-bottom: 0;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item-meta-avatar i {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 10px 0;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-item-meta-description {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  line-height: 14px;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer {
  padding: 0;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer .prev,
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer .next {
  float: left;
  width: 50%;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: none;
  margin: 0;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer .prev:hover,
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer .next:hover {
  color: #ffffff;
  border-color: #757C8B;
  background: transparent;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer .prev:after,
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer .next:after {
  display: none;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-footer .next {
  border-left: 1px solid #757C8B;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-empty-text {
  border-bottom: 1px solid #757C8B;
}
:root[theme='test1_pingAn_v1'] .popup-msglist .ant-list-empty-text .ant-empty-description {
  color: #fff;
  opacity: 0.6;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
:root[theme='test1_pingAn_v1'] .system-header-logo {
  float: left;
  margin: 10px 0 10px 28px;
  height: 46px;
}
:root[theme='test1_pingAn_v1'] .system-header-logo a {
  display: inline-block;
  height: 46px;
  position: relative;
}
:root[theme='test1_pingAn_v1'] .system-header-logo a img {
  width: 238px;
  height: 46px;
  vertical-align: top;
}
:root[theme='test1_pingAn_v1'] .system-header-logo a img.special {
  width: 36px;
  height: 36px;
  vertical-align: initial;
}
:root[theme='test1_pingAn_v1'] .system-header-logo a span {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: -10px;
  left: 14px;
}
:root[theme='test1_pingAn_v1'] .robot-header-logo {
  float: left;
  margin: -2px 0 10px 58px;
  height: 46px;
}
:root[theme='test1_pingAn_v1'] .robot-header-logo {
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .robot-header-logo .ant-dropdown-trigger {
  line-height: 1.5;
  padding: 8px 25px 4px 25px;
}
:root[theme='test1_pingAn_v1'] .robot-header-logo .ant-dropdown-trigger:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
:root[theme='test1_pingAn_v1'] .robot-header-logo .ant-dropdown-trigger:hover .robot-logo {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_pingAn_v1'] .robot-header-logo .robot-logo {
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
}
:root[theme='test1_pingAn_v1'] .robot-header-logo .msg-logo {
  width: 50px;
}
:root[theme='test1_pingAn_v1'] .robot-header-logo .system-header-item-user {
  color: #fff;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .msg-box {
  margin: -2px 0 10px 0px;
}
:root[theme='test1_pingAn_v1'] .classified-tip {
  width: 500px;
  height: 28px;
  line-height: 28px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_pingAn_v1'] .basicLayout-header {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: fixed;
}
:root[theme='test1_pingAn_v1'] .modal-content-login-wraper .ant-modal-body {
  padding-left: 0;
  padding-right: 0;
}
:root[theme='test1_pingAn_v1'] .modal-content-login-wraper .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  font-size: 16px;
  color: #d3d3d3;
}
:root[theme='test1_pingAn_v1'] .modal-content-login-wraper .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme='test1_pingAn_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_pingAn_v1'] .modal-content-login-wraper .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme='test1_pingAn_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme='test1_pingAn_v1'] .modal-content-login-wraper .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .modal-content-message {
  margin: 0;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  max-height: 491px;
  overflow: auto;
  margin-bottom: 0;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li:last-child {
  border-bottom: 1px solid transparent;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li p {
  margin: 0;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li svg {
  color: #2f8cfc;
  font-size: 16px;
  margin-right: 5px;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li .messag-box-title {
  font-weight: 700;
  position: relative;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li .messag-box-title span:last-child {
  float: right;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li .messag-box-title:first-child::after {
  content: '';
  width: 6px;
  height: 6px;
  background: red;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: 13px;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li .messag-box-text {
  margin: 5px 0;
  width: 88%;
  height: 21px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* 显示省略号 */
}
:root[theme='test1_pingAn_v1'] .modal-content-message .content-messag-box li .messag-box-time span:first-child {
  width: 100px;
  display: inline-block;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .ant-modal-body {
  padding: 0;
  margin: 32px 16px 32px 16px;
}
:root[theme='test1_pingAn_v1'] .modal-content-message .ant-modal-footer {
  padding-right: 15px;
}
:root[theme='test1_pingAn_v1'] .modal-content-logut-wraper.ant-modal {
  position: static;
  margin: 0;
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header {
  height: 68px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-search-wrap .ant-select .ant-select-selection {
  background: #fff;
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-logo a {
  width: 302px;
  background-image: url(/asset/oa_logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-logo a img {
  display: none;
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-logo a span {
  display: none;
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-item:hover {
  background: rgba(28, 63, 184, 0.8);
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-item.oa-contorl-year-none {
  display: none;
}
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-item .header-icon,
:root[theme='test1_pingAn_v1'] .zhcz-oa-header .system-header-item .system-header-item-user {
  opacity: 0.8;
  font-size: 16px;
}
:root[theme='test1_pingAn_v1'] .loginOutClass .ant-modal-confirm-btns .ant-btn:first-child {
  display: none !important;
}
:root[theme='test1_pingAn_v1'] .system-header-search-oa {
  display: none;
}
:root[theme='test1_pingAn_v1'] .privacy-box {
  padding: 0px 15px;
}
:root[theme='test1_pingAn_v1'] .privacy-box .privacy-title {
  width: 100%;
  text-align: center;
}
:root[theme='test1_pingAn_v1'] .ant-layout-header {
  height: 68px;
  background-image: url(/asset/top_bg_new_1920.png);
}
:root[theme='test1_pingAn_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-icon {
  font-size: 30px;
}
:root[theme='test1_pingAn_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-message {
  font-size: 18px;
  font-weight: 700;
  color: red;
}
:root[theme='test1_pingAn_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-description {
  color: red;
}

.cq-iframe-confirm .ant-modal .ant-modal-body {
  margin: 0;
  padding: 32px 40px;
  overflow: hidden;
}
.cq-iframe-confirm .icon-wrap i {
  color: #faad14;
  margin-top: 0;
  margin-right: 16px;
  font-size: 22px;
  vertical-align: middle;
}
.cq-iframe-confirm .icon-wrap .confirm-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
}
.cq-iframe-confirm .tip-warp .confirm-text {
  margin-top: 12px;
  margin-left: 38px;
}
.cq-iframe-confirm .ant-modal-footer button {
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
:root[theme='test1_default_v1'] .system-header-item + .system-header-item,
:root[theme='test1_informaTion_v1'] .system-header-item + .system-header-item,
:root[theme='test1_school_v1'] .system-header-item + .system-header-item,
:root[theme='test1_park_v1'] .system-header-item + .system-header-item {
  margin-right: 32px;
}
:root[theme='test1_default_v1'] .system-header-item,
:root[theme='test1_informaTion_v1'] .system-header-item,
:root[theme='test1_school_v1'] .system-header-item,
:root[theme='test1_park_v1'] .system-header-item {
  font-size: 12px;
  float: right;
  width: 48px;
  height: 64px;
  text-align: center;
  padding: 14px 0;
  color: var(--theme-header-font-color);
}
:root[theme='test1_default_v1'] .system-header-item .ant-dropdown-trigger,
:root[theme='test1_informaTion_v1'] .system-header-item .ant-dropdown-trigger,
:root[theme='test1_school_v1'] .system-header-item .ant-dropdown-trigger,
:root[theme='test1_park_v1'] .system-header-item .ant-dropdown-trigger {
  height: 50px;
}
:root[theme='test1_default_v1'] .system-header-item .ant-dropdown-trigger:hover,
:root[theme='test1_informaTion_v1'] .system-header-item .ant-dropdown-trigger:hover,
:root[theme='test1_school_v1'] .system-header-item .ant-dropdown-trigger:hover,
:root[theme='test1_park_v1'] .system-header-item .ant-dropdown-trigger:hover {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .system-header-item .system-header-item-user,
:root[theme='test1_informaTion_v1'] .system-header-item .system-header-item-user,
:root[theme='test1_school_v1'] .system-header-item .system-header-item-user,
:root[theme='test1_park_v1'] .system-header-item .system-header-item-user {
  display: block;
  margin-top: 4px;
  line-height: 16px;
  font-size: 12px;
  opacity: 0.6;
}
:root[theme='test1_default_v1'] .system-header-item .system-header-item-user.normal,
:root[theme='test1_informaTion_v1'] .system-header-item .system-header-item-user.normal,
:root[theme='test1_school_v1'] .system-header-item .system-header-item-user.normal,
:root[theme='test1_park_v1'] .system-header-item .system-header-item-user.normal {
  margin-top: 6px;
}
:root[theme='test1_default_v1'] .system-header-item .clearDefalutStyle,
:root[theme='test1_informaTion_v1'] .system-header-item .clearDefalutStyle,
:root[theme='test1_school_v1'] .system-header-item .clearDefalutStyle,
:root[theme='test1_park_v1'] .system-header-item .clearDefalutStyle {
  text-decoration: none;
  color: #fff;
}
:root[theme='test1_default_v1'] .system-header-item .system-header-item-switcher,
:root[theme='test1_informaTion_v1'] .system-header-item .system-header-item-switcher,
:root[theme='test1_school_v1'] .system-header-item .system-header-item-switcher,
:root[theme='test1_park_v1'] .system-header-item .system-header-item-switcher {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .system-header-item .header-icon,
:root[theme='test1_informaTion_v1'] .system-header-item .header-icon,
:root[theme='test1_school_v1'] .system-header-item .header-icon,
:root[theme='test1_park_v1'] .system-header-item .header-icon {
  opacity: 0.6;
  display: block;
  font-size: 24px;
  color: #fff;
  margin: auto;
}
:root[theme='test1_default_v1'] .system-header-item .header-icon.normal,
:root[theme='test1_informaTion_v1'] .system-header-item .header-icon.normal,
:root[theme='test1_school_v1'] .system-header-item .header-icon.normal,
:root[theme='test1_park_v1'] .system-header-item .header-icon.normal {
  font-size: 24px;
  margin: 2px 0;
}
:root[theme='test1_default_v1'] .system-header-item i,
:root[theme='test1_informaTion_v1'] .system-header-item i,
:root[theme='test1_school_v1'] .system-header-item i,
:root[theme='test1_park_v1'] .system-header-item i {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
:root[theme='test1_default_v1'] .system-header-item.special .header-icon,
:root[theme='test1_informaTion_v1'] .system-header-item.special .header-icon,
:root[theme='test1_school_v1'] .system-header-item.special .header-icon,
:root[theme='test1_park_v1'] .system-header-item.special .header-icon {
  opacity: 1;
  font-size: 24px;
}
:root[theme='test1_default_v1'] .system-header-item.special .system-header-item-user,
:root[theme='test1_informaTion_v1'] .system-header-item.special .system-header-item-user,
:root[theme='test1_school_v1'] .system-header-item.special .system-header-item-user,
:root[theme='test1_park_v1'] .system-header-item.special .system-header-item-user {
  opacity: 0.8;
  font-size: 12px;
}
:root[theme='test1_default_v1'] .system-header-item.special .ant-badge-count,
:root[theme='test1_informaTion_v1'] .system-header-item.special .ant-badge-count,
:root[theme='test1_school_v1'] .system-header-item.special .ant-badge-count,
:root[theme='test1_park_v1'] .system-header-item.special .ant-badge-count {
  opacity: 1;
}
:root[theme='test1_default_v1'] .system-header-item .ant-badge,
:root[theme='test1_informaTion_v1'] .system-header-item .ant-badge,
:root[theme='test1_school_v1'] .system-header-item .ant-badge,
:root[theme='test1_park_v1'] .system-header-item .ant-badge {
  display: block;
}
:root[theme='test1_default_v1'] .system-header-item .ant-badge-count,
:root[theme='test1_informaTion_v1'] .system-header-item .ant-badge-count,
:root[theme='test1_school_v1'] .system-header-item .ant-badge-count,
:root[theme='test1_park_v1'] .system-header-item .ant-badge-count {
  opacity: 0.6;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_default_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only,
:root[theme='test1_informaTion_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only,
:root[theme='test1_school_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only,
:root[theme='test1_park_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only {
  height: 16px;
}
:root[theme='test1_default_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only p,
:root[theme='test1_informaTion_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only p,
:root[theme='test1_school_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only p,
:root[theme='test1_park_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only p {
  height: 16px;
}
:root[theme='test1_default_v1'] .system-header-item .ant-badge-multiple-words,
:root[theme='test1_informaTion_v1'] .system-header-item .ant-badge-multiple-words,
:root[theme='test1_school_v1'] .system-header-item .ant-badge-multiple-words,
:root[theme='test1_park_v1'] .system-header-item .ant-badge-multiple-words {
  padding: 0 6px;
}
:root[theme='test1_default_v1'] .system-header-item:hover,
:root[theme='test1_informaTion_v1'] .system-header-item:hover,
:root[theme='test1_school_v1'] .system-header-item:hover,
:root[theme='test1_park_v1'] .system-header-item:hover {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .system-header-item:hover .system-header-item-user,
:root[theme='test1_informaTion_v1'] .system-header-item:hover .system-header-item-user,
:root[theme='test1_school_v1'] .system-header-item:hover .system-header-item-user,
:root[theme='test1_park_v1'] .system-header-item:hover .system-header-item-user,
:root[theme='test1_default_v1'] .system-header-item:hover .ant-badge-count,
:root[theme='test1_informaTion_v1'] .system-header-item:hover .ant-badge-count,
:root[theme='test1_school_v1'] .system-header-item:hover .ant-badge-count,
:root[theme='test1_park_v1'] .system-header-item:hover .ant-badge-count {
  opacity: 1;
  font-size: 12px;
}
:root[theme='test1_default_v1'] .system-header-item:hover .ant-badge,
:root[theme='test1_informaTion_v1'] .system-header-item:hover .ant-badge,
:root[theme='test1_school_v1'] .system-header-item:hover .ant-badge,
:root[theme='test1_park_v1'] .system-header-item:hover .ant-badge,
:root[theme='test1_default_v1'] .system-header-item:hover .header-icon,
:root[theme='test1_informaTion_v1'] .system-header-item:hover .header-icon,
:root[theme='test1_school_v1'] .system-header-item:hover .header-icon,
:root[theme='test1_park_v1'] .system-header-item:hover .header-icon {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_default_v1'] .system-header-item:hover i,
:root[theme='test1_informaTion_v1'] .system-header-item:hover i,
:root[theme='test1_school_v1'] .system-header-item:hover i,
:root[theme='test1_park_v1'] .system-header-item:hover i {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_default_v1'] .system-header-item.headerSearch,
:root[theme='test1_informaTion_v1'] .system-header-item.headerSearch,
:root[theme='test1_school_v1'] .system-header-item.headerSearch,
:root[theme='test1_park_v1'] .system-header-item.headerSearch {
  width: 128px;
}
:root[theme='test1_default_v1'] .system-header-item-park,
:root[theme='test1_informaTion_v1'] .system-header-item-park,
:root[theme='test1_school_v1'] .system-header-item-park,
:root[theme='test1_park_v1'] .system-header-item-park {
  width: initial;
}
:root[theme='test1_default_v1'] .system-header-item-park .ant-dropdown-park,
:root[theme='test1_informaTion_v1'] .system-header-item-park .ant-dropdown-park,
:root[theme='test1_school_v1'] .system-header-item-park .ant-dropdown-park,
:root[theme='test1_park_v1'] .system-header-item-park .ant-dropdown-park {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: auto;
  line-height: 40px;
}
:root[theme='test1_default_v1'] .system-header-item-park .ant-dropdown-park > i,
:root[theme='test1_informaTion_v1'] .system-header-item-park .ant-dropdown-park > i,
:root[theme='test1_school_v1'] .system-header-item-park .ant-dropdown-park > i,
:root[theme='test1_park_v1'] .system-header-item-park .ant-dropdown-park > i {
  width: initial;
  height: auto;
}
:root[theme='test1_default_v1'] .system-header-item-park:hover i,
:root[theme='test1_informaTion_v1'] .system-header-item-park:hover i,
:root[theme='test1_school_v1'] .system-header-item-park:hover i,
:root[theme='test1_park_v1'] .system-header-item-park:hover i {
  -webkit-animation: none;
     -moz-animation: none;
          animation: none;
}
:root[theme='test1_default_v1'] .system-header-menu,
:root[theme='test1_informaTion_v1'] .system-header-menu,
:root[theme='test1_school_v1'] .system-header-menu,
:root[theme='test1_park_v1'] .system-header-menu {
  float: left;
  max-width: -webkit-calc(100% - 800px);
  max-width: -moz-calc(100% - 800px);
  max-width: calc(100% - 800px);
  margin: 0 20px 0 40px;
  line-height: 62px;
  border: 0!important;
  color: var(--theme-meun-font-color);
  background: var(--theme-meun-bg-color);
}
:root[theme='test1_default_v1'] .system-header-menu .ant-menu-item:hover,
:root[theme='test1_informaTion_v1'] .system-header-menu .ant-menu-item:hover,
:root[theme='test1_school_v1'] .system-header-menu .ant-menu-item:hover,
:root[theme='test1_park_v1'] .system-header-menu .ant-menu-item:hover,
:root[theme='test1_default_v1'] .system-header-menu .ant-menu-submenu:hover,
:root[theme='test1_informaTion_v1'] .system-header-menu .ant-menu-submenu:hover,
:root[theme='test1_school_v1'] .system-header-menu .ant-menu-submenu:hover,
:root[theme='test1_park_v1'] .system-header-menu .ant-menu-submenu:hover,
:root[theme='test1_default_v1'] .system-header-menu .ant-menu-submenu-title:hover,
:root[theme='test1_informaTion_v1'] .system-header-menu .ant-menu-submenu-title:hover,
:root[theme='test1_school_v1'] .system-header-menu .ant-menu-submenu-title:hover,
:root[theme='test1_park_v1'] .system-header-menu .ant-menu-submenu-title:hover {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .system-header-menu .ant-menu-item,
:root[theme='test1_informaTion_v1'] .system-header-menu .ant-menu-item,
:root[theme='test1_school_v1'] .system-header-menu .ant-menu-item,
:root[theme='test1_park_v1'] .system-header-menu .ant-menu-item {
  border: 0!important;
}
:root[theme='test1_default_v1'] .system-header-menu .ant-menu-item-selected,
:root[theme='test1_informaTion_v1'] .system-header-menu .ant-menu-item-selected,
:root[theme='test1_school_v1'] .system-header-menu .ant-menu-item-selected,
:root[theme='test1_park_v1'] .system-header-menu .ant-menu-item-selected {
  color: var(--theme-meun-font-color);
  border: 0!important;
  background: var(--theme-meun-shrink-bg-color2);
}
:root[theme='test1_default_v1'] .system-header-menu .ant-menu-submenu-selected,
:root[theme='test1_informaTion_v1'] .system-header-menu .ant-menu-submenu-selected,
:root[theme='test1_school_v1'] .system-header-menu .ant-menu-submenu-selected,
:root[theme='test1_park_v1'] .system-header-menu .ant-menu-submenu-selected {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .system-header-menu-green .ant-menu-item-selected,
:root[theme='test1_informaTion_v1'] .system-header-menu-green .ant-menu-item-selected,
:root[theme='test1_school_v1'] .system-header-menu-green .ant-menu-item-selected,
:root[theme='test1_park_v1'] .system-header-menu-green .ant-menu-item-selected {
  background: #62b8b3;
}
:root[theme='test1_default_v1'] .system-header-menu-violet .ant-menu-item-selected,
:root[theme='test1_informaTion_v1'] .system-header-menu-violet .ant-menu-item-selected,
:root[theme='test1_school_v1'] .system-header-menu-violet .ant-menu-item-selected,
:root[theme='test1_park_v1'] .system-header-menu-violet .ant-menu-item-selected {
  background: #6A1B8C;
}
:root[theme='test1_default_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical,
:root[theme='test1_informaTion_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical,
:root[theme='test1_school_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical,
:root[theme='test1_park_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical {
  color: var(--theme-meun-font-color);
  background: var(--theme-meun-bg-color);
}
:root[theme='test1_default_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_informaTion_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_school_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_park_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item:hover,
:root[theme='test1_default_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu:hover,
:root[theme='test1_informaTion_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu:hover,
:root[theme='test1_school_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu:hover,
:root[theme='test1_park_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu:hover,
:root[theme='test1_default_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu-title:hover,
:root[theme='test1_informaTion_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu-title:hover,
:root[theme='test1_school_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu-title:hover,
:root[theme='test1_park_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-submenu-title:hover {
  color: var(--theme-meun-font-color);
}
:root[theme='test1_default_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_informaTion_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_school_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item-selected,
:root[theme='test1_park_v1'] .ant-menu-submenu-placement-bottomLeft .ant-menu-vertical .ant-menu-item-selected {
  color: var(--theme-meun-font-color);
  background: var(--theme-meun-shrink-bg-color2);
}
:root[theme='test1_default_v1'] .system-header-search-wrap,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap,
:root[theme='test1_school_v1'] .system-header-search-wrap,
:root[theme='test1_park_v1'] .system-header-search-wrap {
  height: 64px;
  width: 340px;
  float: right;
  padding: 18px 18px 0 0;
  position: relative;
}
:root[theme='test1_default_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection,
:root[theme='test1_school_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection,
:root[theme='test1_park_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection {
  background: #fff;
}
:root[theme='test1_default_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection .ant-select-selection-selected-value,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection .ant-select-selection-selected-value,
:root[theme='test1_school_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection .ant-select-selection-selected-value,
:root[theme='test1_park_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection .ant-select-selection-selected-value {
  color: #999;
  opacity: 1 !important;
}
:root[theme='test1_default_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection input,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection input,
:root[theme='test1_school_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection input,
:root[theme='test1_park_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection input {
  color: #333;
  opacity: 1 !important;
}
:root[theme='test1_default_v1'] .system-header-search-wrap.special .searchBtn .ant-btn > i,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap.special .searchBtn .ant-btn > i,
:root[theme='test1_school_v1'] .system-header-search-wrap.special .searchBtn .ant-btn > i,
:root[theme='test1_park_v1'] .system-header-search-wrap.special .searchBtn .ant-btn > i {
  color: #CCC;
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select {
  display: block;
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select .ant-select-selection,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select .ant-select-selection,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select .ant-select-selection,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select .ant-select-selection {
  border: none;
  padding-right: 22px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select .ant-select-selection .ant-select-selection-selected-value,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select .ant-select-selection .ant-select-selection-selected-value,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select .ant-select-selection .ant-select-selection-selected-value,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select .ant-select-selection .ant-select-selection-selected-value {
  color: #FFF;
  opacity: .5 !important;
  font-family: 'Microsoft Yahei';
  font-size: 14px;
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select .ant-select-selection input,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select .ant-select-selection input,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select .ant-select-selection input,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select .ant-select-selection input {
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-webkit-input-placeholder,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-webkit-input-placeholder,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-webkit-input-placeholder,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-webkit-input-placeholder {
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-moz-placeholder,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-moz-placeholder,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-moz-placeholder,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-moz-placeholder,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-moz-placeholder,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-moz-placeholder,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-ms-input-placeholder,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-ms-input-placeholder,
:root[theme='test1_school_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-ms-input-placeholder,
:root[theme='test1_park_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_default_v1'] .system-header-search-wrap .searchBtn,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .searchBtn,
:root[theme='test1_school_v1'] .system-header-search-wrap .searchBtn,
:root[theme='test1_park_v1'] .system-header-search-wrap .searchBtn {
  position: absolute;
  top: 18px;
  right: 18px;
  height: 32px;
  width: 32px;
}
:root[theme='test1_default_v1'] .system-header-search-wrap .searchBtn .ant-btn,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .searchBtn .ant-btn,
:root[theme='test1_school_v1'] .system-header-search-wrap .searchBtn .ant-btn,
:root[theme='test1_park_v1'] .system-header-search-wrap .searchBtn .ant-btn {
  min-width: auto!important;
  border: none;
  background: transparent;
}
:root[theme='test1_default_v1'] .system-header-search-wrap .searchBtn .ant-btn > i,
:root[theme='test1_informaTion_v1'] .system-header-search-wrap .searchBtn .ant-btn > i,
:root[theme='test1_school_v1'] .system-header-search-wrap .searchBtn .ant-btn > i,
:root[theme='test1_park_v1'] .system-header-search-wrap .searchBtn .ant-btn > i {
  font-size: 14px;
  color: rgba(204, 204, 204, 0.6);
}
:root[theme='test1_default_v1'] .popup-msglist,
:root[theme='test1_informaTion_v1'] .popup-msglist,
:root[theme='test1_school_v1'] .popup-msglist,
:root[theme='test1_park_v1'] .popup-msglist {
  width: 288px;
  padding-top: 0;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-popover-arrow,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-popover-arrow,
:root[theme='test1_school_v1'] .popup-msglist .ant-popover-arrow,
:root[theme='test1_park_v1'] .popup-msglist .ant-popover-arrow {
  display: none;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-popover-inner-content,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-popover-inner-content,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-popover-inner-content,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-popover-inner,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-popover-inner,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-popover-inner,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-tabs-bar,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-tabs-bar,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-tabs-bar,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-tabs-bar {
  border-color: #DDD;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-tabs-nav,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-tabs-nav,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-tabs-nav,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-tabs-nav {
  width: 100%;
  padding: 0 24px;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab {
  width: 50%;
  margin: 0;
  text-align: center;
  color: #999999;
  opacity: 1;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_default_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:hover,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:hover,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:hover {
  opacity: 1;
  color: var(--theme-header-font-hover-color);
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:active,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:active,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:active,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:active {
  opacity: 1;
  color: var(--theme-header-font-selected-color);
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list {
  background: #ffffff;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list .ant-list-empty-text,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list .ant-list-empty-text,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list .ant-list-empty-text,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list .ant-list-empty-text {
  border-color: #DDD;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list .ant-list-empty-text .ant-empty-description,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list .ant-list-empty-text .ant-empty-description,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list .ant-list-empty-text .ant-empty-description,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list .ant-list-empty-text .ant-empty-description {
  color: #666666;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-footer .prev,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-footer .prev,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-footer .prev,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-footer .prev,
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-footer .next,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-footer .next,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-footer .next,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-footer .next {
  color: #666666;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-footer .prev:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-footer .prev:hover,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-footer .prev:hover,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-footer .prev:hover,
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-footer .next:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-footer .next:hover,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-footer .next:hover,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-footer .next:hover {
  color: var(--theme-header-font-hover-color);
  border-color: #DDD;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-footer .next,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-footer .next,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-footer .next,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-footer .next {
  border-color: #DDD;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-item:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-item:hover,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-item:hover,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-item:hover {
  background: #ECF5FF;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-item:last-child,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-item:last-child,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-item:last-child,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-item:last-child {
  border-color: #DDD!important;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-item-meta-avatar i,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-item-meta-avatar i,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-item-meta-avatar i,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-item-meta-avatar i {
  color: #666;
  opacity: 1;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list-item-meta-avatar i:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list-item-meta-avatar i:hover,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list-item-meta-avatar i:hover,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list-item-meta-avatar i:hover {
  opacity: 1;
  color: #666;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-title,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-title,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-title,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-title {
  color: #333;
  opacity: 1;
}
:root[theme='test1_default_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-description,
:root[theme='test1_informaTion_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-description,
:root[theme='test1_school_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-description,
:root[theme='test1_park_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-description {
  color: #999;
  opacity: 1;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-popover-inner,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-popover-inner,
:root[theme='test1_school_v1'] .popup-msglist .ant-popover-inner,
:root[theme='test1_park_v1'] .popup-msglist .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-popover-inner-content,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-popover-inner-content,
:root[theme='test1_school_v1'] .popup-msglist .ant-popover-inner-content,
:root[theme='test1_park_v1'] .popup-msglist .ant-popover-inner-content {
  padding: 12px 0 0;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-tabs-bar,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-tabs-bar,
:root[theme='test1_school_v1'] .popup-msglist .ant-tabs-bar,
:root[theme='test1_park_v1'] .popup-msglist .ant-tabs-bar {
  margin-bottom: 0;
  border-color: #757C8B;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-tabs-ink-bar,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-tabs-ink-bar,
:root[theme='test1_school_v1'] .popup-msglist .ant-tabs-ink-bar,
:root[theme='test1_park_v1'] .popup-msglist .ant-tabs-ink-bar {
  background: #777D86;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_school_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab,
:root[theme='test1_park_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab {
  color: #fff;
  opacity: 0.6;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_school_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_park_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_default_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:hover,
:root[theme='test1_school_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:hover,
:root[theme='test1_park_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:hover {
  color: #fff;
  opacity: 1;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:active,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:active,
:root[theme='test1_school_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:active,
:root[theme='test1_park_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:active {
  color: #777D86;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list,
:root[theme='test1_school_v1'] .popup-msglist .ant-list,
:root[theme='test1_park_v1'] .popup-msglist .ant-list {
  background: #3D4552;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list.ant-list-split .ant-list-item,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list.ant-list-split .ant-list-item,
:root[theme='test1_school_v1'] .popup-msglist .ant-list.ant-list-split .ant-list-item,
:root[theme='test1_park_v1'] .popup-msglist .ant-list.ant-list-split .ant-list-item {
  border-bottom: none;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list.ant-list-vertical .ant-list-item-meta-title,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list.ant-list-vertical .ant-list-item-meta-title,
:root[theme='test1_school_v1'] .popup-msglist .ant-list.ant-list-vertical .ant-list-item-meta-title,
:root[theme='test1_park_v1'] .popup-msglist .ant-list.ant-list-vertical .ant-list-item-meta-title {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  height: 16px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 220px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item {
  padding: 8px 16px;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item:hover,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item:hover,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item:hover {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-avatar,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-avatar,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-avatar,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-avatar,
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-title,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-title,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-title,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-title,
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-description,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-description,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-description,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-description {
  opacity: 1 !important;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item:last-child,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item:last-child,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item:last-child,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item:last-child {
  border-bottom: 1px solid #757C8B !important;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item-meta,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item-meta,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item-meta,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item-meta {
  margin-bottom: 0;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item-meta-avatar i,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item-meta-avatar i,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item-meta-avatar i,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item-meta-avatar i {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 10px 0;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-item-meta-description,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-item-meta-description,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-item-meta-description,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-item-meta-description {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  line-height: 14px;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer {
  padding: 0;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer .prev,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer .prev,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer .prev,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer .prev,
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer .next,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer .next,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer .next,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer .next {
  float: left;
  width: 50%;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: none;
  margin: 0;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer .prev:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer .prev:hover,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer .prev:hover,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer .prev:hover,
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer .next:hover,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer .next:hover,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer .next:hover,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer .next:hover {
  color: #ffffff;
  border-color: #757C8B;
  background: transparent;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer .prev:after,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer .prev:after,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer .prev:after,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer .prev:after,
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer .next:after,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer .next:after,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer .next:after,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer .next:after {
  display: none;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-footer .next,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-footer .next,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-footer .next,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-footer .next {
  border-left: 1px solid #757C8B;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-empty-text,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-empty-text,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-empty-text,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-empty-text {
  border-bottom: 1px solid #757C8B;
}
:root[theme='test1_default_v1'] .popup-msglist .ant-list-empty-text .ant-empty-description,
:root[theme='test1_informaTion_v1'] .popup-msglist .ant-list-empty-text .ant-empty-description,
:root[theme='test1_school_v1'] .popup-msglist .ant-list-empty-text .ant-empty-description,
:root[theme='test1_park_v1'] .popup-msglist .ant-list-empty-text .ant-empty-description {
  color: #fff;
  opacity: 0.6;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
:root[theme='test1_default_v1'] .system-header-logo,
:root[theme='test1_informaTion_v1'] .system-header-logo,
:root[theme='test1_school_v1'] .system-header-logo,
:root[theme='test1_park_v1'] .system-header-logo {
  float: left;
  margin: 12px;
  height: 40px;
}
:root[theme='test1_default_v1'] .system-header-logo a,
:root[theme='test1_informaTion_v1'] .system-header-logo a,
:root[theme='test1_school_v1'] .system-header-logo a,
:root[theme='test1_park_v1'] .system-header-logo a {
  display: inline-block;
  height: 40px;
  position: relative;
}
:root[theme='test1_default_v1'] .system-header-logo a img.special,
:root[theme='test1_informaTion_v1'] .system-header-logo a img.special,
:root[theme='test1_school_v1'] .system-header-logo a img.special,
:root[theme='test1_park_v1'] .system-header-logo a img.special {
  height: 40px;
  vertical-align: initial;
}
:root[theme='test1_default_v1'] .system-header-logo a span,
:root[theme='test1_informaTion_v1'] .system-header-logo a span,
:root[theme='test1_school_v1'] .system-header-logo a span,
:root[theme='test1_park_v1'] .system-header-logo a span {
  font-size: 20px;
  color: var(--theme-header-font-color);
  position: relative;
  top: -12px;
  left: 5px;
}
:root[theme='test1_default_v1'] .robot-header-logo,
:root[theme='test1_informaTion_v1'] .robot-header-logo,
:root[theme='test1_school_v1'] .robot-header-logo,
:root[theme='test1_park_v1'] .robot-header-logo {
  float: left;
  margin: -2px 0 10px 58px;
  height: 46px;
}
:root[theme='test1_default_v1'] .robot-header-logo,
:root[theme='test1_informaTion_v1'] .robot-header-logo,
:root[theme='test1_school_v1'] .robot-header-logo,
:root[theme='test1_park_v1'] .robot-header-logo {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .robot-header-logo .ant-dropdown-trigger,
:root[theme='test1_informaTion_v1'] .robot-header-logo .ant-dropdown-trigger,
:root[theme='test1_school_v1'] .robot-header-logo .ant-dropdown-trigger,
:root[theme='test1_park_v1'] .robot-header-logo .ant-dropdown-trigger {
  line-height: 1.5;
  padding: 8px 25px;
}
:root[theme='test1_default_v1'] .robot-header-logo .ant-dropdown-trigger:hover,
:root[theme='test1_informaTion_v1'] .robot-header-logo .ant-dropdown-trigger:hover,
:root[theme='test1_school_v1'] .robot-header-logo .ant-dropdown-trigger:hover,
:root[theme='test1_park_v1'] .robot-header-logo .ant-dropdown-trigger:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
:root[theme='test1_default_v1'] .robot-header-logo .ant-dropdown-trigger:hover .robot-logo,
:root[theme='test1_informaTion_v1'] .robot-header-logo .ant-dropdown-trigger:hover .robot-logo,
:root[theme='test1_school_v1'] .robot-header-logo .ant-dropdown-trigger:hover .robot-logo,
:root[theme='test1_park_v1'] .robot-header-logo .ant-dropdown-trigger:hover .robot-logo {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_default_v1'] .robot-header-logo .robot-logo,
:root[theme='test1_informaTion_v1'] .robot-header-logo .robot-logo,
:root[theme='test1_school_v1'] .robot-header-logo .robot-logo,
:root[theme='test1_park_v1'] .robot-header-logo .robot-logo {
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
}
:root[theme='test1_default_v1'] .robot-header-logo .system-header-item-user,
:root[theme='test1_informaTion_v1'] .robot-header-logo .system-header-item-user,
:root[theme='test1_school_v1'] .robot-header-logo .system-header-item-user,
:root[theme='test1_park_v1'] .robot-header-logo .system-header-item-user {
  color: var(--theme-header-font-color);
  font-size: 12px;
}
:root[theme='test1_default_v1'] .classified-tip,
:root[theme='test1_informaTion_v1'] .classified-tip,
:root[theme='test1_school_v1'] .classified-tip,
:root[theme='test1_park_v1'] .classified-tip {
  width: 500px;
  height: 28px;
  line-height: 28px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_default_v1'] .basicLayout-header,
:root[theme='test1_informaTion_v1'] .basicLayout-header,
:root[theme='test1_school_v1'] .basicLayout-header,
:root[theme='test1_park_v1'] .basicLayout-header {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: fixed;
}
:root[theme='test1_default_v1'] .modal-content-login-wraper .ant-modal-body,
:root[theme='test1_informaTion_v1'] .modal-content-login-wraper .ant-modal-body,
:root[theme='test1_school_v1'] .modal-content-login-wraper .ant-modal-body,
:root[theme='test1_park_v1'] .modal-content-login-wraper .ant-modal-body {
  padding-left: 0;
  padding-right: 0;
}
:root[theme='test1_default_v1'] .modal-content-login-wraper .modal-content-login,
:root[theme='test1_informaTion_v1'] .modal-content-login-wraper .modal-content-login,
:root[theme='test1_school_v1'] .modal-content-login-wraper .modal-content-login,
:root[theme='test1_park_v1'] .modal-content-login-wraper .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  font-size: 14px;
  color: #d3d3d3;
}
:root[theme='test1_default_v1'] .modal-content-login-wraper .modal-content-login .msg,
:root[theme='test1_informaTion_v1'] .modal-content-login-wraper .modal-content-login .msg,
:root[theme='test1_school_v1'] .modal-content-login-wraper .modal-content-login .msg,
:root[theme='test1_park_v1'] .modal-content-login-wraper .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme='test1_default_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_informaTion_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_school_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_park_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_default_v1'] .modal-content-login-wraper .modal-content-login .operation .close,
:root[theme='test1_informaTion_v1'] .modal-content-login-wraper .modal-content-login .operation .close,
:root[theme='test1_school_v1'] .modal-content-login-wraper .modal-content-login .operation .close,
:root[theme='test1_park_v1'] .modal-content-login-wraper .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme='test1_default_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_informaTion_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_school_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_park_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme='test1_default_v1'] .modal-content-login-wraper .modal-content-login .operation .close,
:root[theme='test1_informaTion_v1'] .modal-content-login-wraper .modal-content-login .operation .close,
:root[theme='test1_school_v1'] .modal-content-login-wraper .modal-content-login .operation .close,
:root[theme='test1_park_v1'] .modal-content-login-wraper .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme='test1_default_v1'] .modal-content-message,
:root[theme='test1_informaTion_v1'] .modal-content-message,
:root[theme='test1_school_v1'] .modal-content-message,
:root[theme='test1_park_v1'] .modal-content-message {
  margin: 0;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  max-height: 491px;
  overflow: auto;
  margin-bottom: 0;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li:last-child,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li:last-child,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li:last-child,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li:last-child {
  border-bottom: 1px solid transparent;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li p,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li p,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li p,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li p {
  margin: 0;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li svg,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li svg,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li svg,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li svg {
  color: #2f8cfc;
  font-size: 16px;
  margin-right: 5px;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li .messag-box-title,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li .messag-box-title,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li .messag-box-title,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li .messag-box-title {
  font-weight: 700;
  position: relative;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li .messag-box-title span:last-child,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li .messag-box-title span:last-child,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li .messag-box-title span:last-child,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li .messag-box-title span:last-child {
  float: right;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li .messag-box-title:first-child::after,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li .messag-box-title:first-child::after,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li .messag-box-title:first-child::after,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li .messag-box-title:first-child::after {
  content: '';
  width: 6px;
  height: 6px;
  background: red;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: 13px;
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li .messag-box-text,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li .messag-box-text,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li .messag-box-text,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li .messag-box-text {
  margin: 5px 0;
  width: 88%;
  height: 21px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* 显示省略号 */
}
:root[theme='test1_default_v1'] .modal-content-message .content-messag-box li .messag-box-time span:first-child,
:root[theme='test1_informaTion_v1'] .modal-content-message .content-messag-box li .messag-box-time span:first-child,
:root[theme='test1_school_v1'] .modal-content-message .content-messag-box li .messag-box-time span:first-child,
:root[theme='test1_park_v1'] .modal-content-message .content-messag-box li .messag-box-time span:first-child {
  width: 100px;
  display: inline-block;
}
:root[theme='test1_default_v1'] .modal-content-message .ant-modal-body,
:root[theme='test1_informaTion_v1'] .modal-content-message .ant-modal-body,
:root[theme='test1_school_v1'] .modal-content-message .ant-modal-body,
:root[theme='test1_park_v1'] .modal-content-message .ant-modal-body {
  padding: 0;
  margin: 32px 16px 32px 16px;
}
:root[theme='test1_default_v1'] .modal-content-message .ant-modal-footer,
:root[theme='test1_informaTion_v1'] .modal-content-message .ant-modal-footer,
:root[theme='test1_school_v1'] .modal-content-message .ant-modal-footer,
:root[theme='test1_park_v1'] .modal-content-message .ant-modal-footer {
  padding-right: 15px;
}
:root[theme='test1_default_v1'] .modal-content-logut-wraper.ant-modal,
:root[theme='test1_informaTion_v1'] .modal-content-logut-wraper.ant-modal,
:root[theme='test1_school_v1'] .modal-content-logut-wraper.ant-modal,
:root[theme='test1_park_v1'] .modal-content-logut-wraper.ant-modal {
  position: static;
  margin: 0;
}
:root[theme='test1_default_v1'] .zhcz-oa-header,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header,
:root[theme='test1_school_v1'] .zhcz-oa-header,
:root[theme='test1_park_v1'] .zhcz-oa-header {
  height: 64px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_default_v1'] .zhcz-oa-header .system-header-search-wrap .ant-select .ant-select-selection,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header .system-header-search-wrap .ant-select .ant-select-selection,
:root[theme='test1_school_v1'] .zhcz-oa-header .system-header-search-wrap .ant-select .ant-select-selection,
:root[theme='test1_park_v1'] .zhcz-oa-header .system-header-search-wrap .ant-select .ant-select-selection {
  background: #fff;
}
:root[theme='test1_default_v1'] .zhcz-oa-header .system-header-logo a,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header .system-header-logo a,
:root[theme='test1_school_v1'] .zhcz-oa-header .system-header-logo a,
:root[theme='test1_park_v1'] .zhcz-oa-header .system-header-logo a {
  width: 302px;
  background-image: url(/asset/oa_logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
:root[theme='test1_default_v1'] .zhcz-oa-header .system-header-logo a img,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header .system-header-logo a img,
:root[theme='test1_school_v1'] .zhcz-oa-header .system-header-logo a img,
:root[theme='test1_park_v1'] .zhcz-oa-header .system-header-logo a img {
  display: none;
}
:root[theme='test1_default_v1'] .zhcz-oa-header .system-header-logo a span,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header .system-header-logo a span,
:root[theme='test1_school_v1'] .zhcz-oa-header .system-header-logo a span,
:root[theme='test1_park_v1'] .zhcz-oa-header .system-header-logo a span {
  display: none;
}
:root[theme='test1_default_v1'] .zhcz-oa-header .system-header-item.oa-contorl-year-none,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header .system-header-item.oa-contorl-year-none,
:root[theme='test1_school_v1'] .zhcz-oa-header .system-header-item.oa-contorl-year-none,
:root[theme='test1_park_v1'] .zhcz-oa-header .system-header-item.oa-contorl-year-none {
  display: none;
}
:root[theme='test1_default_v1'] .zhcz-oa-header .system-header-item .header-icon,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header .system-header-item .header-icon,
:root[theme='test1_school_v1'] .zhcz-oa-header .system-header-item .header-icon,
:root[theme='test1_park_v1'] .zhcz-oa-header .system-header-item .header-icon,
:root[theme='test1_default_v1'] .zhcz-oa-header .system-header-item i .system-header-item-user,
:root[theme='test1_informaTion_v1'] .zhcz-oa-header .system-header-item i .system-header-item-user,
:root[theme='test1_school_v1'] .zhcz-oa-header .system-header-item i .system-header-item-user,
:root[theme='test1_park_v1'] .zhcz-oa-header .system-header-item i .system-header-item-user {
  opacity: 0.8;
  font-size: 12px;
}
:root[theme='test1_default_v1'] .loginOutClass .ant-modal-confirm-btns .ant-btn:first-child,
:root[theme='test1_informaTion_v1'] .loginOutClass .ant-modal-confirm-btns .ant-btn:first-child,
:root[theme='test1_school_v1'] .loginOutClass .ant-modal-confirm-btns .ant-btn:first-child,
:root[theme='test1_park_v1'] .loginOutClass .ant-modal-confirm-btns .ant-btn:first-child {
  display: none !important;
}
:root[theme='test1_default_v1'] .system-header-search-oa,
:root[theme='test1_informaTion_v1'] .system-header-search-oa,
:root[theme='test1_school_v1'] .system-header-search-oa,
:root[theme='test1_park_v1'] .system-header-search-oa {
  display: none;
}
:root[theme='test1_default_v1'] .privacy-box,
:root[theme='test1_informaTion_v1'] .privacy-box,
:root[theme='test1_school_v1'] .privacy-box,
:root[theme='test1_park_v1'] .privacy-box {
  padding: 0px 15px;
}
:root[theme='test1_default_v1'] .privacy-box .privacy-title,
:root[theme='test1_informaTion_v1'] .privacy-box .privacy-title,
:root[theme='test1_school_v1'] .privacy-box .privacy-title,
:root[theme='test1_park_v1'] .privacy-box .privacy-title {
  width: 100%;
  text-align: center;
}
:root[theme='test1_default_v1'] .privacy-box .privacy-content,
:root[theme='test1_informaTion_v1'] .privacy-box .privacy-content,
:root[theme='test1_school_v1'] .privacy-box .privacy-content,
:root[theme='test1_park_v1'] .privacy-box .privacy-content {
  text-indent: 2em;
}
:root[theme='test1_default_v1'] .ant-layout-header,
:root[theme='test1_informaTion_v1'] .ant-layout-header,
:root[theme='test1_school_v1'] .ant-layout-header,
:root[theme='test1_park_v1'] .ant-layout-header {
  height: 64px;
  background-image: var(--theme-header-bg-image);
  background-color: var(--theme-header-bg-color);
}
:root[theme='test1_default_v1'] .test1_park_v1_bg,
:root[theme='test1_informaTion_v1'] .test1_park_v1_bg,
:root[theme='test1_school_v1'] .test1_park_v1_bg,
:root[theme='test1_park_v1'] .test1_park_v1_bg {
  background-image: url(/asset/test1_park_bg.png);
}
:root[theme='test1_default_v1'] .test1_park_v1_bg .system-header-logo a img.special,
:root[theme='test1_informaTion_v1'] .test1_park_v1_bg .system-header-logo a img.special,
:root[theme='test1_school_v1'] .test1_park_v1_bg .system-header-logo a img.special,
:root[theme='test1_park_v1'] .test1_park_v1_bg .system-header-logo a img.special {
  margin: 0 12px 0 12px;
}
:root[theme='test1_default_v1'] .nsp-uum .booksetBox .ant-modal-body,
:root[theme='test1_informaTion_v1'] .nsp-uum .booksetBox .ant-modal-body,
:root[theme='test1_school_v1'] .nsp-uum .booksetBox .ant-modal-body,
:root[theme='test1_park_v1'] .nsp-uum .booksetBox .ant-modal-body {
  max-height: none;
}
:root[theme='test1_default_v1'] .nsp-uum .booksetBox .booksetBox-table .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_informaTion_v1'] .nsp-uum .booksetBox .booksetBox-table .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_school_v1'] .nsp-uum .booksetBox .booksetBox-table .ant-table-tbody > tr.ant-table-row-selected td,
:root[theme='test1_park_v1'] .nsp-uum .booksetBox .booksetBox-table .ant-table-tbody > tr.ant-table-row-selected td {
  background: #f5f7fa!important;
}
:root[theme='test1_default_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-icon,
:root[theme='test1_informaTion_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-icon,
:root[theme='test1_school_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-icon,
:root[theme='test1_park_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-icon {
  font-size: 30px;
}
:root[theme='test1_default_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-message,
:root[theme='test1_informaTion_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-message,
:root[theme='test1_school_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-message,
:root[theme='test1_park_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-message {
  font-size: 18px;
  font-weight: 700;
  color: red;
}
:root[theme='test1_default_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-description,
:root[theme='test1_informaTion_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-description,
:root[theme='test1_school_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-description,
:root[theme='test1_park_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-description {
  color: red;
}
:root[theme='test1_default_v1'] .login-notice-modal .ant-modal-header,
:root[theme='test1_informaTion_v1'] .login-notice-modal .ant-modal-header,
:root[theme='test1_school_v1'] .login-notice-modal .ant-modal-header,
:root[theme='test1_park_v1'] .login-notice-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_default_v1'] .login-notice-modal .ant-modal-body,
:root[theme='test1_informaTion_v1'] .login-notice-modal .ant-modal-body,
:root[theme='test1_school_v1'] .login-notice-modal .ant-modal-body,
:root[theme='test1_park_v1'] .login-notice-modal .ant-modal-body {
  height: 520px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list {
  height: 460px;
  margin-bottom: 10px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list .login-notice-list-box,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list .login-notice-list-box,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list .login-notice-list-box,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list .login-notice-list-box {
  height: 100%;
  width: 100%;
  position: relative;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title {
  width: 100%;
  position: absolute;
  background: #fff;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text {
  height: 100%;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list2,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list2,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list2,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list2 {
  height: 340px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-file,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-file,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-file,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-file {
  height: 110px;
  margin-bottom: 10px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-file .login-notice-file-box,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-file .login-notice-file-box,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-file .login-notice-file-box,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-file .login-notice-file-box {
  height: 88px;
  overflow: auto;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p {
  margin-bottom: 0px;
  color: #1990ff;
  cursor: pointer;
  font-size: 14px;
}
:root[theme='test1_default_v1'] .login-notice-modal .login-notice-list-CqPagination,
:root[theme='test1_informaTion_v1'] .login-notice-modal .login-notice-list-CqPagination,
:root[theme='test1_school_v1'] .login-notice-modal .login-notice-list-CqPagination,
:root[theme='test1_park_v1'] .login-notice-modal .login-notice-list-CqPagination {
  text-align: center;
}
:root[theme='test1_default_v1'] .login-notice-modal-home .ant-modal-body,
:root[theme='test1_informaTion_v1'] .login-notice-modal-home .ant-modal-body,
:root[theme='test1_school_v1'] .login-notice-modal-home .ant-modal-body,
:root[theme='test1_park_v1'] .login-notice-modal-home .ant-modal-body {
  margin-bottom: 32px;
}
:root[theme='test1_default_v1'] .theme-item,
:root[theme='test1_informaTion_v1'] .theme-item,
:root[theme='test1_school_v1'] .theme-item,
:root[theme='test1_park_v1'] .theme-item {
  width: 100%;
  height: 80px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
:root[theme='test1_default_v1'] .theme-item:hover,
:root[theme='test1_informaTion_v1'] .theme-item:hover,
:root[theme='test1_school_v1'] .theme-item:hover,
:root[theme='test1_park_v1'] .theme-item:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
:root[theme='test1_default_v1'] .theme-item.active,
:root[theme='test1_informaTion_v1'] .theme-item.active,
:root[theme='test1_school_v1'] .theme-item.active,
:root[theme='test1_park_v1'] .theme-item.active {
  -webkit-box-shadow: 0 0 0 2px #1890ff, 0 0 10px rgba(24, 144, 255, 0.3);
          box-shadow: 0 0 0 2px #1890ff, 0 0 10px rgba(24, 144, 255, 0.3);
}
:root[theme='test1_default_v1'] .theme-name,
:root[theme='test1_informaTion_v1'] .theme-name,
:root[theme='test1_school_v1'] .theme-name,
:root[theme='test1_park_v1'] .theme-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  text-align: center;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
@font-face {
  font-family: 'PuHuiti';
  src: url(/asset/PuHuiTi-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root[theme='test1_ningHai_v1'] .system-header-item + .system-header-item {
  margin-right: 32px;
}
:root[theme='test1_ningHai_v1'] .system-header-item {
  font-size: 12px;
  float: right;
  width: 48px;
  height: 64px;
  text-align: center;
  padding: 14px 0;
  color: var(--theme-header-font-color);
}
:root[theme='test1_ningHai_v1'] .system-header-item .ant-dropdown-trigger {
  height: 50px;
}
:root[theme='test1_ningHai_v1'] .system-header-item .ant-dropdown-trigger:hover {
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .system-header-item .system-header-item-user {
  display: block;
  margin-top: 4px;
  line-height: 16px;
  font-size: 12px;
  opacity: 0.6;
}
:root[theme='test1_ningHai_v1'] .system-header-item .system-header-item-user.normal {
  margin-top: 6px;
}
:root[theme='test1_ningHai_v1'] .system-header-item .clearDefalutStyle {
  text-decoration: none;
  color: #fff;
}
:root[theme='test1_ningHai_v1'] .system-header-item .system-header-item-switcher {
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .system-header-item .header-icon {
  opacity: 0.6;
  display: block;
  font-size: 24px;
  color: #fff;
  margin: auto;
}
:root[theme='test1_ningHai_v1'] .system-header-item .header-icon.normal {
  font-size: 24px;
  margin: 2px 0;
}
:root[theme='test1_ningHai_v1'] .system-header-item i {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
:root[theme='test1_ningHai_v1'] .system-header-item.special .header-icon {
  opacity: 1;
  font-size: 24px;
}
:root[theme='test1_ningHai_v1'] .system-header-item.special .system-header-item-user {
  opacity: 0.8;
  font-size: 12px;
}
:root[theme='test1_ningHai_v1'] .system-header-item.special .ant-badge-count {
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .system-header-item .ant-badge {
  display: block;
}
:root[theme='test1_ningHai_v1'] .system-header-item .ant-badge-count {
  opacity: 0.6;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  background: #FA5555;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:root[theme='test1_ningHai_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only {
  height: 16px;
}
:root[theme='test1_ningHai_v1'] .system-header-item .ant-badge-count .ant-scroll-number-only p {
  height: 16px;
}
:root[theme='test1_ningHai_v1'] .system-header-item .ant-badge-multiple-words {
  padding: 0 6px;
}
:root[theme='test1_ningHai_v1'] .system-header-item:hover {
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .system-header-item:hover .system-header-item-user,
:root[theme='test1_ningHai_v1'] .system-header-item:hover .ant-badge-count {
  opacity: 1;
  font-size: 12px;
}
:root[theme='test1_ningHai_v1'] .system-header-item:hover .ant-badge,
:root[theme='test1_ningHai_v1'] .system-header-item:hover .header-icon {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_ningHai_v1'] .system-header-item:hover i {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_ningHai_v1'] .system-header-item.headerSearch {
  width: 128px;
}
:root[theme='test1_ningHai_v1'] .system-header-item-park {
  width: initial;
}
:root[theme='test1_ningHai_v1'] .system-header-item-park .ant-dropdown-park {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: auto;
  line-height: 40px;
}
:root[theme='test1_ningHai_v1'] .system-header-item-park .ant-dropdown-park > i {
  width: initial;
  height: auto;
}
:root[theme='test1_ningHai_v1'] .system-header-item-park:hover i {
  -webkit-animation: none;
     -moz-animation: none;
          animation: none;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap {
  height: 64px;
  width: 340px;
  float: right;
  padding: 18px 18px 0 0;
  position: relative;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection {
  background: #fff;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection .ant-select-selection-selected-value {
  color: #999;
  opacity: 1 !important;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap.special .ant-select .ant-select-selection input {
  color: #333;
  opacity: 1 !important;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap.special .searchBtn .ant-btn > i {
  color: #CCC;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select {
  display: block;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select .ant-select-selection {
  border: none;
  padding-right: 22px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select .ant-select-selection .ant-select-selection-selected-value {
  color: #FFF;
  opacity: .5 !important;
  font-family: 'Microsoft Yahei';
  font-size: 14px;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select .ant-select-selection input {
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-webkit-input-placeholder {
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select .ant-select-selection input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .ant-select .ant-select-selection input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
  font-family: 'Microsoft Yahei';
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .searchBtn {
  position: absolute;
  top: 18px;
  right: 18px;
  height: 32px;
  width: 32px;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .searchBtn .ant-btn {
  min-width: auto!important;
  border: none;
  background: transparent;
}
:root[theme='test1_ningHai_v1'] .system-header-search-wrap .searchBtn .ant-btn > i {
  font-size: 14px;
  color: rgba(204, 204, 204, 0.6);
}
:root[theme='test1_ningHai_v1'] .popup-msglist {
  width: 288px;
  padding-top: 0;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-popover-arrow {
  display: none;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-popover-inner-content {
  padding: 0;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-popover-inner {
  background: #ffffff;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-tabs-bar {
  border-color: #DDD;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-tabs-nav {
  width: 100%;
  padding: 0 24px;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab {
  width: 50%;
  margin: 0;
  text-align: center;
  color: #999999;
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:hover {
  opacity: 1;
  color: var(--theme-header-font-hover-color);
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-tabs-nav .ant-tabs-tab:active {
  opacity: 1;
  color: var(--theme-header-font-selected-color);
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list {
  background: #ffffff;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list .ant-list-empty-text {
  border-color: #DDD;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list .ant-list-empty-text .ant-empty-description {
  color: #666666;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-footer .prev,
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-footer .next {
  color: #666666;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-footer .prev:hover,
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-footer .next:hover {
  color: var(--theme-header-font-hover-color);
  border-color: #DDD;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-footer .next {
  border-color: #DDD;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-item:hover {
  background: #ECF5FF;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-item:last-child {
  border-color: #DDD!important;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-item-meta-avatar i {
  color: #666;
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list-item-meta-avatar i:hover {
  opacity: 1;
  color: #666;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-title {
  color: #333;
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .popup-msglist.special .ant-list.ant-list-vertical .ant-list-item-meta-description {
  color: #999;
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-popover-inner {
  background: #3D4552;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-popover-inner-content {
  padding: 12px 0 0;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-tabs-bar {
  margin-bottom: 0;
  border-color: #757C8B;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-tabs-ink-bar {
  background: #777D86;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab {
  color: #fff;
  opacity: 0.6;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab-active,
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:hover {
  color: #fff;
  opacity: 1;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-tabs-nav .ant-tabs-tab:active {
  color: #777D86;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list {
  background: #3D4552;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list.ant-list-split .ant-list-item {
  border-bottom: none;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list.ant-list-vertical .ant-list-item-meta-title {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  height: 16px;
  line-height: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 220px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item {
  padding: 8px 16px;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item:hover {
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-avatar,
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-title,
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item:hover .ant-list-item-meta-description {
  opacity: 1 !important;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item:last-child {
  border-bottom: 1px solid #757C8B !important;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item-meta {
  margin-bottom: 0;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item-meta-avatar i {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 10px 0;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-item-meta-description {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  line-height: 14px;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer {
  padding: 0;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer .prev,
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer .next {
  float: left;
  width: 50%;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: none;
  margin: 0;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer .prev:hover,
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer .next:hover {
  color: #ffffff;
  border-color: #757C8B;
  background: transparent;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer .prev:after,
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer .next:after {
  display: none;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-footer .next {
  border-left: 1px solid #757C8B;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-empty-text {
  border-bottom: 1px solid #757C8B;
}
:root[theme='test1_ningHai_v1'] .popup-msglist .ant-list-empty-text .ant-empty-description {
  color: #fff;
  opacity: 0.6;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
:root[theme='test1_ningHai_v1'] .system-header-logo {
  float: left;
  margin: 12px;
  height: 40px;
}
:root[theme='test1_ningHai_v1'] .system-header-logo a {
  display: inline-block;
  height: 40px;
  position: relative;
}
:root[theme='test1_ningHai_v1'] .system-header-logo a img.special {
  width: 40px;
  height: 40px;
  vertical-align: initial;
}
:root[theme='test1_ningHai_v1'] .system-header-logo a span {
  font-size: 20px;
  color: var(--theme-header-font-color);
  position: relative;
  top: -12px;
  left: 12px;
}
:root[theme='test1_ningHai_v1'] .robot-header-logo {
  float: left;
  margin: -2px 0 10px 58px;
  height: 46px;
}
:root[theme='test1_ningHai_v1'] .robot-header-logo {
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .robot-header-logo .ant-dropdown-trigger {
  line-height: 1.5;
  padding: 8px 25px;
}
:root[theme='test1_ningHai_v1'] .robot-header-logo .ant-dropdown-trigger:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
:root[theme='test1_ningHai_v1'] .robot-header-logo .ant-dropdown-trigger:hover .robot-logo {
  opacity: 1;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  -moz-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
:root[theme='test1_ningHai_v1'] .robot-header-logo .robot-logo {
  margin: 0 auto;
  display: block;
  width: 32px;
  height: 32px;
}
:root[theme='test1_ningHai_v1'] .robot-header-logo .system-header-item-user {
  color: var(--theme-header-font-color);
  font-size: 12px;
}
:root[theme='test1_ningHai_v1'] .classified-tip {
  width: 500px;
  height: 28px;
  line-height: 28px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 99;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_ningHai_v1'] .basicLayout-header {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: fixed;
}
:root[theme='test1_ningHai_v1'] .modal-content-login-wraper .ant-modal-body {
  padding-left: 0;
  padding-right: 0;
}
:root[theme='test1_ningHai_v1'] .modal-content-login-wraper .modal-content-login {
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 48px;
  font-size: 14px;
  color: #d3d3d3;
}
:root[theme='test1_ningHai_v1'] .modal-content-login-wraper .modal-content-login .msg {
  font-size: 16px;
  color: #4a566b;
}
:root[theme='test1_ningHai_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds,
:root[theme='test1_ningHai_v1'] .modal-content-login-wraper .modal-content-login .operation .close {
  color: #2f8cfc;
}
:root[theme='test1_ningHai_v1'] .modal-content-login-wraper .modal-content-login .operation .seconds {
  margin-right: 5px;
}
:root[theme='test1_ningHai_v1'] .modal-content-login-wraper .modal-content-login .operation .close {
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .modal-content-message {
  margin: 0;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  max-height: 491px;
  overflow: auto;
  margin-bottom: 0;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li:last-child {
  border-bottom: 1px solid transparent;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li p {
  margin: 0;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li svg {
  color: #2f8cfc;
  font-size: 16px;
  margin-right: 5px;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li .messag-box-title {
  font-weight: 700;
  position: relative;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li .messag-box-title span:last-child {
  float: right;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li .messag-box-title:first-child::after {
  content: '';
  width: 6px;
  height: 6px;
  background: red;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0;
  left: 13px;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li .messag-box-text {
  margin: 5px 0;
  width: 88%;
  height: 21px;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* 显示省略号 */
}
:root[theme='test1_ningHai_v1'] .modal-content-message .content-messag-box li .messag-box-time span:first-child {
  width: 100px;
  display: inline-block;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .ant-modal-body {
  padding: 0;
  margin: 32px 16px 32px 16px;
}
:root[theme='test1_ningHai_v1'] .modal-content-message .ant-modal-footer {
  padding-right: 15px;
}
:root[theme='test1_ningHai_v1'] .modal-content-logut-wraper.ant-modal {
  position: static;
  margin: 0;
}
:root[theme='test1_ningHai_v1'] .zhcz-oa-header {
  height: 64px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
:root[theme='test1_ningHai_v1'] .zhcz-oa-header .system-header-search-wrap .ant-select .ant-select-selection {
  background: #fff;
}
:root[theme='test1_ningHai_v1'] .zhcz-oa-header .system-header-logo a {
  width: 302px;
  background-image: url(/asset/oa_logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
:root[theme='test1_ningHai_v1'] .zhcz-oa-header .system-header-logo a img {
  display: none;
}
:root[theme='test1_ningHai_v1'] .zhcz-oa-header .system-header-logo a span {
  display: none;
}
:root[theme='test1_ningHai_v1'] .zhcz-oa-header .system-header-item.oa-contorl-year-none {
  display: none;
}
:root[theme='test1_ningHai_v1'] .zhcz-oa-header .system-header-item .header-icon,
:root[theme='test1_ningHai_v1'] .zhcz-oa-header .system-header-item i .system-header-item-user {
  opacity: 0.8;
  font-size: 12px;
}
:root[theme='test1_ningHai_v1'] .loginOutClass .ant-modal-confirm-btns .ant-btn:first-child {
  display: none !important;
}
:root[theme='test1_ningHai_v1'] .system-header-search-oa {
  display: none;
}
:root[theme='test1_ningHai_v1'] .privacy-box {
  padding: 0px 15px;
}
:root[theme='test1_ningHai_v1'] .privacy-box .privacy-title {
  width: 100%;
  text-align: center;
}
:root[theme='test1_ningHai_v1'] .privacy-box .privacy-content {
  text-indent: 2em;
}
:root[theme='test1_ningHai_v1'] .ant-layout-header {
  height: 64px;
  font-family: 'PuHuiti';
  background-image: var(--theme-header-bg-image);
  background-color: var(--theme-header-bg-color);
}
:root[theme='test1_ningHai_v1'] .nsp-uum .booksetBox .ant-modal-body {
  max-height: none;
}
:root[theme='test1_ningHai_v1'] .nsp-uum .booksetBox .booksetBox-table .ant-table-tbody > tr.ant-table-row-selected td {
  background: #f5f7fa!important;
}
:root[theme='test1_ningHai_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-icon {
  font-size: 30px;
}
:root[theme='test1_ningHai_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-message {
  font-size: 18px;
  font-weight: 700;
  color: red;
}
:root[theme='test1_ningHai_v1'] .isGetNoticeRealTime-notice .ant-notification-notice-description {
  color: red;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .ant-modal-header {
  display: none;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .ant-modal-body {
  height: 520px;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-list {
  height: 460px;
  margin-bottom: 10px;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-list .login-notice-list-box {
  height: 100%;
  width: 100%;
  position: relative;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-title {
  width: 100%;
  position: absolute;
  background: #fff;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-list .login-notice-list-box .login-notice-list-text {
  height: 100%;
  overflow: auto;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-list2 {
  height: 340px;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-file {
  height: 110px;
  margin-bottom: 10px;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-file .login-notice-file-box {
  height: 88px;
  overflow: auto;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-file .login-notice-file-box p {
  margin-bottom: 0px;
  color: #1990ff;
  cursor: pointer;
  font-size: 14px;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal .login-notice-list-CqPagination {
  text-align: center;
}
:root[theme='test1_ningHai_v1'] .login-notice-modal-home .ant-modal-body {
  margin-bottom: 32px;
}
:root[theme='test1_ningHai_v1'] .theme-item {
  width: 100%;
  height: 80px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
:root[theme='test1_ningHai_v1'] .theme-item:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
:root[theme='test1_ningHai_v1'] .theme-item.active {
  -webkit-box-shadow: 0 0 0 2px #1890ff, 0 0 10px rgba(24, 144, 255, 0.3);
          box-shadow: 0 0 0 2px #1890ff, 0 0 10px rgba(24, 144, 255, 0.3);
}
:root[theme='test1_ningHai_v1'] .theme-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  text-align: center;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.hiddenTopMenu .page-tab-global {
  display: none;
}
.hiddenTopMenu #bifrostic {
  height: 100% !important;
}
.CqLayout .ant-layout-sider {
  height: -webkit-calc(100vh - 114px);
  height: -moz-calc(100vh - 114px);
  height: calc(100vh - 114px);
}
.CqLayout .ant-layout-sider-trigger {
  background: #000;
  height: 50px;
}
.CqLayout .ant-layout-sider-trigger .anticon {
  color: #808080;
}
.CqLayout .ant-layout-sider-trigger:hover .anticon {
  color: #fff;
}
.CqLayout .home-layout .layout-header {
  background: '#fff';
  padding: 0;
}
.CqLayout .home-layout .layout-content {
  margin: '24px 16px 0';
  height: 100%;
}
.CqLayout .home-layout .layout-content-div {
  background: '#fff';
  min-height: 360;
  height: 100%;
}
.CqLayout .home .home-content {
  padding: 16px;
  padding-bottom: 0;
}
.CqLayout .home ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #DDDD;
}
.CqLayout .home ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #DADADA;
}
.CqLayout .home ::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #e8e8e8;
}
.CqLayout .home-content {
  background: #fff;
  min-height: 360px;
  height: -webkit-calc(100% - 36px + 1px);
  height: -moz-calc(100% - 36px + 1px);
  height: calc(100% - 36px + 1px);
  padding: 32px;
  position: absolute;
  width: 100%;
  overflow: auto;
}
.CqLayout .spin-content-cq .ant-spin-nested-loading > div > .ant-spin {
  z-index: 2001 !important;
}
.CqLayout .spin-content-cq .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  z-index: 2002 !important;
}
.CqLayout .spin-content-cq .ant-spin-blur {
  z-index: 2000 !important;
  opacity: .8;
}
.CqLayout .spin-content-cq .ant-spin-blur:after {
  opacity: .9 !important;
}
.CqLayout .layout-content {
  height: 100%;
}
.CqLayout .span-content {
  height: 100%;
}
.CqLayout .ant-spin-nested-loading {
  height: 100%;
}
.CqLayout .ant-spin-container {
  height: 100%;
}
.CqLayout .ant-spin-container:after {
  content: none;
  z-index: -99 !important;
}
.CqLayout-park {
  background: #EFF8FF;
}
.CqLayout-park .ant-layout-sider-trigger {
  display: none;
}
.CqLayout-park .ant-layout-has-sider {
  background: #EFF8FF;
}
.CqLayout-park .ant-layout-sider {
  height: -webkit-calc(100vh - 64px);
  height: -moz-calc(100vh - 64px);
  height: calc(100vh - 64px);
  background: #015CF6;
  padding: 0;
}
.ant-dropdown.layout-overlay .ant-dropdown-menu {
  padding: 8px 0;
  background-color: #3C4451;
}
.ant-dropdown.layout-overlay .ant-dropdown-menu.special {
  background: #ffffff;
  max-height: 200px;
  overflow: auto;
}
.ant-dropdown.layout-overlay .ant-dropdown-menu.special .ant-dropdown-menu-item {
  color: rgba(102, 102, 102, 0.8);
}
.ant-dropdown.layout-overlay .ant-dropdown-menu.special .ant-dropdown-menu-item:hover,
.ant-dropdown.layout-overlay .ant-dropdown-menu.special .ant-dropdown-menu-item-selected {
  color: #666666;
  background: #ECF5FF;
}
.ant-dropdown.layout-overlay .ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 4px 12px;
  color: rgba(255, 255, 255, 0.6);
}
.ant-dropdown.layout-overlay .ant-dropdown-menu .ant-dropdown-menu-item:hover,
.ant-dropdown.layout-overlay .ant-dropdown-menu .ant-dropdown-menu-item-selected {
  color: #fff;
  background: #282F39;
}
.ant-dropdown.layout-overlay.special .ant-dropdown-menu {
  background: #ffffff;
}
.ant-dropdown.layout-overlay.special .ant-dropdown-menu .ant-dropdown-menu-item {
  color: rgba(102, 102, 102, 0.8);
}
.ant-dropdown.layout-overlay.special .ant-dropdown-menu .ant-dropdown-menu-item:hover,
.ant-dropdown.layout-overlay.special .ant-dropdown-menu .ant-dropdown-menu-item-selected {
  color: #666666;
  background: #ECF5FF;
}
:root[theme='test1_default_v1'] .home-content,
:root[theme='test1_school_v1'] .home-content,
:root[theme='test1_ningHai_v1'] .home-content,
:root[theme='test1_park_v1'] .home-content {
  padding: 20px;
}
:root[theme='test1_default_v1'] .cqHideSiderMenuNone,
:root[theme='test1_school_v1'] .cqHideSiderMenuNone,
:root[theme='test1_ningHai_v1'] .cqHideSiderMenuNone,
:root[theme='test1_park_v1'] .cqHideSiderMenuNone {
  display: none;
}
:root[theme='test1_pingAn_v1'] .home-content {
  padding: 32px;
}

:root[themecolor="blue"] {
  --theme-color: #1f7fff;
  --theme-btn-primary-hover: #2a8dff;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1f7fff;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1f7fff;
  --theme-header-font-selected-color: #1f7fff;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1f7fff;
  --theme-meun-bg-color2: #0058D4;
  --theme-meun-bg-color3: #0052C0 ;
  --theme-meun-bg-color4: #004DAC ;
  --theme-meun-bg-hover-color: #178CFF;
  --theme-meun-bg-selected-color: #178CFF;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #0058D4 ;
  --theme-meun-shrink-bg-color3: #0052C0 ;
  --theme-meun-shrink-bg-color4: #004DAC ;
}
:root[themecolor="violet"] {
  --theme-color: #7B1FA2;
  --theme-btn-primary-hover: #7B1Fc2;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #7B1FA2;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #7B1FA2;
  --theme-header-font-selected-color: #7B1FA2;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #7B1FA2;
  --theme-meun-bg-color2: #7B1Fb2;
  --theme-meun-bg-color3: #7B1Fc2 ;
  --theme-meun-bg-color4: #7B1FA2 ;
  --theme-meun-bg-hover-color: #7B1Fc2;
  --theme-meun-bg-selected-color: #7B1Fc2;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
}
:root[themecolor="green"] {
  --theme-color: #1E9993;
  --theme-btn-primary-hover: #62b8b3;
  --theme-header-bg-image: none;
  --theme-header-bg-color: #1E9993;
  --theme-header-font-color: #fff;
  --theme-header-font-hover-color: #1E9993;
  --theme-header-font-selected-color: #1E9993;
  --theme-meun-bg-image: none;
  --theme-meun-bg-color: #1E9993;
  --theme-meun-bg-color2: transparent;
  --theme-meun-bg-color3: transparent ;
  --theme-meun-bg-color4: transparent ;
  --theme-meun-bg-hover-color: transparent;
  --theme-meun-bg-selected-color: transparent;
  --theme-meun-font-color: #ffffff;
  --theme-meun-font-hover-color: #ffffff;
  --theme-meun-font-selected-color: #ffffff;
  --theme-meun-shrink-bg-color2: #fff ;
  --theme-meun-shrink-bg-color3: #fff ;
  --theme-meun-shrink-bg-color4: #fff ;
}
:root[theme='test1_ningHai_v1'][themecolor="green"] {
  --theme-header-bg-image: url('/asset/images/ninghai-header.png');
  --theme-header-bg-color: none;
  --theme-meun-bg-image: url('/asset/images/bg-menu-ninghai.png');
  --theme-meun-bg-color: none;
  --theme-meun-font-color: #9F9F9F;
  --theme-meun-font-hover-color: #1E9993;
  --theme-meun-font-selected-color: #1E9993;
}
.passworld-modal .ant-form-item-label label {
  color: #666;
}
.passworld-modal .ant-form-item .image-code {
  width: 80px;
}
.passworld-modal .ant-form-item .image-code img {
  width: 80px;
  height: 32px;
  vertical-align: top;
  margin-top: 4px;
}
.passworld-modal .ant-form-item .image-code-text {
  width: -webkit-calc(100% - 88px);
  width: -moz-calc(100% - 88px);
  width: calc(100% - 88px);
}
.passworld-modal .ant-pwd-strength {
  display: inline-block;
  margin-left: 8px;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
}
.passworld-modal .ant-pwd-strength-item {
  float: left;
  margin-right: 1px;
  margin-top: 12px;
  width: 19px;
  height: 8px;
  line-height: 8px;
  list-style: none;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.passworld-modal .ant-pwd-strength-item-1 {
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
}
.passworld-modal .ant-pwd-strength-item-2 {
  width: 20px;
}
.passworld-modal .ant-pwd-strength-item-3 {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  margin-right: 8px;
}
.passworld-modal .ant-pwd-strength-low .ant-pwd-strength-item-1,
.passworld-modal .ant-pwd-strength-medium .ant-pwd-strength-item-1,
.passworld-modal .ant-pwd-strength-high .ant-pwd-strength-item-1 {
  background-color: #FAC450;
}
.passworld-modal .ant-pwd-strength-medium .ant-pwd-strength-item-2,
.passworld-modal .ant-pwd-strength-high .ant-pwd-strength-item-2 {
  background-color: rgba(135, 208, 104, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9987D068, 68, endColorstr=#9987D068, 68);
}
.passworld-modal .ant-pwd-strength-high .ant-pwd-strength-item-3 {
  background-color: #87D068;
}
.passworld-modal .changge-password-title {
  display: block;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
  font-size: 16px;
}

.login-modal {
  padding: 24px;
  margin: 0;
}
.login-modal .ant-modal-header {
  padding-left: 20px;
}
.login-modal .ant-modal-body {
  padding: 10px 20px 0px 20px;
  margin: 0px 0px 32px;
  overflow: auto;
}
.login-modal .login-env-type {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-modal .login-env-type .login-env-type-box > div {
  display: inline-block;
  text-align: center;
  width: 50%;
  padding: 6px;
  background: #f3f5f7;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.login-modal .login-env-type .login-env-type-box > div.active {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
}
.login-modal .login-env-type .login-env-type-box .left-login-type {
  -webkit-border-top-left-radius: 10px;
          border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
}
.login-modal .login-env-type .login-env-type-box .right-login-type {
  -webkit-border-top-right-radius: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
}
.login-modal .login-env-type .login-env-type-dx {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.login-modal .login-modal-box {
  width: 100%;
  height: 300px;
}
.login-modal .login-modal-box .title {
  border: none;
  color: #49494A;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #2f8cfc;
  padding: 7px 0;
  width: 90px;
  margin: 0 auto;
}
.login-modal .login-modal-box .current-user-box {
  width: 100%;
  text-align: center;
}
.login-modal .login-modal-box .current-user-box .current-user-img {
  width: 120px;
  height: 120px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-top: 40px;
  cursor: pointer;
}
.login-modal .login-modal-box .current-user-box .login-method {
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}
.login-modal .login-modal-box .smd-login {
  padding: 0 60px;
}
.login-modal .login-modal-box .smd-login .ant-form-item {
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-modal .login-modal-box .smd-login .ant-form-item .ant-form-item-control {
  line-height: 40px;
}
.login-modal .login-modal-box .smd-login .ant-form-item .ant-form-item-children {
  display: inline-block;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.login-modal .login-modal-box .smd-login .ant-form-item .ant-form-item-children .loginIcon {
  top: 19px;
  left: 14px;
}
.login-modal .login-modal-box .smd-login .ant-form-item .ant-form-item-children .ant-input {
  width: 100%;
  padding-left: 45px;
  margin: 0;
  color: #333333 !important;
}
.login-modal .login-modal-box .smd-login .ant-form-item .ant-form-explain {
  position: absolute;
}
.login-modal .login-modal-box .smd-login .ant-btn {
  padding: 0;
  font-size: 16px;
}
.login-modal .login-modal-box .smd-login .ant-btn.btn-login {
  background: #4499FF !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
          box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
  -webkit-border-radius: 2.85px!important;
          border-radius: 2.85px!important;
  width: 100%;
  height: 44px;
}
.login-modal .login-modal-box .smd-login .ant-btn.btn-login > span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
.login-modal .login-modal-box .smd-login .ant-btn.btn-login .anticon-loading {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
.login-modal .login-modal-box .smd-login .anticon {
  width: 18px;
  height: 18px;
  margin-top: -10px;
}
.login-modal .login-modal-box .smd-login .anticon:before {
  content: '';
}
.login-modal .login-modal-box .smd-login .anticon.anticon-user {
  background-position: -2px -134px;
}
.login-modal .login-modal-box .smd-login .anticon.anticon-unlock {
  background-position: -2px -156px;
}
.login-modal .login-modal-box .smd-login .ant-form-item .anticon {
  margin-right: 20px;
  color: #999999;
  font-size: 16px;
  position: absolute;
  left: 14px;
  top: 21px;
}
.login-modal .login-modal-box .smd-login .ant-input {
  width: 75%;
  border: none;
  font-size: 16px;
  color: #999999 !important;
  font-family: "PingFangSC-Regular";
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 39px;
}
.login-modal .login-modal-box .smd-login .ant-input:focus {
  border-color: transparent;
}
.login-modal .login-modal-box .smd-login .ant-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
.login-modal .login-modal-box .smd-login .ant-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
.login-modal .login-modal-box .smd-login .ant-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
.login-modal .login-modal-box .smd-login .ant-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  opacity: 1;
  font-family: 'Microsoft Yahei';
}
.login-modal .login-modal-box .smd-login .smsCode-input {
  padding-left: 20px !important;
}
.login-modal .login-modal-box .smd-login .smsCodeBtn {
  width: 130px;
  color: #999999;
  border: 0;
  padding: 0;
  float: right;
  margin-top: 4px;
  margin-right: 1px;
}
.login-modal .login-modal-box .smd-login .btn-login {
  background: #4499FF !important;
  -webkit-box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
          box-shadow: 0 1px 6px 0 rgba(95, 141, 210, 0.38) !important;
  -webkit-border-radius: 2.85px!important;
          border-radius: 2.85px!important;
  width: 100%;
  height: 40px;
}
.login-modal .login-modal-box .smd-login .btn-login > span {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
.login-modal .login-modal-box .smd-login .btn-login .anticon-loading {
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}

