/* 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-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^=ueb-]::-ms-clear,
[class*= ueb-]::-ms-clear,
[class^=ueb-] input::-ms-clear,
[class*= ueb-] input::-ms-clear,
[class^=ueb-] input::-ms-reveal,
[class*= ueb-] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: #1a2233;
  font-size: 14px;
  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-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3264fa;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #5c8aff;
}
a:active {
  color: #2047d4;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: #575c66;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #3264fa;
}
::selection {
  color: #fff;
  background: #3264fa;
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.ueb-fade-enter,
.ueb-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-fade-enter.ueb-fade-enter-active,
.ueb-fade-appear.ueb-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.ueb-fade-leave.ueb-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-fade-enter,
.ueb-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.ueb-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ueb-move-up-enter,
.ueb-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-up-enter.ueb-move-up-enter-active,
.ueb-move-up-appear.ueb-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.ueb-move-up-leave.ueb-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-move-up-enter,
.ueb-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ueb-move-down-enter,
.ueb-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-down-enter.ueb-move-down-enter-active,
.ueb-move-down-appear.ueb-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.ueb-move-down-leave.ueb-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-move-down-enter,
.ueb-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ueb-move-left-enter,
.ueb-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-left-enter.ueb-move-left-enter-active,
.ueb-move-left-appear.ueb-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.ueb-move-left-leave.ueb-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-move-left-enter,
.ueb-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.ueb-move-right-enter,
.ueb-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-move-right-enter.ueb-move-right-enter-active,
.ueb-move-right-appear.ueb-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.ueb-move-right-leave.ueb-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-move-right-enter,
.ueb-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ueb-click-animating='true'],
[ueb-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #3264fa;
  --scroll-bar: 0;
}
[ueb-click-animating-without-extra-node='true']::after,
.ueb-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #3264fa;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #3264fa;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.ueb-slide-up-enter,
.ueb-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-up-enter.ueb-slide-up-enter-active,
.ueb-slide-up-appear.ueb-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.ueb-slide-up-leave.ueb-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-slide-up-enter,
.ueb-slide-up-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ueb-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ueb-slide-down-enter,
.ueb-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-down-enter.ueb-slide-down-enter-active,
.ueb-slide-down-appear.ueb-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.ueb-slide-down-leave.ueb-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-slide-down-enter,
.ueb-slide-down-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ueb-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ueb-slide-left-enter,
.ueb-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-left-enter.ueb-slide-left-enter-active,
.ueb-slide-left-appear.ueb-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.ueb-slide-left-leave.ueb-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-slide-left-enter,
.ueb-slide-left-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ueb-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ueb-slide-right-enter,
.ueb-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-slide-right-enter.ueb-slide-right-enter-active,
.ueb-slide-right-appear.ueb-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.ueb-slide-right-leave.ueb-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-slide-right-enter,
.ueb-slide-right-appear {
  transform: scale(0);
  transform-origin: 0% 0%;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ueb-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.ueb-zoom-enter,
.ueb-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-enter.ueb-zoom-enter-active,
.ueb-zoom-appear.ueb-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.ueb-zoom-leave.ueb-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-zoom-enter,
.ueb-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-zoom-enter-prepare,
.ueb-zoom-appear-prepare {
  transform: none;
}
.ueb-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-zoom-big-enter,
.ueb-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-big-enter.ueb-zoom-big-enter-active,
.ueb-zoom-big-appear.ueb-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ueb-zoom-big-leave.ueb-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-zoom-big-enter,
.ueb-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-zoom-big-enter-prepare,
.ueb-zoom-big-appear-prepare {
  transform: none;
}
.ueb-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-zoom-big-fast-enter,
.ueb-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-big-fast-enter.ueb-zoom-big-fast-enter-active,
.ueb-zoom-big-fast-appear.ueb-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.ueb-zoom-big-fast-leave.ueb-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-zoom-big-fast-enter,
.ueb-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-zoom-big-fast-enter-prepare,
.ueb-zoom-big-fast-appear-prepare {
  transform: none;
}
.ueb-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-zoom-up-enter,
.ueb-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-up-enter.ueb-zoom-up-enter-active,
.ueb-zoom-up-appear.ueb-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.ueb-zoom-up-leave.ueb-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-zoom-up-enter,
.ueb-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-zoom-up-enter-prepare,
.ueb-zoom-up-appear-prepare {
  transform: none;
}
.ueb-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-zoom-down-enter,
.ueb-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-down-enter.ueb-zoom-down-enter-active,
.ueb-zoom-down-appear.ueb-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.ueb-zoom-down-leave.ueb-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-zoom-down-enter,
.ueb-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-zoom-down-enter-prepare,
.ueb-zoom-down-appear-prepare {
  transform: none;
}
.ueb-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-zoom-left-enter,
.ueb-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-left-enter.ueb-zoom-left-enter-active,
.ueb-zoom-left-appear.ueb-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.ueb-zoom-left-leave.ueb-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-zoom-left-enter,
.ueb-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-zoom-left-enter-prepare,
.ueb-zoom-left-appear-prepare {
  transform: none;
}
.ueb-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-zoom-right-enter,
.ueb-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ueb-zoom-right-enter.ueb-zoom-right-enter-active,
.ueb-zoom-right-appear.ueb-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.ueb-zoom-right-leave.ueb-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.ueb-zoom-right-enter,
.ueb-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ueb-zoom-right-enter-prepare,
.ueb-zoom-right-appear-prepare {
  transform: none;
}
.ueb-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ueb-message-notice {
  padding: 8px;
  text-align: center;
}
.ueb-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ueb-message-success .anticon {
  color: #0ac77c;
}
.ueb-message-error .anticon {
  color: #ff6859;
}
.ueb-message-warning .anticon {
  color: #ff8000;
}
.ueb-message-info .anticon,
.ueb-message-loading .anticon {
  color: #3264fa;
}
.ueb-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ueb-message-notice.ueb-move-up-leave.ueb-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ueb-message-rtl {
  direction: rtl;
}
.ueb-message-rtl span {
  direction: rtl;
}
.ueb-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

/* 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 */
.ueb-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ueb-modal.ueb-zoom-enter,
.ueb-modal.ueb-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-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);
}
.ueb-modal-mask-hidden {
  display: none;
}
.ueb-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ueb-modal-wrap {
  z-index: 1000;
}
.ueb-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ueb-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ueb-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: #575c66;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ueb-modal-close-x {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-style: normal;
  line-height: 54px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ueb-modal-close:focus,
.ueb-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ueb-modal-header {
  padding: 16px 24px;
  color: #1a2233;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ueb-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ueb-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 4px 4px;
}
.ueb-modal-footer .ueb-btn + .ueb-btn:not(.ueb-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ueb-modal-open {
  overflow: hidden;
}
.ueb-modal-centered {
  text-align: center;
}
.ueb-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ueb-modal-centered .ueb-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ueb-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ueb-modal-centered .ueb-modal {
    flex: 1 1;
  }
}
.ueb-modal-confirm .ueb-modal-header {
  display: none;
}
.ueb-modal-confirm .ueb-modal-body {
  padding: 32px 32px 24px;
}
.ueb-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ueb-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-modal-confirm-body .ueb-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ueb-modal-confirm-body .ueb-modal-confirm-content {
  margin-top: 8px;
  color: #1a2233;
  font-size: 14px;
}
.ueb-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ueb-modal-confirm-body > .anticon + .ueb-modal-confirm-title + .ueb-modal-confirm-content {
  margin-left: 38px;
}
.ueb-modal-confirm .ueb-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.ueb-modal-confirm .ueb-modal-confirm-btns .ueb-btn + .ueb-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ueb-modal-confirm-error .ueb-modal-confirm-body > .anticon {
  color: #ff6859;
}
.ueb-modal-confirm-warning .ueb-modal-confirm-body > .anticon,
.ueb-modal-confirm-confirm .ueb-modal-confirm-body > .anticon {
  color: #ff8000;
}
.ueb-modal-confirm-info .ueb-modal-confirm-body > .anticon {
  color: #3264fa;
}
.ueb-modal-confirm-success .ueb-modal-confirm-body > .anticon {
  color: #0ac77c;
}
.ueb-modal-confirm .ueb-zoom-leave .ueb-modal-confirm-btns {
  pointer-events: none;
}
.ueb-modal-wrap-rtl {
  direction: rtl;
}
.ueb-modal-wrap-rtl .ueb-modal-close {
  right: initial;
  left: 0;
}
.ueb-modal-wrap-rtl .ueb-modal-footer {
  text-align: left;
}
.ueb-modal-wrap-rtl .ueb-modal-footer .ueb-btn + .ueb-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ueb-modal-wrap-rtl .ueb-modal-confirm-body {
  direction: rtl;
}
.ueb-modal-wrap-rtl .ueb-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ueb-modal-wrap-rtl .ueb-modal-confirm-body > .anticon + .ueb-modal-confirm-title + .ueb-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ueb-modal-wrap-rtl .ueb-modal-confirm-btns {
  text-align: left;
}
.ueb-modal-wrap-rtl .ueb-modal-confirm-btns .ueb-btn + .ueb-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ueb-modal-wrap-rtl.ueb-modal-centered .ueb-modal {
  text-align: right;
}

