/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
[class^=m-]::-ms-clear,
[class*= m-]::-ms-clear,
[class^=m-] input::-ms-clear,
[class*= m-] input::-ms-clear,
[class^=m-] input::-ms-reveal,
[class*= m-] input::-ms-reveal {
  display: none;
}
[class^=m-],
[class*= m-],
[class^=m-] *,
[class*= m-] *,
[class^=m-] *::before,
[class*= m-] *::before,
[class^=m-] *::after,
[class*= m-] *::after {
  box-sizing: border-box;
}
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 14px;
  font-feature-settings: 'tnum';
  font-variant: tabular-nums;
  line-height: 1.5715;
  color: rgba(255, 255, 255, 0.85);
  background-color: #000;
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
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: #177ddc;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #165996;
}
a:active {
  color: #388ed3;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(255, 255, 255, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: inherit;
  color: 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: #2b2611;
}
::selection {
  color: #fff;
  background: #177ddc;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  font-style: normal;
  line-height: 0;
  color: inherit;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  pointer-events: none;
  animation-name: antFadeOut;
  animation-play-state: running;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  pointer-events: none;
  animation-name: antMoveUpOut;
  animation-play-state: running;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  pointer-events: none;
  animation-name: antMoveDownOut;
  animation-play-state: running;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  pointer-events: none;
  animation-name: antMoveLeftOut;
  animation-play-state: running;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  pointer-events: none;
  animation-name: antMoveRightOut;
  animation-play-state: running;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    transform-origin: 0 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
    transform-origin: 0 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    transform-origin: 0 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    transform-origin: 0 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
    transform-origin: 0 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
    transform-origin: 0 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    transform-origin: 0 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transform-origin: 0 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
    transform-origin: 0 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[m-click-animating='true'],
[m-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #177ddc;
  --scroll-bar: 0;
}
[m-click-animating-without-extra-node='true']::after,
.m-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  content: '';
  border-radius: inherit;
  box-shadow: 0 0 0 0 #177ddc;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  pointer-events: none;
  animation-name: antSlideUpOut;
  animation-play-state: running;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  pointer-events: none;
  animation-name: antSlideDownOut;
  animation-play-state: running;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  pointer-events: none;
  animation-name: antSlideLeftOut;
  animation-play-state: running;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  pointer-events: none;
  animation-name: antSlideRightOut;
  animation-play-state: running;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0% 0%;
  }
}
@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0% 0%;
  }
  100% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
  }
}
@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 100% 100%;
  }
}
@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 100% 100%;
  }
  100% {
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
  }
}
@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
}
@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
  100% {
    opacity: 0;
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
  }
}
@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 0%;
  }
}
@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 0%;
  }
  100% {
    opacity: 0;
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  pointer-events: none;
  animation-name: antZoomOut;
  animation-play-state: running;
}
.zoom-enter,
.zoom-appear {
  opacity: 0;
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-enter-prepare,
.zoom-appear-prepare {
  transform: none;
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  pointer-events: none;
  animation-name: antZoomBigOut;
  animation-play-state: running;
}
.zoom-big-enter,
.zoom-big-appear {
  opacity: 0;
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-enter-prepare,
.zoom-big-appear-prepare {
  transform: none;
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  pointer-events: none;
  animation-name: antZoomBigOut;
  animation-play-state: running;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  opacity: 0;
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-enter-prepare,
.zoom-big-fast-appear-prepare {
  transform: none;
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  pointer-events: none;
  animation-name: antZoomUpOut;
  animation-play-state: running;
}
.zoom-up-enter,
.zoom-up-appear {
  opacity: 0;
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-enter-prepare,
.zoom-up-appear-prepare {
  transform: none;
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  pointer-events: none;
  animation-name: antZoomDownOut;
  animation-play-state: running;
}
.zoom-down-enter,
.zoom-down-appear {
  opacity: 0;
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-enter-prepare,
.zoom-down-appear-prepare {
  transform: none;
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  pointer-events: none;
  animation-name: antZoomLeftOut;
  animation-play-state: running;
}
.zoom-left-enter,
.zoom-left-appear {
  opacity: 0;
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-enter-prepare,
.zoom-left-appear-prepare {
  transform: none;
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  pointer-events: none;
  animation-name: antZoomRightOut;
  animation-play-state: running;
}
.zoom-right-enter,
.zoom-right-appear {
  opacity: 0;
  transform: scale(0);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-enter-prepare,
.zoom-right-appear-prepare {
  transform: none;
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 50% 100%;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.cdk-overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-tap-highlight-color: transparent;
}
.cdk-overlay-backdrop.ant-modal-mask {
  opacity: 1;
}
.cdk-overlay-pane {
  position: absolute;
  z-index: 1000;
  pointer-events: auto;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-global-scrollblock body {
  overflow-x: visible;
}
.nz-overlay-transparent-backdrop,
.nz-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.nz-animate-disabled.ant-drawer.ant-drawer-open .ant-drawer-mask {
  transition: none;
  animation: none;
}
.nz-animate-disabled.ant-drawer > * {
  transition: none;
}
.nz-animate-disabled .ant-modal-mask,
.nz-animate-disabled .ant-modal {
  transition: none;
  animation: none;
}
.nz-animate-disabled .ant-modal-mask.zoom-enter,
.nz-animate-disabled .ant-modal.zoom-enter,
.nz-animate-disabled .ant-modal-mask.zoom-leave,
.nz-animate-disabled .ant-modal.zoom-leave,
.nz-animate-disabled .ant-modal-mask.zoom-enter-active,
.nz-animate-disabled .ant-modal.zoom-enter-active,
.nz-animate-disabled .ant-modal-mask.zoom-leave-active,
.nz-animate-disabled .ant-modal.zoom-leave-active {
  transition: none;
  animation: none;
}
.nz-animate-disabled.ant-menu {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item .anticon,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon {
  transition: none;
}
.nz-animate-disabled.ant-menu .ant-menu-item .anticon + span,
.nz-animate-disabled.ant-menu .ant-menu-submenu-title .anticon + span {
  transition: none;
}
.nz-animate-disabled.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,
.nz-animate-disabled.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane,
.nz-animate-disabled.ant-tabs.ant-tabs-left .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-right .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-top .ant-tabs-ink-bar-animated,
.nz-animate-disabled.ant-tabs.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: none;
}
.m-card-item {
  position: relative;
  max-width: 200px;
  margin: 0 16px 16px 0;
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.m-card-item .m-card-coming-tip {
  position: absolute;
  top: 18px;
  left: -5px;
  z-index: 10;
}
.m-card-item-img-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 155px;
  background: #f6f7f8;
}
.m-card-item-img-container > div:first-child {
  position: relative;
  padding: 8px 0;
  margin: 0 auto;
}
.m-card-item-img-container > div:first-child > img {
  width: 100%;
  max-width: 164px;
  max-height: 138px;
  border-radius: 2px;
  object-fit: cover;
}
.m-card-item-img-container > div:first-child .m-card-img-alt {
  position: absolute;
  top: 11%;
  left: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 20%;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  background: #107cee;
  border-radius: 4px;
}
.m-card-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: true;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s;
}
.m-card-item-mask-operation-collect {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(40, 52, 72, 0.1), 0 2px 4px 0 rgba(40, 52, 72, 0.1);
}
.m-card-item-mask-operation-collect .m-card-star-common {
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}
.m-card-item-mask-operation-collect .m-card-star {
  color: #f79723;
}
.m-card-item-mask .m-card-operation-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35%;
}
.m-card-item-mask .m-card-operation-btn > button {
  border-radius: 2px;
}
.m-card-item-mask .m-card-operation-btn > button:first-of-type {
  margin-bottom: 8px;
}
.m-card-item-mask .m-card-operation-btn .m-card-btn-disabled {
  cursor: no-drop;
}
.m-card-item-info {
  display: flex;
  flex-direction: column;
  height: 45px;
  padding: 0 8px;
  margin-top: 8px;
}
.m-card-item-info .m-card-info-top {
  display: flex;
  align-items: center;
}
.m-card-item-info .m-card-info-top > img {
  padding-right: 4px;
}
.m-card-item-info .m-card-info-top > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-card-item-info .m-card-info-bottom {
  font-size: 12px;
  color: #8c8c8c;
}
.m-card-item-info .m-card-info-bottom > p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.m-card-item:hover .m-card-item-mask {
  opacity: 1;
}
.m-upload-container {
  width: calc(100% - 156px*2);
  margin-right: 156px;
  margin-left: 156px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 5px 0 rgba(45, 47, 51, 0.1);
}
.m-upload-meta {
  height: calc(100% - 56px);
  overflow-y: auto;
}
.m-upload-meta .ant-upload {
  min-height: 240px;
  background-color: #fff;
  border: none !important;
}
.m-upload-meta-icon {
  padding-bottom: 20px;
}
.m-upload-meta-hint {
  padding-top: 6px;
  color: #8c8c8c;
}
.m-upload-file-list-footer {
  display: flex;
  flex: 1;
}
.m-upload-file-list-footer > span {
  flex: 1;
  margin-left: 16px;
}
.m-upload-file-list-footer > button:last-child {
  margin: 0 8px 0 8px;
}
.m-upload-file-list-footer .btn-add {
  color: #39adfa;
  background: #f9f9f9;
  border-color: #39adfa;
}
.m-page-picker {
  width: 255px;
}
.m-page-picker > :first-child {
  margin-bottom: 12px;
}
.m-page-picker-choose-item {
  display: block;
  height: 32px;
  line-height: 32px;
}
.m-page-picker-text {
  width: 196px;
  margin-left: 24px;
}
.m-page-picker-bottom {
  padding-top: 5px;
  text-align: right;
}
.m-page-picker-bottom > :first-child {
  margin-right: 8px;
}
.m-page-banner-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(10vh + 5px);
  min-height: 100px;
  padding: 16px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.85);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
}
.m-page-banner-container .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.m-page-banner-container .desc {
  height: 40px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.85);
}
.m-page-banner-container .icon {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  opacity: 0.6;
}
.m-card-body-container {
  min-height: calc(100vh - 100px);
}
.m-card-body-container .m-card-body-tabset {
  padding: 0 16px;
}
.m-card-body-container .m-card-body-tabset .ant-tabs-tab-btn {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: center;
}
.m-card-body-container .m-card-body-tabset .m-card-body-tab-icon {
  margin: 0 0 0 6px;
}
.m-card-body-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-self: flex-start;
  width: calc(100% + 16px);
}
@media screen and (max-width: 1440px) {
  .m-card-body-content-container > m-content-card {
    /* stylelint-disable-line */
    width: 16.6%;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1441px) {
  .m-card-body-content-container > m-content-card {
    /* stylelint-disable-line */
    width: 12.5%;
  }
}
@media screen and (min-width: 1921px) {
  .m-card-body-content-container > m-content-card {
    /* stylelint-disable-line */
    width: 10%;
  }
}
.m-operations {
  display: flex;
  height: 100%;
  overflow: hidden;
  line-height: 1;
}
.m-operations-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.m-operations-item.disabled {
  color: #d9d9d9;
  pointer-events: none;
  cursor: not-allowed;
}
.m-operations-item.disabled .anticon-caret-down {
  color: #d9d9d9;
}
.m-operations-item-inner {
  display: flex;
  align-items: flex-start;
  padding: 4px 6px;
  margin: 0 -2px;
}
.m-operations-item-inner .icon,
.m-operations-item-inner .icon-right {
  font-size: 16px;
}
.m-operations-item-inner .text {
  margin-top: 2px;
  font-size: 12px;
}
.m-operations-item-inner .horizontal {
  display: flex;
  align-items: center;
}
.m-operations-item-inner .horizontal .text {
  margin: 0 4px;
  white-space: nowrap;
}
.m-operations-item-inner:hover,
.m-operations-item-inner:hover nz-cascader,
.m-operations-item-inner-active {
  background: #eeeeee;
  border-radius: 2px;
}
.m-operations-item-inner .anticon-caret-down {
  font-size: 12px;
  color: #555;
  vertical-align: baseline;
}
.m-operations-item-divider {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.m-operations-item-divider-inner {
  width: 1px;
  height: 50%;
  background: #e8e8e8;
}
.m-operations-item-dropdown-item {
  display: flex;
  align-items: center;
}
.m-operations-item-dropdown-item:hover,
.m-operations-item-dropdown-item-active {
  background: #eeeeee;
  border-radius: 2px;
}
.m-operations-item-cascader .ant-cascader-menu {
  width: 168px;
  height: 200px;
}
.m-operations-item-cascader .ant-cascader-menu-item {
  display: flex;
  height: 32px;
  line-height: 32px;
}
.m-operations-item-cascader .ant-cascader-menu-item .ant-cascader-menu-item-expand-icon {
  top: 0;
  font-size: 14px;
}
.m-operations-item-cascader-template {
  display: flex;
  align-items: center;
  width: 100%;
}
.m-operations-item-cascader-template img {
  height: 32px;
  margin-right: 8px;
  overflow: hidden;
}
.m-operations-item-cascader-template span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-operations-item-cascader-thumbnail {
  width: 400px;
  height: 500px;
  overflow: auto;
}
.m-operations-item-cascader-thumbnail img {
  width: 100%;
}
.m-operations-label-zoom {
  display: inline-block;
  vertical-align: middle;
}
.m-operations-label-zoom .m-operations-zoom {
  display: flex;
  align-items: center;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-operations-label-zoom .m-operations-zoom-slider {
  width: 120px;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-rail {
  background-color: #d8d8d8;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-track {
  background-color: #595959;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-handle {
  border-color: #d8d8d8;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-handle:focus {
  box-shadow: none;
}
.m-operations-label-zoom .m-operations-zoom-drop-btn {
  width: 80px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.m-operations-label-zoom .m-operations-zoom .anticon {
  padding: 0 5px;
  color: #595959;
  cursor: pointer;
}
.m-operations-label-zoom .m-operations-zoom .disable {
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.m-operations-zoom-dropdown .ant-dropdown-menu-item {
  padding: 5px 20px 5px 10px;
}
.m-operations-zoom-dropdown .active {
  color: #107cee;
}
.m-operations-zoom-dropdown .indent {
  display: inline-block;
  width: 20px;
}
.m-operations-label-pagination {
  display: flex;
  align-items: center;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-operations-label-pagination-input-box {
  width: 80px;
  height: 20px;
  padding-right: 12px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.m-operations-label-pagination-input-box-page {
  height: 18px;
  padding: 0 2px;
  line-height: 18px;
}
.m-operations-label-pagination-input-box-current {
  width: 20px;
  text-align: right;
  background: transparent;
  border: none;
  outline: none;
}
.m-operations-label-pagination-input-box-total {
  color: rgba(0, 0, 0, 0.45);
}
.m-operations-label-pagination-border-bottom {
  width: 25px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.m-operations-label-pagination .anticon {
  padding: 0 5px;
  color: #595959;
  cursor: pointer;
}
.m-operations-label-pagination .disabled {
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.m-operations-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
}
.m-header-tab-container {
  display: flex;
  height: 26px;
  margin-bottom: 19px;
}
.m-header-tab-title {
  border-radius: 13px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 26px;
  padding: 2px 11px;
  margin-right: 8px;
  color: #595959;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
.m-header-tab-selected {
  color: #107cee;
  background-color: #d4e7fc;
}
.m-header-tab-right {
  margin-left: auto;
}
.m-page-container {
  min-height: 100%;
  overflow: hidden;
  background: #f6f7fb;
}
.m-page-container-padding {
  padding: 16px;
}
.m-go-back {
  margin-top: 10px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.m-go-back-icon {
  margin-bottom: 2px;
  font-size: 16px;
}
.m-go-back-text {
  font-size: 12px;
}
.m-search-input-group {
  width: auto;
}
.m-search-input-group .m-search-input {
  width: 240px;
}
.m-search-input-group-btn {
  cursor: pointer;
}
.m-detail-title {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-left: 3px solid #177ddc;
}
.m-complex-input {
  position: relative;
  display: inline-block;
  width: 184px;
  height: 32px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.m-complex-input-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}
.m-complex-input-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  font-weight: 700;
  line-height: 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  cursor: pointer;
}
.m-complex-input-handler-up-disabled,
.m-complex-input-handler-down-disabled {
  color: #d9d9d9;
  cursor: not-allowed;
}
.m-complex-input .down {
  border-top: 1px solid #d9d9d9;
}
.m-complex-input-handler-prefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  padding: 2px 0 0 4px;
  font-size: 18px;
  cursor: pointer;
}
.m-complex-input-block {
  width: 100%;
  height: 30px;
  padding-right: 33px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
}
.m-split-layout {
  min-height: 200px;
}
.m-split-layout-drag-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: all-scroll;
  background: rgba(0, 0, 0, 0);
}
.m-split-layout-control {
  cursor: pointer;
}
.m-split-layout-control-content {
  user-select: none;
}
.m-split-layout-control-content-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.m-split-layout-control-content-icon {
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}
.m-split-layout-control-content-icon:nth-last-of-type(1) {
  margin-right: 0;
}
.m-split-layout-control-content-icon .anticon {
  font-size: 34px;
}
.m-table {
  width: 100%;
}
.m-table-tr-pinto:nth-child(odd) {
  background: #f9f9f9;
}
.m-table-td {
  position: relative;
  min-width: 48px;
  max-width: 340px;
  height: 32px;
  padding: 4px 16px;
  font-size: 12px;
  text-align: justify;
  word-break: break-all;
  cursor: pointer;
  table-layout: fixed;
  user-select: none;
  border: 1px solid #e8e8e8;
}
.m-table-td-popover .ant-popover-inner-content {
  padding: 4px;
}
.m-table-td-div-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.m-table-td-active {
  user-select: text;
  outline: 1px solid #21bc29;
}
.m-table-td-editing {
  cursor: text;
  user-select: text;
  outline: 1px solid #21bc29;
}
.m-table-td-highlight {
  color: #14961e;
  background: rgba(33, 188, 41, 0.3);
  outline: 1px solid #21bc29;
}
.m-table-td-error {
  font-weight: 500;
  color: #ee5144;
}
.m-table-td-icon {
  position: absolute;
  top: -2px;
  right: -20px;
  z-index: 999;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  background: #41a368;
  border-radius: 0 1px 1px 0;
}
.m-table-td-icon .anticon {
  width: 20px;
}
.m-table-pagination {
  margin-top: 5px;
  text-align: right;
}
.m-table-dropdown-li {
  display: flex;
  align-items: center;
}
.m-table-dropdown-li i {
  font-size: 16px !important;
}
.m-table-header-dropdown {
  position: absolute;
  top: 50%;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 1px 1px 0;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
}
.m-table-header-dropdown-icon {
  font-size: 10px;
}
.m-thumbnail-card-container {
  position: relative;
  max-width: 400px;
  border: 1px solid #e8e8e8;
}
.m-thumbnail-card-checkbox {
  position: absolute;
  top: 10px;
  left: 30px;
}
.m-thumbnail-card-img {
  width: 100%;
  height: calc(100vh - 420px);
  border: 1px solid #ddd;
}
.m-thumbnail-card-status {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fafafa;
  box-shadow: 0 -1px 0 0 #e8e8e8;
}
.m-thumbnail-card-status i {
  margin-right: 10px;
}
.m-thumbnail-card-status.m-thumbnail-card-status-failed {
  color: #ee5144;
}
.m-thumbnail-card-status.m-thumbnail-card-status-success {
  color: #21bc29;
}
.m-thumbnail-card-type {
  position: absolute;
  bottom: 35px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
}
.m-thumbnail-card-content {
  position: absolute;
  bottom: 135px;
  width: 100%;
  text-align: center;
}
.m-single-body-container {
  min-height: calc(100vh - 100px);
}
.m-single-body-container .m-single-body-nz-card .ant-card-head {
  padding: 10px 16px;
}
.m-single-body-container .m-single-body-nz-card .ant-card-head-title {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: unset;
}
.m-single-body-container .m-single-body-nz-card .ant-card-extra {
  padding: unset;
}
.m-single-body-container .m-single-body-nz-card .ant-card-body {
  min-height: calc(100vh - 270px);
  padding: 12px 24px;
}
.m-single-body-container .m-single-body-nz-card .m-single-body-tab-icon {
  margin: 0 0 0 6px;
}
.m-single-body-container .m-single-body-nz-card .m-single-body-back-icon {
  margin-right: 8px;
  cursor: pointer;
}
.m-single-body-container .m-single-body-padding .ant-card-body {
  min-height: calc(100vh - 200px);
  padding: 12px 0;
}
.m-single-body-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-self: flex-start;
  width: calc(100% + 16px);
}
@media screen and (max-width: 1440px) {
  .m-single-body-content-container > m-content-card {
    /* stylelint-disable-line */
    width: 16.6%;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1441px) {
  .m-single-body-content-container > m-content-card {
    /* stylelint-disable-line */
    width: 12.5%;
  }
}
.m-fields .m-fields-table table > thead > tr > th {
  background: transparent;
}
.m-fields .m-fields-table .ant-table.ant-table-small .ant-table-title,
.m-fields .m-fields-table .ant-table.ant-table-small .ant-table-footer,
.m-fields .m-fields-table .ant-table.ant-table-small .ant-table-thead > tr > th,
.m-fields .m-fields-table .ant-table.ant-table-small .ant-table-tbody > tr > td,
.m-fields .m-fields-table .ant-table.ant-table-small tfoot > tr > th,
.m-fields .m-fields-table .ant-table.ant-table-small tfoot > tr > td {
  padding: 5px 8px;
}
.m-fields .m-field-color {
  width: 50px;
  height: 28px;
  padding: 0 1px;
}
.m-fields .m-field-icon {
  font-size: 24px;
}
.m-functional-card-container {
  width: 286px;
  height: 240px;
  border-radius: 2px;
}
.m-functional-card-container .m-functional-card-bg {
  position: relative;
  width: 100%;
  height: 160px;
  padding-left: 16px;
  color: #fff;
  background-position: center;
  background-size: cover;
}
.m-functional-card-container .m-functional-card-bg-block {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.m-functional-card-container .m-functional-card-bg-block > i {
  position: absolute;
  top: -2px;
  font-size: 35px;
}
.m-functional-card-container .m-functional-card-bg-operations {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  transform: translate(-50%, -50%);
}
.m-functional-card-container .m-functional-card-bg-operations > button {
  width: 120px;
  border-radius: 2px;
}
.m-functional-card-container .m-functional-card-bg-operations > button:first-of-type {
  margin-bottom: 10px;
}
.m-functional-card-container .m-functional-card-bg-title {
  padding-top: 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.m-functional-card-container .m-functional-card-bg-intro {
  font-size: 14px;
  opacity: 0.8;
}
.m-functional-card-container .m-functional-card-bg-intro::after {
  display: block;
  width: 20px;
  padding-top: 20px;
  content: "";
  border-bottom: 2px solid #fff;
}
.m-functional-card-container .m-functional-card-detail {
  width: 100%;
  padding: 16px 0 16px 16px;
  background: #fff;
  border-radius: 2px;
}
.m-functional-card-container .m-functional-card-detail-name {
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.m-functional-card-container .m-functional-card-detail-desc {
  padding-top: 3px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #8c8c8c;
  text-align: left;
}
.m-functional-card-container:hover .m-functional-card-bg-block {
  opacity: 0;
}
.m-functional-card-container:hover .m-functional-card-bg-operations {
  opacity: 1;
}
.m-tree-directory {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: inherit;
  height: inherit;
  overflow-x: hidden;
  overflow-y: auto;
}
.m-tree-directory-container {
  width: 100%;
}
.m-tree-directory .ant-tree {
  width: 100%;
  margin-top: 8px;
  background: inherit;
}
.m-tree-directory .ant-tree .ant-tree-treenode {
  display: flex;
  height: 30px;
  padding: 2px;
  font-size: 12px;
}
.m-tree-directory .ant-tree .ant-tree-indent-unit {
  width: 16px;
}
.m-tree-directory .ant-tree .ant-tree-switcher {
  width: 12px;
}
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper {
  display: flex;
  flex: 1;
  width: 0;
}
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper > p {
  padding-right: 4px;
}
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper .m-tree-directory-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper .m-tree-directory-num-block,
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper .m-tree-directory-num {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper .m-tree-directory-num p {
  padding: 0;
  margin: 0;
}
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: unset;
}
.m-tree-directory .ant-tree .ant-tree-node-content-wrapper:hover {
  background: unset;
}
.m-tree-directory .ant-tree .ant-tree-treenode:hover {
  background: #e8e8e8;
}
.m-tree-directory-content {
  display: flex;
}
.m-tree-directory m-search-input {
  width: 100%;
  margin-left: 20px;
}
.m-calibration {
  display: flex;
}
.m-calibration-item {
  display: flex;
  flex: 1;
  height: 10px;
  margin: 0 1px;
}
.m-upload-single-file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.m-upload-single-file .m-upload-single-container-footer {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.m-abbreviate-card-container {
  position: relative;
  max-width: 312px;
  height: 470px;
  max-height: 472px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.m-abbreviate-card-header {
  margin: 16px 0 14px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.m-abbreviate-card-body {
  height: calc(100% - 54px);
  padding: 0 12px 12px 12px;
}
.m-abbreviate-card-img-box {
  width: 100%;
  height: 100%;
  background: #fff;
}
.m-abbreviate-card-img {
  width: 100%;
  height: 100%;
}
.m-abbreviate-card-extra {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-abbreviate-card-icon {
  font-size: 100px;
}
.m-abbreviate-card-container:hover {
  cursor: pointer;
  border-color: #107cee;
  box-shadow: 0 6px 18px 0 rgba(45, 47, 51, 0.14);
}
.m-footer-operations-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  font-size: 12px;
  background: #f9f9f9;
  box-shadow: 0 0 0 0 #d9d9d9;
}
.m-footer-operations-bar-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.m-footer-operations-bar-center {
  flex: 1;
  text-align: center;
}
m-operations .m-operations-item {
  padding: 0;
}
.m-upload-page {
  position: relative;
  display: block;
  height: 100%;
  min-height: 660px;
}
.m-upload-page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 167px;
  padding: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
}
.m-upload-page-header .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  text-align: center;
}
.m-upload-page-body {
  position: absolute;
  top: 116px;
  width: 100%;
  height: calc(100% - 167px);
}
.m-file-display-container {
  margin-right: 15%;
  margin-left: 15%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 5px 0 rgba(45, 47, 51, 0.1);
}
.m-file-display-header {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.m-file-display-body {
  height: 305px;
  overflow-y: auto;
}
.m-file-display-clear {
  padding-left: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.m-file-display-clear::after {
  display: block;
  margin-top: -2px;
  content: '';
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.m-file-display-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.m-file-display-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 48px 0 24px;
}
.m-file-display-item-name {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-file-display-item-name > label {
  padding-right: 8px;
}
.m-file-display-item-size {
  min-width: 40px;
  padding: 0 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  background: #f9f9f9;
  border-radius: 2px;
}
.m-file-display-item-progress {
  line-height: 2px;
}
.m-file-display-item-progress .ant-progress-line {
  line-height: 2px;
}
.m-file-display-item-icon-container {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: 190px;
  text-align: right;
}
.m-file-display-item-icon-close {
  display: none;
}
.m-file-display-item-icon-edit {
  padding-right: 8px;
  cursor: pointer;
}
.m-file-display-item-edit {
  display: flex;
  align-items: center;
}
.m-file-display-item-edit > input {
  width: 110px;
  height: 24px;
  margin-right: 16px;
}
.m-file-display-item-edit-operations {
  display: flex;
}
.m-file-display-item-edit-operations > a {
  width: 28px;
}
.m-file-display-item-edit-operations > a:first-child {
  margin-right: 8px;
}
.m-file-display-item-edit-mismatch {
  border-color: red;
}
.m-file-display-item:hover {
  background-color: #f9f9f9;
}
.m-file-display-footer {
  line-height: 64px;
}
.m-upload-list {
  height: calc(100% - 56px);
  overflow-y: auto;
}
.m-upload-list .ant-upload {
  min-height: 240px;
  background-color: #fff;
  border: none !important;
}
.m-upload-list-footer {
  display: flex;
  align-items: center;
  height: 56px;
  background: #f9f9f9;
}
.m-rules-item {
  margin: 0 0 12px 24px;
}
.m-rules-item-custom-value-input.ant-input,
.m-rules-item .ant-cascader {
  width: 228px;
}
.m-rules-item-cascader-custom.ant-cascader-picker {
  width: 110px;
}
.ant-form-item .m-rules-item-select {
  width: 100px;
}
.m-rules-item-value {
  display: flex;
}
.m-rules-item-value .ant-input:hover {
  z-index: 5;
}
.m-rules-item-value .ant-cascader:hover {
  z-index: 5;
}
.m-rules-item-icon {
  margin-right: 8px;
}
.m-rules-item-close-icon {
  position: relative;
  top: -12px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
}
.m-rules-item-close-icon:hover {
  color: #a61d24;
}
.m-rules-item:hover .m-rules-item-close-icon {
  opacity: 1;
}
.m-rules-group-item {
  width: 100%;
  padding: 24px 16px 0;
  background-color: #f5f7f8;
}
.m-rules-group-children {
  position: relative;
  padding-top: 16px;
}
.m-rules-group-children::before {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 1;
  display: block;
  width: 1px;
  height: calc(100% - 4px);
  content: "";
  background: #d9dfe6;
}
.m-rules-group-text-name {
  width: 346px;
}
.m-rules-group-text-value {
  width: 552px;
}
.m-rules-child-container {
  position: relative;
  margin-bottom: -14px;
}
.m-rules-link {
  position: absolute;
  top: 35px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #107cee;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 1px solid #d9dfe6;
}
.m-rules-add {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: #107cee;
  cursor: pointer;
}
.m-rules-add-icon {
  width: 18px;
  height: 18px;
  padding-left: 2px;
  margin-right: 8px;
  background-color: #d4e7fc;
}
.m-sidebar-menu {
  display: flex;
  height: 100%;
  font-size: 12px;
  background: #f9f9f9;
}
.m-sidebar-menu-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-sidebar-menu-content-icon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  padding-right: 0;
  cursor: pointer;
}
.m-sidebar-menu-content-body {
  position: relative;
  flex: 1;
  width: 230px;
  height: 100%;
  overflow: hidden;
}
.m-sidebar-menu-tabset {
  height: 100%;
}
.m-sidebar-menu .ant-tabs .ant-tabs-nav {
  min-width: auto;
}
.m-sidebar-menu .ant-tabs .ant-tabs-content {
  height: 100%;
}
.m-sidebar-menu .ant-tabs .ant-tabs-content .ant-tabs-tabpane-active {
  position: relative;
  height: 100%;
}
.m-sidebar-menu .ant-tabs .ant-tabs-content .ant-tabs-tabpane {
  padding-left: 0;
}
.m-sidebar-menu .ant-tabs .ant-tabs-tab-active {
  color: inherit;
  background: #e8e8e8;
}
.m-sidebar-menu .ant-tabs .ant-tabs-nav-list .ant-tabs-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 12px 4px;
  border-radius: 2px;
}
.m-sidebar-menu .ant-tabs .ant-tabs-nav-list .ant-tabs-tab:hover {
  color: inherit;
  background: #e8e8e8;
}
.m-sidebar-menu .ant-tabs .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: inherit;
}
.m-sidebar-menu .ant-tabs .ant-tabs-nav-list .ant-tabs-tab .anticon {
  margin-right: 0;
  font-size: 16px;
}
.m-sidebar-menu .ant-tabs .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-ink-bar {
  display: none !important;
}
.m-sidebar-menu .ant-tabs .ant-tabs-ink-bar {
  display: none !important;
}
.m-sidebar-menu .tabset-hide .ant-tabs-nav {
  border-color: transparent;
}
.m-sidebar-menu .tabset-hide .ant-tabs-tab-active {
  background: transparent;
}
.m-sidebar-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding-left: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.m-sidebar-menu-header-plus {
  margin-right: 20px;
  cursor: pointer;
}
.m-sidebar-menu-header-minus {
  margin-right: 40px;
  cursor: pointer;
}
.m-sidebar-menu-detail-info-container {
  padding: 0 12px;
}
.m-sidebar-menu-detail-info-block {
  display: flex;
  align-items: baseline;
  padding-bottom: 16px;
  font-weight: 400;
}
.m-sidebar-menu-detail-info-keyName {
  display: flex;
  align-items: center;
  width: 60px;
  padding-right: 8px;
  color: rgba(0, 0, 0, 0.45);
}
.m-sidebar-menu-detail-info-keyValue {
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
}
.m-sidebar-menu-search {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.m-sidebar-menu-search-container {
  height: calc(100% - 36px);
  padding-left: 12px;
  overflow-x: hidden;
  overflow-y: auto;
}
.m-sidebar-menu-search-checkbox {
  padding: 0 12px 10px 0;
  font-size: 12px;
}
.m-sidebar-menu-search-checkbox .ant-checkbox + span {
  align-self: self-start;
  padding-top: 2px;
}
.m-sidebar-menu-search-input {
  width: calc(100% - 24px);
}
.m-sidebar-menu-search-input .ant-input {
  font-size: 12px;
}
.m-sidebar-menu-search-result {
  padding: 8px 12px 2px 0;
}
.m-sidebar-menu-search-list {
  flex: 1;
  overflow: auto;
}
.m-sidebar-menu-search-list .ant-empty {
  padding-top: 40px;
  font-size: 12px;
}
.m-sidebar-menu-search-tree-item {
  width: 100%;
  padding: 6px 2px;
  cursor: pointer;
}
.m-sidebar-menu-search-hightlight-word {
  color: #c02600;
}
.m-sidebar-menu-search-hightlight-word:hover {
  text-decoration: underline;
}
.m-sidebar-menu-search-tree-title {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.m-sidebar-menu-search-tree-title-left {
  width: calc(100% - 30px);
}
.m-sidebar-menu-search-tree-title-left .anticon {
  padding-right: 6px;
}
.m-sidebar-menu-search-tree-leaf {
  padding-left: 24px;
}
.m-sidebar-menu-search-tree-leaf:hover {
  background: #e8e8e8;
}
.m-sidebar-menu-search-loading {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.m-sidebar-menu-shortcut-container {
  padding: 0 12px;
}
.m-sidebar-menu-shortcut-title {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0px 1px #d9d9d9;
}
.m-sidebar-menu-shortcut-block {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 12px;
  line-height: 20px;
  box-shadow: 0px 1px #d9d9d9;
}
.m-sidebar-menu-shortcut-block-shortcut {
  color: rgba(0, 0, 0, 0.65);
}
.m-statistics-card {
  border: none;
  border-left: 4px solid;
}
.m-statistics-card .ant-card-body {
  padding: 24px 32px 24px 15px;
}
.m-statistics-card-avatar {
  float: left;
  width: 64px;
  height: 64px;
}
.m-statistics-card-right-content {
  margin-left: 72px;
  color: #333;
}
.m-statistics-card-right-content .m-statistics-card-title-content {
  margin-left: 8px;
  font-size: 14px;
  color: #b4b7c7;
  white-space: nowrap;
}
.m-statistics-card-right-content .m-statistics-card-title-desc {
  margin-left: 8px;
  font-size: 30px;
  color: #333;
  white-space: nowrap;
}
.m-statistics-doc-card .ant-card-body {
  padding: 0;
  cursor: pointer;
}
.m-statistics-doc-card .ant-card-body > div {
  flex-flow: nowrap;
}
.m-statistics-doc-card-icon-content > img {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 4px;
}
.m-statistics-doc-card-icon-font {
  display: inline-block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #f38900;
  border-radius: 4px;
}
.m-statistics-doc-card-desc {
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.m-statistics-doc-card-intro {
  display: block;
  padding-left: 12px;
  margin-top: 8px;
  font-weight: 400;
  color: rgba(59, 73, 97, 0.65);
}
.m-statistics-feature-card-cell {
  padding: 12px 24px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  background: #f4f8fd;
}
.m-statistics-feature-card-cell span:first-child {
  margin-right: 12px;
  color: #3079d9;
}
.m-formula-block {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12px;
  background: #f6f7f9;
  border-radius: 2px;
}
.m-formula-block i {
  padding-top: 2px;
}
.m-formula-block-container {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
}
.m-formula-block-key,
.m-formula-block-value,
.m-formula-block-correct,
.m-formula-block-error {
  display: flex;
  line-height: 20px;
}
.m-formula-block-key :nth-child(2),
.m-formula-block-value :nth-child(2),
.m-formula-block-correct :nth-child(2),
.m-formula-block-error :nth-child(2) {
  padding: 0 4px;
}
.m-formula-block-key-content {
  margin: 0 0 12px 2px;
  background: #fff;
}
.m-formula-block-correct .correct-value {
  color: #21bc29;
}
.m-formula-block-error .not-equal {
  text-decoration: line-through red;
  cursor: pointer;
}
.m-collapse-header {
  display: flex;
  align-items: center;
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.m-collapse-extra {
  margin-left: auto;
}
.m-collapse-content > .m-collapse-content-box {
  padding: 16px;
}
.m-collapse-disabled > .m-collapse-header {
  color: #bfbfbf;
  cursor: not-allowed;
}
.m-download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.m-download-icon {
  padding: 4px 0;
}
.m-download-dropdown-icon {
  padding-left: 4px;
  font-size: 7px;
}
.m-words .m-word::before {
  color: rgba(127, 127, 127, 0.33);
  content: "•";
}
.m-words .m-word-number {
  color: rgba(127, 127, 127, 0.33);
}
.m-field-picker {
  border-radius: 2px;
  box-shadow: 0 12px 48px 16px rgba(0, 0, 0, 0.03), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 6px 16px -8px rgba(0, 0, 0, 0.08);
}
.m-field-picker-content {
  display: flex;
  flex-flow: row wrap;
  max-height: 250px;
  padding: 16px 24px 8px 24px;
  overflow: auto;
}
.m-field-picker-block {
  flex: 0 0 33.3333%;
}
.m-field-picker-item {
  display: inline-block;
  display: -webkit-box;
  padding: 0 6px;
  margin: 0 6px 8px 0;
  overflow: hidden;
  line-height: 26px;
  word-break: break-word;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.m-field-picker-input {
  height: 28px;
  line-height: 28px;
}
.m-field-picker-empty {
  width: 100%;
  margin-bottom: 16px;
}
.m-field-picker-add-btn {
  height: 28px;
  line-height: 28px;
}
.m-field-picker-search {
  padding: 16px 24px 0 24px;
}
.m-field-picker-search m-search-input .m-search-input-group {
  width: 100%;
}
.m-field-picker-footer {
  margin-top: 16px;
  line-height: 40px;
  box-shadow: 0 -1px 0 0 #e8e8e8;
}
.m-layout-header {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(15, 15, 15, 0.04), 0 1px 0 0 rgba(233, 236, 242, 0.65);
}
.m-layout-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  cursor: pointer;
  background: #f5f7fa;
  border-radius: 2px;
}
.m-layout-header-info {
  flex: 1;
}
.m-layout-header-info .router-area {
  font-size: 12px;
  font-weight: 400;
  color: #324558;
}
.m-layout-header-info .icon-separate {
  padding: 0 8px;
  color: #e9ecf2;
}
.m-layout-header-info,
.m-layout-header-tools {
  display: flex;
  align-items: center;
  height: 100%;
}
.m-layout-sider {
  display: flex;
  flex-direction: column;
  width: 64px;
  overflow-x: hidden;
  overflow-y: auto;
  background: linear-gradient(180deg, #283442, #101521);
  box-shadow: 2px 8px 4px 0 rgba(3, 5, 7, 0.04);
  transition: transform 0.2s ease-out;
}
.m-layout-sider-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.m-layout-sider-ul {
  flex: 1;
  padding: 0;
}
.m-layout-sider-ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 8px;
  cursor: pointer;
}
.m-layout-sider-ul li i {
  font-size: 20px;
  color: #fff;
}
.m-layout-sider-ul li span {
  padding-top: 4px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}
.m-layout-sider-ul .selected {
  background: #101521;
  box-shadow: 0 2px 4px 0 rgba(16, 29, 40, 0.6) inset;
}
.m-layout-sider-ul .selected > span {
  color: #fff;
}
.m-layout-sider-ul li:hover span {
  color: #fff;
}
.m-layout-sider-extra {
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  cursor: pointer;
}
.m-layout-sider-extra i {
  font-size: 20px;
  color: #fff;
}
.m-layout-sider::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.m-layout-sider::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: rgba(65, 80, 123, 0.9) !important;
  border-radius: 5px;
}
.m-layout-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  background: #f7f9fc;
  box-shadow: 1px 0 0 0 #edf1f7;
  transition: all 0.5s;
}
.m-layout-menu-item {
  display: flex;
  align-items: center;
}
.m-layout-menu-item i {
  padding-right: 4px;
}
.m-layout-menu-item,
.m-layout-menu-sub {
  height: auto !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px !important;
  color: #324558;
  cursor: pointer;
}
.m-layout-menu-item i,
.m-layout-menu-sub i {
  font-size: 16px !important;
}
.m-layout-menu-item:hover {
  background: #eff2f6;
}
.m-layout-menu .ant-menu {
  background: none;
}
.m-layout-menu .ant-menu-submenu-arrow {
  display: none;
}
.m-layout-menu .ant-menu-item-selected {
  font-weight: 500;
  color: #324558;
  background: #eff2f6 !important;
}
.m-layout-menu .ant-menu-item:hover {
  color: unset;
}
.m-layout-menu .ant-menu-submenu-title:hover {
  color: #324558;
  background: #eff2f6;
}
.m-layout-menu .ant-menu-item:active,
.m-layout-menu .ant-menu-submenu-title:active {
  background: none;
}
.m-layout-menu .ant-menu-item,
.m-layout-menu .ant-menu-submenu-title,
.m-layout-menu .ant-menu-item:not(:last-child) {
  margin: 0;
}
.m-layout-menu .ant-menu-item i,
.m-layout-menu .ant-menu-submenu-title i,
.m-layout-menu .ant-menu-item:not(:last-child) i {
  margin-right: unset;
}
.m-layout-menu .ant-menu-inline.ant-menu-root .ant-menu-item,
.m-layout-menu .ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
}
.m-layout-menu .ant-menu-light .ant-menu-item-active,
.m-layout-menu .ant-menu-light .ant-menu-item:hover,
.m-layout-menu .ant-menu-light .ant-menu-submenu-active,
.m-layout-menu .ant-menu-light .ant-menu-submenu-title:hover,
.m-layout-menu .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
  color: unset;
}
.m-layout-menu .ant-menu-item .anticon + span,
.m-layout-menu .ant-menu-submenu-title .anticon + span {
  margin-left: 0;
}
.m-layout-menu .ant-menu-item::after {
  border-right: unset;
}
.m-layout-menu .ant-menu-inline,
.m-layout-menu .ant-menu-vertical,
.m-layout-menu .ant-menu-vertical-left {
  border-right: none;
}
.m-layout-menu-close {
  display: none;
}
.m-layout-menu-toggle {
  position: absolute;
  top: 50%;
  right: -1px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transform: translateY(-50%);
}
.m-layout-menu-hidden {
  display: flex;
  justify-content: center;
  height: 100%;
  padding-top: 0.65em;
  cursor: pointer;
  background: #f7f9fd;
  box-shadow: 1px 0 0 0 #e9ecf2;
}
.m-layout-menu-icon {
  margin-right: 4px !important;
}
.m-layout-menu-arrow {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 10px;
  margin-top: -4px;
  color: rgba(0, 0, 0, 0.85);
}
.m-layout-menu-arrow-rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-layout {
  display: flex;
  height: 100%;
}
.m-layout-main {
  flex: 1;
  width: calc(100% - 64px);
}
.m-layout-container {
  display: flex;
}
.m-layout-content {
  flex: 1;
  overflow: auto;
}