/* 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 */
.ueb-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 4px;
  color: #1a2233;
  border-color: #e1e6f0;
  background: #fff;
}
.ueb-btn > .anticon {
  line-height: 1;
}
.ueb-btn,
.ueb-btn:active,
.ueb-btn:focus {
  outline: 0;
}
.ueb-btn:not([disabled]):hover {
  text-decoration: none;
}
.ueb-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ueb-btn[disabled] {
  cursor: not-allowed;
}
.ueb-btn[disabled] > * {
  pointer-events: none;
}
.ueb-btn-lg {
  height: 40px;
  padding: 6.4px 24px;
  font-size: 16px;
  border-radius: 4px;
}
.ueb-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.ueb-btn > a:only-child {
  color: currentcolor;
}
.ueb-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn:hover,
.ueb-btn:focus {
  color: #5c8aff;
  border-color: #5c8aff;
  background: #fff;
}
.ueb-btn:hover > a:only-child,
.ueb-btn:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn:hover > a:only-child::after,
.ueb-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn:active {
  color: #2047d4;
  border-color: #2047d4;
  background: #fff;
}
.ueb-btn:active > a:only-child {
  color: currentcolor;
}
.ueb-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn[disabled],
.ueb-btn[disabled]:hover,
.ueb-btn[disabled]:focus,
.ueb-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn[disabled] > a:only-child,
.ueb-btn[disabled]:hover > a:only-child,
.ueb-btn[disabled]:focus > a:only-child,
.ueb-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn[disabled] > a:only-child::after,
.ueb-btn[disabled]:hover > a:only-child::after,
.ueb-btn[disabled]:focus > a:only-child::after,
.ueb-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn:hover,
.ueb-btn:focus,
.ueb-btn:active {
  text-decoration: none;
  background: #fff;
}
.ueb-btn > span {
  display: inline-block;
}
.ueb-btn-primary {
  color: #fff;
  border-color: #3264fa;
  background: #3264fa;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ueb-btn-primary > a:only-child {
  color: currentcolor;
}
.ueb-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-primary:hover,
.ueb-btn-primary:focus {
  color: #fff;
  border-color: #5c8aff;
  background: #5c8aff;
}
.ueb-btn-primary:hover > a:only-child,
.ueb-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-primary:hover > a:only-child::after,
.ueb-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-primary:active {
  color: #fff;
  border-color: #2047d4;
  background: #2047d4;
}
.ueb-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-primary[disabled],
.ueb-btn-primary[disabled]:hover,
.ueb-btn-primary[disabled]:focus,
.ueb-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-primary[disabled] > a:only-child,
.ueb-btn-primary[disabled]:hover > a:only-child,
.ueb-btn-primary[disabled]:focus > a:only-child,
.ueb-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-primary[disabled] > a:only-child::after,
.ueb-btn-primary[disabled]:hover > a:only-child::after,
.ueb-btn-primary[disabled]:focus > a:only-child::after,
.ueb-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-group .ueb-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #5c8aff;
  border-left-color: #5c8aff;
}
.ueb-btn-group .ueb-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #e1e6f0;
}
.ueb-btn-group .ueb-btn-primary:first-child:not(:last-child) {
  border-right-color: #5c8aff;
}
.ueb-btn-group .ueb-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #e1e6f0;
}
.ueb-btn-group .ueb-btn-primary:last-child:not(:first-child),
.ueb-btn-group .ueb-btn-primary + .ueb-btn-primary {
  border-left-color: #5c8aff;
}
.ueb-btn-group .ueb-btn-primary:last-child:not(:first-child)[disabled],
.ueb-btn-group .ueb-btn-primary + .ueb-btn-primary[disabled] {
  border-left-color: #e1e6f0;
}
.ueb-btn-ghost {
  color: #1a2233;
  border-color: #e1e6f0;
  background: transparent;
}
.ueb-btn-ghost > a:only-child {
  color: currentcolor;
}
.ueb-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-ghost:hover,
.ueb-btn-ghost:focus {
  color: #5c8aff;
  border-color: #5c8aff;
  background: transparent;
}
.ueb-btn-ghost:hover > a:only-child,
.ueb-btn-ghost:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-ghost:hover > a:only-child::after,
.ueb-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-ghost:active {
  color: #2047d4;
  border-color: #2047d4;
  background: transparent;
}
.ueb-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-ghost[disabled],
.ueb-btn-ghost[disabled]:hover,
.ueb-btn-ghost[disabled]:focus,
.ueb-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-ghost[disabled] > a:only-child,
.ueb-btn-ghost[disabled]:hover > a:only-child,
.ueb-btn-ghost[disabled]:focus > a:only-child,
.ueb-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-ghost[disabled] > a:only-child::after,
.ueb-btn-ghost[disabled]:hover > a:only-child::after,
.ueb-btn-ghost[disabled]:focus > a:only-child::after,
.ueb-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dashed {
  color: #1a2233;
  border-color: #e1e6f0;
  background: #fff;
  border-style: dashed;
}
.ueb-btn-dashed > a:only-child {
  color: currentcolor;
}
.ueb-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dashed:hover,
.ueb-btn-dashed:focus {
  color: #5c8aff;
  border-color: #5c8aff;
  background: #fff;
}
.ueb-btn-dashed:hover > a:only-child,
.ueb-btn-dashed:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-dashed:hover > a:only-child::after,
.ueb-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dashed:active {
  color: #2047d4;
  border-color: #2047d4;
  background: #fff;
}
.ueb-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dashed[disabled],
.ueb-btn-dashed[disabled]:hover,
.ueb-btn-dashed[disabled]:focus,
.ueb-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-dashed[disabled] > a:only-child,
.ueb-btn-dashed[disabled]:hover > a:only-child,
.ueb-btn-dashed[disabled]:focus > a:only-child,
.ueb-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dashed[disabled] > a:only-child::after,
.ueb-btn-dashed[disabled]:hover > a:only-child::after,
.ueb-btn-dashed[disabled]:focus > a:only-child::after,
.ueb-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-danger {
  color: #fff;
  border-color: #ff6859;
  background: #ff6859;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ueb-btn-danger > a:only-child {
  color: currentcolor;
}
.ueb-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-danger:hover,
.ueb-btn-danger:focus {
  color: #fff;
  border-color: #ff9182;
  background: #ff9182;
}
.ueb-btn-danger:hover > a:only-child,
.ueb-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-danger:hover > a:only-child::after,
.ueb-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-danger:active {
  color: #fff;
  border-color: #d94941;
  background: #d94941;
}
.ueb-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-danger[disabled],
.ueb-btn-danger[disabled]:hover,
.ueb-btn-danger[disabled]:focus,
.ueb-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-danger[disabled] > a:only-child,
.ueb-btn-danger[disabled]:hover > a:only-child,
.ueb-btn-danger[disabled]:focus > a:only-child,
.ueb-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-danger[disabled] > a:only-child::after,
.ueb-btn-danger[disabled]:hover > a:only-child::after,
.ueb-btn-danger[disabled]:focus > a:only-child::after,
.ueb-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-link {
  color: #3264fa;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ueb-btn-link > a:only-child {
  color: currentcolor;
}
.ueb-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-link:hover,
.ueb-btn-link:focus {
  color: #5c8aff;
  border-color: #5c8aff;
  background: transparent;
}
.ueb-btn-link:hover > a:only-child,
.ueb-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-link:hover > a:only-child::after,
.ueb-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-link:active {
  color: #2047d4;
  border-color: #2047d4;
  background: transparent;
}
.ueb-btn-link:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-link[disabled],
.ueb-btn-link[disabled]:hover,
.ueb-btn-link[disabled]:focus,
.ueb-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-link[disabled] > a:only-child,
.ueb-btn-link[disabled]:hover > a:only-child,
.ueb-btn-link[disabled]:focus > a:only-child,
.ueb-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-link[disabled] > a:only-child::after,
.ueb-btn-link[disabled]:hover > a:only-child::after,
.ueb-btn-link[disabled]:focus > a:only-child::after,
.ueb-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-link:hover {
  background: transparent;
}
.ueb-btn-link:hover,
.ueb-btn-link:focus,
.ueb-btn-link:active {
  border-color: transparent;
}
.ueb-btn-link[disabled],
.ueb-btn-link[disabled]:hover,
.ueb-btn-link[disabled]:focus,
.ueb-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-link[disabled] > a:only-child,
.ueb-btn-link[disabled]:hover > a:only-child,
.ueb-btn-link[disabled]:focus > a:only-child,
.ueb-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-link[disabled] > a:only-child::after,
.ueb-btn-link[disabled]:hover > a:only-child::after,
.ueb-btn-link[disabled]:focus > a:only-child::after,
.ueb-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-text {
  color: #1a2233;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ueb-btn-text > a:only-child {
  color: currentcolor;
}
.ueb-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-text:hover,
.ueb-btn-text:focus {
  color: #5c8aff;
  border-color: #5c8aff;
  background: transparent;
}
.ueb-btn-text:hover > a:only-child,
.ueb-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-text:hover > a:only-child::after,
.ueb-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-text:active {
  color: #2047d4;
  border-color: #2047d4;
  background: transparent;
}
.ueb-btn-text:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-text[disabled],
.ueb-btn-text[disabled]:hover,
.ueb-btn-text[disabled]:focus,
.ueb-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-text[disabled] > a:only-child,
.ueb-btn-text[disabled]:hover > a:only-child,
.ueb-btn-text[disabled]:focus > a:only-child,
.ueb-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-text[disabled] > a:only-child::after,
.ueb-btn-text[disabled]:hover > a:only-child::after,
.ueb-btn-text[disabled]:focus > a:only-child::after,
.ueb-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-text:hover,
.ueb-btn-text:focus {
  color: #1a2233;
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ueb-btn-text:active {
  color: #1a2233;
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ueb-btn-text[disabled],
.ueb-btn-text[disabled]:hover,
.ueb-btn-text[disabled]:focus,
.ueb-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-text[disabled] > a:only-child,
.ueb-btn-text[disabled]:hover > a:only-child,
.ueb-btn-text[disabled]:focus > a:only-child,
.ueb-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-text[disabled] > a:only-child::after,
.ueb-btn-text[disabled]:hover > a:only-child::after,
.ueb-btn-text[disabled]:focus > a:only-child::after,
.ueb-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous {
  color: #ff6859;
  border-color: #ff6859;
  background: #fff;
}
.ueb-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous:hover,
.ueb-btn-dangerous:focus {
  color: #ff9182;
  border-color: #ff9182;
  background: #fff;
}
.ueb-btn-dangerous:hover > a:only-child,
.ueb-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous:hover > a:only-child::after,
.ueb-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous:active {
  color: #d94941;
  border-color: #d94941;
  background: #fff;
}
.ueb-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous[disabled],
.ueb-btn-dangerous[disabled]:hover,
.ueb-btn-dangerous[disabled]:focus,
.ueb-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-dangerous[disabled] > a:only-child,
.ueb-btn-dangerous[disabled]:hover > a:only-child,
.ueb-btn-dangerous[disabled]:focus > a:only-child,
.ueb-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous[disabled] > a:only-child::after,
.ueb-btn-dangerous[disabled]:hover > a:only-child::after,
.ueb-btn-dangerous[disabled]:focus > a:only-child::after,
.ueb-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-primary {
  color: #fff;
  border-color: #ff6859;
  background: #ff6859;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ueb-btn-dangerous.ueb-btn-primary > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-primary:hover,
.ueb-btn-dangerous.ueb-btn-primary:focus {
  color: #fff;
  border-color: #ff9182;
  background: #ff9182;
}
.ueb-btn-dangerous.ueb-btn-primary:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-primary:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-primary:active {
  color: #fff;
  border-color: #d94941;
  background: #d94941;
}
.ueb-btn-dangerous.ueb-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-primary[disabled],
.ueb-btn-dangerous.ueb-btn-primary[disabled]:hover,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:focus,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-dangerous.ueb-btn-primary[disabled] > a:only-child,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:focus > a:only-child,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-primary[disabled] > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:focus > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-link {
  color: #ff6859;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ueb-btn-dangerous.ueb-btn-link > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-link:hover,
.ueb-btn-dangerous.ueb-btn-link:focus {
  color: #5c8aff;
  border-color: #5c8aff;
  background: transparent;
}
.ueb-btn-dangerous.ueb-btn-link:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-link:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-link:active {
  color: #2047d4;
  border-color: #2047d4;
  background: transparent;
}
.ueb-btn-dangerous.ueb-btn-link:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-link[disabled],
.ueb-btn-dangerous.ueb-btn-link[disabled]:hover,
.ueb-btn-dangerous.ueb-btn-link[disabled]:focus,
.ueb-btn-dangerous.ueb-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-dangerous.ueb-btn-link[disabled] > a:only-child,
.ueb-btn-dangerous.ueb-btn-link[disabled]:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-link[disabled]:focus > a:only-child,
.ueb-btn-dangerous.ueb-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-link[disabled] > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link[disabled]:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link[disabled]:focus > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-link:hover,
.ueb-btn-dangerous.ueb-btn-link:focus {
  color: #ff9182;
  border-color: transparent;
  background: transparent;
}
.ueb-btn-dangerous.ueb-btn-link:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-link:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-link:active {
  color: #d94941;
  border-color: transparent;
  background: transparent;
}
.ueb-btn-dangerous.ueb-btn-link:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-link[disabled],
.ueb-btn-dangerous.ueb-btn-link[disabled]:hover,
.ueb-btn-dangerous.ueb-btn-link[disabled]:focus,
.ueb-btn-dangerous.ueb-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-dangerous.ueb-btn-link[disabled] > a:only-child,
.ueb-btn-dangerous.ueb-btn-link[disabled]:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-link[disabled]:focus > a:only-child,
.ueb-btn-dangerous.ueb-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-link[disabled] > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link[disabled]:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link[disabled]:focus > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-text {
  color: #ff6859;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ueb-btn-dangerous.ueb-btn-text > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-text:hover,
.ueb-btn-dangerous.ueb-btn-text:focus {
  color: #5c8aff;
  border-color: #5c8aff;
  background: transparent;
}
.ueb-btn-dangerous.ueb-btn-text:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-text:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-text:active {
  color: #2047d4;
  border-color: #2047d4;
  background: transparent;
}
.ueb-btn-dangerous.ueb-btn-text:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-text[disabled],
.ueb-btn-dangerous.ueb-btn-text[disabled]:hover,
.ueb-btn-dangerous.ueb-btn-text[disabled]:focus,
.ueb-btn-dangerous.ueb-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-dangerous.ueb-btn-text[disabled] > a:only-child,
.ueb-btn-dangerous.ueb-btn-text[disabled]:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-text[disabled]:focus > a:only-child,
.ueb-btn-dangerous.ueb-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-text[disabled] > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text[disabled]:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text[disabled]:focus > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-text:hover,
.ueb-btn-dangerous.ueb-btn-text:focus {
  color: #ff9182;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ueb-btn-dangerous.ueb-btn-text:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-text:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-text:active {
  color: #d94941;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ueb-btn-dangerous.ueb-btn-text:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-dangerous.ueb-btn-text[disabled],
.ueb-btn-dangerous.ueb-btn-text[disabled]:hover,
.ueb-btn-dangerous.ueb-btn-text[disabled]:focus,
.ueb-btn-dangerous.ueb-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-dangerous.ueb-btn-text[disabled] > a:only-child,
.ueb-btn-dangerous.ueb-btn-text[disabled]:hover > a:only-child,
.ueb-btn-dangerous.ueb-btn-text[disabled]:focus > a:only-child,
.ueb-btn-dangerous.ueb-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-dangerous.ueb-btn-text[disabled] > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text[disabled]:hover > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text[disabled]:focus > a:only-child::after,
.ueb-btn-dangerous.ueb-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: -3px;
}
.ueb-btn-icon-only > * {
  font-size: 16px;
}
.ueb-btn-icon-only.ueb-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 4px;
}
.ueb-btn-icon-only.ueb-btn-lg > * {
  font-size: 18px;
}
.ueb-btn-icon-only.ueb-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 4px;
}
.ueb-btn-icon-only.ueb-btn-sm > * {
  font-size: 14px;
}
.ueb-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
.ueb-btn-icon-only .anticon-loading {
  padding: 0 !important;
}
a.ueb-btn-icon-only {
  vertical-align: -1px;
}
a.ueb-btn-icon-only > .anticon {
  display: inline;
}
.ueb-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ueb-btn-round.ueb-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ueb-btn-round.ueb-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ueb-btn-round.ueb-btn-icon-only {
  width: auto;
}
.ueb-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ueb-btn-circle.ueb-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ueb-btn-circle.ueb-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ueb-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ueb-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-btn .anticon.anticon-plus > svg,
.ueb-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.ueb-btn.ueb-btn-loading {
  position: relative;
  cursor: default;
}
.ueb-btn.ueb-btn-loading::before {
  display: block;
}
.ueb-btn > .ueb-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-btn > .ueb-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ueb-btn > .ueb-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ueb-btn-group {
  position: relative;
  display: inline-flex;
}
.ueb-btn-group > .ueb-btn,
.ueb-btn-group > span > .ueb-btn {
  position: relative;
}
.ueb-btn-group > .ueb-btn:hover,
.ueb-btn-group > span > .ueb-btn:hover,
.ueb-btn-group > .ueb-btn:focus,
.ueb-btn-group > span > .ueb-btn:focus,
.ueb-btn-group > .ueb-btn:active,
.ueb-btn-group > span > .ueb-btn:active {
  z-index: 2;
}
.ueb-btn-group > .ueb-btn[disabled],
.ueb-btn-group > span > .ueb-btn[disabled] {
  z-index: 0;
}
.ueb-btn-group .ueb-btn-icon-only {
  font-size: 14px;
}
.ueb-btn-group .ueb-btn + .ueb-btn,
.ueb-btn + .ueb-btn-group,
.ueb-btn-group span + .ueb-btn,
.ueb-btn-group .ueb-btn + span,
.ueb-btn-group > span + span,
.ueb-btn-group + .ueb-btn,
.ueb-btn-group + .ueb-btn-group {
  margin-left: -1px;
}
.ueb-btn-group .ueb-btn-primary + .ueb-btn:not(.ueb-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ueb-btn-group .ueb-btn {
  border-radius: 0;
}
.ueb-btn-group > .ueb-btn:first-child,
.ueb-btn-group > span:first-child > .ueb-btn {
  margin-left: 0;
}
.ueb-btn-group > .ueb-btn:only-child {
  border-radius: 4px;
}
.ueb-btn-group > span:only-child > .ueb-btn {
  border-radius: 4px;
}
.ueb-btn-group > .ueb-btn:first-child:not(:last-child),
.ueb-btn-group > span:first-child:not(:last-child) > .ueb-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ueb-btn-group > .ueb-btn:last-child:not(:first-child),
.ueb-btn-group > span:last-child:not(:first-child) > .ueb-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ueb-btn-group-sm > .ueb-btn:only-child {
  border-radius: 4px;
}
.ueb-btn-group-sm > span:only-child > .ueb-btn {
  border-radius: 4px;
}
.ueb-btn-group-sm > .ueb-btn:first-child:not(:last-child),
.ueb-btn-group-sm > span:first-child:not(:last-child) > .ueb-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ueb-btn-group-sm > .ueb-btn:last-child:not(:first-child),
.ueb-btn-group-sm > span:last-child:not(:first-child) > .ueb-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ueb-btn-group > .ueb-btn-group {
  float: left;
}
.ueb-btn-group > .ueb-btn-group:not(:first-child):not(:last-child) > .ueb-btn {
  border-radius: 0;
}
.ueb-btn-group > .ueb-btn-group:first-child:not(:last-child) > .ueb-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-btn-group > .ueb-btn-group:last-child:not(:first-child) > .ueb-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-btn-rtl.ueb-btn-group .ueb-btn + .ueb-btn,
.ueb-btn-rtl.ueb-btn + .ueb-btn-group,
.ueb-btn-rtl.ueb-btn-group span + .ueb-btn,
.ueb-btn-rtl.ueb-btn-group .ueb-btn + span,
.ueb-btn-rtl.ueb-btn-group > span + span,
.ueb-btn-rtl.ueb-btn-group + .ueb-btn,
.ueb-btn-rtl.ueb-btn-group + .ueb-btn-group,
.ueb-btn-group-rtl.ueb-btn-group .ueb-btn + .ueb-btn,
.ueb-btn-group-rtl.ueb-btn + .ueb-btn-group,
.ueb-btn-group-rtl.ueb-btn-group span + .ueb-btn,
.ueb-btn-group-rtl.ueb-btn-group .ueb-btn + span,
.ueb-btn-group-rtl.ueb-btn-group > span + span,
.ueb-btn-group-rtl.ueb-btn-group + .ueb-btn,
.ueb-btn-group-rtl.ueb-btn-group + .ueb-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ueb-btn-group.ueb-btn-group-rtl {
  direction: rtl;
}
.ueb-btn-group-rtl.ueb-btn-group > .ueb-btn:first-child:not(:last-child),
.ueb-btn-group-rtl.ueb-btn-group > span:first-child:not(:last-child) > .ueb-btn {
  border-radius: 0 4px 4px 0;
}
.ueb-btn-group-rtl.ueb-btn-group > .ueb-btn:last-child:not(:first-child),
.ueb-btn-group-rtl.ueb-btn-group > span:last-child:not(:first-child) > .ueb-btn {
  border-radius: 4px 0 0 4px;
}
.ueb-btn-group-rtl.ueb-btn-group-sm > .ueb-btn:first-child:not(:last-child),
.ueb-btn-group-rtl.ueb-btn-group-sm > span:first-child:not(:last-child) > .ueb-btn {
  border-radius: 0 4px 4px 0;
}
.ueb-btn-group-rtl.ueb-btn-group-sm > .ueb-btn:last-child:not(:first-child),
.ueb-btn-group-rtl.ueb-btn-group-sm > span:last-child:not(:first-child) > .ueb-btn {
  border-radius: 4px 0 0 4px;
}
.ueb-btn:focus > span,
.ueb-btn:active > span {
  position: relative;
}
.ueb-btn > .anticon + span,
.ueb-btn > span + .anticon {
  margin-left: 8px;
}
.ueb-btn.ueb-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ueb-btn.ueb-btn-background-ghost,
.ueb-btn.ueb-btn-background-ghost:hover,
.ueb-btn.ueb-btn-background-ghost:active,
.ueb-btn.ueb-btn-background-ghost:focus {
  background: transparent;
}
.ueb-btn.ueb-btn-background-ghost:hover,
.ueb-btn.ueb-btn-background-ghost:focus {
  color: #5c8aff;
  border-color: #5c8aff;
}
.ueb-btn.ueb-btn-background-ghost:active {
  color: #2047d4;
  border-color: #2047d4;
}
.ueb-btn.ueb-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #e1e6f0;
}
.ueb-btn-background-ghost.ueb-btn-primary {
  color: #3264fa;
  border-color: #3264fa;
  text-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-primary > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-primary:hover,
.ueb-btn-background-ghost.ueb-btn-primary:focus {
  color: #5c8aff;
  border-color: #5c8aff;
}
.ueb-btn-background-ghost.ueb-btn-primary:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-primary:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-primary:active {
  color: #2047d4;
  border-color: #2047d4;
}
.ueb-btn-background-ghost.ueb-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-primary[disabled],
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:hover,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:focus,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-primary[disabled] > a:only-child,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:focus > a:only-child,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-primary[disabled] > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:focus > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-danger {
  color: #ff6859;
  border-color: #ff6859;
  text-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-danger > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-danger:hover,
.ueb-btn-background-ghost.ueb-btn-danger:focus {
  color: #ff9182;
  border-color: #ff9182;
}
.ueb-btn-background-ghost.ueb-btn-danger:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-danger:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-danger:active {
  color: #d94941;
  border-color: #d94941;
}
.ueb-btn-background-ghost.ueb-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-danger[disabled],
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:hover,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:focus,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-danger[disabled] > a:only-child,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:focus > a:only-child,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-danger[disabled] > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:focus > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous {
  color: #ff6859;
  border-color: #ff6859;
  text-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous:hover,
.ueb-btn-background-ghost.ueb-btn-dangerous:focus {
  color: #ff9182;
  border-color: #ff9182;
}
.ueb-btn-background-ghost.ueb-btn-dangerous:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous:active {
  color: #d94941;
  border-color: #d94941;
}
.ueb-btn-background-ghost.ueb-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled],
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:hover,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:focus,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled] > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:focus > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled] > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:focus > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link {
  color: #ff6859;
  border-color: transparent;
  text-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:hover,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:focus {
  color: #ff9182;
  border-color: transparent;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:active {
  color: #d94941;
  border-color: transparent;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled],
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:hover,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:focus,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  background: #f5f7fa;
  text-shadow: none;
  box-shadow: none;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled] > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:hover > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:focus > a:only-child,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled] > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:hover > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:focus > a:only-child::after,
.ueb-btn-background-ghost.ueb-btn-dangerous.ueb-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ueb-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ueb-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ueb-btn.ueb-btn-block {
  width: 100%;
}
.ueb-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ueb-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.ueb-btn-disabled {
  cursor: not-allowed;
}
a.ueb-btn-disabled > * {
  pointer-events: none;
}
a.ueb-btn-disabled,
a.ueb-btn-disabled:hover,
a.ueb-btn-disabled:focus,
a.ueb-btn-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
a.ueb-btn-disabled > a:only-child,
a.ueb-btn-disabled:hover > a:only-child,
a.ueb-btn-disabled:focus > a:only-child,
a.ueb-btn-disabled:active > a:only-child {
  color: currentcolor;
}
a.ueb-btn-disabled > a:only-child::after,
a.ueb-btn-disabled:hover > a:only-child::after,
a.ueb-btn-disabled:focus > a:only-child::after,
a.ueb-btn-disabled:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
a.ueb-btn-lg {
  line-height: 38px;
}
a.ueb-btn-sm {
  line-height: 22px;
}
.ueb-btn-compact-item:not(.ueb-btn-compact-last-item):not(.ueb-btn-compact-item-rtl) {
  margin-right: -1px;
}
.ueb-btn-compact-item:not(.ueb-btn-compact-last-item).ueb-btn-compact-item-rtl {
  margin-left: -1px;
}
.ueb-btn-compact-item:hover,
.ueb-btn-compact-item:focus,
.ueb-btn-compact-item:active {
  z-index: 2;
}
.ueb-btn-compact-item[disabled] {
  z-index: 0;
}
.ueb-btn-compact-item:not(.ueb-btn-compact-first-item):not(.ueb-btn-compact-last-item).ueb-btn {
  border-radius: 0;
}
.ueb-btn-compact-item.ueb-btn.ueb-btn-compact-first-item:not(.ueb-btn-compact-last-item):not(.ueb-btn-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-btn-compact-item.ueb-btn.ueb-btn-compact-last-item:not(.ueb-btn-compact-first-item):not(.ueb-btn-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-btn-compact-item.ueb-btn.ueb-btn-compact-item-rtl.ueb-btn-compact-first-item:not(.ueb-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-btn-compact-item.ueb-btn.ueb-btn-compact-item-rtl.ueb-btn-compact-last-item:not(.ueb-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-btn-icon-only.ueb-btn-compact-item {
  flex: none;
}
.ueb-btn-compact-item.ueb-btn-primary:not([disabled]) + .ueb-btn-compact-item.ueb-btn-primary:not([disabled]) {
  position: relative;
}
.ueb-btn-compact-item.ueb-btn-primary:not([disabled]) + .ueb-btn-compact-item.ueb-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 1px;
  height: calc(100% + 1px * 2);
  background-color: #5c8aff;
  content: ' ';
}
.ueb-btn-compact-item-rtl.ueb-btn-compact-first-item.ueb-btn-compact-item-rtl:not(.ueb-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-btn-compact-item-rtl.ueb-btn-compact-last-item.ueb-btn-compact-item-rtl:not(.ueb-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-btn-compact-item-rtl.ueb-btn-sm.ueb-btn-compact-first-item.ueb-btn-compact-item-rtl.ueb-btn-sm:not(.ueb-btn-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-btn-compact-item-rtl.ueb-btn-sm.ueb-btn-compact-last-item.ueb-btn-compact-item-rtl.ueb-btn-sm:not(.ueb-btn-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-btn-compact-item-rtl.ueb-btn-primary:not([disabled]) + .ueb-btn-compact-item-rtl.ueb-btn-primary:not([disabled])::after {
  right: -1px;
}
.ueb-btn-compact-vertical-item:not(.ueb-btn-compact-vertical-last-item) {
  margin-bottom: -1px;
}
.ueb-btn-compact-vertical-item:hover,
.ueb-btn-compact-vertical-item:focus,
.ueb-btn-compact-vertical-item:active {
  z-index: 2;
}
.ueb-btn-compact-vertical-item[disabled] {
  z-index: 0;
}
.ueb-btn-compact-vertical-item:not(.ueb-btn-compact-vertical-first-item):not(.ueb-btn-compact-vertical-last-item) {
  border-radius: 0;
}
.ueb-btn-compact-vertical-item.ueb-btn-compact-vertical-first-item:not(.ueb-btn-compact-vertical-last-item) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-btn-compact-vertical-item.ueb-btn-compact-vertical-last-item:not(.ueb-btn-compact-vertical-first-item) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ueb-btn-compact-vertical-item.ueb-btn-primary:not([disabled]) + .ueb-btn-compact-vertical-item.ueb-btn-primary:not([disabled]) {
  position: relative;
}
.ueb-btn-compact-vertical-item.ueb-btn-primary:not([disabled]) + .ueb-btn-compact-vertical-item.ueb-btn-primary:not([disabled])::after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: calc(100% + 1px * 2);
  height: 1px;
  background-color: #5c8aff;
  content: ' ';
}
.ueb-btn-rtl {
  direction: rtl;
}
.ueb-btn-group-rtl.ueb-btn-group .ueb-btn-primary:last-child:not(:first-child),
.ueb-btn-group-rtl.ueb-btn-group .ueb-btn-primary + .ueb-btn-primary {
  border-right-color: #5c8aff;
  border-left-color: #e1e6f0;
}
.ueb-btn-group-rtl.ueb-btn-group .ueb-btn-primary:last-child:not(:first-child)[disabled],
.ueb-btn-group-rtl.ueb-btn-group .ueb-btn-primary + .ueb-btn-primary[disabled] {
  border-right-color: #e1e6f0;
  border-left-color: #5c8aff;
}
.ueb-btn-rtl.ueb-btn > .ueb-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ueb-btn-rtl.ueb-btn > .anticon + span,
.ueb-btn-rtl.ueb-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #3264fa;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ueb-spin-nested-loading {
  position: relative;
}
.ueb-spin-nested-loading > div > .ueb-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ueb-spin-nested-loading > div > .ueb-spin .ueb-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ueb-spin-nested-loading > div > .ueb-spin .ueb-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  text-shadow: 0 1px 2px #fff;
}
.ueb-spin-nested-loading > div > .ueb-spin.ueb-spin-show-text .ueb-spin-dot {
  margin-top: -20px;
}
.ueb-spin-nested-loading > div > .ueb-spin-sm .ueb-spin-dot {
  margin: -7px;
}
.ueb-spin-nested-loading > div > .ueb-spin-sm .ueb-spin-text {
  padding-top: 2px;
}
.ueb-spin-nested-loading > div > .ueb-spin-sm.ueb-spin-show-text .ueb-spin-dot {
  margin-top: -17px;
}
.ueb-spin-nested-loading > div > .ueb-spin-lg .ueb-spin-dot {
  margin: -16px;
}
.ueb-spin-nested-loading > div > .ueb-spin-lg .ueb-spin-text {
  padding-top: 11px;
}
.ueb-spin-nested-loading > div > .ueb-spin-lg.ueb-spin-show-text .ueb-spin-dot {
  margin-top: -26px;
}
.ueb-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ueb-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ueb-spin-blur {
  clear: both;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ueb-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ueb-spin-tip {
  color: #575c66;
}
.ueb-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ueb-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #3264fa;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ueb-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ueb-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ueb-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ueb-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ueb-spin-dot-spin {
  transform: rotate(0deg);
  animation: antRotate 1.2s infinite linear;
}
.ueb-spin-sm .ueb-spin-dot {
  font-size: 14px;
}
.ueb-spin-sm .ueb-spin-dot i {
  width: 6px;
  height: 6px;
}
.ueb-spin-lg .ueb-spin-dot {
  font-size: 32px;
}
.ueb-spin-lg .ueb-spin-dot i {
  width: 14px;
  height: 14px;
}
.ueb-spin.ueb-spin-show-text .ueb-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ueb-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}
.ueb-spin-rtl {
  direction: rtl;
}
.ueb-spin-rtl .ueb-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

.style_page-loading__Xt1AH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/* 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 */
.ueb-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f2f5fa;
}
.ueb-layout,
.ueb-layout * {
  box-sizing: border-box;
}
.ueb-layout.ueb-layout-has-sider {
  flex-direction: row;
}
.ueb-layout.ueb-layout-has-sider > .ueb-layout,
.ueb-layout.ueb-layout-has-sider > .ueb-layout-content {
  width: 0;
}
.ueb-layout-header,
.ueb-layout-footer {
  flex: 0 0 auto;
}
.ueb-layout-header {
  height: 64px;
  padding: 0 50px;
  color: #1a2233;
  line-height: 64px;
  background: #001529;
}
.ueb-layout-footer {
  padding: 24px 50px;
  color: #1a2233;
  font-size: 14px;
  background: #f2f5fa;
}
.ueb-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ueb-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}
.ueb-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ueb-layout-sider-children .ueb-menu.ueb-menu-inline-collapsed {
  width: auto;
}
.ueb-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ueb-layout-sider-right {
  order: 1;
}
.ueb-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.ueb-layout-sider-zero-width > * {
  overflow: hidden;
}
.ueb-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;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ueb-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.ueb-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}
.ueb-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}
.ueb-layout-sider-light {
  background: #fff;
}
.ueb-layout-sider-light .ueb-layout-sider-trigger {
  color: #1a2233;
  background: #fff;
}
.ueb-layout-sider-light .ueb-layout-sider-zero-width-trigger {
  color: #1a2233;
  background: #fff;
}
.ueb-layout-rtl {
  direction: rtl;
}

.style_footer-inner__nBQw3 {
  color: #858c99;
  text-align: center;
}
.style_footer-inner__nBQw3 > span {
  margin: 0 16px;
}
@media screen and (max-width: 992px) {
  .style_footer-inner__nBQw3 span:nth-child(1) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .ueb-layout-footer {
    padding: 24px;
  }
  .style_footer-inner__nBQw3 > span {
    display: block;
    margin: 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 */
.ueb-space {
  display: inline-flex;
}
.ueb-space-vertical {
  flex-direction: column;
}
.ueb-space-align-center {
  align-items: center;
}
.ueb-space-align-start {
  align-items: flex-start;
}
.ueb-space-align-end {
  align-items: flex-end;
}
.ueb-space-align-baseline {
  align-items: baseline;
}
.ueb-space-item:empty {
  display: none;
}
.ueb-space-compact {
  display: inline-flex;
}
.ueb-space-compact-block {
  display: flex;
  width: 100%;
}
.ueb-space-compact-vertical {
  flex-direction: column;
}
.ueb-space-rtl {
  direction: rtl;
}
.ueb-space-compact-rtl {
  direction: rtl;
}

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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-menu-item-danger.ueb-menu-item {
  color: #ff6859;
}
.ueb-menu-item-danger.ueb-menu-item:hover,
.ueb-menu-item-danger.ueb-menu-item-active {
  color: #ff6859;
}
.ueb-menu-item-danger.ueb-menu-item:active {
  background: #fff1f0;
}
.ueb-menu-item-danger.ueb-menu-item-selected {
  color: #ff6859;
}
.ueb-menu-item-danger.ueb-menu-item-selected > a,
.ueb-menu-item-danger.ueb-menu-item-selected > a:hover {
  color: #ff6859;
}
.ueb-menu:not(.ueb-menu-horizontal) .ueb-menu-item-danger.ueb-menu-item-selected {
  background-color: #fff1f0;
}
.ueb-menu-inline .ueb-menu-item-danger.ueb-menu-item::after {
  border-right-color: #ff6859;
}
.ueb-menu-dark .ueb-menu-item-danger.ueb-menu-item,
.ueb-menu-dark .ueb-menu-item-danger.ueb-menu-item:hover,
.ueb-menu-dark .ueb-menu-item-danger.ueb-menu-item > a {
  color: #ff6859;
}
.ueb-menu-dark.ueb-menu-dark:not(.ueb-menu-horizontal) .ueb-menu-item-danger.ueb-menu-item-selected {
  color: #fff;
  background-color: #ff6859;
}
.ueb-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #1a2233;
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.ueb-menu::before {
  display: table;
  content: '';
}
.ueb-menu::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-menu.ueb-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #d6e6ff;
}
.ueb-menu ul,
.ueb-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ueb-menu-overflow {
  display: flex;
}
.ueb-menu-overflow-item {
  flex: none;
}
.ueb-menu-hidden,
.ueb-menu-submenu-hidden {
  display: none;
}
.ueb-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: #575c66;
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}
.ueb-menu-horizontal .ueb-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-menu-submenu,
.ueb-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-menu-submenu-selected {
  color: #3264fa;
}
.ueb-menu-item:active,
.ueb-menu-submenu-title:active {
  background: #f0f6ff;
}
.ueb-menu-submenu .ueb-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-menu-title-content {
  transition: color 0.3s;
}
.ueb-menu-item a {
  color: #1a2233;
}
.ueb-menu-item a:hover {
  color: #3264fa;
}
.ueb-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ueb-menu-item > .ueb-badge a {
  color: #1a2233;
}
.ueb-menu-item > .ueb-badge a:hover {
  color: #3264fa;
}
.ueb-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0;
}
.ueb-menu-item-divider-dashed {
  border-style: dashed;
}
.ueb-menu-horizontal .ueb-menu-item,
.ueb-menu-horizontal .ueb-menu-submenu {
  margin-top: -1px;
}
.ueb-menu-horizontal > .ueb-menu-item:hover,
.ueb-menu-horizontal > .ueb-menu-item-active,
.ueb-menu-horizontal > .ueb-menu-submenu .ueb-menu-submenu-title:hover {
  background-color: transparent;
}
.ueb-menu-item-selected {
  color: #3264fa;
}
.ueb-menu-item-selected a,
.ueb-menu-item-selected a:hover {
  color: #3264fa;
}
.ueb-menu:not(.ueb-menu-horizontal) .ueb-menu-item-selected {
  background-color: #f0f6ff;
}
.ueb-menu-inline,
.ueb-menu-vertical,
.ueb-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}
.ueb-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}
.ueb-menu-vertical.ueb-menu-sub,
.ueb-menu-vertical-left.ueb-menu-sub,
.ueb-menu-vertical-right.ueb-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}
.ueb-menu-vertical.ueb-menu-sub:not([class*='-active']),
.ueb-menu-vertical-left.ueb-menu-sub:not([class*='-active']),
.ueb-menu-vertical-right.ueb-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ueb-menu-vertical.ueb-menu-sub .ueb-menu-item,
.ueb-menu-vertical-left.ueb-menu-sub .ueb-menu-item,
.ueb-menu-vertical-right.ueb-menu-sub .ueb-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ueb-menu-vertical.ueb-menu-sub .ueb-menu-item::after,
.ueb-menu-vertical-left.ueb-menu-sub .ueb-menu-item::after,
.ueb-menu-vertical-right.ueb-menu-sub .ueb-menu-item::after {
  border-right: 0;
}
.ueb-menu-vertical.ueb-menu-sub > .ueb-menu-item,
.ueb-menu-vertical-left.ueb-menu-sub > .ueb-menu-item,
.ueb-menu-vertical-right.ueb-menu-sub > .ueb-menu-item,
.ueb-menu-vertical.ueb-menu-sub > .ueb-menu-submenu,
.ueb-menu-vertical-left.ueb-menu-sub > .ueb-menu-submenu,
.ueb-menu-vertical-right.ueb-menu-sub > .ueb-menu-submenu {
  transform-origin: 0 0;
}
.ueb-menu-horizontal.ueb-menu-sub {
  min-width: 114px;
}
.ueb-menu-horizontal .ueb-menu-item,
.ueb-menu-horizontal .ueb-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}
.ueb-menu-item,
.ueb-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-menu-item .ueb-menu-item-icon,
.ueb-menu-submenu-title .ueb-menu-item-icon,
.ueb-menu-item .anticon,
.ueb-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}
.ueb-menu-item .ueb-menu-item-icon + span,
.ueb-menu-submenu-title .ueb-menu-item-icon + span,
.ueb-menu-item .anticon + span,
.ueb-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}
.ueb-menu-item .ueb-menu-item-icon.svg,
.ueb-menu-submenu-title .ueb-menu-item-icon.svg {
  vertical-align: -0.125em;
}
.ueb-menu-item.ueb-menu-item-only-child > .anticon,
.ueb-menu-submenu-title.ueb-menu-item-only-child > .anticon,
.ueb-menu-item.ueb-menu-item-only-child > .ueb-menu-item-icon,
.ueb-menu-submenu-title.ueb-menu-item-only-child > .ueb-menu-item-icon {
  margin-right: 0;
}
.ueb-menu-item:not(.ueb-menu-item-disabled):focus-visible,
.ueb-menu-submenu-title:not(.ueb-menu-item-disabled):focus-visible {
  box-shadow: 0 0 0 2px #d6e6ff;
}
.ueb-menu > .ueb-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}
.ueb-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  transform-origin: 0 0;
}
.ueb-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}
.ueb-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ueb-menu-submenu > .ueb-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ueb-menu-submenu > .ueb-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-menu-submenu-popup > .ueb-menu {
  background-color: #fff;
}
.ueb-menu-submenu-expand-icon,
.ueb-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: #1a2233;
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-menu-submenu-arrow::before,
.ueb-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ueb-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}
.ueb-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}
.ueb-menu-submenu:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-expand-icon,
.ueb-menu-submenu:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow {
  color: #3264fa;
}
.ueb-menu-inline-collapsed .ueb-menu-submenu-arrow::before,
.ueb-menu-submenu-inline .ueb-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}
.ueb-menu-inline-collapsed .ueb-menu-submenu-arrow::after,
.ueb-menu-submenu-inline .ueb-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}
.ueb-menu-submenu-horizontal .ueb-menu-submenu-arrow {
  display: none;
}
.ueb-menu-submenu-open.ueb-menu-submenu-inline > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ueb-menu-submenu-open.ueb-menu-submenu-inline > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}
.ueb-menu-submenu-open.ueb-menu-submenu-inline > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}
.ueb-menu-vertical .ueb-menu-submenu-selected,
.ueb-menu-vertical-left .ueb-menu-submenu-selected,
.ueb-menu-vertical-right .ueb-menu-submenu-selected {
  color: #3264fa;
}
.ueb-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item:hover,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu:hover,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item-active,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu-active,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item-open,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu-open,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item-selected,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu-selected {
  color: #3264fa;
}
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item:hover::after,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu:hover::after,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item-active::after,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu-active::after,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item-open::after,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu-open::after,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-item-selected::after,
.ueb-menu-horizontal:not(.ueb-menu-dark) > .ueb-menu-submenu-selected::after {
  border-bottom: 2px solid #3264fa;
}
.ueb-menu-horizontal > .ueb-menu-item,
.ueb-menu-horizontal > .ueb-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
.ueb-menu-horizontal > .ueb-menu-item::after,
.ueb-menu-horizontal > .ueb-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ueb-menu-horizontal > .ueb-menu-submenu > .ueb-menu-submenu-title {
  padding: 0;
}
.ueb-menu-horizontal > .ueb-menu-item a {
  color: #1a2233;
}
.ueb-menu-horizontal > .ueb-menu-item a:hover {
  color: #3264fa;
}
.ueb-menu-horizontal > .ueb-menu-item a::before {
  bottom: -2px;
}
.ueb-menu-horizontal > .ueb-menu-item-selected a {
  color: #3264fa;
}
.ueb-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.ueb-menu-vertical .ueb-menu-item,
.ueb-menu-vertical-left .ueb-menu-item,
.ueb-menu-vertical-right .ueb-menu-item,
.ueb-menu-inline .ueb-menu-item {
  position: relative;
}
.ueb-menu-vertical .ueb-menu-item::after,
.ueb-menu-vertical-left .ueb-menu-item::after,
.ueb-menu-vertical-right .ueb-menu-item::after,
.ueb-menu-inline .ueb-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #3264fa;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ueb-menu-vertical .ueb-menu-item,
.ueb-menu-vertical-left .ueb-menu-item,
.ueb-menu-vertical-right .ueb-menu-item,
.ueb-menu-inline .ueb-menu-item,
.ueb-menu-vertical .ueb-menu-submenu-title,
.ueb-menu-vertical-left .ueb-menu-submenu-title,
.ueb-menu-vertical-right .ueb-menu-submenu-title,
.ueb-menu-inline .ueb-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ueb-menu-vertical .ueb-menu-submenu,
.ueb-menu-vertical-left .ueb-menu-submenu,
.ueb-menu-vertical-right .ueb-menu-submenu,
.ueb-menu-inline .ueb-menu-submenu {
  padding-bottom: 0.02px;
}
.ueb-menu-vertical .ueb-menu-item:not(:last-child),
.ueb-menu-vertical-left .ueb-menu-item:not(:last-child),
.ueb-menu-vertical-right .ueb-menu-item:not(:last-child),
.ueb-menu-inline .ueb-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ueb-menu-vertical > .ueb-menu-item,
.ueb-menu-vertical-left > .ueb-menu-item,
.ueb-menu-vertical-right > .ueb-menu-item,
.ueb-menu-inline > .ueb-menu-item,
.ueb-menu-vertical > .ueb-menu-submenu > .ueb-menu-submenu-title,
.ueb-menu-vertical-left > .ueb-menu-submenu > .ueb-menu-submenu-title,
.ueb-menu-vertical-right > .ueb-menu-submenu > .ueb-menu-submenu-title,
.ueb-menu-inline > .ueb-menu-submenu > .ueb-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ueb-menu-vertical .ueb-menu-item-group-list .ueb-menu-submenu-title,
.ueb-menu-vertical .ueb-menu-submenu-title {
  padding-right: 34px;
}
.ueb-menu-inline {
  width: 100%;
}
.ueb-menu-inline .ueb-menu-selected::after,
.ueb-menu-inline .ueb-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-menu-inline .ueb-menu-item,
.ueb-menu-inline .ueb-menu-submenu-title {
  width: calc(100% + 1px);
}
.ueb-menu-inline .ueb-menu-item-group-list .ueb-menu-submenu-title,
.ueb-menu-inline .ueb-menu-submenu-title {
  padding-right: 34px;
}
.ueb-menu-inline.ueb-menu-root .ueb-menu-item,
.ueb-menu-inline.ueb-menu-root .ueb-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ueb-menu-inline.ueb-menu-root .ueb-menu-item > .ueb-menu-title-content,
.ueb-menu-inline.ueb-menu-root .ueb-menu-submenu-title > .ueb-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ueb-menu-inline.ueb-menu-root .ueb-menu-item > *,
.ueb-menu-inline.ueb-menu-root .ueb-menu-submenu-title > * {
  flex: none;
}
.ueb-menu.ueb-menu-inline-collapsed {
  width: 80px;
}
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-item,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-submenu > .ueb-menu-submenu-title,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-submenu > .ueb-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item .ueb-menu-submenu-arrow,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-item .ueb-menu-submenu-arrow,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-submenu > .ueb-menu-submenu-title .ueb-menu-submenu-arrow,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-submenu > .ueb-menu-submenu-title .ueb-menu-submenu-arrow {
  opacity: 0;
}
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item .ueb-menu-item-icon,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-item .ueb-menu-item-icon,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-submenu > .ueb-menu-submenu-title .ueb-menu-item-icon,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-submenu > .ueb-menu-submenu-title .ueb-menu-item-icon,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item .anticon,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-item .anticon,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-submenu > .ueb-menu-submenu-title .anticon,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-submenu > .ueb-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item .ueb-menu-item-icon + span,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-item .ueb-menu-item-icon + span,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-submenu > .ueb-menu-submenu-title .ueb-menu-item-icon + span,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-submenu > .ueb-menu-submenu-title .ueb-menu-item-icon + span,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item .anticon + span,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-item .anticon + span,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-item-group > .ueb-menu-item-group-list > .ueb-menu-submenu > .ueb-menu-submenu-title .anticon + span,
.ueb-menu.ueb-menu-inline-collapsed > .ueb-menu-submenu > .ueb-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}
.ueb-menu.ueb-menu-inline-collapsed .ueb-menu-item-icon,
.ueb-menu.ueb-menu-inline-collapsed .anticon {
  display: inline-block;
}
.ueb-menu.ueb-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ueb-menu.ueb-menu-inline-collapsed-tooltip .ueb-menu-item-icon,
.ueb-menu.ueb-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ueb-menu.ueb-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ueb-menu.ueb-menu-inline-collapsed .ueb-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ueb-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ueb-menu-item-group-list .ueb-menu-item,
.ueb-menu-item-group-list .ueb-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ueb-menu-root.ueb-menu-vertical,
.ueb-menu-root.ueb-menu-vertical-left,
.ueb-menu-root.ueb-menu-vertical-right,
.ueb-menu-root.ueb-menu-inline {
  box-shadow: none;
}
.ueb-menu-root.ueb-menu-inline-collapsed .ueb-menu-item > .ueb-menu-inline-collapsed-noicon,
.ueb-menu-root.ueb-menu-inline-collapsed .ueb-menu-submenu .ueb-menu-submenu-title > .ueb-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}
.ueb-menu-sub.ueb-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ueb-menu-sub.ueb-menu-inline > .ueb-menu-item,
.ueb-menu-sub.ueb-menu-inline > .ueb-menu-submenu > .ueb-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ueb-menu-sub.ueb-menu-inline .ueb-menu-item-group-title {
  padding-left: 32px;
}
.ueb-menu-item-disabled,
.ueb-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}
.ueb-menu-item-disabled::after,
.ueb-menu-submenu-disabled::after {
  border-color: transparent !important;
}
.ueb-menu-item-disabled a,
.ueb-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ueb-menu-item-disabled > .ueb-menu-submenu-title,
.ueb-menu-submenu-disabled > .ueb-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ueb-menu-item-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-submenu-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-item-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-submenu-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ueb-layout-header .ueb-menu {
  line-height: inherit;
}
.ueb-menu-inline-collapsed-tooltip a,
.ueb-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}
.ueb-menu-light .ueb-menu-item:hover,
.ueb-menu-light .ueb-menu-item-active,
.ueb-menu-light .ueb-menu:not(.ueb-menu-inline) .ueb-menu-submenu-open,
.ueb-menu-light .ueb-menu-submenu-active,
.ueb-menu-light .ueb-menu-submenu-title:hover {
  color: #3264fa;
}
.ueb-menu.ueb-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #2047d4;
}
.ueb-menu-dark .ueb-menu-item:focus-visible,
.ueb-menu-dark .ueb-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #2047d4;
}
.ueb-menu.ueb-menu-dark,
.ueb-menu-dark .ueb-menu-sub,
.ueb-menu.ueb-menu-dark .ueb-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ueb-menu.ueb-menu-dark .ueb-menu-submenu-title .ueb-menu-submenu-arrow,
.ueb-menu-dark .ueb-menu-sub .ueb-menu-submenu-title .ueb-menu-submenu-arrow,
.ueb-menu.ueb-menu-dark .ueb-menu-sub .ueb-menu-submenu-title .ueb-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.ueb-menu.ueb-menu-dark .ueb-menu-submenu-title .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-sub .ueb-menu-submenu-title .ueb-menu-submenu-arrow::after,
.ueb-menu.ueb-menu-dark .ueb-menu-sub .ueb-menu-submenu-title .ueb-menu-submenu-arrow::after,
.ueb-menu.ueb-menu-dark .ueb-menu-submenu-title .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-sub .ueb-menu-submenu-title .ueb-menu-submenu-arrow::before,
.ueb-menu.ueb-menu-dark .ueb-menu-sub .ueb-menu-submenu-title .ueb-menu-submenu-arrow::before {
  background: #fff;
}
.ueb-menu-dark.ueb-menu-submenu-popup {
  background: transparent;
}
.ueb-menu-dark .ueb-menu-inline.ueb-menu-sub {
  background: #000c17;
}
.ueb-menu-dark.ueb-menu-horizontal {
  border-bottom: 0;
}
.ueb-menu-dark.ueb-menu-horizontal > .ueb-menu-item,
.ueb-menu-dark.ueb-menu-horizontal > .ueb-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}
.ueb-menu-dark.ueb-menu-horizontal > .ueb-menu-item:hover {
  background-color: #3264fa;
}
.ueb-menu-dark.ueb-menu-horizontal > .ueb-menu-item > a::before {
  bottom: 0;
}
.ueb-menu-dark .ueb-menu-item,
.ueb-menu-dark .ueb-menu-item-group-title,
.ueb-menu-dark .ueb-menu-item > a,
.ueb-menu-dark .ueb-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}
.ueb-menu-dark.ueb-menu-inline,
.ueb-menu-dark.ueb-menu-vertical,
.ueb-menu-dark.ueb-menu-vertical-left,
.ueb-menu-dark.ueb-menu-vertical-right {
  border-right: 0;
}
.ueb-menu-dark.ueb-menu-inline .ueb-menu-item,
.ueb-menu-dark.ueb-menu-vertical .ueb-menu-item,
.ueb-menu-dark.ueb-menu-vertical-left .ueb-menu-item,
.ueb-menu-dark.ueb-menu-vertical-right .ueb-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ueb-menu-dark.ueb-menu-inline .ueb-menu-item::after,
.ueb-menu-dark.ueb-menu-vertical .ueb-menu-item::after,
.ueb-menu-dark.ueb-menu-vertical-left .ueb-menu-item::after,
.ueb-menu-dark.ueb-menu-vertical-right .ueb-menu-item::after {
  border-right: 0;
}
.ueb-menu-dark.ueb-menu-inline .ueb-menu-item,
.ueb-menu-dark.ueb-menu-inline .ueb-menu-submenu-title {
  width: 100%;
}
.ueb-menu-dark .ueb-menu-item:hover,
.ueb-menu-dark .ueb-menu-item-active,
.ueb-menu-dark .ueb-menu-submenu-active,
.ueb-menu-dark .ueb-menu-submenu-open,
.ueb-menu-dark .ueb-menu-submenu-selected,
.ueb-menu-dark .ueb-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ueb-menu-dark .ueb-menu-item:hover > a,
.ueb-menu-dark .ueb-menu-item-active > a,
.ueb-menu-dark .ueb-menu-submenu-active > a,
.ueb-menu-dark .ueb-menu-submenu-open > a,
.ueb-menu-dark .ueb-menu-submenu-selected > a,
.ueb-menu-dark .ueb-menu-submenu-title:hover > a,
.ueb-menu-dark .ueb-menu-item:hover > span > a,
.ueb-menu-dark .ueb-menu-item-active > span > a,
.ueb-menu-dark .ueb-menu-submenu-active > span > a,
.ueb-menu-dark .ueb-menu-submenu-open > span > a,
.ueb-menu-dark .ueb-menu-submenu-selected > span > a,
.ueb-menu-dark .ueb-menu-submenu-title:hover > span > a {
  color: #fff;
}
.ueb-menu-dark .ueb-menu-item:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow,
.ueb-menu-dark .ueb-menu-item-active > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow,
.ueb-menu-dark .ueb-menu-submenu-active > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow,
.ueb-menu-dark .ueb-menu-submenu-open > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow,
.ueb-menu-dark .ueb-menu-submenu-selected > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow,
.ueb-menu-dark .ueb-menu-submenu-title:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow {
  opacity: 1;
}
.ueb-menu-dark .ueb-menu-item:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-item-active > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-submenu-active > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-submenu-open > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-submenu-selected > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-submenu-title:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-item:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-item-active > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-submenu-active > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-submenu-open > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-submenu-selected > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-submenu-title:hover > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before {
  background: #fff;
}
.ueb-menu-dark .ueb-menu-item:hover {
  background-color: transparent;
}
.ueb-menu-dark.ueb-menu-dark:not(.ueb-menu-horizontal) .ueb-menu-item-selected {
  background-color: #3264fa;
}
.ueb-menu-dark .ueb-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ueb-menu-dark .ueb-menu-item-selected::after {
  border-right: 0;
}
.ueb-menu-dark .ueb-menu-item-selected > a,
.ueb-menu-dark .ueb-menu-item-selected > span > a,
.ueb-menu-dark .ueb-menu-item-selected > a:hover,
.ueb-menu-dark .ueb-menu-item-selected > span > a:hover {
  color: #fff;
}
.ueb-menu-dark .ueb-menu-item-selected .ueb-menu-item-icon,
.ueb-menu-dark .ueb-menu-item-selected .anticon {
  color: #fff;
}
.ueb-menu-dark .ueb-menu-item-selected .ueb-menu-item-icon + span,
.ueb-menu-dark .ueb-menu-item-selected .anticon + span {
  color: #fff;
}
.ueb-menu.ueb-menu-dark .ueb-menu-item-selected,
.ueb-menu-submenu-popup.ueb-menu-dark .ueb-menu-item-selected {
  background-color: #3264fa;
}
.ueb-menu-dark .ueb-menu-item-disabled,
.ueb-menu-dark .ueb-menu-submenu-disabled,
.ueb-menu-dark .ueb-menu-item-disabled > a,
.ueb-menu-dark .ueb-menu-submenu-disabled > a,
.ueb-menu-dark .ueb-menu-item-disabled > span > a,
.ueb-menu-dark .ueb-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ueb-menu-dark .ueb-menu-item-disabled > .ueb-menu-submenu-title,
.ueb-menu-dark .ueb-menu-submenu-disabled > .ueb-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ueb-menu-dark .ueb-menu-item-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-submenu-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::before,
.ueb-menu-dark .ueb-menu-item-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after,
.ueb-menu-dark .ueb-menu-submenu-disabled > .ueb-menu-submenu-title > .ueb-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ueb-menu.ueb-menu-rtl {
  direction: rtl;
  text-align: right;
}
.ueb-menu-rtl .ueb-menu-item-group-title {
  text-align: right;
}
.ueb-menu-rtl.ueb-menu-inline,
.ueb-menu-rtl.ueb-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ueb-menu-rtl.ueb-menu-dark.ueb-menu-inline,
.ueb-menu-rtl.ueb-menu-dark.ueb-menu-vertical {
  border-left: none;
}
.ueb-menu-rtl.ueb-menu-vertical.ueb-menu-sub > .ueb-menu-item,
.ueb-menu-rtl.ueb-menu-vertical-left.ueb-menu-sub > .ueb-menu-item,
.ueb-menu-rtl.ueb-menu-vertical-right.ueb-menu-sub > .ueb-menu-item,
.ueb-menu-rtl.ueb-menu-vertical.ueb-menu-sub > .ueb-menu-submenu,
.ueb-menu-rtl.ueb-menu-vertical-left.ueb-menu-sub > .ueb-menu-submenu,
.ueb-menu-rtl.ueb-menu-vertical-right.ueb-menu-sub > .ueb-menu-submenu {
  transform-origin: top right;
}
.ueb-menu-rtl .ueb-menu-item .ueb-menu-item-icon,
.ueb-menu-rtl .ueb-menu-submenu-title .ueb-menu-item-icon,
.ueb-menu-rtl .ueb-menu-item .anticon,
.ueb-menu-rtl .ueb-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}
.ueb-menu-rtl .ueb-menu-item.ueb-menu-item-only-child > .ueb-menu-item-icon,
.ueb-menu-rtl .ueb-menu-submenu-title.ueb-menu-item-only-child > .ueb-menu-item-icon,
.ueb-menu-rtl .ueb-menu-item.ueb-menu-item-only-child > .anticon,
.ueb-menu-rtl .ueb-menu-submenu-title.ueb-menu-item-only-child > .anticon {
  margin-left: 0;
}
.ueb-menu-submenu-rtl.ueb-menu-submenu-popup {
  transform-origin: 100% 0;
}
.ueb-menu-rtl .ueb-menu-submenu-vertical > .ueb-menu-submenu-title .ueb-menu-submenu-arrow,
.ueb-menu-rtl .ueb-menu-submenu-vertical-left > .ueb-menu-submenu-title .ueb-menu-submenu-arrow,
.ueb-menu-rtl .ueb-menu-submenu-vertical-right > .ueb-menu-submenu-title .ueb-menu-submenu-arrow,
.ueb-menu-rtl .ueb-menu-submenu-inline > .ueb-menu-submenu-title .ueb-menu-submenu-arrow {
  right: auto;
  left: 16px;
}
.ueb-menu-rtl .ueb-menu-submenu-vertical > .ueb-menu-submenu-title .ueb-menu-submenu-arrow::before,
.ueb-menu-rtl .ueb-menu-submenu-vertical-left > .ueb-menu-submenu-title .ueb-menu-submenu-arrow::before,
.ueb-menu-rtl .ueb-menu-submenu-vertical-right > .ueb-menu-submenu-title .ueb-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}
.ueb-menu-rtl .ueb-menu-submenu-vertical > .ueb-menu-submenu-title .ueb-menu-submenu-arrow::after,
.ueb-menu-rtl .ueb-menu-submenu-vertical-left > .ueb-menu-submenu-title .ueb-menu-submenu-arrow::after,
.ueb-menu-rtl .ueb-menu-submenu-vertical-right > .ueb-menu-submenu-title .ueb-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}
.ueb-menu-rtl.ueb-menu-vertical .ueb-menu-item::after,
.ueb-menu-rtl.ueb-menu-vertical-left .ueb-menu-item::after,
.ueb-menu-rtl.ueb-menu-vertical-right .ueb-menu-item::after,
.ueb-menu-rtl.ueb-menu-inline .ueb-menu-item::after {
  right: auto;
  left: 0;
}
.ueb-menu-rtl.ueb-menu-vertical .ueb-menu-item,
.ueb-menu-rtl.ueb-menu-vertical-left .ueb-menu-item,
.ueb-menu-rtl.ueb-menu-vertical-right .ueb-menu-item,
.ueb-menu-rtl.ueb-menu-inline .ueb-menu-item,
.ueb-menu-rtl.ueb-menu-vertical .ueb-menu-submenu-title,
.ueb-menu-rtl.ueb-menu-vertical-left .ueb-menu-submenu-title,
.ueb-menu-rtl.ueb-menu-vertical-right .ueb-menu-submenu-title,
.ueb-menu-rtl.ueb-menu-inline .ueb-menu-submenu-title {
  text-align: right;
}
.ueb-menu-rtl.ueb-menu-inline .ueb-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}
.ueb-menu-rtl.ueb-menu-vertical .ueb-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}
.ueb-menu-rtl.ueb-menu-inline-collapsed.ueb-menu-vertical .ueb-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}
.ueb-menu-rtl .ueb-menu-item-group-list .ueb-menu-item,
.ueb-menu-rtl .ueb-menu-item-group-list .ueb-menu-submenu-title {
  padding: 0 28px 0 16px;
}
.ueb-menu-sub.ueb-menu-inline {
  border: 0;
}
.ueb-menu-rtl.ueb-menu-sub.ueb-menu-inline .ueb-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: -moz-max-content;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}
.ueb-tooltip-content {
  position: relative;
}
.ueb-tooltip-hidden {
  display: none;
}
.ueb-tooltip-placement-top,
.ueb-tooltip-placement-topLeft,
.ueb-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}
.ueb-tooltip-placement-right,
.ueb-tooltip-placement-rightTop,
.ueb-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}
.ueb-tooltip-placement-bottom,
.ueb-tooltip-placement-bottomLeft,
.ueb-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}
.ueb-tooltip-placement-left,
.ueb-tooltip-placement-leftTop,
.ueb-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}
.ueb-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ueb-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ueb-tooltip-arrow-content {
  --antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.75));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ueb-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ueb-tooltip-placement-top .ueb-tooltip-arrow,
.ueb-tooltip-placement-topLeft .ueb-tooltip-arrow,
.ueb-tooltip-placement-topRight .ueb-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ueb-tooltip-placement-top .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-topLeft .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-topRight .ueb-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ueb-tooltip-placement-top .ueb-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ueb-tooltip-placement-topLeft .ueb-tooltip-arrow {
  left: 13px;
}
.ueb-tooltip-placement-topRight .ueb-tooltip-arrow {
  right: 13px;
}
.ueb-tooltip-placement-right .ueb-tooltip-arrow,
.ueb-tooltip-placement-rightTop .ueb-tooltip-arrow,
.ueb-tooltip-placement-rightBottom .ueb-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ueb-tooltip-placement-right .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-rightTop .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-rightBottom .ueb-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ueb-tooltip-placement-right .ueb-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ueb-tooltip-placement-rightTop .ueb-tooltip-arrow {
  top: 5px;
}
.ueb-tooltip-placement-rightBottom .ueb-tooltip-arrow {
  bottom: 5px;
}
.ueb-tooltip-placement-left .ueb-tooltip-arrow,
.ueb-tooltip-placement-leftTop .ueb-tooltip-arrow,
.ueb-tooltip-placement-leftBottom .ueb-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.ueb-tooltip-placement-left .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-leftTop .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-leftBottom .ueb-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}
.ueb-tooltip-placement-left .ueb-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ueb-tooltip-placement-leftTop .ueb-tooltip-arrow {
  top: 5px;
}
.ueb-tooltip-placement-leftBottom .ueb-tooltip-arrow {
  bottom: 5px;
}
.ueb-tooltip-placement-bottom .ueb-tooltip-arrow,
.ueb-tooltip-placement-bottomLeft .ueb-tooltip-arrow,
.ueb-tooltip-placement-bottomRight .ueb-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ueb-tooltip-placement-bottom .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-bottomLeft .ueb-tooltip-arrow-content,
.ueb-tooltip-placement-bottomRight .ueb-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}
.ueb-tooltip-placement-bottom .ueb-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ueb-tooltip-placement-bottomLeft .ueb-tooltip-arrow {
  left: 13px;
}
.ueb-tooltip-placement-bottomRight .ueb-tooltip-arrow {
  right: 13px;
}
.ueb-tooltip-pink .ueb-tooltip-inner {
  background-color: #eb2f96;
}
.ueb-tooltip-pink .ueb-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ueb-tooltip-magenta .ueb-tooltip-inner {
  background-color: #eb2f96;
}
.ueb-tooltip-magenta .ueb-tooltip-arrow-content::before {
  background: #eb2f96;
}
.ueb-tooltip-red .ueb-tooltip-inner {
  background-color: #f5222d;
}
.ueb-tooltip-red .ueb-tooltip-arrow-content::before {
  background: #f5222d;
}
.ueb-tooltip-volcano .ueb-tooltip-inner {
  background-color: #fa541c;
}
.ueb-tooltip-volcano .ueb-tooltip-arrow-content::before {
  background: #fa541c;
}
.ueb-tooltip-orange .ueb-tooltip-inner {
  background-color: #fa8c16;
}
.ueb-tooltip-orange .ueb-tooltip-arrow-content::before {
  background: #fa8c16;
}
.ueb-tooltip-yellow .ueb-tooltip-inner {
  background-color: #fadb14;
}
.ueb-tooltip-yellow .ueb-tooltip-arrow-content::before {
  background: #fadb14;
}
.ueb-tooltip-gold .ueb-tooltip-inner {
  background-color: #faad14;
}
.ueb-tooltip-gold .ueb-tooltip-arrow-content::before {
  background: #faad14;
}
.ueb-tooltip-cyan .ueb-tooltip-inner {
  background-color: #13c2c2;
}
.ueb-tooltip-cyan .ueb-tooltip-arrow-content::before {
  background: #13c2c2;
}
.ueb-tooltip-lime .ueb-tooltip-inner {
  background-color: #a0d911;
}
.ueb-tooltip-lime .ueb-tooltip-arrow-content::before {
  background: #a0d911;
}
.ueb-tooltip-green .ueb-tooltip-inner {
  background-color: #52c41a;
}
.ueb-tooltip-green .ueb-tooltip-arrow-content::before {
  background: #52c41a;
}
.ueb-tooltip-blue .ueb-tooltip-inner {
  background-color: #1890ff;
}
.ueb-tooltip-blue .ueb-tooltip-arrow-content::before {
  background: #1890ff;
}
.ueb-tooltip-geekblue .ueb-tooltip-inner {
  background-color: #2f54eb;
}
.ueb-tooltip-geekblue .ueb-tooltip-arrow-content::before {
  background: #2f54eb;
}
.ueb-tooltip-purple .ueb-tooltip-inner {
  background-color: #722ed1;
}
.ueb-tooltip-purple .ueb-tooltip-arrow-content::before {
  background: #722ed1;
}
.ueb-tooltip-rtl {
  direction: rtl;
}
.ueb-tooltip-rtl .ueb-tooltip-inner {
  text-align: right;
}

/* 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 */
.ueb-result {
  padding: 48px 32px;
}
.ueb-result-success .ueb-result-icon > .anticon {
  color: #0ac77c;
}
.ueb-result-error .ueb-result-icon > .anticon {
  color: #ff6859;
}
.ueb-result-info .ueb-result-icon > .anticon {
  color: #3264fa;
}
.ueb-result-warning .ueb-result-icon > .anticon {
  color: #ff8000;
}
.ueb-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ueb-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ueb-result-icon > .anticon {
  font-size: 72px;
}
.ueb-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ueb-result-subtitle {
  color: #575c66;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ueb-result-extra {
  margin: 24px 0 0 0;
  text-align: center;
}
.ueb-result-extra > * {
  margin-right: 8px;
}
.ueb-result-extra > *:last-child {
  margin-right: 0;
}
.ueb-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ueb-result-rtl {
  direction: rtl;
}
.ueb-result-rtl .ueb-result-extra > * {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-result-rtl .ueb-result-extra > *:last-child {
  margin-left: 0;
}

.style_centered__6DeAV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 14px;
}

.style_layout__G5rpH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.style_layout__G5rpH .ueb-layout-header {
  background-color: #fff;
  border: 1px solid #ededef;
}
.style_content__-dC6N {
  max-width: 1200px;
  margin: 20px auto;
  height: 600px;
  background-color: gainsboro;
}

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

.style_header__3ohVb {
  background-color: #fff;
  border: 1px solid #ededef;
  padding: 0px 50px 0px 13px;
}
.style_header__3ohVb .style_link__y7o41 {
  display: inline-block;
  color: #3c62ff !important;
}
.style_header__3ohVb .style_help__Kv3rl {
  margin-left: 35px;
}
.style_header__3ohVb h1 {
  font-size: 20px;
}
.style_header__3ohVb .style_logo__fKbCg {
  width: 110px;
  margin: 0 10px;
}
.style_header__3ohVb .style_subtitle__QS0Hp {
  color: #858c99;
  font-size: 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.3s;
}
.ueb-tag,
.ueb-tag a,
.ueb-tag a:hover {
  color: #1a2233;
}
.ueb-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ueb-tag-close-icon {
  margin-left: 3px;
  color: #575c66;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ueb-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ueb-tag-has-color {
  border-color: transparent;
}
.ueb-tag-has-color,
.ueb-tag-has-color a,
.ueb-tag-has-color a:hover,
.ueb-tag-has-color .anticon-close,
.ueb-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ueb-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ueb-tag-checkable:not(.ueb-tag-checkable-checked):hover {
  color: #3264fa;
}
.ueb-tag-checkable:active,
.ueb-tag-checkable-checked {
  color: #fff;
}
.ueb-tag-checkable-checked {
  background-color: #3264fa;
}
.ueb-tag-checkable:active {
  background-color: #2047d4;
}
.ueb-tag-hidden {
  display: none;
}
.ueb-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ueb-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ueb-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ueb-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ueb-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ueb-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ueb-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ueb-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ueb-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ueb-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ueb-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ueb-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ueb-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ueb-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ueb-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ueb-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ueb-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ueb-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ueb-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ueb-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ueb-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ueb-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ueb-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ueb-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ueb-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ueb-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ueb-tag-success {
  color: #0ac77c;
  background: #e6fff1;
  border-color: #7eedb5;
}
.ueb-tag-processing {
  color: #3264fa;
  background: #f0f6ff;
  border-color: #adcaff;
}
.ueb-tag-error {
  color: #ff6859;
  background: #fff4f0;
  border-color: #ffdcd4;
}
.ueb-tag-warning {
  color: #ff8000;
  background: #fff7e6;
  border-color: #ffca7a;
}
.ueb-tag > .anticon + span,
.ueb-tag > span + .anticon {
  margin-left: 7px;
}
.ueb-tag.ueb-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ueb-tag-rtl .ueb-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ueb-tag-rtl.ueb-tag > .anticon + span,
.ueb-tag-rtl.ueb-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.ueb-card-rtl {
  direction: rtl;
}
.ueb-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ueb-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ueb-card-bordered {
  border: 1px solid #f0f0f0;
}
.ueb-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
}
.ueb-card-head::before {
  display: table;
  content: '';
}
.ueb-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ueb-card-head-title {
  display: inline-block;
  flex: 1 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ueb-card-head-title > .ueb-typography,
.ueb-card-head-title > .ueb-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ueb-card-head .ueb-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: #1a2233;
  font-weight: normal;
  font-size: 14px;
}
.ueb-card-head .ueb-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ueb-card-extra {
  margin-left: auto;
  padding: 16px 0;
  color: #1a2233;
  font-weight: normal;
  font-size: 14px;
}
.ueb-card-rtl .ueb-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ueb-card-body {
  padding: 24px;
}
.ueb-card-body::before {
  display: table;
  content: '';
}
.ueb-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-card-contain-grid .ueb-card-body {
  display: flex;
  flex-wrap: wrap;
}
.ueb-card-contain-grid:not(.ueb-card-loading) .ueb-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ueb-card-grid {
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ueb-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ueb-card-contain-tabs > .ueb-card-head .ueb-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ueb-card-contain-tabs > .ueb-card-head .ueb-card-extra {
  padding-bottom: 0;
}
.ueb-card-bordered .ueb-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ueb-card-cover > * {
  display: block;
  width: 100%;
}
.ueb-card-cover img {
  border-radius: 4px 4px 0 0;
}
.ueb-card-actions {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ueb-card-actions::before {
  display: table;
  content: '';
}
.ueb-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-card-actions > li {
  margin: 12px 0;
  color: #575c66;
  text-align: center;
}
.ueb-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ueb-card-actions > li > span:hover {
  color: #3264fa;
  transition: color 0.3s;
}
.ueb-card-actions > li > span a:not(.ueb-btn),
.ueb-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: #575c66;
  line-height: 22px;
  transition: color 0.3s;
}
.ueb-card-actions > li > span a:not(.ueb-btn):hover,
.ueb-card-actions > li > span > .anticon:hover {
  color: #3264fa;
}
.ueb-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ueb-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ueb-card-rtl .ueb-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ueb-card-type-inner .ueb-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ueb-card-type-inner .ueb-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ueb-card-type-inner .ueb-card-body {
  padding: 16px 24px;
}
.ueb-card-type-inner .ueb-card-extra {
  padding: 13.5px 0;
}
.ueb-card-meta {
  display: flex;
  margin: -4px 0;
}
.ueb-card-meta::before {
  display: table;
  content: '';
}
.ueb-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-card-meta-avatar {
  padding-right: 16px;
}
.ueb-card-rtl .ueb-card-meta-avatar {
  padding-right: 0;
  padding-left: 16px;
}
.ueb-card-meta-detail {
  flex: 1 1;
  overflow: hidden;
}
.ueb-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ueb-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ueb-card-meta-description {
  color: #575c66;
}
.ueb-card-loading {
  overflow: hidden;
}
.ueb-card-loading .ueb-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-card-small > .ueb-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ueb-card-small > .ueb-card-head > .ueb-card-head-wrapper > .ueb-card-head-title {
  padding: 8px 0;
}
.ueb-card-small > .ueb-card-head > .ueb-card-head-wrapper > .ueb-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ueb-card-small > .ueb-card-body {
  padding: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-skeleton {
  display: table;
  width: 100%;
}
.ueb-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ueb-skeleton-header .ueb-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ueb-skeleton-header .ueb-skeleton-avatar.ueb-skeleton-avatar-circle {
  border-radius: 50%;
}
.ueb-skeleton-header .ueb-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ueb-skeleton-header .ueb-skeleton-avatar-lg.ueb-skeleton-avatar-circle {
  border-radius: 50%;
}
.ueb-skeleton-header .ueb-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ueb-skeleton-header .ueb-skeleton-avatar-sm.ueb-skeleton-avatar-circle {
  border-radius: 50%;
}
.ueb-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ueb-skeleton-content .ueb-skeleton-title {
  width: 100%;
  height: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ueb-skeleton-content .ueb-skeleton-title + .ueb-skeleton-paragraph {
  margin-top: 24px;
}
.ueb-skeleton-content .ueb-skeleton-paragraph {
  padding: 0;
}
.ueb-skeleton-content .ueb-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}
.ueb-skeleton-content .ueb-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ueb-skeleton-content .ueb-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ueb-skeleton-with-avatar .ueb-skeleton-content .ueb-skeleton-title {
  margin-top: 12px;
}
.ueb-skeleton-with-avatar .ueb-skeleton-content .ueb-skeleton-title + .ueb-skeleton-paragraph {
  margin-top: 28px;
}
.ueb-skeleton-round .ueb-skeleton-content .ueb-skeleton-title,
.ueb-skeleton-round .ueb-skeleton-content .ueb-skeleton-paragraph > li {
  border-radius: 100px;
}
.ueb-skeleton-active .ueb-skeleton-title,
.ueb-skeleton-active .ueb-skeleton-paragraph > li,
.ueb-skeleton-active .ueb-skeleton-avatar,
.ueb-skeleton-active .ueb-skeleton-button,
.ueb-skeleton-active .ueb-skeleton-input,
.ueb-skeleton-active .ueb-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ueb-skeleton-active .ueb-skeleton-title::after,
.ueb-skeleton-active .ueb-skeleton-paragraph > li::after,
.ueb-skeleton-active .ueb-skeleton-avatar::after,
.ueb-skeleton-active .ueb-skeleton-button::after,
.ueb-skeleton-active .ueb-skeleton-input::after,
.ueb-skeleton-active .ueb-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ueb-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ueb-skeleton.ueb-skeleton-block {
  width: 100%;
}
.ueb-skeleton.ueb-skeleton-block .ueb-skeleton-button {
  width: 100%;
}
.ueb-skeleton.ueb-skeleton-block .ueb-skeleton-input {
  width: 100%;
}
.ueb-skeleton-element {
  display: inline-block;
  width: auto;
}
.ueb-skeleton-element .ueb-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ueb-skeleton-element .ueb-skeleton-button.ueb-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}
.ueb-skeleton-element .ueb-skeleton-button.ueb-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ueb-skeleton-element .ueb-skeleton-button.ueb-skeleton-button-round {
  border-radius: 32px;
}
.ueb-skeleton-element .ueb-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ueb-skeleton-element .ueb-skeleton-button-lg.ueb-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ueb-skeleton-element .ueb-skeleton-button-lg.ueb-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ueb-skeleton-element .ueb-skeleton-button-lg.ueb-skeleton-button-round {
  border-radius: 40px;
}
.ueb-skeleton-element .ueb-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ueb-skeleton-element .ueb-skeleton-button-sm.ueb-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ueb-skeleton-element .ueb-skeleton-button-sm.ueb-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ueb-skeleton-element .ueb-skeleton-button-sm.ueb-skeleton-button-round {
  border-radius: 24px;
}
.ueb-skeleton-element .ueb-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ueb-skeleton-element .ueb-skeleton-avatar.ueb-skeleton-avatar-circle {
  border-radius: 50%;
}
.ueb-skeleton-element .ueb-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ueb-skeleton-element .ueb-skeleton-avatar-lg.ueb-skeleton-avatar-circle {
  border-radius: 50%;
}
.ueb-skeleton-element .ueb-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ueb-skeleton-element .ueb-skeleton-avatar-sm.ueb-skeleton-avatar-circle {
  border-radius: 50%;
}
.ueb-skeleton-element .ueb-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ueb-skeleton-element .ueb-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ueb-skeleton-element .ueb-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ueb-skeleton-element .ueb-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ueb-skeleton-element .ueb-skeleton-image.ueb-skeleton-image-circle {
  border-radius: 50%;
}
.ueb-skeleton-element .ueb-skeleton-image-path {
  fill: #bfbfbf;
}
.ueb-skeleton-element .ueb-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ueb-skeleton-element .ueb-skeleton-image-svg.ueb-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ueb-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ueb-skeleton-rtl {
  direction: rtl;
}
.ueb-skeleton-rtl .ueb-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ueb-skeleton-rtl.ueb-skeleton.ueb-skeleton-active .ueb-skeleton-content .ueb-skeleton-title,
.ueb-skeleton-rtl.ueb-skeleton.ueb-skeleton-active .ueb-skeleton-content .ueb-skeleton-paragraph > li {
  animation-name: ueb-skeleton-loading-rtl;
}
.ueb-skeleton-rtl.ueb-skeleton.ueb-skeleton-active .ueb-skeleton-avatar {
  animation-name: ueb-skeleton-loading-rtl;
}
@keyframes ueb-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

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

.style_card__B9x8P {
  width: 100%;
}
.style_card__B9x8P .ueb-card-head {
  min-height: 40px;
  background-color: #f5f7fa;
}
.style_card__B9x8P .ueb-card-head-title {
  padding: 0;
}
.style_card__B9x8P .ueb-card-extra {
  padding: 12px 0;
}
.style_card__B9x8P .style_app-logo__kdoHw {
  height: 32px;
}
.style_card__B9x8P .style_app-info__av4Jt {
  line-height: 2;
  cursor: pointer;
}
.style_card__B9x8P .style_app-info__av4Jt .style_app-item__VebG4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.style_card__B9x8P .style_app-info__av4Jt .style_app-item__VebG4:last-child {
  margin-bottom: 0;
}
.style_card__B9x8P .style_app-info__av4Jt .style_app-item-label__nUWCz {
  min-width: 100px;
  color: #858c99;
  text-align: right;
}
.style_card__B9x8P .style_app-info__av4Jt .style_app-item-value__ufUgJ {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ueb-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ueb-checkbox-wrapper:hover .ueb-checkbox-inner,
.ueb-checkbox:hover .ueb-checkbox-inner,
.ueb-checkbox-input:focus + .ueb-checkbox-inner {
  border-color: #3264fa;
}
.ueb-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3264fa;
  border-radius: 4px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ueb-checkbox:hover::after,
.ueb-checkbox-wrapper:hover .ueb-checkbox::after {
  visibility: visible;
}
.ueb-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ueb-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ueb-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ueb-checkbox-checked .ueb-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ueb-checkbox-checked .ueb-checkbox-inner {
  background-color: #3264fa;
  border-color: #3264fa;
}
.ueb-checkbox-disabled {
  cursor: not-allowed;
}
.ueb-checkbox-disabled.ueb-checkbox-checked .ueb-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ueb-checkbox-disabled .ueb-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ueb-checkbox-disabled .ueb-checkbox-inner {
  background-color: #f5f7fa;
  border-color: #e1e6f0 !important;
}
.ueb-checkbox-disabled .ueb-checkbox-inner::after {
  border-color: #f5f7fa;
  border-collapse: separate;
  animation-name: none;
}
.ueb-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ueb-checkbox-disabled:hover::after,
.ueb-checkbox-wrapper:hover .ueb-checkbox-disabled::after {
  visibility: hidden;
}
.ueb-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ueb-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ueb-checkbox-wrapper.ueb-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ueb-checkbox-wrapper + .ueb-checkbox-wrapper {
  margin-left: 8px;
}
.ueb-checkbox-wrapper.ueb-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ueb-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ueb-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ueb-checkbox-group-item {
  margin-right: 8px;
}
.ueb-checkbox-group-item:last-child {
  margin-right: 0;
}
.ueb-checkbox-group-item + .ueb-checkbox-group-item {
  margin-left: 0;
}
.ueb-checkbox-indeterminate .ueb-checkbox-inner {
  background-color: #fff;
  border-color: #e1e6f0;
}
.ueb-checkbox-indeterminate .ueb-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #3264fa;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ueb-checkbox-indeterminate.ueb-checkbox-disabled .ueb-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ueb-checkbox-rtl {
  direction: rtl;
}
.ueb-checkbox-group-rtl .ueb-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-checkbox-group-rtl .ueb-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ueb-checkbox-group-rtl .ueb-checkbox-group-item + .ueb-checkbox-group-item {
  margin-left: 8px;
}

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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ueb-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ueb-progress-steps {
  display: inline-block;
}
.ueb-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ueb-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ueb-progress-steps-item-active {
  background: #1890ff;
}
.ueb-progress-small.ueb-progress-line,
.ueb-progress-small.ueb-progress-line .ueb-progress-text .anticon {
  font-size: 12px;
}
.ueb-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ueb-progress-show-info .ueb-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ueb-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ueb-progress-circle-trail {
  stroke: #f5f5f5;
}
.ueb-progress-circle-path {
  animation: ueb-progress-appear 0.3s;
}
.ueb-progress-inner:not(.ueb-progress-circle-gradient) .ueb-progress-circle-path {
  stroke: #1890ff;
}
.ueb-progress-success-bg,
.ueb-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ueb-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0ac77c;
}
.ueb-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: #1a2233;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ueb-progress-text .anticon {
  font-size: 14px;
}
.ueb-progress-status-active .ueb-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ueb-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ueb-progress-status-exception .ueb-progress-bg {
  background-color: #ff6859;
}
.ueb-progress-status-exception .ueb-progress-text {
  color: #ff6859;
}
.ueb-progress-status-exception .ueb-progress-inner:not(.ueb-progress-circle-gradient) .ueb-progress-circle-path {
  stroke: #ff6859;
}
.ueb-progress-status-success .ueb-progress-bg {
  background-color: #0ac77c;
}
.ueb-progress-status-success .ueb-progress-text {
  color: #0ac77c;
}
.ueb-progress-status-success .ueb-progress-inner:not(.ueb-progress-circle-gradient) .ueb-progress-circle-path {
  stroke: #0ac77c;
}
.ueb-progress-circle .ueb-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ueb-progress-circle .ueb-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ueb-progress-circle .ueb-progress-text .anticon {
  font-size: 1.16666667em;
}
.ueb-progress-circle.ueb-progress-status-exception .ueb-progress-text {
  color: #ff6859;
}
.ueb-progress-circle.ueb-progress-status-success .ueb-progress-text {
  color: #0ac77c;
}
@keyframes ueb-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
.ueb-progress-rtl {
  direction: rtl;
}
.ueb-progress-rtl.ueb-progress-show-info .ueb-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ueb-progress-rtl .ueb-progress-success-bg {
  right: 0;
  left: auto;
}
.ueb-progress-rtl.ueb-progress-line .ueb-progress-text,
.ueb-progress-rtl.ueb-progress-steps .ueb-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}

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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #1a2233;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  transition: all 0.3s;
  display: inline-flex;
}
.ueb-input-affix-wrapper::-moz-placeholder {
  color: #c2c5cc;
  -moz-user-select: none;
       user-select: none;
}
.ueb-input-affix-wrapper:-ms-input-placeholder {
  color: #c2c5cc;
  -ms-user-select: none;
      user-select: none;
}
.ueb-input-affix-wrapper::placeholder {
  color: #c2c5cc;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-input-affix-wrapper:-moz-placeholder {
  text-overflow: ellipsis;
}
.ueb-input-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ueb-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ueb-input-affix-wrapper:hover {
  border-color: #5c8aff;
  border-right-width: 1px;
}
.ueb-input-rtl .ueb-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ueb-input-affix-wrapper:focus,
.ueb-input-affix-wrapper-focused {
  border-color: #5c8aff;
  box-shadow: 0 0 0 2px rgba(50, 100, 250, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-input-rtl .ueb-input-affix-wrapper:focus,
.ueb-input-rtl .ueb-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ueb-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ueb-input-affix-wrapper-disabled:hover {
  border-color: #e1e6f0;
  border-right-width: 1px;
}
.ueb-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ueb-input-affix-wrapper[disabled]:hover {
  border-color: #e1e6f0;
  border-right-width: 1px;
}
.ueb-input-affix-wrapper-borderless,
.ueb-input-affix-wrapper-borderless:hover,
.ueb-input-affix-wrapper-borderless:focus,
.ueb-input-affix-wrapper-borderless-focused,
.ueb-input-affix-wrapper-borderless-disabled,
.ueb-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ueb-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ueb-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ueb-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.ueb-input-affix-wrapper-rtl {
  direction: rtl;
}
.ueb-input-affix-wrapper:not(.ueb-input-affix-wrapper-disabled):hover {
  border-color: #5c8aff;
  border-right-width: 1px;
  z-index: 1;
}
.ueb-input-rtl .ueb-input-affix-wrapper:not(.ueb-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ueb-input-search-with-button .ueb-input-affix-wrapper:not(.ueb-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.ueb-input-affix-wrapper-focused,
.ueb-input-affix-wrapper:focus {
  z-index: 1;
}
.ueb-input-affix-wrapper-disabled .ueb-input[disabled] {
  background: rgba(255, 255, 255, 0);
}
.ueb-input-affix-wrapper > .ueb-input {
  font-size: inherit;
  border: none;
  outline: none;
}
.ueb-input-affix-wrapper > .ueb-input:focus {
  box-shadow: none !important;
}
.ueb-input-affix-wrapper > .ueb-input:not(textarea) {
  padding: 0;
}
.ueb-input-affix-wrapper::before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ueb-input-prefix,
.ueb-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ueb-input-prefix > *:not(:last-child),
.ueb-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ueb-input-show-count-suffix {
  color: #575c66;
}
.ueb-input-show-count-has-suffix {
  margin-right: 2px;
}
.ueb-input-prefix {
  margin-right: 4px;
}
.ueb-input-suffix {
  margin-left: 4px;
}
.anticon.ueb-input-clear-icon,
.ueb-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.ueb-input-clear-icon:hover,
.ueb-input-clear-icon:hover {
  color: #575c66;
}
.anticon.ueb-input-clear-icon:active,
.ueb-input-clear-icon:active {
  color: #1a2233;
}
.anticon.ueb-input-clear-icon-hidden,
.ueb-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.ueb-input-clear-icon-has-suffix,
.ueb-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.ueb-input-affix-wrapper.ueb-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}
.ueb-input-affix-wrapper.ueb-input-affix-wrapper-textarea-with-clear-btn .ueb-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ueb-input-status-error:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input,
.ueb-input-status-error:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input:hover {
  background: #fff;
  border-color: #ff6859;
}
.ueb-input-status-error:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input:focus,
.ueb-input-status-error:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input-focused {
  border-color: #ff9182;
  box-shadow: 0 0 0 2px rgba(255, 104, 89, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-input-status-error .ueb-input-prefix {
  color: #ff6859;
}
.ueb-input-status-warning:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input,
.ueb-input-status-warning:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input:hover {
  background: #fff;
  border-color: #ff8000;
}
.ueb-input-status-warning:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input:focus,
.ueb-input-status-warning:not(.ueb-input-disabled):not(.ueb-input-borderless).ueb-input-focused {
  border-color: #ff9b29;
  box-shadow: 0 0 0 2px rgba(255, 128, 0, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-input-status-warning .ueb-input-prefix {
  color: #ff8000;
}
.ueb-input-affix-wrapper-status-error:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper,
.ueb-input-affix-wrapper-status-error:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff6859;
}
.ueb-input-affix-wrapper-status-error:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper:focus,
.ueb-input-affix-wrapper-status-error:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper-focused {
  border-color: #ff9182;
  box-shadow: 0 0 0 2px rgba(255, 104, 89, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-input-affix-wrapper-status-error .ueb-input-prefix {
  color: #ff6859;
}
.ueb-input-affix-wrapper-status-warning:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper,
.ueb-input-affix-wrapper-status-warning:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff8000;
}
.ueb-input-affix-wrapper-status-warning:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper:focus,
.ueb-input-affix-wrapper-status-warning:not(.ueb-input-affix-wrapper-disabled):not(.ueb-input-affix-wrapper-borderless).ueb-input-affix-wrapper-focused {
  border-color: #ff9b29;
  box-shadow: 0 0 0 2px rgba(255, 128, 0, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-input-affix-wrapper-status-warning .ueb-input-prefix {
  color: #ff8000;
}
.ueb-input-textarea-status-error.ueb-input-textarea-has-feedback .ueb-input,
.ueb-input-textarea-status-warning.ueb-input-textarea-has-feedback .ueb-input,
.ueb-input-textarea-status-success.ueb-input-textarea-has-feedback .ueb-input,
.ueb-input-textarea-status-validating.ueb-input-textarea-has-feedback .ueb-input {
  padding-right: 24px;
}
.ueb-input-group-wrapper-status-error .ueb-input-group-addon {
  color: #ff6859;
  border-color: #ff6859;
}
.ueb-input-group-wrapper-status-warning .ueb-input-group-addon {
  color: #ff8000;
  border-color: #ff8000;
}
.ueb-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #1a2233;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  transition: all 0.3s;
}
.ueb-input::-moz-placeholder {
  color: #c2c5cc;
  -moz-user-select: none;
       user-select: none;
}
.ueb-input:-ms-input-placeholder {
  color: #c2c5cc;
  -ms-user-select: none;
      user-select: none;
}
.ueb-input::placeholder {
  color: #c2c5cc;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-input:-moz-placeholder {
  text-overflow: ellipsis;
}
.ueb-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ueb-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ueb-input:hover {
  border-color: #5c8aff;
  border-right-width: 1px;
}
.ueb-input-rtl .ueb-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ueb-input:focus,
.ueb-input-focused {
  border-color: #5c8aff;
  box-shadow: 0 0 0 2px rgba(50, 100, 250, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-input-rtl .ueb-input:focus,
.ueb-input-rtl .ueb-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ueb-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ueb-input-disabled:hover {
  border-color: #e1e6f0;
  border-right-width: 1px;
}
.ueb-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ueb-input[disabled]:hover {
  border-color: #e1e6f0;
  border-right-width: 1px;
}
.ueb-input-borderless,
.ueb-input-borderless:hover,
.ueb-input-borderless:focus,
.ueb-input-borderless-focused,
.ueb-input-borderless-disabled,
.ueb-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ueb-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ueb-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ueb-input-sm {
  padding: 0px 7px;
}
.ueb-input-rtl {
  direction: rtl;
}
.ueb-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ueb-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ueb-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ueb-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ueb-input-group-addon,
.ueb-input-group-wrap,
.ueb-input-group > .ueb-input {
  display: table-cell;
}
.ueb-input-group-addon:not(:first-child):not(:last-child),
.ueb-input-group-wrap:not(:first-child):not(:last-child),
.ueb-input-group > .ueb-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ueb-input-group-addon,
.ueb-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ueb-input-group-wrap > * {
  display: block !important;
}
.ueb-input-group .ueb-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ueb-input-group .ueb-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ueb-input-group .ueb-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ueb-input-search-with-button .ueb-input-group .ueb-input:hover {
  z-index: 0;
}
.ueb-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: #1a2233;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  transition: all 0.3s;
}
.ueb-input-group-addon .ueb-select {
  margin: -5px -11px;
}
.ueb-input-group-addon .ueb-select.ueb-select-single:not(.ueb-select-customize-input) .ueb-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ueb-input-group-addon .ueb-select-open .ueb-select-selector,
.ueb-input-group-addon .ueb-select-focused .ueb-select-selector {
  color: #3264fa;
}
.ueb-input-group-addon .ueb-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ueb-input-group-addon .ueb-cascader-picker .ueb-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ueb-input-group > .ueb-input:first-child,
.ueb-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-input-group > .ueb-input:first-child .ueb-select .ueb-select-selector,
.ueb-input-group-addon:first-child .ueb-select .ueb-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-input-group > .ueb-input-affix-wrapper:not(:first-child) .ueb-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-input-group > .ueb-input-affix-wrapper:not(:last-child) .ueb-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-input-group-addon:first-child {
  border-right: 0;
}
.ueb-input-group-addon:last-child {
  border-left: 0;
}
.ueb-input-group > .ueb-input:last-child,
.ueb-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-input-group > .ueb-input:last-child .ueb-select .ueb-select-selector,
.ueb-input-group-addon:last-child .ueb-select .ueb-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-input-group-lg .ueb-input,
.ueb-input-group-lg > .ueb-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ueb-input-group-sm .ueb-input,
.ueb-input-group-sm > .ueb-input-group-addon {
  padding: 0px 7px;
}
.ueb-input-group-lg .ueb-select-single .ueb-select-selector {
  height: 40px;
}
.ueb-input-group-sm .ueb-select-single .ueb-select-selector {
  height: 24px;
}
.ueb-input-group .ueb-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-input-search .ueb-input-group .ueb-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ueb-input-group .ueb-input-affix-wrapper:not(:first-child),
.ueb-input-search .ueb-input-group .ueb-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-input-group.ueb-input-group-compact {
  display: block;
}
.ueb-input-group.ueb-input-group-compact::before {
  display: table;
  content: '';
}
.ueb-input-group.ueb-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-input-group.ueb-input-group-compact-addon:not(:first-child):not(:last-child),
.ueb-input-group.ueb-input-group-compact-wrap:not(:first-child):not(:last-child),
.ueb-input-group.ueb-input-group-compact > .ueb-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ueb-input-group.ueb-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ueb-input-group.ueb-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ueb-input-group.ueb-input-group-compact > .ueb-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ueb-input-group.ueb-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ueb-input-group.ueb-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ueb-input-group.ueb-input-group-compact > .ueb-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ueb-input-group.ueb-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ueb-input-group.ueb-input-group-compact > .ueb-input-affix-wrapper,
.ueb-input-group.ueb-input-group-compact > .ueb-input-number-affix-wrapper,
.ueb-input-group.ueb-input-group-compact > .ueb-picker-range {
  display: inline-flex;
}
.ueb-input-group.ueb-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ueb-input-group.ueb-input-group-compact .ueb-input {
  float: none;
}
.ueb-input-group.ueb-input-group-compact > .ueb-select > .ueb-select-selector,
.ueb-input-group.ueb-input-group-compact > .ueb-select-auto-complete .ueb-input,
.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker .ueb-input,
.ueb-input-group.ueb-input-group-compact > .ueb-input-group-wrapper .ueb-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ueb-input-group.ueb-input-group-compact > .ueb-select > .ueb-select-selector:hover,
.ueb-input-group.ueb-input-group-compact > .ueb-select-auto-complete .ueb-input:hover,
.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker .ueb-input:hover,
.ueb-input-group.ueb-input-group-compact > .ueb-input-group-wrapper .ueb-input:hover {
  z-index: 1;
}
.ueb-input-group.ueb-input-group-compact > .ueb-select > .ueb-select-selector:focus,
.ueb-input-group.ueb-input-group-compact > .ueb-select-auto-complete .ueb-input:focus,
.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker .ueb-input:focus,
.ueb-input-group.ueb-input-group-compact > .ueb-input-group-wrapper .ueb-input:focus {
  z-index: 1;
}
.ueb-input-group.ueb-input-group-compact > .ueb-select-focused {
  z-index: 1;
}
.ueb-input-group.ueb-input-group-compact > .ueb-select > .ueb-select-arrow {
  z-index: 1;
}
.ueb-input-group.ueb-input-group-compact > *:first-child,
.ueb-input-group.ueb-input-group-compact > .ueb-select:first-child > .ueb-select-selector,
.ueb-input-group.ueb-input-group-compact > .ueb-select-auto-complete:first-child .ueb-input,
.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker:first-child .ueb-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ueb-input-group.ueb-input-group-compact > *:last-child,
.ueb-input-group.ueb-input-group-compact > .ueb-select:last-child > .ueb-select-selector,
.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker:last-child .ueb-input,
.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker-focused:last-child .ueb-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ueb-input-group.ueb-input-group-compact > .ueb-select-auto-complete .ueb-input {
  vertical-align: top;
}
.ueb-input-group.ueb-input-group-compact .ueb-input-group-wrapper + .ueb-input-group-wrapper {
  margin-left: -1px;
}
.ueb-input-group.ueb-input-group-compact .ueb-input-group-wrapper + .ueb-input-group-wrapper .ueb-input-affix-wrapper {
  border-radius: 0;
}
.ueb-input-group.ueb-input-group-compact .ueb-input-group-wrapper:not(:last-child).ueb-input-search > .ueb-input-group > .ueb-input-group-addon > .ueb-input-search-button {
  border-radius: 0;
}
.ueb-input-group.ueb-input-group-compact .ueb-input-group-wrapper:not(:last-child).ueb-input-search > .ueb-input-group > .ueb-input {
  border-radius: 4px 0 0 4px;
}
.ueb-input-group > .ueb-input-rtl:first-child,
.ueb-input-group-rtl .ueb-input-group-addon:first-child {
  border-radius: 0 4px 4px 0;
}
.ueb-input-group-rtl .ueb-input-group-addon:first-child {
  border-right: 1px solid #e1e6f0;
  border-left: 0;
}
.ueb-input-group-rtl .ueb-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #e1e6f0;
  border-radius: 4px 0 0 4px;
}
.ueb-input-group-rtl.ueb-input-group > .ueb-input:last-child,
.ueb-input-group-rtl.ueb-input-group-addon:last-child {
  border-radius: 4px 0 0 4px;
}
.ueb-input-group-rtl.ueb-input-group .ueb-input-affix-wrapper:not(:first-child) {
  border-radius: 4px 0 0 4px;
}
.ueb-input-group-rtl.ueb-input-group .ueb-input-affix-wrapper:not(:last-child) {
  border-radius: 0 4px 4px 0;
}
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > *:first-child,
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > .ueb-select:first-child > .ueb-select-selector,
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > .ueb-select-auto-complete:first-child .ueb-input,
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker:first-child .ueb-input {
  border-radius: 0 4px 4px 0;
}
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > *:last-child,
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > .ueb-select:last-child > .ueb-select-selector,
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > .ueb-select-auto-complete:last-child .ueb-input,
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker:last-child .ueb-input,
.ueb-input-group-rtl.ueb-input-group.ueb-input-group-compact > .ueb-cascader-picker-focused:last-child .ueb-input {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px;
}
.ueb-input-group.ueb-input-group-compact .ueb-input-group-wrapper-rtl + .ueb-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ueb-input-group.ueb-input-group-compact .ueb-input-group-wrapper-rtl:not(:last-child).ueb-input-search > .ueb-input-group > .ueb-input {
  border-radius: 0 4px 4px 0;
}
.ueb-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ueb-input-password-icon.anticon {
  color: #575c66;
  cursor: pointer;
  transition: all 0.3s;
}
.ueb-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ueb-input[type='color'] {
  height: 32px;
}
.ueb-input[type='color'].ueb-input-lg {
  height: 40px;
}
.ueb-input[type='color'].ueb-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ueb-input-textarea-show-count > .ueb-input {
  height: 100%;
}
.ueb-input-textarea-show-count::after {
  float: right;
  color: #575c66;
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.ueb-input-textarea-show-count.ueb-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.ueb-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ueb-input-compact-item:not(.ueb-input-compact-last-item):not(.ueb-input-compact-item-rtl) {
  margin-right: -1px;
}
.ueb-input-compact-item:not(.ueb-input-compact-last-item).ueb-input-compact-item-rtl {
  margin-left: -1px;
}
.ueb-input-compact-item:hover,
.ueb-input-compact-item:focus,
.ueb-input-compact-item:active {
  z-index: 2;
}
.ueb-input-compact-item[disabled] {
  z-index: 0;
}
.ueb-input-compact-item:not(.ueb-input-compact-first-item):not(.ueb-input-compact-last-item).ueb-input {
  border-radius: 0;
}
.ueb-input-compact-item.ueb-input.ueb-input-compact-first-item:not(.ueb-input-compact-last-item):not(.ueb-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-input-compact-item.ueb-input.ueb-input-compact-last-item:not(.ueb-input-compact-first-item):not(.ueb-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-input-compact-item.ueb-input.ueb-input-compact-item-rtl.ueb-input-compact-first-item:not(.ueb-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-input-compact-item.ueb-input.ueb-input-compact-item-rtl.ueb-input-compact-last-item:not(.ueb-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-input-search .ueb-input:hover,
.ueb-input-search .ueb-input:focus {
  border-color: #5c8aff;
}
.ueb-input-search .ueb-input:hover + .ueb-input-group-addon .ueb-input-search-button:not(.ueb-btn-primary),
.ueb-input-search .ueb-input:focus + .ueb-input-group-addon .ueb-input-search-button:not(.ueb-btn-primary) {
  border-left-color: #5c8aff;
}
.ueb-input-search .ueb-input-affix-wrapper {
  border-radius: 0;
}
.ueb-input-search .ueb-input-lg {
  line-height: 1.5713;
}
.ueb-input-search > .ueb-input-group > .ueb-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ueb-input-search > .ueb-input-group > .ueb-input-group-addon:last-child .ueb-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
}
.ueb-input-search > .ueb-input-group > .ueb-input-group-addon:last-child .ueb-input-search-button:not(.ueb-btn-primary) {
  color: #575c66;
}
.ueb-input-search > .ueb-input-group > .ueb-input-group-addon:last-child .ueb-input-search-button:not(.ueb-btn-primary).ueb-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ueb-input-search-button {
  height: 32px;
}
.ueb-input-search-button:hover,
.ueb-input-search-button:focus {
  z-index: 1;
}
.ueb-input-search-large .ueb-input-search-button {
  height: 40px;
}
.ueb-input-search-small .ueb-input-search-button {
  height: 24px;
}
.ueb-input-search.ueb-input-compact-item:not(.ueb-input-compact-item-rtl):not(.ueb-input-compact-last-item) .ueb-input-group-addon .ueb-input-search-button {
  margin-right: -1px;
  border-radius: 0;
}
.ueb-input-search.ueb-input-compact-item:not(.ueb-input-compact-first-item) .ueb-input,
.ueb-input-search.ueb-input-compact-item:not(.ueb-input-compact-first-item) .ueb-input-affix-wrapper {
  border-radius: 0;
}
.ueb-input-search.ueb-input-compact-item > .ueb-input-group-addon .ueb-input-search-button:hover,
.ueb-input-search.ueb-input-compact-item > .ueb-input:hover,
.ueb-input-search.ueb-input-compact-item .ueb-input-affix-wrapper:hover,
.ueb-input-search.ueb-input-compact-item > .ueb-input-group-addon .ueb-input-search-button:focus,
.ueb-input-search.ueb-input-compact-item > .ueb-input:focus,
.ueb-input-search.ueb-input-compact-item .ueb-input-affix-wrapper:focus,
.ueb-input-search.ueb-input-compact-item > .ueb-input-group-addon .ueb-input-search-button:active,
.ueb-input-search.ueb-input-compact-item > .ueb-input:active,
.ueb-input-search.ueb-input-compact-item .ueb-input-affix-wrapper:active {
  z-index: 2;
}
.ueb-input-search.ueb-input-compact-item > .ueb-input-affix-wrapper-focused {
  z-index: 2;
}
.ueb-input-search.ueb-input-compact-item-rtl:not(.ueb-input-compact-last-item) .ueb-input-group-addon:last-child .ueb-input-search-button {
  margin-left: -1px;
  border-radius: 0;
}
.ueb-input-group-wrapper-rtl {
  direction: rtl;
}
.ueb-input-group-rtl {
  direction: rtl;
}
.ueb-input-affix-wrapper.ueb-input-affix-wrapper-rtl > input.ueb-input {
  border: none;
  outline: none;
}
.ueb-input-affix-wrapper-rtl .ueb-input-prefix {
  margin: 0 0 0 4px;
}
.ueb-input-affix-wrapper-rtl .ueb-input-suffix {
  margin: 0 4px 0 0;
}
.ueb-input-textarea-rtl {
  direction: rtl;
}
.ueb-input-textarea-rtl.ueb-input-textarea-show-count::after {
  text-align: left;
}
.ueb-input-affix-wrapper-rtl .ueb-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ueb-input-affix-wrapper-rtl .ueb-input-clear-icon {
  right: auto;
  left: 8px;
}
.ueb-input-search-rtl {
  direction: rtl;
}
.ueb-input-search-rtl .ueb-input:hover + .ueb-input-group-addon .ueb-input-search-button:not(.ueb-btn-primary),
.ueb-input-search-rtl .ueb-input:focus + .ueb-input-group-addon .ueb-input-search-button:not(.ueb-btn-primary) {
  border-left-color: #e1e6f0;
}
.ueb-input-search-rtl .ueb-input:hover + .ueb-input-group-addon .ueb-input-search-button:not(.ueb-btn-primary):hover,
.ueb-input-search-rtl .ueb-input:focus + .ueb-input-group-addon .ueb-input-search-button:not(.ueb-btn-primary):hover {
  border-left-color: #5c8aff;
}
.ueb-input-search-rtl > .ueb-input-group > .ueb-input-affix-wrapper:hover,
.ueb-input-search-rtl > .ueb-input-group > .ueb-input-affix-wrapper-focused {
  border-right-color: #5c8aff;
}
.ueb-input-search-rtl > .ueb-input-group > .ueb-input-group-addon:last-child {
  right: -1px;
  left: auto;
}
.ueb-input-search-rtl > .ueb-input-group > .ueb-input-group-addon:last-child .ueb-input-search-button {
  border-radius: 4px 0 0 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ueb-input {
    height: 32px;
  }
  .ueb-input-lg {
    height: 40px;
  }
  .ueb-input-sm {
    height: 24px;
  }
  .ueb-input-affix-wrapper > input.ueb-input {
    height: auto;
  }
}

/* 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 */
.ueb-select-single .ueb-select-selector {
  display: flex;
}
.ueb-select-single .ueb-select-selector .ueb-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ueb-select-single .ueb-select-selector .ueb-select-selection-search-input {
  width: 100%;
}
.ueb-select-single .ueb-select-selector .ueb-select-selection-item,
.ueb-select-single .ueb-select-selector .ueb-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s, visibility 0s;
}
.ueb-select-single .ueb-select-selector .ueb-select-selection-item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-select-single .ueb-select-selector .ueb-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ueb-select-single .ueb-select-selector::after,
.ueb-select-single .ueb-select-selector .ueb-select-selection-item::after,
.ueb-select-single .ueb-select-selector .ueb-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ueb-select-single.ueb-select-show-arrow .ueb-select-selection-search {
  right: 25px;
}
.ueb-select-single.ueb-select-show-arrow .ueb-select-selection-item,
.ueb-select-single.ueb-select-show-arrow .ueb-select-selection-placeholder {
  padding-right: 18px;
}
.ueb-select-single.ueb-select-open .ueb-select-selection-item {
  color: #c2c5cc;
}
.ueb-select-single:not(.ueb-select-customize-input) .ueb-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ueb-select-single:not(.ueb-select-customize-input) .ueb-select-selector .ueb-select-selection-search-input {
  height: 30px;
}
.ueb-select-single:not(.ueb-select-customize-input) .ueb-select-selector::after {
  line-height: 30px;
}
.ueb-select-single.ueb-select-customize-input .ueb-select-selector::after {
  display: none;
}
.ueb-select-single.ueb-select-customize-input .ueb-select-selector .ueb-select-selection-search {
  position: static;
  width: 100%;
}
.ueb-select-single.ueb-select-customize-input .ueb-select-selector .ueb-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ueb-select-single.ueb-select-customize-input .ueb-select-selector .ueb-select-selection-placeholder::after {
  display: none;
}
.ueb-select-single.ueb-select-lg:not(.ueb-select-customize-input) .ueb-select-selector {
  height: 40px;
}
.ueb-select-single.ueb-select-lg:not(.ueb-select-customize-input) .ueb-select-selector::after,
.ueb-select-single.ueb-select-lg:not(.ueb-select-customize-input) .ueb-select-selector .ueb-select-selection-item,
.ueb-select-single.ueb-select-lg:not(.ueb-select-customize-input) .ueb-select-selector .ueb-select-selection-placeholder {
  line-height: 38px;
}
.ueb-select-single.ueb-select-lg:not(.ueb-select-customize-input):not(.ueb-select-customize-input) .ueb-select-selection-search-input {
  height: 38px;
}
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input) .ueb-select-selector {
  height: 24px;
}
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input) .ueb-select-selector::after,
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input) .ueb-select-selector .ueb-select-selection-item,
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input) .ueb-select-selector .ueb-select-selection-placeholder {
  line-height: 22px;
}
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input):not(.ueb-select-customize-input) .ueb-select-selection-search-input {
  height: 22px;
}
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input) .ueb-select-selection-search {
  right: 7px;
  left: 7px;
}
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input) .ueb-select-selector {
  padding: 0 7px;
}
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input).ueb-select-show-arrow .ueb-select-selection-search {
  right: 28px;
}
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input).ueb-select-show-arrow .ueb-select-selection-item,
.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input).ueb-select-show-arrow .ueb-select-selection-placeholder {
  padding-right: 21px;
}
.ueb-select-single.ueb-select-lg:not(.ueb-select-customize-input) .ueb-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ueb-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ueb-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ueb-select-multiple .ueb-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ueb-select-show-search.ueb-select-multiple .ueb-select-selector {
  cursor: text;
}
.ueb-select-disabled.ueb-select-multiple .ueb-select-selector {
  background: #f5f7fa;
  cursor: not-allowed;
}
.ueb-select-multiple .ueb-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  visibility: hidden;
  content: '\a0';
}
.ueb-select-multiple.ueb-select-show-arrow .ueb-select-selector,
.ueb-select-multiple.ueb-select-allow-clear .ueb-select-selector {
  padding-right: 24px;
}
.ueb-select-multiple .ueb-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f0f6ff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ueb-select-disabled.ueb-select-multiple .ueb-select-selection-item {
  color: #bfbfbf;
  border-color: #e1e6f0;
  cursor: not-allowed;
}
.ueb-select-multiple .ueb-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ueb-select-multiple .ueb-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  color: #575c66;
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ueb-select-multiple .ueb-select-selection-item-remove > * {
  line-height: 1;
}
.ueb-select-multiple .ueb-select-selection-item-remove svg {
  display: inline-block;
}
.ueb-select-multiple .ueb-select-selection-item-remove::before {
  display: none;
}
.ueb-select-multiple .ueb-select-selection-item-remove .ueb-select-multiple .ueb-select-selection-item-remove-icon {
  display: block;
}
.ueb-select-multiple .ueb-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ueb-select-multiple .ueb-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ueb-select-multiple .ueb-select-selection-overflow-item + .ueb-select-selection-overflow-item .ueb-select-selection-search {
  margin-inline-start: 0;
}
.ueb-select-multiple .ueb-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.ueb-select-multiple .ueb-select-selection-search-input,
.ueb-select-multiple .ueb-select-selection-search-mirror {
  height: 24px;
  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';
  line-height: 24px;
  transition: all 0.3s;
}
.ueb-select-multiple .ueb-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ueb-select-multiple .ueb-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ueb-select-multiple .ueb-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ueb-select-multiple.ueb-select-lg .ueb-select-selector::after {
  line-height: 32px;
}
.ueb-select-multiple.ueb-select-lg .ueb-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ueb-select-multiple.ueb-select-lg .ueb-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ueb-select-multiple.ueb-select-lg .ueb-select-selection-search-input,
.ueb-select-multiple.ueb-select-lg .ueb-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ueb-select-multiple.ueb-select-sm .ueb-select-selector::after {
  line-height: 16px;
}
.ueb-select-multiple.ueb-select-sm .ueb-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ueb-select-multiple.ueb-select-sm .ueb-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.ueb-select-multiple.ueb-select-sm .ueb-select-selection-search-input,
.ueb-select-multiple.ueb-select-sm .ueb-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ueb-select-multiple.ueb-select-sm .ueb-select-selection-placeholder {
  left: 7px;
}
.ueb-select-multiple.ueb-select-sm .ueb-select-selection-search {
  margin-inline-start: 3px;
}
.ueb-select-disabled .ueb-select-selection-item-remove {
  display: none;
}
.ueb-select-status-error.ueb-select:not(.ueb-select-disabled):not(.ueb-select-customize-input):not(.ueb-pagination-size-changer) .ueb-select-selector {
  background-color: #fff;
  border-color: #ff6859 !important;
}
.ueb-select-status-error.ueb-select:not(.ueb-select-disabled):not(.ueb-select-customize-input):not(.ueb-pagination-size-changer).ueb-select-open .ueb-select-selector,
.ueb-select-status-error.ueb-select:not(.ueb-select-disabled):not(.ueb-select-customize-input):not(.ueb-pagination-size-changer).ueb-select-focused .ueb-select-selector {
  border-color: #ff9182;
  box-shadow: 0 0 0 2px rgba(255, 104, 89, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-select-status-warning.ueb-select:not(.ueb-select-disabled):not(.ueb-select-customize-input):not(.ueb-pagination-size-changer) .ueb-select-selector {
  background-color: #fff;
  border-color: #ff8000 !important;
}
.ueb-select-status-warning.ueb-select:not(.ueb-select-disabled):not(.ueb-select-customize-input):not(.ueb-pagination-size-changer).ueb-select-open .ueb-select-selector,
.ueb-select-status-warning.ueb-select:not(.ueb-select-disabled):not(.ueb-select-customize-input):not(.ueb-pagination-size-changer).ueb-select-focused .ueb-select-selector {
  border-color: #ff9b29;
  box-shadow: 0 0 0 2px rgba(255, 128, 0, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-select-status-error.ueb-select-has-feedback .ueb-select-clear,
.ueb-select-status-warning.ueb-select-has-feedback .ueb-select-clear,
.ueb-select-status-success.ueb-select-has-feedback .ueb-select-clear,
.ueb-select-status-validating.ueb-select-has-feedback .ueb-select-clear {
  right: 32px;
}
.ueb-select-status-error.ueb-select-has-feedback .ueb-select-selection-selected-value,
.ueb-select-status-warning.ueb-select-has-feedback .ueb-select-selection-selected-value,
.ueb-select-status-success.ueb-select-has-feedback .ueb-select-selection-selected-value,
.ueb-select-status-validating.ueb-select-has-feedback .ueb-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ueb-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector input {
  cursor: pointer;
}
.ueb-select-show-search.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector {
  cursor: text;
}
.ueb-select-show-search.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector input {
  cursor: auto;
}
.ueb-select-focused:not(.ueb-select-disabled).ueb-select:not(.ueb-select-customize-input) .ueb-select-selector {
  border-color: #5c8aff;
  box-shadow: 0 0 0 2px rgba(50, 100, 250, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-select-disabled.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f7fa;
  cursor: not-allowed;
}
.ueb-select-multiple.ueb-select-disabled.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector {
  background: #f5f7fa;
}
.ueb-select-disabled.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector input {
  cursor: not-allowed;
}
.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector .ueb-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ueb-select:not(.ueb-select-customize-input) .ueb-select-selector .ueb-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ueb-select:not(.ueb-select-disabled):hover .ueb-select-selector {
  border-color: #5c8aff;
  border-right-width: 1px;
}
.ueb-select-selection-item {
  flex: 1 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ueb-select-selection-item *::-ms-backdrop,
  .ueb-select-selection-item {
    flex: auto;
  }
}
.ueb-select-selection-placeholder {
  flex: 1 1;
  overflow: hidden;
  color: #c2c5cc;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ueb-select-selection-placeholder *::-ms-backdrop,
  .ueb-select-selection-placeholder {
    flex: auto;
  }
}
.ueb-select-arrow {
  display: inline-flex;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ueb-select-arrow > * {
  line-height: 1;
}
.ueb-select-arrow svg {
  display: inline-block;
}
.ueb-select-arrow::before {
  display: none;
}
.ueb-select-arrow .ueb-select-arrow-icon {
  display: block;
}
.ueb-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ueb-select-arrow .anticon > svg {
  vertical-align: top;
}
.ueb-select-arrow .anticon:not(.ueb-select-suffix) {
  pointer-events: auto;
}
.ueb-select-disabled .ueb-select-arrow {
  cursor: not-allowed;
}
.ueb-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ueb-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ueb-select-clear::before {
  display: block;
}
.ueb-select-clear:hover {
  color: #575c66;
}
.ueb-select:hover .ueb-select-clear {
  opacity: 1;
}
.ueb-select-dropdown {
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ueb-select-dropdown.ueb-slide-up-enter.ueb-slide-up-enter-active.ueb-select-dropdown-placement-bottomLeft,
.ueb-select-dropdown.ueb-slide-up-appear.ueb-slide-up-appear-active.ueb-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ueb-select-dropdown.ueb-slide-up-enter.ueb-slide-up-enter-active.ueb-select-dropdown-placement-topLeft,
.ueb-select-dropdown.ueb-slide-up-appear.ueb-slide-up-appear-active.ueb-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ueb-select-dropdown.ueb-slide-up-leave.ueb-slide-up-leave-active.ueb-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ueb-select-dropdown.ueb-slide-up-leave.ueb-slide-up-leave-active.ueb-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ueb-select-dropdown-hidden {
  display: none;
}
.ueb-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ueb-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #1a2233;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ueb-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: #1a2233;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ueb-select-item-group {
  color: #575c66;
  font-size: 12px;
  cursor: default;
}
.ueb-select-item-option {
  display: flex;
}
.ueb-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ueb-select-item-option-state {
  flex: none;
}
.ueb-select-item-option-active:not(.ueb-select-item-option-disabled) {
  background-color: #f0f6ff;
}
.ueb-select-item-option-selected:not(.ueb-select-item-option-disabled) {
  color: #3264fa;
  font-weight: 600;
  background-color: transparent;
}
.ueb-select-item-option-selected:not(.ueb-select-item-option-disabled) .ueb-select-item-option-state {
  color: #3264fa;
}
.ueb-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ueb-select-item-option-disabled.ueb-select-item-option-selected {
  background-color: #f5f7fa;
}
.ueb-select-item-option-grouped {
  padding-left: 24px;
}
.ueb-select-lg {
  font-size: 16px;
}
.ueb-select-borderless .ueb-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ueb-select.ueb-select-in-form-item {
  width: 100%;
}
.ueb-select-compact-item:not(.ueb-select-compact-last-item) {
  margin-right: -1px;
}
.ueb-select-compact-item:not(.ueb-select-compact-last-item).ueb-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.ueb-select-compact-item:hover > *,
.ueb-select-compact-item:focus > *,
.ueb-select-compact-item:active > * {
  z-index: 2;
}
.ueb-select-compact-item.ueb-select-focused > * {
  z-index: 2;
}
.ueb-select-compact-item[disabled] > * {
  z-index: 0;
}
.ueb-select-compact-item:not(.ueb-select-compact-first-item):not(.ueb-select-compact-last-item).ueb-select > .ueb-select-selector {
  border-radius: 0;
}
.ueb-select-compact-item.ueb-select-compact-first-item.ueb-select:not(.ueb-select-compact-last-item):not(.ueb-select-compact-item-rtl) > .ueb-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-select-compact-item.ueb-select-compact-last-item.ueb-select:not(.ueb-select-compact-first-item):not(.ueb-select-compact-item-rtl) > .ueb-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-select-compact-item.ueb-select.ueb-select-compact-first-item.ueb-select-compact-item-rtl:not(.ueb-select-compact-last-item) > .ueb-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ueb-select-compact-item.ueb-select.ueb-select-compact-last-item.ueb-select-compact-item-rtl:not(.ueb-select-compact-first-item) > .ueb-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ueb-select-rtl {
  direction: rtl;
}
.ueb-select-rtl .ueb-select-arrow {
  right: initial;
  left: 11px;
}
.ueb-select-rtl .ueb-select-clear {
  right: initial;
  left: 11px;
}
.ueb-select-dropdown-rtl {
  direction: rtl;
}
.ueb-select-dropdown-rtl .ueb-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ueb-select-rtl.ueb-select-multiple.ueb-select-show-arrow .ueb-select-selector,
.ueb-select-rtl.ueb-select-multiple.ueb-select-allow-clear .ueb-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ueb-select-rtl.ueb-select-multiple .ueb-select-selection-item {
  text-align: right;
}
.ueb-select-rtl.ueb-select-multiple .ueb-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ueb-select-rtl.ueb-select-multiple .ueb-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ueb-select-rtl.ueb-select-multiple .ueb-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ueb-select-rtl.ueb-select-multiple.ueb-select-sm .ueb-select-selection-placeholder {
  right: 7px;
}
.ueb-select-rtl.ueb-select-single .ueb-select-selector .ueb-select-selection-item,
.ueb-select-rtl.ueb-select-single .ueb-select-selector .ueb-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ueb-select-rtl.ueb-select-single.ueb-select-show-arrow .ueb-select-selection-search {
  right: 11px;
  left: 25px;
}
.ueb-select-rtl.ueb-select-single.ueb-select-show-arrow .ueb-select-selection-item,
.ueb-select-rtl.ueb-select-single.ueb-select-show-arrow .ueb-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ueb-select-rtl.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input).ueb-select-show-arrow .ueb-select-selection-search {
  right: 6px;
}
.ueb-select-rtl.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input).ueb-select-show-arrow .ueb-select-selection-item,
.ueb-select-rtl.ueb-select-single.ueb-select-sm:not(.ueb-select-customize-input).ueb-select-show-arrow .ueb-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ueb-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ueb-empty-image img {
  height: 100%;
}
.ueb-empty-image svg {
  height: 100%;
  margin: auto;
}
.ueb-empty-footer {
  margin-top: 16px;
}
.ueb-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ueb-empty-normal .ueb-empty-image {
  height: 40px;
}
.ueb-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ueb-empty-small .ueb-empty-image {
  height: 35px;
}
.ueb-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ueb-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ueb-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ueb-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ueb-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ueb-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ueb-empty-img-default-g {
  fill: #fff;
}
.ueb-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ueb-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ueb-empty-img-simple-path {
  fill: #fafafa;
}
.ueb-empty-rtl {
  direction: rtl;
}

/* 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 */
.ueb-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: #575c66;
  font-size: 14px;
}
.ueb-breadcrumb .anticon {
  font-size: 14px;
}
.ueb-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ueb-breadcrumb a {
  color: #858c99;
  transition: color 0.3s;
}
.ueb-breadcrumb a:hover {
  color: #5c8aff;
}
.ueb-breadcrumb li:last-child {
  color: #575c66;
}
.ueb-breadcrumb li:last-child a {
  color: #575c66;
}
li:last-child > .ueb-breadcrumb-separator {
  display: none;
}
.ueb-breadcrumb-separator {
  margin: 0 8px;
  color: #575c66;
}
.ueb-breadcrumb-link > .anticon + span,
.ueb-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ueb-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ueb-breadcrumb-rtl {
  direction: rtl;
}
.ueb-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ueb-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ueb-breadcrumb-rtl > span {
  float: right;
}
.ueb-breadcrumb-rtl .ueb-breadcrumb-link > .anticon + span,
.ueb-breadcrumb-rtl .ueb-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ueb-breadcrumb-rtl .ueb-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}

.style_topnav__viW\+o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 0 24px;
  background-color: white;
}
.style_topnav__viW\+o .style_crumbitem__dATsb {
  color: #575c66;
  font-size: 14px;
  line-height: 22px;
}
.style_topnav__viW\+o .style_crumbitem__dATsb a:hover {
  color: #5c8aff;
}
.style_topnav__viW\+o .style_leafName__JOgwq {
  color: #575c66;
  font-size: 14px;
  line-height: 22px;
}
.style_topnav__viW\+o .style_startName__VWZ4D {
  color: #858c99;
  font-size: 14px;
  line-height: 22px;
}

.style_editor__7HvzS .style_uploadItem__dXQxF {
  position: relative;
}
.style_editor__7HvzS .style_uploadItem__dXQxF .style_textTip__oLE96 {
  position: absolute;
  right: -187px;
  top: 9px;
}
.style_editor__7HvzS .style_updateImg__XjtVv {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: -50px;
}
.style_editor__7HvzS .style_textTipi__EGsvH {
  position: relative;
  right: -37px;
  top: -16px;
}

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

/* 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 */
.ueb-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ueb-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.ueb-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}
.ueb-divider-horizontal.ueb-divider-with-text {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}
.ueb-divider-horizontal.ueb-divider-with-text::before,
.ueb-divider-horizontal.ueb-divider-with-text::after {
  position: relative;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}
.ueb-divider-horizontal.ueb-divider-with-text-left::before {
  width: 5%;
}
.ueb-divider-horizontal.ueb-divider-with-text-left::after {
  width: 95%;
}
.ueb-divider-horizontal.ueb-divider-with-text-right::before {
  width: 95%;
}
.ueb-divider-horizontal.ueb-divider-with-text-right::after {
  width: 5%;
}
.ueb-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}
.ueb-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}
.ueb-divider-horizontal.ueb-divider-with-text.ueb-divider-dashed::before,
.ueb-divider-horizontal.ueb-divider-with-text.ueb-divider-dashed::after {
  border-style: dashed none none;
}
.ueb-divider-vertical.ueb-divider-dashed {
  border-width: 0 0 0 1px;
}
.ueb-divider-plain.ueb-divider-with-text {
  color: #1a2233;
  font-weight: normal;
  font-size: 14px;
}
.ueb-divider-horizontal.ueb-divider-with-text-left.ueb-divider-no-default-orientation-margin-left::before {
  width: 0;
}
.ueb-divider-horizontal.ueb-divider-with-text-left.ueb-divider-no-default-orientation-margin-left::after {
  width: 100%;
}
.ueb-divider-horizontal.ueb-divider-with-text-left.ueb-divider-no-default-orientation-margin-left .ueb-divider-inner-text {
  padding-left: 0;
}
.ueb-divider-horizontal.ueb-divider-with-text-right.ueb-divider-no-default-orientation-margin-right::before {
  width: 100%;
}
.ueb-divider-horizontal.ueb-divider-with-text-right.ueb-divider-no-default-orientation-margin-right::after {
  width: 0;
}
.ueb-divider-horizontal.ueb-divider-with-text-right.ueb-divider-no-default-orientation-margin-right .ueb-divider-inner-text {
  padding-right: 0;
}
.ueb-divider-rtl {
  direction: rtl;
}
.ueb-divider-rtl.ueb-divider-horizontal.ueb-divider-with-text-left::before {
  width: 95%;
}
.ueb-divider-rtl.ueb-divider-horizontal.ueb-divider-with-text-left::after {
  width: 5%;
}
.ueb-divider-rtl.ueb-divider-horizontal.ueb-divider-with-text-right::before {
  width: 5%;
}
.ueb-divider-rtl.ueb-divider-horizontal.ueb-divider-with-text-right::after {
  width: 95%;
}

.style_menu__VD2Jm {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
}
.style_menu__VD2Jm .style_leftItem__C7X2Q {
  width: 200px;
  height: 44px;
  line-height: 35px;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 1px;
  padding-left: 15px;
}
.style_menu__VD2Jm .style_leftItem__C7X2Q:hover {
  background: #f0f5ff;
}
.style_menu__VD2Jm .style_leftItem__C7X2Q .style_leftSpan__fVhUs {
  margin-left: 20px;
  display: inline-block;
  width: 2px;
}
.style_menu__VD2Jm .style_hotItem__29B8E {
  background: #f0f5ff;
}
.style_menu__VD2Jm .style_right__iUEuu {
  width: 100%;
  margin-left: 20px;
}
.style_menu__VD2Jm .style_right__iUEuu .style_rightTitle__P1Z8M {
  padding-left: 47px;
  padding-top: 10px;
}
.style_menu__VD2Jm .style_right__iUEuu .style_line__cU9Yw {
  margin-top: 10px !important;
}
.style_menu__VD2Jm .style_allMen__SLz3U {
  margin-bottom: 20px;
}
.style_actionBtutton__RReDi {
  width: 100%;
  text-align: center;
}
.style_actionBtutton__RReDi button {
  margin-right: 10px;
}

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

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ueb-pagination ul,
.ueb-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ueb-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ueb-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ueb-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  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';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #1a2233;
  transition: none;
}
.ueb-pagination-item a:hover {
  text-decoration: none;
}
.ueb-pagination-item:hover {
  border-color: #3264fa;
  transition: all 0.3s;
}
.ueb-pagination-item:hover a {
  color: #3264fa;
}
.ueb-pagination-item:focus-visible {
  border-color: #3264fa;
  transition: all 0.3s;
}
.ueb-pagination-item:focus-visible a {
  color: #3264fa;
}
.ueb-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #3264fa;
}
.ueb-pagination-item-active a {
  color: #3264fa;
}
.ueb-pagination-item-active:hover {
  border-color: #5c8aff;
}
.ueb-pagination-item-active:focus-visible {
  border-color: #5c8aff;
}
.ueb-pagination-item-active:hover a {
  color: #5c8aff;
}
.ueb-pagination-item-active:focus-visible a {
  color: #5c8aff;
}
.ueb-pagination-jump-prev,
.ueb-pagination-jump-next {
  outline: 0;
}
.ueb-pagination-jump-prev .ueb-pagination-item-container,
.ueb-pagination-jump-next .ueb-pagination-item-container {
  position: relative;
}
.ueb-pagination-jump-prev .ueb-pagination-item-container .ueb-pagination-item-link-icon,
.ueb-pagination-jump-next .ueb-pagination-item-container .ueb-pagination-item-link-icon {
  color: #3264fa;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
.ueb-pagination-jump-prev .ueb-pagination-item-container .ueb-pagination-item-link-icon-svg,
.ueb-pagination-jump-next .ueb-pagination-item-container .ueb-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ueb-pagination-jump-prev .ueb-pagination-item-container .ueb-pagination-item-ellipsis,
.ueb-pagination-jump-next .ueb-pagination-item-container .ueb-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.ueb-pagination-jump-prev:hover .ueb-pagination-item-link-icon,
.ueb-pagination-jump-next:hover .ueb-pagination-item-link-icon {
  opacity: 1;
}
.ueb-pagination-jump-prev:hover .ueb-pagination-item-ellipsis,
.ueb-pagination-jump-next:hover .ueb-pagination-item-ellipsis {
  opacity: 0;
}
.ueb-pagination-jump-prev:focus-visible .ueb-pagination-item-link-icon,
.ueb-pagination-jump-next:focus-visible .ueb-pagination-item-link-icon {
  opacity: 1;
}
.ueb-pagination-jump-prev:focus-visible .ueb-pagination-item-ellipsis,
.ueb-pagination-jump-next:focus-visible .ueb-pagination-item-ellipsis {
  opacity: 0;
}
.ueb-pagination-prev,
.ueb-pagination-jump-prev,
.ueb-pagination-jump-next {
  margin-right: 8px;
}
.ueb-pagination-prev,
.ueb-pagination-next,
.ueb-pagination-jump-prev,
.ueb-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: #1a2233;
  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';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.ueb-pagination-prev,
.ueb-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}
.ueb-pagination-prev button,
.ueb-pagination-next button {
  color: #1a2233;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-pagination-prev:hover button,
.ueb-pagination-next:hover button {
  border-color: #5c8aff;
}
.ueb-pagination-prev .ueb-pagination-item-link,
.ueb-pagination-next .ueb-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.ueb-pagination-prev:focus-visible .ueb-pagination-item-link,
.ueb-pagination-next:focus-visible .ueb-pagination-item-link {
  color: #3264fa;
  border-color: #3264fa;
}
.ueb-pagination-prev:hover .ueb-pagination-item-link,
.ueb-pagination-next:hover .ueb-pagination-item-link {
  color: #3264fa;
  border-color: #3264fa;
}
.ueb-pagination-disabled,
.ueb-pagination-disabled:hover {
  cursor: not-allowed;
}
.ueb-pagination-disabled .ueb-pagination-item-link,
.ueb-pagination-disabled:hover .ueb-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  cursor: not-allowed;
}
.ueb-pagination-disabled:focus-visible {
  cursor: not-allowed;
}
.ueb-pagination-disabled:focus-visible .ueb-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e1e6f0;
  cursor: not-allowed;
}
.ueb-pagination-slash {
  margin: 0 10px 0 5px;
}
.ueb-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  .ueb-pagination-options *::-ms-backdrop,
  .ueb-pagination-options {
    vertical-align: top;
  }
}
.ueb-pagination-options-size-changer.ueb-select {
  display: inline-block;
  width: auto;
}
.ueb-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}
.ueb-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: #1a2233;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  transition: all 0.3s;
  width: 50px;
  height: 32px;
  margin: 0 8px;
}
.ueb-pagination-options-quick-jumper input::-moz-placeholder {
  color: #c2c5cc;
  -moz-user-select: none;
       user-select: none;
}
.ueb-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #c2c5cc;
  -ms-user-select: none;
      user-select: none;
}
.ueb-pagination-options-quick-jumper input::placeholder {
  color: #c2c5cc;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-pagination-options-quick-jumper input:-moz-placeholder {
  text-overflow: ellipsis;
}
.ueb-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.ueb-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ueb-pagination-options-quick-jumper input:hover {
  border-color: #5c8aff;
  border-right-width: 1px;
}
.ueb-pagination-options-quick-jumper input:focus,
.ueb-pagination-options-quick-jumper input-focused {
  border-color: #5c8aff;
  box-shadow: 0 0 0 2px rgba(50, 100, 250, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ueb-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ueb-pagination-options-quick-jumper input-disabled:hover {
  border-color: #e1e6f0;
  border-right-width: 1px;
}
.ueb-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ueb-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #e1e6f0;
  border-right-width: 1px;
}
.ueb-pagination-options-quick-jumper input-borderless,
.ueb-pagination-options-quick-jumper input-borderless:hover,
.ueb-pagination-options-quick-jumper input-borderless:focus,
.ueb-pagination-options-quick-jumper input-borderless-focused,
.ueb-pagination-options-quick-jumper input-borderless-disabled,
.ueb-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ueb-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ueb-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ueb-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}
.ueb-pagination-simple .ueb-pagination-prev,
.ueb-pagination-simple .ueb-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ueb-pagination-simple .ueb-pagination-prev .ueb-pagination-item-link,
.ueb-pagination-simple .ueb-pagination-next .ueb-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.ueb-pagination-simple .ueb-pagination-prev .ueb-pagination-item-link::after,
.ueb-pagination-simple .ueb-pagination-next .ueb-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ueb-pagination-simple .ueb-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ueb-pagination-simple .ueb-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.ueb-pagination-simple .ueb-pagination-simple-pager input:hover {
  border-color: #3264fa;
}
.ueb-pagination-simple .ueb-pagination-simple-pager input:focus {
  border-color: #5c8aff;
  box-shadow: 0 0 0 2px rgba(50, 100, 250, 0.2);
}
.ueb-pagination-simple .ueb-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f7fa;
  border-color: #e1e6f0;
  cursor: not-allowed;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-total-text,
.ueb-pagination.ueb-pagination-mini .ueb-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-item:not(.ueb-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-prev,
.ueb-pagination.ueb-pagination-mini .ueb-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-prev .ueb-pagination-item-link,
.ueb-pagination.ueb-pagination-mini .ueb-pagination-next .ueb-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-prev .ueb-pagination-item-link::after,
.ueb-pagination.ueb-pagination-mini .ueb-pagination-next .ueb-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-jump-prev,
.ueb-pagination.ueb-pagination-mini .ueb-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-options {
  margin-left: 2px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-options-size-changer {
  top: 0px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ueb-pagination.ueb-pagination-mini .ueb-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}
.ueb-pagination.ueb-pagination-disabled {
  cursor: not-allowed;
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item {
  background: #f5f7fa;
  border-color: #e1e6f0;
  cursor: not-allowed;
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item-active {
  background: #e6e6e6;
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item-active a {
  color: rgba(0, 0, 0, 0.25);
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f7fa;
  border-color: #e1e6f0;
  cursor: not-allowed;
}
.ueb-pagination-simple.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item-link {
  background: transparent;
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item-link-icon {
  opacity: 0;
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-item-ellipsis {
  opacity: 1;
}
.ueb-pagination.ueb-pagination-disabled .ueb-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .ueb-pagination-item-after-jump-prev,
  .ueb-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ueb-pagination-options {
    display: none;
  }
}
.ueb-pagination-rtl .ueb-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-pagination-rtl .ueb-pagination-item,
.ueb-pagination-rtl .ueb-pagination-prev,
.ueb-pagination-rtl .ueb-pagination-jump-prev,
.ueb-pagination-rtl .ueb-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-pagination-rtl .ueb-pagination-slash {
  margin: 0 5px 0 10px;
}
.ueb-pagination-rtl .ueb-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}
.ueb-pagination-rtl .ueb-pagination-options .ueb-pagination-options-size-changer.ueb-select {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-pagination-rtl .ueb-pagination-options .ueb-pagination-options-quick-jumper {
  margin-left: 0;
}
.ueb-pagination-rtl.ueb-pagination-simple .ueb-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-pagination-rtl.ueb-pagination-simple .ueb-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-pagination-rtl.ueb-pagination.mini .ueb-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}
.ueb-radio-group .ueb-badge-count {
  z-index: 1;
}
.ueb-radio-group > .ueb-badge:not(:first-child) > .ueb-radio-button-wrapper {
  border-left: none;
}
.ueb-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.ueb-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ueb-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.ueb-radio-wrapper.ueb-radio-wrapper-in-form-item input[type='radio'] {
  width: 14px;
  height: 14px;
}
.ueb-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.ueb-radio-wrapper:hover .ueb-radio,
.ueb-radio:hover .ueb-radio-inner,
.ueb-radio-input:focus + .ueb-radio-inner {
  border-color: #3264fa;
}
.ueb-radio-input:focus + .ueb-radio-inner {
  box-shadow: 0 0 0 3px rgba(50, 100, 250, 0.12);
}
.ueb-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3264fa;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.ueb-radio:hover::after,
.ueb-radio-wrapper:hover .ueb-radio::after {
  visibility: visible;
}
.ueb-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #e1e6f0;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.ueb-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #3264fa;
  border-top: 0;
  border-left: 0;
  border-radius: 16px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ueb-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ueb-radio.ueb-radio-disabled .ueb-radio-inner {
  border-color: #e1e6f0;
}
.ueb-radio-checked .ueb-radio-inner {
  border-color: #3264fa;
}
.ueb-radio-checked .ueb-radio-inner::after {
  transform: scale(0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-radio-disabled {
  cursor: not-allowed;
}
.ueb-radio-disabled .ueb-radio-inner {
  background-color: #f5f7fa;
  cursor: not-allowed;
}
.ueb-radio-disabled .ueb-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ueb-radio-disabled .ueb-radio-input {
  cursor: not-allowed;
}
.ueb-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ueb-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ueb-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: #1a2233;
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #e1e6f0;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ueb-radio-button-wrapper a {
  color: #1a2233;
}
.ueb-radio-button-wrapper > .ueb-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ueb-radio-group-large .ueb-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ueb-radio-group-small .ueb-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ueb-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #e1e6f0;
  transition: background-color 0.3s;
  content: '';
}
.ueb-radio-button-wrapper:first-child {
  border-left: 1px solid #e1e6f0;
  border-radius: 4px 0 0 4px;
}
.ueb-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ueb-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ueb-radio-button-wrapper:hover {
  position: relative;
  color: #3264fa;
}
.ueb-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(50, 100, 250, 0.12);
}
.ueb-radio-button-wrapper .ueb-radio-inner,
.ueb-radio-button-wrapper input[type='checkbox'],
.ueb-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #3264fa;
  background: #fff;
  border-color: #3264fa;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled)::before {
  background-color: #3264fa;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):first-child {
  border-color: #3264fa;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):hover {
  color: #5c8aff;
  border-color: #5c8aff;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):hover::before {
  background-color: #5c8aff;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):active {
  color: #2047d4;
  border-color: #2047d4;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):active::before {
  background-color: #2047d4;
}
.ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(50, 100, 250, 0.12);
}
.ueb-radio-group-solid .ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled) {
  color: #fff;
  background: #3264fa;
  border-color: #3264fa;
}
.ueb-radio-group-solid .ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #5c8aff;
  border-color: #5c8aff;
}
.ueb-radio-group-solid .ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #2047d4;
  border-color: #2047d4;
}
.ueb-radio-group-solid .ueb-radio-button-wrapper-checked:not(.ueb-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(50, 100, 250, 0.12);
}
.ueb-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
  cursor: not-allowed;
}
.ueb-radio-button-wrapper-disabled:first-child,
.ueb-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f7fa;
  border-color: #e1e6f0;
}
.ueb-radio-button-wrapper-disabled:first-child {
  border-left-color: #e1e6f0;
}
.ueb-radio-button-wrapper-disabled.ueb-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #e1e6f0;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ueb-radio-group.ueb-radio-group-rtl {
  direction: rtl;
}
.ueb-radio-wrapper.ueb-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}
.ueb-radio-button-wrapper.ueb-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}
.ueb-radio-button-wrapper.ueb-radio-button-wrapper-rtl.ueb-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}
.ueb-radio-button-wrapper.ueb-radio-button-wrapper-rtl.ueb-radio-button-wrapper:first-child {
  border-right: 1px solid #e1e6f0;
  border-radius: 0 4px 4px 0;
}
.ueb-radio-button-wrapper-checked:not([class*=' ueb-radio-button-wrapper-disabled']).ueb-radio-button-wrapper:first-child {
  border-right-color: #5c8aff;
}
.ueb-radio-button-wrapper.ueb-radio-button-wrapper-rtl.ueb-radio-button-wrapper:last-child {
  border-radius: 4px 0 0 4px;
}
.ueb-radio-button-wrapper.ueb-radio-button-wrapper-rtl.ueb-radio-button-wrapper-disabled:first-child {
  border-right-color: #e1e6f0;
}

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

.filter_filter__duYTE {
  margin-bottom: 24px;
}

.style_content__m9Ip9 {
  background: #ffffff;
  min-height: 500px;
  padding: 20px;
}
.style_content__m9Ip9 .style_cardContent__YKslP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.style_content__m9Ip9 .style_cardContent__YKslP .style_addCard__WcZdJ {
  color: blue;
  width: 348px;
  height: 206px;
  text-align: center;
  line-height: 206px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 24px;
  cursor: pointer;
  margin-right: 40px;
  margin-bottom: 20px;
}
.style_content__m9Ip9 .style_pagination__-BvTl {
  text-align: right;
}

.filter_filter__Nq8s8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.filter_filter__Nq8s8 .filter_add__S\+USW {
  width: 120px;
}

.style_content__dqtVO {
  min-height: 500px;
  padding: 20px;
  background: #fff;
}
.style_content__dqtVO .style_card-content__ZBN4Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.style_content__dqtVO .style_card-content__ZBN4Q .style_add-card__3sZUO {
  width: 348px;
  height: 206px;
  margin-right: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 206px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
}
.style_content__dqtVO .style_pagination__FfHjj {
  text-align: right;
}

.style_editor__RYzCU {
  padding-top: 30px;
  padding-left: 20px;
}
.style_editor__RYzCU .style_title__veMWj {
  margin-bottom: 20px;
}
.style_editor__RYzCU .style_editor-top__HvRvG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style_editor__RYzCU .style_editor-top__HvRvG .style_editor-right__04vqA div {
  height: 32px;
  margin-bottom: 24px;
  color: #b8b8b8;
}
.style_editor__RYzCU .style_action-button__f5IR9 {
  text-align: center;
}

.filter_filter__SATc4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.filter_filter__SATc4 .filter_add__Y4unE {
  width: 120px;
}
.filter_filter__SATc4 .ueb-select-selector {
  background-color: unset !important;
}

.style_content__RRof3 {
  min-height: 500px;
  padding: 20px;
  background: #fff;
}
.style_content__RRof3 .style_card-content__ccsvA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.style_content__RRof3 .style_card-content__ccsvA .style_add-card__i-H9J {
  width: 348px;
  height: 206px;
  margin-right: 40px;
  margin-bottom: 20px;
  color: blue;
  font-size: 24px;
  line-height: 206px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
}
.style_content__RRof3 .style_pagination__aEyXY {
  text-align: right;
}

.style_editor__fIF2X {
  padding-top: 20px;
  padding-left: 20px;
}
.style_editor__fIF2X .style_title__K-yDN {
  margin-bottom: 20px;
}
.style_editor__fIF2X .style_action-button__8KqkS {
  text-align: center;
}

.style_menu__XNllj {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
}
.style_menu__XNllj .style_leftItem__DOppN {
  width: 200px;
  height: 44px;
  line-height: 35px;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 1px;
  padding-left: 15px;
}
.style_menu__XNllj .style_leftItem__DOppN:hover {
  background: #f0f5ff;
}
.style_menu__XNllj .style_leftItem__DOppN .style_leftSpan__aP\+2K {
  margin-left: 20px;
  display: inline-block;
  width: 2px;
}
.style_menu__XNllj .style_hotItem__hkf0Y {
  background: #f0f5ff;
}
.style_menu__XNllj .style_right__Do1x4 {
  width: 100%;
  margin-left: 20px;
}
.style_menu__XNllj .style_right__Do1x4 .style_rightTitle__le55X {
  padding-left: 47px;
  padding-top: 10px;
}
.style_menu__XNllj .style_right__Do1x4 .style_line__MpegJ {
  margin-top: 10px !important;
}
.style_menu__XNllj .style_allMen__X3u9e {
  margin-bottom: 20px;
}
.style_actionBtutton__pwFDu {
  width: 100%;
  text-align: center;
}
.style_actionBtutton__pwFDu button {
  margin-right: 10px;
}

.style_content__8DOg1 {
  width: 100%;
  height: calc(100vh - 100px);
  padding-top: 200px;
  color: red;
  font-size: 20px;
  text-align: center;
}

.style_content__mbM16 {
  min-height: 500px;
  padding: 20px;
}
.style_content__mbM16 .style_top__ICWXE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.style_content__mbM16 .style_title__gTnRI {
  margin-bottom: 16px;
  font-size: 16px;
}
.style_content__mbM16 .style_pagination__5PnsU {
  text-align: right;
}
.style_content__mbM16 .style_list-item__VrzHu {
  padding-top: 20px;
}
.style_content__mbM16 .style_card__A\+-Tw {
  position: relative;
}
.style_content__mbM16 .style_card__A\+-Tw .style_right-btn__bRX1j {
  position: absolute;
  top: -20px;
  right: -8px;
  color: #555;
  font-size: 24px;
}
.style_content__mbM16 .style_card__A\+-Tw .style_card-content__Zlb7u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style_content__mbM16 .style_card__A\+-Tw .style_card-content__Zlb7u .style_card-image__a2O0u {
  width: 40px;
  height: 40px;
}
.style_content__mbM16 .style_card__A\+-Tw .style_card-content__Zlb7u .style_card-image__a2O0u img {
  width: 100%;
  height: 100%;
}
.style_content__mbM16 .style_card__A\+-Tw .style_card-content__Zlb7u .style_card-name__e7UI1 {
  padding-left: 12px;
  line-height: 40px;
}
.style_iframe__jrk5u {
  width: 100%;
  height: calc(100vh - 160px);
}
.style_content-modal__zilNY {
  width: 100%;
  height: 600px;
  overflow-y: auto;
}
.style_content-modal__zilNY .style_chose-type__stbgE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.style_content-modal__zilNY .style_chose-type__stbgE .style_left-menu__8h9r1 {
  width: 100px;
  height: 100%;
  margin-right: 12px;
}
.style_content-modal__zilNY .style_type-menu__-qnee {
  margin-bottom: 6px;
  padding: 0 4px;
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  white-space: nowrap;
  /* 确保文本在同一行内 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截去的文本 */
  border-radius: 3px;
  cursor: pointer;
}
.style_content-modal__zilNY .style_type-menu__-qnee:hover {
  background-color: #24b7fa;
}
.style_content-modal__zilNY .style_hot__Gevey {
  background-color: #2db7f5;
}
.style_content-modal__zilNY .style_app-item__Z1K93 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 639px;
  height: 60px;
  margin-bottom: 12px;
  border: 1px solid #e1e6f0;
  border-radius: 4px;
}
.style_content-modal__zilNY .style_app-item__Z1K93 .style_list-image__LJZKm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  height: 60px;
  padding: 8px;
}
.style_content-modal__zilNY .style_app-item__Z1K93 .style_list-image__LJZKm img {
  width: 44px;
  height: 44px;
  margin-right: 4px;
}
.style_content-modal__zilNY .style_app-item__Z1K93 .style_list-image__LJZKm .style_ltem-left__BgXjV {
  width: 100px;
  overflow: hidden;
  /* 隐藏超出容器的文本 */
  line-height: 42px;
  white-space: nowrap;
  /* 确保文本在同一行内 */
  text-overflow: ellipsis;
  /* 使用省略号表示被截去的文本 */
}
.style_content-modal__zilNY .style_app-item__Z1K93 .style_list-brief__FkniH {
  line-height: 60px;
}
.style_content-modal__zilNY .style_app-item__Z1K93 .style_list-tag__bacVp {
  line-height: 60px;
}
.style_content-modal__zilNY .style_only-item__zGzPb .style_app-item__Z1K93 {
  width: 750px;
}

.style_editor__SDQz2 .tox .tox-tinymce {
  width: 100%;
}
.style_editor__SDQz2 .tox-statusbar__branding {
  display: none;
}

.home_home__p-aA8 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.home_home__p-aA8 .home_header__AFNuI {
  width: 100%;
  height: 40vh;
  background-color: #2059ed;
  padding-left: 48px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home_home__p-aA8 .home_header__AFNuI .home_header-title__Mb3d- {
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10vh;
}
.home_home__p-aA8 .home_header__AFNuI .home_header-title-content__bMPlc {
  width: 40%;
  color: white;
  font-size: 18px;
  margin-top: 32px;
  word-break: break-all;
  white-space: wrap;
}
.home_home__p-aA8 .home_header__AFNuI .home_header-img__8Te4E {
  width: 400px;
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: 48px;
  bottom: 0px;
  background: url(/images/b1c8adbd939813d6c0ada3eeedf9dbf8header-img.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.home_home__p-aA8 .home_content__cyIV9 {
  width: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-bottom: 24px;
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-title__Lzqqq {
  font-size: 18px;
  color: black;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  margin-bottom: 40px;
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b {
  width: 100%;
  padding: 0px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_flow-name__S9UQs {
  color: #1a2233;
  font-size: 16px;
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_common-flow__-grLs {
  width: 100px;
  height: 100px;
  color: #2059ed;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-size: 30px 30px;
  background-position: top;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_flow-0__wbBIY {
  width: 100px;
  height: 100px;
  color: #2059ed;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-size: 30px 30px;
  background-position: top;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  background-image: url(/images/f5fc353769fb10fdf278b99f963de942one.png);
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_flow-1__fhZ-P {
  width: 100px;
  height: 100px;
  color: #2059ed;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-size: 30px 30px;
  background-position: top;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  background-image: url(data:image/png;base64,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);
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_flow-2__5IRoi {
  width: 100px;
  height: 100px;
  color: #2059ed;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-size: 30px 30px;
  background-position: top;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  background-image: url(data:image/png;base64,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);
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_flow-3__GuuNT {
  width: 100px;
  height: 100px;
  color: #2059ed;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-size: 30px 30px;
  background-position: top;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  background-image: url(data:image/png;base64,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);
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_flow-4__YZn2e {
  width: 100px;
  height: 100px;
  color: #2059ed;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-size: 30px 30px;
  background-position: top;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  background-image: url(data:image/png;base64,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);
}
.home_home__p-aA8 .home_content__cyIV9 .home_content-flow__5Bx5b .home_flow-img__91alw .home_flow-5__Qs9oy {
  width: 100px;
  height: 100px;
  color: #2059ed;
  font-weight: bold;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-size: 30px 30px;
  background-position: top;
  background-position-y: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAHKxJREFUeF7tXQtwXNV5/v+zK8uWJWLtrgw4fuyuHDmYtCUNjwQMIXEKgfJyE+1LmDJAaKdtSJNMLdKSYhIy2G5D0pC2UwcSB6O9ay2OMCa8AoSAIbwSSBpwrFh719gxYO2uDDK2Je2ev3NWsmtZkrV377279949d8aj8ej8r+8/n859nPP/CPIyFQH/tQNzcLjQxpF5Gc83IbkaOWONSIUmBNZIyJuAsJGImpBho3CGOB1AxEFAOoDEBgn4AULXIOPiZ+EAZ+5BRjxLM1y96Q3N+00NoMaVY43Hb0z47eRaxA60IRtaAsDaEKkNCNsA+BIAnGuMkam00D4AtgOQeomwF4D3Eq/fsYs39kISC+badr52SZAychwMZ84ChucT0QWE8BEEbC1DjekiBNSHBL9DxGeA07OpTb6XTTfqMAOSINMkdH77bk/djIYzgdNZALgMiC4AxAZbzgOigyDIArQNGL48MnzwlT3JBTlbxlIhpyVBJgE6GMksJ8RLAfFMIDoPAFwVykelzRQA8TkgegWJHk4lfE9W2gGr25MEGctQMNzfxhFXIOIKADjH6okzyb8XiaiHEfWkNrX0mmTDVmprmiDz23fPmuGauYKQCVKIf05dKbROSvFw34PEe4YLh3v2JBcc0qrAKeNrkiCBSO58YrQCqUgKv1OSaVIcaULoQY49asLzrEk2LKu2pggS7MhdRhxuBKDLLZsRSzuGW5HB+lSX5yFLu2mgczVBEEkMA2dMUVXtEMXRBJHEMJoYx+tzPlEcSRBJDLOJUTtEcRRBFkWy5zKGq4DoykpPEWlP3HnhFs5p3a6E93mn4OEIgogNgTBU6ETCTkBwREy2nWAEREhrod611gkbKW0/mQKxgZVEvBMBTrftpHKg4wTwOiJbq8abN9o5PNsSJBjpP5MYWwUE7XZOgON9R0gi5+tSiZZX7Bir7Qgy70ZqmDmY6ySiTkCstyPoNecz0RAirj3c5Fm7dz0etFP8tiJIoGP/RcD5GgD6qJ1Alr4eQQBfBcZuVrvmPG4XTGxDEH80twqB1toFWOnn1AgQYGda8ayzA0aWJ8jijux8znEdAUXtAKj0sTQEEFBhjFbt7PLuKU2iOqMsTZDRD34k/tKcVh14pFWTEdiODFdZeW+XZQkSiAzcAsi/aXKCpHorIEDs62qi+XYruHK8D5YjyMLY/qCLCmLV+JwVAZM+mYbA5gK6Vr0Zn5MyzUIZii1FkNZI9lyO9EMAXFJGLFLE9gjQDkZ4XZ+FtqpYhiCBaO5yAEEO8Nk+zzIAPQhkAPA6VfFs1aPEKFlLECTYkYsRh40AxIwKTOqxMwLIkcHKVJcnXu0oqk6QQDR7AwD8oNpASPuWROALquK9u5qeVZUggWjmiwD4vWoCIG1bHQG6SVV8d1XLy6oRRH4Zr1bK7We3ml/eq0IQfyR7KyKstl+qpMfVQoCI35ZOtFR8zlScIIFI9npAqOp9ZbWSLO3qRIDgBjXhvUenFk3iFSWIP5r9LAI8oslDOVgicAwCBHBJWvE+WilQKkaQ1mjm0xxQ1n6tVGYdbIcBLe9TfE9VIsSKECQYzS0joJqryleJBNaqDQQ8P6V4tpkdv+kECcQyZwPhLwFAfgQ0O5u1pZ8D0ifUuO8lM8M2lSD+2L4zkFwPAMAiM4OQumsWgV2EhavS8bmvmYWAaQQZ3ZWbfwgA5VkOs7In9YqOjtsL6L7MrF3AphEkEM3eL7esyxlcIQQ2q4r382bYMoUg8rCTGamSOk+IgEmHrgwnyNgxWUtsVZZTqrYQQIaXG31811CCiAILBQ6ipIt87qituWmVaLe7GFxkZCEIQwkSjObisvqIVeZKbfohqqWkFE/MqOgNI4jcnWtUSqQevQgYufvXEIKMVjwsPKY3MCkvETAMAea62IgKjroJImrl1g8ObJPlQA1LrVRkCAL46lBT8zK9tYB1EyQYzd5GAP9qSExSiUTAQAQQ4BspxXurHpW6CFJsQQC4TVZZ15MCKWsaAqKqPNAyPa0XdBEkEMt2y/4cpqVXKjYCAYSkGveGylVVNkFEZycgfm+5hqWcRKBiCCC7ptxOV2URZLQnIN8m255VLMXSkA4ERDs4qGfLyumZWB5Bopk7EPBmHT5LUYlARREgoDVpxfc1rUY1E6TYahlgm+wmqxVqOb6qCBAQB1imtUW1ZoIEYrkHZB/yqqZaGi8XAcQtatxzlRZxTQSRO3W1QCvHWhEBrTt+NREkEM09CECXWzFw6ZNEoDQEcKuqeK4obSxAyQSRq0epkMpxVkdAyypSMkHk6mH1tEv/Skeg9FWkJILI1aN06OVIeyBQ6ipSEkHk6mGPpFfbS0TYAISPA3f/qu7Q0FtDDfAxRPYxABDfzCzWOay0VWRagsjVo9rTzhb200R0Wzrh2zCZt/Pb3/XUufOiPtr5VoqmlFVkWoLI1cNKKbWeL2IbB2cQerPL+8Z03gWj2e8SwJemG1e530+/ipyQIIFI7nxAeqZyDktLNkPgdwUG4VLIcSSuQCz7BBAst0ychBeoCc+UdaNPSBB/LHsnEnzZMsFIR6yEwO84p9CuTb7tWpwKxDL/AIRVa6l2vK+E8J103PuVqWKYkiDz23fPqnM3iGXTrwUAObYmEPhfgrpQWjnp91qj9Uf6L0RkP9cqZ+L49Ej+4NI9yQWHJrMxJUGCkf4YIesy0TGp2p4I/JaAwmnFp5kcItwlV/Q3Dc9m71kpdCTekUq0TNpyekqCBKLZJACYUu/USuBIXzQh8Ftw8ZB6X8sOTVLHDA6G32sjNlK2fLl2p5G7X1W87SWvIMFwfxsxJm6vXCY5JNXaD4HfIK8LpTad1KvH9WA0FyWgSf9a69GrU7aAnC9NbWqZENukK4g/kulExDU6jUpxxyCAryEvhCebQFpDDMayPyKCa7XKmT2eiG5OJ3xrj7czKUEC0ewLAHCO2U5J/bZA4DXEQigVn/sHvd76I5lrEfFHevWYJP+iqng/Pi1BgpHMckJ8wiQnpFpbIUCvMlddqO++D+zU6/bCjuxSF4efWvmtKBJ9JpXwjWs0O2EFCUSz3waAKd8L6wVKytsDAUT8NY7kw33JuYaQg3HotkGRjztVxfvVYzM0gSD+aPY5BDjXHmmUXpqBABH92k3u0M5Nc/r06l8UzpzGGHYDwEf06jJbngCeTyve86YkSFt0r28E6t+Wb6/MToV19RPQrzi6Q0b0/LMTOcYyUqiDoVN6lXmZIxkat4IEIgNXAPIt1k2f9MxkBF4pYD78ZvzklF47/mjmwwjFleNP9OqqqDyxK9VE84OTEsQfzd2BQLLeVUUzYhVj9Ap3u0O7Ns5R9XoUuLp/CRRc3QD0p3p1VVqeANekFc/R+lnjVpBgNPcUAX2q0k5Je1VGgOBlAhZKJ5rTej0JtPcvATcTK4ftyCFiR8CfpxTPpye/xYpmDgLgLL0gSXlbIfAS0XA4nThVNzlGd2AUV44/sxUC45ylQ6ria5hAkNaO3Hmc0zb7BiY9144AvQToCqnx5l3aZcdLBGPvfoh4PgkINibHaEyM4bK+Ls9zoyvK2OWPZlYh4IRP7XqBk/KWReBFdGMotdHzpl4Pg7F9HyISKwecoVeXFeQJqDOt+NaNI0ggmtkCgCUX1LJCINKHMhFAeAFHMJxK6idH69XvLuaFgrit+miZ3lhQjB5UFd+Vx68gOxGw1YLeSpeMRIDgBQYQ6kt4d+tVuzi8v7XA8kkAdBA5AAioL634Fv8/QdrJFXDn8noBk/KWR+CXLgahnV3ePXo9XRx+p5W76rqJ6M/16rKivJr3uCGJheIzyKLw4GmMDU9blcKKgUifSkMAAZ5nDMJGkGNhbH+QUUHsrRI1rxx5cT5j6a5NTduLBPFHM1chYI8jI5VBgdhjNCNPod6k74964VgYeyfIyNWNgI4lh8CIgFakFd8DYwTJrUIg+QZL7+yxojzBc3mYGdqdmL1Xr3uL2vcHmFs8kMOZenVZXZ4AO9OKZ12RIIFY9m4guN7qTkv/NCOwLU88vDvRopsc/siAH7EgHsgdT44iygj3qHHvDaMEieaeASBLlYXUPBWkwPEIbOMuHtp1X8tbeqHxR97yI8zoBoSz9Oqyjzw+qyqeC8YIknkHAOfax3np6TQIPEv19aH0hkZxdEHXFYgNLALi4rbqbF2KbCdM+1TFdzKKls44xAds5790eAoE8BnK58Pp5Fzd5AiuzC2kPInyTzVGjlFoqZ41YyCWORsIX5TzzREIPAOQD6nKye/ojSbYnltIbhIrR+0W70A6Bxd15C5hnB7WC6iUrzYC9Avmrg/1bWzap9eT1kh2AWfQDQQTqnzo1W0nec7wUgxE94UAXJvs5Lj09XgE8GnmHg73bTzFAHL8cQGHmeKBvKbJMYpwIYzBSPY6QrhHTjp7IiAO+LB8XXhnsqlfbwSLO7LzCxzEbdUn9OpygjwSXI/+2MBNSPw/nBBQrcWAQD93w4xQr3LS0SID5WLQdk3mgyMjKB7IJTnGQCRkX8JANPMvAHh7ucBWWW4zEP0agf2GgE4BoDMA2bLiT4dfBPDUDBgKH1uBo9yQ57dnPuh2o9hbJcs9jQORbsFgNHcH2a9Qw7sI8OWU4p1QxlK8tmZD/FYC+MdyJ4zl5RCeHHbXhf9470lZvb4uiPTPczMmHsjH1YPSq9cJ8gi4Rrzm/T4Q/r2NAvq9qnhPm87fQCzbDlS8n3bWhfDkyIg7tCf5gZzewBZd/f6pLH9YHJOV5JgMTKT/xEA0KzqT/rVesCsm7+IfLrU/hQNJ8sRI3h02hhz9p7JCsfrIsorlzn6Gfoz+SGYzIv6VHXwn4relEy2rtfjqIJL8rICu8JvxObp3Pfjb952Cbrc4Jiv3351gMhHRTzAQyz4GBBdpmXRVG4sQUuNe8aZF0+UAkvyM6lkovaF5v6bAJxkciB44GWBIYCjJMR2YCI/biiAuBgvKPRFnW5IgPE4zWNgYcrxzMoBYOeCC6eaG/H1xy/vjtrrF4q6Z83bdN7vs7ds2JMljmC9WH3lX74RtXTk4l+eHxcohyVEimKO3WDZ6SEeGl6e6PA+VGN+kw2xEksfGCizo7gjbuvLtuTwvVg78pB7salD2x7Z6zVvOQ/pkSbUBSR51jRZY0E2Oxe1vtRTc9eKB/MIanOD6Qhavee32oZCIfyqdaHlaX+TFY8aW/E6CiI/UzSyEd/ywZVBvjG3R93wjIG6rUJKjDDBHPxTabqsJPq0qHkMq0FuNJEjwyMyCJ/RGEg+Ukc9xIqIZUh5mdstq/XqQpFvsulmxW1W8YT2hH5G1CkkI4OGGfCH8RnKubnJ88Jr3vPUjI90EcLSMvxFY1ZqO4mZF2253R9ikxr0RI5JWfZLgTw+6h8PvbDzlfb3xzG9/1+N2jyQRUJJDJ5jF7e52PjCFgEpK8cR04lAUryJJfjrU5AntXY8H9cYxv323p66uQWw8XK5Xl5QXCBTCtj9yS0jxdNzXYURCK04SpIeGBofDe7fO002OhbH9zS4qFnX7jBFYSB0Ao0duHVG0gbpUxXe1EUmtHElw60j+/fCe5IJDev0eq0wjPgJKcugF81h5UbTBMWV/EDeqcc81RuBjPkloK9V7Q+kNeFivv2P5EyvHX+jVJeXHI1As+1O8/446pXAc3qsqHkO27ptHEnyQ6t8NpzcEdJMj2J77ALm5+M4hyWE4u8cKx40SxEmlR+nHquK71gi8DCcJ4hbXQHN45yM4pNe/IjnqSDyQ22Mntt6AKy5/bOlRhxWvJoAfpRXvdUZgahhJiLbMKnjFR8BhvX4t7sieNFZ95GK9uqT8FAgcW7zaH3Ve+wMC+GFa8RpSsV4vSRDwgZn5t8JvJE/XTY4l1/U3DR9i4oFcksNEdo9rf+DYBjoE96gJ7w1G4FguSRCgp7nJE/7VehzR68eSK/qbhmcXj8l+Vq8uKX9iBMY10HF4C7YfqIr3RiMmhFaSEECPf4kn9PRq1N3/cWn7vsbDdW7RE/ASI2KROk6MwLgWbOD0Jp4E69WE92+MmBSlkoQIfpJ+2xOGp/WT4+SVNHv2SC5JCJIcRiSxBB3jmniK8f5oxtFtoBHgf1KK929LwGbaISWQZLOa94RFl9RplU0z4OSVb8+ela8TRd0u1atLypeGwMQ20OJVbyTzACAWm6c79SLC/04nPH9nRHwnIMlmdYknBKuR67Uz78a9DTMG65OSHHqR1ChPtEVN+K4SUsUPheIKRrNfIYBva1Rlw+H0X6riM6RQ3iQkuV9d4gkbQo7L9zbUN4qTgPCXNgTZ1i4jwFdTivfO8QQJZ84ihi/ZOrJSnSf8vprwfLHU4Scad5QkCEk17gkDIOnVO79996y6utndQHSZXl1SXjsCyOns1Cbfy+MIIv4TiGTeB8QG7SrtKIF3qYrnJiM8FyQpp17XZLb919JMPJxNAqIkhxHJ0aqD6KCa8M0+Inb0FqtIkGj2kZp6x47wPTXu/ZJWDM0a779WnYlDTaL6yOVm2ZB6p0XgUVXxHn1beBxBbN0KYdrIJxuAAN9NKd4vlyVsoNDiS/5QX5jjFdVHrjBQrVSlGQG6RVV835p8BenIXgQcHtOs0+YChPCddNz7lWqFsbSdZhxyZ8WuXEmOaiXhiF0GF6td3scnJUjxyKa7QfS5c1XbzyrYv1NVvF+ttN2l7a/POOQ6tRuQHP2KvdK4lmmvMJI/OHdPcsHR1hLjbrGKzyGx3C+AqDbLUyL8uxr3/lOZ4GoW+9iNVDcwOCBK8xTfucurygggPqPGPeOqT04kSDQrvoVU7XajyhAJ8/+mKt5VZvtx4Wpyv7ljICnJYTbSmvRPuIuYQJBgJLOcEJ/QpNZhgxFxbSruudm0sC4kd/DUnKhbtcI0G1KxZgSQ6DOphO/JYwUnEKR4mxXNvgAA52i24CABAlyTVjxfMzykdnL53VlRt0qSw3BwdSl8UVW8E3rDT0oQfyTTiYhrdJlzgDAB3ZFWfP9sWCjt3S6/a3k3Itiio5dhcdtAERHdnE741h7v6qQECYb724ixN2r0bdZxGOG3VMVzi+4cryYW2JETe6s+p1uXVGA0AgXkfGlqU0tvSQQZu80Sxzo/b7QnttSHcLsa9369fN8JA9GcwFOSo3wQzZS8X1W87ZMZmHQFEQODkf4YIesy0ytb6Sb+TTXR8q/afS6SQ6wc8o+NdvAqIoHEO1KJlrgmghR3lLobxG2WvyJe2sAIItyWinu1ddmNZgU5Jv3rZIOQa8HF9Ej+4NKpKlxOuYIIZPyx7J1IUPV9SlbKkjhKC8Dvmq6JTzCW6yAisaW+pt8GWil3k/ky3TajExIkEMmdD0jPWD3IKvl3NyK8QZwyQPgOMWpAwhYC8jCGnySS58erlBdtZgkvUBOeZ6cSOiFBRh/Wcw8CkNx+rQ12OdoWCOBWVfGccIPotAQJduQuI05bbRGvdFIioAGBUromT0sQuYpoQFwOtREC068eIpiSCCJXERvlXbpaEgKlrB4lE0SuIiVhLgfZBoHSVg9NBJGriG2yLx2dBoFSVw9NBJGriJx3zkCg9NVDM0HkKuKMKVLLUWhZPTQTpLiKxHIPAMnz07U8yWwbO+IWNe7RdLy5pLdYxwKyKJI9lwFsAyztDZhtwZSOOwsBAuIAy3YlvM9rCUwzQYRyfzRzBwKadyRVSwRyrESgBAQIaE1a8Wk+IVoeQa4dmANDfBsCnF6Cb3KIRKCqCBDA61DPlqU3NO/X6khZBBl9FhlYCcTv1WpQjpcIVBwBZNeo8eaN5dgtmyCjJMmKNsTyrEM5yEuZyiBQrLrvDZVrTBdBgpH+MwlwGyDWl+uAlJMImIYA0RACLUslWl4p14YuggijwWj2NgIo4yhquS5LOYlAaQggwDdSivfW0kZPPko3QebdSA31gwPbAOijehyRshIBYxHAV4eampftXY8H9ejVTZDis0jH/ouAF2quKrwe4KWsyQgw18Vq15yjVdrLtWYIQYRxfzS3CoEmFN4q1zEpJxEoFwEC7EwrnnXlyh8rZxhBRp9HcnECihrhmNQhESgHAQRUUoonVo7sZDKGEmRxR3Z+gYNY1k4zykGpRyKgAYHtLgYX7ezy7tEgc8KhhhKkuIrIM+xG5Ubq0YiA1p26pag3nCDFh/bIwC2A/JulOCDHSAQMQYDY19VE8+2G6DpGiSkEKZIkmr1f1qI1Ol1S3xQIbFYVrymlXU0jyMLY/qCL8g8D4BKZVomAeQjQjgK6L30zPidlhg3TCCKcbY1kz+UIWwDAZ4bzUmfNI5BhBFf2aTzjoQU1UwkyequVE1UZHwAgpsUxOVYicGIEkAPAVariMbWooekEGXuzFSNOspWCnPOGIYAMO1JdnklbFhhmpNTCcUYYDESzNwDAD4zQJXXUPAJfUBXv3ZVAoSIryJFAAtHMFwHwe5UITNpwKgJ0k6r47qpUdBUliAhK7tmqVGqdZ8fIPValolNxghRJEulfjch07dMvNUA5zhkIEMHqdMJ7W6WjqQpBim+3ItnrAaEi95GVBlXaMxgBghvUhPceg7WWpK5qBBm93cp+FgEeKclTOagmESCAS9KK99FqBV9VgoigW6OZT3PAJ6sFgLRrXQQY0PI+xfdUNT2sOkFE8MFobhkB/QIA5MfEas4G69jmCPjJlOLZVm2XLEGQ4jNJLHM2EIqWyYuqDYq0X1UEdgFSSI37XqqqF2PGLUOQ4jNJbN8ZSCwOgPLAlRVmR8V9oO2EPJaOz32t4qanMGgpgggfR3cBF8R54s9ZBSTpR0UQ2FxA1yqzduWWG4HlCHIkEHnoqtyU2lDOpMNORiBhWYIUH95Hj++K1UTechmRbevp2I4MV6W6PA9Zz7VRjyxNEOGgKATBOa6T1VKsOoXK80tUH2GMVhlZYKE8T04sZXmCHHFf7uEyI/3V0VmNPVXlRmobgogARys48jWyzGm56a62HL4KjN1sRMXDSkViK4IIUEQt4JmDuU4i6pRV5Ss1TXTaEVXWEdcebvKs1VsrV6cnmsVtR5AjERZbLzC2SvYn0ZzzygogJJHzdXpaEFTW4fHWbEuQI2GITldEvFO2g6vmNJpoW7Q9Q2Rry+3sZJVobE8QAaS/2DOx0ImEnbL7bpWnFgER0lqod60tpydglb2fYN4RBDkSVbFFNcNVso97laYZ4hbOaZ3WVstV8rYks44iyNHnk+IHRrgRgETJIXmZjgBuRQbrrfzBr1wIHEkQSZRyp4NWOecS4wgSjiaIJIrWCV/qeOcTo6YIIolS6sSfblztEKMmCXL01XAkdz4xWoEEK8RLsOmmRY3/Pk0IPcixR014nq01LGriFmuqpM5v3z1rhmvmCkImiCL+uWptAkwRbwEAepB4z3DhcM+e5IJDtYpLTRPk2KQHw/1tHHEFIgqinFOjE+JFIuphRD2pTS29NYrBuLAlQSaZBcFIZjkhXkoAH8dRsjh1ZSkQwIsI8AISPZxK+GR1mePmgyTINH8m26J7fSM061xC+gQDOIeAfxwAZ9nzrysdQmAvcEEKwl/W4aHne5V5GXvGUhmvJUHKwLm1I3degfPzEOA8AjgdAVvLUGO6CAH1IcDrBPCci7Hn+ro8z5lu1GEGJEGMSGg7uRaxA23IhpYAsDZEagPCNgC+BADnGmFiah20D4DtAKReIuwF4L3E63fs4o29kETxsC0vHQhIgugArxRRsZEShwttHJmX8XwTkquRM9aIVGhCYI2EvAkIG4moCRk2Cp3E6QAiDgLSASQ2SMAPELoGGRc/Cwc4cw8y4lma4ep1wobAUnCs1pj/A37aGrdGckD3AAAAAElFTkSuQmCC);
}

/* 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 */
.ueb-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  max-width: 100vw;
  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;
}
.ueb-popover-content {
  position: relative;
}
.ueb-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ueb-popover-hidden {
  display: none;
}
.ueb-popover-placement-top,
.ueb-popover-placement-topLeft,
.ueb-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}
.ueb-popover-placement-right,
.ueb-popover-placement-rightTop,
.ueb-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}
.ueb-popover-placement-bottom,
.ueb-popover-placement-bottomLeft,
.ueb-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}
.ueb-popover-placement-left,
.ueb-popover-placement-leftTop,
.ueb-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}
.ueb-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ueb-popover {
    /* IE10+ */
  }
  .ueb-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ueb-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ueb-popover-inner-content {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 12px 16px;
  color: #1a2233;
}
.ueb-popover-message {
  display: flex;
  padding: 4px 0 12px;
  color: #1a2233;
  font-size: 14px;
}
.ueb-popover-message-icon {
  display: inline-block;
  margin-right: 8px;
  color: #ff8000;
  font-size: 14px;
}
.ueb-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ueb-popover-buttons button:not(:first-child) {
  margin-left: 8px;
}
.ueb-popover-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ueb-popover-arrow-content {
  --antd-arrow-background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ueb-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: var(--antd-arrow-background-color);
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ueb-popover-placement-top .ueb-popover-arrow,
.ueb-popover-placement-topLeft .ueb-popover-arrow,
.ueb-popover-placement-topRight .ueb-popover-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.ueb-popover-placement-top .ueb-popover-arrow-content,
.ueb-popover-placement-topLeft .ueb-popover-arrow-content,
.ueb-popover-placement-topRight .ueb-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.ueb-popover-placement-top .ueb-popover-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.ueb-popover-placement-topLeft .ueb-popover-arrow {
  left: 16px;
}
.ueb-popover-placement-topRight .ueb-popover-arrow {
  right: 16px;
}
.ueb-popover-placement-right .ueb-popover-arrow,
.ueb-popover-placement-rightTop .ueb-popover-arrow,
.ueb-popover-placement-rightBottom .ueb-popover-arrow {
  left: 0;
  transform: translateX(-100%);
}
.ueb-popover-placement-right .ueb-popover-arrow-content,
.ueb-popover-placement-rightTop .ueb-popover-arrow-content,
.ueb-popover-placement-rightBottom .ueb-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.ueb-popover-placement-right .ueb-popover-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.ueb-popover-placement-rightTop .ueb-popover-arrow {
  top: 12px;
}
.ueb-popover-placement-rightBottom .ueb-popover-arrow {
  bottom: 12px;
}
.ueb-popover-placement-bottom .ueb-popover-arrow,
.ueb-popover-placement-bottomLeft .ueb-popover-arrow,
.ueb-popover-placement-bottomRight .ueb-popover-arrow {
  top: 0;
  transform: translateY(-100%);
}
.ueb-popover-placement-bottom .ueb-popover-arrow-content,
.ueb-popover-placement-bottomLeft .ueb-popover-arrow-content,
.ueb-popover-placement-bottomRight .ueb-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(11px) rotate(-135deg);
}
.ueb-popover-placement-bottom .ueb-popover-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.ueb-popover-placement-bottomLeft .ueb-popover-arrow {
  left: 16px;
}
.ueb-popover-placement-bottomRight .ueb-popover-arrow {
  right: 16px;
}
.ueb-popover-placement-left .ueb-popover-arrow,
.ueb-popover-placement-leftTop .ueb-popover-arrow,
.ueb-popover-placement-leftBottom .ueb-popover-arrow {
  right: 0;
  transform: translateX(100%);
}
.ueb-popover-placement-left .ueb-popover-arrow-content,
.ueb-popover-placement-leftTop .ueb-popover-arrow-content,
.ueb-popover-placement-leftBottom .ueb-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(-45deg);
}
.ueb-popover-placement-left .ueb-popover-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.ueb-popover-placement-leftTop .ueb-popover-arrow {
  top: 12px;
}
.ueb-popover-placement-leftBottom .ueb-popover-arrow {
  bottom: 12px;
}
.ueb-popover-pink .ueb-popover-inner {
  background-color: #eb2f96;
}
.ueb-popover-pink .ueb-popover-arrow-content {
  background-color: #eb2f96;
}
.ueb-popover-magenta .ueb-popover-inner {
  background-color: #eb2f96;
}
.ueb-popover-magenta .ueb-popover-arrow-content {
  background-color: #eb2f96;
}
.ueb-popover-red .ueb-popover-inner {
  background-color: #f5222d;
}
.ueb-popover-red .ueb-popover-arrow-content {
  background-color: #f5222d;
}
.ueb-popover-volcano .ueb-popover-inner {
  background-color: #fa541c;
}
.ueb-popover-volcano .ueb-popover-arrow-content {
  background-color: #fa541c;
}
.ueb-popover-orange .ueb-popover-inner {
  background-color: #fa8c16;
}
.ueb-popover-orange .ueb-popover-arrow-content {
  background-color: #fa8c16;
}
.ueb-popover-yellow .ueb-popover-inner {
  background-color: #fadb14;
}
.ueb-popover-yellow .ueb-popover-arrow-content {
  background-color: #fadb14;
}
.ueb-popover-gold .ueb-popover-inner {
  background-color: #faad14;
}
.ueb-popover-gold .ueb-popover-arrow-content {
  background-color: #faad14;
}
.ueb-popover-cyan .ueb-popover-inner {
  background-color: #13c2c2;
}
.ueb-popover-cyan .ueb-popover-arrow-content {
  background-color: #13c2c2;
}
.ueb-popover-lime .ueb-popover-inner {
  background-color: #a0d911;
}
.ueb-popover-lime .ueb-popover-arrow-content {
  background-color: #a0d911;
}
.ueb-popover-green .ueb-popover-inner {
  background-color: #52c41a;
}
.ueb-popover-green .ueb-popover-arrow-content {
  background-color: #52c41a;
}
.ueb-popover-blue .ueb-popover-inner {
  background-color: #1890ff;
}
.ueb-popover-blue .ueb-popover-arrow-content {
  background-color: #1890ff;
}
.ueb-popover-geekblue .ueb-popover-inner {
  background-color: #2f54eb;
}
.ueb-popover-geekblue .ueb-popover-arrow-content {
  background-color: #2f54eb;
}
.ueb-popover-purple .ueb-popover-inner {
  background-color: #722ed1;
}
.ueb-popover-purple .ueb-popover-arrow-content {
  background-color: #722ed1;
}
.ueb-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ueb-popover-rtl .ueb-popover-message-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ueb-popover-rtl .ueb-popover-message-title {
  padding-left: 16px;
}
.ueb-popover-rtl .ueb-popover-buttons {
  text-align: left;
}
.ueb-popover-rtl .ueb-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

.style_header__PTCbZ {
  background-color: #fff;
  border: 1px solid #ededef;
  padding: 0px 50px 0px 13px;
}
.style_header__PTCbZ .style_link__Exgc9 {
  display: inline-block;
  color: #3c62ff !important;
}
.style_header__PTCbZ .style_help__aRkTC {
  margin-left: 35px;
}
.style_header__PTCbZ h1 {
  font-size: 20px;
}
.style_header__PTCbZ .style_logo__y-OtJ {
  width: 110px;
  margin: 0 10px;
}
.style_header__PTCbZ .style_subtitle__K1nKt {
  color: #858c99;
  font-size: 16px;
}
.style_header__PTCbZ .ueb-popover-arrow {
  display: none;
}
.style_header__PTCbZ .style_card__lgoSS {
  font-size: 14px;
  width: 217px;
  height: 207px;
  padding: 5px;
  overflow: hidden;
}
.style_header__PTCbZ .style_card__lgoSS .style_top__UmjGc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-weight: 600;
}
.style_header__PTCbZ .style_card__lgoSS .style_top__UmjGc .style_icon__kIQnW {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: gray;
  margin-right: 10px;
}
.style_header__PTCbZ .style_card__lgoSS .style_top__UmjGc .style_icon__kIQnW img {
  width: 100%;
}
.style_header__PTCbZ .style_card__lgoSS .style_authentication__xhhkU {
  border-top: 1px solid #e5ebef;
  padding-top: 13px;
  padding-bottom: 10px;
  color: #45556b;
  cursor: pointer;
}
.style_header__PTCbZ .style_card__lgoSS .style_authentication__xhhkU span {
  font-weight: 600;
  margin-right: 10px;
}
.style_header__PTCbZ .style_card__lgoSS .style_authentication__xhhkU .style_gry-line__2y8sE {
  height: 4px;
  background-color: #f0f5f9;
  border-radius: 50px;
  margin-top: 10px;
}
.style_header__PTCbZ .style_card__lgoSS .style_bottom__nU9gR {
  color: red;
  text-align: center;
}
.style_header__PTCbZ .style_card__lgoSS .style_bottom__nU9gR span {
  cursor: pointer;
}
.style_header__PTCbZ .style_card__lgoSS .style_center__FRgbJ {
  border-top: 1px solid #e5ebef;
  padding-top: 15px;
  margin-bottom: 10px;
}
.style_header__PTCbZ .style_card__lgoSS .style_center__FRgbJ a {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: unset;
}

/* 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 */
.ueb-image {
  position: relative;
  display: inline-block;
}
.ueb-image-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.ueb-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
.ueb-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.ueb-image-mask-info {
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ueb-image-mask-info .anticon {
  margin-inline-end: 4px;
}
.ueb-image-mask:hover {
  opacity: 1;
}
.ueb-image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ueb-image-preview {
  pointer-events: none;
  height: 100%;
  text-align: center;
}
.ueb-image-preview.ueb-zoom-enter,
.ueb-image-preview.ueb-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ueb-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ueb-image-preview-mask-hidden {
  display: none;
}
.ueb-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ueb-image-preview-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.ueb-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transform: scale3d(1, 1, 1);
  cursor: grab;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}
.ueb-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ueb-image-preview-img-wrapper::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}
.ueb-image-preview-moving .ueb-image-preview-img {
  cursor: grabbing;
}
.ueb-image-preview-moving .ueb-image-preview-img-wrapper {
  transition-duration: 0s;
}
.ueb-image-preview-wrap {
  z-index: 1080;
}
.ueb-image-preview-operations-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1081;
  width: 100%;
}
.ueb-image-preview-operations {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
.ueb-image-preview-operations-operation {
  margin-left: 12px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.ueb-image-preview-operations-operation:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ueb-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.ueb-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}
.ueb-image-preview-operations-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ueb-image-preview-operations-icon {
  font-size: 18px;
}
.ueb-image-preview-switch-left,
.ueb-image-preview-switch-right {
  position: fixed;
  top: 50%;
  right: 8px;
  z-index: 1081;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: auto;
}
.ueb-image-preview-switch-left:hover,
.ueb-image-preview-switch-right:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ueb-image-preview-switch-left-disabled,
.ueb-image-preview-switch-right-disabled,
.ueb-image-preview-switch-left-disabled:hover,
.ueb-image-preview-switch-right-disabled:hover {
  color: rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ueb-image-preview-switch-left-disabled > .anticon,
.ueb-image-preview-switch-right-disabled > .anticon,
.ueb-image-preview-switch-left-disabled:hover > .anticon,
.ueb-image-preview-switch-right-disabled:hover > .anticon {
  cursor: not-allowed;
}
.ueb-image-preview-switch-left > .anticon,
.ueb-image-preview-switch-right > .anticon {
  font-size: 18px;
}
.ueb-image-preview-switch-left {
  left: 8px;
}
.ueb-image-preview-switch-right {
  right: 8px;
}

.style_detail__qZHIG .style_item__8ag\+4 {
  margin-bottom: 20px;
}
.style_detail__qZHIG .style_item__8ag\+4 .style_title__msL26 {
  width: 125px;
  display: inline-block;
}
.style_detail__qZHIG .style_item__8ag\+4 span {
  margin-right: 20px;
}

/* 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 */
.ueb-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.ueb-drawer-inline {
  position: absolute;
}
.ueb-drawer-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
.ueb-drawer-content-wrapper {
  position: absolute;
  z-index: 1000;
  transition: all 0.3s;
}
.ueb-drawer-content-wrapper-hidden {
  display: none;
}
.ueb-drawer-left > .ueb-drawer-content-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ueb-drawer-right > .ueb-drawer-content-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}
.ueb-drawer-top > .ueb-drawer-content-wrapper {
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ueb-drawer-bottom > .ueb-drawer-content-wrapper {
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}
.ueb-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
  pointer-events: auto;
}
.ueb-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ueb-drawer-header {
  display: flex;
  flex: 0 1;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #f0f0f0;
}
.ueb-drawer-header-title {
  display: flex;
  flex: 1 1;
  align-items: center;
  min-width: 0;
  min-height: 0;
}
.ueb-drawer-extra {
  flex: none;
}
.ueb-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: #575c66;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}
.ueb-drawer-close:focus,
.ueb-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ueb-drawer-title {
  flex: 1 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ueb-drawer-body {
  flex: 1 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto;
}
.ueb-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
}
.panel-motion-enter-start,
.panel-motion-appear-start,
.panel-motion-leave-start {
  transition: none;
}
.panel-motion-enter-active,
.panel-motion-appear-active,
.panel-motion-leave-active {
  transition: all 0.3s;
}
.ueb-drawer-mask-motion-enter-active,
.ueb-drawer-mask-motion-appear-active,
.ueb-drawer-mask-motion-leave-active {
  transition: all 0.3s;
}
.ueb-drawer-mask-motion-enter,
.ueb-drawer-mask-motion-appear {
  opacity: 0;
}
.ueb-drawer-mask-motion-enter-active,
.ueb-drawer-mask-motion-appear-active {
  opacity: 1;
}
.ueb-drawer-mask-motion-leave {
  opacity: 1;
}
.ueb-drawer-mask-motion-leave-active {
  opacity: 0;
}
.ueb-drawer-panel-motion-left-enter-start,
.ueb-drawer-panel-motion-left-appear-start,
.ueb-drawer-panel-motion-left-leave-start {
  transition: none;
}
.ueb-drawer-panel-motion-left-enter-active,
.ueb-drawer-panel-motion-left-appear-active,
.ueb-drawer-panel-motion-left-leave-active {
  transition: all 0.3s;
}
.ueb-drawer-panel-motion-left-enter-start,
.ueb-drawer-panel-motion-left-appear-start {
  transform: translateX(-100%) !important;
}
.ueb-drawer-panel-motion-left-enter-active,
.ueb-drawer-panel-motion-left-appear-active {
  transform: translateX(0);
}
.ueb-drawer-panel-motion-left-leave {
  transform: translateX(0);
}
.ueb-drawer-panel-motion-left-leave-active {
  transform: translateX(-100%);
}
.ueb-drawer-panel-motion-right-enter-start,
.ueb-drawer-panel-motion-right-appear-start,
.ueb-drawer-panel-motion-right-leave-start {
  transition: none;
}
.ueb-drawer-panel-motion-right-enter-active,
.ueb-drawer-panel-motion-right-appear-active,
.ueb-drawer-panel-motion-right-leave-active {
  transition: all 0.3s;
}
.ueb-drawer-panel-motion-right-enter-start,
.ueb-drawer-panel-motion-right-appear-start {
  transform: translateX(100%) !important;
}
.ueb-drawer-panel-motion-right-enter-active,
.ueb-drawer-panel-motion-right-appear-active {
  transform: translateX(0);
}
.ueb-drawer-panel-motion-right-leave {
  transform: translateX(0);
}
.ueb-drawer-panel-motion-right-leave-active {
  transform: translateX(100%);
}
.ueb-drawer-panel-motion-top-enter-start,
.ueb-drawer-panel-motion-top-appear-start,
.ueb-drawer-panel-motion-top-leave-start {
  transition: none;
}
.ueb-drawer-panel-motion-top-enter-active,
.ueb-drawer-panel-motion-top-appear-active,
.ueb-drawer-panel-motion-top-leave-active {
  transition: all 0.3s;
}
.ueb-drawer-panel-motion-top-enter-start,
.ueb-drawer-panel-motion-top-appear-start {
  transform: translateY(-100%) !important;
}
.ueb-drawer-panel-motion-top-enter-active,
.ueb-drawer-panel-motion-top-appear-active {
  transform: translateY(0);
}
.ueb-drawer-panel-motion-top-leave {
  transform: translateY(0);
}
.ueb-drawer-panel-motion-top-leave-active {
  transform: translateY(-100%);
}
.ueb-drawer-panel-motion-bottom-enter-start,
.ueb-drawer-panel-motion-bottom-appear-start,
.ueb-drawer-panel-motion-bottom-leave-start {
  transition: none;
}
.ueb-drawer-panel-motion-bottom-enter-active,
.ueb-drawer-panel-motion-bottom-appear-active,
.ueb-drawer-panel-motion-bottom-leave-active {
  transition: all 0.3s;
}
.ueb-drawer-panel-motion-bottom-enter-start,
.ueb-drawer-panel-motion-bottom-appear-start {
  transform: translateY(100%) !important;
}
.ueb-drawer-panel-motion-bottom-enter-active,
.ueb-drawer-panel-motion-bottom-appear-active {
  transform: translateY(0);
}
.ueb-drawer-panel-motion-bottom-leave {
  transform: translateY(0);
}
.ueb-drawer-panel-motion-bottom-leave-active {
  transform: translateY(100%);
}
.ueb-drawer-rtl {
  direction: rtl;
}
.ueb-drawer-rtl .ueb-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}

.style_container__7QkN2 .ueb-modal-body {
  max-height: 80vh;
  overflow-y: auto;
}
.style_tips__-7hjR {
  margin: -8px 0 8px;
  color: #575c66;
}

.style_header__ocwlT {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ededef;
}
.style_header__ocwlT .style_logo__ZhXvZ {
  width: 280px;
}
.style_header__ocwlT .style_menus__YX6OF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1a2233;
  font-size: 14px;
}
.style_header__ocwlT .style_menus__YX6OF .style_menu-label__C5Ukp {
  color: #1a2233;
  cursor: pointer;
}
.style_header__ocwlT .style_menus__YX6OF .style_menu-label__C5Ukp:hover {
  color: #3264fa;
}
.style_header__ocwlT .style_menus__YX6OF > li {
  padding: 0 36px;
}
.style_header__ocwlT .style_menus__YX6OF > li .style_sub-menus__5ySn4 {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 32px 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.style_header__ocwlT .style_menus__YX6OF > li.style_visible__TY9iZ .style_menu-label__C5Ukp {
  font-weight: 500;
}
.style_header__ocwlT .style_menus__YX6OF > li.style_visible__TY9iZ .style_sub-menus__5ySn4 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-list__0ieyO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  max-width: 95%;
  margin: 0 auto;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-list__0ieyO .style_product-title__0UJqy {
  margin: 8px 0;
  color: #1a2233;
  font-weight: 500;
  font-size: 16px;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-list__0ieyO > li {
  width: 32%;
  padding: 16px;
  color: #575c66;
  line-height: 1.6;
  border: 1px solid #ededef;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-list__0ieyO > li:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.style_header__ocwlT .style_menus__YX6OF .style_product-item__9vbge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background: #fff;
  border-radius: 8px;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-item__9vbge .style_icon-wrap__eWNE2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #2563eb;
  font-size: 18px;
  background-color: #eff6ff;
  border-radius: 50%;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-item-content__JTibk h3 {
  margin-bottom: 12px;
  font-weight: 600;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-item-desc__aZJpE {
  margin-left: -16px;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-item-desc__aZJpE > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 4px;
}
.style_header__ocwlT .style_menus__YX6OF .style_product-item-desc__aZJpE .style_icon__ZfZXj {
  margin-right: 6px;
  color: #0ac77c;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .style_header__ocwlT {
    padding: 0 24px;
  }
  .style_header__ocwlT .style_menus__YX6OF > li {
    padding: 0 16px;
  }
}
@media screen and (max-width: 992px) {
  .style_mobile-menu__AIZHX .ueb-drawer-body {
    padding: 16px;
  }
  .style_mobile-menu__AIZHX .style_menus__YX6OF {
    margin: 0;
    padding: 0;
  }
  .style_mobile-menu__AIZHX .style_menus__YX6OF > li {
    padding: 24px 0;
    border-bottom: 1px solid #ededef;
  }
  .style_mobile-menu__AIZHX .style_menus__YX6OF > li .style_menu-label__C5Ukp {
    color: #3264fa;
    font-weight: 500;
    font-size: 16px;
  }
  .style_mobile-menu__AIZHX .style_menus__YX6OF > li .style_sub-menus__5ySn4 {
    padding: 16px 0 0 16px;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO > li {
    padding: 12px 0 8px;
    border-bottom: none;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge .style_icon-wrap__eWNE2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 36px;
    color: #2563eb;
    font-size: 18px;
    background-color: #eff6ff;
    border-radius: 50%;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge .style_product-item-content__JTibk h3 {
    margin-bottom: 8px;
    color: #3264fa;
    font-size: 14px;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge .style_product-item-content__JTibk .style_product-item-desc__aZJpE {
    color: #575c66;
    font-size: 12px;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge .style_product-item-content__JTibk .style_product-item-desc__aZJpE > li {
    margin: 4px 0;
    line-height: 1.6;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge .style_product-item-content__JTibk .style_product-item-desc__aZJpE .style_icon__ZfZXj {
    margin-right: 6px;
    color: #0ac77c;
  }
  .style_mobile-menu__AIZHX .style_mobile-menu-link__1tEXT {
    display: block;
    margin: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .style_header__ocwlT {
    position: fixed;
    height: 56px;
    margin-top: 0;
    padding: 0 16px;
    line-height: 56px;
  }
  .style_header__ocwlT .style_logo__ZhXvZ {
    width: auto;
    height: 20px;
  }
  .style_mobile-menu__AIZHX .ueb-drawer-body {
    padding: 16px;
  }
  .style_mobile-menu__AIZHX .style_menus__YX6OF > li {
    padding: 16px 0;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO li {
    padding-top: 8px;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge .style_product-item-content__JTibk h3 {
    margin-bottom: 4px;
  }
  .style_mobile-menu__AIZHX .style_product-list__0ieyO .style_product-item__9vbge .style_product-item-content__JTibk .style_product-item-desc__aZJpE {
    display: none;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ueb-avatar-image {
  background: transparent;
}
.ueb-avatar .ueb-image-img {
  display: block;
}
.ueb-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ueb-avatar.ueb-avatar-icon {
  font-size: 18px;
}
.ueb-avatar.ueb-avatar-icon > .anticon {
  margin: 0;
}
.ueb-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ueb-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ueb-avatar-lg.ueb-avatar-icon {
  font-size: 24px;
}
.ueb-avatar-lg.ueb-avatar-icon > .anticon {
  margin: 0;
}
.ueb-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ueb-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ueb-avatar-sm.ueb-avatar-icon {
  font-size: 14px;
}
.ueb-avatar-sm.ueb-avatar-icon > .anticon {
  margin: 0;
}
.ueb-avatar-square {
  border-radius: 4px;
}
.ueb-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ueb-avatar-group {
  display: inline-flex;
}
.ueb-avatar-group .ueb-avatar {
  border: 1px solid #fff;
}
.ueb-avatar-group .ueb-avatar:not(:first-child) {
  margin-left: -8px;
}
.ueb-avatar-group-popover .ueb-avatar + .ueb-avatar {
  margin-left: 3px;
}
.ueb-avatar-group-rtl .ueb-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ueb-avatar-group-popover.ueb-popover-rtl .ueb-avatar + .ueb-avatar {
  margin-right: 3px;
  margin-left: 0;
}

.style_name__YGueh {
  color: #3264fa;
  cursor: pointer;
}
.style_auth-status-warn__P2\+es {
  color: #ff8000;
}
.style_user-dropdown__-m7zd {
  top: 42px !important;
}
.style_user-dropdown__-m7zd .ueb-menu-vertical {
  margin-top: 12px;
  text-align: center;
  border-width: 0;
}
.style_user-dropdown__-m7zd .ueb-menu-item:hover {
  background-color: #f0f6ff;
}
.style_user-dropdown__-m7zd .ueb-menu-item-selected {
  background-color: transparent;
}

.style_layout__gACNp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 64px;
}

.style_text-item__JQHFC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.style_text-item__JQHFC .style_content__dWLts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 8px;
  overflow: hidden;
}
.style_text-item__JQHFC .style_eye__ZmIla {
  color: #3264fa;
  cursor: pointer;
}

.style_copy__bRhBx {
  color: #3264fa;
  cursor: pointer;
}

.style_date-range-filter__oubEM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.style_tab-group__wrRHq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.style_tab-item__nDG6I {
  min-width: 76px;
  padding: 5px 16px;
  font-size: 14px;
  text-align: center;
  background: #f0f2f5;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.style_tab-item__nDG6I:hover {
  color: #3264fa;
}
.style_tab-item__nDG6I.style_active__\+tSxA {
  color: #fff;
  background-color: #3264fa;
}
.style_tab-item__nDG6I.style_active__\+tSxA:hover {
  /* stylelint-disable function-no-unknown */
  background-color: rgba(50, 100, 250, 0.85);
}
.style_picker-wrapper__0VRNl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.style_icon__snfq1 {
  margin: 0 4px;
  color: #3264fa;
  cursor: pointer;
}
.style_title__WnkPY {
  padding: 4px 8px;
  color: #1a2233;
  line-height: 1.8;
}

.dict-guide_modal__XONxS {
  max-width: 620px;
}
.dict-guide_modal__XONxS .ueb-modal-body {
  max-height: 75vh;
  overflow-y: auto;
}
.dict-guide_modal__XONxS .dict-guide_module__n3ZBz {
  margin-bottom: 32px;
}
.dict-guide_modal__XONxS h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.dict-guide_modal__XONxS img {
  max-width: 100%;
  margin-top: 8px;
  border: 1px solid #ededef;
}
.dict-guide_modal__XONxS .dict-guide_text__dmon8 {
  color: #575c66;
}
.dict-guide_modal__XONxS .dict-guide_authorization__QH4zb {
  line-height: 1.8;
}
.dict-guide_modal__XONxS .dict-guide_authorization__QH4zb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  padding: 8px 12px;
  background-color: #f0f2f5;
  border-radius: 8px;
}
.dict-guide_modal__XONxS .dict-guide_authorization__QH4zb li:hover {
  background-color: #f0f6ff;
}
.dict-guide_modal__XONxS .dict-guide_authorization__QH4zb .dict-guide_desc__WfGQf {
  margin-top: 4px;
  color: #575c66;
  font-size: 12px;
}
.dict-guide_modal__XONxS .dict-guide_authorization__QH4zb .dict-guide_checked__BBm7r {
  color: #0ac77c;
  font-size: 18px;
}
.dict-guide_modal__XONxS .dict-guide_modal-footer__oQGop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
}
.dict-guide_modal__XONxS .dict-guide_not-show__-aN4w {
  margin-right: 4px;
  color: #575c66;
  font-size: 12px;
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .dict-guide_modal__XONxS {
    width: 90% !important;
  }
  .ueb-modal-body {
    max-height: 70vh;
  }
}

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

.style_modal__IoJkg {
  height: 85vh;
  max-height: 650px;
}
.style_modal__IoJkg .style_title__f2MYX {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.style_modal__IoJkg .style_step-nav__dD1PV {
  width: 640px;
  margin: 0 auto 16px;
}
.style_modal__IoJkg .style_content__nKRVT {
  width: 100%;
}
.style_modal__IoJkg .style_content__nKRVT .style_step__Mg1LD {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.style_modal__IoJkg .style_content__nKRVT .style_step__Mg1LD img {
  max-width: 100%;
  height: 55vh;
  max-height: 440px;
}
.style_modal__IoJkg .style_content__nKRVT .style_step__Mg1LD .style_content-title__p\+YYF {
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
}
.style_modal__IoJkg .style_content__nKRVT .style_step__Mg1LD .style_tips__Kn6oO {
  margin-top: 4px;
  color: #858c99;
  font-size: 12px;
}
.style_modal__IoJkg .style_content__nKRVT .style_step__Mg1LD .style_sub-text__9WCEi {
  margin-top: 4px;
  color: #575c66;
  font-size: 14px;
}
.style_footer__f-sXw {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}

.style_layout__jSsqm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 64px;
}
.style_banner-box__u2zN- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45vh;
  padding-left: 15%;
  background: url(/images/d887779cfcf3bb0f6a601050e7bd0938banner.png) no-repeat center center transparent;
  background-size: cover;
}
.style_banner-box__u2zN- h1 {
  font-weight: 500;
  font-size: 36px;
}
.style_banner-box__u2zN- p {
  width: 70%;
  max-width: 800px;
  margin: 24px 0;
  color: #575c66;
  font-size: 16px;
  line-height: 1.8;
}
.style_module__2YWl2 {
  padding: 24px 0;
  padding: 40px 20px;
  background-color: #fff;
}
.style_module__2YWl2 h2 {
  margin: 28px 0;
  font-size: 24px;
  text-align: center;
}
.style_module__2YWl2 .style_module-content__UaSsW {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}
.style_module__2YWl2 .style_module-content-title__cRU0u {
  margin-bottom: 32px;
  color: #575c66;
  text-align: center;
}
.style_service-item__vHvYH,
.style_advantage-item__R5tkL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 16px;
  line-height: 1.6;
  border: 1px solid #ededef;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.style_service-item__vHvYH img,
.style_advantage-item__R5tkL img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 8px;
}
.style_service-item__vHvYH h3,
.style_advantage-item__R5tkL h3 {
  font-weight: 600;
  font-size: 14px;
}
.style_service-item__vHvYH .style_service-item-desc__HNl0K,
.style_advantage-item__R5tkL .style_service-item-desc__HNl0K {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 8px 0;
  color: #575c66;
  font-size: 12px;
}
.style_service-item__vHvYH:hover,
.style_advantage-item__R5tkL:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.style_service-item__vHvYH img {
  cursor: pointer;
}
.style_advantage-item__R5tkL {
  padding: 24px;
}
.style_advantage-item__R5tkL h3 {
  margin-top: 4px;
  margin-bottom: 16px;
}
.style_advantage-item__R5tkL .style_advantage-item-desc__WmNmk,
.style_advantage-item__R5tkL ul {
  color: #575c66;
  font-size: 12px;
  line-height: 1.8;
}
.style_advantage-item__R5tkL .style_advantage-item-icon__qONGq {
  margin-right: 4px;
  color: #3264fa;
}
.style_access-steps__tp4JH {
  padding-bottom: 32px;
}
.style_access-steps__tp4JH .ueb-steps-item-icon {
  width: 64px;
  height: 64px;
  font-size: 24px;
  line-height: 64px;
}
.style_access-steps__tp4JH .ueb-steps-item-title {
  margin-bottom: 8px;
  font-weight: 500;
}
.style_access-steps__tp4JH .ueb-steps-item-content {
  width: 150px;
}
.style_access-steps__tp4JH .ueb-steps-item-description {
  color: #575c66 !important;
}
.style_access-steps__tp4JH .ueb-steps-item-process > .ueb-steps-item-container > .ueb-steps-item-tail {
  top: 26px;
  margin-left: 75px;
  padding: 3.5px 48px;
}
.style_access-steps__tp4JH .ueb-steps-item-process > .ueb-steps-item-container > .ueb-steps-item-tail::after {
  height: 2px;
  background-color: #d8d8d8;
}
@media screen and (max-width: 1200px) {
  .style_banner-box__u2zN- {
    height: auto;
    padding: 48px 48px 48px 15%;
  }
}
@media screen and (max-width: 992px) {
  .style_banner-box__u2zN- {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .style_banner-box__u2zN- h1 {
    font-size: 28px;
  }
  .style_banner-box__u2zN- p {
    width: 85%;
  }
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .style_layout__jSsqm {
    padding-top: 56px;
  }
  .style_layout__jSsqm .style_banner-box__u2zN- {
    height: auto;
    padding: 24px;
  }
  .style_layout__jSsqm .style_banner-box__u2zN- h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .style_layout__jSsqm .style_banner-box__u2zN- p {
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
  }
  .style_module__2YWl2 {
    padding: 24px;
  }
  .style_module__2YWl2 h2 {
    margin: 12px 0;
    font-size: 20px;
  }
  .style_module__2YWl2 .style_module-content__UaSsW {
    width: 100%;
  }
  .style_module__2YWl2 .style_module-content-title__cRU0u {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .style_advantage-item__R5tkL {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    padding: 16px;
  }
  .style_advantage-item__R5tkL img {
    width: 56px;
    height: 56px;
  }
  .style_advantage-item__R5tkL h3 {
    margin-bottom: 8px;
  }
  .style_access-steps__tp4JH {
    padding-bottom: 0;
  }
  .style_access-steps__tp4JH .ueb-steps-item {
    margin-bottom: 12px;
  }
  .style_access-steps__tp4JH .ueb-steps-item-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .style_access-steps__tp4JH .ueb-steps-item-title {
    margin-bottom: 0;
  }
  .style_access-steps__tp4JH .ueb-steps-item-content {
    width: auto;
  }
}

/* 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 */
.ueb-typography {
  color: #1a2233;
  word-break: break-word;
}
.ueb-typography.ueb-typography-secondary {
  color: #575c66;
}
.ueb-typography.ueb-typography-success {
  color: #0ac77c;
}
.ueb-typography.ueb-typography-warning {
  color: #ff8000;
}
.ueb-typography.ueb-typography-danger {
  color: #ff6859;
}
a.ueb-typography.ueb-typography-danger:active,
a.ueb-typography.ueb-typography-danger:focus {
  color: #d94941;
}
a.ueb-typography.ueb-typography-danger:hover {
  color: #ff9182;
}
.ueb-typography.ueb-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div.ueb-typography,
.ueb-typography p {
  margin-bottom: 1em;
}
h1.ueb-typography,
div.ueb-typography-h1,
div.ueb-typography-h1 > textarea,
.ueb-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ueb-typography,
div.ueb-typography-h2,
div.ueb-typography-h2 > textarea,
.ueb-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ueb-typography,
div.ueb-typography-h3,
div.ueb-typography-h3 > textarea,
.ueb-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ueb-typography,
div.ueb-typography-h4,
div.ueb-typography-h4 > textarea,
.ueb-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
h5.ueb-typography,
div.ueb-typography-h5,
div.ueb-typography-h5 > textarea,
.ueb-typography h5 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ueb-typography + h1.ueb-typography,
.ueb-typography + h2.ueb-typography,
.ueb-typography + h3.ueb-typography,
.ueb-typography + h4.ueb-typography,
.ueb-typography + h5.ueb-typography {
  margin-top: 1.2em;
}
.ueb-typography div + h1,
.ueb-typography ul + h1,
.ueb-typography li + h1,
.ueb-typography p + h1,
.ueb-typography h1 + h1,
.ueb-typography h2 + h1,
.ueb-typography h3 + h1,
.ueb-typography h4 + h1,
.ueb-typography h5 + h1,
.ueb-typography div + h2,
.ueb-typography ul + h2,
.ueb-typography li + h2,
.ueb-typography p + h2,
.ueb-typography h1 + h2,
.ueb-typography h2 + h2,
.ueb-typography h3 + h2,
.ueb-typography h4 + h2,
.ueb-typography h5 + h2,
.ueb-typography div + h3,
.ueb-typography ul + h3,
.ueb-typography li + h3,
.ueb-typography p + h3,
.ueb-typography h1 + h3,
.ueb-typography h2 + h3,
.ueb-typography h3 + h3,
.ueb-typography h4 + h3,
.ueb-typography h5 + h3,
.ueb-typography div + h4,
.ueb-typography ul + h4,
.ueb-typography li + h4,
.ueb-typography p + h4,
.ueb-typography h1 + h4,
.ueb-typography h2 + h4,
.ueb-typography h3 + h4,
.ueb-typography h4 + h4,
.ueb-typography h5 + h4,
.ueb-typography div + h5,
.ueb-typography ul + h5,
.ueb-typography li + h5,
.ueb-typography p + h5,
.ueb-typography h1 + h5,
.ueb-typography h2 + h5,
.ueb-typography h3 + h5,
.ueb-typography h4 + h5,
.ueb-typography h5 + h5 {
  margin-top: 1.2em;
}
a.ueb-typography-ellipsis,
span.ueb-typography-ellipsis {
  display: inline-block;
  max-width: 100%;
}
a.ueb-typography,
.ueb-typography a {
  color: #3264fa;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a.ueb-typography:focus-visible,
.ueb-typography a:focus-visible,
a.ueb-typography:hover,
.ueb-typography a:hover {
  color: #5c8aff;
}
a.ueb-typography:active,
.ueb-typography a:active {
  color: #2047d4;
}
a.ueb-typography:active,
.ueb-typography a:active,
a.ueb-typography:hover,
.ueb-typography a:hover {
  text-decoration: none;
}
a.ueb-typography[disabled],
.ueb-typography a[disabled],
a.ueb-typography.ueb-typography-disabled,
.ueb-typography a.ueb-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
a.ueb-typography[disabled]:active,
.ueb-typography a[disabled]:active,
a.ueb-typography.ueb-typography-disabled:active,
.ueb-typography a.ueb-typography-disabled:active,
a.ueb-typography[disabled]:hover,
.ueb-typography a[disabled]:hover,
a.ueb-typography.ueb-typography-disabled:hover,
.ueb-typography a.ueb-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
a.ueb-typography[disabled]:active,
.ueb-typography a[disabled]:active,
a.ueb-typography.ueb-typography-disabled:active,
.ueb-typography a.ueb-typography-disabled:active {
  pointer-events: none;
}
.ueb-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ueb-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}
.ueb-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ueb-typography u,
.ueb-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.ueb-typography s,
.ueb-typography del {
  text-decoration: line-through;
}
.ueb-typography strong {
  font-weight: 600;
}
.ueb-typography-expand,
.ueb-typography-edit,
.ueb-typography-copy {
  color: #3264fa;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.ueb-typography-expand:focus-visible,
.ueb-typography-edit:focus-visible,
.ueb-typography-copy:focus-visible,
.ueb-typography-expand:hover,
.ueb-typography-edit:hover,
.ueb-typography-copy:hover {
  color: #5c8aff;
}
.ueb-typography-expand:active,
.ueb-typography-edit:active,
.ueb-typography-copy:active {
  color: #2047d4;
}
.ueb-typography-copy-success,
.ueb-typography-copy-success:hover,
.ueb-typography-copy-success:focus {
  color: #0ac77c;
}
.ueb-typography-edit-content {
  position: relative;
}
div.ueb-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 1px);
}
.ueb-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #575c66;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  pointer-events: none;
}
.ueb-typography-edit-content textarea {
  height: 1em;
  margin: 0 !important;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-transition: none;
}
.ueb-typography ul,
.ueb-typography ol {
  margin: 0 0 1em;
  padding: 0;
}
.ueb-typography ul li,
.ueb-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ueb-typography ul {
  list-style-type: circle;
}
.ueb-typography ul ul {
  list-style-type: disc;
}
.ueb-typography ol {
  list-style-type: decimal;
}
.ueb-typography pre,
.ueb-typography blockquote {
  margin: 1em 0;
}
.ueb-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ueb-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ueb-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ueb-typography-single-line {
  white-space: nowrap;
}
.ueb-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.ueb-typography-ellipsis-single-line,
span.ueb-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ueb-typography-ellipsis-multiple-line {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.ueb-typography-rtl {
  direction: rtl;
}
.ueb-typography-rtl .ueb-typography-expand,
.ueb-typography-rtl .ueb-typography-edit,
.ueb-typography-rtl .ueb-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ueb-typography-rtl .ueb-typography-expand {
  float: left;
}
div.ueb-typography-edit-content.ueb-typography-rtl {
  right: -12px;
  left: auto;
}
.ueb-typography-rtl .ueb-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ueb-typography-rtl.ueb-typography ul li,
.ueb-typography-rtl.ueb-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}

.style_service-title__b9-NV {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.style_service-introduction__-Bkt- {
  margin-bottom: 16px;
  color: #575c66;
  line-height: 1.8;
}
.style_top__hN6UN {
  width: 100%;
  max-width: 1400px;
  min-height: 100px;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_capacity-list__8LJQY {
  width: 100%;
  margin-bottom: 24px;
}
.style_capacity-list__8LJQY .style_capacity-card__pcQRn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  min-height: 100px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.style_capacity-list__8LJQY .style_capacity-card__pcQRn .style_name__Blh5M {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.style_capacity-list__8LJQY .style_capacity-card__pcQRn .style_introduction__-fYw- {
  height: 57px;
  color: gray;
}
.style_capacity-list__8LJQY .style_capacity-card__pcQRn .style_button__N0FF5 {
  padding-top: 10px;
}
.style_chart__WNKJq {
  width: 100%;
  min-height: 300px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_chart__WNKJq .style_filter__akXnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.style_chart__WNKJq .style_chart-title__f9Ay5 {
  font-weight: 500;
  font-size: 16px;
}
.style_chart__WNKJq .style_chart-id__EXihl {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.style_chart__WNKJq .style_chart-action__RZ-Re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.style_pie__aw-CE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.style_pie__aw-CE .style_chart__h3E2H {
  width: 130px;
  height: 130px;
}
.style_pie__aw-CE .style_title__0rq6z {
  margin-top: 8px;
  font-weight: 500;
}
.style_pie__aw-CE span {
  color: #575c66;
}
.style_pie__aw-CE .style_down__b6FPJ {
  white-space: nowrap;
}

.style_layout__zpsnj .style_top__nvKXU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S {
  width: 49%;
  min-width: 450px;
  height: 286px;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_chart1__fb2ye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 150px;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_label__MKmI\+ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card-content__AKM7G {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card__s\+eNc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 424px;
  margin-right: 24px;
  padding: 24px 16px 16px;
  line-height: 1.8;
  background: #f0f2f5;
  border: 1px solid #ededef;
  border-radius: 4px;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card__s\+eNc .style_card-top__cL1Bm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card-desc__PD3D9 {
  margin-bottom: 12px;
  font-size: 12px;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card-desc__PD3D9 .ueb-typography {
  color: #575c66;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card-item__CNefp {
  position: relative;
  height: 36px;
  line-height: 36px;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card-item-label__vy0co {
  display: inline-block;
  width: 72px;
  color: #858c99;
  text-align: right;
}
.style_layout__zpsnj .style_top__nvKXU .style_item__GH65S .style_card-item-action__pkhj6 {
  position: absolute;
  top: 0;
  right: 0;
}
.style_layout__zpsnj .style_top__nvKXU .style_icon__PZGrD {
  color: #3264fa;
  cursor: pointer;
}
.style_layout__zpsnj .style_service-chart-body__oe-2S {
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_layout__zpsnj .style_service-chart-body__oe-2S .style_title__xIeYR {
  font-weight: 500;
  font-size: 16px;
}
.style_layout__zpsnj .style_service-chart-body__oe-2S .style_service-chart__PNf0n {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
.style_layout__zpsnj .style_service-chart-body__oe-2S .style_chart-top__uPOdR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.filter_filter__6kamV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.filter_filter__6kamV .filter_title__dxtlW {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.filter_filter__6kamV .ueb-select-selector {
  background-color: unset !important;
}

.style_content__9z\+Gv {
  min-height: 500px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_content__9z\+Gv .style_nav__\+3ISH {
  padding: 0;
}
.style_content__9z\+Gv .style_pagination__a1bqg {
  text-align: right;
}

.style_app-manage-nav__en\+PN {
  margin-bottom: 15px;
  padding-top: 0;
  padding-left: 0;
}
.style_body__EZWXD {
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_info__jLLLT {
  max-width: 85%;
  margin-bottom: 24px;
  line-height: 1.8;
}
.style_info__jLLLT .style_info-item__NeYyU {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin-bottom: 16px;
}
.style_info__jLLLT .style_label__rAEXE {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  padding-right: 12px;
  color: #858c99;
  text-align: right;
}
.style_info__jLLLT .style_value__4dio4 {
  min-width: 200px;
  white-space: pre-line;
}
.style_info__jLLLT .ueb-typography {
  margin-bottom: 0;
}
.style_btn-modify__GAfhe {
  margin-left: 150px;
}
.style_detail-footer__FrWR4 {
  padding: 24px 24px 36px;
  background: #fff;
  border-radius: 8px;
}
.style_detail-footer__FrWR4 .style_title__EsCaR {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ueb-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ueb-alert-content {
  flex: 1 1;
  min-width: 0;
}
.ueb-alert-icon {
  margin-right: 8px;
}
.ueb-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ueb-alert-success {
  background-color: #e6fff1;
  border: 1px solid #7eedb5;
}
.ueb-alert-success .ueb-alert-icon {
  color: #0ac77c;
}
.ueb-alert-info {
  background-color: #f0f6ff;
  border: 1px solid #adcaff;
}
.ueb-alert-info .ueb-alert-icon {
  color: #3264fa;
}
.ueb-alert-warning {
  background-color: #fff7e6;
  border: 1px solid #ffca7a;
}
.ueb-alert-warning .ueb-alert-icon {
  color: #ff8000;
}
.ueb-alert-error {
  background-color: #fff4f0;
  border: 1px solid #ffdcd4;
}
.ueb-alert-error .ueb-alert-icon {
  color: #ff6859;
}
.ueb-alert-error .ueb-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ueb-alert-action {
  margin-left: 8px;
}
.ueb-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ueb-alert-close-icon .anticon-close {
  color: #575c66;
  transition: color 0.3s;
}
.ueb-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ueb-alert-close-text {
  color: #575c66;
  transition: color 0.3s;
}
.ueb-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ueb-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ueb-alert-with-description.ueb-alert-no-icon {
  padding: 15px 15px;
}
.ueb-alert-with-description .ueb-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ueb-alert-with-description .ueb-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ueb-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ueb-alert-with-description .ueb-alert-description {
  display: block;
}
.ueb-alert.ueb-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ueb-alert.ueb-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ueb-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ueb-alert.ueb-alert-rtl {
  direction: rtl;
}
.ueb-alert-rtl .ueb-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ueb-alert-rtl .ueb-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ueb-alert-rtl .ueb-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ueb-alert-rtl.ueb-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ueb-alert-rtl.ueb-alert-with-description .ueb-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

.style_layout__-N7c4 {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_layout__-N7c4 .style_body__wYjoi {
  min-height: 500px;
  padding-bottom: 100px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_type__DKqCA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_type__DKqCA .style_card__yYYOk {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 350px;
  height: 390px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 30px;
  border: 2px solid #dee3ec;
  border-radius: 5px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_type__DKqCA .style_card__yYYOk .style_title__7u8wa {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_type__DKqCA .style_card__yYYOk .style_content__YUVz\+ {
  color: #7e7e84;
}
.style_layout__-N7c4 .style_body__wYjoi .style_type__DKqCA .style_card__yYYOk .style_button__7Qhd7 {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_type__DKqCA .style_card__yYYOk img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_label-tips__2k9iq {
  position: relative;
  top: -7px;
  margin-left: 155px;
  color: #9e9fa7;
  font-size: 12px;
}
.style_layout__-N7c4 .style_body__wYjoi .ueb-form-item {
  margin-bottom: 20px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_upload-item__yiEFr {
  position: relative;
  width: 100px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_upload-item__yiEFr img {
  width: 100px;
}
.style_layout__-N7c4 .style_body__wYjoi .style_demo__TjStt {
  position: relative;
  width: 0;
  height: 0;
}
.style_layout__-N7c4 .style_body__wYjoi .style_demo__TjStt .style_img__DwVN3 {
  position: absolute;
  top: -131px;
  right: -375px;
  width: 102px;
  height: 102px;
  line-height: 25px;
  background: #fafafa;
  border: 1px dashed #e1e6f0;
}
.style_layout__-N7c4 .style_body__wYjoi .style_demo__TjStt .style_img__DwVN3 img {
  position: absolute;
  width: 90px;
  margin-left: 5px;
  cursor: pointer;
}
.style_layout__-N7c4 .style_body__wYjoi .style_demo__TjStt .style_img__DwVN3 .style_tip__2eL6E {
  position: absolute;
  bottom: 2px;
  margin-left: 20px;
  color: #9e9fa7;
  font-size: 14px;
  text-align: center;
}
.style_layout__-N7c4 .style_body__wYjoi .style_button__7Qhd7 {
  padding-top: 15px;
  text-align: center;
}
.style_layout__-N7c4 .style_app-manage-nav__QEdlv {
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
}

.style_layout__jitjq {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_layout__jitjq .style_app-manage-nav__TIV6M {
  padding-top: 0;
  padding-left: 0;
}
.style_layout__jitjq .style_body__TctyX {
  padding: 25px;
  padding-left: 60px;
}

.style_content__Tdn69 {
  min-height: 500px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_content__Tdn69 .style_title__pBkJq {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.style_content__Tdn69 .style_nav__\+FGFD {
  padding: 0;
}
.style_content__Tdn69 .style_pagination__zxXWz {
  text-align: right;
}

.style_layout__BtNwV {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_layout__BtNwV .style_title__RPPSd {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
}
.style_layout__BtNwV .style_app-manage-nav__lIxJ2 {
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 0;
}
.style_layout__BtNwV .style_price__UkMtW {
  font-weight: 500;
  font-size: 18px;
}
.style_layout__BtNwV .style_button__RtVnB {
  width: 750px;
  margin: auto;
  padding-left: 50px;
}
.style_layout__BtNwV .style_tip__KWKkz {
  padding-top: 16px;
  color: #858c99;
  line-height: 1.8;
}
.style_layout__BtNwV .style_pkg-radio__3AJzz {
  min-width: 240px;
  line-height: 2.4;
}
.style_discount__XUFYe {
  padding: 0 8px;
  vertical-align: top;
  border-radius: 50%;
}

.style_content__yPadh {
  min-height: 500px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_content__yPadh .style_title__XDoqE {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.style_content__yPadh .style_nav__txT0x {
  padding: 0;
}
.style_content__yPadh .style_pagination__\+V8qY {
  text-align: right;
}

.style_content__Gpl\+v {
  min-height: 500px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
.style_content__Gpl\+v .style_title__viTmi {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}

.main_sidebar__oisP\+ {
  height: 100vh;
  border-right: 1px solid #ededef;
}
.main_sidebar__oisP\+ .main_logo__hQOJ1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 24px auto;
  text-align: center;
  cursor: pointer;
}
.main_sidebar__oisP\+ .main_logo__hQOJ1 img {
  width: 50%;
  height: auto;
}
.main_sidebar__oisP\+ .main_logo__hQOJ1 .main_title__IS2BM {
  color: #0055be;
  font-size: 18px;
  letter-spacing: 2px;
}
.main_sidebar__oisP\+ .main_logo__hQOJ1.main_collapsed__nfRit {
  width: 100%;
}
.main_sidebar__oisP\+ .main_logo__hQOJ1.main_collapsed__nfRit img {
  width: 90%;
  margin: 0 auto;
}
.main_sidebar__oisP\+ .main_logo__hQOJ1.main_collapsed__nfRit .main_title__IS2BM {
  display: none;
}
.main_sidebar-menu__NQraT {
  height: calc(100vh - 134px);
  overflow-x: hidden;
  overflow-y: auto;
}
.main_content-wrapper__jcG2z {
  height: calc(100vh - 134px) !important;
  padding: 24px;
  overflow-y: auto;
  background-color: #f0f2f5;
}
.main_content__rJOYW {
  background-color: #f0f2f5;
  border-radius: 8px;
}

/* common style */
/* 警告重置字体色 */
/* 背景色 */
/* 用于解释说明文案 */
/* 用于最次级文案 */
/* 用于强分割线颜色、边框色 */
/* 表单input框边框 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 10px;
  /* 纵向滚动条 */
  height: 10px;
  /* 横向滚动条 */
}
/* 定义滚动条轨道 内阴影 */
::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
/* 定义滑块 内阴影 */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
  /* 设置滚动条颜色并隐藏轨道 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ueb-module-title {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.ueb-module-title::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -8px;
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #3264fa;
  border-radius: 2px;
  content: '';
}
.ueb-modal-confirm-btns .ueb-btn,
.ueb-modal-footer .ueb-btn {
  min-width: 72px;
  height: 32px;
  font-size: 14px;
}
.ueb-pagination,
.ueb-table-pagination.ueb-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
  color: #575c66;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* 分页旁边下拉框的字体颜色 */
}
.ueb-pagination .ueb-pagination-options .ueb-select-selection-item,
.ueb-table-pagination.ueb-pagination .ueb-pagination-options .ueb-select-selection-item {
  color: #575c66;
}
/* 移动端适配 */
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  .ueb-module-title {
    margin-right: 16px;
    font-size: 14px;
  }
  .ueb-pagination,
  .ueb-table-pagination.ueb-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  /* 调整表格在移动端的显示 */
  .ueb-table {
    width: 100%;
    overflow-x: auto;
  }
}

.style_card-item__yppeW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 16px;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.style_card-item-bordered__4eqX0 {
  border: 1px solid #ededef;
}
.style_card-item__yppeW img {
  width: 48px;
  height: auto;
  margin-bottom: 16px;
  border-radius: 8px;
}
.style_card-item__yppeW .style_card-item-img-big__Ib-jt {
  width: 100%;
}
.style_card-item__yppeW h3 {
  font-weight: 600;
  font-size: 16px;
}
.style_card-item__yppeW .style_card-item-desc__fg85u {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 8px 0;
  color: #575c66;
  font-size: 12px;
}
.style_card-item__yppeW:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.style_scene-item__SY\+dh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ededef;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.style_scene-item-img__NOVxG {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.style_scene-item-content__Xv8yg {
  padding: 16px;
}
.style_scene-item__SY\+dh h3 {
  font-weight: 600;
  font-size: 16px;
}
.style_scene-item-desc__AbI-C {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 8px 0;
  color: #575c66;
  font-size: 12px;
}
.style_scene-item__SY\+dh:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.style_feature-item__gLlV5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.style_feature-item__gLlV5:hover {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.style_feature-item-icon__vWId1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  color: #2563eb;
  font-size: 18px;
  background-color: #eff6ff;
  border-radius: 50%;
}
.style_feature-item-desc__uNL8c {
  color: #575c66;
  font-size: 12px;
}
.style_feature-item__gLlV5 h3 {
  margin: 12px 0;
  font-weight: 600;
  font-size: 14px;
}

/** @format */
.phonetic-transcription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  row-gap: 8px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.phonetic-transcription .pronunciation-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phonetic-transcription .pronunciation-group .pron {
  margin-right: 5px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}
.phonetic-transcription .pronunciation-group .pc-word-pronunciation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 8px;
  background: #595959;
  border-radius: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.phonetic-transcription .pronunciation-group .pc-word-pronunciation-audio {
  margin-left: 3px;
}
.phonetic-transcription.voice .pronunciation-group .pc-word-pronunciation {
  background: rgba(0, 0, 0, 0.04);
}
.phonetic-transcription.voice .pc-word-pronunciation-audio {
  margin-left: 5px;
}

/** @format */
.pc-word-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 22px;
  background: #fff;
}
.pc-word-details h1 {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 28px;
}
.pc-word-details h1,
.pc-word-details p {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.pc-word-details .simple-definition .simple-sense {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.pc-word-details .simple-definition .simple-sense table {
  border: none;
}
.pc-word-details .simple-definition .simple-sense table td {
  vertical-align: top;
}
.pc-word-details .simple-definition .simple-sense table td:first-child {
  padding-right: 5px;
  white-space: nowrap;
}
.pc-word-details .word-detail-container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-height: 0;
  overflow: auto;
}
.pc-word-details .tabs-category .ueb-tabs-nav::before,
.pc-word-details .tabs-category > div > .ueb-tabs-nav::before {
  border-bottom: none;
}
.pc-word-details .tabs-category .ueb-tabs-tab {
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 11px;
}
.pc-word-details .tabs-category .ueb-tabs-tab:hover,
.pc-word-details .tabs-category .ueb-tabs-tab.ueb-tabs-tab-active {
  background-color: #3264fa;
}
.pc-word-details .tabs-category .ueb-tabs-tab:hover .ueb-tabs-tab-btn,
.pc-word-details .tabs-category .ueb-tabs-tab.ueb-tabs-tab-active .ueb-tabs-tab-btn {
  color: #fff;
  text-shadow: none;
}
.pc-word-details .tabs-category .ueb-tabs-ink-bar {
  display: none;
}
.pc-word-details .tabs-category .ueb-tabs-nav .ueb-tabs-nav-more,
.pc-word-details .tabs-category > div > .ueb-tabs-nav .ueb-tabs-nav-more {
  padding: 0 16px;
}
.pc-word-details .pc-word-empty-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/** @format */
.word-detail .word-detail-header {
  position: sticky;
  top: -1px;
  z-index: 1;
  background-color: #fff;
}
.word-detail .word-detail-body .word-category-list {
  line-height: 24px;
}
.word-detail .word-detail-body .word-category-list .word-category-item {
  padding: 12px 0;
}
.word-detail .word-detail-body .header-prefix {
  display: inline-block;
  width: 3px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  background: #3264fa;
  border-radius: 3px;
}
.word-detail .word-detail-body .category-title {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-family: PingFangSC-Medium, sans-serif;
  line-height: 22px;
}
.word-detail .word-detail-body .cat {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 35px;
  margin: 8px 0;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  font-style: italic;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.word-detail .word-detail-body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.word-detail .word-detail-body ol li,
.word-detail .word-detail-body ol .item {
  position: relative;
  padding-right: 5px;
  padding-left: 23px;
}
.word-detail .word-detail-body ol .marker {
  position: absolute;
  left: 0;
  width: 20px;
  font-weight: 500;
}
.word-detail .word-detail-body .pc-word-pronunciation {
  display: inline-block;
  vertical-align: middle;
}
.word-detail .word-detail-body .word-morpheme-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  row-gap: 9px;
  color: rgba(0, 0, 0, 0.85);
}
.word-detail .word-detail-body .word-phrase-list .word-phrase {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  font-family: Helvetica-Bold, sans-serif;
}
.word-detail .word-detail-body .word-sense-list .word-sense-item {
  margin-bottom: 8px;
}
.word-detail .word-detail-body .word-sense-list .word-sense-origin {
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.45);
}
.word-detail .word-detail-body .word-sense-list .word-sense-example-list .word-sense-example {
  color: #595959;
}
.word-detail .word-detail-body .word-sense-list .word-sense-example-list .word-sense-example__original {
  font-family: Helvetica, sans-serif;
}
.word-detail .word-detail-body .word-sense-list .word-sense-example-list .word-sense-example__ref {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.word-detail .word-detail-body .word-dialogue-wrap {
  line-height: 24px;
}
.word-detail .word-detail-body .word-dialogue-wrap .dialogue-group-order {
  margin-bottom: 10px;
  color: #262626;
  font-family: Helvetica-Bold, sans-serif;
}
.word-detail .word-detail-body .word-dialogue-wrap .dialogue {
  position: relative;
  margin-bottom: 10px;
  margin-left: 30px;
}
.word-detail .word-detail-body .word-dialogue-wrap .dialogue-order {
  position: absolute;
  top: 4px;
  left: -30px;
  color: rgba(0, 0, 0, 0.45);
}
.word-detail .word-detail-body .word-dialogue-wrap .ref {
  margin-left: 30px;
  color: rgba(0, 0, 0, 0.45);
}
.word-detail .word-detail-body .word-dialogue-wrap .role {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  background-size: cover;
}
.word-detail .word-detail-body .word-derivative-wrap .word-name {
  padding-right: 14px;
}

.rc-tabs-dropdown {
  position: absolute;
  background: #fefefe;
  border: 1px solid black;
  max-height: 200px;
  overflow: auto;
}
.rc-tabs-dropdown-hidden {
  display: none;
}
.rc-tabs-dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rc-tabs-dropdown-menu-item {
  padding: 4px 8px;
}
.rc-tabs-dropdown-menu-item-selected {
  background: red;
}
.rc-tabs-dropdown-menu-item-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.rc-tabs-content {
  position: relative;
  width: 100%;
}
.rc-tabs-content-holder {
  flex: auto;
}
.rc-tabs-tabpane-hidden {
  display: none;
}
.rc-tabs {
  display: flex;
}
.rc-tabs-top,
.rc-tabs-bottom {
  flex-direction: column;
}
.rc-tabs-top .rc-tabs-ink-bar,
.rc-tabs-bottom .rc-tabs-ink-bar {
  height: 3px;
}
.rc-tabs-top .rc-tabs-ink-bar {
  bottom: 0;
}
.rc-tabs-bottom .rc-tabs-nav {
  order: 1;
}
.rc-tabs-bottom .rc-tabs-content {
  order: 0;
}
.rc-tabs-bottom .rc-tabs-ink-bar {
  top: 0;
}
.rc-tabs-left.rc-tabs-editable .rc-tabs-tab,
.rc-tabs-right.rc-tabs-editable .rc-tabs-tab {
  padding-right: 32px;
}
.rc-tabs-left .rc-tabs-nav-wrap,
.rc-tabs-right .rc-tabs-nav-wrap {
  flex-direction: column;
}
.rc-tabs-left .rc-tabs-ink-bar,
.rc-tabs-right .rc-tabs-ink-bar {
  width: 3px;
}
.rc-tabs-left .rc-tabs-nav,
.rc-tabs-right .rc-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.rc-tabs-left .rc-tabs-nav-list,
.rc-tabs-right .rc-tabs-nav-list,
.rc-tabs-left .rc-tabs-nav-operations,
.rc-tabs-right .rc-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.rc-tabs-left .rc-tabs-ink-bar {
  right: 0;
}
.rc-tabs-right .rc-tabs-nav {
  order: 1;
}
.rc-tabs-right .rc-tabs-content {
  order: 0;
}
.rc-tabs-right .rc-tabs-ink-bar {
  left: 0;
}
.rc-tabs-rtl {
  direction: rtl;
}
.rc-tabs-dropdown-rtl {
  direction: rtl;
}
.rc-tabs {
  border: 1px solid gray;
  font-size: 14px;
  overflow: hidden;
}
.rc-tabs-nav {
  display: flex;
  flex: none;
  position: relative;
}
.rc-tabs-nav-measure,
.rc-tabs-nav-wrap {
  transform: translate(0);
  position: relative;
  display: inline-block;
  flex: auto;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
.rc-tabs-nav-measure-ping-left::before,
.rc-tabs-nav-wrap-ping-left::before,
.rc-tabs-nav-measure-ping-right::after,
.rc-tabs-nav-wrap-ping-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.rc-tabs-nav-measure-ping-left::before,
.rc-tabs-nav-wrap-ping-left::before {
  left: 0;
  border-left: 1px solid red;
}
.rc-tabs-nav-measure-ping-right::after,
.rc-tabs-nav-wrap-ping-right::after {
  right: 0;
  border-right: 1px solid red;
}
.rc-tabs-nav-measure-ping-top::before,
.rc-tabs-nav-wrap-ping-top::before,
.rc-tabs-nav-measure-ping-bottom::after,
.rc-tabs-nav-wrap-ping-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.rc-tabs-nav-measure-ping-top::before,
.rc-tabs-nav-wrap-ping-top::before {
  top: 0;
  border-top: 1px solid red;
}
.rc-tabs-nav-measure-ping-bottom::after,
.rc-tabs-nav-wrap-ping-bottom::after {
  bottom: 0;
  border-top: 1px solid red;
}
.rc-tabs-nav-list {
  display: flex;
  position: relative;
  transition: transform 0.3s;
}
.rc-tabs-nav-operations {
  display: flex;
}
.rc-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.rc-tabs-nav-more {
  border: 1px solid blue;
  background: rgba(255, 0, 0, 0.1);
}
.rc-tabs-nav-add {
  border: 1px solid green;
  background: rgba(0, 255, 0, 0.1);
}
.rc-tabs-tab {
  border: 0;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  display: flex;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: lighter;
  align-items: center;
}
.rc-tabs-tab-btn,
.rc-tabs-tab-remove {
  border: 0;
  background: transparent;
}
.rc-tabs-tab-btn {
  font-weight: inherit;
  line-height: 32px;
}
.rc-tabs-tab-remove:hover {
  color: red;
}
.rc-tabs-tab-active {
  font-weight: bolder;
}
.rc-tabs-ink-bar {
  position: absolute;
  background: red;
  pointer-events: none;
}
.rc-tabs-ink-bar-animated {
  transition: all 0.3s;
}
.rc-tabs-extra-content {
  flex: none;
}

.example_example-container__esEoq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  height: 560px;
  padding: 12px 0;
}
.example_example-container__esEoq h3 {
  margin: 24px 0 12px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.example_word-select-container__7\+AcR {
  width: 45%;
}
.example_word-select-container__7\+AcR .example_words__vIdxT {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc(100% - 104px);
  overflow-y: auto;
}
.example_word-details-container__axa08 {
  width: 55%;
  height: 100%;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #ededef;
  border-radius: 8px;
}
.example_word-details-container__axa08 .example_tips__9cVgW {
  color: #575c66;
  font-size: 12px;
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .example_example-container__esEoq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .example_word-select-container__7\+AcR,
  .example_word-details-container__axa08 {
    width: 100%;
  }
  .example_word-select-container__7\+AcR {
    height: auto;
  }
  .example_word-select-container__7\+AcR .example_words__vIdxT {
    height: auto;
    max-height: 200px;
  }
  .example_word-details-container__axa08 {
    height: 400px;
    padding: 16px;
  }
}

.style_layout__uNHqr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 64px;
}
.style_banner-box__N8q-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55vh;
  padding-left: 10%;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  background: linear-gradient(50deg, #d1f2fb 0%, #9ad5f5 50%, #3583cd 100%);
}
.style_banner-box__N8q-a .style_content__kL6Ld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
  padding: 36px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 12px;
}
.style_banner-box__N8q-a .style_content__kL6Ld h1 {
  color: #3264fa;
  font-weight: 500;
  font-size: 34px;
}
.style_banner-box__N8q-a .style_content__kL6Ld p {
  margin: 24px 0;
  font-size: 16px;
}
.style_banner-box__N8q-a .style_img-box__t32oH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.style_banner-box__N8q-a .style_img-box__t32oH img {
  width: auto;
  height: 45vh;
  margin: 5vh 0 5vh 8vh;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.style_module__IjNiy {
  padding: 24px 0;
  background-color: #fff;
}
.style_module__IjNiy .style_tips__u37bw {
  margin: 8px 0;
  color: #575c66;
}
.style_module__IjNiy h2 {
  margin: 32px 0;
  font-size: 24px;
  text-align: center;
}
.style_module__IjNiy .style_module-content__W5mkv {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}
.style_module__IjNiy .style_module-content-title__xFKp- {
  margin-bottom: 32px;
  color: #575c66;
  text-align: center;
}
.style_sub-module__Uksk2 {
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid #ededef;
  border-radius: 16px;
}
.style_sub-module__Uksk2:last-child {
  margin-bottom: 0;
}
.style_sub-module-header__CggAl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
.style_sub-module-header__CggAl h3 {
  font-weight: 500;
  font-size: 16px;
}
.style_sub-module-desc__ZZxn- {
  margin: 16px 0;
  color: #575c66;
}
.style_dict-item__\+L-fD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.style_dict-item__\+L-fD img {
  width: auto;
  height: 200px;
  margin-bottom: 16px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.style_dict-item__\+L-fD h3 {
  font-weight: 600;
  font-size: 14px;
}
.style_dict-item__\+L-fD:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.style_consult__j5JI6 {
  position: fixed;
  right: 64px;
  bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .style_banner-box__N8q-a {
    height: auto;
    padding: 48px;
  }
  .style_banner-box__N8q-a .style_content__kL6Ld {
    width: 55%;
  }
  .style_banner-box__N8q-a .style_img-box__t32oH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style_banner-box__N8q-a .style_img-box__t32oH img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .style_banner-box__N8q-a {
    gap: 32px;
    padding: 32px;
  }
  .style_banner-box__N8q-a .style_content__kL6Ld {
    width: 60%;
  }
  .style_banner-box__N8q-a .style_content__kL6Ld h1 {
    font-size: 28px;
  }
  .style_module__IjNiy .style_module-content__W5mkv {
    width: 90%;
  }
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .style_layout__uNHqr {
    padding-top: 56px;
  }
  .style_layout__uNHqr .style_banner-box__N8q-a {
    height: auto;
    padding: 24px;
  }
  .style_layout__uNHqr .style_banner-box__N8q-a .style_content__kL6Ld {
    width: 100%;
    padding: 24px;
  }
  .style_layout__uNHqr .style_banner-box__N8q-a .style_img-box__t32oH {
    display: none;
  }
  .style_layout__uNHqr .style_banner-box__N8q-a h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .style_layout__uNHqr .style_banner-box__N8q-a p {
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
  }
  .style_module__IjNiy {
    padding: 24px;
  }
  .style_module__IjNiy h2 {
    margin: 12px 0;
    font-size: 20px;
  }
  .style_module__IjNiy .style_module-content__W5mkv {
    width: 100%;
  }
  .style_module__IjNiy .style_module-content-title__xFKp- {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .style_sub-module__Uksk2 {
    padding: 0;
    border: none;
  }
  .style_consult__j5JI6 {
    right: 4px;
    bottom: 40px;
  }
  .style_consult__j5JI6 .ueb-btn {
    padding: 2px 8px;
    font-size: 14px;
  }
}

.style_recommend-tag__BWyw\+ {
  margin-left: 4px;
  color: #fff;
  background-color: #3264fa;
  border-width: 0;
  border-radius: 16px;
}
.style_table__sFngM {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.style_tips__eBujR {
  margin: 8px 0;
  color: #575c66;
}
@media screen and (max-width: 1200px) {
  .style_table__sFngM {
    width: 100%;
  }
}

.style_recommend-tag__1OV6F {
  margin-left: 4px;
  color: #fff;
  background-color: #3264fa;
  border-width: 0;
  border-radius: 16px;
}
.style_table__Dwspa {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.style_tips__KmEXY {
  margin: 8px 0;
  color: #575c66;
}
@media screen and (max-width: 1200px) {
  .style_table__Dwspa {
    width: 100%;
  }
}

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

/* 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 */
.segmented-disabled-item,
.segmented-disabled-item:hover,
.segmented-disabled-item:focus {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.segmented-item-selected {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
}
.segmented-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ueb-segmented {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #1a2233;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  padding: 2px;
  color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-segmented-group {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-items: flex-start;
  width: 100%;
}
.ueb-segmented.ueb-segmented-block {
  display: flex;
}
.ueb-segmented.ueb-segmented-block .ueb-segmented-item {
  flex: 1 1;
  min-width: 0;
}
.ueb-segmented:not(.ueb-segmented-disabled):hover,
.ueb-segmented:not(.ueb-segmented-disabled):focus {
  background-color: rgba(0, 0, 0, 0.06);
}
.ueb-segmented-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ueb-segmented-item-selected {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  color: #262626;
}
.ueb-segmented-item:hover,
.ueb-segmented-item:focus {
  color: #262626;
}
.ueb-segmented-item-label {
  min-height: 28px;
  padding: 0 11px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ueb-segmented-item-icon + * {
  margin-left: 6px;
}
.ueb-segmented-item-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ueb-segmented.ueb-segmented-lg .ueb-segmented-item-label {
  min-height: 36px;
  padding: 0 11px;
  font-size: 16px;
  line-height: 36px;
}
.ueb-segmented.ueb-segmented-sm .ueb-segmented-item-label {
  min-height: 20px;
  padding: 0 7px;
  line-height: 20px;
}
.ueb-segmented-item-disabled,
.ueb-segmented-item-disabled:hover,
.ueb-segmented-item-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ueb-segmented-thumb {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding: 4px 0;
}
.ueb-segmented-thumb-motion-appear-active {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform, width;
}
.ueb-segmented.ueb-segmented-rtl {
  direction: rtl;
}
.ueb-segmented.ueb-segmented-rtl .ueb-segmented-item-icon {
  margin-right: 0;
  margin-left: 6px;
}

.style_layout__vw7aG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 64px;
}
.style_banner-box__mqLV2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55vh;
  padding-left: 10%;
  background: url(/images/1aca4543e8a1c5976fccc7bd7347974ebanner.png) no-repeat center center transparent;
  background-size: cover;
}
.style_banner-box__mqLV2 .style_content__qKzeq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
  padding: 36px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
}
.style_banner-box__mqLV2 .style_content__qKzeq h1 {
  color: #000;
  font-weight: 500;
  font-size: 34px;
}
.style_banner-box__mqLV2 .style_content__qKzeq p {
  margin: 24px 0;
  font-size: 16px;
}
.style_module__gwG-F {
  padding: 24px 0;
  background-color: #fff;
}
.style_module__gwG-F h2 {
  margin: 32px 0;
  font-size: 24px;
  text-align: center;
}
.style_module__gwG-F .style_module-content__tpSMa {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}
.style_module__gwG-F .style_module-content-title__enEEO {
  margin-bottom: 32px;
  color: #575c66;
  text-align: center;
}
.style_module__gwG-F.style_module-reverse__az2U8 {
  color: #fff;
  background-color: #3264fa;
}
.style_module__gwG-F.style_module-reverse__az2U8 h2 {
  color: #fff;
}
.style_module__gwG-F.style_module-reverse__az2U8 .style_module-content-title__enEEO {
  color: #e1e6f0;
}
.style_module__gwG-F .style_center__\+orj8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style_module__gwG-F .style_btn-white__RUFQL {
  color: #3264fa;
  background-color: #fff;
}
.style_module__gwG-F .style_advantage__61EHw {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  background: #f9fafb;
  border-radius: 16px;
}
.style_module__gwG-F .style_advantage__61EHw [class*='feature-item-icon'] {
  font-size: 20px;
}
.style_scene__GzZA1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.style_scene__GzZA1 img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.style_scene__GzZA1 .style_content-col__\+U2dY {
  font-size: 12px;
}
.style_scene__GzZA1 h3 {
  margin: 16px 0;
  font-weight: 600;
  font-size: 16px;
}
.style_scene__GzZA1 .style_scene-desc__IwdON {
  color: #575c66;
}
.style_scene__GzZA1 .style_item-icon__XUXP1 {
  margin-right: 4px;
  color: #3264fa;
}
.style_scene__GzZA1 ul {
  margin-top: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .style_banner-box__mqLV2 {
    height: auto;
    padding: 48px;
  }
  .style_banner-box__mqLV2 .style_content__qKzeq {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .style_banner-box__mqLV2 {
    height: auto;
    padding: 32px;
  }
  .style_banner-box__mqLV2 .style_content__qKzeq {
    width: 80%;
  }
  .style_banner-box__mqLV2 .style_content__qKzeq h1 {
    font-size: 28px;
  }
  .style_module__gwG-F .style_module-content__tpSMa {
    width: 90%;
  }
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .style_layout__vw7aG {
    padding-top: 56px;
  }
  .style_layout__vw7aG .style_banner-box__mqLV2 {
    height: auto;
    padding: 24px;
  }
  .style_layout__vw7aG .style_banner-box__mqLV2 .style_content__qKzeq {
    width: 100%;
    padding: 24px;
  }
  .style_layout__vw7aG .style_banner-box__mqLV2 h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .style_layout__vw7aG .style_banner-box__mqLV2 p {
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
  }
  .style_module__gwG-F {
    padding: 24px;
  }
  .style_module__gwG-F h2 {
    margin: 12px 0;
    font-size: 20px;
  }
  .style_module__gwG-F .style_module-content__tpSMa {
    width: 100%;
  }
  .style_module__gwG-F .style_module-content-title__enEEO {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

.correct-result_correct-result__m8l83 h4 {
  margin: 12px 0;
  color: #3264fa;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
}
.correct-result_correct-result__m8l83 .correct-result_rates__G8zDe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 16px;
}
.correct-result_correct-result__m8l83 .correct-result_rates__G8zDe > li {
  width: 45%;
}
.correct-result_correct-result__m8l83 .correct-result_rates__G8zDe .correct-result_label__DZqUg {
  display: inline-block;
  width: 64px;
  margin-right: 8px;
  color: #858c99;
  text-align: right;
}
.correct-result_correct-result__m8l83 .correct-result_comments__OFn-D {
  margin-top: 16px;
  padding-left: 24px;
  line-height: 1.7;
}
.correct-result_correct-result__m8l83 .correct-result_comments__OFn-D > li {
  list-style: circle;
}
.correct-result_correct-result__m8l83 .correct-result_correct__vXgkN li {
  padding: 12px 0;
  line-height: 1.7;
  border-bottom: 1px solid #ededef;
}
.correct-result_correct-result__m8l83 .correct-result_correct__vXgkN li:last-child {
  border-bottom: none;
}
.correct-result_correct-result__m8l83 .correct-result_correct__vXgkN .correct-result_origin__cOnAV {
  color: #575c66;
  font-style: italic;
}
.correct-result_correct-result__m8l83 .correct-result_correct__vXgkN .correct-result_review__4tq52 {
  margin-top: 12px;
}
.correct-result_correct-result__m8l83 .correct-result_correct__vXgkN .correct-result_icon-warning__twbCl {
  margin-right: 4px;
  color: #f5222d;
}
.correct-result_correct-result__m8l83 .correct-result_correct__vXgkN .correct-result_label__DZqUg {
  font-weight: 600;
}
.correct-result_correct-result__m8l83 .correct-result_correct__vXgkN .correct-result_suggest__4dMbf {
  margin-top: 8px;
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .ueb-rate {
    font-size: 16px;
  }
}

.style_modal-desc-list__E2QZw {
  margin: 8px 16px 0 40px;
  line-height: 1.8;
}
.style_modal-desc-list__E2QZw .anticon {
  margin-right: 8px;
  color: #3264fa;
}

.style_demo-box__aPXjH {
  height: 620px;
  padding: 24px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
}
.style_header__rjqFd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.style_header__rjqFd h3 {
  display: inline-block;
  margin-right: 16px;
  font-weight: 600;
  font-size: 16px;
}
.style_header__rjqFd .style_btn-ref__VvIDp {
  font-size: 12px;
}
.style_header__rjqFd .style_btn-ref__VvIDp svg {
  margin-right: 2px;
  vertical-align: -0.125em;
}
.style_header__rjqFd .ueb-segmented-item-selected {
  color: #3264fa;
}
.style_result-module__iM2dF {
  margin-bottom: 32px;
}
.style_result-module__iM2dF:last-child {
  margin-bottom: 0;
}
.style_result-module__iM2dF .style_title__RrAmq {
  margin-bottom: 24px;
  font-weight: 600;
}
.style_result-module__iM2dF .style_score__R0OIy {
  font-size: 24px;
  text-align: center;
}
.style_result-module__iM2dF .style_machine-check__nouVM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 32px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.style_result-module__iM2dF .style_machine-check__nouVM li {
  min-width: 130px;
}
.style_result-module__iM2dF .style_machine-check__nouVM .ueb-badge-status-dot {
  width: 12px;
  height: 12px;
}
.style_result-module__iM2dF .style_quality-check__ACU1\+ li {
  margin-bottom: 12px;
  padding: 12px;
  background: #f9fafb;
  border-radius: 12px;
}
.style_result-module__iM2dF .style_quality-check__ACU1\+ li:hover {
  background-color: #e5f2fa;
}
.style_result-module__iM2dF .style_quality-check__ACU1\+ li:last-child {
  margin-bottom: 0;
}
.style_result-module__iM2dF .style_quality-check__ACU1\+ li .style_item__PkRf0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.style_result-module__iM2dF .style_quality-check__ACU1\+ li .style_label__UOtkP {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 72px;
  color: #575c66;
  text-align: right;
}
.style_result-module__iM2dF .style_quality-check__ACU1\+ li .style_error-name__jEMqk {
  color: #ff6859;
}
.style_empty__k\+FkE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .style_demo-box__aPXjH {
    padding: 16px 12px;
  }
  .style_header__rjqFd {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .style_result-module__iM2dF .style_machine-check__nouVM {
    gap: 12px 24px;
  }
}

.style_layout__BfcCJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 64px;
}
.style_banner-box__LMirH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45vh;
  padding-left: 10%;
  background: url(/images/89e12f57a3e6d6a8e73c994da0115c13banner.jpg) no-repeat center center transparent;
  background-size: cover;
}
.style_banner-box__LMirH .style_content__n2MdM {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
  padding: 36px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
}
.style_banner-box__LMirH .style_content__n2MdM h1 {
  color: #000;
  font-weight: 500;
  font-size: 34px;
}
.style_banner-box__LMirH .style_content__n2MdM p {
  margin: 24px 0;
  font-size: 16px;
}
.style_module__LfpwC {
  padding: 24px 0;
  background-color: #fff;
}
.style_module__LfpwC h2 {
  margin: 32px 0;
  font-size: 24px;
  text-align: center;
}
.style_module__LfpwC .style_module-content__5P0Ca {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}
.style_module__LfpwC .style_module-content-title__gBabS {
  margin-bottom: 32px;
  color: #575c66;
  text-align: center;
}
.style_module__LfpwC.style_module-reverse__x3Woz {
  color: #fff;
  background-color: #3264fa;
}
.style_module__LfpwC.style_module-reverse__x3Woz h2 {
  color: #fff;
}
.style_module__LfpwC.style_module-reverse__x3Woz .style_module-content-title__gBabS {
  color: #e1e6f0;
}
.style_module__LfpwC .style_center__M\+F6f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style_module__LfpwC .style_btn-white__9VBQT {
  color: #3264fa;
  background-color: #fff;
}
.style_stat-item__w5Gf- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.style_stat-item__w5Gf- .style_count__tP9SD {
  color: #3264fa;
  font-weight: 500;
  font-size: 34px;
}
.style_stat-item__w5Gf- .style_name__uvSln {
  color: #575c66;
}
@media screen and (max-width: 1200px) {
  .style_banner-box__LMirH {
    height: auto;
    padding: 48px;
  }
  .style_banner-box__LMirH .style_content__n2MdM {
    width: 60%;
  }
  .style_stat-item__w5Gf- {
    margin: 16px 0;
  }
  .style_stat-item__w5Gf- .style_count__tP9SD {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .style_banner-box__LMirH {
    height: auto;
    padding: 32px;
  }
  .style_banner-box__LMirH .style_content__n2MdM {
    width: 80%;
  }
  .style_banner-box__LMirH .style_content__n2MdM h1 {
    font-size: 28px;
  }
  .style_module__LfpwC .style_module-content__5P0Ca {
    width: 90%;
  }
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .style_layout__BfcCJ {
    padding-top: 56px;
  }
  .style_layout__BfcCJ .style_banner-box__LMirH {
    height: auto;
    padding: 24px;
  }
  .style_layout__BfcCJ .style_banner-box__LMirH .style_content__n2MdM {
    width: 100%;
    padding: 24px;
  }
  .style_layout__BfcCJ .style_banner-box__LMirH h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .style_layout__BfcCJ .style_banner-box__LMirH p {
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
  }
  .style_module__LfpwC {
    padding: 24px;
  }
  .style_module__LfpwC h2 {
    margin: 12px 0;
    font-size: 20px;
  }
  .style_module__LfpwC .style_module-content__5P0Ca {
    width: 100%;
  }
  .style_module__LfpwC .style_module-content-title__gBabS {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

.example_example-container__ntZEu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.example_example-container__ntZEu .example_example-box__oqxZm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 55%;
      -ms-flex: 55% 1;
          flex: 55% 1;
  gap: 24px;
}
.example_example-container__ntZEu .example_example-box__oqxZm > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.example_example-container__ntZEu h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
}
.example_example-container__ntZEu .example_textarea__\+IK\+U {
  height: 300px;
  margin-top: 16px;
}
.example_example-container__ntZEu .example_audio-box__zm-SE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.example_example-container__ntZEu .example_audio-box__zm-SE .example_tips__OUdyt {
  color: #575c66;
  font-size: 12px;
}
.example_example-container__ntZEu .example_audio-action__tDYSx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.example_example-container__ntZEu .example_audio-action__tDYSx > div {
  text-align: center;
}
.example_example-container__ntZEu .example_icon-audio__hEuef {
  display: block;
  margin-top: 20px;
  margin-bottom: 24px;
  color: #3264fa;
  font-size: 56px;
  cursor: pointer;
}
.example_example-container__ntZEu .example_result-box__aoix0 {
  width: 45%;
  padding-left: 16px;
  border-left: 1px solid #ededef;
}
.example_example-container__ntZEu .example_result-box__aoix0 .example_result-wrapper__FvRMj {
  max-height: 320px;
  overflow-y: auto;
}
.example_wave-wrapper__XtVQi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
}
.example_wave__QmfT8 {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #3264fa;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: example_wave__QmfT8 1.5s infinite;
          animation: example_wave__QmfT8 1.5s infinite;
}
.example_wave__QmfT8:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.example_wave__QmfT8:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes example_wave__QmfT8 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes example_wave__QmfT8 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.example_center-dot__T-PhW {
  width: 12px;
  height: 12px;
  background: #3264fa;
  border-radius: 50%;
}
.example_result-viewer__gf-59 {
  word-break: break-word;
}
.example_result-viewer__gf-59 h4 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}
.example_result-viewer__gf-59 .example_label__rJyfc {
  color: #858c99;
}
@media screen and (max-width: 768px) {
  .example_example-container__ntZEu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
  }
  .example_example-container__ntZEu .example_result-box__aoix0 {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .example_example-box__oqxZm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .example_example-box__oqxZm > div {
    width: 100%;
  }
  .example_example-box__oqxZm textarea {
    height: 100px !important;
  }
  .example_example-box__oqxZm .example_audio-action__tDYSx {
    margin: 0 0 24px;
  }
  .example_result-wrapper__FvRMj {
    padding: 12px;
  }
  .example_result-viewer__gf-59 h4 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .example_result-viewer__gf-59 > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.style_layout__8aIvQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 64px;
}
.style_banner-box__Pqsjb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55vh;
  padding-left: 10%;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  background: linear-gradient(50deg, #b898fb 0%, #9589f7 50%, #0a2dbb 100%);
}
.style_banner-box__Pqsjb .style_content__gTpMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  color: #fff;
}
.style_banner-box__Pqsjb .style_content__gTpMv h1 {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
}
.style_banner-box__Pqsjb .style_content__gTpMv p {
  margin: 24px 0;
  font-size: 16px;
}
.style_banner-box__Pqsjb .style_img-box__de1pV {
  width: 40%;
}
.style_banner-box__Pqsjb .style_img-box__de1pV img {
  width: auto;
  height: 45vh;
  margin: 5vh 0 5vh 8vh;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.style_module__f-LJG {
  padding: 24px 0;
  background-color: #fafafa;
}
.style_module__f-LJG .style_tips__G\+rxe {
  margin: 8px 0;
  color: #575c66;
}
.style_module__f-LJG h2 {
  margin: 32px 0;
  font-size: 24px;
  text-align: center;
}
.style_module__f-LJG .style_module-content__WKKst {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}
.style_module__f-LJG .style_module-content-title__-xGEs {
  margin-bottom: 32px;
  color: #575c66;
  text-align: center;
}
.style_demo-box__wnvGG {
  height: 500px;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.style_demo-box__wnvGG h3 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}
.style_demo-box__wnvGG .ueb-input-affix-wrapper {
  height: 360px;
}
.style_demo-box__wnvGG .ueb-input-affix-wrapper .ueb-input {
  padding: 12px;
  resize: none;
}
.style_demo-box__wnvGG .style_textarea__I5G6t {
  margin: 16px 0 24px;
}
.style_result-header__hfHcx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 1px solid #ededef;
}
.style_result-header__hfHcx .style_score__ZsCO6 {
  color: #3264fa;
  font-size: 24px;
}
.style_result-box__J6kmQ {
  height: 420px;
  overflow-y: auto;
}
.style_result-box__J6kmQ .style_empty__TrqQh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 420px;
}
.style_advantage-item__\+uYMx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.style_advantage-item__\+uYMx .style_icon-wrap__cIJJ2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  background-color: #3264fa;
  border-radius: 50%;
}
.style_advantage-item__\+uYMx .style_advantage-item-content__PMaR0 h3 {
  margin-bottom: 12px;
  font-weight: 600;
}
.style_advantage-item__\+uYMx .style_advantage-item-content__PMaR0 p {
  color: #575c66;
  font-size: 12px;
}
.style_advantage-item__\+uYMx:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .style_banner-box__Pqsjb {
    height: auto;
    padding: 48px;
  }
  .style_banner-box__Pqsjb .style_content__gTpMv {
    width: 55%;
  }
  .style_banner-box__Pqsjb .style_img-box__de1pV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style_banner-box__Pqsjb .style_img-box__de1pV img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .style_banner-box__Pqsjb {
    gap: 32px;
    padding: 32px;
  }
  .style_banner-box__Pqsjb .style_content__gTpMv {
    width: 60%;
  }
  .style_banner-box__Pqsjb .style_content__gTpMv h1 {
    font-size: 28px;
  }
  .style_module__f-LJG .style_module-content__WKKst {
    width: 90%;
  }
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .style_layout__8aIvQ {
    padding-top: 56px;
  }
  .style_layout__8aIvQ .style_banner-box__Pqsjb {
    height: auto;
    padding: 24px;
  }
  .style_layout__8aIvQ .style_banner-box__Pqsjb .style_content__gTpMv {
    width: 100%;
  }
  .style_layout__8aIvQ .style_banner-box__Pqsjb .style_img-box__de1pV {
    display: none;
  }
  .style_layout__8aIvQ .style_banner-box__Pqsjb h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .style_layout__8aIvQ .style_banner-box__Pqsjb p {
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
  }
  .style_module__f-LJG {
    padding: 24px;
  }
  .style_module__f-LJG h2 {
    margin: 12px 0;
    font-size: 20px;
  }
  .style_module__f-LJG .style_module-content__WKKst {
    width: 100%;
  }
  .style_module__f-LJG .style_module-content-title__-xGEs {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

.style_layout__w7JjW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-top: 64px;
}
.style_banner-box__18k4r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55vh;
  padding-left: 10%;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  background: linear-gradient(50deg, #b898fb 0%, #9589f7 50%, #0a2dbb 100%);
}
.style_banner-box__18k4r .style_content__si49f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  color: #fff;
}
.style_banner-box__18k4r .style_content__si49f h1 {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
}
.style_banner-box__18k4r .style_content__si49f p {
  margin: 24px 0;
  font-size: 16px;
}
.style_banner-box__18k4r .style_img-box__ZQy0w {
  width: 40%;
}
.style_banner-box__18k4r .style_img-box__ZQy0w img {
  width: auto;
  height: 45vh;
  margin: 5vh 0 5vh 8vh;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.style_module__eJQbo {
  padding: 24px 0;
  background-color: #fff;
}
.style_module__eJQbo .style_tips__cqmro {
  margin: 8px 0;
  color: #575c66;
}
.style_module__eJQbo h2 {
  margin: 32px 0;
  font-size: 24px;
  text-align: center;
}
.style_module__eJQbo .style_module-content__Vwd6z {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}
.style_module__eJQbo .style_module-content__Vwd6z.style_module-example__XdRv8 {
  width: 90%;
  max-width: unset;
}
.style_module__eJQbo .style_module-content-title__yOgF5 {
  margin-bottom: 32px;
  color: #575c66;
  text-align: center;
}
.style_card-item__geDxH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 16px;
  line-height: 1.6;
  text-align: center;
}
.style_card-item__geDxH img {
  width: 64px;
  height: auto;
  border-radius: 8px;
}
.style_card-item__geDxH h3 {
  margin: 24px 0 12px;
  font-weight: 600;
  font-size: 14px;
}
.style_card-item__geDxH .style_card-item-desc__tvuTX {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #575c66;
  font-size: 12px;
}
.style_advantage-item__fafpb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.style_advantage-item__fafpb .style_icon-wrap__1-r6S {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-top: 4px;
  color: #06f;
  font-size: 18px;
}
.style_advantage-item__fafpb .style_advantage-item-content__tHMXf h3 {
  margin-bottom: 12px;
  font-weight: 600;
}
.style_advantage-item__fafpb .style_advantage-item-content__tHMXf p {
  color: #575c66;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .style_banner-box__18k4r {
    height: auto;
    padding: 48px;
  }
  .style_banner-box__18k4r .style_content__si49f {
    width: 55%;
  }
  .style_banner-box__18k4r .style_img-box__ZQy0w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style_banner-box__18k4r .style_img-box__ZQy0w img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .style_banner-box__18k4r {
    gap: 32px;
    padding: 32px;
  }
  .style_banner-box__18k4r .style_content__si49f {
    width: 60%;
  }
  .style_banner-box__18k4r .style_content__si49f h1 {
    font-size: 28px;
  }
  .style_module__eJQbo .style_module-content__Vwd6z {
    width: 90%;
  }
}
/* 手机端适配样式 */
@media screen and (max-width: 768px) {
  .style_layout__w7JjW {
    padding-top: 56px;
  }
  .style_layout__w7JjW .style_banner-box__18k4r {
    height: auto;
    padding: 24px;
  }
  .style_layout__w7JjW .style_banner-box__18k4r .style_content__si49f {
    width: 100%;
  }
  .style_layout__w7JjW .style_banner-box__18k4r .style_img-box__ZQy0w {
    display: none;
  }
  .style_layout__w7JjW .style_banner-box__18k4r h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
  .style_layout__w7JjW .style_banner-box__18k4r p {
    width: 100%;
    margin: 12px 0;
    font-size: 14px;
  }
  .style_module__eJQbo {
    padding: 24px;
  }
  .style_module__eJQbo h2 {
    margin: 12px 0;
    font-size: 20px;
  }
  .style_module__eJQbo .style_module-content__Vwd6z {
    width: 100%;
  }
  .style_module__eJQbo .style_module-content__Vwd6z.style_module-example__XdRv8 {
    width: 100%;
  }
  .style_module__eJQbo .style_module-content-title__yOgF5 {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

