@charset "UTF-8";
/*!
 * @alife/theme-xconsole-v4@0.11.0 (https://fusion.design)
 * @alifd/next@1.22.26 (https://fusion.design)
 * Copyright 2018-present Alibaba Group,
 * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
 */
/**
 * 尺寸 基础尺寸
 * 命名能在语义的前提下简单就尽量简单, 这里可以是 size-2x, space-2x, size-base ...
 * 不过可以在语义的前提下做的更精简一些, 于是用了s2, s1等
 * 可用变量: `$s1 - $s8`
 * @example scss - 使用
 *   .element {
 *     padding: $s1 !default;
 *   }
 *
 * @example css - CSS 输出
 *   .element {
 *     padding: 4px !default;
 *   }
 */
.next-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: 0;
  margin: -1px;
}

/* stylelint-disable */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
    ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #FF0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
    ========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
    ========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
    ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
    ========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-left: 0;
}

hr {
  border: 0 solid #C0C6CC;
  border: 0 var(--line-solid, solid) var(--color-line1-2, #C0C6CC);
  border-top-width: 1px;
  border-top-width: var(--line-1, 1px);
}

a {
  text-decoration: none;
}

a:link {
  color: #0064C8;
  color: var(--color-link-1, #0064C8);
}

a:visited {
  color: #0064C8;
  color: var(--color-link-2, #0064C8);
}

a:hover {
  color: #0064C8;
  color: var(--color-link-3, #0064C8);
}

a:active {
  text-decoration: underline;
  color: #0064C8;
  color: var(--color-link-3, #0064C8);
}

@font-face {
  font-family: "Roboto";
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot");
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto";
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot");
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot");
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot");
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot");
  src: url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff2") format("woff2"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.woff") format("woff"), url("//i.alicdn.com/artascope-font/20160419204543/font/roboto-bold.ttf") format("truetype");
  font-weight: 700;
}
html {
  font-size: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
  color: #111111;
  color: var(--color-text1-4, #111111);
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  margin-bottom: 10px;
  margin-bottom: calc(var(--font-size-headline, 20px) * 0.5);
  font-size: 20px;
  font-size: var(--font-size-headline, 20px);
  font-weight: 500;
  font-weight: var(--font-weight-medium, 500);
  line-height: 36px;
}

h2 {
  margin-bottom: 8px;
  margin-bottom: calc(var(--font-size-title, 16px) * 0.5);
  font-size: 16px;
  font-size: var(--font-size-title, 16px);
  font-weight: 500;
  font-weight: var(--font-weight-medium, 500);
  line-height: 30px;
}

h3 {
  margin-bottom: 7px;
  margin-bottom: calc(var(--font-size-subhead, 14px) * 0.5);
  font-size: 14px;
  font-size: var(--font-size-subhead, 14px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 24px;
}

h4 {
  margin-bottom: 7px;
  margin-bottom: calc(var(--font-size-subhead, 14px) * 0.5);
  font-size: 14px;
  font-size: var(--font-size-subhead, 14px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 24px;
}

h5 {
  margin-bottom: 6px;
  margin-bottom: calc(var(--font-size-body-1, 12px) * 0.5);
  font-size: 14px;
  font-size: var(--font-size-body-2, 14px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 24px;
}

h6 {
  margin-bottom: 7px;
  margin-bottom: calc(var(--font-size-body-2, 14px) * 0.5);
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  font-weight: 500;
  font-weight: var(--font-weight-medium, 500);
  line-height: 20px;
}

p {
  margin-bottom: 6px;
  margin-bottom: calc(var(--font-size-body-1, 12px) * 0.5);
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 20px;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

/* stylelint-disable-next-line */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@keyframes expandInDown {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@-webkit-keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@keyframes expandInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@-webkit-keyframes expandInWithFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes expandInWithFade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@keyframes expandOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}
@-webkit-keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@keyframes expandOutDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
  }
}
@-webkit-keyframes expandOutWithFade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes expandOutWithFade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandInDown {
  -webkit-animation-name: expandInDown;
  animation-name: expandInDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandOutUp {
  -webkit-animation-name: expandOutUp;
  animation-name: expandOutUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandInUp {
  -webkit-animation-name: expandInUp;
  animation-name: expandInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expandOutDown {
  -webkit-animation-name: expandOutDown;
  animation-name: expandOutDown;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expand-enter {
  overflow: hidden;
}

.expand-enter-active {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.expand-enter-active > * {
  -webkit-animation-name: expandInWithFade;
  animation-name: expandInWithFade;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expand-leave {
  overflow: hidden;
}

.expand-leave-active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.expand-leave-active > * {
  -webkit-animation-name: expandOutWithFade;
  animation-name: expandOutWithFade;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.next-badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* @include global-font; */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.next-badge *,
.next-badge *:before,
.next-badge *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-badge .next-badge-count {
  color: #FFFFFF;
  background: #C80000;
  background: var(--badge-color-bg, #C80000);
  text-align: center;
  white-space: nowrap;
  border-radius: 16px;
  border-radius: var(--badge-size-count-border-radius, 16px);
  position: absolute;
  width: auto;
  height: 18px;
  height: var(--badge-size-count-config-height, 18px);
  min-width: 18px;
  min-width: var(--badge-size-count-config-height, 18px);
  padding: 0 4px 0 4px;
  padding: 0 var(--badge-size-count-padding-lr, 4px) 0 var(--badge-size-count-padding-lr, 4px);
  font-size: 12px;
  font-size: var(--badge-size-count-font, 12px);
  line-height: 18px;
  line-height: var(--badge-size-count-config-height, 18px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.5em;
}

.next-badge .next-badge-count a,
.next-badge .next-badge-count a:hover {
  color: #FFFFFF;
}

.next-badge .next-badge-dot {
  color: #FFFFFF;
  background: #C80000;
  background: var(--badge-dot-color-bg, #C80000);
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  border-radius: var(--badge-size-dot-border-radius, 8px);
  position: absolute;
  width: 8px;
  width: var(--badge-size-dot-width, 8px);
  height: 8px;
  height: var(--badge-size-dot-width, 8px);
  min-width: 8px;
  min-width: var(--badge-size-dot-width, 8px);
  padding: 0px;
  font-size: 1px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -0.5em;
}

.next-badge .next-badge-dot a,
.next-badge .next-badge-dot a:hover {
  color: #FFFFFF;
}

.next-badge .next-badge-custom {
  line-height: 1.166667;
  white-space: nowrap;
  font-size: 12px;
  font-size: var(--font-size-caption, 12px);
  padding-left: 4px;
  padding-left: var(--badge-size-custom-padding-lr, 4px);
  padding-right: 4px;
  padding-right: var(--badge-size-custom-padding-lr, 4px);
  border-radius: 2px;
  border-radius: var(--badge-size-custom-border-radius, 2px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.next-badge .next-badge-custom > * {
  line-height: 1;
}

.next-badge .next-badge-custom > i:before,
.next-badge .next-badge-custom > .next-icon:before {
  font-size: inherit;
  width: auto;
  vertical-align: top;
}

.next-badge .next-badge-scroll-number {
  position: absolute;
  top: -4px;
  z-index: 10;
  overflow: hidden;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.next-badge-scroll-number-only {
  position: relative;
  display: inline-block;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  min-width: 8px;
  min-width: var(--badge-size-dot-width, 8px);
}

.next-badge-scroll-number-only span {
  display: block;
  height: 18px;
  height: var(--badge-size-count-config-height, 18px);
  line-height: 18px;
  line-height: var(--badge-size-count-config-height, 18px);
  font-size: 12px;
  font-size: var(--badge-size-count-font, 12px);
}

.next-badge-not-a-wrapper .next-badge-count,
.next-badge-not-a-wrapper .next-badge-custom {
  position: relative;
  display: block;
  top: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.next-badge-not-a-wrapper .next-badge-dot {
  position: relative;
  display: block;
  top: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.next-badge-list-wrapper {
  margin-left: 0;
}

.next-badge-list-wrapper li {
  margin-bottom: 0px;
  margin-bottom: var(--badge-size-list-margin, 0px);
  list-style: none;
}

.next-badge[dir=rtl] .next-badge-custom {
  padding-right: 4px;
  padding-right: var(--badge-size-custom-padding-lr, 4px);
  padding-left: 4px;
  padding-left: var(--badge-size-custom-padding-lr, 4px);
}

.next-badge[dir=rtl] .next-badge-scroll-number {
  left: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.next-overlay-wrapper .next-overlay-inner {
  z-index: 1001;
}

.next-overlay-wrapper .next-overlay-backdrop {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 0;
}

.next-overlay-wrapper.opened .next-overlay-backdrop {
  opacity: 1;
}

.next-icon[dir=rtl]::before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@font-face {
  font-family: NextIcon;
  src: url("//at.alicdn.com/t/font_1899989_lqawitevtzp.eot");
  src: url("//at.alicdn.com/t/font_1899989_lqawitevtzp.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1899989_lqawitevtzp.woff2") format("woff2"), url("//at.alicdn.com/t/font_1899989_lqawitevtzp.woff") format("woff"), url("//at.alicdn.com/t/font_1899989_lqawitevtzp.ttf") format("truetype"), url("//at.alicdn.com/t/font_1899989_lqawitevtzp.svg#NextIcon") format("svg");
}
.next-icon {
  display: inline-block;
  font-family: NextIcon;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.next-icon:before {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.next-icon-smile:before {
  content: "\e65f";
  content: var(--icon-content-smile, "\e65f");
}

.next-icon-cry:before {
  content: "\e65d";
  content: var(--icon-content-cry, "\e65d");
}

.next-icon-success:before {
  content: "\e60a";
  content: var(--icon-content-success, "\e60a");
}

.next-icon-warning:before {
  content: "\e60b";
  content: var(--icon-content-warning, "\e60b");
}

.next-icon-prompt:before {
  content: "\e60c";
  content: var(--icon-content-prompt, "\e60c");
}

.next-icon-error:before {
  content: "\e60d";
  content: var(--icon-content-error, "\e60d");
}

.next-icon-help:before {
  content: "\e673";
  content: var(--icon-content-help, "\e673");
}

.next-icon-clock:before {
  content: "\e621";
  content: var(--icon-content-clock, "\e621");
}

.next-icon-success-filling:before {
  content: "\e63a";
  content: var(--icon-content-success-filling, "\e63a");
}

.next-icon-delete-filling:before {
  content: "\e623";
  content: var(--icon-content-delete-filling, "\e623");
}

.next-icon-favorites-filling:before {
  content: "\e60e";
  content: var(--icon-content-favorites-filling, "\e60e");
}

.next-icon-add:before {
  content: "\e655";
  content: var(--icon-content-add, "\e655");
}

.next-icon-minus:before {
  content: "\e601";
  content: var(--icon-content-minus, "\e601");
}

.next-icon-arrow-up:before {
  content: "\e625";
  content: var(--icon-content-arrow-up, "\e625");
}

.next-icon-arrow-down:before {
  content: "\e63d";
  content: var(--icon-content-arrow-down, "\e63d");
}

.next-icon-arrow-left:before {
  content: "\e61d";
  content: var(--icon-content-arrow-left, "\e61d");
}

.next-icon-arrow-right:before {
  content: "\e619";
  content: var(--icon-content-arrow-right, "\e619");
}

.next-icon-arrow-double-left:before {
  content: "\e659";
  content: var(--icon-content-arrow-double-left, "\e659");
}

.next-icon-arrow-double-right:before {
  content: "\e65e";
  content: var(--icon-content-arrow-double-right, "\e65e");
}

.next-icon-switch:before {
  content: "\e6b3";
  content: var(--icon-content-switch, "\e6b3");
}

.next-icon-sorting:before {
  content: "\e634";
  content: var(--icon-content-sorting, "\e634");
}

.next-icon-descending:before {
  content: "\e61f";
  content: var(--icon-content-descending, "\e61f");
}

.next-icon-ascending:before {
  content: "\e61e";
  content: var(--icon-content-ascending, "\e61e");
}

.next-icon-select:before {
  content: "\e632";
  content: var(--icon-content-select, "\e632");
}

.next-icon-semi-select:before {
  content: "\e633";
  content: var(--icon-content-semi-select, "\e633");
}

.next-icon-search:before {
  content: "\e656";
  content: var(--icon-content-search, "\e656");
}

.next-icon-close:before {
  content: "\e626";
  content: var(--icon-content-close, "\e626");
}

.next-icon-ellipsis:before {
  content: "\e654";
  content: var(--icon-content-ellipsis, "\e654");
}

.next-icon-picture:before {
  content: "\e631";
  content: var(--icon-content-picture, "\e631");
}

.next-icon-calendar:before {
  content: "\e607";
  content: var(--icon-content-calendar, "\e607");
}

.next-icon-ashbin:before {
  content: "\e639";
  content: var(--icon-content-ashbin, "\e639");
}

.next-icon-upload:before {
  content: "\e7ee";
  content: var(--icon-content-upload, "\e7ee");
}

.next-icon-download:before {
  content: "\e628";
  content: var(--icon-content-download, "\e628");
}

.next-icon-set:before {
  content: "\e683";
  content: var(--icon-content-set, "\e683");
}

.next-icon-edit:before {
  content: "\e63b";
  content: var(--icon-content-edit, "\e63b");
}

.next-icon-refresh:before {
  content: "\e677";
  content: var(--icon-content-refresh, "\e677");
}

.next-icon-filter:before {
  content: "\e627";
  content: var(--icon-content-filter, "\e627");
}

.next-icon-attachment:before {
  content: "\e665";
  content: var(--icon-content-attachment, "\e665");
}

.next-icon-account:before {
  content: "\e608";
  content: var(--icon-content-account, "\e608");
}

.next-icon-email:before {
  content: "\e605";
  content: var(--icon-content-email, "\e605");
}

.next-icon-atm:before {
  content: "\e606";
  content: var(--icon-content-atm, "\e606");
}

.next-icon-loading:before {
  content: "\e646";
  content: var(--icon-content-loading, "\e646");
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.next-icon-eye:before {
  content: "\e7ed";
  content: var(--icon-content-eye, "\e7ed");
}

.next-icon-copy:before {
  content: "\e80a";
  content: var(--icon-content-copy, "\e80a");
}

.next-icon-toggle-left:before {
  content: "\e602";
  content: var(--icon-content-toggle-left, "\e602");
}

.next-icon-toggle-right:before {
  content: "\e60f";
  content: var(--icon-content-toggle-right, "\e60f");
}

.next-icon-eye-close:before {
  content: "\e610";
  content: var(--icon-content-eye-close, "\e610");
}

.next-icon-unlock:before {
  content: "\e7fb";
  content: var(--icon-content-unlock, "\e7fb");
}

.next-icon-lock:before {
  content: "\e7fc";
  content: var(--icon-content-lock, "\e7fc");
}

.next-icon-exit:before {
  content: "\e616";
  content: var(--icon-content-exit, "\e616");
}

.next-icon-chart-bar:before {
  content: "\e791";
  content: var(--icon-content-chart-bar, "\e791");
}

.next-icon-chart-pie:before {
  content: "\e613";
  content: var(--icon-content-chart-pie, "\e613");
}

.next-icon-form:before {
  content: "\e869";
  content: var(--icon-content-form, "\e869");
}

.next-icon-detail:before {
  content: "\e852";
  content: var(--icon-content-detail, "\e852");
}

.next-icon-list:before {
  content: "\e859";
  content: var(--icon-content-list, "\e859");
}

.next-icon-dashboard:before {
  content: "\e868";
  content: var(--icon-content-dashboard, "\e868");
}

@-webkit-keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.next-icon.next-xxs:before,
.next-icon.next-xxs .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-icon.next-xxs {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }

  .next-icon.next-xxs:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-icon.next-xs:before,
.next-icon.next-xs .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-icon.next-small:before,
.next-icon.next-small .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-icon.next-medium:before,
.next-icon.next-medium .next-icon-remote {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-icon.next-large:before,
.next-icon.next-large .next-icon-remote {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}

.next-icon.next-xl:before,
.next-icon.next-xl .next-icon-remote {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-icon.next-xxl:before,
.next-icon.next-xxl .next-icon-remote {
  width: 48px;
  font-size: 48px;
  line-height: inherit;
}

.next-icon.next-xxxl:before,
.next-icon.next-xxxl .next-icon-remote {
  width: 64px;
  font-size: 64px;
  line-height: inherit;
}

.next-icon.next-inherit:before,
.next-icon.next-inherit .next-icon-remote {
  width: inherit;
  font-size: inherit;
  line-height: inherit;
}

.next-icon.next-inherit .next-icon-remote,
.next-icon .next-icon-remote {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}

.next-balloon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  max-width: 400px;
  max-width: var(--balloon-size-max-width, 400px);
  border-style: solid;
  border-style: var(--balloon-border-style, solid);
  border-radius: 2px;
  border-radius: var(--balloon-corner, 2px);
  font-size: 12px;
  font-size: var(--balloon-content-font-size, 12px);
  font-weight: normal;
  font-weight: var(--balloon-content-font-weight, normal);
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  /* stylelint-disable */
  word-wrap: break-all;
  word-wrap: break-word;
  /* stylelint-enable */
  z-index: 0;
  /* size */
  /* 带关闭按钮的右侧padding变大 */
}

.next-balloon *,
.next-balloon *:before,
.next-balloon *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-balloon:focus,
.next-balloon *:focus {
  outline: 0;
}

.next-balloon-primary {
  color: #333333;
  color: var(--balloon-primary-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--balloon-primary-color-border, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--balloon-primary-color-bg, #FFFFFF);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--balloon-primary-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--balloon-primary-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  border-width: 1px;
  border-width: var(--balloon-primary-border-width, 1px);
}

.next-balloon-primary .next-balloon-close {
  position: absolute;
  top: 12px;
  top: var(--balloon-size-close-margin-top, 12px);
  right: 12px;
  right: var(--balloon-size-close-margin-right, 12px);
  font-size: 12px;
  font-size: var(--balloon-size-close, 12px);
  cursor: pointer;
  color: #333333;
  color: var(--balloon-primary-color-close, #333333);
}

.next-balloon-primary .next-balloon-close .next-icon {
  width: 12px;
  width: var(--balloon-size-close, 12px);
  height: 12px;
  height: var(--balloon-size-close, 12px);
  line-height: 1em;
}

.next-balloon-primary .next-balloon-close .next-icon:before {
  width: 12px;
  width: var(--balloon-size-close, 12px);
  height: 12px;
  height: var(--balloon-size-close, 12px);
  font-size: 12px;
  font-size: var(--balloon-size-close, 12px);
  line-height: 1em;
}

.next-balloon-primary .next-balloon-close :hover {
  color: #333333;
  color: var(--balloon-primary-color-close-hover, #333333);
}

.next-balloon-primary:after {
  position: absolute;
  width: 8px;
  width: var(--balloon-size-arrow-size, 8px);
  height: 8px;
  height: var(--balloon-size-arrow-size, 8px);
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  border: 1px solid #C0C6CC;
  border: var(--balloon-primary-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-primary-color-border, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--balloon-primary-color-bg, #FFFFFF);
  z-index: -1;
}

.next-balloon-primary.next-balloon-top:after {
  top: -5px;
  top: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: calc(50% - 4px - 1px);
  left: calc(50% - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-right: none;
  border-bottom: none;
}

.next-balloon-primary.next-balloon-right:after {
  top: calc(50% - 4px - 1px);
  top: calc(50% - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  right: -5px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-left: none;
  border-bottom: none;
}

.next-balloon-primary.next-balloon-bottom:after {
  bottom: -5px;
  bottom: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: calc(50% - 4px - 1px);
  left: calc(50% - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-top: none;
  border-left: none;
}

.next-balloon-primary.next-balloon-left:after {
  top: calc(50% - 4px - 1px);
  top: calc(50% - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: -5px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-top: none;
  border-right: none;
}

.next-balloon-primary.next-balloon-left-top:after {
  top: 12px;
  top: var(--balloon-size-arrow-margin, 12px);
  left: -5px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-top: none;
  border-right: none;
}

.next-balloon-primary.next-balloon-left-bottom:after {
  bottom: 12px;
  bottom: var(--balloon-size-arrow-margin, 12px);
  left: -5px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-top: none;
  border-right: none;
}

.next-balloon-primary.next-balloon-right-top:after {
  top: 12px;
  top: var(--balloon-size-arrow-margin, 12px);
  right: -5px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-bottom: none;
  border-left: none;
}

.next-balloon-primary.next-balloon-right-bottom:after {
  right: -5px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  bottom: 12px;
  bottom: var(--balloon-size-arrow-margin, 12px);
  border-bottom: none;
  border-left: none;
}

.next-balloon-primary.next-balloon-top-left:after {
  top: -5px;
  top: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
  border-right: none;
  border-bottom: none;
}

.next-balloon-primary.next-balloon-top-right:after {
  top: -5px;
  top: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  border-right: none;
  border-bottom: none;
}

.next-balloon-primary.next-balloon-bottom-left:after {
  bottom: -5px;
  bottom: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
  border-top: none;
  border-left: none;
}

.next-balloon-primary.next-balloon-bottom-right:after {
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  bottom: -5px;
  bottom: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  border-top: none;
  border-left: none;
}

.next-balloon-normal {
  color: #333333;
  color: var(--balloon-normal-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--balloon-normal-color-border, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--balloon-normal-color-bg, #FFFFFF);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--balloon-normal-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--balloon-normal-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  border-width: 1px;
  border-width: var(--balloon-normal-border-width, 1px);
}

.next-balloon-normal .next-balloon-close {
  position: absolute;
  top: 12px;
  top: var(--balloon-size-close-margin-top, 12px);
  right: 12px;
  right: var(--balloon-size-close-margin-right, 12px);
  font-size: 12px;
  font-size: var(--balloon-size-close, 12px);
  cursor: pointer;
  color: #333333;
  color: var(--balloon-normal-color-close, #333333);
}

.next-balloon-normal .next-balloon-close .next-icon {
  width: 12px;
  width: var(--balloon-size-close, 12px);
  height: 12px;
  height: var(--balloon-size-close, 12px);
  line-height: 1em;
}

.next-balloon-normal .next-balloon-close .next-icon:before {
  width: 12px;
  width: var(--balloon-size-close, 12px);
  height: 12px;
  height: var(--balloon-size-close, 12px);
  font-size: 12px;
  font-size: var(--balloon-size-close, 12px);
  line-height: 1em;
}

.next-balloon-normal .next-balloon-close :hover {
  color: #333333;
  color: var(--balloon-normal-color-close-hover, #333333);
}

.next-balloon-normal:after {
  position: absolute;
  width: 8px;
  width: var(--balloon-size-arrow-size, 8px);
  height: 8px;
  height: var(--balloon-size-arrow-size, 8px);
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  border: 1px solid #C0C6CC;
  border: var(--balloon-normal-border-width, 1px) var(--balloon-border-style, solid) var(--balloon-normal-color-border, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--balloon-normal-color-bg, #FFFFFF);
  z-index: -1;
}

.next-balloon-normal.next-balloon-top:after {
  top: -5px;
  top: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: calc(50% - 1px - 4px);
  left: calc(50% - 1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-right: none;
  border-bottom: none;
}

.next-balloon-normal.next-balloon-right:after {
  top: calc(50% - 1px - 4px);
  top: calc(50% - 1px - var(--balloon-size-arrow-size, 8px) / 2);
  right: -5px;
  right: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-left: none;
  border-bottom: none;
}

.next-balloon-normal.next-balloon-bottom:after {
  bottom: -5px;
  bottom: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: calc(50% - 1px - 4px);
  left: calc(50% - 1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-top: none;
  border-left: none;
}

.next-balloon-normal.next-balloon-left:after {
  top: calc(50% - 1px - 4px);
  top: calc(50% - 1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: -5px;
  left: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-top: none;
  border-right: none;
}

.next-balloon-normal.next-balloon-left-top:after {
  top: 12px;
  top: var(--balloon-size-arrow-margin, 12px);
  left: -5px;
  left: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-top: none;
  border-right: none;
}

.next-balloon-normal.next-balloon-left-bottom:after {
  bottom: 12px;
  bottom: var(--balloon-size-arrow-margin, 12px);
  left: -5px;
  left: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-top: none;
  border-right: none;
}

.next-balloon-normal.next-balloon-right-top:after {
  top: 12px;
  top: var(--balloon-size-arrow-margin, 12px);
  right: -5px;
  right: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-bottom: none;
  border-left: none;
}

.next-balloon-normal.next-balloon-right-bottom:after {
  right: -5px;
  right: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  bottom: 12px;
  bottom: var(--balloon-size-arrow-margin, 12px);
  border-bottom: none;
  border-left: none;
}

.next-balloon-normal.next-balloon-top-left:after {
  top: -5px;
  top: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
  border-right: none;
  border-bottom: none;
}

.next-balloon-normal.next-balloon-top-right:after {
  top: -5px;
  top: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  border-right: none;
  border-bottom: none;
}

.next-balloon-normal.next-balloon-bottom-left:after {
  bottom: -5px;
  bottom: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
  border-top: none;
  border-left: none;
}

.next-balloon-normal.next-balloon-bottom-right:after {
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  bottom: -5px;
  bottom: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  border-top: none;
  border-left: none;
}

.next-balloon.visible {
  display: block;
}

.next-balloon.hidden {
  display: none;
}

.next-balloon-medium {
  padding: 12px 12px 12px 12px;
  padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px) var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px);
}

.next-balloon-closable {
  padding: 12px 24px 12px 12px;
  padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-closable-right, 24px) var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px);
}

.next-balloon-tooltip {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  max-width: 400px;
  max-width: var(--balloon-size-max-width, 400px);
  border-style: solid;
  border-style: var(--balloon-tooltip-border-style, solid);
  border-radius: 2px;
  border-radius: var(--balloon-corner, 2px);
  font-size: 12px;
  font-size: var(--balloon-tooltip-content-font-size, 12px);
  font-weight: normal;
  font-weight: var(--balloon-tooltip-content-font-weight, normal);
  z-index: 0;
  /* stylelint-disable */
  word-wrap: break-all;
  word-wrap: break-word;
  /* stylelint-enable */
  color: #333333;
  color: var(--balloon-tooltip-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--balloon-tooltip-color-border, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--balloon-tooltip-color-bg, #FFFFFF);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--balloon-tooltip-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--balloon-tooltip-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  border-width: 1px;
  border-width: var(--balloon-tooltip-border-width, 1px);
  /* size */
}

.next-balloon-tooltip *,
.next-balloon-tooltip *:before,
.next-balloon-tooltip *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-balloon-tooltip .next-balloon-arrow {
  position: absolute;
  display: block;
  width: 16px;
  width: calc(var(--balloon-size-arrow-size, 8px) * 2);
  height: 16px;
  height: calc(var(--balloon-size-arrow-size, 8px) * 2);
  overflow: hidden;
  background: 0 0;
  pointer-events: none;
}

.next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  width: var(--balloon-size-arrow-size, 8px);
  height: 8px;
  height: var(--balloon-size-arrow-size, 8px);
  margin: auto;
  background-color: #FFFFFF;
  background-color: var(--balloon-tooltip-color-bg, #FFFFFF);
  border: 1px solid #C0C6CC;
  border: var(--balloon-tooltip-border-width, 1px) var(--balloon-tooltip-border-style, solid) var(--balloon-tooltip-color-border, #C0C6CC);
  pointer-events: auto;
}

.next-balloon-tooltip-top .next-balloon-arrow {
  top: -16px;
  top: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
  left: calc(50% - 8px);
  left: calc(50% - var(--balloon-size-arrow-size, 8px));
}

.next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip-right .next-balloon-arrow {
  top: calc(50% - 8px);
  top: calc(50% - var(--balloon-size-arrow-size, 8px));
  right: -16px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
  transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
}

.next-balloon-tooltip-bottom .next-balloon-arrow {
  left: calc(50% - 8px);
  left: calc(50% - var(--balloon-size-arrow-size, 8px));
  bottom: -16px;
  bottom: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
}

.next-balloon-tooltip-left .next-balloon-arrow {
  top: calc(50% - 8px);
  top: calc(50% - var(--balloon-size-arrow-size, 8px));
  left: -16px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
  transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip-left-top .next-balloon-arrow {
  top: 8px;
  top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  left: -16px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
  transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip-left-bottom .next-balloon-arrow {
  bottom: 8px;
  bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  left: -16px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
  transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip-right-top .next-balloon-arrow {
  top: 8px;
  top: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  right: -16px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
  transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
}

.next-balloon-tooltip-right-bottom .next-balloon-arrow {
  bottom: 8px;
  bottom: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  right: -16px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -webkit-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
  transform: translateX(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
}

.next-balloon-tooltip-top-left .next-balloon-arrow {
  left: 8px;
  left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  top: -16px;
  top: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip-top-right .next-balloon-arrow {
  right: 8px;
  right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  top: -16px;
  top: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  transform: translateY(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip-bottom-left .next-balloon-arrow {
  left: 8px;
  left: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  bottom: -16px;
  bottom: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
}

.next-balloon-tooltip-bottom-right .next-balloon-arrow {
  right: 8px;
  right: calc(var(--balloon-size-arrow-margin, 12px) - var(--balloon-size-arrow-size, 8px) / 2);
  bottom: -16px;
  bottom: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
}

.next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  transform: translateY(calc(0px - var(--balloon-size-arrow-size, 8px))) rotate(45deg);
}

.next-balloon-tooltip.visible {
  display: block;
}

.next-balloon-tooltip.hidden {
  display: none;
}

.next-balloon-tooltip-medium {
  padding: 12px 12px 12px 12px;
  padding: var(--balloon-tooltip-size-padding-top, 12px) var(--balloon-tooltip-size-padding-right, 12px) var(--balloon-tooltip-size-padding-bottom, 12px) var(--balloon-tooltip-size-padding-left, 12px);
}

.next-balloon[dir=rtl] {
  /* 带关闭按钮的右侧padding变大 */
}

.next-balloon[dir=rtl].next-balloon-primary .next-balloon-close {
  left: 12px;
  left: var(--balloon-size-close-margin-right, 12px);
  right: auto;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right:after {
  left: -5px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  right: auto;
  border-right: none;
  border-top: none;
  border-left: inherit;
  border-bottom: inherit;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left:after {
  right: -5px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: auto;
  border-left: none;
  border-bottom: none;
  border-right: inherit;
  border-top: inherit;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-top:after {
  right: -5px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: auto;
  border-left: none;
  border-bottom: none;
  border-top: inherit;
  border-right: inherit;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-left-bottom:after {
  right: -5px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  left: auto;
  border-left: none;
  border-bottom: none;
  border-top: inherit;
  border-right: inherit;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-top:after {
  left: -5px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  right: auto;
  border-right: none;
  border-top: none;
  border-bottom: inherit;
  border-left: inherit;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-right-bottom:after {
  left: -5px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) / 2 - var(--balloon-primary-border-width, 1px));
  right: auto;
  border-right: none;
  border-top: none;
  border-bottom: inherit;
  border-left: inherit;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-left:after {
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  left: auto;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-top-right:after {
  right: auto;
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-left:after {
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  left: auto;
}

.next-balloon[dir=rtl].next-balloon-primary.next-balloon-bottom-right:after {
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
  right: auto;
}

.next-balloon[dir=rtl].next-balloon-normal .next-balloon-close {
  left: 12px;
  left: var(--balloon-size-close-margin-right, 12px);
  right: auto;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right:after {
  left: -5px;
  left: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  right: auto;
  border-right: none;
  border-top: none;
  border-left: inherit;
  border-bottom: inherit;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left:after {
  right: -5px;
  right: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: auto;
  border-left: none;
  border-bottom: none;
  border-right: inherit;
  border-top: inherit;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-top:after {
  right: -5px;
  right: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: auto;
  border-left: none;
  border-bottom: none;
  border-top: inherit;
  border-right: inherit;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-left-bottom:after {
  right: -5px;
  right: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  left: auto;
  border-left: none;
  border-bottom: none;
  border-top: inherit;
  border-right: inherit;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-top:after {
  left: -5px;
  left: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  right: auto;
  border-right: none;
  border-top: none;
  border-bottom: inherit;
  border-left: inherit;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-right-bottom:after {
  left: -5px;
  left: calc(-1px - var(--balloon-size-arrow-size, 8px) / 2);
  right: auto;
  border-right: none;
  border-top: none;
  border-bottom: inherit;
  border-left: inherit;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-left:after {
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  left: auto;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-top-right:after {
  right: auto;
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-left:after {
  right: 12px;
  right: var(--balloon-size-arrow-margin, 12px);
  left: auto;
}

.next-balloon[dir=rtl].next-balloon-normal.next-balloon-bottom-right:after {
  left: 12px;
  left: var(--balloon-size-arrow-margin, 12px);
  right: auto;
}

.next-balloon[dir=rtl].next-balloon-closable {
  padding: 12px 12px 12px 24px;
  padding: var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-right, 12px) var(--balloon-size-padding-top, 12px) var(--balloon-size-padding-closable-right, 24px);
}

.next-balloon-tooltip[dir=rtl] {
  /* size */
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow {
  left: -16px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
  right: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
  transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow {
  right: -16px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
  left: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow {
  right: -16px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
  left: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow {
  right: -16px;
  right: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
  left: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(-8px) rotate(45deg);
  -ms-transform: translateX(-8px) rotate(45deg);
  transform: translateX(-8px) rotate(45deg);
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow {
  left: -16px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
  right: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
  transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow {
  left: -16px;
  left: calc(0px - var(--balloon-size-arrow-size, 8px) * 2);
  right: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content {
  -webkit-transform: translateX(8px) rotate(45deg);
  -webkit-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  -ms-transform: translateX(8px) rotate(45deg);
  -ms-transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
  transform: translateX(8px) rotate(45deg);
  transform: translateX(var(--balloon-size-arrow-size, 8px)) rotate(45deg);
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-left .next-balloon-arrow {
  right: 10px;
  right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
  left: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-top-right .next-balloon-arrow {
  left: 10px;
  left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
  right: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-left .next-balloon-arrow {
  right: 10px;
  right: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
  left: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-bottom-right .next-balloon-arrow {
  left: 10px;
  left: calc(var(--balloon-size-arrow-margin, 12px) - 2px);
  right: auto;
}

.next-balloon-tooltip[dir=rtl].next-balloon-tooltip-medium {
  padding: 12px 12px 12px 12px;
  padding: var(--balloon-tooltip-size-padding-top, 12px) var(--balloon-tooltip-size-padding-left, 12px) var(--balloon-tooltip-size-padding-bottom, 12px) var(--balloon-tooltip-size-padding-right, 12px);
}

/* put your code here */
.next-breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}

.next-breadcrumb .next-breadcrumb-item {
  display: inline-block;
}

.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text > b {
  font-weight: normal;
}

.next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator {
  display: inline-block;
  vertical-align: top;
}

.next-breadcrumb .next-breadcrumb-text {
  height: 16px;
  min-width: 16px;
  font-size: 12px;
  font-size: var(--breadcrumb-size-m-font-size, 12px);
  line-height: 16px;
}

.next-breadcrumb .next-breadcrumb-separator {
  height: 16px;
  margin: 0 8px;
  font-size: 12px;
  line-height: 16px;
}

.next-breadcrumb .next-breadcrumb-separator .next-icon:before {
  display: block;
}

.next-breadcrumb .next-breadcrumb-separator .next-icon:before,
.next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-breadcrumb .next-breadcrumb-text-ellipsis {
  font-size: 12px;
  font-size: var(--breadcrumb-size-ellipsis-font-size, 12px);
}

.next-breadcrumb .next-breadcrumb-text {
  color: #666666;
  color: var(--breadcrumb-text-color, #666666);
}

.next-breadcrumb .next-breadcrumb-text > b {
  color: #0064C8;
  color: var(--breadcrumb-text-keyword-color, #0064C8);
}

.next-breadcrumb .next-breadcrumb-text > a {
  color: #666666;
  color: var(--breadcrumb-text-color, #666666);
  text-decoration: none;
  text-align: center;
}

.next-breadcrumb .next-breadcrumb-text.activated {
  color: #b3b3b3;
  color: var(--breadcrumb-text-current-color, #b3b3b3);
  font-weight: normal;
  font-weight: var(--breadcrumb-text-current-weight, normal);
}

.next-breadcrumb .next-breadcrumb-text.activated > a {
  color: #b3b3b3;
  color: var(--breadcrumb-text-current-color, #b3b3b3);
  font-weight: normal;
  font-weight: var(--breadcrumb-text-current-weight, normal);
}

.next-breadcrumb .next-breadcrumb-text-ellipsis {
  color: #555555;
  color: var(--breadcrumb-text-ellipsis-color, #555555);
  cursor: default;
}

.next-breadcrumb .next-breadcrumb-separator {
  color: #E3E4E6;
  color: var(--breadcrumb-icon-color, #E3E4E6);
}

.next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
  color: #333333;
  color: var(--breadcrumb-text-color-hover, #333333);
}

.next-breadcrumb a.next-breadcrumb-text.activated:hover > a {
  color: #b3b3b3;
  color: var(--breadcrumb-text-current-color-hover, #b3b3b3);
}

.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
  color: #333333;
  color: var(--breadcrumb-text-color-hover, #333333);
}

.next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b {
  color: #0064C8;
  color: var(--breadcrumb-text-keyword-color-hover, #0064C8);
}

.next-breadcrumb a.next-breadcrumb-text.activated:hover {
  color: #b3b3b3;
  color: var(--breadcrumb-text-current-color-hover, #b3b3b3);
  font-weight: normal;
  font-weight: var(--breadcrumb-text-current-weight, normal);
}

.next-breadcrumb-icon-sep::before {
  content: "\e617";
}

.next-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-btn *,
.next-btn *:before,
.next-btn *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover {
  outline: 0;
}

@keyframes loadingCircle {
  0% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.next-btn {
  /* 尺寸维度 */
  /* ---------------------------------------- */
  /* 普通按钮 */
  /* 普通态禁用样式 */
  /* 警告按钮 */
  /* 文本按钮 */
  /* loading */
  /* ---------------------------------------- */
  /* custom loading */
  /* 幽灵按钮 */
  /* 组合 */
  /* ---------------------------------------- */
}

.next-btn {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--btn-shadow, none);
  box-shadow: none;
  box-shadow: var(--btn-shadow, none);
  text-decoration: none;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  line-height: 1;
  cursor: pointer;
}

.next-btn:after {
  text-align: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.next-btn::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.next-btn .next-icon {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.next-btn > span,
.next-btn > div {
  display: inline-block;
  vertical-align: middle;
}

.next-btn > .next-btn-helper {
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
}

.next-btn.hover, .next-btn:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.next-btn.next-small {
  border-radius: 2px;
  border-radius: var(--btn-size-s-corner, 2px);
  padding: 0 8px;
  padding: 0 var(--btn-size-s-padding, 8px);
  height: 24px;
  height: var(--btn-size-s-height, 24px);
  font-size: 12px;
  font-size: var(--btn-size-s-font, 12px);
  border-width: 1px;
  border-width: var(--btn-size-s-border-width, 1px);
}

.next-btn.next-small > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 8px;
}

.next-btn.next-small > .next-btn-icon.next-icon-first:before,
.next-btn.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-small > .next-btn-icon.next-icon-last {
  margin-left: 8px;
  margin-right: 0;
}

.next-btn.next-small > .next-btn-icon.next-icon-last:before,
.next-btn.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-small > .next-btn-icon.next-icon-alone:before,
.next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-small.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 8px;
  left: var(--btn-size-s-padding, 8px);
  top: 50%;
  text-align: center;
  margin-right: 8px;
}

.next-btn.next-small.next-btn-loading > .next-icon {
  display: none;
}

.next-btn.next-small > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}

.next-btn.next-small > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 8px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-btn.next-medium {
  border-radius: 2px;
  border-radius: var(--btn-size-m-corner, 2px);
  padding: 0 16px;
  padding: 0 var(--btn-size-m-padding, 16px);
  height: 32px;
  height: var(--btn-size-m-height, 32px);
  font-size: 12px;
  font-size: var(--btn-size-m-font, 12px);
  border-width: 1px;
  border-width: var(--btn-size-m-border-width, 1px);
}

.next-btn.next-medium > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 8px;
}

.next-btn.next-medium > .next-btn-icon.next-icon-first:before,
.next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-medium > .next-btn-icon.next-icon-last {
  margin-left: 8px;
  margin-right: 0;
}

.next-btn.next-medium > .next-btn-icon.next-icon-last:before,
.next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-medium > .next-btn-icon.next-icon-alone:before,
.next-btn.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-medium.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 16px;
  left: var(--btn-size-m-padding, 16px);
  top: 50%;
  text-align: center;
  margin-right: 8px;
}

.next-btn.next-medium.next-btn-loading > .next-icon {
  display: none;
}

.next-btn.next-medium > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}

.next-btn.next-medium > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 8px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-btn.next-large {
  border-radius: 2px;
  border-radius: var(--btn-size-l-corner, 2px);
  padding: 0 16px;
  padding: 0 var(--btn-size-l-padding, 16px);
  height: 36px;
  height: var(--btn-size-l-height, 36px);
  font-size: 14px;
  font-size: var(--btn-size-l-font, 14px);
  border-width: 1px;
  border-width: var(--btn-size-l-border-width, 1px);
}

.next-btn.next-large > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 8px;
}

.next-btn.next-large > .next-btn-icon.next-icon-first:before,
.next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn.next-large > .next-btn-icon.next-icon-last {
  margin-left: 8px;
  margin-right: 0;
}

.next-btn.next-large > .next-btn-icon.next-icon-last:before,
.next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn.next-large > .next-btn-icon.next-icon-alone:before,
.next-btn.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn.next-large.next-btn-loading:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  left: 16px;
  left: var(--btn-size-l-padding, 16px);
  top: 50%;
  text-align: center;
  margin-right: 8px;
}

.next-btn.next-large.next-btn-loading > .next-icon {
  display: none;
}

.next-btn.next-large > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}

.next-btn.next-large > .next-btn-custom-loading-icon.show {
  width: 16px;
  margin-right: 8px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-btn.next-btn-normal {
  border-style: solid;
  border-style: var(--btn-pure-normal-border-style, solid);
  background-color: #FFFFFF;
  background-color: var(--btn-pure-normal-bg, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--btn-pure-normal-border-color, #C0C6CC);
}

.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
  color: #333333;
  color: var(--btn-pure-normal-color, #333333);
}

.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
  color: #333333;
  color: var(--btn-pure-normal-color-hover, #333333);
  background-color: #F7F9FA;
  background-color: var(--btn-pure-normal-bg-hover, #F7F9FA);
  border-color: #C0C6CC;
  border-color: var(--btn-pure-normal-border-color-hover, #C0C6CC);
  text-decoration: none;
}

.next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active {
  color: #333333;
  color: var(--btn-pure-normal-color-active, #333333);
  background-color: #EFF3F8;
  background-color: var(--btn-pure-normal-bg-active, #EFF3F8);
  border-color: #C0C6CC;
  border-color: var(--btn-pure-normal-border-color-active, #C0C6CC);
  text-decoration: none;
}

.next-btn.next-btn-primary {
  border-style: solid;
  border-style: var(--btn-pure-primary-border-style, solid);
  background-color: #0064C8;
  background-color: var(--btn-pure-primary-bg, #0064C8);
  border-color: transparent;
  border-color: var(--btn-pure-primary-border-color, transparent);
}

.next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited {
  color: #FFFFFF;
  color: var(--btn-pure-primary-color, #FFFFFF);
}

.next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover {
  color: #FFFFFF;
  color: var(--btn-pure-primary-color-hover, #FFFFFF);
  background-color: #0064C8;
  background-color: var(--btn-pure-primary-bg-hover, #0064C8);
  border-color: transparent;
  border-color: var(--btn-pure-primary-border-color-hover, transparent);
  text-decoration: none;
}

.next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active {
  color: #FFFFFF;
  color: var(--btn-pure-primary-color-active, #FFFFFF);
  background-color: #003C78;
  background-color: var(--btn-pure-primary-bg-active, #003C78);
  border-color: transparent;
  border-color: var(--btn-pure-primary-border-color-active, transparent);
  text-decoration: none;
}

.next-btn.next-btn-secondary {
  border-style: solid;
  border-style: var(--btn-pure-secondary-border-style, solid);
  background-color: transparent;
  background-color: var(--btn-pure-secondary-bg, transparent);
  border-color: #C0C6CC;
  border-color: var(--btn-pure-secondary-border-color, #C0C6CC);
}

.next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited {
  color: #333333;
  color: var(--btn-pure-secondary-color, #333333);
}

.next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover {
  color: #333333;
  color: var(--btn-pure-secondary-color-hover, #333333);
  background-color: #F7F9FA;
  background-color: var(--btn-pure-secondary-bg-hover, #F7F9FA);
  border-color: #C0C6CC;
  border-color: var(--btn-pure-secondary-border-color-hover, #C0C6CC);
  text-decoration: none;
}

.next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active {
  color: #333333;
  color: var(--btn-pure-secondary-color-active, #333333);
  background-color: #EFF3F8;
  background-color: var(--btn-pure-secondary-bg-active, #EFF3F8);
  border-color: #C0C6CC;
  border-color: var(--btn-pure-secondary-border-color-active, #C0C6CC);
  text-decoration: none;
}

.next-btn.disabled, .next-btn[disabled] {
  cursor: not-allowed;
}

.next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal {
  background-color: #FFFFFF;
  background-color: var(--btn-pure-normal-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-pure-normal-border-color-disabled, #D1D5D9);
}

.next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited {
  color: #b3b3b3;
  color: var(--btn-pure-normal-color-disabled, #b3b3b3);
}

.next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover {
  color: #b3b3b3;
  color: var(--btn-pure-normal-color-disabled, #b3b3b3);
  background-color: #FFFFFF;
  background-color: var(--btn-pure-normal-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-pure-normal-border-color-disabled, #D1D5D9);
  text-decoration: none;
}

.next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active {
  color: #b3b3b3;
  color: var(--btn-pure-normal-color-disabled, #b3b3b3);
  background-color: #FFFFFF;
  background-color: var(--btn-pure-normal-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-pure-normal-border-color-disabled, #D1D5D9);
  text-decoration: none;
}

.next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary {
  background-color: #D1D5D9;
  background-color: var(--btn-pure-primary-bg-disabled, #D1D5D9);
  border-color: transparent;
  border-color: var(--btn-pure-primary-border-color-disabled, transparent);
}

.next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited {
  color: #FFFFFF;
  color: var(--btn-pure-primary-color-disabled, #FFFFFF);
}

.next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover {
  color: #FFFFFF;
  color: var(--btn-pure-primary-color-disabled, #FFFFFF);
  background-color: #D1D5D9;
  background-color: var(--btn-pure-primary-bg-disabled, #D1D5D9);
  border-color: transparent;
  border-color: var(--btn-pure-primary-border-color-disabled, transparent);
  text-decoration: none;
}

.next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active {
  color: #FFFFFF;
  color: var(--btn-pure-primary-color-disabled, #FFFFFF);
  background-color: #D1D5D9;
  background-color: var(--btn-pure-primary-bg-disabled, #D1D5D9);
  border-color: transparent;
  border-color: var(--btn-pure-primary-border-color-disabled, transparent);
  text-decoration: none;
}

.next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary {
  background-color: #FFFFFF;
  background-color: var(--btn-pure-secondary-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-pure-secondary-border-color-disabled, #D1D5D9);
}

.next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited {
  color: #b3b3b3;
  color: var(--btn-pure-secondary-color-disabled, #b3b3b3);
}

.next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover {
  color: #b3b3b3;
  color: var(--btn-pure-secondary-color-disabled, #b3b3b3);
  background-color: #FFFFFF;
  background-color: var(--btn-pure-secondary-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-pure-secondary-border-color-disabled, #D1D5D9);
  text-decoration: none;
}

.next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active {
  color: #b3b3b3;
  color: var(--btn-pure-secondary-color-disabled, #b3b3b3);
  background-color: #FFFFFF;
  background-color: var(--btn-pure-secondary-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-pure-secondary-border-color-disabled, #D1D5D9);
  text-decoration: none;
}

.next-btn-warning {
  border-style: solid;
  border-style: var(--btn-warning-border-style, solid);
}

.next-btn-warning.next-btn-primary {
  background-color: #C80000;
  background-color: var(--btn-warning-primary-bg, #C80000);
  border-color: #F8EFEF;
  border-color: var(--btn-warning-primary-border-color, #F8EFEF);
}

.next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited {
  color: #FFFFFF;
  color: var(--btn-warning-primary-color, #FFFFFF);
}

.next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover {
  color: #FFFFFF;
  color: var(--btn-warning-primary-color-hover, #FFFFFF);
  background-color: #C80000;
  background-color: var(--btn-warning-primary-bg-hover, #C80000);
  border-color: #F5E6E6;
  border-color: var(--btn-warning-primary-border-color-hover, #F5E6E6);
  text-decoration: none;
}

.next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active {
  color: #FFFFFF;
  color: var(--btn-warning-primary-color-active, #FFFFFF);
  background-color: #C80000;
  background-color: var(--btn-warning-primary-bg-active, #C80000);
  border-color: #F5E6E6;
  border-color: var(--btn-warning-primary-border-color-active, #F5E6E6);
  text-decoration: none;
}

.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] {
  background-color: #D1D5D9;
  background-color: var(--btn-warning-primary-bg-disabled, #D1D5D9);
  border-color: #FFFFFF;
  border-color: var(--btn-warning-primary-border-color-disabled, #FFFFFF);
}

.next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited {
  color: #FFFFFF;
  color: var(--btn-warning-primary-color-disabled, #FFFFFF);
}

.next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover {
  color: #FFFFFF;
  color: var(--btn-warning-primary-color-disabled, #FFFFFF);
  background-color: #D1D5D9;
  background-color: var(--btn-warning-primary-bg-disabled, #D1D5D9);
  border-color: #FFFFFF;
  border-color: var(--btn-warning-primary-border-color-disabled, #FFFFFF);
  text-decoration: none;
}

.next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active {
  color: #FFFFFF;
  color: var(--btn-warning-primary-color-disabled, #FFFFFF);
  background-color: #D1D5D9;
  background-color: var(--btn-warning-primary-bg-disabled, #D1D5D9);
  border-color: #FFFFFF;
  border-color: var(--btn-warning-primary-border-color-disabled, #FFFFFF);
  text-decoration: none;
}

.next-btn-warning.next-btn-normal {
  background-color: #FFFFFF;
  background-color: var(--btn-warning-normal-bg, #FFFFFF);
  border-color: #C80000;
  border-color: var(--btn-warning-normal-border-color, #C80000);
}

.next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited {
  color: #C80000;
  color: var(--btn-warning-normal-color, #C80000);
}

.next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover {
  color: #C80000;
  color: var(--btn-warning-normal-color-hover, #C80000);
  background-color: #FAF7F7;
  background-color: var(--btn-warning-normal-bg-hover, #FAF7F7);
  border-color: #C80000;
  border-color: var(--btn-warning-normal-border-color-hover, #C80000);
  text-decoration: none;
}

.next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active {
  color: #C80000;
  color: var(--btn-warning-normal-color-active, #C80000);
  background-color: #FAF7F7;
  background-color: var(--btn-warning-normal-bg-active, #FAF7F7);
  border-color: #C80000;
  border-color: var(--btn-warning-normal-border-color-active, #C80000);
  text-decoration: none;
}

.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] {
  background-color: #FFFFFF;
  background-color: var(--btn-warning-normal-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-warning-normal-border-color-disabled, #D1D5D9);
}

.next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited {
  color: #b3b3b3;
  color: var(--btn-warning-normal-color-disabled, #b3b3b3);
}

.next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover {
  color: #b3b3b3;
  color: var(--btn-warning-normal-color-disabled, #b3b3b3);
  background-color: #FFFFFF;
  background-color: var(--btn-warning-normal-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-warning-normal-border-color-disabled, #D1D5D9);
  text-decoration: none;
}

.next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active {
  color: #b3b3b3;
  color: var(--btn-warning-normal-color-disabled, #b3b3b3);
  background-color: #FFFFFF;
  background-color: var(--btn-warning-normal-bg-disabled, #FFFFFF);
  border-color: #D1D5D9;
  border-color: var(--btn-warning-normal-border-color-disabled, #D1D5D9);
  text-decoration: none;
}

.next-btn-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.next-btn-text.hover, .next-btn-text:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-btn-text.next-btn-primary {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited {
  color: #0064C8;
  color: var(--btn-text-primary-color, #0064C8);
}

.next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover {
  color: #0064C8;
  color: var(--btn-text-primary-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active {
  color: #0064C8;
  color: var(--btn-text-primary-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
}

.next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-secondary {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited {
  color: #333333;
  color: var(--btn-text-secondary-color, #333333);
}

.next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover {
  color: #333333;
  color: var(--btn-text-secondary-color-hover, #333333);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active {
  color: #333333;
  color: var(--btn-text-secondary-color-hover, #333333);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
}

.next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-normal {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
  color: #333333;
  color: var(--btn-text-normal-color, #333333);
}

.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
  color: #0064C8;
  color: var(--btn-text-normal-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active {
  color: #0064C8;
  color: var(--btn-text-normal-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
}

.next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active {
  color: #b3b3b3;
  color: var(--btn-text-disabled-color, #b3b3b3);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-large {
  border-radius: 0;
  padding: 0 0px;
  height: 24px;
  height: var(--btn-text-size-l-height, 24px);
  font-size: 14px;
  font-size: var(--btn-text-size-l-font, 14px);
  border-width: 0;
}

.next-btn-text.next-large > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 4px;
}

.next-btn-text.next-large > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn-text.next-large > .next-btn-icon.next-icon-last {
  margin-left: 4px;
  margin-right: 0;
}

.next-btn-text.next-large > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn-text.next-large > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-large > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn-text.next-large.next-btn-loading:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  left: 0px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}

.next-btn-text.next-large.next-btn-loading > .next-icon {
  display: none;
}

.next-btn-text.next-large > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}

.next-btn-text.next-large > .next-btn-custom-loading-icon.show {
  width: 16px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-btn-text.next-medium {
  border-radius: 0;
  padding: 0 0px;
  height: 20px;
  height: var(--btn-text-size-m-height, 20px);
  font-size: 12px;
  font-size: var(--btn-text-size-m-font, 12px);
  border-width: 0;
}

.next-btn-text.next-medium > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 4px;
}

.next-btn-text.next-medium > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-medium > .next-btn-icon.next-icon-last {
  margin-left: 4px;
  margin-right: 0;
}

.next-btn-text.next-medium > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-medium > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-medium.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 0px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}

.next-btn-text.next-medium.next-btn-loading > .next-icon {
  display: none;
}

.next-btn-text.next-medium > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}

.next-btn-text.next-medium > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-btn-text.next-small {
  border-radius: 0;
  padding: 0 0px;
  height: 16px;
  height: var(--btn-text-size-s-height, 16px);
  font-size: 12px;
  font-size: var(--btn-text-size-s-font, 12px);
  border-width: 0;
}

.next-btn-text.next-small > .next-btn-icon.next-icon-first {
  margin-left: 0;
  margin-right: 4px;
}

.next-btn-text.next-small > .next-btn-icon.next-icon-first:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-small > .next-btn-icon.next-icon-last {
  margin-left: 4px;
  margin-right: 0;
}

.next-btn-text.next-small > .next-btn-icon.next-icon-last:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-small > .next-btn-icon.next-icon-alone:before,
.next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text.next-small.next-btn-loading:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  left: 0px;
  top: 50%;
  text-align: center;
  margin-right: 4px;
}

.next-btn-text.next-small.next-btn-loading > .next-icon {
  display: none;
}

.next-btn-text.next-small > .next-btn-custom-loading-icon {
  opacity: 0;
  width: 0;
}

.next-btn-text.next-small > .next-btn-custom-loading-icon.show {
  width: 12px;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-btn-text.next-btn-loading {
  background-color: transparent;
  border-color: transparent;
}

.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
  color: #111111;
  color: var(--btn-text-loading-color, #111111);
}

.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
  color: #111111;
  color: var(--btn-text-loading-color, #111111);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
  color: #111111;
  color: var(--btn-text-loading-color, #111111);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-btn-loading {
  pointer-events: none;
}

.next-btn-loading:before {
  font-family: NextIcon;
  content: "\e646";
  content: var(--icon-content-loading, "\e646");
  opacity: 1;
  visibility: visible;
  -webkit-animation: loadingCircle 2s infinite linear;
  animation: loadingCircle 2s infinite linear;
}

.next-btn-loading:after {
  content: "";
  display: inline-block;
  position: static;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.next-btn-custom-loading {
  pointer-events: none;
}

.next-btn-ghost {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--btn-ghost-border-style, solid);
}

.next-btn-ghost.next-btn-dark {
  background-color: rgba(transparent, 0);
  background-color: rgba(var(--btn-ghost-dark-bg, transparent), 0);
  border-color: #FFFFFF;
  border-color: var(--btn-ghost-dark-border-color, #FFFFFF);
}

.next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited {
  color: #FFFFFF;
  color: var(--btn-ghost-dark-color, #FFFFFF);
}

.next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover {
  color: #FFFFFF;
  color: var(--btn-ghost-dark-color-hover, #FFFFFF);
  background-color: rgba(#FFFFFF, 0.29);
  background-color: rgba(var(--btn-ghost-dark-bg-hover-rgb, #FFFFFF), var(--btn-ghost-dark-bg-hover-opacity, 0.29));
  border-color: #FFFFFF;
  border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF);
  text-decoration: none;
}

.next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active {
  color: #FFFFFF;
  color: var(--btn-ghost-dark-color-hover, #FFFFFF);
  background-color: rgba(#FFFFFF, 0.29);
  background-color: rgba(var(--btn-ghost-dark-bg-hover-rgb, #FFFFFF), var(--btn-ghost-dark-bg-hover-opacity, 0.29));
  border-color: #FFFFFF;
  border-color: var(--btn-ghost-dark-border-color-hover, #FFFFFF);
  text-decoration: none;
}

.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] {
  background-color: transparent;
  background-color: var(--btn-ghost-dark-bg-disabled, transparent);
  border-color: rgba(#FFFFFF, 0.15);
  border-color: rgba(var(--btn-ghost-dark-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-border-color-disabled-opacity, 0.15));
}

.next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited {
  color: rgba(#FFFFFF, 0.25);
  color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-color-disabled-opacity, 0.25));
}

.next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover {
  color: rgba(#FFFFFF, 0.25);
  color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-color-disabled-opacity, 0.25));
  background-color: transparent;
  background-color: var(--btn-ghost-dark-bg-disabled, transparent);
  border-color: rgba(#FFFFFF, 0.15);
  border-color: rgba(var(--btn-ghost-dark-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-border-color-disabled-opacity, 0.15));
  text-decoration: none;
}

.next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active {
  color: rgba(#FFFFFF, 0.25);
  color: rgba(var(--btn-ghost-dark-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-color-disabled-opacity, 0.25));
  background-color: transparent;
  background-color: var(--btn-ghost-dark-bg-disabled, transparent);
  border-color: rgba(#FFFFFF, 0.15);
  border-color: rgba(var(--btn-ghost-dark-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-dark-border-color-disabled-opacity, 0.15));
  text-decoration: none;
}

.next-btn-ghost.next-btn-light {
  background-color: rgba(#FFFFFF, 1);
  background-color: rgba(var(--btn-ghost-light-bg, #FFFFFF), var(--btn-ghost-light-bg-opacity, 1));
  border-color: #0064C8;
  border-color: var(--btn-ghost-light-border-color, #0064C8);
}

.next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
  color: #0064C8;
  color: var(--btn-ghost-light-color, #0064C8);
}

.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
  color: #FFFFFF;
  color: var(--btn-ghost-light-color-hover, #FFFFFF);
  background-color: rgba(#0050A0, 1);
  background-color: rgba(var(--btn-ghost-light-bg-hover-rgb, #0050A0), var(--btn-ghost-light-bg-hover-opacity, 1));
  border-color: transparent;
  border-color: var(--btn-ghost-light-border-color-hover, transparent);
  text-decoration: none;
}

.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
  color: #FFFFFF;
  color: var(--btn-ghost-light-color-hover, #FFFFFF);
  background-color: rgba(#0050A0, 1);
  background-color: rgba(var(--btn-ghost-light-bg-hover-rgb, #0050A0), var(--btn-ghost-light-bg-hover-opacity, 1));
  border-color: transparent;
  border-color: var(--btn-ghost-light-border-color-hover, transparent);
  text-decoration: none;
}

.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
  background-color: #F7F9FA;
  background-color: var(--btn-ghost-light-bg-disabled, #F7F9FA);
  border-color: rgba(#FFFFFF, 1);
  border-color: rgba(var(--btn-ghost-light-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-light-border-color-disabled-opacity, 1));
}

.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited {
  color: rgba(#C1C1C1, 1);
  color: rgba(var(--btn-ghost-light-color-disabled-rgb, #C1C1C1), var(--btn-ghost-light-color-disabled-opacity, 1));
}

.next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover {
  color: rgba(#C1C1C1, 1);
  color: rgba(var(--btn-ghost-light-color-disabled-rgb, #C1C1C1), var(--btn-ghost-light-color-disabled-opacity, 1));
  background-color: #F7F9FA;
  background-color: var(--btn-ghost-light-bg-disabled, #F7F9FA);
  border-color: rgba(#FFFFFF, 1);
  border-color: rgba(var(--btn-ghost-light-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-light-border-color-disabled-opacity, 1));
  text-decoration: none;
}

.next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active {
  color: rgba(#C1C1C1, 1);
  color: rgba(var(--btn-ghost-light-color-disabled-rgb, #C1C1C1), var(--btn-ghost-light-color-disabled-opacity, 1));
  background-color: #F7F9FA;
  background-color: var(--btn-ghost-light-bg-disabled, #F7F9FA);
  border-color: rgba(#FFFFFF, 1);
  border-color: rgba(var(--btn-ghost-light-border-color-disabled-rgb, #FFFFFF), var(--btn-ghost-light-border-color-disabled-opacity, 1));
  text-decoration: none;
}

.next-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.next-btn-group > .next-btn {
  position: relative;
  float: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-btn-group > .next-btn:hover, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn.active {
  z-index: 1;
}

.next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] {
  z-index: 0;
}

.next-btn-group .next-btn.next-btn {
  margin: 0 0 0 -1px;
}

.next-btn-group .next-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.next-btn-group > .next-btn:first-child {
  margin: 0;
}

.next-btn-group > .next-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.next-btn-group > .next-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.next-btn-group > .next-btn-primary:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.next-btn-group > .next-btn-primary:not(:first-child):hover {
  border-left-color: transparent;
}

.next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] {
  border-left-color: #E3E4E6;
  border-left-color: var(--color-line1-1, #E3E4E6);
}

/* 组合 */
/* ---------------------------------------- */
.next-btn-group[dir=rtl] > .next-btn {
  float: right;
}

.next-btn-group[dir=rtl] .next-btn.next-btn {
  margin: 0 -1px 0 0;
}

.next-btn-group[dir=rtl] > .next-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.next-btn-group[dir=rtl] > .next-btn:last-child:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child) {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child):hover {
  border-right-color: transparent;
}

.next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir=rtl] > .next-btn-primary:not(:first-child)[disabled] {
  border-right-color: #E3E4E6;
  border-right-color: var(--color-line1-1, #E3E4E6);
}

/* 尺寸维度 */
/* ---------------------------------------- */
.next-btn.next-small[dir=rtl] {
  border-radius: 2px;
  border-radius: var(--btn-size-s-corner, 2px);
}

.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first {
  margin-left: 8px;
  margin-right: 0;
}

.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first:before,
.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 8px;
}

.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last:before,
.next-btn.next-small[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-small[dir=rtl].next-btn-loading {
  padding-left: 8px;
  padding-left: var(--btn-size-s-padding, 8px);
  padding-right: 28px;
  padding-right: calc(var(--btn-size-s-padding, 8px) + 20px);
}

.next-btn.next-small[dir=rtl].next-btn-loading:after {
  right: 8px;
  right: var(--btn-size-s-padding, 8px);
  top: 50%;
  margin-right: 0;
  margin-left: 8px;
}

.next-btn.next-medium[dir=rtl] {
  border-radius: 2px;
  border-radius: var(--btn-size-m-corner, 2px);
}

.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first {
  margin-left: 8px;
  margin-right: 0;
}

.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first:before,
.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 8px;
}

.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last:before,
.next-btn.next-medium[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn.next-medium[dir=rtl].next-btn-loading {
  padding-left: 16px;
  padding-left: var(--btn-size-m-padding, 16px);
  padding-right: 36px;
  padding-right: calc(var(--btn-size-m-padding, 16px) + 20px);
}

.next-btn.next-medium[dir=rtl].next-btn-loading:after {
  right: 16px;
  right: var(--btn-size-m-padding, 16px);
  top: 50%;
  margin-right: 0;
  margin-left: 8px;
}

.next-btn.next-large[dir=rtl] {
  border-radius: 2px;
  border-radius: var(--btn-size-l-corner, 2px);
}

.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first {
  margin-left: 8px;
  margin-right: 0;
}

.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first:before,
.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 8px;
}

.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last:before,
.next-btn.next-large[dir=rtl] > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn.next-large[dir=rtl].next-btn-loading {
  padding-left: 16px;
  padding-left: var(--btn-size-l-padding, 16px);
  padding-right: 40px;
  padding-right: calc(var(--btn-size-l-padding, 16px) + 24px);
}

.next-btn.next-large[dir=rtl].next-btn-loading:after {
  right: 16px;
  right: var(--btn-size-l-padding, 16px);
  top: 50%;
  margin-right: 0;
  margin-left: 8px;
}

/* 文本按钮 */
.next-btn-text[dir=rtl].next-large {
  border-radius: 0;
}

.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}

.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}

.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir=rtl].next-large > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-btn-text[dir=rtl].next-large.next-btn-loading {
  padding-left: 0px;
  padding-right: 20px;
}

.next-btn-text[dir=rtl].next-large.next-btn-loading:after {
  right: 0px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}

.next-btn-text[dir=rtl].next-medium {
  border-radius: 0;
}

.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}

.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}

.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir=rtl].next-medium > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text[dir=rtl].next-medium.next-btn-loading {
  padding-left: 0px;
  padding-right: 16px;
}

.next-btn-text[dir=rtl].next-medium.next-btn-loading:after {
  right: 0px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}

.next-btn-text[dir=rtl].next-small {
  border-radius: 0;
}

.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first {
  margin-left: 4px;
  margin-right: 0;
}

.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first:before,
.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-first .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last {
  margin-left: 0;
  margin-right: 4px;
}

.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last:before,
.next-btn-text[dir=rtl].next-small > .next-btn-icon.next-icon-last .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-btn-text[dir=rtl].next-small.next-btn-loading {
  padding-left: 0px;
  padding-right: 16px;
}

.next-btn-text[dir=rtl].next-small.next-btn-loading:after {
  right: 0px;
  top: 50%;
  margin-right: 0;
  margin-left: 4px;
}

.next-radio-button-large[dir=rtl] > label:first-child {
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-top-right-radius: var(--radio-button-corner-large, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--radio-button-corner-large, 2px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.next-radio-button-large[dir=rtl] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-left-radius: var(--radio-button-corner-large, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--radio-button-corner-large, 2px);
}

.next-radio-button-large[dir=rtl] .next-radio-label {
  height: 34px;
  height: calc(var(--radio-button-height-large, 36px) - 2px);
  line-height: 34px;
  line-height: calc(var(--radio-button-height-large, 36px) - 2px);
  font-size: 14px;
  font-size: var(--radio-button-font-size-large, 14px);
}

.next-radio-button-medium[dir=rtl] > label:first-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-top-right-radius: var(--radio-button-corner-medium, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--radio-button-corner-medium, 2px);
}

.next-radio-button-medium[dir=rtl] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-left-radius: var(--radio-button-corner-medium, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--radio-button-corner-medium, 2px);
}

.next-radio-button-small[dir=rtl] > label:first-child {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-top-right-radius: var(--radio-button-corner-small, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--radio-button-corner-small, 2px);
}

.next-radio-button-small[dir=rtl] > label:last-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-left-radius: var(--radio-button-corner-small, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--radio-button-corner-small, 2px);
}

.next-radio-wrapper[dir=rtl] .next-radio-label {
  margin-left: 0;
  margin-right: 4px;
}

.next-radio-group[dir=rtl] .next-radio-label {
  margin-right: 4px;
  margin-left: 16px;
}

.next-radio-button[dir=rtl] > label .next-radio-label {
  margin: 0;
}

.next-radio-wrapper {
  outline: 0;
  display: inline-block;
}

.next-radio-wrapper .next-radio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}

.next-radio-wrapper .next-radio *,
.next-radio-wrapper .next-radio *:before,
.next-radio-wrapper .next-radio *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-radio-wrapper .next-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 16px;
  width: var(--radio-width, 16px);
  height: 16px;
  height: var(--radio-width, 16px);
  margin: 0;
  cursor: pointer;
}

.next-radio-wrapper .next-radio-inner {
  /* 动画待定 */
  /* &.mouseDown { */
  /*     transform: scale3d(.7, .7, .7); */
  /*     transition: transform .2s linear; */
  /* } */
  /* &.mouseUp { */
  /*     transform: scale3d(1, 1, 1); */
  /*     transition: transform .2s linear; */
  /* } */
  display: block;
  width: 16px;
  width: var(--radio-width, 16px);
  height: 16px;
  height: var(--radio-width, 16px);
  background: #FFFFFF;
  background: var(--radio-bg-color, #FFFFFF);
  border-radius: 50%;
  border-radius: var(--radio-radius-size, 50%);
  border: 1px solid #577899;
  border: var(--radio-circle-border-width, 1px) solid var(--radio-border-color, #577899);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--radio-shadow, none);
  box-shadow: none;
  box-shadow: var(--radio-shadow, none);
}

.next-radio-wrapper .next-radio-inner:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  border-radius: 50%;
  border-radius: var(--radio-radius-size, 50%);
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--radio-circle-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--radio-circle-size, 8px) / 2);
  background: #FFFFFF;
  content: "";
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-radio-wrapper.checked .next-radio-inner {
  border-color: #004080;
  border-color: var(--radio-checked-border-color, #004080);
  background: #FFFFFF;
  background: var(--radio-checked-bg-color, #FFFFFF);
}

.next-radio-wrapper.checked .next-radio-inner:after {
  width: 8px;
  width: var(--radio-circle-size, 8px);
  height: 8px;
  height: var(--radio-circle-size, 8px);
  font-weight: bold;
  background: #0064C8;
  background: var(--radio-checked-circle-color, #0064C8);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner {
  border-color: #004080;
  border-color: var(--radio-checked-hovered-border-color, #004080);
}

.next-radio-wrapper.disabled input[type=radio] {
  cursor: not-allowed;
}

.next-radio-wrapper.disabled .next-radio-inner {
  border-color: #C0C6CC;
  border-color: var(--radio-disabled-border-color, #C0C6CC);
  background: #F7F9FA;
  background: var(--radio-disabled-bg-color, #F7F9FA);
}

.next-radio-wrapper.disabled .next-radio-inner:after {
  background: #b3b3b3;
  background: var(--radio-disabled-circle-color, #b3b3b3);
}

.next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered {
  border-color: #C0C6CC;
  border-color: var(--radio-disabled-border-color, #C0C6CC);
}

.next-radio-wrapper.disabled.checked .next-radio-inner {
  border-color: #C0C6CC;
  border-color: var(--radio-checked-disabled-border-color, #C0C6CC);
  background: #F7F9FA;
  background: var(--radio-checked-disabled-bg-color, #F7F9FA);
}

.next-radio-wrapper.disabled.checked .next-radio-inner:after {
  background: #b3b3b3;
  background: var(--radio-checked-disabled-circle-color, #b3b3b3);
}

.next-radio-wrapper.disabled .next-radio-label {
  color: #b3b3b3;
  color: var(--radio-normal-font-color-disabled, #b3b3b3);
}

.next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner {
  border-color: #004080;
  border-color: var(--radio-hovered-border-color, #004080);
  background-color: transparent;
  background-color: var(--radio-hovered-bg-color, transparent);
}

.next-radio-wrapper:not(.disabled):hover .next-radio-label, .next-radio-wrapper:not(.disabled).hovered .next-radio-label {
  cursor: pointer;
}

.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner {
  border-color: #004080;
  border-color: var(--radio-checked-hovered-border-color, #004080);
  background: #FFFFFF;
  background: var(--radio-checked-hovered-bg-color, #FFFFFF);
}

.next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after {
  background: #0064C8;
  background: var(--radio-checked-hovered-circle-color, #0064C8);
}

.next-radio-button .next-radio {
  width: 0;
  height: 0;
}

.next-radio-button input[type=radio] {
  width: 0;
  height: 0;
}

.next-radio-button > label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -1px;
  border: 1px solid #C0C6CC;
  border: 1px solid var(--radio-button-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--radio-button-bg-color, #FFFFFF);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  vertical-align: middle;
}

.next-radio-button > label .next-radio-label {
  display: block;
  color: #555555;
  color: var(--radio-button-font-color, #555555);
  margin: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-radio-button > label:hover, .next-radio-button > label.hovered {
  z-index: 10;
  border-color: #D1D5D9;
  border-color: var(--radio-button-border-color-hovered, #D1D5D9);
  background-color: #FFFFFF;
  background-color: var(--radio-button-bg-color-hovered, #FFFFFF);
}

.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
  color: #111111;
  color: var(--radio-button-font-color-hovered, #111111);
}

.next-radio-button > label.checked {
  z-index: 11;
  border-color: #0064C8;
  border-color: var(--radio-button-border-color-checked, #0064C8);
  background-color: #FFFFFF;
  background-color: var(--radio-button-bg-color-checked, #FFFFFF);
}

.next-radio-button > label.checked .next-radio-label {
  color: #0064C8;
  color: var(--radio-button-font-color-checked, #0064C8);
}

.next-radio-button > label.disabled {
  z-index: 0;
  cursor: not-allowed;
  border-color: #E3E4E6;
  border-color: var(--radio-button-border-color-disabled, #E3E4E6);
  background-color: #F8F8F9;
  background-color: var(--radio-button-bg-color-disabled, #F8F8F9);
}

.next-radio-button > label.disabled .next-radio-label {
  color: #C1C1C1;
  color: var(--radio-button-font-color-disabled, #C1C1C1);
}

.next-radio-button > label.checked.disabled {
  z-index: 0;
  border-color: #E3E4E6;
  border-color: var(--radio-button-border-color-checked-disabled, #E3E4E6);
  background-color: #004080;
  background-color: var(--radio-button-bg-color-checked-disabled, #004080);
}

.next-radio-button > label.checked.disabled .next-radio-label {
  color: #C1C1C1;
  color: var(--radio-button-font-color-checked-disabled, #C1C1C1);
}

.next-radio-button-large > label {
  padding: 0 8px;
  padding: 0 var(--radio-button-padding-large, 8px);
  height: 36px;
  height: var(--radio-button-height-large, 36px);
  line-height: 36px;
  line-height: var(--radio-button-height-large, 36px);
}

.next-radio-button-large > label:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-top-left-radius: var(--radio-button-corner-large, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--radio-button-corner-large, 2px);
}

.next-radio-button-large > label:last-child {
  border-top-right-radius: 2px;
  border-top-right-radius: var(--radio-button-corner-large, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--radio-button-corner-large, 2px);
}

.next-radio-button-large .next-radio-label {
  height: 34px;
  height: calc(var(--radio-button-height-large, 36px) - 2px);
  line-height: 34px;
  line-height: calc(var(--radio-button-height-large, 36px) - 2px);
  font-size: 14px;
  font-size: var(--radio-button-font-size-large, 14px);
}

.next-radio-button-medium > label {
  padding: 0 8px;
  padding: 0 var(--radio-button-padding-medium, 8px);
  height: 32px;
  height: var(--radio-button-height-medium, 32px);
  line-height: 32px;
  line-height: var(--radio-button-height-medium, 32px);
}

.next-radio-button-medium > label:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-top-left-radius: var(--radio-button-corner-medium, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--radio-button-corner-medium, 2px);
}

.next-radio-button-medium > label:last-child {
  border-top-right-radius: 2px;
  border-top-right-radius: var(--radio-button-corner-medium, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--radio-button-corner-medium, 2px);
}

.next-radio-button-medium .next-radio-label {
  height: 30px;
  height: calc(var(--radio-button-height-medium, 32px) - 2px);
  line-height: 30px;
  line-height: calc(var(--radio-button-height-medium, 32px) - 2px);
  font-size: 12px;
  font-size: var(--radio-button-font-size-medium, 12px);
}

.next-radio-button-small > label {
  padding: 0 8px;
  padding: 0 var(--radio-button-padding-small, 8px);
  height: 24px;
  height: var(--radio-button-height-small, 24px);
  line-height: 24px;
  line-height: var(--radio-button-height-small, 24px);
}

.next-radio-button-small > label:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-top-left-radius: var(--radio-button-corner-small, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--radio-button-corner-small, 2px);
}

.next-radio-button-small > label:last-child {
  border-top-right-radius: 2px;
  border-top-right-radius: var(--radio-button-corner-small, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--radio-button-corner-small, 2px);
}

.next-radio-button-small .next-radio-label {
  height: 22px;
  height: calc(var(--radio-button-height-small, 24px) - 2px);
  line-height: 22px;
  line-height: calc(var(--radio-button-height-small, 24px) - 2px);
  font-size: 12px;
  font-size: var(--radio-button-font-size-small, 12px);
}

.next-radio-single-input input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.next-radio-group {
  display: inline-block;
}

.next-radio-group .next-radio-wrapper {
  /* 表现为radio整体之间多一份间隔，checkbox表现一致 */
  margin-right: 12px;
}

.next-radio-group .next-radio-wrapper:last-child {
  margin-right: 0;
}

.next-radio-group .next-radio-label {
  color: #333333;
  color: var(--radio-normal-font-color, #333333);
}

.next-radio-group.disabled .next-radio-label {
  color: #b3b3b3;
  color: var(--radio-normal-font-color-disabled, #b3b3b3);
}

.next-radio-group.next-radio-button .next-radio-wrapper {
  margin-right: 0;
}

.next-radio-group-ver .next-radio-wrapper {
  display: block;
  margin-bottom: 8px;
}

.next-radio-label {
  margin: 0;
  margin-left: 8px;
  margin-left: var(--radio-font-margin-left, 8px);
  /* 使用已有变量$radio-font-margin-left，配左即两边都有间隔 */
  margin-right: 8px;
  margin-right: var(--radio-font-margin-left, 8px);
  font-size: 12px;
  font-size: var(--radio-font-size, 12px);
  vertical-align: middle;
  line-height: 1;
  color: #333333;
  color: var(--radio-normal-font-color, #333333);
}

@-moz-document url-prefix() {
  .next-radio {
    margin-top: -1px;
  }

  @supports (-webkit-animation: 0s) or (animation: 0s) {
    /* firefox 57+ */
    .next-radio {
      margin-top: -3px;
    }
  }
}
@-webkit-keyframes fadeInRightForTag {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(20px);
    transform: rotate(45deg) translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
  }
}
@keyframes fadeInRightForTag {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(20px);
    transform: rotate(45deg) translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
  }
}
.next-tag > .next-tag-body {
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-tag-checkable.next-tag-level-secondary {
  color: #111111;
  color: var(--tag-normal-text-color, #111111);
  border-color: transparent;
  background-color: transparent;
}

.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-normal-text-color-hover, #0064C8);
}

.next-tag-default.next-tag-level-primary {
  color: #555555;
  color: var(--tag-fill-text-color, #555555);
  border-color: #C0C6CC;
  border-color: var(--tag-fill-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-fill-bg-color, #FFFFFF);
}

.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus {
  color: #333333;
  color: var(--tag-fill-text-color-hover, #333333);
  border-color: #C0C6CC;
  border-color: var(--tag-fill-border-color-hover, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-fill-bg-color-hover, #FFFFFF);
}

.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
  color: #333333;
  color: var(--tag-fill-tail-color-hover, #333333);
}

.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
  color: #b3b3b3;
  color: var(--tag-fill-text-color-disabled, #b3b3b3);
  border-color: #D1D5D9;
  border-color: var(--tag-fill-border-color-disabled, #D1D5D9);
  background-color: #FFFFFF;
  background-color: var(--tag-fill-bg-color-disabled, #FFFFFF);
}

.next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
  color: #b3b3b3;
  color: var(--tag-fill-tail-color-disabled, #b3b3b3);
}

.next-tag-default.next-tag-level-primary > .next-tag-close-btn {
  color: #333333;
  color: var(--tag-fill-tail-color, #333333);
}

.next-tag-closable.next-tag-level-primary {
  color: #333333;
  color: var(--tag-closable-primary-fill-text-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--tag-closable-primary-fill-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-closable-primary-fill-bg-color, #FFFFFF);
}

.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-closable-primary-fill-text-color-hover, #0064C8);
  border-color: #C0C6CC;
  border-color: var(--tag-closable-primary-fill-border-color-hover, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--tag-closable-primary-fill-bg-color-hover, #F7F9FA);
}

.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
  color: #333333;
  color: var(--tag-fill-tail-color-hover, #333333);
}

.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
  color: #b3b3b3;
  color: var(--tag-closable-primary-fill-text-color-disabled, #b3b3b3);
  border-color: #D1D5D9;
  border-color: var(--tag-closable-primary-fill-border-color-disabled, #D1D5D9);
  background-color: #FFFFFF;
  background-color: var(--tag-closable-primary-fill-bg-color-disabled, #FFFFFF);
}

.next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
  color: #b3b3b3;
  color: var(--tag-fill-tail-color-disabled, #b3b3b3);
}

.next-tag-closable.next-tag-level-primary > .next-tag-close-btn {
  color: #333333;
  color: var(--tag-fill-tail-color, #333333);
}

.next-tag-checkable.next-tag-level-primary {
  color: #333333;
  color: var(--tag-checkable-fill-text-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--tag-checkable-fill-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-checkable-fill-bg-color, #FFFFFF);
}

.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-checkable-fill-text-color-hover, #0064C8);
  border-color: #C0C6CC;
  border-color: var(--tag-checkable-fill-border-color-hover, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--tag-checkable-fill-bg-color-hover, #F7F9FA);
}

.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
  color: #111111;
  color: var(--tag-checkable-fill-tail-color-hover, #111111);
}

.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
  color: #b3b3b3;
  color: var(--tag-checkable-fill-text-color-disabled, #b3b3b3);
  border-color: #D1D5D9;
  border-color: var(--tag-checkable-fill-border-color-disabled, #D1D5D9);
  background-color: #FFFFFF;
  background-color: var(--tag-checkable-fill-bg-color-disabled, #FFFFFF);
}

.next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
  color: #C1C1C1;
  color: var(--tag-checkable-fill-tail-color-disabled, #C1C1C1);
}

.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn {
  color: #555555;
  color: var(--tag-checkable-fill-tail-color, #555555);
}

.next-tag-checkable.next-tag-level-primary.checked {
  color: #0064C8;
  color: var(--tag-checkable-primary-text-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--tag-checkable-primary-border-color, #0064C8);
  background-color: #FFFFFF;
  background-color: var(--tag-checkable-primary-bg-color, #FFFFFF);
}

.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-checkable-primary-text-color-hover, #0064C8);
  border-color: #0064C8;
  border-color: var(--tag-checkable-primary-border-color-hover, #0064C8);
  background-color: #F7F9FA;
  background-color: var(--tag-checkable-primary-bg-color-hover, #F7F9FA);
}

.next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
  color: #FFFFFF;
  color: var(--tag-checkable-primary-tail-color-hover, #FFFFFF);
}

.next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked {
  color: #b3b3b3;
  color: var(--tag-checkable-primary-text-color-disabled, #b3b3b3);
  border-color: #D1D5D9;
  border-color: var(--tag-checkable-primary-border-color-disabled, #D1D5D9);
  background-color: #FFFFFF;
  background-color: var(--tag-checkable-primary-bg-color-disabled, #FFFFFF);
}

.next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
  color: #FFFFFF;
  color: var(--tag-checkable-primary-tail-color, #FFFFFF);
}

.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn {
  color: #FFFFFF;
  color: var(--tag-checkable-primary-tail-color, #FFFFFF);
}

.next-tag-default.next-tag-level-normal {
  color: #333333;
  color: var(--tag-bordered-text-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--tag-bordered-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-bordered-bg, #FFFFFF);
}

.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus {
  color: #333333;
  color: var(--tag-bordered-text-color-hover, #333333);
  border-color: #C0C6CC;
  border-color: var(--tag-bordered-border-color-hover, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-bordered-bg-hover, #FFFFFF);
}

.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
  color: #111111;
  color: var(--tag-bordered-tail-color-hover, #111111);
}

.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
  color: #b3b3b3;
  color: var(--tag-bordered-text-color-disabled, #b3b3b3);
  border-color: #D1D5D9;
  border-color: var(--tag-bordered-border-color-disabled, #D1D5D9);
  background-color: #FFFFFF;
  background-color: var(--tag-bordered-bg-disabled, #FFFFFF);
}

.next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
  color: #C1C1C1;
  color: var(--tag-bordered-tail-color-disabled, #C1C1C1);
}

.next-tag-default.next-tag-level-normal > .next-tag-close-btn {
  color: #555555;
  color: var(--tag-bordered-tail-color, #555555);
}

.next-tag-closable.next-tag-level-normal {
  color: #333333;
  color: var(--tag-closable-bordered-text-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--tag-closable-bordered-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-closable-bordered-bg, #FFFFFF);
}

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-closable-bordered-text-color-hover, #0064C8);
  border-color: #C0C6CC;
  border-color: var(--tag-closable-bordered-border-color-hover, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--tag-closable-bordered-bg-hover, #F7F9FA);
}

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn {
  color: #333333;
  color: var(--tag-closable-bordered-tail-color-hover, #333333);
}

.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
  color: #b3b3b3;
  color: var(--tag-closable-bordered-text-color-disabled, #b3b3b3);
  border-color: #D1D5D9;
  border-color: var(--tag-closable-bordered-border-color-disabled, #D1D5D9);
  background-color: transparent;
  background-color: var(--tag-closable-bordered-bg-disabled, transparent);
}

.next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
  color: #C1C1C1;
  color: var(--tag-closable-bordered-tail-color-disabled, #C1C1C1);
}

.next-tag-closable.next-tag-level-normal > .next-tag-close-btn {
  color: #333333;
  color: var(--tag-closable-bordered-tail-color, #333333);
}

.next-tag-checkable.next-tag-level-normal.checked {
  color: #0064C8;
  color: var(--tag-secondary-text-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--tag-secondary-border-color, #0064C8);
  background-color: transparent;
  background-color: var(--tag-secondary-bg, transparent);
}

.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-secondary-text-color-hover, #0064C8);
  border-color: #0064C8;
  border-color: var(--tag-secondary-border-color-hover, #0064C8);
  background-color: #F7F9FA;
  background-color: var(--tag-secondary-bg-hover, #F7F9FA);
}

.next-tag-checkable.next-tag-level-secondary.checked {
  color: #0064C8;
  color: var(--tag-secondary-text-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--tag-secondary-border-color, #0064C8);
  background-color: transparent;
  background-color: var(--tag-secondary-bg, transparent);
}

.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-secondary-text-color-hover, #0064C8);
  border-color: #0064C8;
  border-color: var(--tag-secondary-border-color-hover, #0064C8);
  background-color: #F7F9FA;
  background-color: var(--tag-secondary-bg-hover, #F7F9FA);
}

.next-tag-checkable.next-tag-level-secondary.checked:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #0064C8;
  background-color: var(--tag-checkable-secondary-bg-selected, #0064C8);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next-tag-checkable.next-tag-level-secondary.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\e632";
  content: var(--icon-content-select, "\e632");
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: #FFFFFF;
  color: var(--tag-checkable-secondary-icon-color-selected, #FFFFFF);
}

.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:before {
  background-color: #002850;
  background-color: var(--tag-checkable-secondary-bg-selected-hover, #002850);
}

.next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:after {
  color: #FFFFFF;
  color: var(--tag-checkable-secondary-icon-color-selected-hover, #FFFFFF);
}

.next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before {
  background-color: #E3E4E6;
  background-color: var(--tag-checkable-secondary-bg-selected-disabled, #E3E4E6);
}

.next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after {
  color: #FFFFFF;
  color: var(--tag-checkable-secondary-icon-color-selected-disabled, #FFFFFF);
}

.next-tag-checkable.next-tag-level-normal {
  color: #333333;
  color: var(--tag-checkable-normal-text-color, #333333);
  border-color: #C0C6CC;
  border-color: var(--tag-checkable-normal-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--tag-checkable-normal-bg, #FFFFFF);
}

.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):focus {
  color: #0064C8;
  color: var(--tag-checkable-normal-text-color-hover, #0064C8);
  border-color: #C0C6CC;
  border-color: var(--tag-checkable-normal-border-color-hover, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--tag-checkable-normal-bg-hover, #F7F9FA);
}

.next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
  color: #b3b3b3;
  color: var(--tag-checkable-normal-text-selected-disabled, #b3b3b3);
  border-color: #D1D5D9;
  border-color: var(--tag-checkable-normal-border-selected-disabled, #D1D5D9);
  background-color: #FFFFFF;
  background-color: var(--tag-checkable-normal-bg-selected-disabled, #FFFFFF);
}

.next-tag-checkable.next-tag-level-normal.checked:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF;
  background-color: var(--tag-checkable-normal-bg-selected, #FFFFFF);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next-tag-checkable.next-tag-level-normal.checked:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\e632";
  content: var(--icon-content-select, "\e632");
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: transparent;
  color: var(--tag-checkable-normal-icon-color-selected, transparent);
}

.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:before {
  background-color: transparent;
  background-color: var(--tag-checkable-normal-bg-selected-hover, transparent);
}

.next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:after {
  color: transparent;
  color: var(--tag-checkable-normal-icon-color-selected-hover, transparent);
}

.next-tag-checkable.next-tag-level-normal.checked[disabled]:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before {
  background-color: #E3E4E6;
  background-color: var(--tag-checkable-normal-tick-bg-selected-disabled, #E3E4E6);
}

.next-tag-checkable.next-tag-level-normal.checked[disabled]:after, .next-tag-checkable.next-tag-level-normal.checked:disabled:after {
  color: #FFFFFF;
  color: var(--tag-checkable-normal-icon-color-selected-disabled, #FFFFFF);
}

.next-tag-closable.next-tag-level-normal:before {
  position: absolute;
  content: "";
  -webkit-font-smoothing: antialiased;
  background-color: #577899;
  background-color: var(--tag-closable-normal-bg, #577899);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next-tag-closable.next-tag-level-normal:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\e626";
  content: var(--icon-content-close, "\e626");
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: #FFFFFF;
  color: var(--tag-closable-normal-icon-color, #FFFFFF);
}

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:before {
  background-color: #F7F9FA;
  background-color: var(--tag-closable-normal-bg-hover, #F7F9FA);
}

.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:after {
  color: #333333;
  color: var(--tag-closable-normal-icon-color-hover, #333333);
}

.next-tag-closable.next-tag-level-normal[disabled]:before, .next-tag-closable.next-tag-level-normal:disabled:before {
  background-color: #E3E4E6;
  background-color: var(--tag-closable-normal-bg-disabled, #E3E4E6);
}

.next-tag-closable.next-tag-level-normal[disabled]:after, .next-tag-closable.next-tag-level-normal:disabled:after {
  color: #FFFFFF;
  color: var(--tag-closable-normal-icon-color-disabled, #FFFFFF);
}

.next- {
  /* Animation */
  /* ----------- */
}

.next-tag-group .next-tag-medium,
.next-tag-group .next-tag-large {
  margin-right: 8px;
  margin-bottom: 8px;
}

.next-tag-group .next-tag-small {
  margin-right: 4px;
  margin-bottom: 4px;
}

.next-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-width: 1px;
  border-width: var(--tag-border-width, 1px);
  border-radius: 12px;
  border-radius: var(--tag-corner-radius, 12px);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--tag-shadow, none);
  box-shadow: none;
  box-shadow: var(--tag-shadow, none);
  border-style: solid;
  /* 可配置??? */
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 0;
  outline: 0;
  /* 预设颜色值 */
}

.next-tag *,
.next-tag *:before,
.next-tag *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-tag > .next-tag-body {
  position: relative;
  display: inline-block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  cursor: default;
  /* 用户手动传的 icon 的大小也保持一致？ */
}

.next-tag > .next-tag-body > a {
  text-decoration: none;
  color: inherit;
}

.next-tag > .next-tag-body > a:before {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.next-tag > .next-tag-body .next-icon {
  line-height: 1;
  vertical-align: middle;
}

.next-tag > .next-tag-body .next-icon:before {
  font-size: inherit;
}

.next-tag.next-tag-body-pointer {
  cursor: pointer;
}

.next-tag[disabled], .next-tag.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.next-tag-blue {
  background-color: #4494F9;
  border-color: #4494F9;
  color: #FFF;
}

.next-tag-blue-inverse {
  background-color: rgba(68, 148, 249, 0.25);
  border-color: #4494F9;
  color: #4494F9;
}

.next-tag-green {
  background-color: #46BC15;
  border-color: #46BC15;
  color: #FFF;
}

.next-tag-green-inverse {
  background-color: rgba(70, 188, 21, 0.25);
  border-color: #46BC15;
  color: #46BC15;
}

.next-tag-orange {
  background-color: #FF9300;
  border-color: #FF9300;
  color: #FFF;
}

.next-tag-orange-inverse {
  background-color: rgba(255, 147, 0, 0.25);
  border-color: #FF9300;
  color: #FF9300;
}

.next-tag-red {
  background-color: #FF3000;
  border-color: #FF3000;
  color: #FFF;
}

.next-tag-red-inverse {
  background-color: rgba(255, 48, 0, 0.25);
  border-color: #FF3000;
  color: #FF3000;
}

.next-tag-turquoise {
  background-color: #01C1B2;
  border-color: #01C1B2;
  color: #FFF;
}

.next-tag-turquoise-inverse {
  background-color: rgba(1, 193, 178, 0.25);
  border-color: #01C1B2;
  color: #01C1B2;
}

.next-tag-yellow {
  background-color: #FCCC12;
  border-color: #FCCC12;
  color: #FFF;
}

.next-tag-yellow-inverse {
  background-color: rgba(252, 204, 18, 0.25);
  border-color: #FCCC12;
  color: #FCCC12;
}

.next-tag-large {
  height: 28px;
  height: var(--tag-size-l-height, 28px);
  padding: 0;
  line-height: 26px;
  line-height: calc(var(--tag-size-l-height, 28px) - var(--tag-border-width, 1px) * 2);
  font-size: 0;
}

.next-tag-large > .next-tag-body {
  font-size: 14px;
  font-size: var(--tag-size-l-text-size, 14px);
  padding: 0 16px;
  padding: 0 var(--tag-size-l-padding-lr, 16px);
  min-width: 48px;
  min-width: var(--tag-size-l-content-min-width, 48px);
}

.next-tag-large.next-tag-closable > .next-tag-body {
  padding: 0 0 0 16px;
  padding: 0 0 0 var(--tag-size-l-padding-lr, 16px);
  max-width: calc(100% - 12px - 12px - 16px);
  max-width: calc(100% - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 16px));
}

.next-tag-large[dir=rtl].next-tag-closable > .next-tag-body {
  padding: 0 16px 0 0;
  padding: 0 var(--tag-size-l-padding-lr, 16px) 0 0;
}

.next-tag-large.next-tag-closable > .next-tag-close-btn {
  margin-left: 12px;
  margin-left: var(--tag-size-l-icon-font, 12px);
  padding-right: 16px;
  padding-right: var(--tag-size-l-padding-lr, 16px);
}

.next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
  width: 12px;
  width: var(--tag-size-l-icon-font, 12px);
  font-size: 12px;
  font-size: var(--tag-size-l-icon-font, 12px);
  line-height: inherit;
}

.next-tag-large[dir=rtl] > .next-tag-close-btn {
  margin-right: 12px;
  margin-right: var(--tag-size-l-icon-font, 12px);
  margin-left: 0;
  padding-right: 0;
  padding-left: 16px;
  padding-left: var(--tag-size-l-padding-lr, 16px);
}

.next-tag-medium {
  height: 24px;
  height: var(--tag-size-m-height, 24px);
  padding: 0;
  line-height: 22px;
  line-height: calc(var(--tag-size-m-height, 24px) - var(--tag-border-width, 1px) * 2);
  font-size: 0;
}

.next-tag-medium > .next-tag-body {
  font-size: 12px;
  font-size: var(--tag-size-m-text-size, 12px);
  padding: 0 8px;
  padding: 0 var(--tag-size-m-padding-lr, 8px);
  min-width: 40px;
  min-width: var(--tag-size-m-content-min-width, 40px);
}

.next-tag-medium.next-tag-closable > .next-tag-body {
  padding: 0 0 0 8px;
  padding: 0 0 0 var(--tag-size-m-padding-lr, 8px);
  max-width: calc(100% - 12px - 12px - 8px);
  max-width: calc(100% - var(--tag-size-m-icon-font, 12px) - var(--tag-size-m-icon-font, 12px) - var(--tag-size-m-padding-lr, 8px));
}

.next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body {
  padding: 0 8px 0 0;
  padding: 0 var(--tag-size-m-padding-lr, 8px) 0 0;
}

.next-tag-medium.next-tag-closable > .next-tag-close-btn {
  margin-left: 12px;
  margin-left: var(--tag-size-m-icon-font, 12px);
  padding-right: 8px;
  padding-right: var(--tag-size-m-padding-lr, 8px);
}

.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
  width: 12px;
  width: var(--tag-size-m-icon-font, 12px);
  font-size: 12px;
  font-size: var(--tag-size-m-icon-font, 12px);
  line-height: inherit;
}

.next-tag-medium[dir=rtl] > .next-tag-close-btn {
  margin-right: 12px;
  margin-right: var(--tag-size-m-icon-font, 12px);
  margin-left: 0;
  padding-right: 0;
  padding-left: 8px;
  padding-left: var(--tag-size-m-padding-lr, 8px);
}

.next-tag-small {
  height: 20px;
  height: var(--tag-size-s-height, 20px);
  padding: 0;
  line-height: 18px;
  line-height: calc(var(--tag-size-s-height, 20px) - var(--tag-border-width, 1px) * 2);
  font-size: 0;
}

.next-tag-small > .next-tag-body {
  font-size: 12px;
  font-size: var(--tag-size-s-text-size, 12px);
  padding: 0 8px;
  padding: 0 var(--tag-size-s-padding-lr, 8px);
  min-width: 28px;
  min-width: var(--tag-size-s-content-min-width, 28px);
}

.next-tag-small.next-tag-closable > .next-tag-body {
  padding: 0 0 0 8px;
  padding: 0 0 0 var(--tag-size-s-padding-lr, 8px);
  max-width: calc(100% - 12px - 12px - 8px);
  max-width: calc(100% - var(--tag-size-s-icon-font, 12px) - var(--tag-size-s-icon-font, 12px) - var(--tag-size-s-padding-lr, 8px));
}

.next-tag-small[dir=rtl].next-tag-closable > .next-tag-body {
  padding: 0 8px 0 0;
  padding: 0 var(--tag-size-s-padding-lr, 8px) 0 0;
}

.next-tag-small.next-tag-closable > .next-tag-close-btn {
  margin-left: 12px;
  margin-left: var(--tag-size-s-icon-font, 12px);
  padding-right: 8px;
  padding-right: var(--tag-size-s-padding-lr, 8px);
}

.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before,
.next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote {
  width: 12px;
  width: var(--tag-size-s-icon-font, 12px);
  font-size: 12px;
  font-size: var(--tag-size-s-icon-font, 12px);
  line-height: inherit;
}

.next-tag-small[dir=rtl] > .next-tag-close-btn {
  margin-right: 12px;
  margin-right: var(--tag-size-s-icon-font, 12px);
  margin-left: 0;
  padding-right: 0;
  padding-left: 8px;
  padding-left: var(--tag-size-s-padding-lr, 8px);
}

.next-tag-default {
  cursor: default;
}

.next-tag-closable {
  position: relative;
}

.next-tag-closable > .next-tag-close-btn {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.next-tag-checkable {
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  border-radius: var(--tag-corner-radius, 12px);
}

.next-tag-checkable.checked:before {
  -webkit-animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.next-tag-checkable.checked:after {
  -webkit-animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before {
  right: 0px;
  right: calc(0px - var(--tag-size-s-tick-icon-bg-size, 0px) / 2);
  bottom: 0px;
  bottom: calc(0px - var(--tag-size-s-tick-icon-bg-size, 0px) / 2);
  width: 0px;
  width: var(--tag-size-s-tick-icon-bg-size, 0px);
  height: 0px;
  height: var(--tag-size-s-tick-icon-bg-size, 0px);
}

.next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after {
  font-size: 8px;
  line-height: 8px;
  right: 0;
  bottom: 0;
}

.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before {
  right: 0px;
  right: calc(0px - var(--tag-size-m-tick-icon-bg-size, 0px) / 2);
  bottom: 0px;
  bottom: calc(0px - var(--tag-size-m-tick-icon-bg-size, 0px) / 2);
  width: 0px;
  width: var(--tag-size-m-tick-icon-bg-size, 0px);
  height: 0px;
  height: var(--tag-size-m-tick-icon-bg-size, 0px);
}

.next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after {
  font-size: 12px;
  line-height: 12px;
  right: 0;
  bottom: 0;
}

.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before {
  right: -18px;
  right: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px) / 2);
  bottom: -18px;
  bottom: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px) / 2);
  width: 36px;
  width: var(--tag-size-l-tick-icon-bg-size, 36px);
  height: 36px;
  height: var(--tag-size-l-tick-icon-bg-size, 36px);
}

.next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after {
  font-size: 16px;
  line-height: 16px;
  right: 0;
  bottom: 0;
}

.next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled {
  color: #C1C1C1;
  color: var(--tag-text-color-disabled, #C1C1C1);
  border-color: #E3E4E6;
  border-color: var(--tag-border-color-disabled, #E3E4E6);
  background-color: #FFFFFF;
  background-color: var(--tag-fill-bg-color-disabled, #FFFFFF);
}

.next-tag-zoom-enter, .next-tag-zoom-appear {
  -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-tag-zoom-leave {
  -webkit-animation: zoomOut 0.3s ease-in;
  animation: zoomOut 0.3s ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-checkbox-wrapper[dir=rtl] {
  margin-right: 8px;
  margin-left: 0;
}

.next-checkbox-wrapper[dir=rtl]:first-child {
  margin-right: 0;
}

.next-checkbox-wrapper[dir=rtl] > .next-checkbox-label {
  margin-right: 8px;
  margin-right: var(--checkbox-margin-left, 8px);
  margin-left: 0;
}

/* stylelint-disable max-nesting-depth */
.next-checkbox-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.next-checkbox-wrapper *,
.next-checkbox-wrapper *:before,
.next-checkbox-wrapper *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-checkbox-wrapper .next-checkbox {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}

.next-checkbox-wrapper input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  width: var(--checkbox-size, 16px);
  height: 16px;
  height: var(--checkbox-size, 16px);
  margin: 0;
  cursor: pointer;
}

.next-checkbox-wrapper .next-checkbox-inner {
  display: block;
  width: 16px;
  width: var(--checkbox-size, 16px);
  height: 16px;
  height: var(--checkbox-size, 16px);
  background: #FFFFFF;
  background: var(--checkbox-bg-color, #FFFFFF);
  border-radius: 2px;
  border-radius: var(--checkbox-border-radius, 2px);
  border: 1px solid #577899;
  border: var(--checkbox-border-width, 1px) solid var(--checkbox-border-color, #577899);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  text-align: left;
  /* 防止继承父级 */
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--checkbox-shadow, none);
  box-shadow: none;
  box-shadow: var(--checkbox-shadow, none);
}

.next-checkbox-wrapper .next-checkbox-inner > .next-icon {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  opacity: 0;
  line-height: 16px;
  line-height: var(--checkbox-size, 16px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #FFFFFF;
  color: var(--checkbox-checked-circle-color, #FFFFFF);
  left: 2px;
  left: calc(var(--checkbox-size, 16px) / 2 - var(--checkbox-circle-size, 12px) / 2);
  margin-top: 1px;
  margin-left: 0px;
}

.next-checkbox-wrapper .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote {
  width: 12px;
  width: var(--checkbox-circle-size, 12px);
  font-size: 12px;
  font-size: var(--checkbox-circle-size, 12px);
  line-height: inherit;
}

.next-checkbox-wrapper .next-checkbox-inner > .next-icon::before {
  vertical-align: top;
  margin-top: 0;
}

.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon::before {
  content: "\ea1e";
  content: var(--checkbox-select-icon-content, "\ea1e");
}

.next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon::before {
  content: "\e8ae";
  content: var(--checkbox-semi-select-icon-content, "\e8ae");
}

.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner {
  border-color: #004080;
  border-color: var(--checkbox-checked-border-color, #004080);
  background-color: #0064C8;
  background-color: var(--checkbox-checked-bg-color, #0064C8);
}

.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered {
  border-color: #004080;
  border-color: var(--checkbox-checked-border-color, #004080);
}

.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-left: 0px;
  /* font-size < 12px的时候进行覆盖。 */
}

.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
  width: 12px;
  width: var(--checkbox-circle-size, 12px);
  font-size: 12px;
  font-size: var(--checkbox-circle-size, 12px);
  line-height: inherit;
}

.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner {
  border-color: #004080;
  border-color: var(--checkbox-checked-border-color, #004080);
  background-color: #0064C8;
  background-color: var(--checkbox-checked-bg-color, #0064C8);
}

.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered {
  border-color: #004080;
  border-color: var(--checkbox-checked-border-color, #004080);
}

.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin-left: 0px;
  /* font-size < 12px的时候进行覆盖。 */
}

.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before,
.next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote {
  width: 12px;
  width: var(--checkbox-circle-size, 12px);
  font-size: 12px;
  font-size: var(--checkbox-circle-size, 12px);
  line-height: inherit;
}

.next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner {
  border-color: #004080;
  border-color: var(--checkbox-hovered-border-color, #004080);
  background-color: transparent;
  background-color: var(--checkbox-hovered-bg-color, transparent);
}

.next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label {
  cursor: pointer;
}

.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner {
  border-color: #004080;
  border-color: var(--checkbox-checked-hovered-border-color, #004080);
  background-color: #0064C8;
  background-color: var(--checkbox-checked-hovered-bg-color, #0064C8);
}

.next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon {
  color: #FFFFFF;
  color: var(--checkbox-checked-hovered-circle-color, #FFFFFF);
  opacity: 1;
}

.next-checkbox-wrapper.disabled input[type=checkbox] {
  cursor: not-allowed;
}

.next-checkbox-wrapper.disabled .next-checkbox-inner {
  border-color: #C0C6CC;
  border-color: var(--checkbox-disabled-border-color, #C0C6CC);
  background: #F7F9FA;
  background: var(--checkbox-disabled-bg-color, #F7F9FA);
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner {
  border-color: #C0C6CC;
  border-color: var(--checkbox-disabled-border-color, #C0C6CC);
  background: #F7F9FA;
  background: var(--checkbox-disabled-bg-color, #F7F9FA);
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered {
  border-color: #C0C6CC;
  border-color: var(--checkbox-disabled-border-color, #C0C6CC);
}

.next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon {
  color: #555555;
  color: var(--checkbox-disabled-circle-color, #555555);
  opacity: 1;
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner {
  border-color: #C0C6CC;
  border-color: var(--checkbox-disabled-border-color, #C0C6CC);
  background: #F7F9FA;
  background: var(--checkbox-disabled-bg-color, #F7F9FA);
}

.next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon {
  color: #555555;
  color: var(--checkbox-disabled-circle-color, #555555);
  opacity: 1;
}

.next-checkbox-wrapper.disabled .next-checkbox-label {
  color: #b3b3b3;
  color: var(--checkbox-disabled-label-color, #b3b3b3);
  cursor: not-allowed;
}

.next-checkbox-group .next-checkbox-wrapper {
  display: inline-block;
  margin-right: 12px;
}

.next-checkbox-group .next-checkbox-wrapper:last-child {
  margin-right: 0;
}

.next-checkbox-group-ver .next-checkbox-wrapper {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
}

.next-checkbox-label {
  font-size: 12px;
  font-size: var(--checkbox-font-size, 12px);
  color: #333333;
  color: var(--checkbox-label-color, #333333);
  vertical-align: middle;
  margin: 0;
  margin-left: 8px;
  margin-left: var(--checkbox-margin-left, 8px);
  /* 使用已存margin-left变量 */
  margin-right: 8px;
  margin-right: var(--checkbox-margin-left, 8px);
  line-height: 1;
}

.next-menu[dir=rtl] .next-menu-item-helper {
  float: left;
}

.next-menu[dir=rtl] .next-menu-item .next-checkbox,
.next-menu[dir=rtl] .next-menu-item .next-radio {
  margin-left: 4px;
  margin-right: 0;
}

.next-menu[dir=rtl] .next-menu-hoz-right {
  float: left;
}

.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon {
  left: 10px;
  right: auto;
}

.next-menu[dir=rtl] .next-menu-hoz-icon-arrow.next-icon {
  left: 6px;
  right: auto;
}

.next-menu[dir=rtl] .next-menu-icon-selected.next-icon {
  margin-left: 0;
  margin-right: -14px;
  margin-right: calc(-6px - var(--menu-padding-horizontal, 16px) / 2);
}

.next-menu[dir=rtl] .next-menu-icon-selected.next-icon:before,
.next-menu[dir=rtl] .next-menu-icon-selected.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu[dir=rtl] .next-menu-icon-selected.next-icon.next-menu-icon-right {
  right: auto;
  left: 8px;
}

.next-menu[dir=rtl] .next-menu-icon-arrow.next-icon {
  left: 10px;
  right: auto;
}

.next-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-width: 100px;
  margin: 0;
  list-style: none;
  border: 1px solid #C0C6CC;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--popup-local-corner, 2px);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  background: #FFFFFF;
  background: var(--menu-background, #FFFFFF);
  line-height: 32px;
  line-height: var(--menu-line-height, 32px);
  font-size: 12px;
  font-size: var(--menu-font-size, 12px);
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  /* &-popup-content.next-hide { */
  /*     display: none; */
  /* } */
}

.next-menu *,
.next-menu *:before,
.next-menu *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-menu:focus,
.next-menu *:focus {
  outline: 0;
}

.next-menu.next-ver {
  padding: 4px 4px;
  padding: var(--menu-padding-ver-padding-tb, 4px) var(--menu-padding-ver-padding-lr, 4px);
}

.next-menu.next-ver .next-menu-item {
  padding: 0 16px 0 16px;
  padding: 0 var(--menu-item-padding-ver-padding-r, 16px) 0 var(--menu-item-padding-ver-padding-l, 16px);
}

.next-menu.next-hoz {
  padding: 8px 0px;
  padding: var(--menu-padding-hoz-padding-tb, 8px) var(--menu-padding-hoz-padding-lr, 0px);
}

.next-menu.next-hoz .next-menu-item {
  padding: 0 16px;
  padding: 0 var(--menu-item-padding-hoz-padding-lr, 16px);
}

.next-menu-embeddable,
.next-menu-embeddable .next-menu-item.next-disabled,
.next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > a {
  background: transparent;
  border: none;
}

.next-menu-embeddable {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-menu-embeddable .next-menu-item-inner {
  height: 100%;
}

.next-menu-content {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.next-menu-sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.next-menu-sub-menu.next-expand-enter {
  overflow: hidden;
}

.next-menu-sub-menu.next-expand-enter-active {
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.next-menu-sub-menu.next-expand-leave {
  overflow: hidden;
}

.next-menu-sub-menu.next-expand-leave-active {
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

.next-menu-item {
  position: relative;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  color: #333333;
  color: var(--menu-color, #333333);
  cursor: pointer;
}

.next-menu-item-helper {
  float: right;
  color: #888888;
  color: var(--color-text1-2, #888888);
  font-style: normal;
  font-size: 12px;
  font-size: var(--menu-font-size, 12px);
}

.next-menu-item .next-checkbox,
.next-menu-item .next-radio {
  margin-right: 4px;
}

.next-menu-item.next-selected {
  color: #333333;
  color: var(--menu-color-selected, #333333);
  background-color: #FFFFFF;
  background-color: var(--menu-background-selected, #FFFFFF);
}

.next-menu-item.next-selected .next-menu-icon-arrow {
  color: #333333;
  color: var(--menu-arrow-color, #333333);
}

.next-menu-item.next-selected .next-menu-icon-selected {
  color: #333333;
}

.next-menu-item.next-disabled,
.next-menu-item.next-disabled .next-menu-item-text > a {
  color: #b3b3b3;
  color: var(--menu-color-disabled, #b3b3b3);
  background-color: #FFFFFF;
  background-color: var(--menu-background, #FFFFFF);
  cursor: not-allowed;
}

.next-menu-item.next-disabled .next-menu-icon-arrow,
.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow {
  color: #b3b3b3;
  color: var(--menu-color-disabled, #b3b3b3);
}

.next-menu-item.next-disabled .next-menu-icon-selected,
.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
  color: #b3b3b3;
  color: var(--menu-color-disabled, #b3b3b3);
}

.next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
  color: #333333;
  color: var(--menu-color-hover, #333333);
  background-color: #F7F9FA;
  background-color: var(--menu-background-hover, #F7F9FA);
}

.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
  color: #333333;
  color: var(--menu-arrow-color-hover, #333333);
}

.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
  color: #333333;
}

.next-menu-item-inner {
  height: 32px;
  height: var(--menu-line-height, 32px);
  font-size: 12px;
  font-size: var(--menu-font-size, 12px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.next-menu-item .next-menu-item-text {
  vertical-align: middle;
}

.next-menu-item .next-menu-item-text > a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  color: var(--menu-color, #333333);
}

.next-menu-item .next-menu-item-text > a::before {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}

.next-menu.next-hoz {
  padding: 0;
}

.next-menu.next-hoz.next-menu-nowrap {
  overflow: hidden;
  white-space: nowrap;
}

.next-menu.next-hoz.next-menu-nowrap .next-menu-more {
  text-align: center;
}

.next-menu.next-hoz > .next-menu-item,
.next-menu.next-hoz > .next-menu-sub-menu-wrapper,
.next-menu.next-hoz .next-menu-content > .next-menu-item {
  display: inline-block;
  vertical-align: top;
}

.next-menu.next-hoz .next-menu-header,
.next-menu.next-hoz .next-menu-content,
.next-menu.next-hoz .next-menu-footer {
  display: inline-block;
}

.next-menu-hoz-right {
  float: right;
}

.next-menu-group-label {
  padding: 0 12px;
  padding: 0 var(--menu-padding-title-horizontal, 12px);
  color: #888888;
  color: var(--color-text1-2, #888888);
}

.next-menu-divider {
  margin: 8px 12px;
  margin: var(--menu-divider-margin-ver, 8px) var(--menu-divider-margin-hoz, 12px);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--menu-divider-width, 1px) var(--menu-divider-style, solid) var(--menu-divider-color, #E3E4E6);
}

.next-menu .next-menu-icon-selected.next-icon {
  position: absolute;
  top: 0;
  margin-left: -8px;
  margin-left: calc(8px - var(--menu-item-padding-ver-padding-l, 16px));
}

.next-menu .next-menu-icon-selected.next-icon:before,
.next-menu .next-menu-icon-selected.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right {
  right: 8px;
}

.next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected::before {
  content: "\e9a0";
  content: var(--menu-select-icon-content, "\e9a0");
}

.next-menu .next-menu-icon-arrow.next-icon {
  position: absolute;
  top: 0;
  right: 10px;
  color: #333333;
  color: var(--menu-arrow-color, #333333);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-menu .next-menu-icon-arrow.next-icon:before,
.next-menu .next-menu-icon-arrow.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu .next-menu-icon-arrow-down::before {
  content: "\ea1f";
  content: var(--menu-fold-icon-content, "\ea1f");
}

.next-menu .next-menu-icon-arrow-down.next-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-menu .next-menu-icon-arrow-down.next-open:before,
.next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu .next-menu-symbol-popupfold::before {
  content: "\e98e";
  content: var(--menu-popupfold-icon-content, "\e98e");
}

.next-menu .next-menu-icon-arrow-right.next-open {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.next-menu .next-menu-icon-arrow-right.next-open:before,
.next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu .next-menu-hoz-icon-arrow.next-icon {
  position: absolute;
  top: 0;
  right: 6px;
  color: #333333;
  color: var(--menu-arrow-color, #333333);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-menu .next-menu-hoz-icon-arrow.next-icon:before,
.next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu .next-menu-hoz-icon-arrow.next-icon::before {
  content: "\ea1f";
  content: var(--menu-fold-icon-content, "\ea1f");
}

.next-menu-unfold-icon::before {
  content: "";
  content: var(--menu-unfold-icon-content, "");
}

.next-menu .next-menu-hoz-icon-arrow.next-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-menu .next-menu-hoz-icon-arrow.next-open:before,
.next-menu .next-menu-hoz-icon-arrow.next-open .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-menu.next-context {
  line-height: 24px;
}

.next-menu.next-context .next-menu-item-inner {
  height: 24px;
}

.next-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-table;
  border-collapse: separate;
  font-size: 0;
  line-height: 1;
  width: 200px;
  border-spacing: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border: 1px solid #C0C6CC;
  border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--input-bg-color, #FFFFFF);
}

.next-input *,
.next-input *:before,
.next-input *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-input input {
  height: 100%;
  /* remove autoFill yellow background */
}

.next-input input[type=reset], .next-input input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.next-input input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.next-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
  -webkit-box-shadow: 0 0 0 1000px var(--input-bg-color, #FFFFFF) inset;
  border-radius: 2px;
  border-radius: var(--form-element-large-corner, 2px);
}

.next-input textarea {
  resize: none;
}

.next-input input,
.next-input textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
  background-color: transparent;
  color: #333333;
  color: var(--input-text-color, #333333);
}

.next-input input::-ms-clear,
.next-input textarea::-ms-clear {
  display: none;
}

.next-input.next-small {
  height: 24px;
  height: var(--form-element-small-height, 24px);
  border-radius: 2px;
  border-radius: var(--form-element-small-corner, 2px);
}

.next-input.next-small .next-input-label {
  padding-left: 8px;
  padding-left: var(--input-s-label-padding-left, 8px);
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-input.next-small .next-input-inner {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-input.next-small .next-input-control {
  padding-right: 4px;
  padding-right: var(--input-s-icon-padding-right, 4px);
}

.next-input.next-small input {
  height: 22px;
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2);
  line-height: 22px \0 ;
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2) \0 ;
  padding: 0 12px;
  padding: 0 var(--input-s-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-input.next-small input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-input.next-small input::-moz-placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-input.next-small input::-ms-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-input.next-small input::placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-input.next-small .next-input-text-field {
  padding: 0 12px;
  padding: 0 var(--input-s-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
  height: 22px;
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2);
  line-height: 22px;
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2);
}

.next-input.next-small .next-icon:before,
.next-input.next-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-input.next-small .next-input-control {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--form-element-small-corner, 2px) var(--form-element-small-corner, 2px) 0;
}

.next-input.next-medium {
  height: 32px;
  height: var(--form-element-medium-height, 32px);
  border-radius: 2px;
  border-radius: var(--form-element-medium-corner, 2px);
}

.next-input.next-medium .next-input-label {
  padding-left: 16px;
  padding-left: var(--input-m-label-padding-left, 16px);
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-medium .next-input-inner {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-medium .next-input-control {
  padding-right: 8px;
  padding-right: var(--input-m-icon-padding-right, 8px);
}

.next-input.next-medium input {
  height: 30px;
  height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2);
  line-height: 30px \0 ;
  line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2) \0 ;
  padding: 0 12px;
  padding: 0 var(--input-m-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-medium input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-medium input::-moz-placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-medium input::-ms-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-medium input::placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-medium .next-input-text-field {
  padding: 0 12px;
  padding: 0 var(--input-m-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
  height: 30px;
  height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2);
  line-height: 30px;
  line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2);
}

.next-input.next-medium .next-icon:before,
.next-input.next-medium .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-input.next-medium .next-input-control {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--form-element-medium-corner, 2px) var(--form-element-medium-corner, 2px) 0;
}

.next-input.next-large {
  height: 36px;
  height: var(--form-element-large-height, 36px);
  border-radius: 2px;
  border-radius: var(--form-element-large-corner, 2px);
}

.next-input.next-large .next-input-label {
  padding-left: 16px;
  padding-left: var(--input-l-label-padding-left, 16px);
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-large .next-input-inner {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-large .next-input-control {
  padding-right: 12px;
  padding-right: var(--input-l-icon-padding-right, 12px);
}

.next-input.next-large input {
  height: 34px;
  height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2);
  line-height: 34px \0 ;
  line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2) \0 ;
  padding: 0 12px;
  padding: 0 var(--input-l-padding, 12px);
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-large input::-webkit-input-placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-large input::-moz-placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-large input::-ms-input-placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-large input::placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-large .next-input-text-field {
  padding: 0 12px;
  padding: 0 var(--input-l-padding, 12px);
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
  height: 34px;
  height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2);
  line-height: 34px;
  line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2);
}

.next-input.next-large .next-icon:before,
.next-input.next-large .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-input.next-large .next-input-control {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--form-element-large-corner, 2px) var(--form-element-large-corner, 2px) 0;
}

.next-input.next-input-textarea {
  height: auto;
  border-radius: 2px;
  border-radius: var(--input-multiple-corner, 2px);
  font-size: 0;
}

.next-input.next-input-textarea textarea {
  color: #333333;
  color: var(--input-text-color, #333333);
  padding: 12px 16px;
  padding: var(--input-multiple-padding-tb, 12px) var(--input-multiple-padding-lr, 16px);
  font-size: 12px;
  font-size: var(--input-multiple-font-size, 12px);
  border-radius: 2px;
  border-radius: var(--input-multiple-corner, 2px);
}

.next-input.next-input-textarea.next-small textarea {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-input.next-input-textarea.next-large textarea {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-input.next-input-textarea .next-input-control {
  display: block;
  width: auto;
  border-radius: 2px;
  border-radius: var(--input-multiple-corner, 2px);
}

.next-input.next-input-textarea .next-input-len {
  padding: 0 12px 4px;
  padding: 0 var(--input-l-icon-padding-right, 12px) 4px;
  display: block;
  text-align: right;
  width: auto;
}

.next-input-hint-wrap {
  color: #888888;
  color: var(--input-hint-color, #888888);
  position: relative;
}

.next-input-hint-wrap .next-input-clear {
  opacity: 0;
  z-index: 1;
  position: absolute;
}

.next-input-hint-wrap .next-input-hint {
  opacity: 1;
}

.next-input .next-input-clear-icon:hover, .next-input .next-icon-eye:hover, .next-input .next-icon-eye-close:hover {
  cursor: pointer;
  color: #555555;
  color: var(--input-hint-hover-color, #555555);
}

.next-input:hover, .next-input.next-focus {
  border-color: #C0C6CC;
  border-color: var(--input-hover-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--input-hover-bg-color, #FFFFFF);
}

.next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear {
  opacity: 1;
}

.next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint {
  opacity: 0;
}

.next-input .next-input-clear:focus {
  opacity: 1;
}

.next-input .next-input-clear:focus + .next-input-hint {
  opacity: 0;
}

.next-input.next-focus {
  border-color: #0064C8;
  border-color: var(--input-focus-border-color, #0064C8);
  background-color: #FFFFFF;
  background-color: var(--input-focus-bg-color, #FFFFFF);
  -webkit-box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2);
  box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2);
}

.next-input.next-warning {
  border-color: #FAC800;
  border-color: var(--input-feedback-warning-border-color, #FAC800);
  background-color: #FFFFFF;
  background-color: var(--input-feedback-warning-bg-color, #FFFFFF);
}

.next-input.next-warning.next-focus, .next-input.next-warning:hover {
  border-color: #FAC800;
  border-color: var(--input-feedback-warning-border-color, #FAC800);
}

.next-input.next-warning.next-focus {
  -webkit-box-shadow: 0 0 0 0px rgba(250, 200, 0, 0.2);
  box-shadow: 0 0 0 0px rgba(250, 200, 0, 0.2);
}

.next-input.next-error {
  border-color: #C80000;
  border-color: var(--input-feedback-error-border-color, #C80000);
  background-color: #FFFFFF;
  background-color: var(--input-feedback-error-bg-color, #FFFFFF);
}

.next-input.next-error.next-focus, .next-input.next-error:hover {
  border-color: #C80000;
  border-color: var(--input-feedback-error-border-color, #C80000);
}

.next-input.next-error.next-focus {
  -webkit-box-shadow: 0 0 0 0px rgba(200, 0, 0, 0.2);
  box-shadow: 0 0 0 0px rgba(200, 0, 0, 0.2);
}

.next-input.next-hidden {
  display: none;
}

.next-input.next-noborder {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-input-control .next-input-len {
  font-size: 12px;
  font-size: var(--input-maxlen-font-size, 12px);
  line-height: 12px;
  line-height: var(--input-maxlen-font-size, 12px);
  color: #888888;
  color: var(--input-maxlen-color, #888888);
  display: table-cell;
  width: 1px;
  vertical-align: bottom;
}

.next-input-control .next-input-len.next-error {
  color: #F8EFEF;
  color: var(--input-maxlen-error-color, #F8EFEF);
}

.next-input-control .next-input-len.next-warning {
  color: #FFF3B4;
  color: var(--input-maxlen-warning-color, #FFF3B4);
}

.next-input-control > * {
  display: table-cell;
  width: 1%;
  top: 0;
}

.next-input-control > *:not(:last-child) {
  padding-right: 4px;
}

.next-input-control .next-icon {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #888888;
  color: var(--input-hint-color, #888888);
}

.next-input-control .next-input-warning-icon {
  color: #FAC800;
  color: var(--input-feedback-warning-color, #FAC800);
}

.next-input-control .next-input-warning-icon::before {
  content: "\ea21";
  content: var(--input-feedback-warning-icon, "\ea21");
}

.next-input-control .next-input-success-icon {
  color: #00A700;
  color: var(--input-feedback-success-color, #00A700);
}

.next-input-control .next-input-success-icon::before {
  content: "\ea23";
  content: var(--input-feedback-success-icon, "\ea23");
}

.next-input-control .next-input-loading-icon {
  color: #888888;
  color: var(--input-feedback-loading-color, #888888);
}

.next-input-control .next-input-loading-icon::before {
  content: "\e646";
  content: var(--input-feedback-loading-icon, "\e646");
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.next-input-control .next-input-clear-icon::before {
  content: "\ea22";
  content: var(--input-feedback-clear-icon, "\ea22");
}

.next-input-label {
  color: #555555;
  color: var(--input-label-color, #555555);
}

.next-input input::-moz-placeholder,
.next-input textarea::-moz-placeholder {
  color: #666666;
  color: var(--input-placeholder-color, #666666);
  opacity: 1;
}

.next-input input:-ms-input-placeholder,
.next-input textarea:-ms-input-placeholder {
  color: #666666;
  color: var(--input-placeholder-color, #666666);
}

.next-input input::-webkit-input-placeholder,
.next-input textarea::-webkit-input-placeholder {
  color: #666666;
  color: var(--input-placeholder-color, #666666);
}

.next-input.next-disabled {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
  cursor: not-allowed;
}

.next-input.next-disabled:hover {
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
}

.next-input.next-disabled input, .next-input.next-disabled textarea {
  -webkit-text-fill-color: #b3b3b3;
  -webkit-text-fill-color: var(--input-disabled-color, #b3b3b3);
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
  opacity: 1;
}

.next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input.next-disabled .next-input-label {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input.next-disabled .next-input-len {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input.next-disabled .next-input-hint-wrap {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input.next-disabled .next-input-hint-wrap .next-input-clear {
  opacity: 0;
}

.next-input.next-disabled .next-input-hint-wrap .next-input-hint {
  opacity: 1;
}

.next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover {
  cursor: not-allowed;
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input.next-disabled .next-icon {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-input-inner, .next-input-control, .next-input-label {
  display: table-cell;
  width: 1px;
  vertical-align: middle;
  line-height: 1;
  background-color: transparent;
  white-space: nowrap;
}

.next-input-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-table;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 0;
  width: 100%;
}

.next-input-group *,
.next-input-group *:before,
.next-input-group *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-input-group-auto-width {
  width: 100%;
  border-radius: 0 !important;
}

.next-input-group > .next-input {
  border-radius: 0;
}

.next-input-group > .next-input.next-focus {
  position: relative;
  z-index: 1;
}

.next-input-group > .next-input:first-child.next-small {
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-small-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-small-corner, 2px) !important;
}

.next-input-group > .next-input:first-child.next-medium {
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-medium-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-medium-corner, 2px) !important;
}

.next-input-group > .next-input:first-child.next-large {
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-large-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-large-corner, 2px) !important;
}

.next-input-group > .next-input:last-child.next-small {
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-small-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-small-corner, 2px) !important;
}

.next-input-group > .next-input:last-child.next-medium {
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-medium-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-medium-corner, 2px) !important;
}

.next-input-group > .next-input:last-child.next-large {
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-large-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-large-corner, 2px) !important;
}

.next-input-group-addon {
  width: 1px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  /* stylelint-disable declaration-no-important */
}

.next-input-group-addon:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.next-input-group-addon:first-child > * {
  margin-right: -1px;
  margin-right: calc(0px - var(--input-border-width, 1px));
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.next-input-group-addon:first-child > *.next-focus {
  position: relative;
  z-index: 1;
}

.next-input-group-addon:first-child > * > .next-input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.next-input-group-addon:first-child > * > .next-input.next-focus {
  position: relative;
  z-index: 1;
}

.next-input-group-addon:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.next-input-group-addon:last-child > * {
  margin-left: -1px;
  margin-left: calc(0px - var(--input-border-width, 1px));
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.next-input-group-addon:last-child > * > .next-input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.next-input-group-text {
  color: #888888;
  color: var(--input-addon-text-color, #888888);
  background-color: #F8F8F9;
  background-color: var(--input-addon-bg-color, #F8F8F9);
  text-align: center;
  border: 1px solid #C0C6CC;
  border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC);
  padding: 0 8px;
  padding: 0 var(--input-addon-padding, 8px);
}

.next-input-group-text:first-child {
  border-right-width: 0;
}

.next-input-group-text:last-child {
  border-left-width: 0;
}

.next-input-group-text.next-disabled {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
  cursor: not-allowed;
}

.next-input-group-text.next-disabled:hover {
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
}

.next-input-group-text.next-small {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
  border-radius: 2px;
  border-radius: var(--form-element-small-corner, 2px);
}

.next-input-group-text.next-medium {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
  border-radius: 2px;
  border-radius: var(--form-element-medium-corner, 2px);
}

.next-input-group-text.next-large {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
  border-radius: 2px;
  border-radius: var(--form-element-large-corner, 2px);
}

.next-input[dir=rtl].next-small .next-input-label {
  padding-left: 0;
  padding-right: 8px;
  padding-right: var(--input-s-label-padding-left, 8px);
}

.next-input[dir=rtl].next-small .next-input-control {
  padding-right: 0;
  padding-left: 4px;
  padding-left: var(--input-s-icon-padding-right, 4px);
}

.next-input[dir=rtl].next-medium .next-input-label {
  padding-left: 0;
  padding-right: 16px;
  padding-right: var(--input-m-label-padding-left, 16px);
}

.next-input[dir=rtl].next-medium .next-input-control {
  padding-right: 0;
  padding-left: 8px;
  padding-left: var(--input-m-icon-padding-right, 8px);
}

.next-input[dir=rtl].next-large .next-input-label {
  padding-left: 0;
  padding-right: 16px;
  padding-right: var(--input-l-label-padding-left, 16px);
}

.next-input[dir=rtl].next-large .next-input-control {
  padding-right: 0;
  padding-left: 12px;
  padding-left: var(--input-l-icon-padding-right, 12px);
}

.next-input[dir=rtl].next-input-textarea .next-input-len {
  text-align: left;
}

.next-input[dir=rtl] .next-input-control > *:not(:last-child) {
  padding-left: 4px;
  padding-right: 0;
}

.next-input-group[dir=rtl] > .next-input:first-child.next-small {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-small-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-small-corner, 2px) !important;
}

.next-input-group[dir=rtl] > .next-input:first-child.next-medium {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-medium-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-medium-corner, 2px) !important;
}

.next-input-group[dir=rtl] > .next-input:first-child.next-large {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-large-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-large-corner, 2px) !important;
}

.next-input-group[dir=rtl] > .next-input:last-child.next-small {
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-small-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-small-corner, 2px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.next-input-group[dir=rtl] > .next-input:last-child.next-medium {
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-medium-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-medium-corner, 2px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.next-input-group[dir=rtl] > .next-input:last-child.next-large {
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-large-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-large-corner, 2px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.next-input-group[dir=rtl] .next-input-group-addon {
  /* stylelint-disable declaration-no-important */
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-small,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-small,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-small {
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-small-corner, 2px) !important;
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-small-corner, 2px) !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-medium,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-medium,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-medium {
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-medium-corner, 2px) !important;
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-medium-corner, 2px) !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child.next-large,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > .next-input.next-large,
.next-input-group[dir=rtl] .next-input-group-addon:first-child > * > .next-input.next-large {
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--form-element-large-corner, 2px) !important;
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--form-element-large-corner, 2px) !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:first-child > * {
  margin-left: -1px;
  margin-left: calc(0px - var(--input-border-width, 1px));
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-small,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-small,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-small {
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-small-corner, 2px) !important;
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-small-corner, 2px) !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-medium,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-medium,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-medium {
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-medium-corner, 2px) !important;
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-medium-corner, 2px) !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child.next-large,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > .next-input.next-large,
.next-input-group[dir=rtl] .next-input-group-addon:last-child > * > .next-input.next-large {
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--form-element-large-corner, 2px) !important;
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--form-element-large-corner, 2px) !important;
}

.next-input-group[dir=rtl] .next-input-group-addon:last-child > * {
  margin-right: -1px;
  margin-right: calc(0px - var(--input-border-width, 1px));
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.next-input-group[dir=rtl] .next-input-group-text:first-child {
  border-right-width: 1px;
  border-right-width: var(--input-border-width, 1px);
  border-left: 0;
}

.next-input-group[dir=rtl] .next-input-group-text:last-child {
  border-left-width: 1px;
  border-left-width: var(--input-border-width, 1px);
  border-right: 0;
}

.next-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  /* Select trigger */
  /* 在搜索框未激活时，将 input 的 color 置为透明 */
  /* ISSUE: 在 IE11 中，<input readonly/> 仍然会显示光标, 要隐藏掉 */
  /*
    &.next-no-search {
        .next-select-trigger-search input {
            color: $color-transparent;
        }
    }
    */
  /* 弹层 */
  /* 全选按钮 */
  /* -------------- IE polyfill -------------- */
  /* 根据最新的数据，在中国，PC 端的 IE9 份额为 2%， */
  /* 所以不应该因为 IE9 而不使用 flex，而是应该做降级 polyfill */
  /* @see http://gs.statcounter.com/ */
  /* IE10、IE11 虽然支持 flex，但还是会有各种各样奇奇怪怪的问题 */
}

.next-select *,
.next-select *:before,
.next-select *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-select-trigger {
  min-width: 100px;
  outline: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-select-trigger .next-input-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.next-select-trigger .next-select-values {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  overflow: hidden;
}

.next-select-trigger .next-select-values > em {
  font-style: inherit;
}

.next-select-trigger .next-select-values input {
  padding-left: 0;
  padding-right: 0;
}

.next-select-trigger .next-input-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.next-select-trigger .next-input-control > * {
  display: inline-block;
  width: auto;
}

.next-select-trigger .next-input-control > .next-select-arrow {
  padding-right: 0;
}

.next-select-trigger .next-input.next-disabled em {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
}

.next-select-trigger .next-input.next-disabled .next-select-arrow {
  cursor: not-allowed;
}

.next-select-trigger .next-select-clear {
  display: none;
}

.next-select-trigger.next-has-clear:hover .next-select-clear {
  display: inline-block;
}

.next-select-trigger.next-has-clear:hover .next-select-arrow {
  display: none;
}

.next-select .next-select-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  outline: 0;
  color: #333333;
  color: var(--select-color, #333333);
}

.next-select .next-select-inner .next-tag {
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
}

.next-select .next-select-inner .next-input-inner {
  width: auto;
}

.next-select-trigger-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.next-select-trigger-search > input, .next-select-trigger-search > span {
  display: block;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  overflow: hidden;
}

.next-select-trigger-search input {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  left: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  cursor: inherit;
}

.next-select-trigger-search > span {
  position: relative;
  visibility: hidden;
  white-space: pre;
  max-width: 100%;
  /* 在 table 布局中，100% 并没有什么x用 */
  z-index: -1;
}

.next-select-single {
  /* 搜索框激活时，展开后不显示值，只显示搜索框 */
  /* 搜索框未激活，或者menu未展开，如果有值，则不显示搜索(placeholder) */
}

.next-select-single.next-no-search {
  cursor: pointer;
}

.next-select-single.next-has-search.next-active .next-select-values > em {
  display: none;
}

.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
  width: 1px;
  opacity: 0;
  /* stylelint-disable */
  filter: alpha(opacity=0);
  /* for IE 9 */
  /* stylelint-enable */
}

.next-select-single .next-select-values {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-select-single .next-select-values > em {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.next-select-multiple .next-select-compact {
  position: relative;
  white-space: nowrap;
}

.next-select-multiple .next-select-compact .next-select-trigger-search {
  width: auto;
}

.next-select-multiple .next-select-compact .next-select-tag-compact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0 4px 0 16px;
  color: #333333;
  color: var(--input-text-color, #333333);
  background: linear-gradient(90deg, transparent, #FFFFFF 10px);
  background: linear-gradient(90deg, transparent, var(--input-bg-color, #FFFFFF) 10px);
}

.next-select-multiple .next-disabled .next-select-tag-compact {
  background: linear-gradient(90deg, transparent, #F7F9FA 10px);
  background: linear-gradient(90deg, transparent, var(--input-disabled-bg-color, #F7F9FA) 10px);
}

.next-select-multiple, .next-select-tag {
  /* 如果有值，则搜索框变为1px */
}

.next-select-multiple .next-select-values, .next-select-tag .next-select-values {
  /* Tag 有 3px 的 margin-bottom，所以包裹 Tag 的容器要作一下处理 */
  margin-bottom: -3px;
  height: auto !important;
}

.next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search {
  margin-bottom: 3px;
}

.next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search {
  width: auto;
  min-width: 1px;
  /* 保留一个光标的宽度 */
}

.next-select-multiple .next-input, .next-select-tag .next-input {
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values {
  min-height: 22px;
  min-height: calc(var(--form-element-small-height, 24px) - 2px);
  padding-top: 2px;
  padding-top: calc(var(--form-element-small-height, 24px) / 2 - var(--select-s-lineheight, 18px) / 2 - 1px);
  padding-bottom: 2px;
  padding-bottom: calc(var(--form-element-small-height, 24px) / 2 - var(--select-s-lineheight, 18px) / 2 - 1px);
  line-height: 18px;
  line-height: var(--select-s-lineheight, 18px);
}

.next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact {
  height: 24px !important;
  height: var(--form-element-small-height, 24px) !important;
}

.next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag {
  border: 0;
  padding-top: 2px;
  padding-top: calc(var(--select-s-lineheight, 18px) / 2 - 7px);
  padding-bottom: 2px;
  padding-bottom: calc(var(--select-s-lineheight, 18px) / 2 - 7px);
  height: 18px;
  height: var(--select-s-lineheight, 18px);
}

.next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn {
  line-height: 14px;
  line-height: calc(var(--select-s-lineheight, 18px) - var(--select-s-lineheight, 18px) / 2 * 2 + 14px);
}

.next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body {
  line-height: 18px;
  line-height: var(--select-s-lineheight, 18px);
}

.next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact {
  line-height: 22px;
  line-height: calc(var(--form-element-small-height, 24px) - 2px);
}

.next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values {
  min-height: 30px;
  min-height: calc(var(--form-element-medium-height, 32px) - 2px);
  padding-top: 4px;
  padding-top: calc(var(--form-element-medium-height, 32px) / 2 - var(--select-m-lineheight, 22px) / 2 - 1px);
  padding-bottom: 4px;
  padding-bottom: calc(var(--form-element-medium-height, 32px) / 2 - var(--select-m-lineheight, 22px) / 2 - 1px);
  line-height: 22px;
  line-height: var(--select-m-lineheight, 22px);
}

.next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact {
  height: 32px !important;
  height: var(--form-element-medium-height, 32px) !important;
}

.next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag {
  padding-top: 2px;
  padding-top: calc(var(--select-m-lineheight, 22px) / 2 - 9px);
  padding-bottom: 2px;
  padding-bottom: calc(var(--select-m-lineheight, 22px) / 2 - 9px);
  height: 22px;
  height: var(--select-m-lineheight, 22px);
}

.next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn {
  line-height: 18px;
  line-height: calc(var(--select-m-lineheight, 22px) - var(--select-m-lineheight, 22px) / 2 * 2 + 18px);
}

.next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact {
  line-height: 30px;
  line-height: calc(var(--form-element-medium-height, 32px) - 2px);
}

.next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values {
  min-height: 34px;
  min-height: calc(var(--form-element-large-height, 36px) - 2px);
  padding-top: 6px;
  padding-top: calc(var(--form-element-large-height, 36px) / 2 - var(--select-l-lineheight, 22px) / 2 - 1px);
  padding-bottom: 6px;
  padding-bottom: calc(var(--form-element-large-height, 36px) / 2 - var(--select-l-lineheight, 22px) / 2 - 1px);
  line-height: 22px;
  line-height: var(--select-l-lineheight, 22px);
}

.next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact {
  height: 36px !important;
  height: var(--form-element-large-height, 36px) !important;
}

.next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag {
  padding-top: 2px;
  padding-top: calc(var(--select-l-lineheight, 22px) / 2 - 9px);
  padding-bottom: 2px;
  padding-bottom: calc(var(--select-l-lineheight, 22px) / 2 - 9px);
  height: 22px;
  height: var(--select-l-lineheight, 22px);
}

.next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn {
  line-height: 18px;
  line-height: calc(var(--select-l-lineheight, 22px) - var(--select-l-lineheight, 22px) / 2 * 2 + 18px);
}

.next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact {
  line-height: 34px;
  line-height: calc(var(--form-element-large-height, 36px) - 2px);
}

.next-select-auto-complete {
  width: 160px;
}

.next-select-auto-complete .next-input {
  width: 100%;
  /* table-cell 下 margin 无效 */
}

.next-select-auto-complete .next-input .next-input-hint-wrap {
  padding-right: 1px;
}

.next-select-auto-complete .next-input .next-select-arrow {
  padding-left: 0;
}

.next-select.next-active .next-select-arrow .next-icon-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-select .next-select-unfold-icon::before {
  content: "";
  content: var(--select-unfold-icon-content, "");
}

.next-select-symbol-fold::before {
  content: "\ea1f";
  content: var(--select-fold-icon-content, "\ea1f");
}

.next-select-arrow {
  cursor: pointer;
  width: auto !important;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  /* transform-origin: center 41.8%; // icon 图像中心 */
}

.next-select-popup-wrap {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.next-select-menu-wrapper {
  max-height: 260px;
  overflow: auto;
  border: 1px solid #C0C6CC;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--popup-local-corner, 2px);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
}

.next-select-menu-wrapper .next-select-menu {
  max-height: none;
  border: none;
}

.next-select-menu {
  max-height: 260px;
  overflow: auto;
  /* autoComplete 没有选项时 menu 不显示 */
}

.next-select-menu .next-select-menu-empty-content {
  padding-left: 8px;
  padding-right: 8px;
  color: #888888;
  color: var(--select-hint-color, #888888);
}

.next-select-menu.next-select-auto-complete-menu.next-select-menu-empty {
  display: none;
}

.next-select-menu .next-menu-item-text .next-icon {
  vertical-align: middle;
}

.next-select-all {
  display: block;
  cursor: pointer;
  padding: 0 8px;
  margin: 0 12px 8px;
  border-bottom: 1px solid #C0C6CC;
  border-bottom: 1px solid var(--color-line1-2, #C0C6CC);
}

.next-select-all:hover {
  color: #0064C8;
  color: var(--color-link-3, #0064C8);
}

.next-select-all .next-menu-icon-selected.next-icon {
  display: inline-block !important;
  top: initial;
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
}

.next-select-highlight {
  color: #0064C8;
  color: var(--select-highlight-color, #0064C8);
  font-size: 12px;
  font-size: var(--select-highlight-font, 12px);
}

.next-select-in-ie.next-select-trigger .next-select-values {
  /* 在 table 布局中，overflow: hidden 会导致负的 margin 失效 */
  overflow: visible;
}

.next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label {
  width: 1px;
}

.next-select-in-ie.next-select-trigger .next-input-control > * {
  display: table-cell;
  width: 1%;
}

.next-select-in-ie.next-select-trigger .next-select-arrow {
  display: table-cell;
}

.next-select-in-ie.next-select-trigger .next-select-clear {
  display: none;
}

.next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner {
  vertical-align: top;
}

.next-select-in-ie.next-select-trigger .next-select-inner {
  display: inline-table;
}

.next-select-in-ie.next-select-trigger.next-select-single .next-select-values {
  display: inline-table;
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-small .next-select-values {
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values {
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
}

.next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values {
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
}

.next-select-in-ie.next-select-trigger .next-select-trigger-search > span {
  max-width: 100px;
}

.next-select-in-ie.next-select-trigger.next-select-single {
  /* 搜索框未激活，或者menu未展开，如果有值，则不显示搜索(placeholder) */
}

.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values {
  position: relative;
}

.next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values > em {
  position: absolute;
  display: inline-block;
  height: 100%;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
  left: 4px;
  right: 0;
  top: 30%;
}

.next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search {
  /* stylelint-disable */
  filter: alpha(opacity=0);
  /* for IE 9 */
  /* stylelint-enable */
  font-size: 0;
}

.next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input {
  color: inherit;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .next-select-multiple .next-select-compact .next-select-tag-compact {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px);
  }

  .next-select-multiple .next-disabled .next-select-tag-compact {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F9FA 10px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-disabled-bg-color, #F7F9FA) 10px);
  }
}
.next-select.next-select-multiple[dir=rtl] .next-select-compact .next-select-tag-compact {
  left: 0;
  right: auto;
  padding: 0 16px 0 4px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px);
}

.next-calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-calendar *,
.next-calendar *:before,
.next-calendar *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}

.next-calendar td,
.next-calendar th {
  padding: 0;
}

@-webkit-keyframes cellZoomIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cellZoomIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cellHover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cellHover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes enterToLeft {
  0% {
    -webkit-transform: translate(-40%);
    transform: translate(-40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@keyframes enterToLeft {
  0% {
    -webkit-transform: translate(-40%);
    transform: translate(-40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@-webkit-keyframes enterToRight {
  0% {
    -webkit-transform: translate(40%);
    transform: translate(40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
@keyframes enterToRight {
  0% {
    -webkit-transform: translate(40%);
    transform: translate(40%);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
}
.next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header {
  text-align: right;
}

.next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select {
  margin-right: 4px;
  vertical-align: top;
}

.next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu {
  text-align: left;
}

.next-calendar-fullscreen .next-calendar-header {
  margin-bottom: 8px;
  margin-bottom: var(--calendar-fullscreen-header-margin-bottom, 8px);
}

.next-calendar-card .next-calendar-header {
  margin-bottom: 8px;
  margin-bottom: var(--calendar-card-header-margin-bottom, 8px);
}

.next-calendar-panel-header {
  position: relative;
  background: transparent;
  background: var(--calendar-panel-header-background, transparent);
  margin-bottom: 16px;
  margin-bottom: var(--calendar-panel-header-margin-bottom, 16px);
  border-bottom: 1px solid transparent;
  border-bottom: var(--calendar-panel-header-border-bottom-width, 1px) solid var(--calendar-panel-header-border-bottom-color, transparent);
}

.next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full {
  height: 32px;
  height: var(--calendar-panel-header-height, 32px);
  line-height: 32px;
  line-height: var(--calendar-panel-header-height, 32px);
}

.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn {
  vertical-align: top;
  font-weight: 500;
  font-weight: var(--calendar-btn-date-font-weight, 500);
  margin: 0 4px;
  margin: 0 var(--calendar-btn-date-margin-lr, 4px);
  background-color: transparent;
  border-color: transparent;
}

.next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited {
  color: #333333;
  color: var(--calendar-btn-date-color, #333333);
}

.next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover {
  color: #0064C8;
  color: var(--calendar-btn-date-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active {
  color: #0064C8;
  color: var(--calendar-btn-date-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-calendar-panel-header-left, .next-calendar-panel-header-right {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.next-calendar-panel-header-full {
  width: 100%;
  text-align: center;
}

.next-calendar-panel-menu {
  max-height: 210px;
  overflow: auto;
  text-align: left;
}

.next-calendar-btn {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  outline: none;
  height: 100%;
}

.next-calendar-btn > .next-icon.next-icon:before,
.next-calendar-btn > .next-icon.next-icon .next-icon-remote {
  width: 12px;
  width: var(--calendar-btn-arrow-size, 12px);
  font-size: 12px;
  font-size: var(--calendar-btn-arrow-size, 12px);
  line-height: inherit;
}

.next-calendar-btn .next-icon {
  margin-left: 4px;
}

.next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade {
  position: absolute;
  top: 0;
  background-color: transparent;
  border-color: transparent;
}

.next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited {
  color: #333333;
  color: var(--calendar-btn-arrow-color, #333333);
}

.next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover {
  color: #0064C8;
  color: var(--calendar-btn-arrow-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active {
  color: #0064C8;
  color: var(--calendar-btn-arrow-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-calendar-btn-prev-decade, .next-calendar-btn-prev-year {
  left: 16px;
  left: var(--calendar-btn-arrow-double-offset-lr, 16px);
}

.next-calendar-btn-prev-month {
  left: 36px;
  left: var(--calendar-btn-arrow-single-offset-lr, 36px);
}

.next-calendar-btn-next-month {
  right: 36px;
  right: var(--calendar-btn-arrow-single-offset-lr, 36px);
}

.next-calendar-btn-next-year, .next-calendar-btn-next-decade {
  right: 16px;
  right: var(--calendar-btn-arrow-double-offset-lr, 16px);
}

.next-calendar-fullscreen .next-calendar-th {
  text-align: right;
  color: #888888;
  color: var(--calendar-fullscreen-table-head-color, #888888);
  font-size: 14px;
  font-size: var(--calendar-fullscreen-table-head-font-size, 14px);
  font-weight: bold;
  font-weight: var(--calendar-fullscreen-table-head-font-weight, bold);
  padding-right: 12px;
  padding-right: var(--calendar-fullscreen-table-head-padding-r, 12px);
  padding-bottom: 4px;
  padding-bottom: var(--calendar-fullscreen-table-head-padding-b, 4px);
}

.next-calendar-fullscreen .next-calendar-cell {
  font-size: 14px;
  font-size: var(--calendar-fullscreen-table-cell-font-size, 14px);
}

.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month {
  font-weight: bold;
  font-weight: var(--calendar-fullscreen-table-cell-select-font-weight, bold);
  background: #F7F9FA;
  background: var(--calendar-fullscreen-table-cell-select-background, #F7F9FA);
  color: #0064C8;
  color: var(--calendar-fullscreen-table-cell-select-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--calendar-fullscreen-table-cell-select-border-color, #0064C8);
}

.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month {
  cursor: not-allowed;
  background: #F7F9FA;
  background: var(--calendar-fullscreen-table-cell-disabled-background, #F7F9FA);
  color: #C1C1C1;
  color: var(--calendar-fullscreen-table-cell-disabled-color, #C1C1C1);
  border-color: #E3E4E6;
  border-color: var(--calendar-fullscreen-table-cell-disabled-border-color, #E3E4E6);
}

.next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 4px;
  margin: var(--calendar-fullscreen-table-cell-margin-tb, 0px) var(--calendar-fullscreen-table-cell-margin-lr, 4px);
  padding: 4px 8px;
  padding: var(--calendar-fullscreen-table-cell-padding-tb, 4px) var(--calendar-fullscreen-table-cell-padding-lr, 8px);
  min-height: 80px;
  min-height: var(--calendar-fullscreen-table-cell-min-height, 80px);
  border-top: 2px solid;
  border-top: var(--calendar-fullscreen-table-cell-boder-top-width, 2px) var(--line-solid, solid);
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  background: #FFFFFF;
  background: var(--calendar-fullscreen-table-cell-normal-background, #FFFFFF);
  color: #b3b3b3;
  color: var(--calendar-fullscreen-table-cell-normal-color, #b3b3b3);
  border-color: #E3E4E6;
  border-color: var(--calendar-fullscreen-table-cell-normal-border-color, #E3E4E6);
}

.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
  background: #F7F9FA;
  background: var(--calendar-fullscreen-table-cell-hover-background, #F7F9FA);
  color: #0064C8;
  color: var(--calendar-fullscreen-table-cell-hover-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--calendar-fullscreen-table-cell-hover-border-color, #0064C8);
}

.next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date {
  background: transparent;
  background: var(--calendar-fullscreen-table-cell-other-background, transparent);
  color: #C1C1C1;
  color: var(--calendar-fullscreen-table-cell-other-color, #C1C1C1);
  border-color: transparent;
  border-color: var(--calendar-fullscreen-table-cell-other-border-color, transparent);
}

.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date,
.next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month {
  font-weight: bold;
  font-weight: var(--calendar-fullscreen-table-cell-current-font-weight, bold);
  background: #FFFFFF;
  background: var(--calendar-fullscreen-table-cell-current-background, #FFFFFF);
  color: #0064C8;
  color: var(--calendar-fullscreen-table-cell-current-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--calendar-fullscreen-table-cell-current-border-color, #0064C8);
}

.next-calendar-card .next-calendar-th,
.next-calendar-panel .next-calendar-th,
.next-calendar-range .next-calendar-th {
  text-align: center;
  color: #666666;
  color: var(--calendar-card-table-head-color, #666666);
  font-size: 12px;
  font-size: var(--calendar-card-table-head-font-size, 12px);
  font-weight: normal;
  font-weight: var(--calendar-card-table-head-font-weight, normal);
}

.next-calendar-card .next-calendar-cell,
.next-calendar-panel .next-calendar-cell,
.next-calendar-range .next-calendar-cell {
  text-align: center;
  font-size: 12px;
  font-size: var(--calendar-card-table-cell-font-size, 12px);
}

.next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
  -webkit-animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: normal;
  font-weight: var(--calendar-card-table-cell-select-font-weight, normal);
  background: #0064C8;
  background: var(--calendar-card-table-cell-select-background, #0064C8);
  color: #FFFFFF;
  color: var(--calendar-card-table-cell-select-color, #FFFFFF);
  border-color: #0064C8;
  border-color: var(--calendar-card-table-cell-select-border-color, #0064C8);
}

.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year {
  cursor: not-allowed;
  background: transparent;
  background: var(--calendar-card-table-cell-disabled-background, transparent);
  color: #b3b3b3;
  color: var(--calendar-card-table-cell-disabled-color, #b3b3b3);
  border-color: transparent;
  border-color: var(--calendar-card-table-cell-disabled-border-color, transparent);
}

.next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date {
  background: #EFF3F8;
  background: var(--calendar-card-table-cell-inrange-background, #EFF3F8);
  color: #333333;
  color: var(--calendar-card-table-cell-inrange-color, #333333);
  border-color: transparent;
  border-color: var(--calendar-card-table-cell-inrange-border-color, transparent);
}

.next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-date,
.next-calendar-panel .next-calendar-month,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-date,
.next-calendar-range .next-calendar-month,
.next-calendar-range .next-calendar-year {
  text-align: center;
  border: 1px solid;
  border: var(--line-1, 1px) var(--line-solid, solid);
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-normal-background, #FFFFFF);
  color: #333333;
  color: var(--calendar-card-table-cell-normal-color, #333333);
  border-color: #FFFFFF;
  border-color: var(--calendar-card-table-cell-normal-border-color, #FFFFFF);
}

.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
  cursor: pointer;
}

.next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover,
.next-calendar-panel .next-calendar-date:hover,
.next-calendar-panel .next-calendar-month:hover,
.next-calendar-panel .next-calendar-year:hover,
.next-calendar-range .next-calendar-date:hover,
.next-calendar-range .next-calendar-month:hover,
.next-calendar-range .next-calendar-year:hover {
  background: #F7F9FA;
  background: var(--calendar-card-table-cell-hover-background, #F7F9FA);
  color: #333333;
  color: var(--calendar-card-table-cell-hover-color, #333333);
  border-color: transparent;
  border-color: var(--calendar-card-table-cell-hover-border-color, transparent);
}

.next-calendar-card .next-calendar-date,
.next-calendar-panel .next-calendar-date,
.next-calendar-range .next-calendar-date {
  width: 24px;
  width: var(--calendar-card-table-cell-date-width, 24px);
  height: 24px;
  height: var(--calendar-card-table-cell-date-height, 24px);
  line-height: 22px;
  line-height: calc(var(--calendar-card-table-cell-date-height, 24px) - 2px);
  margin: 4px auto;
  border-radius: 2px;
  border-radius: var(--calendar-card-table-cell-date-border-radius, 2px);
}

.next-calendar-card .next-calendar-month,
.next-calendar-panel .next-calendar-month,
.next-calendar-range .next-calendar-month {
  width: 60px;
  width: var(--calendar-card-table-cell-month-width, 60px);
  height: 24px;
  height: var(--calendar-card-table-cell-month-height, 24px);
  line-height: 22px;
  line-height: calc(var(--calendar-card-table-cell-month-height, 24px) - 2px);
  margin: 8px auto;
  border-radius: 2px;
  border-radius: var(--calendar-card-table-cell-month-border-radius, 2px);
}

.next-calendar-card .next-calendar-year,
.next-calendar-panel .next-calendar-year,
.next-calendar-range .next-calendar-year {
  width: 48px;
  width: var(--calendar-card-table-cell-year-width, 48px);
  height: 24px;
  height: var(--calendar-card-table-cell-year-height, 24px);
  line-height: 22px;
  line-height: calc(var(--calendar-card-table-cell-year-height, 24px) - 2px);
  margin: 8px auto;
  border-radius: 2px;
  border-radius: var(--calendar-card-table-cell-year-border-radius, 2px);
}

.next-calendar-card .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-prev-month .next-calendar-date {
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-other-background, #FFFFFF);
  color: #555555;
  color: var(--calendar-card-table-cell-other-color, #555555);
  border-color: #FFFFFF;
  border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF);
}

.next-calendar-card .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-panel .next-calendar-cell-next-month .next-calendar-date,
.next-calendar-range .next-calendar-cell-next-month .next-calendar-date {
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-other-background, #FFFFFF);
  color: #555555;
  color: var(--calendar-card-table-cell-other-color, #555555);
  border-color: #FFFFFF;
  border-color: var(--calendar-card-table-cell-other-border-color, #FFFFFF);
}

.next-calendar-card .next-calendar-cell-current .next-calendar-date,
.next-calendar-card .next-calendar-cell-current .next-calendar-month,
.next-calendar-card .next-calendar-cell-current .next-calendar-year,
.next-calendar-panel .next-calendar-cell-current .next-calendar-date,
.next-calendar-panel .next-calendar-cell-current .next-calendar-month,
.next-calendar-panel .next-calendar-cell-current .next-calendar-year,
.next-calendar-range .next-calendar-cell-current .next-calendar-date,
.next-calendar-range .next-calendar-cell-current .next-calendar-month,
.next-calendar-range .next-calendar-cell-current .next-calendar-year {
  font-weight: normal;
  font-weight: var(--calendar-card-table-cell-current-font-weight, normal);
  background: #FFFFFF;
  background: var(--calendar-card-table-cell-current-background, #FFFFFF);
  color: #0064C8;
  color: var(--calendar-card-table-cell-current-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--calendar-card-table-cell-current-border-color, #0064C8);
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr {
  cursor: pointer;
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date {
  background: #F7F9FA;
  background: var(--calendar-card-table-cell-hover-background, #F7F9FA);
  color: #333333;
  color: var(--calendar-card-table-cell-hover-color, #333333);
  border-color: transparent;
  border-color: var(--calendar-card-table-cell-hover-border-color, transparent);
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date {
  font-weight: normal;
  background: transparent;
  border-color: transparent;
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date {
  position: relative;
  color: #333333;
  color: var(--calendar-card-table-cell-inrange-color, #333333);
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date::before {
  content: "";
  position: absolute;
  left: -1px;
  left: calc(0px - var(--line-1, 1px));
  top: -1px;
  top: calc(0px - var(--line-1, 1px));
  bottom: -1px;
  bottom: calc(0px - var(--line-1, 1px));
  right: -1px;
  right: calc(0px - var(--line-1, 1px));
  border: 1px solid;
  border: var(--line-1, 1px) var(--line-solid, solid);
  background: #EFF3F8;
  background: var(--calendar-card-table-cell-inrange-background, #EFF3F8);
  border-color: transparent;
  border-color: var(--calendar-card-table-cell-inrange-border-color, transparent);
  border-radius: 2px;
  border-radius: var(--calendar-card-table-cell-date-border-radius, 2px);
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span {
  position: relative;
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end {
  color: #FFFFFF;
  color: var(--calendar-card-table-cell-select-color, #FFFFFF);
}

.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before,
.next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before {
  background: #0064C8;
  background: var(--calendar-card-table-cell-select-background, #0064C8);
  border-color: #0064C8;
  border-color: var(--calendar-card-table-cell-select-border-color, #0064C8);
}

.next-calendar[dir=rtl] .next-calendar-header {
  text-align: left;
}

.next-calendar[dir=rtl] .next-calendar-header .next-select {
  margin-right: 0;
  margin-left: 4px;
}

.next-calendar[dir=rtl] .next-calendar-header .next-menu {
  text-align: right;
}

.next-calendar[dir=rtl] .next-calendar-btn-prev-decade, .next-calendar[dir=rtl] .next-calendar-btn-prev-year {
  left: auto;
  right: 16px;
  right: var(--calendar-btn-arrow-double-offset-lr, 16px);
}

.next-calendar[dir=rtl] .next-calendar-btn-prev-month {
  left: auto;
  right: 36px;
  right: var(--calendar-btn-arrow-single-offset-lr, 36px);
}

.next-calendar[dir=rtl] .next-calendar-btn-next-month {
  right: auto;
  left: 36px;
  left: var(--calendar-btn-arrow-single-offset-lr, 36px);
}

.next-calendar[dir=rtl] .next-calendar-btn-next-year, .next-calendar[dir=rtl] .next-calendar-btn-next-decade {
  right: auto;
  left: 16px;
  left: var(--calendar-btn-arrow-double-offset-lr, 16px);
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-th {
  text-align: left;
  padding-left: 12px;
  padding-left: var(--calendar-fullscreen-table-head-padding-r, 12px);
  padding-right: 0;
}

.next-calendar-fullscreen[dir=rtl] .next-calendar-date, .next-calendar-fullscreen[dir=rtl] .next-calendar-month {
  text-align: left;
}

.next-calendar-range[dir=rtl] .next-calendar-body-left, .next-calendar-range[dir=rtl] .next-calendar-body-right {
  float: right;
}

.next-calendar-range[dir=rtl] .next-calendar-body-left {
  padding-right: 0;
  padding-left: 8px;
}

.next-calendar-range[dir=rtl] .next-calendar-body-right {
  padding-left: 0;
  padding-right: 8px;
}

.next-calendar {
  /* range calendar */
  /* --------------- */
}

.next-calendar-table {
  width: 100%;
  table-layout: fixed;
}

.next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right {
  float: left;
  width: 50%;
}

.next-calendar-range .next-calendar-body-left {
  padding-right: 8px;
}

.next-calendar-range .next-calendar-body-right {
  padding-left: 8px;
}

.next-calendar-range .next-calendar-body:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-calendar-symbol-prev::before {
  content: "\ea2c";
  content: var(--calendar-btn-arrow-content-prev, "\ea2c");
}

.next-calendar-symbol-next::before {
  content: "\ea29";
  content: var(--calendar-btn-arrow-content-next, "\ea29");
}

.next-calendar-symbol-prev-super::before {
  content: "\ea2b";
  content: var(--calendar-btn-arrow-content-prev-super, "\ea2b");
}

.next-calendar-symbol-next-super::before {
  content: "\ea28";
  content: var(--calendar-btn-arrow-content-next-super, "\ea28");
}

.next-card *,
.next-card *:before,
.next-card *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-card, .next-card:before, .next-card:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-card[dir=rtl] .next-card-extra {
  left: 0;
  right: auto;
}

.next-card[dir=rtl] .next-card-title:before {
  right: 0;
  left: auto;
}

.next-card[dir=rtl] .next-card-subtitle {
  float: left;
  padding-right: 8px;
  padding-right: var(--card-sub-title-padding-left, 8px);
  padding-left: 0;
}

.next-card[dir=rtl] .next-card-head-show-bullet .next-card-title {
  padding-left: 0;
  padding-right: 8px;
  padding-right: var(--card-title-padding-left, 8px);
}

.next-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-card *,
.next-card *:before,
.next-card *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-card {
  min-width: 100px;
  border: 1px solid #E3E4E6;
  border: var(--card-border-width, 1px) var(--card-border-style, solid) var(--card-border-color, #E3E4E6);
  border-radius: 4px;
  border-radius: var(--card-corner, 4px);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--card-shadow, none);
  box-shadow: none;
  box-shadow: var(--card-shadow, none);
  background: #FFFFFF;
  background: var(--card-background, #FFFFFF);
  overflow: hidden;
}

.next-card-head {
  background: #FFFFFF;
  background: var(--card-header-background, #FFFFFF);
  padding-left: 16px;
  padding-left: var(--card-padding-lr, 16px);
  padding-right: 16px;
  padding-right: var(--card-padding-lr, 16px);
}

.next-card-head-show-bullet .next-card-title {
  padding-left: 8px;
  padding-left: var(--card-title-padding-left, 8px);
}

.next-card-head-show-bullet .next-card-title:before {
  content: "";
  display: inline-block;
  height: 16px;
  height: var(--card-title-bullet-height, 16px);
  width: 3px;
  width: var(--card-title-bullet-width, 3px);
  background: #0064C8;
  background: var(--card-title-bullet-color, #0064C8);
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  top: calc(50% - var(--card-title-bullet-height, 16px) / 2);
}

.next-card-head-main {
  position: relative;
  margin-top: 4px;
  margin-top: var(--card-head-main-margin-top, 4px);
  margin-bottom: 4px;
  margin-bottom: var(--card-head-main-margin-bottom, 4px);
  height: 48px;
  height: var(--card-head-main-height, 48px);
  line-height: 48px;
  line-height: var(--card-head-main-height, 48px);
}

.next-card-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  height: 100%;
  color: #333333;
  color: var(--card-title-color, #333333);
  font-size: 14px;
  font-size: var(--card-title-font-size, 14px);
  font-weight: 500;
  font-weight: var(--card-title-font-weight, 500);
}

.next-card-subtitle {
  font-size: 12px;
  font-size: var(--card-sub-title-font-size, 12px);
  color: #555555;
  color: var(--card-sub-title-color, #555555);
  padding-left: 8px;
  padding-left: var(--card-sub-title-padding-left, 8px);
}

.next-card-extra {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 12px;
  font-size: var(--card-title-extra-font-size, 12px);
  color: #0064C8;
  color: var(--card-title-extra-color, #0064C8);
}

.next-card-body {
  padding-bottom: 16px;
  padding-bottom: var(--card-body-padding-bottom, 16px);
  padding-left: 16px;
  padding-left: var(--card-padding-lr, 16px);
  padding-right: 16px;
  padding-right: var(--card-padding-lr, 16px);
}

.next-card-show-divider .next-card-head-main {
  border-bottom: 1px solid transparent;
  border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, transparent);
}

.next-card-show-divider .next-card-body {
  padding-top: 16px;
  padding-top: var(--card-body-show-divider-padding-top, 16px);
}

.next-card-hide-divider .next-card-body {
  padding-top: 0px;
  padding-top: var(--card-body-hide-divider-padding-top, 0px);
}

.next-card—free {
  padding: 0;
}

.next-card-content {
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}

.next-card-footer .next-icon {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-card-footer .next-icon.expand {
  -webkit-transform-origin: 50% 47%;
  -ms-transform-origin: 50% 47%;
  transform-origin: 50% 47%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-card-header {
  background: #FFFFFF;
  background: var(--card-header-background, #FFFFFF);
  padding: 0 16px;
  padding: 0 var(--card-padding-lr, 16px);
  margin-bottom: 16px;
  margin-bottom: var(--card-body-show-divider-padding-top, 16px);
  margin-top: 16px;
  margin-top: var(--card-body-padding-bottom, 16px);
}

.next-card-media,
.next-card-media > * {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.next-card-header-titles {
  overflow: hidden;
}

.next-card-header-extra {
  float: right;
  text-align: right;
}

.next-card-header-extra .next--btn {
  margin-left: 12px;
  vertical-align: middle;
}

.next-card-header-title {
  color: #333333;
  color: var(--card-title-color, #333333);
  font-size: 14px;
  font-size: var(--card-title-font-size, 14px);
  font-weight: 500;
  font-weight: var(--card-title-font-weight, 500);
  line-height: 1.5;
}

.next-card-header-subtitle {
  font-size: 12px;
  font-size: var(--card-sub-title-font-size, 12px);
  color: #555555;
  color: var(--card-sub-title-color, #555555);
}

.next-card-actions {
  display: block;
  padding-left: 16px;
  padding-left: var(--card-padding-lr, 16px);
  padding-right: 16px;
  padding-right: var(--card-padding-lr, 16px);
  padding-top: 16px;
  padding-top: var(--card-body-show-divider-padding-top, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--card-body-padding-bottom, 16px);
}

.next-card-actions .next-btn:not(:last-child) {
  margin-right: 12px;
  vertical-align: middle;
}

.next-card-divider {
  border-style: none;
  width: 100%;
  margin: 0;
  position: relative;
}

.next-card-divider::before {
  content: "";
  display: block;
  border-bottom: 1px solid transparent;
  border-bottom: var(--card-head-bottom-border-width, 1px) var(--card-border-style, solid) var(--card-head-bottom-border-color, transparent);
}

.next-card-divider--inset {
  padding: 0 16px;
  padding: 0 var(--card-padding-lr, 16px);
}

.next-card-content-container {
  margin-top: 16px;
  margin-top: var(--card-body-show-divider-padding-top, 16px);
  padding-bottom: 16px;
  padding-bottom: var(--card-body-padding-bottom, 16px);
  padding-left: 16px;
  padding-left: var(--card-padding-lr, 16px);
  padding-right: 16px;
  padding-right: var(--card-padding-lr, 16px);
  font-size: 12px;
  font-size: var(--card-content-font-size, 12px);
  line-height: 1.5;
  line-height: var(--card-content-line-height, 1.5);
  color: #555555;
  color: var(--card-content-color, #555555);
}

.next-cascader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: auto;
  border: 1px solid #E3E4E6;
  border: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6);
  border-radius: 2px;
  border-radius: var(--cascader-menu-border-radius, 2px);
}

.next-cascader *,
.next-cascader *:before,
.next-cascader *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-cascader-inner:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-cascader-menu-wrapper {
  float: left;
  overflow: auto;
  width: 100px;
  width: var(--cascader-menu-width, 100px);
  height: 192px;
  height: var(--cascader-menu-height, 192px);
  overflow-x: hidden;
  overflow-y: auto;
}

.next-cascader-menu-wrapper + .next-cascader-menu-wrapper {
  border-left: 1px solid #E3E4E6;
  border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6);
}

.next-cascader-menu {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: auto;
  min-height: 100%;
}

.next-cascader-menu.next-has-right-border {
  border-right: 1px solid #E3E4E6;
  border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6);
}

.next-cascader-menu-item.next-expanded {
  color: #333333;
  color: var(--cascader-menu-item-expanded-color, #333333);
  background-color: #F7F9FA;
  background-color: var(--cascader-menu-item-expanded-background-color, #F7F9FA);
}

.next-cascader-menu-icon-right {
  position: absolute;
  top: 0;
  right: 10px;
  color: #333333;
  color: var(--cascader-menu-icon-expand-color, #333333);
}

.next-cascader-menu-icon-right:hover {
  color: #333333;
  color: var(--cascader-menu-icon-hover-expand-color, #333333);
}

.next-cascader-menu-icon-expand.next-icon:before,
.next-cascader-menu-icon-expand.next-icon .next-icon-remote {
  width: 8px;
  width: var(--cascader-menu-icon-expand-size, 8px);
  font-size: 8px;
  font-size: var(--cascader-menu-icon-expand-size, 8px);
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-cascader-menu-icon-expand.next-icon {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-left: calc(-8px + var(--cascader-menu-icon-expand-size, 8px) / 2);
    margin-right: -4px;
    margin-right: calc(-8px + var(--cascader-menu-icon-expand-size, 8px) / 2);
  }

  .next-cascader-menu-icon-expand.next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-cascader-menu-icon-loading.next-icon:before,
.next-cascader-menu-icon-loading.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
  color: #333333;
  color: var(--cascader-menu-icon-hover-expand-color, #333333);
}

.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
}

.next-cascader-filtered-list {
  height: 192px;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
}

.next-cascader-filtered-list .next-menu-item-inner {
  overflow: visible;
}

.next-cascader-filtered-item em {
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
  font-style: normal;
}

.next-cascader[dir=rtl] .next-cascader-menu-wrapper {
  float: right;
  border-left: none;
  border-right: 1px solid #E3E4E6;
  border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6);
}

.next-cascader[dir=rtl] .next-cascader-menu-wrapper:first-child {
  border-right: none;
}

.next-cascader[dir=rtl] .next-cascader-menu.next-has-right-border {
  border-right: none;
  border-left: 1px solid #E3E4E6;
  border-left: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #E3E4E6);
}

.next-cascader[dir=rtl] .next-cascader-menu-icon-right {
  right: auto;
  left: 10px;
}

.next-cascader-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-cascader-select *,
.next-cascader-select *:before,
.next-cascader-select *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-cascader-select-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #C0C6CC;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--popup-local-corner, 2px);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
}

.next-cascader-select-dropdown *,
.next-cascader-select-dropdown *:before,
.next-cascader-select-dropdown *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-cascader-select-dropdown .next-cascader {
  display: block;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-cascader-select-not-found {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  color: #888888;
  color: var(--color-text1-2, #888888);
}

.next-cascader-select-not-found .next-menu-item:hover {
  color: #888888;
  color: var(--color-text1-2, #888888);
  /* TODO */
  background: #FFFFFF;
  cursor: default;
}

.next-collapse[dir=rtl] .next-collapse-panel-title {
  padding: 16px 36px 16px 0;
  padding: var(--collapse-title-padding-tb, 16px) 36px var(--collapse-title-padding-tb, 16px) 0;
}

.next-collapse[dir=rtl] .next-collapse-panel-icon {
  left: inherit;
  right: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 0px;
}

.next-collapse[dir=rtl] .next-collapse-panel-icon:before,
.next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

/* put your code here */
.next-collapse {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E3E4E6;
  border: var(--collapse-border-width, 1px) solid var(--collapse-border-color, #E3E4E6);
  border-radius: 2px;
  border-radius: var(--collapse-border-corner, 2px);
}

.next-collapse *,
.next-collapse *:before,
.next-collapse *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-collapse:focus,
.next-collapse *:focus {
  outline: 0;
}

.next-collapse-panel:not(:first-child) {
  border-top: 1px solid #E3E4E6;
  border-top: var(--collapse-title-border-width, 1px) solid var(--collapse-panel-border-color, #E3E4E6);
}

.next-collapse .next-collapse-panel-icon {
  position: absolute;
  color: #333333;
  color: var(--collapse-icon-color, #333333);
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  left: 16px;
  margin-top: -2px;
  margin-left: 0px;
  margin-right: 0px;
}

.next-collapse .next-collapse-panel-icon:before,
.next-collapse .next-collapse-panel-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-collapse-panel-title {
  position: relative;
  line-height: 20px;
  line-height: var(--collapse-title-height, 20px);
  background: #F7F9FA;
  background: var(--collapse-title-bg-color, #F7F9FA);
  font-size: 12px;
  font-size: var(--collapse-title-font-size, 12px);
  font-weight: normal;
  font-weight: var(--collapse-title-font-weight, normal);
  color: #333333;
  color: var(--collapse-title-font-color, #333333);
  cursor: pointer;
  padding: 16px 0 16px 36px;
  padding: var(--collapse-title-padding-tb, 16px) 0 var(--collapse-title-padding-tb, 16px) 36px;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
}

.next-collapse-panel-title:hover {
  background: #EFF3F8;
  background: var(--collapse-title-hover-bg-color, #EFF3F8);
  color: #333333;
  color: var(--collapse-title-hover-font-color, #333333);
  font-weight: normal;
  font-weight: var(--collapse-title-hover-font-weight, normal);
}

.next-collapse-panel-title:hover .next-collapse-panel-icon {
  color: #333333;
  color: var(--collapse-icon-hover-color, #333333);
}

.next-collapse-panel-content {
  height: 0;
  padding: 0 16px;
  padding: 0 var(--collapse-content-padding-x, 16px);
  background: #FFFFFF;
  background: var(--collapse-content-bg-color, #FFFFFF);
  font-size: 12px;
  font-size: var(--collapse-content-font-size, 12px);
  color: #333333;
  color: var(--collapse-content-color, #333333);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.next-collapse-panel-expanded > .next-collapse-panel-content {
  display: block;
  padding: 16px 16px;
  padding: var(--collapse-content-padding-y, 16px) var(--collapse-content-padding-x, 16px);
  height: auto;
  opacity: 1;
}

.next-collapse .next-collapse-unfold-icon::before {
  content: "";
  content: var(--collapse-unfold-icon-content, "");
}

.next-collapse-panel-hidden > .next-collapse-panel-content {
  overflow: hidden;
}

.next-collapse .next-collapse-panel-icon::before {
  content: "\e98e";
  content: var(--collapse-fold-icon-content, "\e98e");
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 0px;
  margin-right: 0px;
}

.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before,
.next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-collapse-disabled {
  border-color: #E3E4E6;
  border-color: var(--collapse-disabled-border-color, #E3E4E6);
}

.next-collapse-panel-disabled:not(:first-child) {
  border-color: #E3E4E6;
  border-color: var(--collapse-disabled-border-color, #E3E4E6);
}

.next-collapse-panel-disabled > .next-collapse-panel-title {
  cursor: not-allowed;
  color: #b3b3b3;
  color: var(--collapse-title-font-disabled-color, #b3b3b3);
  background: #F7F9FA;
  background: var(--collapse-title-disabled-bg-color, #F7F9FA);
}

.next-collapse-panel-disabled .next-collapse-panel-icon {
  color: #b3b3b3;
  color: var(--collapse-title-font-disabled-color, #b3b3b3);
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover {
  font-weight: normal;
  font-weight: var(--collapse-title-font-weight, normal);
}

.next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon {
  color: #b3b3b3;
  color: var(--collapse-title-font-disabled-color, #b3b3b3);
}

.next-collapse-panel-disabled:hover {
  color: #b3b3b3;
  color: var(--collapse-title-font-disabled-color, #b3b3b3);
  background: #F7F9FA;
  background: var(--collapse-title-disabled-bg-color, #F7F9FA);
}

.next-time-picker-menu {
  float: left;
  text-align: center;
}

.next-time-picker-menu:not(:last-child) {
  border-right: 1px solid #C0C6CC;
  border-right: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC);
}

.next-time-picker-menu-title {
  cursor: default;
  height: 36px;
  height: var(--time-picker-menu-title-height, 36px);
  line-height: 36px;
  line-height: var(--time-picker-menu-title-height, 36px);
  font-size: 12px;
  font-size: var(--time-picker-menu-title-font-size, 12px);
  font-weight: normal;
  font-weight: var(--time-pikcer-menu-title-font-weight, normal);
  color: #333333;
  color: var(--time-picker-menu-title-color, #333333);
  background: #FFFFFF;
  background: var(--time-picker-menu-title-background, #FFFFFF);
}

.next-time-picker-menu ul {
  position: relative;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: var(--time-picker-menu-item-font-size, 12px);
  height: 224px;
  height: calc(var(--time-picker-menu-item-height, 32px) * 7);
}

.next-time-picker-menu-item {
  cursor: pointer;
  height: 32px;
  height: var(--time-picker-menu-item-height, 32px);
  line-height: 32px;
  line-height: var(--time-picker-menu-item-height, 32px);
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  color: #333333;
  color: var(--time-picker-menu-item-color, #333333);
  background: #FFFFFF;
  background: var(--time-picker-menu-item-background, #FFFFFF);
  outline: none;
}

.next-time-picker-menu-item:hover {
  color: #333333;
  color: var(--time-picker-menu-item-color-hover, #333333);
  background: #F7F9FA;
  background: var(--time-picker-menu-item-background-hover, #F7F9FA);
}

.next-time-picker-menu-item.next-selected {
  font-weight: normal;
  font-weight: var(--time-picker-menu-item-font-weight-selected, normal);
  color: #FFFFFF;
  color: var(--time-picker-menu-item-color-selected, #FFFFFF);
  background: #0064C8;
  background: var(--time-picker-menu-item-background-selected, #0064C8);
}

.next-time-picker-menu-item.next-disabled {
  cursor: not-allowed;
  color: #555555;
  color: var(--time-picker-menu-item-color-disabled, #555555);
  background: #FFFFFF;
  background: var(--time-picker-menu-item-background-disabled, #FFFFFF);
}

.next-time-picker-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-time-picker-panel *,
.next-time-picker-panel *:before,
.next-time-picker-panel *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-time-picker-panel:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-time-picker-panel-header {
  border-bottom: 1px solid #C0C6CC;
  border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #C0C6CC);
}

.next-time-picker-panel-input.next-input {
  width: 100%;
  padding: 6px;
  border-color: transparent;
  vertical-align: middle;
}

.next-time-picker-panel-col-3 .next-time-picker-menu {
  width: 33.33333%;
}

.next-time-picker-panel-col-2 .next-time-picker-menu {
  width: 50%;
}

.next-time-picker-panel-col-1 .next-time-picker-menu {
  width: 100%;
}

.next-time-picker-body[dir=rtl] .next-time-picker-menu {
  float: right;
}

.next-time-picker-body[dir=rtl] .next-time-picker-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #C0C6CC;
  border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC);
}

.next-time-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
}

.next-time-picker *,
.next-time-picker *:before,
.next-time-picker *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-time-picker-trigger .next-input {
  width: 100%;
}

.next-time-picker-body {
  overflow: hidden;
  width: 200px;
  width: var(--time-picker-panel-width, 200px);
  border: 1px solid #C0C6CC;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--popup-local-corner, 2px);
  background: #FFFFFF;
  background: var(--time-picker-panel-background, #FFFFFF);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
}

.next-time-picker-symbol-clock-icon::before {
  content: "\ea2e";
  content: var(--time-picker-clock-icon, "\ea2e");
}

.next-range-picker-trigger-separator, .next-range-picker-panel-input-separator {
  cursor: default;
  display: inline-block;
  text-align: center;
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
  width: 16px;
  font-size: 12px;
  font-size: var(--font-size-caption, 12px);
  vertical-align: middle;
}

.next-date-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
  display: inline-block;
  width: 200px;
}

.next-date-picker-input,
.next-month-picker-input,
.next-year-picker-input,
.next-week-picker-input {
  width: 100%;
}

.next-date-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
  width: 288px;
}

.next-date-picker-panel-input.next-input,
.next-month-picker-panel-input.next-input,
.next-year-picker-panel-input.next-input,
.next-week-picker-panel-input.next-input {
  width: 100%;
  background: transparent;
}

.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input {
  width: 49%;
}

.next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
  margin-right: 2%;
}

.next-range-picker {
  display: inline-block;
  width: 336px;
}

.next-range-picker-input {
  width: 100%;
}

.next-range-picker-trigger {
  border: 1px solid #C0C6CC;
  border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--input-bg-color, #FFFFFF);
}

.next-range-picker-trigger:hover {
  border-color: #C0C6CC;
  border-color: var(--input-hover-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--input-hover-bg-color, #FFFFFF);
}

.next-range-picker-trigger.next-error {
  border-color: #C80000;
  border-color: var(--input-feedback-error-border-color, #C80000);
}

.next-range-picker-trigger-input.next-input {
  height: auto;
  width: calc(50% - 8px);
}

.next-range-picker.next-disabled .next-range-picker-trigger {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
  cursor: not-allowed;
}

.next-range-picker.next-disabled .next-range-picker-trigger:hover {
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
}

.next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input {
  border-radius: 2px;
  border-radius: var(--form-element-large-corner, 2px);
}

.next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input {
  border-radius: 2px;
  border-radius: var(--form-element-medium-corner, 2px);
}

.next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input {
  border-radius: 2px;
  border-radius: var(--form-element-small-corner, 2px);
}

.next-range-picker-body {
  width: 600px;
}

.next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input {
  width: calc(50% - 8px);
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  width: calc(25% - 8px);
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
  margin-right: 8px;
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  margin-left: 8px;
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
  width: 50%;
  float: left;
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start {
  border-right: 1px solid #C0C6CC;
  border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC);
}

.next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end {
  border-left: 1px solid #C0C6CC;
  border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC);
}

.next-date-picker-body[dir=rtl] .next-date-picker-panel-footer {
  text-align: left;
}

.next-date-picker-body[dir=rtl] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
  margin-right: 0;
  margin-left: 16px;
}

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child {
  margin-left: 2%;
  margin-right: 0;
}

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu {
  float: right;
}

.next-date-picker-body[dir=rtl].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #C0C6CC;
  border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC);
}

.next-range-picker-body[dir=rtl] .next-range-picker-panel-input {
  text-align: right;
}

.next-range-picker-body[dir=rtl] .next-date-picker-panel-footer {
  text-align: left;
}

.next-range-picker-body[dir=rtl] .next-date-picker-panel-footer > .next-btn:not(:last-child) {
  margin-right: 0;
  margin-left: 16px;
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-start-date {
  margin-right: 0;
  margin-left: 8px;
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-input-end-time {
  margin-left: 0;
  margin-right: 8px;
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-end {
  float: right;
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-start {
  border-right: none;
  border-left: 1px solid #C0C6CC;
  border-left: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC);
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-range-picker-panel-time-end {
  border-left: none;
  border-right: 1px solid #C0C6CC;
  border-right: var(--line-1, 1px) var(--line-solid, solid) var(--date-picker-panel-time-panel-separator-color, #C0C6CC);
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu {
  float: right;
}

.next-range-picker-body[dir=rtl].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #C0C6CC;
  border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C0C6CC);
}

.next-date-picker,
.next-range-picker,
.next-month-picker,
.next-year-picker,
.next-week-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-date-picker *,
.next-date-picker *:before,
.next-date-picker *:after,
.next-range-picker *,
.next-range-picker *:before,
.next-range-picker *:after,
.next-month-picker *,
.next-month-picker *:before,
.next-month-picker *:after,
.next-year-picker *,
.next-year-picker *:before,
.next-year-picker *:after,
.next-week-picker *,
.next-week-picker *:before,
.next-week-picker *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-date-picker-body,
.next-range-picker-body,
.next-month-picker-body,
.next-year-picker-body,
.next-week-picker-body {
  border: 1px solid #C0C6CC;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--popup-local-corner, 2px);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  background: #FFFFFF;
  background: var(--date-picker-panel-background, #FFFFFF);
}

.next-date-picker-panel-header,
.next-range-picker-panel-header,
.next-month-picker-panel-header,
.next-year-picker-panel-header,
.next-week-picker-panel-header {
  padding: 6px;
  text-align: center;
}

.next-date-picker-panel-time,
.next-range-picker-panel-time,
.next-month-picker-panel-time,
.next-year-picker-panel-time,
.next-week-picker-panel-time {
  border-top: 1px solid #C0C6CC;
  border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
}

.next-date-picker-panel-footer,
.next-range-picker-panel-footer,
.next-month-picker-panel-footer,
.next-year-picker-panel-footer,
.next-week-picker-panel-footer {
  text-align: right;
  padding: 8px 16px;
  padding: var(--date-picker-panel-footer-padding-tb, 8px) var(--date-picker-panel-footer-padding-lr, 16px);
  border-top: 1px solid #C0C6CC;
  border-top: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
}

.next-date-picker-panel-footer > .next-btn:not(:last-child),
.next-date-picker-panel-tools > .next-btn:not(:last-child),
.next-range-picker-panel-footer > .next-btn:not(:last-child),
.next-range-picker-panel-tools > .next-btn:not(:last-child),
.next-month-picker-panel-footer > .next-btn:not(:last-child),
.next-month-picker-panel-tools > .next-btn:not(:last-child),
.next-year-picker-panel-footer > .next-btn:not(:last-child),
.next-year-picker-panel-tools > .next-btn:not(:last-child),
.next-week-picker-panel-footer > .next-btn:not(:last-child),
.next-week-picker-panel-tools > .next-btn:not(:last-child) {
  margin-right: 16px;
}

.next-date-picker-panel-tools,
.next-range-picker-panel-tools,
.next-month-picker-panel-tools,
.next-year-picker-panel-tools,
.next-week-picker-panel-tools {
  float: left;
}

.next-date-picker .next-calendar-panel-header,
.next-range-picker .next-calendar-panel-header,
.next-month-picker .next-calendar-panel-header,
.next-year-picker .next-calendar-panel-header,
.next-week-picker .next-calendar-panel-header {
  margin-left: -1px;
  margin-left: calc(0px - var(--popup-local-border-width, 1px));
  margin-right: -1px;
  margin-right: calc(0px - var(--popup-local-border-width, 1px));
}

.next-date-picker .next-input input,
.next-range-picker .next-input input,
.next-month-picker .next-input input,
.next-year-picker .next-input input,
.next-week-picker .next-input input {
  vertical-align: baseline;
}

.next-date-picker-symbol-calendar-icon::before,
.next-range-picker-symbol-calendar-icon::before,
.next-month-picker-symbol-calendar-icon::before,
.next-year-picker-symbol-calendar-icon::before,
.next-week-picker-symbol-calendar-icon::before {
  content: "\ea1f";
  content: var(--date-picker-calendar-icon, "\ea1f");
}

.next-range-picker-panel-body .next-calendar {
  display: inline-block;
  width: 50%;
}

.next-message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  vertical-align: baseline;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.next-message *,
.next-message *:before,
.next-message *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-message:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-message .next-message-close {
  color: #333333;
  color: var(--message-close-icon-color, #333333);
  font-size: 0;
  position: absolute;
  cursor: pointer;
}

.next-message .next-message-close .next-icon-close {
  width: 12px;
  height: 12px;
  line-height: 1em;
}

.next-message .next-message-close .next-icon-close:before {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
}

.next-message .next-message-close:hover {
  color: #333333;
  color: var(--message-hover-close-icon-color, #333333);
}

.next-message.next-message-success.next-inline {
  background-color: #D8F5D8;
  background-color: var(--message-success-color-bg-inline, #D8F5D8);
  border-color: transparent;
  border-color: var(--message-success-color-border-inline, transparent);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style, solid);
}

.next-message.next-message-success.next-inline .next-message-title {
  color: #333333;
  color: var(--message-success-color-title-inline, #333333);
}

.next-message.next-message-success.next-inline .next-message-content {
  color: #333333;
  color: var(--message-success-color-content-inline, #333333);
}

.next-message.next-message-success.next-inline .next-message-symbol {
  color: #00A700;
  color: var(--message-success-color-icon-inline, #00A700);
}

.next-message.next-message-success.next-inline .next-message-symbol-icon::before {
  content: "\ea23";
  content: var(--message-success-icon-content, "\ea23");
}

.next-message.next-message-success.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-success.next-addon .next-message-title {
  color: #111111;
  color: var(--message-success-color-title-addon, #111111);
}

.next-message.next-message-success.next-addon .next-message-content {
  color: #555555;
  color: var(--message-success-color-content-addon, #555555);
}

.next-message.next-message-success.next-addon .next-message-symbol {
  color: #32C832;
  color: var(--message-success-color-icon-addon, #32C832);
}

.next-message.next-message-success.next-addon .next-message-symbol-icon::before {
  content: "\ea23";
  content: var(--message-success-icon-content, "\ea23");
}

.next-message.next-message-success.next-toast {
  background-color: #FFFFFF;
  background-color: var(--message-success-color-bg-toast, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--message-success-color-border-toast, #C0C6CC);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-success.next-toast .next-message-title {
  color: #333333;
  color: var(--message-success-color-title-toast, #333333);
}

.next-message.next-message-success.next-toast .next-message-content {
  color: #333333;
  color: var(--message-success-color-content-toast, #333333);
}

.next-message.next-message-success.next-toast .next-message-symbol {
  color: #00A700;
  color: var(--message-success-color-icon-toast, #00A700);
}

.next-message.next-message-success.next-toast .next-message-symbol-icon::before {
  content: "\ea23";
  content: var(--message-success-icon-content, "\ea23");
}

.next-message.next-message-warning.next-inline {
  background-color: #FFF7D1;
  background-color: var(--message-warning-color-bg-inline, #FFF7D1);
  border-color: transparent;
  border-color: var(--message-warning-color-border-inline, transparent);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style, solid);
}

.next-message.next-message-warning.next-inline .next-message-title {
  color: #333333;
  color: var(--message-warning-color-title-inline, #333333);
}

.next-message.next-message-warning.next-inline .next-message-content {
  color: #333333;
  color: var(--message-warning-color-content-inline, #333333);
}

.next-message.next-message-warning.next-inline .next-message-symbol {
  color: #FAC800;
  color: var(--message-warning-color-icon-inline, #FAC800);
}

.next-message.next-message-warning.next-inline .next-message-symbol-icon::before {
  content: "\ea21";
  content: var(--message-warning-icon-content, "\ea21");
}

.next-message.next-message-warning.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-warning.next-addon .next-message-title {
  color: #111111;
  color: var(--message-warning-color-title-addon, #111111);
}

.next-message.next-message-warning.next-addon .next-message-content {
  color: #555555;
  color: var(--message-warning-color-content-addon, #555555);
}

.next-message.next-message-warning.next-addon .next-message-symbol {
  color: #FFDE5C;
  color: var(--message-warning-color-icon-addon, #FFDE5C);
}

.next-message.next-message-warning.next-addon .next-message-symbol-icon::before {
  content: "\ea21";
  content: var(--message-warning-icon-content, "\ea21");
}

.next-message.next-message-warning.next-toast {
  background-color: #FFFFFF;
  background-color: var(--message-warning-color-bg-toast, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--message-warning-color-border-toast, #C0C6CC);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-warning.next-toast .next-message-title {
  color: #333333;
  color: var(--message-warning-color-title-toast, #333333);
}

.next-message.next-message-warning.next-toast .next-message-content {
  color: #333333;
  color: var(--message-warning-color-content-toast, #333333);
}

.next-message.next-message-warning.next-toast .next-message-symbol {
  color: #FAC800;
  color: var(--message-warning-color-icon-toast, #FAC800);
}

.next-message.next-message-warning.next-toast .next-message-symbol-icon::before {
  content: "\ea21";
  content: var(--message-warning-icon-content, "\ea21");
}

.next-message.next-message-error.next-inline {
  background-color: #F8EFEF;
  background-color: var(--message-error-color-bg-inline, #F8EFEF);
  border-color: transparent;
  border-color: var(--message-error-color-border-inline, transparent);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style, solid);
}

.next-message.next-message-error.next-inline .next-message-title {
  color: #333333;
  color: var(--message-error-color-title-inline, #333333);
}

.next-message.next-message-error.next-inline .next-message-content {
  color: #333333;
  color: var(--message-error-color-content-inline, #333333);
}

.next-message.next-message-error.next-inline .next-message-symbol {
  color: #C80000;
  color: var(--message-error-color-icon-inline, #C80000);
}

.next-message.next-message-error.next-inline .next-message-symbol-icon::before {
  content: "\ea21";
  content: var(--message-error-icon-content, "\ea21");
}

.next-message.next-message-error.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-error.next-addon .next-message-title {
  color: #111111;
  color: var(--message-error-color-title-addon, #111111);
}

.next-message.next-message-error.next-addon .next-message-content {
  color: #555555;
  color: var(--message-error-color-content-addon, #555555);
}

.next-message.next-message-error.next-addon .next-message-symbol {
  color: #C80000;
  color: var(--message-error-color-icon-addon, #C80000);
}

.next-message.next-message-error.next-addon .next-message-symbol-icon::before {
  content: "\ea21";
  content: var(--message-error-icon-content, "\ea21");
}

.next-message.next-message-error.next-toast {
  background-color: #FFFFFF;
  background-color: var(--message-error-color-bg-toast, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--message-error-color-border-toast, #C0C6CC);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-error.next-toast .next-message-title {
  color: #333333;
  color: var(--message-error-color-title-toast, #333333);
}

.next-message.next-message-error.next-toast .next-message-content {
  color: #333333;
  color: var(--message-error-color-content-toast, #333333);
}

.next-message.next-message-error.next-toast .next-message-symbol {
  color: #C80000;
  color: var(--message-error-color-icon-toast, #C80000);
}

.next-message.next-message-error.next-toast .next-message-symbol-icon::before {
  content: "\ea21";
  content: var(--message-error-icon-content, "\ea21");
}

.next-message.next-message-notice.next-inline {
  background-color: #EFF3F8;
  background-color: var(--message-notice-color-bg-inline, #EFF3F8);
  border-color: transparent;
  border-color: var(--message-notice-color-border-inline, transparent);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style, solid);
}

.next-message.next-message-notice.next-inline .next-message-title {
  color: #333333;
  color: var(--message-notice-color-title-inline, #333333);
}

.next-message.next-message-notice.next-inline .next-message-content {
  color: #333333;
  color: var(--message-notice-color-content-inline, #333333);
}

.next-message.next-message-notice.next-inline .next-message-symbol {
  color: #0064C8;
  color: var(--message-notice-color-icon-inline, #0064C8);
}

.next-message.next-message-notice.next-inline .next-message-symbol-icon::before {
  content: "\ea2a";
  content: var(--message-notice-icon-content, "\ea2a");
}

.next-message.next-message-notice.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-notice.next-addon .next-message-title {
  color: #111111;
  color: var(--message-notice-color-title-addon, #111111);
}

.next-message.next-message-notice.next-addon .next-message-content {
  color: #555555;
  color: var(--message-notice-color-content-addon, #555555);
}

.next-message.next-message-notice.next-addon .next-message-symbol {
  color: #0070CC;
  color: var(--message-notice-color-icon-addon, #0070CC);
}

.next-message.next-message-notice.next-addon .next-message-symbol-icon::before {
  content: "\ea2a";
  content: var(--message-notice-icon-content, "\ea2a");
}

.next-message.next-message-notice.next-toast {
  background-color: #FFFFFF;
  background-color: var(--message-notice-color-bg-toast, #FFFFFF);
  border-color: #FFFFFF;
  border-color: var(--message-notice-color-border-toast, #FFFFFF);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-notice.next-toast .next-message-title {
  color: #333333;
  color: var(--message-notice-color-title-toast, #333333);
}

.next-message.next-message-notice.next-toast .next-message-content {
  color: #666666;
  color: var(--message-notice-color-content-toast, #666666);
}

.next-message.next-message-notice.next-toast .next-message-symbol {
  color: #0070CC;
  color: var(--message-notice-color-icon-toast, #0070CC);
}

.next-message.next-message-notice.next-toast .next-message-symbol-icon::before {
  content: "\ea2a";
  content: var(--message-notice-icon-content, "\ea2a");
}

.next-message.next-message-help.next-inline {
  background-color: #F8F8F9;
  background-color: var(--message-help-color-bg-inline, #F8F8F9);
  border-color: transparent;
  border-color: var(--message-help-color-border-inline, transparent);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style, solid);
}

.next-message.next-message-help.next-inline .next-message-title {
  color: #333333;
  color: var(--message-help-color-title-inline, #333333);
}

.next-message.next-message-help.next-inline .next-message-content {
  color: #333333;
  color: var(--message-help-color-content-inline, #333333);
}

.next-message.next-message-help.next-inline .next-message-symbol {
  color: #333333;
  color: var(--message-help-color-icon-inline, #333333);
}

.next-message.next-message-help.next-inline .next-message-symbol-icon::before {
  content: "\ea2d";
  content: var(--message-help-icon-content, "\ea2d");
}

.next-message.next-message-help.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-help.next-addon .next-message-title {
  color: #111111;
  color: var(--message-help-color-title-addon, #111111);
}

.next-message.next-message-help.next-addon .next-message-content {
  color: #555555;
  color: var(--message-help-color-content-addon, #555555);
}

.next-message.next-message-help.next-addon .next-message-symbol {
  color: #333333;
  color: var(--message-help-color-icon-addon, #333333);
}

.next-message.next-message-help.next-addon .next-message-symbol-icon::before {
  content: "\ea2d";
  content: var(--message-help-icon-content, "\ea2d");
}

.next-message.next-message-help.next-toast {
  background-color: #FFFFFF;
  background-color: var(--message-help-color-bg-toast, #FFFFFF);
  border-color: #FFFFFF;
  border-color: var(--message-help-color-border-toast, #FFFFFF);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-help.next-toast .next-message-title {
  color: #333333;
  color: var(--message-help-color-title-toast, #333333);
}

.next-message.next-message-help.next-toast .next-message-content {
  color: #555555;
  color: var(--message-help-color-content-toast, #555555);
}

.next-message.next-message-help.next-toast .next-message-symbol {
  color: #888888;
  color: var(--message-help-color-icon-toast, #888888);
}

.next-message.next-message-help.next-toast .next-message-symbol-icon::before {
  content: "\ea2d";
  content: var(--message-help-icon-content, "\ea2d");
}

.next-message.next-message-loading.next-inline {
  background-color: #FFFFFF;
  background-color: var(--message-loading-color-bg-inline, #FFFFFF);
  border-color: #E3E4E6;
  border-color: var(--message-loading-color-border-inline, #E3E4E6);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style, solid);
}

.next-message.next-message-loading.next-inline .next-message-title {
  color: #333333;
  color: var(--message-loading-color-title-inline, #333333);
}

.next-message.next-message-loading.next-inline .next-message-content {
  color: #333333;
  color: var(--message-loading-color-content-inline, #333333);
}

.next-message.next-message-loading.next-inline .next-message-symbol {
  color: #333333;
  color: var(--message-loading-color-icon-inline, #333333);
}

.next-message.next-message-loading.next-inline .next-message-symbol-icon::before {
  content: "\ea26";
  content: var(--message-loading-icon-content, "\ea26");
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.next-message.next-message-loading.next-addon {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-loading.next-addon .next-message-title {
  color: #111111;
  color: var(--message-loading-color-title-addon, #111111);
}

.next-message.next-message-loading.next-addon .next-message-content {
  color: #555555;
  color: var(--message-loading-color-content-addon, #555555);
}

.next-message.next-message-loading.next-addon .next-message-symbol {
  color: #1C1C1C;
  color: var(--message-loading-color-icon-addon, #1C1C1C);
}

.next-message.next-message-loading.next-addon .next-message-symbol-icon::before {
  content: "\ea26";
  content: var(--message-loading-icon-content, "\ea26");
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.next-message.next-message-loading.next-toast {
  background-color: #FFFFFF;
  background-color: var(--message-loading-color-bg-toast, #FFFFFF);
  border-color: #FFFFFF;
  border-color: var(--message-loading-color-border-toast, #FFFFFF);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-style: var(--message-border-style-toast, solid);
}

.next-message.next-message-loading.next-toast .next-message-title {
  color: #333333;
  color: var(--message-loading-color-title-toast, #333333);
}

.next-message.next-message-loading.next-toast .next-message-content {
  color: #555555;
  color: var(--message-loading-color-content-toast, #555555);
}

.next-message.next-message-loading.next-toast .next-message-symbol {
  color: #888888;
  color: var(--message-loading-color-icon-toast, #888888);
}

.next-message.next-message-loading.next-toast .next-message-symbol-icon::before {
  content: "\ea26";
  content: var(--message-loading-icon-content, "\ea26");
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.next-message.next-medium {
  border-width: 1px;
  border-width: var(--message-size-m-border-width, 1px);
  padding: 12px;
  padding: var(--message-size-m-padding, 12px);
}

.next-message.next-medium .next-message-symbol {
  float: left;
  line-height: 12px;
  line-height: var(--message-size-m-icon, 12px);
}

.next-message.next-medium .next-message-symbol:before,
.next-message.next-medium .next-message-symbol .next-icon-remote {
  width: 12px;
  width: var(--message-size-m-icon, 12px);
  font-size: 12px;
  font-size: var(--message-size-m-icon, 12px);
  line-height: inherit;
}

.next-message.next-medium .next-message-title {
  padding: 0 4px 0 16px;
  padding: 0 var(--message-size-m-title-content-padding-right, 4px) 0 calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px));
  font-size: 12px;
  font-size: var(--message-size-m-title-font, 12px);
  line-height: 12px;
  line-height: var(--message-size-m-title-font, 12px);
}

.next-message.next-medium .next-message-content {
  margin-top: 8px;
  margin-top: var(--message-size-m-content-margin-top, 8px);
  padding: 0 4px 0 16px;
  padding: 0 var(--message-size-m-title-content-padding-right, 4px) 0 calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px));
  font-size: 12px;
  font-size: var(--message-size-m-content-font, 12px);
  line-height: 12px;
  line-height: var(--message-size-m-content-font, 12px);
}

.next-message.next-medium .next-message-symbol + .next-message-content {
  margin-top: 0;
}

.next-message.next-medium.next-title-content .next-message-title {
  line-height: 12px;
  line-height: var(--message-size-m-icon, 12px);
}

.next-message.next-medium.next-only-content .next-message-content {
  line-height: 12px;
  line-height: var(--message-size-m-icon, 12px);
}

.next-message.next-medium .next-message-close {
  top: 12px;
  top: var(--message-size-m-close-top, 12px);
  right: 12px;
  right: var(--message-size-m-close-right, 12px);
}

.next-message.next-medium.next-inline {
  border-radius: 2px;
  border-radius: var(--message-size-m-border-radius, 2px);
}

.next-message.next-medium.next-toast {
  border-radius: 2px;
  border-radius: var(--message-size-m-border-radius-toast, 2px);
}

.next-message.next-large {
  border-width: 1px;
  border-width: var(--message-size-l-border-width, 1px);
  padding: 16px;
  padding: var(--message-size-l-padding, 16px);
  line-height: 18px;
}

.next-message.next-large .next-message-symbol {
  float: left;
  line-height: 16px;
  line-height: var(--message-size-l-icon, 16px);
}

.next-message.next-large .next-message-symbol:before,
.next-message.next-large .next-message-symbol .next-icon-remote {
  width: 16px;
  width: var(--message-size-l-icon, 16px);
  font-size: 16px;
  font-size: var(--message-size-l-icon, 16px);
  line-height: inherit;
}

.next-message.next-large .next-message-title {
  padding: 0 16px 0 24px;
  padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px));
  font-size: 14px;
  font-size: var(--message-size-l-title-font, 14px);
  line-height: 14px;
  line-height: var(--message-size-l-title-font, 14px);
}

.next-message.next-large .next-message-content {
  margin-top: 8px;
  margin-top: var(--message-size-l-content-margin-top, 8px);
  padding: 0 16px 0 24px;
  padding: 0 var(--message-size-l-title-content-padding-right, 16px) 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px));
  font-size: 12px;
  font-size: var(--message-size-l-content-font, 12px);
  line-height: 12px;
  line-height: var(--message-size-l-content-font, 12px);
}

.next-message.next-large .next-message-symbol + .next-message-content {
  margin-top: 0;
}

.next-message.next-large.next-title-content .next-message-title {
  line-height: 16px;
  line-height: var(--message-size-l-icon, 16px);
}

.next-message.next-large.next-only-content .next-message-content {
  line-height: 16px;
  line-height: var(--message-size-l-icon, 16px);
}

.next-message.next-large .next-message-close {
  top: 16px;
  top: var(--message-size-l-close-top, 16px);
  right: 16px;
  right: var(--message-size-l-close-right, 16px);
}

.next-message.next-large.next-inline {
  border-radius: 2px;
  border-radius: var(--message-size-l-border-radius, 2px);
}

.next-message.next-large.next-toast {
  border-radius: 2px;
  border-radius: var(--message-size-l-border-radius-toast, 2px);
}

.next-message[dir=rtl] .next-message-symbol {
  float: right;
}

.next-message[dir=rtl].next-medium .next-message-title {
  padding: 0 16px 0 4px;
  padding: 0 calc(var(--message-size-m-title-content-padding-left, 4px) + var(--message-size-m-icon, 12px)) 0 var(--message-size-m-title-content-padding-right, 4px);
}

.next-message[dir=rtl].next-medium .next-message-close {
  left: 12px;
  left: var(--message-size-m-close-right, 12px);
  right: auto;
}

.next-message[dir=rtl].next-large .next-message-title {
  padding: 0 24px 0 16px;
  padding: 0 calc(var(--message-size-l-title-content-padding-left, 8px) + var(--message-size-l-icon, 16px)) 0 var(--message-size-l-title-content-padding-right, 16px);
}

.next-message[dir=rtl].next-large .next-message-close {
  left: 16px;
  left: var(--message-size-l-close-right, 16px);
  right: auto;
}

.next-dialog[dir=rtl] {
  text-align: right;
}

.next-dialog[dir=rtl] .next-dialog-footer.next-align-left {
  text-align: right;
}

.next-dialog[dir=rtl] .next-dialog-footer.next-align-center {
  text-align: center;
}

.next-dialog[dir=rtl] .next-dialog-footer.next-align-right {
  text-align: left;
}

.next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn {
  margin-right: 4px;
  margin-left: 0;
}

.next-dialog[dir=rtl] .next-dialog-close {
  left: 24px;
  left: var(--dialog-close-right, 24px);
  right: auto;
}

.next-dialog {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  background: #FFFFFF;
  background: var(--dialog-bg, #FFFFFF);
  border: 1px solid #C0C6CC;
  border: var(--dialog-border-width, 1px) var(--dialog-border-style, solid) var(--dialog-border-color, #C0C6CC);
  border-radius: 4px;
  border-radius: var(--dialog-corner, 4px);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: var(--dialog-shadow, 0px 8px 16px 0px rgba(0, 0, 0, 0.2));
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--dialog-shadow, 0px 8px 16px 0px rgba(0, 0, 0, 0.2));
  text-align: left;
  overflow: hidden;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  max-width: 90%;
  /* 让用户自己设置 */
  /* &.next-closeable &-header, */
  /* &.next-closeable &-body, { */
  /*     padding-right: $dialog-part-padding-right-closeable; */
  /* } */
}

.next-dialog *,
.next-dialog *:before,
.next-dialog *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-dialog-header {
  padding: 24px 24px 16px 24px;
  padding: var(--dialog-title-padding-top, 24px) var(--dialog-title-padding-left-right, 24px) var(--dialog-title-padding-bottom, 16px) var(--dialog-title-padding-left-right, 24px);
  border-bottom: 0px solid #C0C6CC;
  border-bottom: var(--dialog-title-border-width, 0px) var(--line-solid, solid) var(--dialog-title-border-color, #C0C6CC);
  font-size: 16px;
  font-size: var(--dialog-title-font-size, 16px);
  background: #FFFFFF;
  background: var(--dialog-title-bg-color, #FFFFFF);
  color: #333333;
  color: var(--dialog-title-color, #333333);
}

.next-dialog-body {
  padding: 0px 24px 16px 24px;
  padding: var(--dialog-content-padding-top, 0px) var(--dialog-content-padding-left-right, 24px) var(--dialog-content-padding-bottom, 16px) var(--dialog-content-padding-left-right, 24px);
  font-size: 12px;
  font-size: var(--dialog-content-font-size, 12px);
  color: #333333;
  color: var(--dialog-content-color, #333333);
}

.next-dialog-footer {
  padding: 16px 24px 24px 24px;
  padding: var(--dialog-footer-padding-top, 16px) var(--dialog-footer-padding-left-right, 24px) var(--dialog-footer-padding-bottom, 24px) var(--dialog-footer-padding-left-right, 24px);
  border-top: 0px solid #C0C6CC;
  border-top: var(--dialog-footer-border-width, 0px) var(--line-solid, solid) var(--dialog-footer-border-color, #C0C6CC);
  background: #FFFFFF;
  background: var(--dialog-footer-bg-color, #FFFFFF);
}

.next-dialog-footer.next-align-left {
  text-align: left;
}

.next-dialog-footer.next-align-center {
  text-align: center;
}

.next-dialog-footer.next-align-right {
  text-align: right;
}

.next-dialog-footer-fixed-height {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.next-dialog-btn + .next-dialog-btn {
  margin-left: 8px;
  margin-left: var(--dialog-footer-button-spacing, 8px);
}

.next-dialog-close {
  position: absolute;
  top: 24px;
  top: var(--dialog-close-top, 24px);
  right: 24px;
  right: var(--dialog-close-right, 24px);
  width: 16px;
  width: var(--dialog-close-width, 16px);
  height: 16px;
  height: var(--dialog-close-width, 16px);
  color: #666666;
  color: var(--dialog-close-color, #666666);
  cursor: pointer;
}

.next-dialog-close:link, .next-dialog-close:visited {
  height: 16px;
  height: var(--dialog-close-width, 16px);
  color: #666666;
  color: var(--dialog-close-color, #666666);
}

.next-dialog-close:hover {
  background: #FFFFFF;
  background: var(--dialog-close-bg-hovered, #FFFFFF);
  color: #333333;
  color: var(--dialog-close-color-hovered, #333333);
}

.next-dialog-close .next-dialog-close-icon.next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-top: calc(0px - var(--dialog-close-size, 16px) / 2);
  margin-left: -8px;
  margin-left: calc(0px - var(--dialog-close-size, 16px) / 2);
  width: 16px;
  width: var(--dialog-close-size, 16px);
  height: 16px;
  height: var(--dialog-close-size, 16px);
  line-height: 1em;
}

.next-dialog-close .next-dialog-close-icon.next-icon:before {
  width: 16px;
  width: var(--dialog-close-size, 16px);
  height: 16px;
  height: var(--dialog-close-size, 16px);
  font-size: 16px;
  font-size: var(--dialog-close-size, 16px);
  line-height: 1em;
}

.next-dialog-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  padding: 40px;
  overflow: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-dialog-container:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}

.next-dialog-container .next-dialog {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.next-dialog-quick .next-dialog-body {
  padding: 48px 24px 16px 24px;
  padding: var(--dialog-message-content-padding-top, 48px) var(--dialog-message-content-padding-left-right, 24px) var(--dialog-message-content-padding-bottom, 16px) var(--dialog-message-content-padding-left-right, 24px);
}

.next-dialog .next-dialog-message.next-message {
  min-width: 300px;
  padding: 0;
}

.next-drawer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  background: #FFFFFF;
  background: var(--drawer-bg, #FFFFFF);
  border: 1px solid #C0C6CC;
  border: var(--drawer-border-width, 1px) var(--drawer-border-style, solid) var(--drawer-border-color, #C0C6CC);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: var(--drawer-shadow, 0px 8px 16px 0px rgba(0, 0, 0, 0.2));
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: var(--drawer-shadow, 0px 8px 16px 0px rgba(0, 0, 0, 0.2));
  overflow: auto;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.next-drawer *,
.next-drawer *:before,
.next-drawer *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-drawer-right {
  height: 100%;
  max-width: 80%;
  width: 240px;
}

.next-drawer-left {
  height: 100%;
  max-width: 80%;
  width: 240px;
}

.next-drawer-top {
  width: 100%;
}

.next-drawer-bottom {
  width: 100%;
}

.next-drawer-header {
  padding: 24px 24px 16px 24px;
  padding: var(--drawer-title-padding-top, 24px) var(--drawer-title-padding-left-right, 24px) var(--drawer-title-padding-bottom, 16px) var(--drawer-title-padding-left-right, 24px);
  border-bottom: 0px solid transparent;
  border-bottom: var(--drawer-title-border-width, 0px) var(--line-solid, solid) var(--drawer-title-border-color, transparent);
  font-size: 16px;
  font-size: var(--drawer-title-font-size, 16px);
  background: #FFFFFF;
  background: var(--drawer-title-bg-color, #FFFFFF);
  color: #333333;
  color: var(--drawer-title-color, #333333);
}

.next-drawer-no-title {
  padding: 0;
  border-bottom: 0;
}

.next-drawer-body {
  padding: 0px 24px 8px 24px;
  padding: var(--drawer-content-padding-top, 0px) var(--drawer-content-padding-left-right, 24px) var(--drawer-content-padding-bottom, 8px) var(--drawer-content-padding-left-right, 24px);
  font-size: 12px;
  font-size: var(--drawer-content-font-size, 12px);
  color: #333333;
  color: var(--drawer-content-color, #333333);
}

.next-drawer-close {
  position: absolute;
  top: 24px;
  top: var(--drawer-close-top, 24px);
  right: 24px;
  right: var(--drawer-close-right, 24px);
  width: 16px;
  height: 16px;
  color: #666666;
  color: var(--drawer-close-color, #666666);
  cursor: pointer;
}

.next-drawer-close:link, .next-drawer-close:visited {
  height: 16px;
  color: #666666;
  color: var(--drawer-close-color, #666666);
}

.next-drawer-close:hover {
  background: transparent;
  background: var(--drawer-close-bg-hovered, transparent);
  color: #333333;
  color: var(--drawer-close-color-hovered, #333333);
}

.next-drawer-close .next-drawer-close-icon.next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-top: calc(0px - var(--drawer-close-size, 16px) / 2);
  margin-left: -8px;
  margin-left: calc(0px - var(--drawer-close-size, 16px) / 2);
  width: 16px;
  width: var(--drawer-close-size, 16px);
  height: 16px;
  height: var(--drawer-close-size, 16px);
  line-height: 1em;
}

.next-drawer-close .next-drawer-close-icon.next-icon:before {
  width: 16px;
  width: var(--drawer-close-size, 16px);
  height: 16px;
  height: var(--drawer-close-size, 16px);
  font-size: 16px;
  font-size: var(--drawer-close-size, 16px);
  line-height: 1em;
}

/* stylelint-disable-next-line */
/* Grid System */
/* 根据 Alibaba Base DPL(BASE DPL)设计规范实现 */
/* 栅格系统, 根据不同的屏幕尺寸情况，调整这些区块的排版，将页面划分为若干等宽的列，然后推荐通过等宽列来创建响应式的页面区块。另外，屏幕宽度较大的时候，区块倾向于水平分布，而屏幕宽度较小的时候，区块倾向于竖直堆叠。 */
/* ------------------------------- */
.next-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-row *,
.next-row *:before,
.next-row *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-row.next-row-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 320px) {
  .next-row.next-row-fixed {
    width: 320px;
  }
}
@media (min-width: 480px) {
  .next-row.next-row-fixed {
    width: 480px;
  }
}
@media (min-width: 720px) {
  .next-row.next-row-fixed {
    width: 720px;
  }
}
@media (min-width: 990px) {
  .next-row.next-row-fixed {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .next-row.next-row-fixed {
    width: 1200px;
  }
}
@media (min-width: 1500px) {
  .next-row.next-row-fixed {
    width: 1500px;
  }
}
.next-row.next-row-fixed-xxs {
  width: 320px;
}

.next-row.next-row-fixed-xs {
  width: 480px;
}

.next-row.next-row-fixed-s {
  width: 720px;
}

.next-row.next-row-fixed-m {
  width: 990px;
}

.next-row.next-row-fixed-l {
  width: 1200px;
}

.next-row.next-row-fixed-xl {
  width: 1500px;
}

.next-row.next-row-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.next-row.next-row-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.next-row.next-row-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-row.next-row-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-row.next-row-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.next-row.next-row-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.next-row.next-row-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.next-row.next-row-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-row.next-row-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.next-row.next-row-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.next-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.next-col.next-col-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.next-col.next-col-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.next-col.next-col-center {
  -ms-flex-item-align: center;
  align-self: center;
}

/* IE9 pack */
@media all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .next-row {
    display: table;
    width: 100%;
  }

  .next-col {
    display: table-cell;
    vertical-align: top;
  }
}
.next-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.16667%;
  flex: 0 0 4.16667%;
  width: 4.16667%;
  max-width: 4.16667%;
}

.next-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

.next-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
}

.next-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

.next-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.83333%;
  flex: 0 0 20.83333%;
  width: 20.83333%;
  max-width: 20.83333%;
}

.next-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.next-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  width: 29.16667%;
  max-width: 29.16667%;
}

.next-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

.next-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  width: 37.5%;
  max-width: 37.5%;
}

.next-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%;
  max-width: 41.66667%;
}

.next-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.83333%;
  flex: 0 0 45.83333%;
  width: 45.83333%;
  max-width: 45.83333%;
}

.next-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.next-col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  width: 54.16667%;
  max-width: 54.16667%;
}

.next-col-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%;
  max-width: 58.33333%;
}

.next-col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  width: 62.5%;
  max-width: 62.5%;
}

.next-col-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%;
  max-width: 66.66667%;
}

.next-col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  width: 70.83333%;
  max-width: 70.83333%;
}

.next-col-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.next-col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  width: 79.16667%;
  max-width: 79.16667%;
}

.next-col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%;
  max-width: 83.33333%;
}

.next-col-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  width: 87.5%;
  max-width: 87.5%;
}

.next-col-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%;
  max-width: 91.66667%;
}

.next-col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  width: 95.83333%;
  max-width: 95.83333%;
}

.next-col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 320px) {
  .next-col-xxs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%;
  }

  .next-col-xxs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .next-col-xxs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  .next-col-xxs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .next-col-xxs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%;
  }

  .next-col-xxs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .next-col-xxs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%;
  }

  .next-col-xxs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .next-col-xxs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  .next-col-xxs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .next-col-xxs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%;
  }

  .next-col-xxs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .next-col-xxs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%;
  }

  .next-col-xxs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .next-col-xxs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  .next-col-xxs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .next-col-xxs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%;
  }

  .next-col-xxs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .next-col-xxs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%;
  }

  .next-col-xxs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .next-col-xxs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  .next-col-xxs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .next-col-xxs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%;
  }

  .next-col-xxs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%;
  }

  .next-col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .next-col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  .next-col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .next-col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%;
  }

  .next-col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .next-col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%;
  }

  .next-col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .next-col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  .next-col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .next-col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%;
  }

  .next-col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .next-col-xs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%;
  }

  .next-col-xs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .next-col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  .next-col-xs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .next-col-xs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%;
  }

  .next-col-xs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .next-col-xs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%;
  }

  .next-col-xs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .next-col-xs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  .next-col-xs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .next-col-xs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%;
  }

  .next-col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%;
  }

  .next-col-s-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .next-col-s-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  .next-col-s-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .next-col-s-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%;
  }

  .next-col-s-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .next-col-s-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%;
  }

  .next-col-s-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .next-col-s-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  .next-col-s-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .next-col-s-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%;
  }

  .next-col-s-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .next-col-s-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%;
  }

  .next-col-s-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .next-col-s-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  .next-col-s-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .next-col-s-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%;
  }

  .next-col-s-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .next-col-s-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%;
  }

  .next-col-s-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .next-col-s-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  .next-col-s-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .next-col-s-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%;
  }

  .next-col-s-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%;
  }

  .next-col-m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .next-col-m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  .next-col-m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .next-col-m-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%;
  }

  .next-col-m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .next-col-m-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%;
  }

  .next-col-m-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .next-col-m-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  .next-col-m-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .next-col-m-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%;
  }

  .next-col-m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .next-col-m-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%;
  }

  .next-col-m-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .next-col-m-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  .next-col-m-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .next-col-m-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%;
  }

  .next-col-m-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .next-col-m-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%;
  }

  .next-col-m-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .next-col-m-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  .next-col-m-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .next-col-m-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%;
  }

  .next-col-m-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%;
  }

  .next-col-l-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .next-col-l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  .next-col-l-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .next-col-l-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%;
  }

  .next-col-l-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .next-col-l-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%;
  }

  .next-col-l-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .next-col-l-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  .next-col-l-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .next-col-l-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%;
  }

  .next-col-l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .next-col-l-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%;
  }

  .next-col-l-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .next-col-l-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  .next-col-l-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .next-col-l-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%;
  }

  .next-col-l-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .next-col-l-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%;
  }

  .next-col-l-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .next-col-l-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  .next-col-l-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .next-col-l-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%;
  }

  .next-col-l-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    width: 4.16667%;
    max-width: 4.16667%;
  }

  .next-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .next-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }

  .next-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .next-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    width: 20.83333%;
    max-width: 20.83333%;
  }

  .next-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  .next-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    width: 29.16667%;
    max-width: 29.16667%;
  }

  .next-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .next-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    width: 37.5%;
    max-width: 37.5%;
  }

  .next-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .next-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    width: 45.83333%;
    max-width: 45.83333%;
  }

  .next-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .next-col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    width: 54.16667%;
    max-width: 54.16667%;
  }

  .next-col-xl-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .next-col-xl-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    width: 62.5%;
    max-width: 62.5%;
  }

  .next-col-xl-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .next-col-xl-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    width: 70.83333%;
    max-width: 70.83333%;
  }

  .next-col-xl-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .next-col-xl-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    width: 79.16667%;
    max-width: 79.16667%;
  }

  .next-col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .next-col-xl-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    width: 87.5%;
    max-width: 87.5%;
  }

  .next-col-xl-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .next-col-xl-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    width: 95.83333%;
    max-width: 95.83333%;
  }

  .next-col-xl-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.next-col-1p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

.next-col-2p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
}

.next-col-3p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
  max-width: 60%;
}

.next-col-4p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
}

.next-col-5p5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 320px) {
  .next-col-xxs-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }

  .next-col-xxs-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .next-col-xxs-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }

  .next-col-xxs-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }

  .next-col-xxs-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }

  .next-col-xs-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .next-col-xs-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }

  .next-col-xs-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }

  .next-col-xs-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }

  .next-col-s-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .next-col-s-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }

  .next-col-s-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }

  .next-col-s-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }

  .next-col-m-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .next-col-m-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }

  .next-col-m-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }

  .next-col-m-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }

  .next-col-l-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .next-col-l-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }

  .next-col-l-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }

  .next-col-l-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-1p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }

  .next-col-xl-2p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .next-col-xl-3p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
  }

  .next-col-xl-4p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }

  .next-col-xl-5p5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.next-col-fixed-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  max-width: 20px;
}

.next-col-fixed-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
}

.next-col-fixed-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  max-width: 60px;
}

.next-col-fixed-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  max-width: 80px;
}

.next-col-fixed-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  max-width: 100px;
}

.next-col-fixed-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  max-width: 120px;
}

.next-col-fixed-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  max-width: 140px;
}

.next-col-fixed-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
  max-width: 160px;
}

.next-col-fixed-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  width: 180px;
  max-width: 180px;
}

.next-col-fixed-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
}

.next-col-fixed-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  width: 220px;
  max-width: 220px;
}

.next-col-fixed-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  width: 240px;
  max-width: 240px;
}

.next-col-fixed-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  width: 260px;
  max-width: 260px;
}

.next-col-fixed-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
}

.next-col-fixed-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
}

.next-col-fixed-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  width: 320px;
  max-width: 320px;
}

.next-col-fixed-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  width: 340px;
  max-width: 340px;
}

.next-col-fixed-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  width: 360px;
  max-width: 360px;
}

.next-col-fixed-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  width: 380px;
  max-width: 380px;
}

.next-col-fixed-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  width: 400px;
  max-width: 400px;
}

.next-col-fixed-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  width: 420px;
  max-width: 420px;
}

.next-col-fixed-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  width: 440px;
  max-width: 440px;
}

.next-col-fixed-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
  width: 460px;
  max-width: 460px;
}

.next-col-fixed-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  width: 480px;
  max-width: 480px;
}

.next-col-fixed-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  width: 500px;
  max-width: 500px;
}

.next-col-fixed-26 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  width: 520px;
  max-width: 520px;
}

.next-col-fixed-27 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  width: 540px;
  max-width: 540px;
}

.next-col-fixed-28 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  width: 560px;
  max-width: 560px;
}

.next-col-fixed-29 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 580px;
  flex: 0 0 580px;
  width: 580px;
  max-width: 580px;
}

.next-col-fixed-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  width: 600px;
  max-width: 600px;
}

.next-col-offset-1 {
  margin-left: 4.16667%;
}

.next-col-offset-2 {
  margin-left: 8.33333%;
}

.next-col-offset-3 {
  margin-left: 12.5%;
}

.next-col-offset-4 {
  margin-left: 16.66667%;
}

.next-col-offset-5 {
  margin-left: 20.83333%;
}

.next-col-offset-6 {
  margin-left: 25%;
}

.next-col-offset-7 {
  margin-left: 29.16667%;
}

.next-col-offset-8 {
  margin-left: 33.33333%;
}

.next-col-offset-9 {
  margin-left: 37.5%;
}

.next-col-offset-10 {
  margin-left: 41.66667%;
}

.next-col-offset-11 {
  margin-left: 45.83333%;
}

.next-col-offset-12 {
  margin-left: 50%;
}

.next-col-offset-13 {
  margin-left: 54.16667%;
}

.next-col-offset-14 {
  margin-left: 58.33333%;
}

.next-col-offset-15 {
  margin-left: 62.5%;
}

.next-col-offset-16 {
  margin-left: 66.66667%;
}

.next-col-offset-17 {
  margin-left: 70.83333%;
}

.next-col-offset-18 {
  margin-left: 75%;
}

.next-col-offset-19 {
  margin-left: 79.16667%;
}

.next-col-offset-20 {
  margin-left: 83.33333%;
}

.next-col-offset-21 {
  margin-left: 87.5%;
}

.next-col-offset-22 {
  margin-left: 91.66667%;
}

.next-col-offset-23 {
  margin-left: 95.83333%;
}

.next-col-offset-24 {
  margin-left: 100%;
}

@media (min-width: 320px) {
  .next-col-xxs-offset-1 {
    margin-left: 4.16667%;
  }

  .next-col-xxs-offset-2 {
    margin-left: 8.33333%;
  }

  .next-col-xxs-offset-3 {
    margin-left: 12.5%;
  }

  .next-col-xxs-offset-4 {
    margin-left: 16.66667%;
  }

  .next-col-xxs-offset-5 {
    margin-left: 20.83333%;
  }

  .next-col-xxs-offset-6 {
    margin-left: 25%;
  }

  .next-col-xxs-offset-7 {
    margin-left: 29.16667%;
  }

  .next-col-xxs-offset-8 {
    margin-left: 33.33333%;
  }

  .next-col-xxs-offset-9 {
    margin-left: 37.5%;
  }

  .next-col-xxs-offset-10 {
    margin-left: 41.66667%;
  }

  .next-col-xxs-offset-11 {
    margin-left: 45.83333%;
  }

  .next-col-xxs-offset-12 {
    margin-left: 50%;
  }

  .next-col-xxs-offset-13 {
    margin-left: 54.16667%;
  }

  .next-col-xxs-offset-14 {
    margin-left: 58.33333%;
  }

  .next-col-xxs-offset-15 {
    margin-left: 62.5%;
  }

  .next-col-xxs-offset-16 {
    margin-left: 66.66667%;
  }

  .next-col-xxs-offset-17 {
    margin-left: 70.83333%;
  }

  .next-col-xxs-offset-18 {
    margin-left: 75%;
  }

  .next-col-xxs-offset-19 {
    margin-left: 79.16667%;
  }

  .next-col-xxs-offset-20 {
    margin-left: 83.33333%;
  }

  .next-col-xxs-offset-21 {
    margin-left: 87.5%;
  }

  .next-col-xxs-offset-22 {
    margin-left: 91.66667%;
  }

  .next-col-xxs-offset-23 {
    margin-left: 95.83333%;
  }

  .next-col-xxs-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 480px) {
  .next-col-xs-offset-1 {
    margin-left: 4.16667%;
  }

  .next-col-xs-offset-2 {
    margin-left: 8.33333%;
  }

  .next-col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .next-col-xs-offset-4 {
    margin-left: 16.66667%;
  }

  .next-col-xs-offset-5 {
    margin-left: 20.83333%;
  }

  .next-col-xs-offset-6 {
    margin-left: 25%;
  }

  .next-col-xs-offset-7 {
    margin-left: 29.16667%;
  }

  .next-col-xs-offset-8 {
    margin-left: 33.33333%;
  }

  .next-col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .next-col-xs-offset-10 {
    margin-left: 41.66667%;
  }

  .next-col-xs-offset-11 {
    margin-left: 45.83333%;
  }

  .next-col-xs-offset-12 {
    margin-left: 50%;
  }

  .next-col-xs-offset-13 {
    margin-left: 54.16667%;
  }

  .next-col-xs-offset-14 {
    margin-left: 58.33333%;
  }

  .next-col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .next-col-xs-offset-16 {
    margin-left: 66.66667%;
  }

  .next-col-xs-offset-17 {
    margin-left: 70.83333%;
  }

  .next-col-xs-offset-18 {
    margin-left: 75%;
  }

  .next-col-xs-offset-19 {
    margin-left: 79.16667%;
  }

  .next-col-xs-offset-20 {
    margin-left: 83.33333%;
  }

  .next-col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .next-col-xs-offset-22 {
    margin-left: 91.66667%;
  }

  .next-col-xs-offset-23 {
    margin-left: 95.83333%;
  }

  .next-col-xs-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .next-col-s-offset-1 {
    margin-left: 4.16667%;
  }

  .next-col-s-offset-2 {
    margin-left: 8.33333%;
  }

  .next-col-s-offset-3 {
    margin-left: 12.5%;
  }

  .next-col-s-offset-4 {
    margin-left: 16.66667%;
  }

  .next-col-s-offset-5 {
    margin-left: 20.83333%;
  }

  .next-col-s-offset-6 {
    margin-left: 25%;
  }

  .next-col-s-offset-7 {
    margin-left: 29.16667%;
  }

  .next-col-s-offset-8 {
    margin-left: 33.33333%;
  }

  .next-col-s-offset-9 {
    margin-left: 37.5%;
  }

  .next-col-s-offset-10 {
    margin-left: 41.66667%;
  }

  .next-col-s-offset-11 {
    margin-left: 45.83333%;
  }

  .next-col-s-offset-12 {
    margin-left: 50%;
  }

  .next-col-s-offset-13 {
    margin-left: 54.16667%;
  }

  .next-col-s-offset-14 {
    margin-left: 58.33333%;
  }

  .next-col-s-offset-15 {
    margin-left: 62.5%;
  }

  .next-col-s-offset-16 {
    margin-left: 66.66667%;
  }

  .next-col-s-offset-17 {
    margin-left: 70.83333%;
  }

  .next-col-s-offset-18 {
    margin-left: 75%;
  }

  .next-col-s-offset-19 {
    margin-left: 79.16667%;
  }

  .next-col-s-offset-20 {
    margin-left: 83.33333%;
  }

  .next-col-s-offset-21 {
    margin-left: 87.5%;
  }

  .next-col-s-offset-22 {
    margin-left: 91.66667%;
  }

  .next-col-s-offset-23 {
    margin-left: 95.83333%;
  }

  .next-col-s-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 990px) {
  .next-col-m-offset-1 {
    margin-left: 4.16667%;
  }

  .next-col-m-offset-2 {
    margin-left: 8.33333%;
  }

  .next-col-m-offset-3 {
    margin-left: 12.5%;
  }

  .next-col-m-offset-4 {
    margin-left: 16.66667%;
  }

  .next-col-m-offset-5 {
    margin-left: 20.83333%;
  }

  .next-col-m-offset-6 {
    margin-left: 25%;
  }

  .next-col-m-offset-7 {
    margin-left: 29.16667%;
  }

  .next-col-m-offset-8 {
    margin-left: 33.33333%;
  }

  .next-col-m-offset-9 {
    margin-left: 37.5%;
  }

  .next-col-m-offset-10 {
    margin-left: 41.66667%;
  }

  .next-col-m-offset-11 {
    margin-left: 45.83333%;
  }

  .next-col-m-offset-12 {
    margin-left: 50%;
  }

  .next-col-m-offset-13 {
    margin-left: 54.16667%;
  }

  .next-col-m-offset-14 {
    margin-left: 58.33333%;
  }

  .next-col-m-offset-15 {
    margin-left: 62.5%;
  }

  .next-col-m-offset-16 {
    margin-left: 66.66667%;
  }

  .next-col-m-offset-17 {
    margin-left: 70.83333%;
  }

  .next-col-m-offset-18 {
    margin-left: 75%;
  }

  .next-col-m-offset-19 {
    margin-left: 79.16667%;
  }

  .next-col-m-offset-20 {
    margin-left: 83.33333%;
  }

  .next-col-m-offset-21 {
    margin-left: 87.5%;
  }

  .next-col-m-offset-22 {
    margin-left: 91.66667%;
  }

  .next-col-m-offset-23 {
    margin-left: 95.83333%;
  }

  .next-col-m-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .next-col-l-offset-1 {
    margin-left: 4.16667%;
  }

  .next-col-l-offset-2 {
    margin-left: 8.33333%;
  }

  .next-col-l-offset-3 {
    margin-left: 12.5%;
  }

  .next-col-l-offset-4 {
    margin-left: 16.66667%;
  }

  .next-col-l-offset-5 {
    margin-left: 20.83333%;
  }

  .next-col-l-offset-6 {
    margin-left: 25%;
  }

  .next-col-l-offset-7 {
    margin-left: 29.16667%;
  }

  .next-col-l-offset-8 {
    margin-left: 33.33333%;
  }

  .next-col-l-offset-9 {
    margin-left: 37.5%;
  }

  .next-col-l-offset-10 {
    margin-left: 41.66667%;
  }

  .next-col-l-offset-11 {
    margin-left: 45.83333%;
  }

  .next-col-l-offset-12 {
    margin-left: 50%;
  }

  .next-col-l-offset-13 {
    margin-left: 54.16667%;
  }

  .next-col-l-offset-14 {
    margin-left: 58.33333%;
  }

  .next-col-l-offset-15 {
    margin-left: 62.5%;
  }

  .next-col-l-offset-16 {
    margin-left: 66.66667%;
  }

  .next-col-l-offset-17 {
    margin-left: 70.83333%;
  }

  .next-col-l-offset-18 {
    margin-left: 75%;
  }

  .next-col-l-offset-19 {
    margin-left: 79.16667%;
  }

  .next-col-l-offset-20 {
    margin-left: 83.33333%;
  }

  .next-col-l-offset-21 {
    margin-left: 87.5%;
  }

  .next-col-l-offset-22 {
    margin-left: 91.66667%;
  }

  .next-col-l-offset-23 {
    margin-left: 95.83333%;
  }

  .next-col-l-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-offset-1 {
    margin-left: 4.16667%;
  }

  .next-col-xl-offset-2 {
    margin-left: 8.33333%;
  }

  .next-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .next-col-xl-offset-4 {
    margin-left: 16.66667%;
  }

  .next-col-xl-offset-5 {
    margin-left: 20.83333%;
  }

  .next-col-xl-offset-6 {
    margin-left: 25%;
  }

  .next-col-xl-offset-7 {
    margin-left: 29.16667%;
  }

  .next-col-xl-offset-8 {
    margin-left: 33.33333%;
  }

  .next-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .next-col-xl-offset-10 {
    margin-left: 41.66667%;
  }

  .next-col-xl-offset-11 {
    margin-left: 45.83333%;
  }

  .next-col-xl-offset-12 {
    margin-left: 50%;
  }

  .next-col-xl-offset-13 {
    margin-left: 54.16667%;
  }

  .next-col-xl-offset-14 {
    margin-left: 58.33333%;
  }

  .next-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .next-col-xl-offset-16 {
    margin-left: 66.66667%;
  }

  .next-col-xl-offset-17 {
    margin-left: 70.83333%;
  }

  .next-col-xl-offset-18 {
    margin-left: 75%;
  }

  .next-col-xl-offset-19 {
    margin-left: 79.16667%;
  }

  .next-col-xl-offset-20 {
    margin-left: 83.33333%;
  }

  .next-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .next-col-xl-offset-22 {
    margin-left: 91.66667%;
  }

  .next-col-xl-offset-23 {
    margin-left: 95.83333%;
  }

  .next-col-xl-offset-24 {
    margin-left: 100%;
  }
}
.next-col-offset-fixed-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-xxs-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-xxs-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-xxs-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-xxs-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-xxs-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-xxs-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-xxs-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-xxs-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-xxs-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-xxs-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-xxs-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-xxs-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-xxs-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-xxs-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-xxs-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-xxs-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-xxs-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-xxs-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-xxs-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-xxs-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-xxs-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-xxs-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-xxs-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-xxs-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-xxs-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-xxs-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-xxs-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-xxs-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-xxs-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-xxs-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-xs-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-xs-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-xs-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-xs-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-xs-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-xs-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-xs-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-xs-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-xs-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-xs-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-xs-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-xs-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-xs-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-xs-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-xs-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-xs-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-xs-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-xs-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-xs-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-xs-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-xs-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-xs-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-xs-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-xs-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-xs-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-xs-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-xs-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-xs-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-xs-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-xs-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-s-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-s-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-s-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-s-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-s-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-s-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-s-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-s-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-s-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-s-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-s-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-s-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-s-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-s-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-s-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-s-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-s-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-s-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-s-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-s-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-s-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-s-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-s-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-s-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-s-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-s-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-s-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-s-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-s-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-s-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-m-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-m-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-m-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-m-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-m-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-m-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-m-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-m-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-m-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-m-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-m-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-m-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-m-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-m-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-m-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-m-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-m-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-m-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-m-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-m-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-m-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-m-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-m-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-m-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-m-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-m-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-m-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-m-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-m-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-m-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-l-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-l-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-l-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-l-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-l-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-l-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-l-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-l-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-l-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-l-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-l-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-l-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-l-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-l-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-l-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-l-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-l-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-l-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-l-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-l-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-l-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-l-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-l-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-l-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-l-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-l-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-l-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-l-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-l-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-l-30 {
  margin-left: 600px;
}

.next-col-offset-fixed-xl-1 {
  margin-left: 20px;
}

.next-col-offset-fixed-xl-2 {
  margin-left: 40px;
}

.next-col-offset-fixed-xl-3 {
  margin-left: 60px;
}

.next-col-offset-fixed-xl-4 {
  margin-left: 80px;
}

.next-col-offset-fixed-xl-5 {
  margin-left: 100px;
}

.next-col-offset-fixed-xl-6 {
  margin-left: 120px;
}

.next-col-offset-fixed-xl-7 {
  margin-left: 140px;
}

.next-col-offset-fixed-xl-8 {
  margin-left: 160px;
}

.next-col-offset-fixed-xl-9 {
  margin-left: 180px;
}

.next-col-offset-fixed-xl-10 {
  margin-left: 200px;
}

.next-col-offset-fixed-xl-11 {
  margin-left: 220px;
}

.next-col-offset-fixed-xl-12 {
  margin-left: 240px;
}

.next-col-offset-fixed-xl-13 {
  margin-left: 260px;
}

.next-col-offset-fixed-xl-14 {
  margin-left: 280px;
}

.next-col-offset-fixed-xl-15 {
  margin-left: 300px;
}

.next-col-offset-fixed-xl-16 {
  margin-left: 320px;
}

.next-col-offset-fixed-xl-17 {
  margin-left: 340px;
}

.next-col-offset-fixed-xl-18 {
  margin-left: 360px;
}

.next-col-offset-fixed-xl-19 {
  margin-left: 380px;
}

.next-col-offset-fixed-xl-20 {
  margin-left: 400px;
}

.next-col-offset-fixed-xl-21 {
  margin-left: 420px;
}

.next-col-offset-fixed-xl-22 {
  margin-left: 440px;
}

.next-col-offset-fixed-xl-23 {
  margin-left: 460px;
}

.next-col-offset-fixed-xl-24 {
  margin-left: 480px;
}

.next-col-offset-fixed-xl-25 {
  margin-left: 500px;
}

.next-col-offset-fixed-xl-26 {
  margin-left: 520px;
}

.next-col-offset-fixed-xl-27 {
  margin-left: 540px;
}

.next-col-offset-fixed-xl-28 {
  margin-left: 560px;
}

.next-col-offset-fixed-xl-29 {
  margin-left: 580px;
}

.next-col-offset-fixed-xl-30 {
  margin-left: 600px;
}

.next-col.next-col-hidden {
  display: none;
}

@media (min-width: 320px) and (max-width: 479px) {
  .next-col.next-col-xxs-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .next-col.next-col-xs-hidden {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 989px) {
  .next-col.next-col-s-hidden {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .next-col.next-col-m-hidden {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .next-col.next-col-l-hidden {
    display: none;
  }
}
@media (min-width: 1500px) {
  .next-col.next-col-xl-hidden {
    display: none;
  }
}
.next-row.next-row-hidden {
  display: none;
}

@media (min-width: 320px) and (max-width: 479px) {
  .next-row.next-row-xxs-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .next-row.next-row-xs-hidden {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 989px) {
  .next-row.next-row-s-hidden {
    display: none;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .next-row.next-row-m-hidden {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .next-row.next-row-l-hidden {
    display: none;
  }
}
@media (min-width: 1500px) {
  .next-row.next-row-xl-hidden {
    display: none;
  }
}
.next-col-offset-1[dir=rtl] {
  margin-right: 4.16667%;
  margin-left: auto;
}

.next-col-offset-2[dir=rtl] {
  margin-right: 8.33333%;
  margin-left: auto;
}

.next-col-offset-3[dir=rtl] {
  margin-right: 12.5%;
  margin-left: auto;
}

.next-col-offset-4[dir=rtl] {
  margin-right: 16.66667%;
  margin-left: auto;
}

.next-col-offset-5[dir=rtl] {
  margin-right: 20.83333%;
  margin-left: auto;
}

.next-col-offset-6[dir=rtl] {
  margin-right: 25%;
  margin-left: auto;
}

.next-col-offset-7[dir=rtl] {
  margin-right: 29.16667%;
  margin-left: auto;
}

.next-col-offset-8[dir=rtl] {
  margin-right: 33.33333%;
  margin-left: auto;
}

.next-col-offset-9[dir=rtl] {
  margin-right: 37.5%;
  margin-left: auto;
}

.next-col-offset-10[dir=rtl] {
  margin-right: 41.66667%;
  margin-left: auto;
}

.next-col-offset-11[dir=rtl] {
  margin-right: 45.83333%;
  margin-left: auto;
}

.next-col-offset-12[dir=rtl] {
  margin-right: 50%;
  margin-left: auto;
}

.next-col-offset-13[dir=rtl] {
  margin-right: 54.16667%;
  margin-left: auto;
}

.next-col-offset-14[dir=rtl] {
  margin-right: 58.33333%;
  margin-left: auto;
}

.next-col-offset-15[dir=rtl] {
  margin-right: 62.5%;
  margin-left: auto;
}

.next-col-offset-16[dir=rtl] {
  margin-right: 66.66667%;
  margin-left: auto;
}

.next-col-offset-17[dir=rtl] {
  margin-right: 70.83333%;
  margin-left: auto;
}

.next-col-offset-18[dir=rtl] {
  margin-right: 75%;
  margin-left: auto;
}

.next-col-offset-19[dir=rtl] {
  margin-right: 79.16667%;
  margin-left: auto;
}

.next-col-offset-20[dir=rtl] {
  margin-right: 83.33333%;
  margin-left: auto;
}

.next-col-offset-21[dir=rtl] {
  margin-right: 87.5%;
  margin-left: auto;
}

.next-col-offset-22[dir=rtl] {
  margin-right: 91.66667%;
  margin-left: auto;
}

.next-col-offset-23[dir=rtl] {
  margin-right: 95.83333%;
  margin-left: auto;
}

.next-col-offset-24[dir=rtl] {
  margin-right: 100%;
  margin-left: auto;
}

@media (min-width: 320px) {
  .next-col-xxs-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }

  .next-col-xxs-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }

  .next-col-xxs-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }

  .next-col-xxs-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }

  .next-col-xxs-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }

  .next-col-xxs-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }

  .next-col-xxs-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }

  .next-col-xxs-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto;
  }

  .next-col-xxs-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto;
  }

  .next-col-xxs-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 480px) {
  .next-col-xs-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto;
  }

  .next-col-xs-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto;
  }

  .next-col-xs-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }

  .next-col-xs-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto;
  }

  .next-col-xs-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto;
  }

  .next-col-xs-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }

  .next-col-xs-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto;
  }

  .next-col-xs-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto;
  }

  .next-col-xs-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }

  .next-col-xs-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto;
  }

  .next-col-xs-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto;
  }

  .next-col-xs-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }

  .next-col-xs-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto;
  }

  .next-col-xs-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto;
  }

  .next-col-xs-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }

  .next-col-xs-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto;
  }

  .next-col-xs-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto;
  }

  .next-col-xs-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }

  .next-col-xs-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto;
  }

  .next-col-xs-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto;
  }

  .next-col-xs-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }

  .next-col-xs-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto;
  }

  .next-col-xs-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto;
  }

  .next-col-xs-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 720px) {
  .next-col-s-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto;
  }

  .next-col-s-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto;
  }

  .next-col-s-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }

  .next-col-s-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto;
  }

  .next-col-s-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto;
  }

  .next-col-s-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }

  .next-col-s-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto;
  }

  .next-col-s-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto;
  }

  .next-col-s-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }

  .next-col-s-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto;
  }

  .next-col-s-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto;
  }

  .next-col-s-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }

  .next-col-s-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto;
  }

  .next-col-s-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto;
  }

  .next-col-s-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }

  .next-col-s-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto;
  }

  .next-col-s-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto;
  }

  .next-col-s-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }

  .next-col-s-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto;
  }

  .next-col-s-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto;
  }

  .next-col-s-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }

  .next-col-s-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto;
  }

  .next-col-s-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto;
  }

  .next-col-s-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 990px) {
  .next-col-m-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto;
  }

  .next-col-m-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto;
  }

  .next-col-m-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }

  .next-col-m-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto;
  }

  .next-col-m-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto;
  }

  .next-col-m-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }

  .next-col-m-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto;
  }

  .next-col-m-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto;
  }

  .next-col-m-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }

  .next-col-m-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto;
  }

  .next-col-m-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto;
  }

  .next-col-m-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }

  .next-col-m-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto;
  }

  .next-col-m-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto;
  }

  .next-col-m-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }

  .next-col-m-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto;
  }

  .next-col-m-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto;
  }

  .next-col-m-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }

  .next-col-m-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto;
  }

  .next-col-m-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto;
  }

  .next-col-m-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }

  .next-col-m-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto;
  }

  .next-col-m-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto;
  }

  .next-col-m-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .next-col-l-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto;
  }

  .next-col-l-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto;
  }

  .next-col-l-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }

  .next-col-l-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto;
  }

  .next-col-l-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto;
  }

  .next-col-l-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }

  .next-col-l-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto;
  }

  .next-col-l-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto;
  }

  .next-col-l-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }

  .next-col-l-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto;
  }

  .next-col-l-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto;
  }

  .next-col-l-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }

  .next-col-l-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto;
  }

  .next-col-l-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto;
  }

  .next-col-l-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }

  .next-col-l-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto;
  }

  .next-col-l-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto;
  }

  .next-col-l-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }

  .next-col-l-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto;
  }

  .next-col-l-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto;
  }

  .next-col-l-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }

  .next-col-l-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto;
  }

  .next-col-l-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto;
  }

  .next-col-l-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
@media (min-width: 1500px) {
  .next-col-xl-offset-1[dir=rtl] {
    margin-right: 4.16667%;
    margin-left: auto;
  }

  .next-col-xl-offset-2[dir=rtl] {
    margin-right: 8.33333%;
    margin-left: auto;
  }

  .next-col-xl-offset-3[dir=rtl] {
    margin-right: 12.5%;
    margin-left: auto;
  }

  .next-col-xl-offset-4[dir=rtl] {
    margin-right: 16.66667%;
    margin-left: auto;
  }

  .next-col-xl-offset-5[dir=rtl] {
    margin-right: 20.83333%;
    margin-left: auto;
  }

  .next-col-xl-offset-6[dir=rtl] {
    margin-right: 25%;
    margin-left: auto;
  }

  .next-col-xl-offset-7[dir=rtl] {
    margin-right: 29.16667%;
    margin-left: auto;
  }

  .next-col-xl-offset-8[dir=rtl] {
    margin-right: 33.33333%;
    margin-left: auto;
  }

  .next-col-xl-offset-9[dir=rtl] {
    margin-right: 37.5%;
    margin-left: auto;
  }

  .next-col-xl-offset-10[dir=rtl] {
    margin-right: 41.66667%;
    margin-left: auto;
  }

  .next-col-xl-offset-11[dir=rtl] {
    margin-right: 45.83333%;
    margin-left: auto;
  }

  .next-col-xl-offset-12[dir=rtl] {
    margin-right: 50%;
    margin-left: auto;
  }

  .next-col-xl-offset-13[dir=rtl] {
    margin-right: 54.16667%;
    margin-left: auto;
  }

  .next-col-xl-offset-14[dir=rtl] {
    margin-right: 58.33333%;
    margin-left: auto;
  }

  .next-col-xl-offset-15[dir=rtl] {
    margin-right: 62.5%;
    margin-left: auto;
  }

  .next-col-xl-offset-16[dir=rtl] {
    margin-right: 66.66667%;
    margin-left: auto;
  }

  .next-col-xl-offset-17[dir=rtl] {
    margin-right: 70.83333%;
    margin-left: auto;
  }

  .next-col-xl-offset-18[dir=rtl] {
    margin-right: 75%;
    margin-left: auto;
  }

  .next-col-xl-offset-19[dir=rtl] {
    margin-right: 79.16667%;
    margin-left: auto;
  }

  .next-col-xl-offset-20[dir=rtl] {
    margin-right: 83.33333%;
    margin-left: auto;
  }

  .next-col-xl-offset-21[dir=rtl] {
    margin-right: 87.5%;
    margin-left: auto;
  }

  .next-col-xl-offset-22[dir=rtl] {
    margin-right: 91.66667%;
    margin-left: auto;
  }

  .next-col-xl-offset-23[dir=rtl] {
    margin-right: 95.83333%;
    margin-left: auto;
  }

  .next-col-xl-offset-24[dir=rtl] {
    margin-right: 100%;
    margin-left: auto;
  }
}
.next-col-offset-fixed-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-xxs-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-xs-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-s-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-s-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-s-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-s-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-s-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-s-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-s-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-s-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-s-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-s-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-s-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-s-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-s-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-s-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-s-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-s-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-s-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-s-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-s-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-s-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-s-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-s-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-s-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-s-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-s-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-s-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-s-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-s-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-s-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-s-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-m-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-m-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-m-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-m-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-m-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-m-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-m-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-m-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-m-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-m-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-m-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-m-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-m-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-m-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-m-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-m-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-m-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-m-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-m-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-m-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-m-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-m-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-m-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-m-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-m-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-m-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-m-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-m-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-m-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-m-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-l-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-l-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-l-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-l-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-l-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-l-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-l-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-l-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-l-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-l-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-l-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-l-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-l-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-l-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-l-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-l-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-l-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-l-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-l-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-l-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-l-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-l-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-l-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-l-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-l-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-l-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-l-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-l-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-l-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-l-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-1[dir=rtl] {
  margin-right: 20px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-2[dir=rtl] {
  margin-right: 40px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-3[dir=rtl] {
  margin-right: 60px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-4[dir=rtl] {
  margin-right: 80px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-5[dir=rtl] {
  margin-right: 100px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-6[dir=rtl] {
  margin-right: 120px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-7[dir=rtl] {
  margin-right: 140px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-8[dir=rtl] {
  margin-right: 160px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-9[dir=rtl] {
  margin-right: 180px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-10[dir=rtl] {
  margin-right: 200px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-11[dir=rtl] {
  margin-right: 220px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-12[dir=rtl] {
  margin-right: 240px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-13[dir=rtl] {
  margin-right: 260px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-14[dir=rtl] {
  margin-right: 280px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-15[dir=rtl] {
  margin-right: 300px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-16[dir=rtl] {
  margin-right: 320px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-17[dir=rtl] {
  margin-right: 340px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-18[dir=rtl] {
  margin-right: 360px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-19[dir=rtl] {
  margin-right: 380px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-20[dir=rtl] {
  margin-right: 400px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-21[dir=rtl] {
  margin-right: 420px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-22[dir=rtl] {
  margin-right: 440px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-23[dir=rtl] {
  margin-right: 460px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-24[dir=rtl] {
  margin-right: 480px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-25[dir=rtl] {
  margin-right: 500px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-26[dir=rtl] {
  margin-right: 520px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-27[dir=rtl] {
  margin-right: 540px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-28[dir=rtl] {
  margin-right: 560px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-29[dir=rtl] {
  margin-right: 580px;
  margin-left: auto;
}

.next-col-offset-fixed-xl-30[dir=rtl] {
  margin-right: 600px;
  margin-left: auto;
}

/* put your code here */
.next-responsive-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
}

.next-responsive-grid *,
.next-responsive-grid *:before,
.next-responsive-grid *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-responsive-grid-ie {
  display: block;
}

.next-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-form *,
.next-form *:before,
.next-form *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-form-preview.next-form-item.next-medium .next-form-item-label {
  font-size: 12px;
  font-size: var(--form-element-medium-preview-label-font-size, 12px);
  line-height: 16px;
  line-height: var(--form-element-medium-preview-height, 16px);
}

.next-form-preview.next-form-item.next-small .next-form-item-label {
  font-size: 12px;
  font-size: var(--form-element-small-preview-label-font-size, 12px);
  line-height: 16px;
  line-height: var(--form-element-small-preview-height, 16px);
}

.next-form-preview.next-form-item.next-large .next-form-item-label {
  font-size: 14px;
  font-size: var(--form-element-large-preview-label-font-size, 14px);
  line-height: 16px;
  line-height: var(--form-element-large-preview-height, 16px);
}

.next-form-responsive-grid .next-form-item-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.next-form-responsive-grid .next-form-item {
  margin-bottom: 0;
}

.next-form-responsive-grid .next-form-item.next-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-form-responsive-grid.next-small .next-responsive-grid {
  gap: 16px;
  gap: var(--form-inline-s-item-margin-r, 16px);
}

.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
  line-height: 1.4;
  margin-top: 6px;
  margin-top: calc(var(--form-element-small-height, 24px) / 2 - var(--form-element-small-font-size, 12px) / 2);
  margin-bottom: 6px;
  margin-bottom: calc(var(--form-element-small-height, 24px) / 2 - var(--form-element-small-font-size, 12px) / 2);
}

.next-form-responsive-grid.next-medium .next-responsive-grid {
  gap: 20px;
  gap: var(--form-inline-m-item-margin-r, 20px);
}

.next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label {
  line-height: 1.4;
  margin-top: 10px;
  margin-top: calc(var(--form-element-medium-height, 32px) / 2 - var(--form-element-medium-font-size, 12px) / 2);
  margin-bottom: 10px;
  margin-bottom: calc(var(--form-element-medium-height, 32px) / 2 - var(--form-element-medium-font-size, 12px) / 2);
}

.next-form-responsive-grid.next-large .next-responsive-grid {
  gap: 24px;
  gap: var(--form-inline-l-item-margin-r, 24px);
}

.next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label {
  line-height: 1.4;
  margin-top: 11px;
  margin-top: calc(var(--form-element-large-height, 36px) / 2 - var(--form-element-large-font-size, 14px) / 2);
  margin-bottom: 11px;
  margin-bottom: calc(var(--form-element-large-height, 36px) / 2 - var(--form-element-large-font-size, 14px) / 2);
}

.next-form-item {
  /* medium */
  margin-bottom: 16px;
  margin-bottom: var(--form-item-m-margin-b, 16px);
}

.next-form-item.has-error > .next-form-item-control > .next-form-item-help {
  color: #C80000;
  color: var(--form-error-color, #C80000);
}

.next-form-item.has-warning > .next-form-item-control > .next-form-item-help {
  color: #FFF3B4;
  color: var(--form-warning-color, #FFF3B4);
}

.next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p {
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
}

.next-form-item .next-form-text-align, .next-form-item p {
  margin: 0;
}

.next-form-item .next-rating,
.next-form-item .next-checkbox-wrapper,
.next-form-item .next-checkbox-group,
.next-form-item .next-radio-wrapper,
.next-form-item .next-radio-group {
  line-height: 28px;
  line-height: calc(var(--form-element-medium-height, 32px) - 4px);
}

.next-form-item .next-form-preview {
  font-size: 12px;
  font-size: var(--form-element-medium-preview-font-size, 12px);
  line-height: 16px;
  line-height: var(--form-element-medium-preview-height, 16px);
}

.next-form-item .next-form-preview.next-input-textarea > p {
  font-size: 12px;
  font-size: var(--form-element-medium-preview-font-size, 12px);
  text-align: justify;
  min-height: 16.8px;
  min-height: calc(var(--form-element-medium-preview-font-size, 12px) * 1.4);
  line-height: 1.4;
  margin-top: -0.4px;
  margin-top: calc(var(--form-element-medium-preview-height, 16px) / 2 - var(--form-element-medium-preview-font-size, 12px) * 1.4 / 2);
}

.next-form-item .next-form-item-label {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-form-item.next-large {
  margin-bottom: 16px;
  margin-bottom: var(--form-item-l-margin-b, 16px);
}

.next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p {
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
}

.next-form-item.next-large .next-rating,
.next-form-item.next-large .next-checkbox-wrapper,
.next-form-item.next-large .next-checkbox-group,
.next-form-item.next-large .next-radio-wrapper,
.next-form-item.next-large .next-radio-group {
  line-height: 35px;
  line-height: calc(var(--form-element-large-height, 36px) - 1px);
}

.next-form-item.next-large .next-form-preview {
  font-size: 14px;
  font-size: var(--form-element-large-preview-font-size, 14px);
  line-height: 16px;
  line-height: var(--form-element-large-preview-height, 16px);
}

.next-form-item.next-large .next-form-preview.next-input-textarea > p {
  font-size: 14px;
  font-size: var(--form-element-large-preview-font-size, 14px);
  text-align: justify;
  min-height: 19.6px;
  min-height: calc(var(--form-element-large-preview-font-size, 14px) * 1.4);
  line-height: 1.4;
  margin-top: -1.8px;
  margin-top: calc(var(--form-element-large-preview-height, 16px) / 2 - var(--form-element-large-preview-font-size, 14px) * 1.4 / 2);
}

.next-form-item.next-large .next-switch {
  margin-top: 5px;
  margin-top: calc(var(--form-element-large-height, 36px) / 2 - 13px);
}

.next-form-item.next-large .next-form-item-label {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-form-item.next-small {
  margin-bottom: 16px;
  margin-bottom: var(--form-item-s-margin-b, 16px);
}

.next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p {
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
}

.next-form-item.next-small .next-rating,
.next-form-item.next-small .next-checkbox-wrapper,
.next-form-item.next-small .next-checkbox-group,
.next-form-item.next-small .next-radio-wrapper,
.next-form-item.next-small .next-radio-group {
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
}

.next-form-item.next-small .next-form-preview {
  font-size: 12px;
  font-size: var(--form-element-small-preview-font-size, 12px);
  line-height: 16px;
  line-height: var(--form-element-small-preview-height, 16px);
}

.next-form-item.next-small .next-form-preview.next-input-textarea > p {
  font-size: 12px;
  font-size: var(--form-element-small-preview-font-size, 12px);
  text-align: justify;
  min-height: 16.8px;
  min-height: calc(var(--form-element-small-preview-font-size, 12px) * 1.4);
  line-height: 1.4;
  margin-top: -0.4px;
  margin-top: calc(var(--form-element-small-preview-height, 16px) / 2 - var(--form-element-small-preview-font-size, 12px) * 1.4 / 2);
}

.next-form-item.next-small .next-form-item-label {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-form-item.next-top > .next-form-item-label {
  margin-bottom: 2px;
  margin-bottom: var(--form-top-label-margin-b, 2px);
}

.next-form-item.next-inset .next-form-item-label {
  padding-right: 0;
  padding-left: 0;
  line-height: inherit;
}

.next-form-item-control .next-form-text-align {
  margin: 0;
}

.next-form-item-control > .next-input-group, .next-form-item-control > .next-input {
  width: 100%;
}

.next-form-item-fullwidth .next-form-item-control > .next-input-group,
.next-form-item-fullwidth .next-form-item-control > .next-input,
.next-form-item-fullwidth .next-form-item-control > .next-select,
.next-form-item-fullwidth .next-form-item-control > .next-date-picker,
.next-form-item-fullwidth .next-form-item-control > .next-month-picker,
.next-form-item-fullwidth .next-form-item-control > .next-year-picker,
.next-form-item-fullwidth .next-form-item-control > .next-range-picker,
.next-form-item-fullwidth .next-form-item-control > .next-time-picker {
  width: 100%;
}

.next-form-item-label {
  display: inline-block;
  vertical-align: top;
  color: #555555;
  color: var(--form-label-color, #555555);
  text-align: right;
  padding-right: 12px;
  padding-right: var(--form-label-padding-r, 12px);
}

.next-form-item-label label[required]:before {
  margin-right: 4px;
  content: "*";
  color: #C80000;
  color: var(--form-error-color, #C80000);
}

.next-form-item-label.has-colon label::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 0 0 2px;
}

.next-form-item-label.next-left {
  text-align: left;
}

.next-form-item-label.next-left > label[required]::before {
  display: none;
}

.next-form-item-label.next-left > label[required]::after {
  margin-left: 4px;
  content: "*";
  color: #C80000;
  color: var(--form-error-color, #C80000);
}

.next-form-item-help {
  margin-top: 4px;
  margin-top: var(--form-help-margin-top, 4px);
  font-size: 12px;
  font-size: var(--form-help-font-size, 12px);
  line-height: 1.5;
  line-height: var(--font-lineheight-2, 1.5);
  color: #888888;
  color: var(--form-help-color, #888888);
}

.next-form.next-inline .next-form-item {
  display: inline-block;
  vertical-align: top;
  /* label on left */
}

.next-form.next-inline .next-form-item.next-left .next-form-item-control {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}

.next-form.next-inline .next-form-item:not(:last-child) {
  margin-right: 20px;
  margin-right: var(--form-inline-m-item-margin-r, 20px);
}

.next-form.next-inline .next-form-item.next-large:not(:last-child) {
  margin-right: 24px;
  margin-right: var(--form-inline-l-item-margin-r, 24px);
}

.next-form.next-inline .next-form-item.next-small:not(:last-child) {
  margin-right: 16px;
  margin-right: var(--form-inline-s-item-margin-r, 16px);
}

@media screen and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .next-form-item.next-left > .next-form-item-label {
    display: table-cell;
  }

  .next-form.next-inline .next-form-item.next-left .next-form-item-control {
    display: table-cell;
  }
}
.next-form[dir=rtl] .next-form-item-label {
  text-align: left;
  padding-left: 12px;
  padding-left: var(--form-label-padding-r, 12px);
  padding-right: 0;
}

.next-form[dir=rtl].next-inline .next-form-item:not(:last-child) {
  margin-left: 20px;
  margin-left: var(--form-inline-m-item-margin-r, 20px);
  margin-right: 0;
}

.next-form[dir=rtl].next-inline .next-form-item.next-large:not(:last-child) {
  margin-left: 24px;
  margin-left: var(--form-inline-l-item-margin-r, 24px);
  margin-right: 0;
}

.next-form[dir=rtl].next-inline .next-form-item.next-small:not(:last-child) {
  margin-left: 16px;
  margin-left: var(--form-inline-s-item-margin-r, 16px);
  margin-right: 0;
}

/* put your code here */
.next-avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #004080;
  background: var(--color-fill1-4, #004080);
  width: 40px;
  width: var(--avatar-size-medium, 40px);
  height: 40px;
  height: var(--avatar-size-medium, 40px);
  line-height: 40px;
  line-height: var(--avatar-size-medium, 40px);
  border-radius: 50%;
}

.next-avatar-image {
  background: transparent;
}

.next-avatar-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
}

.next-avatar-large {
  width: 52px;
  width: var(--avatar-size-large, 52px);
  height: 52px;
  height: var(--avatar-size-large, 52px);
  line-height: 52px;
  line-height: var(--avatar-size-large, 52px);
  border-radius: 50%;
}

.next-avatar-large-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
}

.next-avatar-small {
  width: 28px;
  width: var(--avatar-size-small, 28px);
  height: 28px;
  height: var(--avatar-size-small, 28px);
  line-height: 28px;
  line-height: var(--avatar-size-small, 28px);
  border-radius: 50%;
}

.next-avatar-small-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center;
}

.next-avatar-square {
  border-radius: 2px;
  border-radius: var(--avatar-border-radius, 2px);
}

.next-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.next-loading-fusion-reactor[dir=rtl] {
  -webkit-animation-name: nextVectorRouteRTL;
  animation-name: nextVectorRouteRTL;
}

@-webkit-keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  30% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  55% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  80% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes nextVectorRouteRTL {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  25% {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  30% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  55% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  75% {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
  80% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* put your code here */
.next-loading {
  position: relative;
  /* 遮罩层 */
  /* for IE9,10 */
  /* text on the right side of */
  /* 动效 */
}

.next-loading.next-open {
  pointer-events: none;
}

.next-loading .next-loading-component {
  opacity: 0.7;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  /* stylelint-disable */
  -webkit-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
  filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)";
  /* IE6~IE9 */
  /* stylelint-enable */
  position: relative;
  pointer-events: none;
}

.next-loading-masker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0.2;
  background: #FFF;
}

.next-loading-inline {
  display: inline-block;
}

.next-loading-tip {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.next-loading-tip-fullscreen {
  top: inherit;
  left: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.next-loading-tip-placeholder {
  display: none;
}

.next-loading-right-tip .next-loading-indicator {
  display: inline-block;
}

.next-loading-right-tip .next-loading-tip-content {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.next-loading-right-tip .next-loading-tip-placeholder {
  display: inline-block;
  visibility: hidden;
  margin-left: 1em;
}

.next-loading-fusion-reactor {
  display: inline-block;
  width: 48px;
  width: var(--loading-large-size, 48px);
  height: 48px;
  height: var(--loading-large-size, 48px);
  position: relative;
  margin: 0;
  -webkit-animation-duration: 5.6s;
  animation-duration: 5.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: nextVectorRoute;
  animation-name: nextVectorRoute;
}

.next-loading-fusion-reactor .next-loading-dot {
  position: absolute;
  margin: auto;
  width: 12px;
  width: var(--loading-large-dot-size, 12px);
  height: 12px;
  height: var(--loading-large-dot-size, 12px);
  border-radius: 50%;
  background: #0064C8;
  background: var(--loading-dot-color, #0064C8);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-name: nextVectorDotsX;
  animation-name: nextVectorDotsX;
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(2) {
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.8;
  -webkit-animation-name: nextVectorDotsY;
  animation-name: nextVectorDotsY;
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(3) {
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  -webkit-animation-name: nextVectorDotsXR;
  animation-name: nextVectorDotsXR;
}

.next-loading-fusion-reactor .next-loading-dot:nth-child(4) {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  -webkit-animation-name: nextVectorDotsYR;
  animation-name: nextVectorDotsYR;
}

.next-loading-medium-fusion-reactor {
  width: 32px;
  width: var(--loading-medium-size, 32px);
  height: 32px;
  height: var(--loading-medium-size, 32px);
}

.next-loading-medium-fusion-reactor .next-loading-dot {
  width: 8px;
  width: var(--loading-medium-dot-size, 8px);
  height: 8px;
  height: var(--loading-medium-dot-size, 8px);
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(1) {
  -webkit-animation-name: nextVectorDotsX-medium;
  animation-name: nextVectorDotsX-medium;
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) {
  -webkit-animation-name: nextVectorDotsY-medium;
  animation-name: nextVectorDotsY-medium;
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) {
  -webkit-animation-name: nextVectorDotsXR-medium;
  animation-name: nextVectorDotsXR-medium;
}

.next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) {
  -webkit-animation-name: nextVectorDotsYR-medium;
  animation-name: nextVectorDotsYR-medium;
}

@-webkit-keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  55% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes nextVectorRoute {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  55% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  80% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 20% 的时间在旋转 */
@-webkit-keyframes nextVectorDotsYR {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 16.8px;
    bottom: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    bottom: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@keyframes nextVectorDotsYR {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 16.8px;
    bottom: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    bottom: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@-webkit-keyframes nextVectorDotsY {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 16.8px;
    top: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    top: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@keyframes nextVectorDotsY {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 16.8px;
    top: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    top: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@-webkit-keyframes nextVectorDotsX {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 16.8px;
    left: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    left: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@keyframes nextVectorDotsX {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 16.8px;
    left: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    left: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@-webkit-keyframes nextVectorDotsXR {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 16.8px;
    right: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    right: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@keyframes nextVectorDotsXR {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 16.8px;
    right: calc(var(--loading-large-size, 48px) / 2 - var(--loading-large-dot-size, 12px) * 1.2 / 2);
    width: 14.4px;
    width: calc(var(--loading-large-dot-size, 12px) * 1.2);
    height: 14.4px;
    height: calc(var(--loading-large-dot-size, 12px) * 1.2);
  }
  90% {
    right: 0;
    height: 12px;
    height: var(--loading-large-dot-size, 12px);
    width: 12px;
    width: var(--loading-large-dot-size, 12px);
  }
}
@-webkit-keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 11.2px;
    bottom: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    bottom: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
@keyframes nextVectorDotsYR-medium {
  25% {
    bottom: 0;
  }
  45%, 50% {
    bottom: 11.2px;
    bottom: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    bottom: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
@-webkit-keyframes nextVectorDotsY-medium {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 11.2px;
    top: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    top: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
@keyframes nextVectorDotsY-medium {
  25% {
    top: 0;
  }
  45%, 50% {
    top: 11.2px;
    top: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    top: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
@-webkit-keyframes nextVectorDotsX-medium {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 11.2px;
    left: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    left: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
@keyframes nextVectorDotsX-medium {
  25% {
    left: 0;
  }
  45%, 50% {
    left: 11.2px;
    left: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    left: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
@-webkit-keyframes nextVectorDotsXR-medium {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 11.2px;
    right: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    right: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
@keyframes nextVectorDotsXR-medium {
  25% {
    right: 0;
  }
  45%, 50% {
    right: 11.2px;
    right: calc(var(--loading-medium-size, 32px) / 2 - var(--loading-medium-dot-size, 8px) * 1.2 / 2);
    width: 9.6px;
    width: calc(var(--loading-medium-dot-size, 8px) * 1.2);
    height: 9.6px;
    height: calc(var(--loading-medium-dot-size, 8px) * 1.2);
  }
  90% {
    right: 0;
    height: 8px;
    height: var(--loading-medium-dot-size, 8px);
    width: 8px;
    width: var(--loading-medium-dot-size, 8px);
  }
}
/* put your code here */
.next-list-header {
  border-bottom: 1px solid #C0C6CC;
  border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #C0C6CC);
  color: #111111;
  color: var(--list-title-color, #111111);
}

.next-list-footer {
  border-top: 1px solid #C0C6CC;
  border-top: var(--line-1, 1px) solid var(--list-divider-color, #C0C6CC);
  color: #555555;
  color: var(--list-content-color, #555555);
}

.next-list-loading.next-loading {
  display: block;
}

.next-list-empty {
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  color: #D1D5D9;
  color: var(--color-line1-4, #D1D5D9);
  padding: 32px 0;
  text-align: center;
}

.next-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-list-item {
  display: table;
  /* 兼容ie9 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #555555;
  color: var(--list-content-color, #555555);
}

.next-list-item-media {
  display: table-cell;
  /* 兼容ie9 */
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: top;
}

.next-list-item-extra {
  display: table-cell;
  /* 兼容ie9 */
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: top;
  color: #888888;
  color: var(--list-extra-color, #888888);
}

.next-list-item-content {
  display: table-cell;
  /* 兼容ie9 */
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  vertical-align: middle;
}

.next-list-item-title {
  color: #111111;
  color: var(--list-title-color, #111111);
}

.next-list-medium .next-list-header {
  padding: 16px 0px;
  padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px);
  font-size: 16px;
  font-size: var(--list-size-m-title-font-size, 16px);
  font-weight: bold;
  font-weight: var(--list-size-m-title-font-weight, bold);
}

.next-list-medium .next-list-footer {
  padding: 16px 0px;
  padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px);
}

.next-list-medium .next-list-item-media {
  padding-right: 8px;
  padding-right: var(--list-size-m-item-media-margin, 8px);
}

.next-list-medium .next-list-item-extra {
  padding-left: 8px;
  padding-left: var(--list-size-m-item-media-margin, 8px);
}

.next-list-medium .next-list-item {
  font-size: 14px;
  font-size: var(--list-size-m-item-content-font-size, 14px);
  line-height: 1.5;
  line-height: var(--list-size-m-item-content-line-height, 1.5);
  padding: 16px 0px;
  padding: var(--list-size-m-item-padding-tb, 16px) var(--list-size-m-item-padding-lr, 0px);
}

.next-list-medium .next-list-item-title {
  font-weight: normal;
  font-weight: var(--list-size-m-item-title-font-weight, normal);
  font-size: 14px;
  font-size: var(--list-size-m-item-title-font-size, 14px);
  line-height: 1.5;
  line-height: var(--list-size-m-item-title-line-height, 1.5);
}

.next-list-small .next-list-header {
  padding: 8px 0px;
  padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px);
  font-size: 14px;
  font-size: var(--list-size-s-title-font-size, 14px);
  font-weight: bold;
  font-weight: var(--list-size-s-title-font-weight, bold);
}

.next-list-small .next-list-footer {
  padding: 8px 0px;
  padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px);
}

.next-list-small .next-list-item-media {
  padding-right: 8px;
  padding-right: var(--list-size-s-item-media-margin, 8px);
}

.next-list-small .next-list-item-extra {
  padding-left: 8px;
  padding-left: var(--list-size-s-item-media-margin, 8px);
}

.next-list-small .next-list-item {
  font-size: 12px;
  font-size: var(--list-size-s-item-content-font-size, 12px);
  font-weight: normal;
  font-weight: var(--list-size-s-item-title-font-weight, normal);
  line-height: 1;
  line-height: var(--list-size-s-item-content-line-height, 1);
  padding: 8px 0px;
  padding: var(--list-size-s-item-padding-tb, 8px) var(--list-size-s-item-padding-lr, 0px);
}

.next-list-small .next-list-item-title {
  font-size: 14px;
  font-size: var(--list-size-s-item-title-font-size, 14px);
  line-height: 1.5;
  line-height: var(--list-size-s-item-title-line-height, 1.5);
}

.next-list-divider .next-list-item {
  border-bottom: 1px solid #C0C6CC;
  border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #C0C6CC);
}

.next-list-divider .next-list-item:last-child {
  border-bottom: none;
}

.next-list[dir=rtl] .next-list-item-media {
  padding-left: 8px;
  padding-left: var(--list-size-m-item-media-margin, 8px);
  padding-right: 0;
}

.next-list[dir=rtl] .next-list-item-extra {
  padding-right: 8px;
  padding-right: var(--list-size-m-item-media-margin, 8px);
  padding-left: 0;
}

.next-list[dir=rtl] .next-list-small .next-list-item-media {
  padding-left: 8px;
  padding-left: var(--list-size-s-item-media-margin, 8px);
  padding-right: 0;
}

.next-list[dir=rtl] .next-list-small .next-list-item-extra {
  padding-right: 8px;
  padding-right: var(--list-size-s-item-media-margin, 8px);
  padding-left: 0;
}

.next-menu-btn {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-menu-btn .next-icon {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.next-menu-btn .next-menu-btn-arrow::before {
  content: "\ea1f";
  content: var(--menu-btn-fold-icon-content, "\ea1f");
}

.next-menu-btn.next-expand .next-menu-btn-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-menu-btn-symbol-unfold::before {
  content: "";
  content: var(--menu-btn-unfold-icon-content, "");
}

.next-menu-btn.next-btn-normal .next-menu-btn-arrow {
  color: #666666;
  color: var(--menu-btn-pure-text-normal-icon-color, #666666);
}

.next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow {
  color: #333333;
  color: var(--btn-pure-normal-color-hover, #333333);
}

.next-menu-btn.next-btn-secondary .next-menu-btn-arrow {
  color: #666666;
  color: var(--menu-btn-pure-text-secondary-icon-color, #666666);
}

.next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow {
  color: #333333;
  color: var(--btn-pure-secondary-color-hover, #333333);
}

.next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow {
  color: #333333;
  color: var(--btn-text-secondary-color-hover, #333333);
}

.next-menu-btn.next-btn-primary .next-menu-btn-arrow {
  color: #FFFFFF;
  color: var(--menu-btn-pure-text-primary-icon-color, #FFFFFF);
}

.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
  color: #FFFFFF;
  color: var(--btn-pure-primary-color-hover, #FFFFFF);
}

.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
  color: #111111;
  color: var(--menu-btn-text-text-normal-icon-color, #111111);
}

.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
  color: #0064C8;
  color: var(--btn-text-normal-color-hover, #0064C8);
}

.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
  color: #0064C8;
  color: var(--menu-btn-text-text-primary-icon-color, #0064C8);
}

.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
  color: #0064C8;
  color: var(--btn-text-primary-color-hover, #0064C8);
}

.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
  color: #0064C8;
  color: var(--menu-btn-ghost-light-icon-color, #0064C8);
}

.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
  color: #FFFFFF;
  color: var(--btn-ghost-light-color-hover, #FFFFFF);
}

.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
  color: #FFFFFF;
  color: var(--menu-btn-ghost-dark-icon-color, #FFFFFF);
}

.next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow {
  color: #FFFFFF;
  color: var(--btn-ghost-dark-color-hover, #FFFFFF);
}

.next-menu-btn.disabled .next-menu-btn-arrow,
.next-menu-btn[disabled] .next-menu-btn-arrow {
  color: #C1C1C1;
  color: var(--menu-btn-disabled-icon-color, #C1C1C1);
}

.next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow,
.next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow {
  color: #C1C1C1;
  color: var(--menu-btn-disabled-icon-color, #C1C1C1);
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
  color: rgba(255, 255, 255, 0.25);
  color: var(--menu-btn-ghost-dark-disabled-icon-color, rgba(255, 255, 255, 0.25));
}

.next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow {
  color: #c1c1c1;
  color: var(--menu-btn-ghost-light-disabled-icon-color, #c1c1c1);
}

.next-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
  border-radius: 0;
}

.next-nav *,
.next-nav *:before,
.next-nav *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-nav-icon.next-icon {
  margin-right: 4px;
  font-weight: inherit;
}

.next-nav-icon.next-icon:before,
.next-nav-icon.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-nav-group-label {
  height: 40px;
  height: var(--nav-group-height, 40px);
  line-height: 40px;
  line-height: var(--nav-group-height, 40px);
  font-size: 14px;
  font-size: var(--nav-group-font-size, 14px);
}

.next-nav-item .next-menu-item-text > span,
.next-nav-item .next-nav-group-label > span {
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.next-nav-item .next-menu-item-text > a {
  text-decoration: none;
  color: inherit;
}

.next-nav-item .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon,
.next-nav-item.next-opened .next-menu-icon-arrow.next-icon {
  color: inherit;
  top: 0;
  -webkit-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  transform-origin: center 50%;
}

.next-nav.next-active .next-nav-item:before {
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}

.next-nav.next-hoz {
  padding: 0;
  height: 44px;
  height: calc(var(--nav-hoz-height, 44px) + var(--nav-hoz-item-margin-tb, 0px) * 2);
  line-height: 42px;
  line-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px) * 2);
  font-size: 12px;
  font-size: var(--nav-hoz-font-size, 12px);
}

.next-nav.next-hoz .next-menu-item {
  margin-left: 0px;
  margin-left: var(--nav-hoz-item-margin-lr, 0px);
  margin-right: 0px;
  margin-right: var(--nav-hoz-item-margin-lr, 0px);
  padding: 0 20px;
  padding: 0 var(--nav-hoz-item-padding-lr, 20px);
  border-radius: 0;
  border-radius: var(--nav-hoz-item-corner, 0);
}

.next-nav.next-hoz .next-menu-item,
.next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
  margin-top: 0px;
  margin-top: var(--nav-hoz-item-margin-tb, 0px);
  margin-bottom: 0px;
  margin-bottom: var(--nav-hoz-item-margin-tb, 0px);
}

.next-nav.next-hoz .next-menu-item-inner {
  height: 42px;
  height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px) * 2);
  font-size: 12px;
  font-size: var(--nav-hoz-font-size, 12px);
}

.next-nav.next-hoz .next-nav-group-label .next-menu-item-inner {
  height: 40px;
  height: var(--nav-group-height, 40px);
  line-height: 40px;
  line-height: var(--nav-group-height, 40px);
  font-size: 14px;
  font-size: var(--nav-group-font-size, 14px);
}

.next-nav.next-hoz .next-menu-header {
  float: left;
  height: 42px;
  height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px) * 2);
}

.next-nav.next-hoz .next-menu-footer {
  float: right;
  height: 42px;
  height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 1px) * 2);
}

.next-nav.next-hoz .next-nav-item:before {
  width: 0;
  left: 50%;
  height: 2px;
  height: var(--nav-hoz-item-selected-active-line, 2px);
}

.next-nav.next-hoz .next-nav-item:hover:before {
  height: 0px;
  height: var(--nav-hoz-item-hover-active-line, 0px);
}

.next-nav.next-hoz.next-top .next-nav-item:before {
  top: -1px;
  top: calc(0px - var(--popup-local-border-width, 1px));
}

.next-nav.next-hoz.next-bottom .next-nav-item:before {
  bottom: -1px;
  bottom: calc(0px - var(--popup-local-border-width, 1px));
}

.next-nav.next-hoz .next-selected.next-nav-item:before {
  width: 100%;
  left: 0;
  height: 2px;
  height: var(--nav-hoz-item-selected-active-line, 2px);
}

.next-nav.next-ver {
  padding: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  line-height: 40px;
  line-height: var(--nav-ver-height, 40px);
  font-size: 12px;
  font-size: var(--nav-ver-font-size, 12px);
}

.next-nav.next-ver .next-menu-item {
  margin-left: 0px;
  margin-left: var(--nav-ver-item-margin-lr, 0px);
  margin-right: 0px;
  margin-right: var(--nav-ver-item-margin-lr, 0px);
  padding: 0 20px;
  padding: 0 var(--nav-ver-item-padding-lr, 20px);
  border-radius: 0;
  border-radius: var(--nav-ver-item-corner, 0);
}

.next-nav.next-ver .next-menu-item:not(:first-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item {
  margin-top: 0px;
  margin-top: var(--nav-ver-item-margin-tb, 0px);
}

.next-nav.next-ver .next-menu-item:not(:last-child),
.next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) > .next-menu-item {
  margin-bottom: 0px;
  margin-bottom: var(--nav-ver-item-margin-tb, 0px);
}

.next-nav.next-ver .next-menu-item-inner {
  height: 40px;
  height: var(--nav-ver-height, 40px);
  font-size: 12px;
  font-size: var(--nav-ver-font-size, 12px);
}

.next-nav.next-ver .next-nav-group-label .next-menu-item-inner {
  height: 40px;
  height: var(--nav-group-height, 40px);
  line-height: 40px;
  line-height: var(--nav-group-height, 40px);
  font-size: 14px;
  font-size: var(--nav-group-font-size, 14px);
}

.next-nav.next-ver > .next-menu-item:first-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item {
  margin-top: 0px;
  margin-top: var(--nav-ver-item-margin-tb, 0px);
}

.next-nav.next-ver > .next-menu-item:last-child,
.next-nav.next-ver > .next-menu-sub-menu-wrapper:last-child > .next-menu-item {
  margin-bottom: 0px;
  margin-bottom: var(--nav-ver-item-margin-tb, 0px);
}

.next-nav.next-ver .next-menu-sub-menu {
  line-height: 40px;
  line-height: var(--nav-ver-sub-nav-height, 40px);
}

.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
  height: 40px;
  height: var(--nav-ver-sub-nav-height, 40px);
  font-size: 12px;
  font-size: var(--nav-ver-sub-nav-font-size, 12px);
}

.next-nav.next-ver .next-nav-item:before {
  height: 0;
  top: 50%;
  width: 2px;
  width: var(--nav-ver-item-selected-active-line, 2px);
}

.next-nav.next-ver .next-nav-item:hover:before {
  width: 0px;
  width: var(--nav-ver-item-hover-active-line, 0px);
}

.next-nav.next-ver.next-left .next-nav-item:before {
  left: -1px;
  left: calc(0px - var(--popup-local-border-width, 1px));
}

.next-nav.next-ver.next-right .next-nav-item:before {
  right: -1px;
  right: calc(0px - var(--popup-local-border-width, 1px));
}

.next-nav.next-ver .next-selected.next-nav-item:before {
  height: 100%;
  top: 0;
  width: 2px;
  width: var(--nav-ver-item-selected-active-line, 2px);
}

.next-nav.next-primary {
  border-width: 0px;
  border-width: var(--nav-primary-border-width, 0px);
  background-color: #111111;
  background-color: var(--nav-primary-bg-color, #111111);
  border-color: #111111;
  border-color: var(--nav-primary-border-color, #111111);
  color: #FFFFFF;
  color: var(--nav-primary-text-color, #FFFFFF);
  font-weight: normal;
  font-weight: var(--nav-primary-text-style, normal);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--nav-primary-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--nav-primary-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
}

.next-nav.next-primary.next-hoz {
  line-height: 44px;
  line-height: var(--nav-hoz-height, 44px);
  line-height: 44px;
  line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px) * 2);
}

.next-nav.next-primary.next-hoz .next-menu-header,
.next-nav.next-primary.next-hoz .next-menu-footer,
.next-nav.next-primary.next-hoz .next-menu-item-inner {
  line-height: 44px;
  line-height: var(--nav-hoz-height, 44px);
  height: 44px;
  height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px) * 2);
}

.next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
  top: 0;
  top: 0px;
  top: calc(0px - var(--nav-primary-border-width, 0px));
}

.next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before {
  bottom: 0;
  bottom: 0px;
  bottom: calc(0px - var(--nav-primary-border-width, 0px));
}

.next-nav.next-primary.next-ver.next-left .next-nav-item:before {
  left: 0;
  left: 0px;
  left: calc(0px - var(--nav-primary-border-width, 0px));
}

.next-nav.next-primary.next-ver.next-right .next-nav-item:before {
  right: 0;
  right: 0px;
  right: calc(0px - var(--nav-primary-border-width, 0px));
}

.next-nav.next-primary .next-nav-item.next-menu-item {
  background-color: #111111;
  background-color: var(--nav-primary-bg-color, #111111);
  color: #FFFFFF;
  color: var(--nav-primary-text-color, #FFFFFF);
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
  background-color: #000000;
  background-color: var(--nav-primary-item-hover-bg-color, #000000);
  color: #FFFFFF;
  color: var(--nav-primary-item-hover-text-color, #FFFFFF);
  font-weight: normal;
  font-weight: var(--nav-primary-item-hover-text-style, normal);
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
  background-color: #000000;
  background-color: var(--nav-primary-item-selected-bg-color, #000000);
  color: #FFFFFF;
  color: var(--nav-primary-item-selected-text-color, #FFFFFF);
  font-weight: bold;
  font-weight: var(--nav-primary-item-selected-text-style, bold);
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-opened {
  background-color: #000000;
  background-color: var(--nav-primary-item-opened-bg-color, #000000);
  color: #FFFFFF;
  color: var(--nav-primary-item-opened-text-color, #FFFFFF);
}

.next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected {
  background-color: #000000;
  background-color: var(--nav-primary-item-opened-bg-color, #000000);
  color: #FFFFFF;
  color: var(--nav-primary-item-opened-text-color, #FFFFFF);
}

.next-nav.next-primary .next-nav-item.next-menu-item:before {
  background-color: #0064C8;
  background-color: var(--nav-primary-item-selected-active-color, #0064C8);
}

.next-nav.next-primary .next-nav-item.next-menu-item:hover:before {
  background-color: #0064C8;
  background-color: var(--nav-primary-item-hover-active-color, #0064C8);
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened {
  background-color: #000000;
  background-color: var(--nav-primary-item-opened-bg-color, #000000);
  color: #FFFFFF;
  color: var(--nav-primary-item-opened-text-color, #FFFFFF);
}

.next-nav.next-primary .next-nav-group-label {
  color: #888888;
  color: var(--nav-primary-group-text-color, #888888);
  font-weight: normal;
  font-weight: var(--nav-primary-group-text-style, normal);
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item {
  background-color: #111111;
  background-color: var(--nav-primary-sub-nav-bg-color, #111111);
  color: #FFFFFF;
  color: var(--nav-primary-sub-nav-text-color, #FFFFFF);
  font-weight: normal;
  font-weight: var(--nav-primary-sub-nav-text-style, normal);
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover {
  background-color: #000000;
  background-color: var(--nav-primary-sub-nav-hover-bg-color, #000000);
  color: #FFFFFF;
  color: var(--nav-primary-sub-nav-hover-text-color, #FFFFFF);
}

.next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected {
  background-color: #000000;
  background-color: var(--nav-primary-sub-nav-selected-bg-color, #000000);
  color: #FFFFFF;
  color: var(--nav-primary-sub-nav-selected-text-color, #FFFFFF);
}

.next-nav.next-secondary {
  border-width: 0px;
  border-width: var(--nav-secondary-border-width, 0px);
  background-color: #0064C8;
  background-color: var(--nav-secondary-bg-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--nav-secondary-border-color, #0064C8);
  color: #FFFFFF;
  color: var(--nav-secondary-text-color, #FFFFFF);
  font-weight: normal;
  font-weight: var(--nav-secondary-text-style, normal);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--nav-secondary-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--nav-secondary-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
}

.next-nav.next-secondary.next-hoz {
  line-height: 44px;
  line-height: var(--nav-hoz-height, 44px);
  line-height: 44px;
  line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px) * 2);
}

.next-nav.next-secondary.next-hoz .next-menu-header,
.next-nav.next-secondary.next-hoz .next-menu-footer,
.next-nav.next-secondary.next-hoz .next-menu-item-inner {
  line-height: 44px;
  line-height: var(--nav-hoz-height, 44px);
  height: 44px;
  height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px) * 2);
}

.next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
  top: 0;
  top: 0px;
  top: calc(0px - var(--nav-secondary-border-width, 0px));
}

.next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before {
  bottom: 0;
  bottom: 0px;
  bottom: calc(0px - var(--nav-secondary-border-width, 0px));
}

.next-nav.next-secondary.next-ver.next-left .next-nav-item:before {
  left: 0;
  left: 0px;
  left: calc(0px - var(--nav-secondary-border-width, 0px));
}

.next-nav.next-secondary.next-ver.next-right .next-nav-item:before {
  right: 0;
  right: 0px;
  right: calc(0px - var(--nav-secondary-border-width, 0px));
}

.next-nav.next-secondary .next-nav-item.next-menu-item {
  background-color: #0064C8;
  background-color: var(--nav-secondary-bg-color, #0064C8);
  color: #FFFFFF;
  color: var(--nav-secondary-text-color, #FFFFFF);
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-focused, .next-nav.next-secondary .next-nav-item.next-menu-item:hover {
  background-color: #002850;
  background-color: var(--nav-secondary-item-hover-bg-color, #002850);
  color: #FFFFFF;
  color: var(--nav-secondary-item-hover-text-color, #FFFFFF);
  font-weight: normal;
  font-weight: var(--nav-secondary-item-hover-text-style, normal);
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-selected {
  background-color: #002850;
  background-color: var(--nav-secondary-item-selected-bg-color, #002850);
  color: #FFFFFF;
  color: var(--nav-secondary-item-selected-text-color, #FFFFFF);
  font-weight: bold;
  font-weight: var(--nav-secondary-item-selected-text-style, bold);
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-opened {
  background-color: #002850;
  background-color: var(--nav-secondary-item-opened-bg-color, #002850);
  color: #FFFFFF;
  color: var(--nav-secondary-item-opened-text-color, #FFFFFF);
}

.next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected {
  background-color: #002850;
  background-color: var(--nav-secondary-item-opened-bg-color, #002850);
  color: #FFFFFF;
  color: var(--nav-secondary-item-opened-text-color, #FFFFFF);
}

.next-nav.next-secondary .next-nav-item.next-menu-item:before {
  background-color: #002850;
  background-color: var(--nav-secondary-item-selected-active-color, #002850);
}

.next-nav.next-secondary .next-nav-item.next-menu-item:hover:before {
  background-color: #002850;
  background-color: var(--nav-secondary-item-hover-active-color, #002850);
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened {
  background-color: #002850;
  background-color: var(--nav-secondary-item-opened-bg-color, #002850);
  color: #FFFFFF;
  color: var(--nav-secondary-item-opened-text-color, #FFFFFF);
}

.next-nav.next-secondary .next-nav-group-label {
  color: #FFFFFF;
  color: var(--nav-secondary-group-text-color, #FFFFFF);
  font-weight: normal;
  font-weight: var(--nav-secondary-group-text-style, normal);
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item {
  background-color: #0064C8;
  background-color: var(--nav-secondary-sub-nav-bg-color, #0064C8);
  color: #FFFFFF;
  color: var(--nav-secondary-sub-nav-text-color, #FFFFFF);
  font-weight: normal;
  font-weight: var(--nav-secondary-sub-nav-text-style, normal);
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover {
  background-color: #002850;
  background-color: var(--nav-secondary-sub-nav-hover-bg-color, #002850);
  color: #FFFFFF;
  color: var(--nav-secondary-sub-nav-hover-text-color, #FFFFFF);
}

.next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected {
  background-color: #002850;
  background-color: var(--nav-secondary-sub-nav-selected-bg-color, #002850);
  color: #FFFFFF;
  color: var(--nav-secondary-sub-nav-selected-text-color, #FFFFFF);
}

.next-nav.next-normal {
  background-color: #FFFFFF;
  background-color: var(--nav-normal-bg-color, #FFFFFF);
  border-color: #E3E4E6;
  border-color: var(--nav-normal-border-color, #E3E4E6);
  color: #111111;
  color: var(--nav-normal-text-color, #111111);
  font-weight: normal;
  font-weight: var(--nav-normal-text-style, normal);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--nav-normal-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--nav-normal-shadow, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
}

.next-nav.next-normal .next-nav-item.next-menu-item {
  background-color: #FFFFFF;
  background-color: var(--nav-normal-bg-color, #FFFFFF);
  color: #111111;
  color: var(--nav-normal-text-color, #111111);
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
  background-color: #FFFFFF;
  background-color: var(--nav-normal-item-hover-bg-color, #FFFFFF);
  color: #0064C8;
  color: var(--nav-normal-item-hover-text-color, #0064C8);
  font-weight: normal;
  font-weight: var(--nav-normal-item-hover-text-style, normal);
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-selected {
  background-color: #F7F9FA;
  background-color: var(--nav-normal-item-selected-bg-color, #F7F9FA);
  color: #0064C8;
  color: var(--nav-normal-item-selected-text-color, #0064C8);
  font-weight: bold;
  font-weight: var(--nav-normal-item-selected-text-style, bold);
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-opened {
  background-color: #F7F9FA;
  background-color: var(--nav-normal-item-opened-bg-color, #F7F9FA);
  color: #0064C8;
  color: var(--nav-normal-item-opened-text-color, #0064C8);
}

.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected {
  background-color: #F7F9FA;
  background-color: var(--nav-normal-item-opened-bg-color, #F7F9FA);
  color: #0064C8;
  color: var(--nav-normal-item-opened-text-color, #0064C8);
}

.next-nav.next-normal .next-nav-item.next-menu-item:before {
  background-color: #0064C8;
  background-color: var(--nav-normal-item-selected-active-color, #0064C8);
}

.next-nav.next-normal .next-nav-item.next-menu-item:hover:before {
  background-color: #0064C8;
  background-color: var(--nav-normal-item-hover-active-color, #0064C8);
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened {
  background-color: #F7F9FA;
  background-color: var(--nav-normal-item-opened-bg-color, #F7F9FA);
  color: #0064C8;
  color: var(--nav-normal-item-opened-text-color, #0064C8);
}

.next-nav.next-normal .next-nav-group-label {
  color: #888888;
  color: var(--nav-normal-group-text-color, #888888);
  font-weight: normal;
  font-weight: var(--nav-normal-group-text-style, normal);
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
  background-color: #FFFFFF;
  background-color: var(--nav-normal-sub-nav-bg-color, #FFFFFF);
  color: #111111;
  color: var(--nav-normal-sub-nav-text-color, #111111);
  font-weight: normal;
  font-weight: var(--nav-normal-sub-nav-text-style, normal);
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
  background-color: #F7F9FA;
  background-color: var(--nav-normal-sub-nav-hover-bg-color, #F7F9FA);
  color: #0064C8;
  color: var(--nav-normal-sub-nav-hover-text-color, #0064C8);
}

.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected {
  background-color: #F7F9FA;
  background-color: var(--nav-normal-sub-nav-selected-bg-color, #F7F9FA);
  color: #0064C8;
  color: var(--nav-normal-sub-nav-selected-text-color, #0064C8);
}

.next-nav.next-line {
  background-color: transparent;
  background-color: var(--nav-line-bg-color, transparent);
  border-color: #C0C6CC;
  border-color: var(--nav-line-border-color, #C0C6CC);
  color: #111111;
  color: var(--nav-line-text-color, #111111);
  font-weight: normal;
  font-weight: var(--nav-line-text-style, normal);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-nav.next-line.next-hoz {
  border-top-color: transparent;
  border-top-color: var(--nav-line-bg-color, transparent);
  border-left-color: transparent;
  border-left-color: var(--nav-line-bg-color, transparent);
  border-right-color: transparent;
  border-right-color: var(--nav-line-bg-color, transparent);
}

.next-nav.next-line.next-ver {
  border-top-color: transparent;
  border-top-color: var(--nav-line-bg-color, transparent);
  border-left-color: transparent;
  border-left-color: var(--nav-line-bg-color, transparent);
  border-bottom-color: transparent;
  border-bottom-color: var(--nav-line-bg-color, transparent);
}

.next-nav.next-line .next-nav-item.next-menu-item {
  background-color: transparent;
  background-color: var(--nav-line-bg-color, transparent);
  color: #111111;
  color: var(--nav-line-text-color, #111111);
}

.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
  background-color: transparent;
  background-color: var(--nav-line-item-hover-bg-color, transparent);
  color: #0064C8;
  color: var(--nav-line-item-hover-text-color, #0064C8);
  font-weight: normal;
  font-weight: var(--nav-line-item-hover-text-style, normal);
}

.next-nav.next-line .next-nav-item.next-menu-item.next-selected {
  background-color: transparent;
  background-color: var(--nav-line-item-selected-bg-color, transparent);
  color: #0064C8;
  color: var(--nav-line-item-selected-text-color, #0064C8);
  font-weight: bold;
  font-weight: var(--nav-line-item-selected-text-style, bold);
}

.next-nav.next-line .next-nav-item.next-menu-item.next-opened {
  background-color: transparent;
  background-color: var(--nav-line-item-opened-bg-color, transparent);
  color: #0064C8;
  color: var(--nav-line-item-opened-text-color, #0064C8);
}

.next-nav.next-line .next-nav-item.next-menu-item.next-child-selected {
  background-color: transparent;
  background-color: var(--nav-line-item-opened-bg-color, transparent);
  color: #0064C8;
  color: var(--nav-line-item-opened-text-color, #0064C8);
}

.next-nav.next-line .next-nav-item.next-menu-item:before {
  background-color: #0064C8;
  background-color: var(--nav-line-item-selected-active-color, #0064C8);
}

.next-nav.next-line .next-nav-item.next-menu-item:hover:before {
  background-color: #0064C8;
  background-color: var(--nav-line-item-hover-active-color, #0064C8);
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened {
  background-color: transparent;
  background-color: var(--nav-line-item-opened-bg-color, transparent);
  color: #0064C8;
  color: var(--nav-line-item-opened-text-color, #0064C8);
}

.next-nav.next-line .next-nav-group-label {
  color: #888888;
  color: var(--nav-line-group-text-color, #888888);
  font-weight: normal;
  font-weight: var(--nav-line-group-text-style, normal);
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item {
  background-color: transparent;
  background-color: var(--nav-line-sub-nav-bg-color, transparent);
  color: #111111;
  color: var(--nav-line-sub-nav-text-color, #111111);
  font-weight: normal;
  font-weight: var(--nav-line-sub-nav-text-style, normal);
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
  background-color: transparent;
  background-color: var(--nav-line-sub-nav-hover-bg-color, transparent);
  color: #0064C8;
  color: var(--nav-line-sub-nav-hover-text-color, #0064C8);
}

.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected {
  background-color: transparent;
  background-color: var(--nav-line-sub-nav-selected-bg-color, transparent);
  color: #0064C8;
  color: var(--nav-line-sub-nav-selected-text-color, #0064C8);
}

.next-nav.next-icon-only.next-custom-icon-only-width {
  text-align: center;
}

.next-nav.next-icon-only .next-menu-item-inner {
  text-overflow: clip;
}

.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-left: 0px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px));
  margin-right: 0px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px));
}

.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px));
}

.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px));
}

.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before,
.next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon {
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  transform-origin: center 50%;
}

.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before,
.next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
}

.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before,
.next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav.next-icon-only .next-nav-item.next-selected .next-nav-icon.next-icon {
  -webkit-animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.next-nav.next-icon-only .next-menu-hoz-icon-arrow,
.next-nav.next-icon-only .next-menu-icon-arrow {
  display: none;
}

.next-nav-embeddable.next-primary, .next-nav-embeddable.next-secondary, .next-nav-embeddable.next-normal {
  height: 100%;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.next-nav-embeddable.next-primary .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-primary .next-nav-item.next-menu-item, .next-nav-embeddable.next-secondary .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-secondary .next-nav-item.next-menu-item, .next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-normal .next-nav-item.next-menu-item {
  background: transparent;
}

.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon {
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-left: 1px;
  margin-left: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
  margin-right: 1px;
  margin-right: calc(29px - var(--nav-icon-only-font-size, 16px) / 2 - var(--nav-ver-item-padding-lr, 20px));
}

.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before,
.next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner {
  height: 100%;
}

.next-nav-embeddable.next-nav.next-hoz .next-menu-sub-menu .next-menu-item,
.next-nav-embeddable.next-nav.next-hoz .next-nav-item.next-menu-item {
  height: 100%;
}

.next-nav-embeddable,
.next-nav-embeddable .next-nav-item.next-disabled,
.next-nav-embeddable .next-nav-item.next-disabled .next-menu-item-text > a {
  background: transparent;
  border: none;
}

.next-nav[dir=rtl] .next-nav-icon.next-icon {
  margin-left: 4px;
  margin-right: 0;
}

.next-nav[dir=rtl] .next-nav-icon.next-icon:before,
.next-nav[dir=rtl] .next-nav-icon.next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-nav[dir=rtl].next-hoz .next-menu-header {
  float: right;
}

.next-nav[dir=rtl].next-hoz .next-menu-footer {
  float: left;
}

.next-nav[dir=rtl].next-hoz .next-nav-item:before {
  width: 0;
  left: 50%;
}

.next-nav[dir=rtl].next-hoz .next-selected.next-nav-item:before {
  width: 100%;
  left: auto;
  right: 0;
}

.next-nav[dir=rtl].next-ver.next-left .next-nav-item:before {
  right: 0;
  right: -1px;
  right: calc(0px - var(--popup-local-border-width, 1px));
  left: auto;
}

.next-nav[dir=rtl].next-ver.next-right .next-nav-item:before {
  left: 0;
  left: -1px;
  left: calc(0px - var(--popup-local-border-width, 1px));
  right: auto;
}

.next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before {
  right: 0;
  right: 0px;
  right: calc(0px - var(--nav-primary-border-width, 0px));
  left: auto;
}

.next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before {
  left: 0;
  left: 0px;
  left: calc(0px - var(--nav-primary-border-width, 0px));
  right: auto;
}

.next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before {
  right: 0;
  right: 0px;
  right: calc(0px - var(--nav-secondary-border-width, 0px));
  left: auto;
}

.next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before {
  left: 0;
  left: 0px;
  left: calc(0px - var(--nav-secondary-border-width, 0px));
  right: auto;
}

.next-nav[dir=rtl] .next-nav.next-line.next-ver {
  border-top-color: transparent;
  border-top-color: var(--nav-line-bg-color, transparent);
  border-right-color: transparent;
  border-right-color: var(--nav-line-bg-color, transparent);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: var(--nav-line-bg-color, transparent);
}

.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon,
.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon,
.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down {
  margin-left: 0;
  margin-right: 1px;
  margin-right: calc(9px - var(--nav-icon-only-font-size, 16px) / 2);
}

.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon:before,
.next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon .next-icon-remote,
.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon:before,
.next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote,
.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before,
.next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote {
  width: 16px;
  width: var(--nav-icon-only-font-size, 16px);
  font-size: 16px;
  font-size: var(--nav-icon-only-font-size, 16px);
  line-height: inherit;
}

.next-number-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  /* stylelint-disable declaration-no-important */
}

.next-number-picker *,
.next-number-picker *:before,
.next-number-picker *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-number-picker .next-btn {
  padding: 0 !important;
  line-height: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.next-number-picker-normal .next-input {
  width: 100%;
}

.next-number-picker-normal .next-input .next-input-control {
  padding-right: 0;
  height: 100%;
}

.next-number-picker-normal:not(.next-number-picker-no-trigger) .next-input input {
  padding-right: 2px;
}

.next-number-picker-normal .next-btn {
  display: block;
}

.next-number-picker-normal .next-btn:hover {
  z-index: 1;
}

.next-number-picker-normal .next-btn:first-child {
  border-right: none;
  border-top: none;
  height: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.next-number-picker-normal .next-btn:last-child {
  border-right: none;
  border-bottom: none;
  margin-top: -1px;
  height: calc(50% + 1px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.next-number-picker-normal .next-number-picker-handler {
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  height: 100%;
  display: block;
}

.next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler {
  opacity: 0;
}

.next-number-picker-normal:hover .next-number-picker-handler,
.next-number-picker-normal.hover .next-number-picker-handler {
  opacity: 1;
}

.next-number-picker-normal .next-input.next-disabled .next-number-picker-handler {
  opacity: 0;
}

.next-number-picker-normal .next-number-picker-up-icon::before {
  content: "\ea2f";
  content: var(--number-picker-normal-up-icon, "\ea2f");
}

.next-number-picker-normal .next-number-picker-down-icon::before {
  content: "\ea37";
  content: var(--number-picker-normal-down-icon, "\ea37");
}

.next-number-picker-normal.next-small {
  width: 68px;
}

.next-number-picker-normal.next-small .next-btn {
  width: 20px;
  width: var(--number-picker-normal-s-button-width, 20px);
}

.next-number-picker-normal.next-small .next-btn:first-child {
  border-top-right-radius: 2px;
  border-top-right-radius: var(--form-element-small-corner, 2px);
}

.next-number-picker-normal.next-small .next-btn:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--form-element-small-corner, 2px);
}

.next-number-picker-normal.next-small .next-icon:before,
.next-number-picker-normal.next-small .next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-number-picker-normal.next-small .next-icon {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }

  .next-number-picker-normal.next-small .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-number-picker-normal.next-medium {
  width: 140px;
  width: var(--number-picker-normal-m-input-width, 140px);
}

.next-number-picker-normal.next-medium .next-btn {
  width: 40px;
  width: var(--number-picker-normal-m-button-width, 40px);
}

.next-number-picker-normal.next-medium .next-btn:first-child {
  border-top-right-radius: 2px;
  border-top-right-radius: var(--form-element-medium-corner, 2px);
}

.next-number-picker-normal.next-medium .next-btn:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--form-element-medium-corner, 2px);
}

.next-number-picker-normal.next-medium .next-icon:before,
.next-number-picker-normal.next-medium .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-number-picker-normal.next-large {
  width: 80px;
  width: var(--number-picker-normal-l-input-width, 80px);
}

.next-number-picker-normal.next-large .next-btn {
  width: 20px;
  width: var(--number-picker-normal-l-button-width, 20px);
}

.next-number-picker-normal.next-large .next-btn:first-child {
  border-top-right-radius: 2px;
  border-top-right-radius: var(--form-element-large-corner, 2px);
}

.next-number-picker-normal.next-large .next-btn:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--form-element-large-corner, 2px);
}

.next-number-picker-normal.next-large .next-icon:before,
.next-number-picker-normal.next-large .next-icon .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-number-picker-normal.next-large .next-icon {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }

  .next-number-picker-normal.next-large .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-number-picker-inline input {
  text-align: center;
}

.next-number-picker-inline .next-input input {
  padding: 0;
}

.next-number-picker-inline .next-number-picker-add-icon::before {
  content: "\ea27";
  content: var(--number-picker-inline-add-icon, "\ea27");
}

.next-number-picker-inline .next-number-picker-minus-icon::before {
  content: "\e8ae";
  content: var(--number-picker-inline-minus-icon, "\e8ae");
}

.next-number-picker-inline.next-small {
  width: 68px;
  min-width: 72px;
  min-width: calc(var(--form-element-small-height, 24px) * 3);
}

.next-number-picker-inline.next-small .next-icon:before,
.next-number-picker-inline.next-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-number-picker-inline.next-small .next-btn {
  height: 24px;
  height: var(--form-element-small-height, 24px);
}

.next-number-picker-inline.next-small .next-before .next-btn {
  margin-right: 2px;
  margin-right: var(--number-picker-inline-s-button-margin, 2px);
  border-top-left-radius: 2px;
  border-top-left-radius: var(--number-picker-inline-s-button-corner, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 2px);
}

.next-number-picker-inline.next-small .next-after .next-btn {
  margin-left: 2px;
  margin-left: var(--number-picker-inline-s-button-margin, 2px);
  border-top-right-radius: 2px;
  border-top-right-radius: var(--number-picker-inline-s-button-corner, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 2px);
}

.next-number-picker-inline.next-medium {
  width: 140px;
  width: var(--number-picker-inline-m-input-width, 140px);
  min-width: 96px;
  min-width: calc(var(--form-element-medium-height, 32px) * 3);
}

.next-number-picker-inline.next-medium .next-icon:before,
.next-number-picker-inline.next-medium .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-number-picker-inline.next-medium .next-btn {
  height: 32px;
  height: var(--form-element-medium-height, 32px);
}

.next-number-picker-inline.next-medium .next-before .next-btn {
  margin-right: 0px;
  margin-right: var(--number-picker-inline-m-button-margin, 0px);
  border-top-left-radius: 2px;
  border-top-left-radius: var(--number-picker-inline-m-button-corner, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 2px);
}

.next-number-picker-inline.next-medium .next-after .next-btn {
  margin-left: 0px;
  margin-left: var(--number-picker-inline-m-button-margin, 0px);
  border-top-right-radius: 2px;
  border-top-right-radius: var(--number-picker-inline-m-button-corner, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 2px);
}

.next-number-picker-inline.next-large {
  width: 128px;
  width: var(--number-picker-inline-l-input-width, 128px);
  min-width: 108px;
  min-width: calc(var(--form-element-large-height, 36px) * 3);
}

.next-number-picker-inline.next-large .next-icon:before,
.next-number-picker-inline.next-large .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-number-picker-inline.next-large .next-btn {
  height: 36px;
  height: var(--form-element-large-height, 36px);
}

.next-number-picker-inline.next-large .next-before .next-btn {
  margin-right: 2px;
  margin-right: var(--number-picker-inline-l-button-margin, 2px);
  border-top-left-radius: 2px;
  border-top-left-radius: var(--number-picker-inline-l-button-corner, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 2px);
}

.next-number-picker-inline.next-large .next-after .next-btn {
  margin-left: 2px;
  margin-left: var(--number-picker-inline-l-button-margin, 2px);
  border-top-right-radius: 2px;
  border-top-right-radius: var(--number-picker-inline-l-button-corner, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 2px);
}

.next-number-picker-inline .next-btn.next-small {
  width: 24px;
  width: var(--form-element-small-height, 24px);
}

.next-number-picker-inline .next-btn.next-medium {
  width: 32px;
  width: var(--form-element-medium-height, 32px);
}

.next-number-picker-inline .next-btn.next-large {
  width: 36px;
  width: var(--form-element-large-height, 36px);
}

@-moz-document url-prefix() {
  .next-number-picker-normal.next-small .next-number-picker-handler {
    height: 22px;
    height: calc(var(--form-element-small-height, 24px) - 2px);
  }

  .next-number-picker-normal.next-medium .next-number-picker-handler {
    height: 30px;
    height: calc(var(--form-element-medium-height, 32px) - 2px);
  }

  .next-number-picker-normal.next-large .next-number-picker-handler {
    height: 34px;
    height: calc(var(--form-element-large-height, 36px) - 2px);
  }
}
.next-number-picker-normal[dir=rtl] .next-btn:first-child {
  border-right: 1px solid #577899;
  border-right: 1px solid var(--color-line1-3, #577899);
  border-left: 0;
  border-top-right-radius: 0;
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-small {
  border-top-left-radius: 2px;
  border-top-left-radius: var(--form-element-small-corner, 2px);
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium {
  border-top-left-radius: 2px;
  border-top-left-radius: var(--form-element-medium-corner, 2px);
}

.next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large {
  border-top-left-radius: 2px;
  border-top-left-radius: var(--form-element-large-corner, 2px);
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child {
  border-right: 1px solid #577899;
  border-right: 1px solid var(--color-line1-3, #577899);
  border-left: 0;
  border-bottom-right-radius: 0;
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-small {
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--form-element-small-corner, 2px);
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium {
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--form-element-medium-corner, 2px);
}

.next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large {
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--form-element-large-corner, 2px);
}

.next-number-picker-normal[dir=rtl] .next-input .next-input-control {
  padding-left: 0;
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn {
  margin-right: 0;
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-small {
  margin-left: 2px;
  margin-left: var(--number-picker-inline-s-button-margin, 2px);
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--number-picker-inline-s-button-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 2px) !important;
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium {
  margin-left: 0px;
  margin-left: var(--number-picker-inline-m-button-margin, 0px);
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--number-picker-inline-m-button-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 2px) !important;
}

.next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large {
  margin-left: 2px;
  margin-left: var(--number-picker-inline-l-button-margin, 2px);
  border-top-right-radius: 2px !important;
  border-top-right-radius: var(--number-picker-inline-l-button-corner, 2px) !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 2px) !important;
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn {
  margin-left: 0;
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-small {
  margin-right: 2px;
  margin-right: var(--number-picker-inline-s-button-margin, 2px);
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--number-picker-inline-s-button-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 2px) !important;
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium {
  margin-right: 0px;
  margin-right: var(--number-picker-inline-m-button-margin, 0px);
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--number-picker-inline-m-button-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 2px) !important;
}

.next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large {
  margin-right: 2px;
  margin-right: var(--number-picker-inline-l-button-margin, 2px);
  border-top-left-radius: 2px !important;
  border-top-left-radius: var(--number-picker-inline-l-button-corner, 2px) !important;
  border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 2px) !important;
}

.next-pagination[dir=rtl] .next-pagination-total {
  margin-right: 0;
  margin-left: 16px;
}

.next-pagination[dir=rtl] .next-pagination-jump-go {
  margin-left: 0;
  margin-right: 4px;
}

.next-pagination[dir=rtl] .next-pagination-size-selector-title {
  margin-right: 0;
  margin-left: 4px;
  margin-left: var(--pagination-size-selector-title-margin-right, 4px);
}

.next-pagination[dir=rtl] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
  border-left: none;
  border-right: 1px solid #C0C6CC;
  border-right: var(--line-1, 1px) solid var(--color-line1-2, #C0C6CC);
}

.next-pagination[dir=rtl] .next-pagination-pages + .next-pagination-size-selector,
.next-pagination[dir=rtl] .next-pagination-size-selector + .next-pagination-pages {
  margin-left: 0;
  margin-right: 40px;
}

.next-pagination[dir=rtl].next-start .next-pagination-pages {
  float: left;
}

.next-pagination[dir=rtl].next-start .next-pagination-size-selector {
  float: right;
}

.next-pagination[dir=rtl].next-end .next-pagination-pages {
  float: right;
}

.next-pagination[dir=rtl].next-end .next-pagination-size-selector {
  float: left;
}

.next-pagination[dir=rtl].next-small .next-pagination-list {
  margin: 0 4px;
  margin: 0 var(--pagination-small-item-split, 4px);
}

.next-pagination[dir=rtl].next-small .next-pagination-total {
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
  vertical-align: middle;
}

.next-pagination[dir=rtl].next-small .next-pagination-item {
  padding: 0 6px;
  border-width: 1px;
  border-width: var(--pagination-small-item-border-width, 1px);
  border-radius: 2px;
  border-radius: var(--pagination-small-item-corner, 2px);
}

.next-pagination[dir=rtl].next-small .next-pagination-item + .next-pagination-item {
  margin: 0 4px 0 0;
  margin: 0 var(--pagination-small-item-split, 4px) 0 0;
}

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis {
  height: 24px;
  height: var(--form-element-small-height, 24px);
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px);
}

.next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before,
.next-pagination[dir=rtl].next-small .next-pagination-ellipsis .next-icon-remote {
  width: 8px;
  width: var(--pagination-small-ellipsis-size, 8px);
  font-size: 8px;
  font-size: var(--pagination-small-ellipsis-size, 8px);
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-pagination[dir=rtl].next-small .next-pagination-ellipsis {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: 4px;
    margin-left: calc(var(--pagination-ellipsis-margin, 8px) - 8px + var(--pagination-small-ellipsis-size, 8px) / 2);
    margin-right: 4px;
    margin-right: calc(var(--pagination-ellipsis-margin, 8px) - 8px + var(--pagination-small-ellipsis-size, 8px) / 2);
  }

  .next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-pagination[dir=rtl].next-small .next-pagination-display {
  font-size: 12px;
  font-size: var(--pagination-small-total-font-size, 12px);
}

.next-pagination[dir=rtl].next-small .next-pagination-display em {
  font-size: 12px;
  font-size: var(--pagination-small-current-font-size, 12px);
}

.next-pagination[dir=rtl].next-small .next-pagination-jump-text {
  font-size: 12px;
  font-size: var(--pagination-small-jump-font-size, 12px);
}

.next-pagination[dir=rtl].next-small .next-pagination-jump-input {
  width: 28px;
  width: var(--pagination-small-input-width, 28px);
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-title {
  height: 24px;
  height: var(--form-element-small-height, 24px);
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
  font-size: 12px;
  font-size: var(--pagination-small-jump-font-size, 12px);
  vertical-align: middle;
}

.next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn {
  padding: 0 8px;
  padding: 0 var(--pagination-small-size-selector-number-padding, 8px);
}

.next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-color, #333333);
}

.next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #555555;
  color: var(--pagination-arrow-hover-color, #555555);
}

.next-pagination[dir=rtl].next-medium .next-pagination-list {
  margin: 0 8px;
  margin: 0 var(--pagination-item-split, 8px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-total {
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
  vertical-align: middle;
}

.next-pagination[dir=rtl].next-medium .next-pagination-item {
  padding: 0 10px;
  border-width: 1px;
  border-width: var(--pagination-item-border-width, 1px);
  border-radius: 2px;
  border-radius: var(--pagination-item-corner, 2px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-item + .next-pagination-item {
  margin: 0 8px 0 0;
  margin: 0 var(--pagination-item-split, 8px) 0 0;
}

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis {
  height: 32px;
  height: var(--form-element-medium-height, 32px);
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis:before,
.next-pagination[dir=rtl].next-medium .next-pagination-ellipsis .next-icon-remote {
  width: 12px;
  width: var(--pagination-ellipsis-size, 12px);
  font-size: 12px;
  font-size: var(--pagination-ellipsis-size, 12px);
  line-height: inherit;
}

.next-pagination[dir=rtl].next-medium .next-pagination-display {
  font-size: 12px;
  font-size: var(--pagination-total-font-size, 12px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-display em {
  font-size: 12px;
  font-size: var(--pagination-current-font-size, 12px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-jump-text {
  font-size: 12px;
  font-size: var(--pagination-jump-font-size, 12px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-jump-input {
  width: 40px;
  width: var(--pagination-input-width, 40px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title {
  height: 32px;
  height: var(--form-element-medium-height, 32px);
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
  font-size: 12px;
  font-size: var(--pagination-jump-font-size, 12px);
  vertical-align: middle;
}

.next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn {
  padding: 0 12px;
  padding: 0 var(--pagination-size-selector-number-padding, 12px);
}

.next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-color, #333333);
}

.next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #555555;
  color: var(--pagination-arrow-hover-color, #555555);
}

.next-pagination[dir=rtl].next-large .next-pagination-list {
  margin: 0 8px;
  margin: 0 var(--pagination-large-item-split, 8px);
}

.next-pagination[dir=rtl].next-large .next-pagination-total {
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
  vertical-align: middle;
}

.next-pagination[dir=rtl].next-large .next-pagination-item {
  padding: 0 15px;
  border-width: 1px;
  border-width: var(--pagination-large-item-border-width, 1px);
  border-radius: 2px;
  border-radius: var(--pagination-large-item-corner, 2px);
}

.next-pagination[dir=rtl].next-large .next-pagination-item + .next-pagination-item {
  margin: 0 8px 0 0;
  margin: 0 var(--pagination-large-item-split, 8px) 0 0;
}

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis {
  height: 36px;
  height: var(--form-element-large-height, 36px);
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px);
}

.next-pagination[dir=rtl].next-large .next-pagination-ellipsis:before,
.next-pagination[dir=rtl].next-large .next-pagination-ellipsis .next-icon-remote {
  width: 12px;
  width: var(--pagination-large-ellipsis-size, 12px);
  font-size: 12px;
  font-size: var(--pagination-large-ellipsis-size, 12px);
  line-height: inherit;
}

.next-pagination[dir=rtl].next-large .next-pagination-display {
  font-size: 14px;
  font-size: var(--pagination-large-total-font-size, 14px);
}

.next-pagination[dir=rtl].next-large .next-pagination-display em {
  font-size: 14px;
  font-size: var(--pagination-large-current-font-size, 14px);
}

.next-pagination[dir=rtl].next-large .next-pagination-jump-text {
  font-size: 14px;
  font-size: var(--pagination-large-jump-font-size, 14px);
}

.next-pagination[dir=rtl].next-large .next-pagination-jump-input {
  width: 48px;
  width: var(--pagination-large-input-width, 48px);
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-title {
  height: 36px;
  height: var(--form-element-large-height, 36px);
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
  font-size: 14px;
  font-size: var(--pagination-large-jump-font-size, 14px);
  vertical-align: middle;
}

.next-pagination[dir=rtl].next-large .next-pagination-size-selector-btn {
  padding: 0 16px;
  padding: 0 var(--pagination-large-size-selector-number-padding, 16px);
}

.next-pagination[dir=rtl].next-large .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination[dir=rtl].next-large .next-pagination-item.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-color, #333333);
}

.next-pagination[dir=rtl].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination[dir=rtl].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #555555;
  color: var(--pagination-arrow-hover-color, #555555);
}

.next-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.next-pagination *,
.next-pagination *:before,
.next-pagination *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-pagination:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-pagination-total {
  display: inline-block;
  font-size: 14px;
  font-size: var(--font-size-body-2, 14px);
  margin-right: 16px;
}

.next-pagination-pages {
  display: inline-block;
}

.next-pagination-list {
  display: inline-block;
  vertical-align: top;
}

.next-pagination .next-pagination-item:not([disabled]) {
  display: inline-block;
  border-style: solid;
  border-style: var(--pagination-item-border-style, solid);
  border-color: transparent;
  border-color: var(--pagination-item-border-color, transparent);
  background: transparent;
  background: var(--pagination-item-bg, transparent);
  color: #333333;
  color: var(--pagination-item-color, #333333);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--pagination-item-shadow, none);
  box-shadow: none;
  box-shadow: var(--pagination-item-shadow, none);
}

.next-pagination .next-pagination-item {
  -webkit-transition: none;
  transition: none;
}

.next-pagination .next-pagination-item.next-current {
  border-color: #0064C8;
  border-color: var(--pagination-item-current-border-color, #0064C8);
  background: #FFFFFF;
  background: var(--pagination-item-current-bg, #FFFFFF);
  color: #0064C8;
  color: var(--pagination-item-current-color, #0064C8);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--pagination-item-current-shadow, none);
  box-shadow: none;
  box-shadow: var(--pagination-item-current-shadow, none);
}

.next-pagination .next-pagination-item.next-current:hover, .next-pagination .next-pagination-item.next-current:focus {
  border-color: #0064C8;
  border-color: var(--pagination-item-current-hover-border-color, #0064C8);
  background: #FFFFFF;
  background: var(--pagination-item-current-hover-bg, #FFFFFF);
  color: #333333;
  color: var(--pagination-item-current-hover-color, #333333);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--pagination-item-current-hover-shadow, none);
  box-shadow: none;
  box-shadow: var(--pagination-item-current-hover-shadow, none);
}

.next-pagination-ellipsis {
  display: inline-block;
  color: #333333;
  color: var(--pagination-ellipsis-color, #333333);
  vertical-align: top;
}

.next-pagination-display {
  display: inline-block;
  margin: 0 16px;
  color: #333333;
  color: var(--pagination-total-color, #333333);
  vertical-align: middle;
}

.next-pagination-display em {
  font-style: normal;
  color: #0064C8;
  color: var(--pagination-current-color, #0064C8);
}

.next-pagination-jump-text {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  color: var(--pagination-jump-color, #333333);
}

.next-pagination-jump-input {
  margin: 0 4px;
  margin: 0 var(--pagination-input-margin, 4px);
  vertical-align: top;
}

.next-pagination-jump-go {
  margin-left: 4px;
  vertical-align: top;
}

.next-pagination-size-selector {
  display: inline-block;
  position: relative;
}

.next-pagination-size-selector-title {
  margin-right: 4px;
  margin-right: var(--pagination-size-selector-title-margin-right, 4px);
  color: #888888;
  color: var(--pagination-size-selector-title-color, #888888);
}

.next-pagination-size-selector-filter {
  display: inline-block;
  vertical-align: middle;
}

.next-pagination-size-selector-dropdown {
  vertical-align: top;
  min-width: 64px;
}

.next-pagination-size-selector-dropdown .next-select-inner {
  min-width: 64px;
}

.next-pagination-size-selector-popup {
  min-width: 64px;
}

.next-pagination-size-selector-btn.next-btn-text {
  height: initial;
  line-height: initial;
  color: #555555;
  color: var(--pagination-size-selector-filter-color, #555555);
  border-radius: 0;
}

.next-pagination-size-selector-btn.next-btn-text.next-current {
  color: #0064C8;
  color: var(--pagination-size-selector-filter-current-color, #0064C8);
}

.next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn {
  border-left: 1px solid #C0C6CC;
  border-left: var(--line-1, 1px) solid var(--color-line1-2, #C0C6CC);
}

.next-pagination-pages + .next-pagination-size-selector,
.next-pagination-size-selector + .next-pagination-pages {
  margin-left: 40px;
}

.next-pagination.next-hide {
  display: none;
}

.next-pagination.next-start .next-pagination-pages {
  float: right;
}

.next-pagination.next-start .next-pagination-size-selector {
  float: left;
}

.next-pagination.next-end .next-pagination-pages {
  float: left;
}

.next-pagination.next-end .next-pagination-size-selector {
  float: right;
}

.next-pagination.next-small .next-pagination-list {
  margin: 0 4px;
  margin: 0 var(--pagination-small-item-split, 4px);
}

.next-pagination.next-small .next-pagination-total {
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
  vertical-align: middle;
}

.next-pagination.next-small .next-pagination-item {
  padding: 0 6px;
  border-width: 1px;
  border-width: var(--pagination-small-item-border-width, 1px);
  border-radius: 2px;
  border-radius: var(--pagination-small-item-corner, 2px);
}

.next-pagination.next-small .next-pagination-item + .next-pagination-item {
  margin: 0 0 0 4px;
  margin: 0 0 0 var(--pagination-small-item-split, 4px);
}

.next-pagination.next-small .next-pagination-ellipsis {
  height: 24px;
  height: var(--form-element-small-height, 24px);
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px);
}

.next-pagination.next-small .next-pagination-ellipsis:before,
.next-pagination.next-small .next-pagination-ellipsis .next-icon-remote {
  width: 8px;
  width: var(--pagination-small-ellipsis-size, 8px);
  font-size: 8px;
  font-size: var(--pagination-small-ellipsis-size, 8px);
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-pagination.next-small .next-pagination-ellipsis {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: 4px;
    margin-left: calc(var(--pagination-ellipsis-margin, 8px) - 8px + var(--pagination-small-ellipsis-size, 8px) / 2);
    margin-right: 4px;
    margin-right: calc(var(--pagination-ellipsis-margin, 8px) - 8px + var(--pagination-small-ellipsis-size, 8px) / 2);
  }

  .next-pagination.next-small .next-pagination-ellipsis:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-pagination.next-small .next-pagination-display {
  font-size: 12px;
  font-size: var(--pagination-small-total-font-size, 12px);
}

.next-pagination.next-small .next-pagination-display em {
  font-size: 12px;
  font-size: var(--pagination-small-current-font-size, 12px);
}

.next-pagination.next-small .next-pagination-jump-text {
  font-size: 12px;
  font-size: var(--pagination-small-jump-font-size, 12px);
}

.next-pagination.next-small .next-pagination-jump-input {
  width: 28px;
  width: var(--pagination-small-input-width, 28px);
}

.next-pagination.next-small .next-pagination-size-selector-title {
  height: 24px;
  height: var(--form-element-small-height, 24px);
  line-height: 24px;
  line-height: var(--form-element-small-height, 24px);
  font-size: 12px;
  font-size: var(--pagination-small-jump-font-size, 12px);
  vertical-align: middle;
}

.next-pagination.next-small .next-pagination-size-selector-btn {
  padding: 0 8px;
  padding: 0 var(--pagination-small-size-selector-number-padding, 8px);
}

.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-color, #333333);
}

.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #555555;
  color: var(--pagination-arrow-hover-color, #555555);
}

.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
  width: 20px;
  padding: 0;
}

.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next .next-icon {
  margin: 0 auto;
}

.next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev {
  width: 20px;
  padding: 0;
}

.next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
  margin: 0 auto;
}

.next-pagination.next-small.next-no-border .next-pagination-item.next-prev, .next-pagination.next-small.next-no-border .next-pagination-item.next-next {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-pagination.next-small.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-no-border .next-pagination-item.next-next .next-icon {
  margin: 0;
}

.next-pagination.next-small.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
.next-pagination.next-small.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
  color: #0064C8;
  color: var(--pagination-arrow-hover-color-noboder, #0064C8);
}

.next-pagination.next-small.next-no-border .next-pagination-display {
  margin: 0 8px;
}

.next-pagination.next-small.next-mini .next-pagination-item.next-prev {
  margin-right: 4px;
}

.next-pagination.next-small.next-mini .next-pagination-item.next-next {
  margin-left: 4px;
}

.next-pagination.next-medium .next-pagination-list {
  margin: 0 8px;
  margin: 0 var(--pagination-item-split, 8px);
}

.next-pagination.next-medium .next-pagination-total {
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
  vertical-align: middle;
}

.next-pagination.next-medium .next-pagination-item {
  padding: 0 10px;
  border-width: 1px;
  border-width: var(--pagination-item-border-width, 1px);
  border-radius: 2px;
  border-radius: var(--pagination-item-corner, 2px);
}

.next-pagination.next-medium .next-pagination-item + .next-pagination-item {
  margin: 0 0 0 8px;
  margin: 0 0 0 var(--pagination-item-split, 8px);
}

.next-pagination.next-medium .next-pagination-ellipsis {
  height: 32px;
  height: var(--form-element-medium-height, 32px);
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px);
}

.next-pagination.next-medium .next-pagination-ellipsis:before,
.next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote {
  width: 12px;
  width: var(--pagination-ellipsis-size, 12px);
  font-size: 12px;
  font-size: var(--pagination-ellipsis-size, 12px);
  line-height: inherit;
}

.next-pagination.next-medium .next-pagination-display {
  font-size: 12px;
  font-size: var(--pagination-total-font-size, 12px);
}

.next-pagination.next-medium .next-pagination-display em {
  font-size: 12px;
  font-size: var(--pagination-current-font-size, 12px);
}

.next-pagination.next-medium .next-pagination-jump-text {
  font-size: 12px;
  font-size: var(--pagination-jump-font-size, 12px);
}

.next-pagination.next-medium .next-pagination-jump-input {
  width: 40px;
  width: var(--pagination-input-width, 40px);
}

.next-pagination.next-medium .next-pagination-size-selector-title {
  height: 32px;
  height: var(--form-element-medium-height, 32px);
  line-height: 32px;
  line-height: var(--form-element-medium-height, 32px);
  font-size: 12px;
  font-size: var(--pagination-jump-font-size, 12px);
  vertical-align: middle;
}

.next-pagination.next-medium .next-pagination-size-selector-btn {
  padding: 0 12px;
  padding: 0 var(--pagination-size-selector-number-padding, 12px);
}

.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-color, #333333);
}

.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #555555;
  color: var(--pagination-arrow-hover-color, #555555);
}

.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
  width: 28px;
  padding: 0;
}

.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next .next-icon {
  margin: 0 auto;
}

.next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev {
  width: 28px;
  padding: 0;
}

.next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
  margin: 0 auto;
}

.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next .next-icon {
  margin: 0;
}

.next-pagination.next-medium.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
.next-pagination.next-medium.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
  color: #0064C8;
  color: var(--pagination-arrow-hover-color-noboder, #0064C8);
}

.next-pagination.next-medium.next-no-border .next-pagination-display {
  margin: 0 12px;
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-prev {
  margin-right: 4px;
}

.next-pagination.next-medium.next-mini .next-pagination-item.next-next {
  margin-left: 4px;
}

.next-pagination.next-large .next-pagination-list {
  margin: 0 8px;
  margin: 0 var(--pagination-large-item-split, 8px);
}

.next-pagination.next-large .next-pagination-total {
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
  vertical-align: middle;
}

.next-pagination.next-large .next-pagination-item {
  padding: 0 15px;
  border-width: 1px;
  border-width: var(--pagination-large-item-border-width, 1px);
  border-radius: 2px;
  border-radius: var(--pagination-large-item-corner, 2px);
}

.next-pagination.next-large .next-pagination-item + .next-pagination-item {
  margin: 0 0 0 8px;
  margin: 0 0 0 var(--pagination-large-item-split, 8px);
}

.next-pagination.next-large .next-pagination-ellipsis {
  height: 36px;
  height: var(--form-element-large-height, 36px);
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
  margin-left: 8px;
  margin-left: var(--pagination-ellipsis-margin, 8px);
  margin-right: 8px;
  margin-right: var(--pagination-ellipsis-margin, 8px);
}

.next-pagination.next-large .next-pagination-ellipsis:before,
.next-pagination.next-large .next-pagination-ellipsis .next-icon-remote {
  width: 12px;
  width: var(--pagination-large-ellipsis-size, 12px);
  font-size: 12px;
  font-size: var(--pagination-large-ellipsis-size, 12px);
  line-height: inherit;
}

.next-pagination.next-large .next-pagination-display {
  font-size: 14px;
  font-size: var(--pagination-large-total-font-size, 14px);
}

.next-pagination.next-large .next-pagination-display em {
  font-size: 14px;
  font-size: var(--pagination-large-current-font-size, 14px);
}

.next-pagination.next-large .next-pagination-jump-text {
  font-size: 14px;
  font-size: var(--pagination-large-jump-font-size, 14px);
}

.next-pagination.next-large .next-pagination-jump-input {
  width: 48px;
  width: var(--pagination-large-input-width, 48px);
}

.next-pagination.next-large .next-pagination-size-selector-title {
  height: 36px;
  height: var(--form-element-large-height, 36px);
  line-height: 36px;
  line-height: var(--form-element-large-height, 36px);
  font-size: 14px;
  font-size: var(--pagination-large-jump-font-size, 14px);
  vertical-align: middle;
}

.next-pagination.next-large .next-pagination-size-selector-btn {
  padding: 0 16px;
  padding: 0 var(--pagination-large-size-selector-number-padding, 16px);
}

.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
  color: #333333;
  color: var(--pagination-arrow-color, #333333);
}

.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
  color: #555555;
  color: var(--pagination-arrow-hover-color, #555555);
}

.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
  width: 40px;
  padding: 0;
}

.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next .next-icon {
  margin: 0 auto;
}

.next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev {
  width: 40px;
  padding: 0;
}

.next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev .next-icon {
  margin: 0 auto;
}

.next-pagination.next-large.next-no-border .next-pagination-item.next-prev, .next-pagination.next-large.next-no-border .next-pagination-item.next-next {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-pagination.next-large.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-no-border .next-pagination-item.next-next .next-icon {
  margin: 0;
}

.next-pagination.next-large.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i,
.next-pagination.next-large.next-no-border .next-pagination-item.next-next:not([disabled]):hover i {
  color: #0064C8;
  color: var(--pagination-arrow-hover-color-noboder, #0064C8);
}

.next-pagination.next-large.next-no-border .next-pagination-display {
  margin: 0 16px;
}

.next-pagination.next-large.next-mini .next-pagination-item.next-prev {
  margin-right: 8px;
}

.next-pagination.next-large.next-mini .next-pagination-item.next-next {
  margin-left: 8px;
}

.next-pagination-icon-prev::before {
  content: "\ea2c";
  content: var(--pagination-icon-prev-content, "\ea2c");
}

.next-pagination-icon-next::before {
  content: "\ea29";
  content: var(--pagination-icon-next-content, "\ea29");
}

.next-pagination-icon-ellipsis::before {
  content: "\ea24";
  content: var(--pagination-icon-ellipsis-content, "\ea24");
}

.next-paragraph {
  color: #111111;
  color: var(--paragraph-text-color, #111111);
}

.next-paragraph-short {
  line-height: 1.5;
  line-height: var(--paragraph-s-line-height, 1.5);
}

.next-paragraph-long {
  line-height: 1.6;
  line-height: var(--paragraph-l-line-height, 1.6);
}

.next-paragraph-small {
  font-size: 12px;
  font-size: var(--paragraph-s-font-size, 12px);
}

.next-paragraph-medium {
  font-size: 14px;
  font-size: var(--paragraph-m-font-size, 14px);
}

.next-progress-circle[dir=rtl] .next-progress-circle-container {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.next-progress-line[dir=rtl] .next-progress-line-overlay {
  left: auto;
  right: 0;
}

.next-progress-line {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-progress-line *,
.next-progress-line *:before,
.next-progress-line *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-progress-line {
  width: 100%;
  display: inline-block;
  position: relative;
}

.next-progress-line-container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.next-progress-line-underlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #E3E4E6;
  background-color: var(--progress-line-underlay-color, #E3E4E6);
}

.next-progress-line-overlay {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.next-progress-line-overlay-normal {
  background-color: #0064C8;
  background-color: var(--progress-line-normal-color, #0064C8);
}

.next-progress-line-overlay-success {
  background-color: #00A700;
  background-color: var(--progress-line-success-color, #00A700);
}

.next-progress-line-overlay-error {
  background-color: #C80000;
  background-color: var(--progress-line-error-color, #C80000);
}

.next-progress-line-overlay-started {
  background-color: #0064C8;
  background-color: var(--progress-line-started-color, #0064C8);
}

.next-progress-line-overlay-middle {
  background-color: #0064C8;
  background-color: var(--progress-line-middle-color, #0064C8);
}

.next-progress-line-overlay-finishing {
  background-color: #0064C8;
  background-color: var(--progress-line-finishing-color, #0064C8);
}

.next-progress-line.next-small .next-progress-line-underlay {
  border-radius: 2px;
  border-radius: var(--progress-line-radius-s, 2px);
  height: 4px;
  height: var(--progress-line-height-size-s, 4px);
}

.next-progress-line.next-small .next-progress-line-overlay {
  height: 4px;
  height: var(--progress-line-height-size-s, 4px);
  border-radius: 2px;
  border-radius: var(--progress-line-radius-s, 2px);
  top: 50%;
  margin-top: -2px;
  margin-top: calc(0px - var(--progress-line-height-size-s, 4px) / 2);
}

.next-progress-line.next-small .next-progress-line-text {
  font-size: 12px;
  font-size: var(--progress-line-font-s, 12px);
  line-height: 4px;
  line-height: var(--progress-line-height-size-s, 4px);
}

.next-progress-line.next-medium .next-progress-line-underlay {
  border-radius: 2px;
  border-radius: var(--progress-line-radius-m, 2px);
  height: 4px;
  height: var(--progress-line-height-size-m, 4px);
}

.next-progress-line.next-medium .next-progress-line-overlay {
  height: 4px;
  height: var(--progress-line-height-size-m, 4px);
  border-radius: 2px;
  border-radius: var(--progress-line-radius-m, 2px);
  top: 50%;
  margin-top: -2px;
  margin-top: calc(0px - var(--progress-line-height-size-m, 4px) / 2);
}

.next-progress-line.next-medium .next-progress-line-text {
  font-size: 12px;
  font-size: var(--progress-line-font-m, 12px);
  line-height: 4px;
  line-height: var(--progress-line-height-size-m, 4px);
}

.next-progress-line.next-large .next-progress-line-underlay {
  border-radius: 2px;
  border-radius: var(--progress-line-radius-l, 2px);
  height: 8px;
  height: var(--progress-line-height-size-l, 8px);
}

.next-progress-line.next-large .next-progress-line-overlay {
  height: 8px;
  height: var(--progress-line-height-size-l, 8px);
  border-radius: 2px;
  border-radius: var(--progress-line-radius-l, 2px);
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--progress-line-height-size-l, 8px) / 2);
}

.next-progress-line.next-large .next-progress-line-text {
  font-size: 12px;
  font-size: var(--progress-line-font-l, 12px);
  line-height: 8px;
  line-height: var(--progress-line-height-size-l, 8px);
}

.next-progress-line-show-info .next-progress-line-container {
  padding-right: 60px;
  margin-right: -60px;
}

.next-progress-line-show-info .next-progress-line-text {
  width: 50px;
  text-align: left;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  color: #333333;
  color: var(--progress-line-font-color, #333333);
}

.next-progress-line-show-border .next-progress-line-underlay {
  border: 1px solid #C0C6CC;
  border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #C0C6CC);
}

.next-progress-line-show-border.next-small .next-progress-line-underlay {
  border-radius: 2px;
  border-radius: var(--progress-line-radius-s, 2px);
  height: 6px;
  height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px) * 2);
}

.next-progress-line-show-border.next-small .next-progress-line-overlay {
  height: 4px;
  height: var(--progress-line-height-size-s, 4px);
  border-radius: 2px;
  border-radius: var(--progress-line-radius-s, 2px);
  top: 50%;
  margin-top: -2px;
  margin-top: calc(0px - var(--progress-line-height-size-s, 4px) / 2);
}

.next-progress-line-show-border.next-small .next-progress-line-text {
  font-size: 12px;
  font-size: var(--progress-line-font-s, 12px);
  line-height: 6px;
  line-height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px) * 2);
}

.next-progress-line-show-border.next-medium .next-progress-line-underlay {
  border-radius: 2px;
  border-radius: var(--progress-line-radius-m, 2px);
  height: 6px;
  height: calc(var(--progress-line-height-size-m, 4px) + var(--progress-line-underlay-border-width, 1px) * 2);
}

.next-progress-line-show-border.next-medium .next-progress-line-overlay {
  height: 4px;
  height: var(--progress-line-height-size-m, 4px);
  border-radius: 2px;
  border-radius: var(--progress-line-radius-m, 2px);
  top: 50%;
  margin-top: -2px;
  margin-top: calc(0px - var(--progress-line-height-size-m, 4px) / 2);
}

.next-progress-line-show-border.next-medium .next-progress-line-text {
  font-size: 12px;
  font-size: var(--progress-line-font-m, 12px);
  line-height: 6px;
  line-height: calc(var(--progress-line-height-size-m, 4px) + var(--progress-line-underlay-border-width, 1px) * 2);
}

.next-progress-line-show-border.next-large .next-progress-line-underlay {
  border-radius: 2px;
  border-radius: var(--progress-line-radius-l, 2px);
  height: 10px;
  height: calc(var(--progress-line-height-size-l, 8px) + var(--progress-line-underlay-border-width, 1px) * 2);
}

.next-progress-line-show-border.next-large .next-progress-line-overlay {
  height: 8px;
  height: var(--progress-line-height-size-l, 8px);
  border-radius: 2px;
  border-radius: var(--progress-line-radius-l, 2px);
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--progress-line-height-size-l, 8px) / 2);
}

.next-progress-line-show-border.next-large .next-progress-line-text {
  font-size: 12px;
  font-size: var(--progress-line-font-l, 12px);
  line-height: 10px;
  line-height: calc(var(--progress-line-height-size-l, 8px) + var(--progress-line-underlay-border-width, 1px) * 2);
}

.next-progress-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-progress-circle *,
.next-progress-circle *:before,
.next-progress-circle *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-progress-circle {
  position: relative;
  display: inline-block;
}

.next-progress-circle-underlay {
  stroke-width: 4px;
  stroke-width: var(--progress-circle-underlay-width, 4px);
  stroke: #E3E4E6;
  stroke: var(--progress-circle-underlay-color, #E3E4E6);
}

.next-progress-circle-overlay {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  stroke-linecap: round;
  stroke-linecap: var(--progress-circle-corner, round);
  stroke-width: 4px;
  stroke-width: var(--progress-circle-overlay-width, 4px);
}

.next-progress-circle-overlay-normal {
  stroke: #0064C8;
  stroke: var(--progress-circle-normal-color, #0064C8);
}

.next-progress-circle-overlay-success {
  stroke: #00A700;
  stroke: var(--progress-circle-success-color, #00A700);
}

.next-progress-circle-overlay-error {
  stroke: #C80000;
  stroke: var(--progress-circle-error-color, #C80000);
}

.next-progress-circle-overlay-started {
  stroke: #0064C8;
  stroke: var(--progress-circle-started-color, #0064C8);
}

.next-progress-circle-overlay-middle {
  stroke: #0064C8;
  stroke: var(--progress-circle-middle-color, #0064C8);
}

.next-progress-circle-overlay-finishing {
  stroke: #0064C8;
  stroke: var(--progress-circle-finishing-color, #0064C8);
}

.next-progress-circle.next-small {
  width: 100px;
  width: var(--progress-circle-size-s, 100px);
  height: 100px;
  height: var(--progress-circle-size-s, 100px);
  font-size: 14px;
  font-size: var(--progress-circle-font-s, 14px);
}

.next-progress-circle.next-medium {
  width: 116px;
  width: var(--progress-circle-size-m, 116px);
  height: 116px;
  height: var(--progress-circle-size-m, 116px);
  font-size: 14px;
  font-size: var(--progress-circle-font-m, 14px);
}

.next-progress-circle.next-large {
  width: 132px;
  width: var(--progress-circle-size-l, 132px);
  height: 132px;
  height: var(--progress-circle-size-l, 132px);
  font-size: 20px;
  font-size: var(--progress-circle-font-l, 20px);
}

.next-progress-circle-text {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #666666;
  color: var(--progress-circle-text-color, #666666);
}

.next-range {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.next-range *,
.next-range *:before,
.next-range *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-range .next-range-inner {
  position: relative;
}

.next-range .next-range-inner:only-child {
  margin-top: auto;
  margin-bottom: auto;
}

.next-range .next-range-track {
  position: absolute;
  width: 100%;
  top: 50%;
  border-radius: 0;
  border-radius: var(--range-size-m-track-radius, 0);
}

.next-range .next-range-selected {
  position: absolute;
  width: 0;
  top: 50%;
  left: 0;
  border-radius: 0;
  border-radius: var(--range-size-m-track-radius, 0);
}

.next-range .next-range-scale {
  position: relative;
  width: 100%;
  height: 12px;
  height: var(--range-size-m-scale-height, 12px);
}

.next-range .next-range-scale .next-range-scale-item {
  position: absolute;
  left: 0;
  width: 2px;
  border: 1px solid;
  border: var(--range-size-m-scale-item-border-width, 1px) solid;
  border-radius: 0;
  border-radius: var(--range-size-m-scale-radius, 0);
}

.next-range .next-range-scale .next-range-scale-item:last-child {
  margin-left: -2px;
  margin-left: calc(0px - var(--range-size-m-scale-item-border-width, 1px) * 2);
}

.next-range .next-range-slider {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}

.next-range .next-range-slider-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 1px;
  border-width: var(--range-size-slider-border-width, 1px);
  border-style: solid;
  border-style: var(--range-size-slider-border-style, solid);
  border-color: #577899;
  border-color: var(--range-normal-slider-border-color, #577899);
  border-radius: 50%;
  -webkit-transition: border-color 100ms linear, -webkit-transform 100ms linear;
  transition: border-color 100ms linear, -webkit-transform 100ms linear;
  transition: transform 100ms linear, border-color 100ms linear;
  transition: transform 100ms linear, border-color 100ms linear, -webkit-transform 100ms linear;
}

.next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner {
  border: 2px solid #0064C8;
  border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #0064C8);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner {
  border: 2px solid #0064C8;
  border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #0064C8);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.next-range .next-range-mark {
  position: relative;
  cursor: auto;
}

.next-range .next-range-mark .next-range-mark-text {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 2px;
  text-align: center;
}

.next-range .next-range-frag {
  position: absolute;
  top: 0;
}

.next-range .next-range-frag .next-range-slider {
  left: 0;
}

.next-range .next-range-frag .next-range-slider:nth-child(2) {
  left: 100%;
}

.next-range .next-range-frag .next-range-selected {
  width: 100%;
}

.next-range.disabled {
  cursor: not-allowed;
}

.next-range.disabled .next-range-mark {
  cursor: auto;
}

.next-range .next-range-track {
  background-color: #E3E4E6;
  background-color: var(--range-normal-unselected-color, #E3E4E6);
}

.next-range .next-range-track:hover {
  background-color: #E3E4E6;
  background-color: var(--range-normal-unselected-color-hover, #E3E4E6);
}

.next-range .next-range-selected {
  background-color: #0064C8;
  background-color: var(--range-normal-selected-color, #0064C8);
}

.next-range .next-range-selected:hover {
  background-color: #0064C8;
  background-color: var(--range-normal-selected-color-hover, #0064C8);
}

.next-range .next-range-scale .next-range-scale-item {
  border-color: #E3E4E6;
  border-color: var(--range-normal-unselected-color, #E3E4E6);
  background-color: #E3E4E6;
  background-color: var(--range-normal-unselected-color, #E3E4E6);
}

.next-range .next-range-scale .next-range-scale-item:hover {
  border-color: #E3E4E6;
  border-color: var(--range-normal-unselected-color-hover, #E3E4E6);
}

.next-range .next-range-scale .next-range-scale-item.activated {
  border-color: #0064C8;
  border-color: var(--range-normal-selected-color, #0064C8);
  background-color: #0064C8;
  background-color: var(--range-normal-selected-color, #0064C8);
}

.next-range .next-range-scale .next-range-scale-item.activated:hover {
  border-color: #0064C8;
  border-color: var(--range-normal-selected-color-hover, #0064C8);
}

.next-range .next-range-slider-inner {
  background-color: #FFFFFF;
  background-color: var(--range-normal-slider-bg-color, #FFFFFF);
  border-color: #577899;
  border-color: var(--range-normal-slider-border-color, #577899);
}

.next-range .next-range-slider-inner:hover {
  background-color: #FFFFFF;
  background-color: var(--range-normal-slider-bg-color-hover, #FFFFFF);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.next-range .next-range-mark .next-range-mark-text {
  color: #333333;
  color: var(--range-normal-mark-color, #333333);
}

.next-range .next-range-mark .next-range-mark-text:hover {
  color: #888888;
  color: var(--range-normal-mark-color-hover, #888888);
}

.next-range .next-range-mark .next-range-mark-text.activated {
  color: #333333;
  color: var(--range-normal-mark-selected-color, #333333);
}

.next-range .next-range-mark .next-range-mark-text.activated:hover {
  color: #111111;
  color: var(--range-normal-mark-selected-color-hover, #111111);
}

.next-range.disabled .next-range-track {
  background-color: #E3E4E6;
  background-color: var(--range-normal-unselected-color-disabled, #E3E4E6);
}

.next-range.disabled .next-range-selected {
  background-color: #b3b3b3;
  background-color: var(--range-normal-selected-color-disabled, #b3b3b3);
}

.next-range.disabled .next-range-scale-item {
  border-color: #E3E4E6;
  border-color: var(--range-normal-unselected-color-disabled, #E3E4E6);
}

.next-range.disabled .next-range-scale-item.activated {
  border-color: #b3b3b3;
  border-color: var(--range-normal-selected-color-disabled, #b3b3b3);
}

.next-range.disabled .next-range-slider-inner {
  background-color: #FFFFFF;
  background-color: var(--range-normal-slider-bg-color-disabled, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--range-normal-slider-border-color-disabled, #C0C6CC);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-range.disabled .next-range-mark-text {
  color: #b3b3b3;
  color: var(--range-normal-mark-color-disabled, #b3b3b3);
}

.next-range.disabled .next-range-mark-text.activated {
  color: #b3b3b3;
  color: var(--range-normal-mark-selected-color-disabled, #b3b3b3);
}

.next-range .next-range-track {
  height: 4px;
  height: var(--range-size-m-track-height, 4px);
  margin-top: -2px;
  margin-top: calc(0px - var(--range-size-m-track-height, 4px) / 2);
}

.next-range .next-range-selected {
  height: 4px;
  height: var(--range-size-m-track-height, 4px);
  margin-top: -2px;
  margin-top: calc(0px - var(--range-size-m-track-height, 4px) / 2);
}

.next-range .next-range-frag {
  margin-top: 4px;
  margin-top: calc(var(--range-size-m-scale-height, 12px) / 2 - var(--range-size-m-track-height, 4px) / 2);
  height: 4px;
  height: var(--range-size-m-track-height, 4px);
}

.next-range .next-range-slider {
  height: 16px;
  height: var(--range-size-m-slider-hw, 16px);
  width: 16px;
  width: var(--range-size-m-slider-hw, 16px);
  margin-top: -8px;
  margin-top: calc(0px - var(--range-size-m-slider-hw, 16px) / 2);
  margin-left: -8px;
  margin-left: calc(0px - var(--range-size-m-slider-hw, 16px) / 2);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--range-size-m-slider-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--range-size-m-slider-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
}

.next-range .next-range-slider-inner {
  height: 16px;
  height: var(--range-size-m-slider-hw, 16px);
  width: 16px;
  width: var(--range-size-m-slider-hw, 16px);
  margin-top: -8px;
  margin-top: calc(0px - var(--range-size-m-slider-hw, 16px) / 2);
  margin-left: -8px;
  margin-left: calc(0px - var(--range-size-m-slider-hw, 16px) / 2);
}

.next-range .next-range-mark {
  display: block;
}

.next-range .next-range-mark .next-range-mark-text {
  font-size: 12px;
  font-size: var(--range-size-m-mark-font-size, 12px);
  font-weight: normal;
  font-weight: var(--range-size-m-mark-font-weight, normal);
  line-height: 20px;
  line-height: var(--range-size-m-mark-font-lineheight, 20px);
  height: 20px;
  height: var(--range-size-m-mark-font-lineheight, 20px);
}

.next-range .next-range-mark.next-range-mark-below {
  height: 30px;
  height: var(--range-size-m-mark-top, 30px);
}

.next-range .next-range-mark.next-range-mark-below .next-range-mark-text {
  bottom: 0;
}

.next-range .next-range-mark.next-range-mark-above {
  height: 30px;
  height: var(--range-size-m-mark-top, 30px);
}

.next-range .next-range-scale .next-range-scale-item {
  height: 12px;
  height: var(--range-size-m-scale-height, 12px);
}

.next-range.simulation-hover > .next-range-slider-inner {
  background-color: #FFFFFF;
  background-color: var(--range-normal-slider-bg-color, #FFFFFF);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.next-range.simulation-click > .next-range-slider-inner {
  border: 2px solid #0064C8;
  border: 2px solid var(--range-normal-selected-color, #0064C8);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.next-range[dir=rtl] .next-range-mark {
  position: relative;
  cursor: auto;
}

.next-range[dir=rtl] .next-range-mark .next-range-mark-text {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  padding-right: 2px;
  text-align: center;
}

.next-rating[dir=rtl] .next-rating-overlay {
  right: 0;
  left: auto;
}

.next-rating[dir=rtl] .next-rating-underlay .next-rating-icon,
.next-rating[dir=rtl] .next-rating-overlay .next-rating-icon {
  margin-right: 4px;
  margin-left: 0;
}

.next-rating[dir=rtl] .next-rating-underlay .next-rating-icon:last-child,
.next-rating[dir=rtl] .next-rating-overlay .next-rating-icon:last-child {
  /* icon 放大会产生边缘溢出，这里使用 margin 为放大扩展一部分空间 */
  margin-left: 4px;
}

.next-rating {
  vertical-align: top;
}

.next-rating {
  display: inline-block;
  position: relative;
}

.next-rating:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-rating-base {
  float: left;
}

.next-rating-text {
  float: left;
}

.next-rating-base-disabled {
  cursor: not-allowed;
}

.next-rating-base-disabled .next-rating-underlay .next-rating-icon {
  cursor: not-allowed;
}

.next-rating-base-disabled .next-rating-overlay .next-rating-icon {
  cursor: not-allowed;
}

.next-rating-symbol-icon::before {
  content: "\e814";
  content: var(--rating-grade-icon-content, "\e814");
}

.next-rating-underlay {
  white-space: nowrap;
  overflow: hidden;
}

.next-rating-underlay .next-icon {
  color: #FFFFFF;
  color: var(--rating-normal-underlay-color, #FFFFFF);
}

.next-rating-stroke-mode .next-rating-underlay .next-icon {
  color: transparent;
  -webkit-text-stroke: 1px #0064C8;
  -webkit-text-stroke: 1px var(--rating-normal-overlay-color, #0064C8);
}

.next-rating-overlay {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
}

.next-rating-overlay .next-icon {
  color: #0064C8;
  color: var(--rating-normal-overlay-color, #0064C8);
}

.next-rating-underlay .next-rating-icon, .next-rating-overlay .next-rating-icon {
  cursor: pointer;
  margin-left: 4px;
}

.next-rating-underlay .next-rating-icon:last-child, .next-rating-overlay .next-rating-icon:last-child {
  /* icon 放大会产生边缘溢出，这里使用 margin 为放大扩展一部分空间 */
  margin-right: 4px;
}

.next-rating-underlay .next-icon, .next-rating-overlay .next-icon {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-rating-underlay .next-icon.hover, .next-rating-overlay .next-icon.hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.next-rating-underlay .next-icon.clicked, .next-rating-overlay .next-icon.clicked {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.next-rating-info {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  border: 1px solid #004080;
  border: 1px solid var(--color-fill1-4, #004080);
  background: #FFFFFF;
  padding: 4px 8px 3px;
  font-size: 12px;
  white-space: nowrap;
}

.next-rating-info:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #004080;
  border: 1px solid var(--color-fill1-4, #004080);
  background: #FFFFFF;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: -3px;
  left: 4px;
}

.next-rating:focus, .next-rating.hover {
  outline: none;
}

.next-rating:focus .next-rating-overlay .next-icon, .next-rating.hover .next-rating-overlay .next-icon {
  color: #FFFFFF;
  color: var(--rating-normal-overlay-hover-color, #FFFFFF);
}

/* 状态 */
/* ======================================== */
.next-rating-grade-low .next-rating-overlay .next-icon {
  color: #FAC800;
  color: var(--rating-grade-low-overlay-color, #FAC800);
}

.next-rating-grade-low.hover .next-rating-overlay .next-icon {
  color: #FAC800;
  color: var(--rating-grade-low-overlay-color, #FAC800);
}

.next-rating-grade-high .next-rating-overlay .next-icon {
  color: #FAC800;
  color: var(--rating-grade-high-overlay-color, #FAC800);
}

.next-rating-grade-high.hover .next-rating-overlay .next-icon {
  color: #FAC800;
  color: var(--rating-grade-high-overlay-hover-color, #FAC800);
}

/* 尺寸 */
/* ======================================== */
.next-rating-small {
  font-size: 12px;
  font-size: var(--rating-small-font-size, 12px);
}

.next-rating-small .next-icon:before,
.next-rating-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-rating-small .next-rating-text {
  margin-left: 8px;
  margin-left: var(--rating-small-text-margin-left, 8px);
}

.next-rating-medium {
  font-size: 12px;
  font-size: var(--rating-medium-font-size, 12px);
}

.next-rating-medium .next-icon:before,
.next-rating-medium .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-rating-medium .next-rating-text {
  margin-left: 12px;
  margin-left: var(--rating-medium-text-margin-left, 12px);
}

.next-rating-large {
  font-size: 14px;
  font-size: var(--rating-large-font-size, 14px);
}

.next-rating-large .next-icon:before,
.next-rating-large .next-icon .next-icon-remote {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-rating-large .next-rating-text {
  margin-left: 16px;
  margin-left: var(--rating-large-text-margin-left, 16px);
}

.next-search-simple[dir=rtl].next-large .next-search-icon {
  margin-left: 12px;
  margin-right: 0;
}

.next-search-simple[dir=rtl].next-medium .next-search-icon {
  margin-left: 8px;
  margin-right: 0;
}

.next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon {
  border-left: 1px solid #E3E4E6;
  border-left: 1px solid var(--search-simple-normal-split-color, #E3E4E6);
  border-right: none;
}

.next-search-simple[dir=rtl].next-dark .next-search-left {
  border-color: #577899;
  border-color: var(--search-simple-dark-color, #577899);
}

.next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #577899;
  border-right: 1px solid var(--search-simple-dark-split-color, #577899);
}

.next-search-simple[dir=rtl].next-dark:hover .next-search-left {
  border-color: #577899;
  border-color: var(--search-simple-dark-hover-color, #577899);
}

.next-search-simple[dir=rtl].next-dark .next-search-icon {
  color: #888888;
  color: var(--search-simple-dark-icon-text-color, #888888);
}

.next-search-simple[dir=rtl].next-dark .next-search-icon:hover {
  color: #555555;
  color: var(--search-simple-dark-icon-hover-text-color, #555555);
}

.next-search-normal[dir=rtl] .next-search-left {
  border-left: none;
  border-top-right-radius: 2px;
  border-top-right-radius: var(--search-normal-corner, 2px);
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: var(--search-normal-corner, 2px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.next-search-normal[dir=rtl] .next-search-btn.next-btn {
  border-radius: 2px 0 0 2px !important;
  border-radius: var(--search-normal-corner, 2px) 0 0 var(--search-normal-corner, 2px) !important;
}

.next-search-normal[dir=rtl] .next-input {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--search-normal-corner, 2px) var(--search-normal-corner, 2px) 0;
}

.next-search-normal[dir=rtl].next-primary .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-top-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
  border-bottom-right-radius: 1px;
  border-bottom-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
}

.next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon {
  border-left: 1px solid #C0C6CC;
  border-left: 1px solid var(--search-normal-primary-split-color, #C0C6CC);
  border-right: none;
}

.next-search-normal[dir=rtl].next-secondary .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-top-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
  border-bottom-right-radius: 1px;
  border-bottom-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
}

.next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon {
  border-left: 1px solid #C0C6CC;
  border-left: 1px solid var(--search-normal-secondary-split-color, #C0C6CC);
  border-right: none;
}

.next-search-normal[dir=rtl].next-normal .next-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-top-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
  border-bottom-right-radius: 1px;
  border-bottom-right-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
}

.next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon {
  border-left: 1px solid #E3E4E6;
  border-left: 1px solid var(--search-normal-normal-split-color, #E3E4E6);
  border-right: none;
}

.next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon {
  border-left: 1px solid #0064C8;
  border-left: 1px solid var(--search-normal-dark-color, #0064C8);
  border-right: none;
}

.next-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
}

.next-search *,
.next-search *:before,
.next-search *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-search .next-input,
.next-search .next-select {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-search .next-select .next-input {
  height: auto;
}

.next-search .next-select .next-input .next-input-text-field {
  height: auto;
}

.next-search .next-search-left {
  border-style: solid;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-search .next-search-left-addon .next-input,
.next-search .next-search-left-addon .next-select-trigger-search {
  min-height: 100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.next-search .next-search-left-addon .next-select-values {
  line-height: 1;
}

.next-search .next-search-left-addon.next-input-group-addon .next-select {
  margin: 0;
}

.next-search .next-search-left-addon + .next-search-input .next-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.next-search .next-search-input {
  width: 100%;
}

.next-search .next-search-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.next-search .next-search-symbol-icon::before {
  content: "\ea20";
  content: var(--search-search-icon-content, "\ea20");
}

.next-search-normal {
  width: 600px;
}

.next-search-normal .next-search-left {
  border-top-left-radius: 2px;
  border-top-left-radius: var(--search-normal-corner, 2px);
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: var(--search-normal-corner, 2px);
}

.next-search-normal .next-input {
  border-radius: 2px 0 0 2px;
  border-radius: var(--search-normal-corner, 2px) 0 0 var(--search-normal-corner, 2px);
}

.next-search-normal .next-btn {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--search-normal-corner, 2px) var(--search-normal-corner, 2px) 0;
}

.next-search-normal.next-primary .next-search-left {
  border-color: #C0C6CC;
  border-color: var(--search-normal-primary-color, #C0C6CC);
}

.next-search-normal.next-primary .next-search-left .next-search-left-addon {
  border-right: 1px solid #C0C6CC;
  border-right: 1px solid var(--search-normal-primary-split-color, #C0C6CC);
}

.next-search-normal.next-primary:hover .next-search-left,
.next-search-normal.next-primary:hover .next-btn {
  border-color: #C0C6CC;
  border-color: var(--search-normal-primary-hover-color, #C0C6CC);
}

.next-search-normal.next-primary .next-search-btn {
  background: #C0C6CC;
  background: var(--search-normal-primary-color, #C0C6CC);
  border-color: #C0C6CC;
  border-color: var(--search-normal-primary-color, #C0C6CC);
  color: #333333;
  color: var(--search-normal-primary-btn-text-color, #333333);
}

.next-search-normal.next-primary .next-search-btn:hover {
  background: #C0C6CC;
  background: var(--search-normal-primary-btn-hover-bg-color, #C0C6CC);
  border-color: #C0C6CC;
  border-color: var(--search-normal-primary-hover-color, #C0C6CC);
  color: #333333;
  color: var(--search-normal-primary-btn-hover-text-color, #333333);
}

.next-search-normal.next-primary .next-search-btn .next-icon {
  color: #333333;
  color: var(--search-normal-primary-btn-text-color, #333333);
}

.next-search-normal.next-primary .next-search-btn .next-icon:hover {
  color: #333333;
  color: var(--search-normal-primary-btn-hover-text-color, #333333);
}

.next-search-normal.next-primary.next-large {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-primary-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-primary-shadow, none);
}

.next-search-normal.next-primary.next-large .next-search-left, .next-search-normal.next-primary.next-large .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-primary-border-width, 1px);
  height: 36px;
  height: var(--search-normal-primary-l-height, 36px);
}

.next-search-normal.next-primary.next-large .next-search-input {
  height: 34px;
  height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-primary.next-large .next-search-input input {
  height: 34px;
  height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px) * 2);
  line-height: 34px \0 ;
  line-height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-primary.next-large .next-select {
  height: 34px;
  height: calc(var(--search-normal-primary-l-height, 36px) - var(--search-normal-primary-border-width, 1px) * 2);
}

.next-search-normal.next-primary.next-large .next-search-btn {
  font-size: 14px;
  font-size: var(--search-normal-primary-l-btn-text-size, 14px);
}

.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-primary-btn-text-padding-left, 0px);
}

.next-search-normal.next-primary.next-medium {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-primary-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-primary-shadow, none);
}

.next-search-normal.next-primary.next-medium .next-search-left, .next-search-normal.next-primary.next-medium .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-primary-border-width, 1px);
  height: 32px;
  height: var(--search-normal-primary-m-height, 32px);
}

.next-search-normal.next-primary.next-medium .next-search-input {
  height: 30px;
  height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-primary.next-medium .next-search-input input {
  height: 30px;
  height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px) * 2);
  line-height: 30px \0 ;
  line-height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-primary.next-medium .next-select {
  height: 30px;
  height: calc(var(--search-normal-primary-m-height, 32px) - var(--search-normal-primary-border-width, 1px) * 2);
}

.next-search-normal.next-primary.next-medium .next-search-btn {
  font-size: 12px;
  font-size: var(--search-normal-primary-m-btn-text-size, 12px);
}

.next-search-normal.next-primary.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-primary.next-medium .next-search-btn .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-primary-btn-text-padding-left, 0px);
}

.next-search-normal.next-primary .next-input {
  border-top-left-radius: 1px;
  border-top-left-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
  border-bottom-left-radius: 1px;
  border-bottom-left-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-primary-border-width, 1px));
}

.next-search-normal.next-secondary .next-search-left {
  border-color: #C0C6CC;
  border-color: var(--search-normal-secondary-color, #C0C6CC);
}

.next-search-normal.next-secondary .next-search-left .next-search-left-addon {
  border-right: 1px solid #C0C6CC;
  border-right: 1px solid var(--search-normal-secondary-split-color, #C0C6CC);
}

.next-search-normal.next-secondary:hover .next-search-left,
.next-search-normal.next-secondary:hover .next-btn {
  border-color: #C0C6CC;
  border-color: var(--search-normal-secondary-hover-color, #C0C6CC);
}

.next-search-normal.next-secondary .next-search-btn {
  background: #C0C6CC;
  background: var(--search-normal-secondary-btn-bg-color, #C0C6CC);
  border-color: #C0C6CC;
  border-color: var(--search-normal-secondary-btn-bg-color, #C0C6CC);
  color: #333333;
  color: var(--search-normal-secondary-btn-text-color, #333333);
}

.next-search-normal.next-secondary .next-search-btn:hover {
  background: #C0C6CC;
  background: var(--search-normal-secondary-btn-hover-bg-color, #C0C6CC);
  border-color: #C0C6CC;
  border-color: var(--search-normal-secondary-hover-color, #C0C6CC);
  color: #333333;
  color: var(--search-normal-secondary-btn-hover-text-color, #333333);
}

.next-search-normal.next-secondary .next-search-btn .next-icon {
  color: #333333;
  color: var(--search-normal-secondary-btn-text-color, #333333);
}

.next-search-normal.next-secondary .next-search-btn .next-icon:hover {
  color: #333333;
  color: var(--search-normal-secondary-btn-hover-text-color, #333333);
}

.next-search-normal.next-secondary.next-large {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-secondary-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-secondary-shadow, none);
}

.next-search-normal.next-secondary.next-large .next-search-left, .next-search-normal.next-secondary.next-large .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-secondary-border-width, 1px);
  height: 36px;
  height: var(--search-normal-secondary-l-height, 36px);
}

.next-search-normal.next-secondary.next-large .next-search-input {
  height: 34px;
  height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-secondary.next-large .next-search-input input {
  height: 34px;
  height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px) * 2);
  line-height: 34px \0 ;
  line-height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-secondary.next-large .next-select {
  height: 34px;
  height: calc(var(--search-normal-secondary-l-height, 36px) - var(--search-normal-secondary-border-width, 1px) * 2);
}

.next-search-normal.next-secondary.next-large .next-search-btn {
  font-size: 14px;
  font-size: var(--search-normal-secondary-l-btn-text-size, 14px);
}

.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-secondary-btn-text-padding-left, 0px);
}

.next-search-normal.next-secondary.next-medium {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-secondary-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-secondary-shadow, none);
}

.next-search-normal.next-secondary.next-medium .next-search-left, .next-search-normal.next-secondary.next-medium .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-secondary-border-width, 1px);
  height: 32px;
  height: var(--search-normal-secondary-m-height, 32px);
}

.next-search-normal.next-secondary.next-medium .next-search-input {
  height: 30px;
  height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-secondary.next-medium .next-search-input input {
  height: 30px;
  height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px) * 2);
  line-height: 30px \0 ;
  line-height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-secondary.next-medium .next-select {
  height: 30px;
  height: calc(var(--search-normal-secondary-m-height, 32px) - var(--search-normal-secondary-border-width, 1px) * 2);
}

.next-search-normal.next-secondary.next-medium .next-search-btn {
  font-size: 12px;
  font-size: var(--search-normal-secondary-m-btn-text-size, 12px);
}

.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-secondary-btn-text-padding-left, 0px);
}

.next-search-normal.next-secondary .next-input {
  border-top-left-radius: 1px;
  border-top-left-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-secondary-border-width, 1px));
  border-bottom-left-radius: 1px;
  border-bottom-left-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-secondary-border-width, 1px));
}

.next-search-normal.next-normal .next-search-left {
  border-color: #E3E4E6;
  border-color: var(--search-normal-normal-color, #E3E4E6);
}

.next-search-normal.next-normal .next-search-left .next-search-left-addon {
  border-right: 1px solid #E3E4E6;
  border-right: 1px solid var(--search-normal-normal-split-color, #E3E4E6);
}

.next-search-normal.next-normal:hover .next-search-left,
.next-search-normal.next-normal:hover .next-btn {
  border-color: #D1D5D9;
  border-color: var(--search-normal-normal-hover-color, #D1D5D9);
}

.next-search-normal.next-normal .next-search-btn {
  background: #F8F8F9;
  background: var(--search-normal-normal-btn-bg-color, #F8F8F9);
  border-color: #E3E4E6;
  border-color: var(--search-normal-normal-color, #E3E4E6);
  color: #333333;
  color: var(--search-normal-normal-btn-text-color, #333333);
}

.next-search-normal.next-normal .next-search-btn:hover {
  background: #F8F8F9;
  background: var(--search-normal-normal-btn-hover-bg-color, #F8F8F9);
  border-color: #D1D5D9;
  border-color: var(--search-normal-normal-hover-color, #D1D5D9);
  color: #333333;
  color: var(--search-normal-normal-btn-hover-text-color, #333333);
}

.next-search-normal.next-normal .next-search-btn .next-icon {
  color: #333333;
  color: var(--search-normal-normal-btn-text-color, #333333);
}

.next-search-normal.next-normal .next-search-btn .next-icon:hover {
  color: #333333;
  color: var(--search-normal-normal-btn-hover-text-color, #333333);
}

.next-search-normal.next-normal.next-large {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-normal-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-normal-shadow, none);
}

.next-search-normal.next-normal.next-large .next-search-left, .next-search-normal.next-normal.next-large .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-normal-border-width, 1px);
  height: 36px;
  height: var(--search-normal-normal-l-height, 36px);
}

.next-search-normal.next-normal.next-large .next-search-input {
  height: 34px;
  height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-normal.next-large .next-search-input input {
  height: 34px;
  height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px) * 2);
  line-height: 34px \0 ;
  line-height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-normal.next-large .next-select {
  height: 34px;
  height: calc(var(--search-normal-normal-l-height, 36px) - var(--search-normal-normal-border-width, 1px) * 2);
}

.next-search-normal.next-normal.next-large .next-search-btn {
  font-size: 14px;
  font-size: var(--search-normal-normal-l-btn-text-size, 14px);
}

.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-normal-btn-text-padding-left, 0px);
}

.next-search-normal.next-normal.next-medium {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-normal-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-normal-shadow, none);
}

.next-search-normal.next-normal.next-medium .next-search-left, .next-search-normal.next-normal.next-medium .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-normal-border-width, 1px);
  height: 32px;
  height: var(--search-normal-normal-m-height, 32px);
}

.next-search-normal.next-normal.next-medium .next-search-input {
  height: 30px;
  height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-normal.next-medium .next-search-input input {
  height: 30px;
  height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px) * 2);
  line-height: 30px \0 ;
  line-height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-normal.next-medium .next-select {
  height: 30px;
  height: calc(var(--search-normal-normal-m-height, 32px) - var(--search-normal-normal-border-width, 1px) * 2);
}

.next-search-normal.next-normal.next-medium .next-search-btn {
  font-size: 14px;
  font-size: var(--search-normal-normal-m-btn-text-size, 14px);
}

.next-search-normal.next-normal.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-normal.next-medium .next-search-btn .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-normal-btn-text-padding-left, 0px);
}

.next-search-normal.next-normal .next-input {
  border-top-left-radius: 1px;
  border-top-left-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-normal-border-width, 1px));
  border-bottom-left-radius: 1px;
  border-bottom-left-radius: calc(var(--search-normal-corner, 2px) - var(--search-normal-normal-border-width, 1px));
}

.next-search-normal.next-dark .next-search-left {
  border-color: #0064C8;
  border-color: var(--search-normal-dark-color, #0064C8);
}

.next-search-normal.next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #0064C8;
  border-right: 1px solid var(--search-normal-dark-color, #0064C8);
}

.next-search-normal.next-dark:hover .next-search-left,
.next-search-normal.next-dark:hover .next-btn {
  border-color: #0050A0;
  border-color: var(--search-normal-dark-hover-color, #0050A0);
}

.next-search-normal.next-dark .next-search-btn {
  background: #0064C8;
  background: var(--search-normal-dark-color, #0064C8);
  border-color: #0064C8;
  border-color: var(--search-normal-dark-color, #0064C8);
  color: #FFFFFF;
  color: var(--search-normal-dark-btn-text-color, #FFFFFF);
}

.next-search-normal.next-dark .next-search-btn:hover {
  background: #0050A0;
  background: var(--search-normal-dark-btn-hover-bg-color, #0050A0);
  border-color: #0050A0;
  border-color: var(--search-normal-dark-hover-color, #0050A0);
  color: #FFFFFF;
  color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF);
}

.next-search-normal.next-dark .next-search-btn .next-icon {
  color: #FFFFFF;
  color: var(--search-normal-dark-btn-text-color, #FFFFFF);
}

.next-search-normal.next-dark .next-search-btn .next-icon:hover {
  color: #FFFFFF;
  color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF);
}

.next-search-normal.next-dark .next-select-inner,
.next-search-normal.next-dark input {
  color: #FFFFFF;
  color: var(--search-normal-dark-text-color, #FFFFFF);
}

.next-search-normal.next-dark .next-input {
  background: rgba(255, 255, 255, 0);
}

.next-search-normal.next-dark .next-select {
  background: rgba(255, 255, 255, 0);
}

.next-search-normal.next-dark.next-large {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-dark-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-dark-shadow, none);
}

.next-search-normal.next-dark.next-large .next-search-left, .next-search-normal.next-dark.next-large .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-dark-border-width, 1px);
  height: 36px;
  height: var(--search-normal-dark-l-height, 36px);
}

.next-search-normal.next-dark.next-large .next-search-input {
  height: 34px;
  height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-dark.next-large .next-search-input input {
  height: 34px;
  height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 1px) * 2);
  line-height: 34px \0 ;
  line-height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-dark.next-large .next-select {
  height: 34px;
  height: calc(var(--search-normal-dark-l-height, 36px) - var(--search-normal-dark-border-width, 1px) * 2);
}

.next-search-normal.next-dark.next-large .next-search-btn {
  font-size: 14px;
  font-size: var(--search-normal-dark-l-btn-text-size, 14px);
}

.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-dark-btn-text-padding-left, 0px);
}

.next-search-normal.next-dark.next-medium {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-normal-dark-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-normal-dark-shadow, none);
}

.next-search-normal.next-dark.next-medium .next-search-left, .next-search-normal.next-dark.next-medium .next-search-btn {
  border-width: 1px;
  border-width: var(--search-normal-dark-border-width, 1px);
  height: 32px;
  height: var(--search-normal-dark-m-height, 32px);
}

.next-search-normal.next-dark.next-medium .next-search-input {
  height: 30px;
  height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 1px) * 2);
  overflow-y: hidden;
}

.next-search-normal.next-dark.next-medium .next-search-input input {
  height: 30px;
  height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 1px) * 2);
  line-height: 30px \0 ;
  line-height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 1px) * 2) \0 ;
}

.next-search-normal.next-dark.next-medium .next-select {
  height: 30px;
  height: calc(var(--search-normal-dark-m-height, 32px) - var(--search-normal-dark-border-width, 1px) * 2);
}

.next-search-normal.next-dark.next-medium .next-search-btn {
  font-size: 14px;
  font-size: var(--search-normal-dark-m-btn-text-size, 14px);
}

.next-search-normal.next-dark.next-medium .next-search-btn .next-icon:before,
.next-search-normal.next-dark.next-medium .next-search-btn .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text {
  display: inline-block;
  padding-left: 0px;
  padding-left: var(--search-normal-dark-btn-text-padding-left, 0px);
}

.next-search-normal:not([dir=rtl]) .next-search-left {
  border-right: none;
}

.next-search-simple {
  width: 300px;
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--search-simple-normal-shadow, none);
  box-shadow: none;
  box-shadow: var(--search-simple-normal-shadow, none);
  border-radius: 2px;
  border-radius: var(--search-simple-corner, 2px);
}

.next-search-simple .next-search-icon {
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-search-simple .next-search-left, .next-search-simple .next-input {
  border-radius: 2px;
  border-radius: var(--search-simple-corner, 2px);
}

.next-search-simple.next-large .next-search-icon {
  margin-right: 12px;
}

.next-search-simple.next-medium .next-search-icon {
  margin-right: 8px;
}

.next-search-simple.next-normal .next-search-left {
  border-color: #E3E4E6;
  border-color: var(--search-simple-normal-color, #E3E4E6);
}

.next-search-simple.next-normal .next-search-left .next-search-left-addon {
  border-right: 1px solid #E3E4E6;
  border-right: 1px solid var(--search-simple-normal-split-color, #E3E4E6);
}

.next-search-simple.next-normal:hover .next-search-left {
  border-color: #D1D5D9;
  border-color: var(--search-simple-normal-hover-color, #D1D5D9);
}

.next-search-simple.next-normal .next-search-icon {
  color: #888888;
  color: var(--search-simple-normal-icon-text-color, #888888);
}

.next-search-simple.next-normal .next-search-icon:hover {
  color: #555555;
  color: var(--search-simple-normal-icon-hover-text-color, #555555);
}

.next-search-simple.next-normal .next-search-left {
  border-width: 1px;
  border-width: var(--search-simple-normal-border-width, 1px);
}

.next-search-simple.next-normal.next-large .next-search-icon:before,
.next-search-simple.next-normal.next-large .next-search-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-simple.next-normal.next-medium .next-search-icon:before,
.next-search-simple.next-normal.next-medium .next-search-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-search-simple.next-dark .next-search-left {
  border-color: #577899;
  border-color: var(--search-simple-dark-color, #577899);
}

.next-search-simple.next-dark .next-search-left .next-search-left-addon {
  border-right: 1px solid #577899;
  border-right: 1px solid var(--search-simple-dark-split-color, #577899);
}

.next-search-simple.next-dark:hover .next-search-left {
  border-color: #577899;
  border-color: var(--search-simple-dark-hover-color, #577899);
}

.next-search-simple.next-dark .next-search-icon {
  color: #888888;
  color: var(--search-simple-dark-icon-text-color, #888888);
}

.next-search-simple.next-dark .next-search-icon:hover {
  color: #555555;
  color: var(--search-simple-dark-icon-hover-text-color, #555555);
}

.next-search-simple.next-dark .next-select-inner,
.next-search-simple.next-dark input {
  color: #FFFFFF;
  color: var(--search-simple-dark-text-color, #FFFFFF);
}

.next-search-simple.next-dark .next-input {
  background: rgba(255, 255, 255, 0);
}

.next-search-simple.next-dark .next-select {
  background: rgba(255, 255, 255, 0);
}

.next-search-simple.next-dark .next-search-left {
  border-width: 1px;
  border-width: var(--search-simple-dark-border-width, 1px);
}

.next-search-simple.next-dark.next-large .next-search-icon:before,
.next-search-simple.next-dark.next-large .next-search-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-simple.next-dark.next-medium .next-search-icon:before,
.next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-search-simple .next-select.next-large {
  height: 34px;
  height: calc(var(--form-element-large-height, 36px) - 2px);
}

.next-search-simple .next-select.next-medium {
  height: 30px;
  height: calc(var(--form-element-medium-height, 32px) - 2px);
}

/* Slider */
/* -------------------------------------- */
.next-slick {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /* 水平滑动 */
  /* 垂直滑动 */
}

.next-slick *,
.next-slick *:before,
.next-slick *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-slick-initialized .next-slick-slide {
  display: block;
}

.next-slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.next-slick-list:focus {
  outline: none;
}

.next-slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.next-slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.next-slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-slick[dir=rtl] .next-slick-slide {
  float: right;
}

.next-slick-slide img {
  display: block;
}

.next-slick-arrow {
  display: block;
  position: absolute;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  /* prev/next 按钮不同位置下的外观 */
}

.next-slick-arrow.inner {
  color: #FFFFFF;
  color: var(--slick-arrow-icon-color-normal, #FFFFFF);
  background: #000000;
  background: var(--slick-arrow-bg-color-normal, #000000);
  opacity: 0.2;
  opacity: var(--slick-arrow-bg-opacity-normal, 0.2);
  padding: 0;
  border: none;
}

.next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover {
  color: #FFFFFF;
  color: var(--slick-arrow-icon-color-hover, #FFFFFF);
  background: #000000;
  background: var(--slick-arrow-bg-color-hover, #000000);
  opacity: 0.4;
  opacity: var(--slick-arrow-bg-opacity-hover, 0.4);
}

.next-slick-arrow.inner.disabled {
  color: #C1C1C1;
  color: var(--slick-arrow-icon-color-disabled, #C1C1C1);
  background: #000000;
  background: var(--slick-arrow-bg-color-disabled, #000000);
  opacity: 0.05;
  opacity: var(--slick-arrow-bg-opacity-disabled, 0.05);
}

.next-slick-arrow.outer {
  color: #555555;
  color: var(--slick-arrow-icon-color-normal-outer, #555555);
  background: transparent;
  background: var(--slick-arrow-bg-color-normal-outer, transparent);
  opacity: 0.32;
  opacity: var(--slick-arrow-bg-opacity-normal-outer, 0.32);
  padding: 0;
  border: none;
  border-radius: 0px;
  border-radius: var(--slick-arrow-corner-radius-outer, 0px);
}

.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
  color: #111111;
  color: var(--slick-arrow-icon-color-hover-outer, #111111);
  background: transparent;
  background: var(--slick-arrow-bg-color-hover-outer, transparent);
  opacity: 0.32;
  opacity: var(--slick-arrow-bg-opacity-hover-outer, 0.32);
}

.next-slick-arrow.outer.disabled {
  color: #C1C1C1;
  color: var(--slick-arrow-icon-color-disabled-outer, #C1C1C1);
  background: transparent;
  background: var(--slick-arrow-bg-color-disabled-outer, transparent);
  opacity: 0.32;
  opacity: var(--slick-arrow-bg-opacity-disabled-outer, 0.32);
}

.next-slick-arrow.disabled {
  cursor: not-allowed;
}

.next-slick-dots {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  /* dots 位于水平位置 */
  /* dots 位于右侧垂直位置 */
}

.next-slick-dots-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.next-slick-dots-item button {
  cursor: pointer;
  border-width: 0px;
  border-width: var(--slick-dots-border-width, 0px);
  border-color: white;
  border-style: solid;
  outline: none;
  padding: 0;
  height: 8px;
  height: var(--slick-dots-height, 8px);
  width: 8px;
  width: var(--slick-dots-width, 8px);
  border-radius: 50%;
  border-radius: var(--slick-dots-border-radius, 50%);
  background: rgba(0, 0, 0, 0.32);
}

.next-slick-dots-item button:hover {
  background-color: rgba(0, 0, 0, 0.32);
  /* border-width: $slick-dots-border-width-hover; */
  border-color: white;
}

.next-slick-dots-item button:focus,
.next-slick-dots-item button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.next-slick-dots-item.active button {
  background: #0064c8;
  /* border-width: $slick-dots-border-width-selected; */
  border-color: white;
  -webkit-animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

.next-slick-dots.hoz {
  width: 100%;
  bottom: 12px;
  bottom: var(--slick-dots-position-bottom, 12px);
  left: 0;
  text-align: center;
}

.next-slick-dots.hoz .next-slick-dots-item {
  margin: 0 4px;
  margin: 0 var(--slick-dots-margin-lr, 4px);
}

.next-slick-dots.ver {
  width: 16px;
  width: calc(var(--slick-dots-width, 8px) + 8px);
  top: 0;
  right: 20px;
  right: var(--slick-dots-position-right, 20px);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.next-slick-dots.ver .next-slick-dots-item {
  margin: 0px 0;
  margin: var(--slick-dots-margin-tb, 0px) 0;
}

.next-slick.next-slick-hoz.next-slick-outer {
  padding: 0 24px;
  padding: 0 var(--slick-track-padding-lr, 24px);
}

.next-slick.next-slick-hoz .next-slick-arrow.medium {
  width: 28px;
  width: var(--slick-arrow-width-m, 28px);
  height: 56px;
  height: var(--slick-arrow-height-m, 56px);
  line-height: 56px;
  line-height: var(--slick-arrow-height-m, 56px);
}

.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before,
.next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner {
  top: calc(50% - 28px);
  top: calc(50% - var(--slick-arrow-height-m, 56px) / 2);
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev {
  left: 0;
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next {
  right: 0;
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer {
  top: calc(50% - 28px);
  top: calc(50% - var(--slick-arrow-height-m, 56px) / 2);
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev {
  left: -4px;
  left: calc(0px - var(--slick-arrow-position-lr-m, 4px));
}

.next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next {
  right: -4px;
  right: calc(0px - var(--slick-arrow-position-lr-m, 4px));
}

.next-slick.next-slick-hoz .next-slick-arrow.large {
  width: 48px;
  width: var(--slick-arrow-width-l, 48px);
  height: 96px;
  height: var(--slick-arrow-height-l, 96px);
  line-height: 96px;
  line-height: var(--slick-arrow-height-l, 96px);
}

.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before,
.next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner {
  top: calc(50% - 48px);
  top: calc(50% - var(--slick-arrow-height-l, 96px) / 2);
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev {
  left: 0;
}

.next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next {
  right: 0;
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer {
  top: calc(50% - 48px);
  top: calc(50% - var(--slick-arrow-height-l, 96px) / 2);
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev {
  left: -8px;
  left: calc(0px - var(--slick-arrow-position-lr-l, 8px));
}

.next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next {
  right: -8px;
  right: calc(0px - var(--slick-arrow-position-lr-l, 8px));
}

.next-slick.next-slick-ver.next-slick-outer {
  padding: 24px 0;
  padding: var(--slick-ver-track-padding-tb, 24px) 0;
}

.next-slick.next-slick-ver .next-slick-slide {
  display: block;
  height: auto;
  /* border: $slick-ver-slide-border-width solid transparent; */
}

.next-slick.next-slick-ver .next-slick-arrow {
  /* size medium */
  /* size medium & position inner */
  /* size medium & position outer */
  /* size large */
  /* size large & position inner */
  /* size large & position outer */
}

.next-slick.next-slick-ver .next-slick-arrow.medium {
  width: 56px;
  width: var(--slick-ver-arrow-width-m, 56px);
  height: 28px;
  height: var(--slick-ver-arrow-height-m, 28px);
  line-height: 28px;
  line-height: var(--slick-ver-arrow-height-m, 28px);
}

.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before,
.next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner {
  left: calc(50% - 28px);
  left: calc(50% - var(--slick-ver-arrow-width-m, 56px) / 2);
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev {
  top: 0;
}

.next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next {
  bottom: 0;
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer {
  left: calc(50% - 28px);
  left: calc(50% - var(--slick-ver-arrow-width-m, 56px) / 2);
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev {
  top: -4px;
  top: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px));
}

.next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next {
  bottom: -4px;
  bottom: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px));
}

.next-slick.next-slick-ver .next-slick-arrow.large {
  width: 96px;
  width: var(--slick-ver-arrow-width-l, 96px);
  height: 48px;
  height: var(--slick-ver-arrow-height-l, 48px);
  line-height: 48px;
  line-height: var(--slick-ver-arrow-height-l, 48px);
}

.next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before,
.next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner {
  left: calc(50% - 48px);
  left: calc(50% - var(--slick-ver-arrow-width-l, 96px) / 2);
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev {
  top: 0;
}

.next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next {
  bottom: 0;
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer {
  left: calc(50% - 48px);
  left: calc(50% - var(--slick-ver-arrow-width-l, 96px) / 2);
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev {
  top: -16px;
  top: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px));
}

.next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next {
  bottom: -16px;
  bottom: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px));
}

.next-split-btn {
  display: inline-block;
  position: relative;
}

.next-split-btn-trigger .next-icon {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.next-split-btn-trigger.next-expand .next-split-btn-symbol-fold {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon {
  color: #888888;
  color: var(--split-btn-trigger-normal-icon-color, #888888);
}

.next-split-btn-trigger.next-small {
  padding-left: 4px;
  padding-right: 4px;
}

.next-split-btn-trigger.next-medium {
  padding-left: 8px;
  padding-right: 8px;
}

.next-split-btn-symbol-fold::before {
  content: "\ea1f";
  content: var(--split-btn-fold-icon-content, "\ea1f");
}

.next-split-btn-symbol-unfold::before {
  content: "";
  content: var(--split-btn-unfold-icon-content, "");
}

.next-step *,
.next-step *:before,
.next-step *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-step, .next-step:before, .next-step:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-step {
  width: 100%;
  position: relative;
  border: none;
}

.next-step-item {
  position: relative;
  vertical-align: middle;
  outline: 0;
  height: 100%;
}

.next-step-item-body {
  outline: 0;
}

.next-step-item-node {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-step-item-node.clicked {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.next-step-horizontal {
  overflow: hidden;
}

.next-step-horizontal > .next-step-item {
  display: inline-block;
  text-align: left;
}

.next-step-vertical > .next-step-item {
  display: block;
  text-align: center;
}

.next-step-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-step-arrow .next-step-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 32px;
  height: var(--step-arrow-item-height, 32px);
  line-height: 32px;
  line-height: var(--step-arrow-item-height, 32px);
  margin-left: 16px;
  margin-left: calc(var(--step-arrow-item-height, 32px) / 2);
  margin-right: 4px;
  margin-right: calc(var(--step-arrow-item-height, 32px) / 8);
}

.next-step-arrow .next-step-item:before {
  content: "";
  position: absolute;
  left: -16px;
  left: calc(0px - var(--step-arrow-item-height, 32px) / 2);
  top: 0;
  z-index: 1;
  border: 16px solid transparent;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
  border-left-color: transparent;
}

.next-step-arrow .next-step-item:after {
  content: "";
  position: absolute;
  right: -16px;
  right: calc(0px - var(--step-arrow-item-height, 32px) / 2);
  top: 0;
  z-index: 1;
  border-top: 16px solid transparent;
  border-top: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
  border-bottom: 16px solid transparent;
  border-bottom: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
  border-left: 16px solid transparent;
  border-left: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
}

.next-step-arrow .next-step-item .next-step-item-container {
  min-width: 100px;
  height: 32px;
  height: var(--step-arrow-item-height, 32px);
  cursor: pointer;
}

.next-step-arrow .next-step-item .next-step-item-container .next-step-item-title {
  height: 32px;
  height: var(--step-arrow-item-height, 32px);
  line-height: 32px;
  line-height: var(--step-arrow-item-height, 32px);
  font-weight: normal;
  font-weight: var(--step-arrow-item-title-weight, normal);
  font-size: 14px;
  font-size: var(--step-arrow-item-title-size, 14px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.next-step-arrow > .next-step-item-wait {
  background: #F7F9FA;
  background: var(--step-arrow-item-wait-background, #F7F9FA);
}

.next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay {
  background: #000000;
}

.next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay {
  background: #C1C1C1;
  background: var(--color-text1-1, #C1C1C1);
}

.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}

.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #F7F9FA;
  background: var(--step-arrow-item-wait-background, #F7F9FA);
  border-color: #000000;
}

.next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #F7F9FA;
  background: var(--step-arrow-item-wait-background, #F7F9FA);
  border-color: #000000;
}

.next-step-arrow > .next-step-item-wait .next-step-item-title {
  color: #888888;
  color: var(--step-arrow-item-title-wait-color, #888888);
  word-break: break-word;
}

.next-step-arrow > .next-step-item-wait .next-step-item-content {
  color: #888888;
  color: var(--step-arrow-item-title-wait-color, #888888);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative;
}

.next-step-arrow > .next-step-item-wait .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-arrow > .next-step-item-wait .next-step-item-node-circle {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 30px;
  line-height: calc(32px - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
.next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-arrow > .next-step-item-wait:before {
  border: 16px solid #F7F9FA;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-wait-background, #F7F9FA);
  border-left-color: transparent;
}

.next-step-arrow > .next-step-item-wait:after {
  border-left-color: #F7F9FA;
  border-left-color: var(--step-arrow-item-wait-background, #F7F9FA);
}

.next-step-arrow > .next-step-item-process {
  background: #0064C8;
  background: var(--step-arrow-item-process-background, #0064C8);
}

.next-step-arrow > .next-step-item-process .next-step-item-tail-overlay {
  background: #000000;
}

.next-step-arrow > .next-step-item-process .next-step-item-tail-underlay {
  background: #C1C1C1;
  background: var(--color-text1-1, #C1C1C1);
}

.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}

.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #0064C8;
  background: var(--step-arrow-item-process-background, #0064C8);
  border-color: #000000;
}

.next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #0064C8;
  background: var(--step-arrow-item-process-background, #0064C8);
  border-color: #000000;
}

.next-step-arrow > .next-step-item-process .next-step-item-title {
  color: #FFFFFF;
  color: var(--step-arrow-item-title-process-color, #FFFFFF);
  word-break: break-word;
}

.next-step-arrow > .next-step-item-process .next-step-item-content {
  color: #FFFFFF;
  color: var(--step-arrow-item-title-process-color, #FFFFFF);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative;
}

.next-step-arrow > .next-step-item-process .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-arrow > .next-step-item-process .next-step-item-node-circle {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 30px;
  line-height: calc(32px - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon:before,
.next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-arrow > .next-step-item-process:before {
  border: 16px solid #0064C8;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-process-background, #0064C8);
  border-left-color: transparent;
}

.next-step-arrow > .next-step-item-process:after {
  border-left-color: #0064C8;
  border-left-color: var(--step-arrow-item-process-background, #0064C8);
}

.next-step-arrow > .next-step-item-finish {
  background: #0064C8;
  background: var(--step-arrow-item-finish-background, #0064C8);
}

.next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay {
  background: #000000;
}

.next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay {
  background: #C1C1C1;
  background: var(--color-text1-1, #C1C1C1);
}

.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}

.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #0064C8;
  background: var(--step-arrow-item-finish-background, #0064C8);
  border-color: #000000;
}

.next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #0064C8;
  background: var(--step-arrow-item-finish-background, #0064C8);
  border-color: #000000;
}

.next-step-arrow > .next-step-item-finish .next-step-item-title {
  color: #FFFFFF;
  color: var(--step-arrow-item-title-finish-color, #FFFFFF);
  word-break: break-word;
}

.next-step-arrow > .next-step-item-finish .next-step-item-content {
  color: #FFFFFF;
  color: var(--step-arrow-item-title-finish-color, #FFFFFF);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative;
}

.next-step-arrow > .next-step-item-finish .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-arrow > .next-step-item-finish .next-step-item-node-circle {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 30px;
  line-height: calc(32px - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
.next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-arrow > .next-step-item-finish:before {
  border: 16px solid #0064C8;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-finish-background, #0064C8);
  border-left-color: transparent;
}

.next-step-arrow > .next-step-item-finish:after {
  border-left-color: #0064C8;
  border-left-color: var(--step-arrow-item-finish-background, #0064C8);
}

.next-step-arrow .next-step-item-disabled {
  cursor: not-allowed;
  background: #F8F8F9;
  background: var(--step-arrow-item-disabled-background, #F8F8F9);
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
  background: #000000;
}

.next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
  background: #C1C1C1;
  background: var(--color-text1-1, #C1C1C1);
}

.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 32px;
  height: 32px;
}

.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #000000;
}

.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #F8F8F9;
  background: var(--step-arrow-item-disabled-background, #F8F8F9);
  border-color: #000000;
}

.next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #F8F8F9;
  background: var(--step-arrow-item-disabled-background, #F8F8F9);
  border-color: #000000;
}

.next-step-arrow .next-step-item-disabled .next-step-item-title {
  color: #C1C1C1;
  color: var(--step-arrow-item-title-disabled-color, #C1C1C1);
  word-break: break-word;
}

.next-step-arrow .next-step-item-disabled .next-step-item-content {
  color: #C1C1C1;
  color: var(--step-arrow-item-title-disabled-color, #C1C1C1);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
  width: 32px;
  height: 32px;
  position: relative;
}

.next-step-arrow .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 30px;
  line-height: calc(32px - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
.next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-arrow .next-step-item-disabled:before {
  border: 16px solid #F8F8F9;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-disabled-background, #F8F8F9);
  border-left-color: transparent;
}

.next-step-arrow .next-step-item-disabled:after {
  border-left-color: #F8F8F9;
  border-left-color: var(--step-arrow-item-disabled-background, #F8F8F9);
}

.next-step-arrow .next-step-item-disabled .next-step-item-container {
  cursor: not-allowed;
}

.next-step-arrow .next-step-item-read-only {
  cursor: default;
}

.next-step-arrow .next-step-item-read-only .next-step-item-container {
  cursor: default;
}

.next-step-arrow .next-step-item-first {
  margin-left: 0;
}

.next-step-arrow .next-step-item-first:before {
  border: 16px solid transparent;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
}

.next-step-arrow .next-step-item-last {
  margin-right: 0;
}

.next-step-arrow .next-step-item-last:after {
  border: 16px solid transparent;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
}

.next-step-circle .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 12px;
  padding: 0 var(--step-circle-item-node-padding, 12px);
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text {
  color: #0064C8;
  color: var(--step-circle-item-node-process-percent-color, #0064C8);
  font-size: 12px;
  font-size: var(--step-circle-item-node-process-percent-size, 12px);
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay {
  stroke: #C0C6CC;
  stroke: var(--step-circle-item-node-wait-border-color, #C0C6CC);
  stroke-width: 3px;
  stroke-width: calc(var(--step-circle-item-node-border-width, 1px) * 3);
}

.next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal {
  stroke: #0064C8;
  stroke: var(--step-circle-item-node-finish-border-color, #0064C8);
  stroke-width: 3px;
  stroke-width: calc(var(--step-circle-item-node-border-width, 1px) * 3);
}

.next-step-circle .next-step-item-container .next-step-item-node-placeholder {
  display: inline-block;
}

.next-step-circle > .next-step-item-wait .next-step-item-tail-overlay {
  background: #C0C6CC;
  background: var(--step-circle-item-tail-wait-color, #C0C6CC);
}

.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
  background: #FFFFFF;
  background: var(--step-circle-item-tail-bg-color, #FFFFFF);
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #333333;
  color: var(--step-circle-item-node-wait-color, #333333);
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-circle-item-node-wait-background, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--step-circle-item-node-wait-border-color, #C0C6CC);
}

.next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-circle-item-node-wait-background, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--step-circle-item-node-wait-border-color, #C0C6CC);
}

.next-step-circle > .next-step-item-wait .next-step-item-title {
  color: #333333;
  color: var(--step-circle-item-title-wait-color, #333333);
  word-break: break-word;
}

.next-step-circle > .next-step-item-wait .next-step-item-content {
  color: #333333;
  color: var(--step-circle-item-title-wait-color, #333333);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-circle > .next-step-item-wait .next-step-item-node-placeholder {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  position: relative;
}

.next-step-circle > .next-step-item-wait .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-circle > .next-step-item-wait .next-step-item-node-circle {
  display: block;
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 26px;
  line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
.next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-circle > .next-step-item-process .next-step-item-tail-overlay {
  background: #C0C6CC;
  background: var(--step-circle-item-tail-process-color, #C0C6CC);
}

.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
  background: #FFFFFF;
  background: var(--step-circle-item-tail-bg-color, #FFFFFF);
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #FFFFFF;
  color: var(--step-circle-item-node-process-color, #FFFFFF);
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #0064C8;
  background: var(--step-circle-item-node-process-background, #0064C8);
  border-color: #0064C8;
  border-color: var(--step-circle-item-node-process-border-color, #0064C8);
}

.next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #0064C8;
  background: var(--step-circle-item-node-process-background, #0064C8);
  border-color: #0064C8;
  border-color: var(--step-circle-item-node-process-border-color, #0064C8);
}

.next-step-circle > .next-step-item-process .next-step-item-title {
  color: #333333;
  color: var(--step-circle-item-title-process-color, #333333);
  word-break: break-word;
}

.next-step-circle > .next-step-item-process .next-step-item-content {
  color: #333333;
  color: var(--step-circle-item-title-process-color, #333333);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-circle > .next-step-item-process .next-step-item-node-placeholder {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  position: relative;
}

.next-step-circle > .next-step-item-process .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-circle > .next-step-item-process .next-step-item-node-circle {
  display: block;
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 26px;
  line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon:before,
.next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
  background: #0064C8;
  background: var(--step-circle-item-tail-finish-color, #0064C8);
}

.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
  background: #FFFFFF;
  background: var(--step-circle-item-tail-bg-color, #FFFFFF);
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #0064C8;
  color: var(--step-circle-item-node-finish-color, #0064C8);
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-circle-item-node-finish-background, #FFFFFF);
  border-color: #0064C8;
  border-color: var(--step-circle-item-node-finish-border-color, #0064C8);
}

.next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-circle-item-node-finish-background, #FFFFFF);
  border-color: #0064C8;
  border-color: var(--step-circle-item-node-finish-border-color, #0064C8);
}

.next-step-circle > .next-step-item-finish .next-step-item-title {
  color: #333333;
  color: var(--step-circle-item-title-finish-color, #333333);
  word-break: break-word;
}

.next-step-circle > .next-step-item-finish .next-step-item-content {
  color: #333333;
  color: var(--step-circle-item-title-finish-color, #333333);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-circle > .next-step-item-finish .next-step-item-node-placeholder {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  position: relative;
}

.next-step-circle > .next-step-item-finish .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-circle > .next-step-item-finish .next-step-item-node-circle {
  display: block;
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 26px;
  line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
.next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
  background: #E3E4E6;
  background: var(--step-circle-item-tail-disabled-color, #E3E4E6);
}

.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
  background: #FFFFFF;
  background: var(--step-circle-item-tail-bg-color, #FFFFFF);
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #b3b3b3;
  color: var(--step-circle-item-node-disabled-color, #b3b3b3);
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-circle-item-node-disabled-background, #FFFFFF);
  border-color: #E3E4E6;
  border-color: var(--step-circle-item-node-disabled-border-color, #E3E4E6);
}

.next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-circle-item-node-disabled-background, #FFFFFF);
  border-color: #E3E4E6;
  border-color: var(--step-circle-item-node-disabled-border-color, #E3E4E6);
}

.next-step-circle .next-step-item-disabled .next-step-item-title {
  color: #b3b3b3;
  color: var(--step-circle-item-title-disabled-color, #b3b3b3);
  word-break: break-word;
}

.next-step-circle .next-step-item-disabled .next-step-item-content {
  color: #b3b3b3;
  color: var(--step-circle-item-title-disabled-color, #b3b3b3);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  position: relative;
}

.next-step-circle .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle {
  display: block;
  width: 28px;
  width: var(--step-circle-item-node-process-size, 28px);
  height: 28px;
  height: var(--step-circle-item-node-process-size, 28px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 26px;
  line-height: calc(var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
.next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-circle .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed;
}

.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-circle .next-step-item-read-only .next-step-item-node {
  cursor: default;
}

.next-step-circle .next-step-item-last .next-step-item-tail {
  display: none;
}

.next-step-circle.next-step-horizontal {
  text-align: center;
  white-space: nowrap;
}

.next-step-circle.next-step-horizontal > .next-step-item .next-step-item-title {
  white-space: normal;
}

.next-step-circle.next-step-horizontal > .next-step-item .next-step-item-content {
  white-space: normal;
}

.next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 28px - 24px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2);
  vertical-align: middle;
}

.next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  width: 96px;
  width: var(--step-circle-item-body-width, 96px);
  left: -22px;
  left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  font-size: 14px;
  font-size: var(--step-circle-item-title-size, 14px);
  line-height: 18px;
  line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-circle-item-title-margin-top, 8px);
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
}

.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-circle-item-content-margin-top, 8px);
}

.next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 28px - 24px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2);
  vertical-align: middle;
}

.next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body {
  width: 96px;
  width: var(--step-circle-item-body-width, 96px);
  left: -22px;
  left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  font-size: 14px;
  font-size: var(--step-circle-item-title-size, 14px);
  line-height: 18px;
  line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-circle-item-title-margin-top, 8px);
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
}

.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-circle-item-content-margin-top, 8px);
}

.next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 28px - 24px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2);
  vertical-align: middle;
}

.next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  width: 96px;
  width: var(--step-circle-item-body-width, 96px);
  left: -22px;
  left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  font-size: 14px;
  font-size: var(--step-circle-item-title-size, 14px);
  line-height: 18px;
  line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-circle-item-title-margin-top, 8px);
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
}

.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-circle-item-content-margin-top, 8px);
}

.next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 28px - 24px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2);
  vertical-align: middle;
}

.next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-circle-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  width: 96px;
  width: var(--step-circle-item-body-width, 96px);
  left: -22px;
  left: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  font-size: 14px;
  font-size: var(--step-circle-item-title-size, 14px);
  line-height: 18px;
  line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-circle-item-title-margin-top, 8px);
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
}

.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-circle-item-content-margin-top, 8px);
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item {
  vertical-align: unset;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail {
  display: none;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 96px;
  max-width: var(--step-circle-item-body-width, 96px);
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
  display: inline-block;
  padding-right: 12px;
  padding-right: var(--step-circle-item-node-padding, 12px);
  margin-top: 7px;
  margin-top: calc(var(--step-circle-item-node-process-size, 28px) / 2 - var(--step-circle-item-title-size, 14px) / 2);
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
  width: calc(100% - 28px - 24px - 96px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px));
  position: absolute;
  right: 0;
  margin-top: -1px;
  margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px));
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail {
  display: none;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 96px;
  max-width: var(--step-circle-item-body-width, 96px);
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
  display: inline-block;
  padding-right: 12px;
  padding-right: var(--step-circle-item-node-padding, 12px);
  margin-top: 7px;
  margin-top: calc(var(--step-circle-item-node-process-size, 28px) / 2 - var(--step-circle-item-title-size, 14px) / 2);
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
  width: calc(100% - 28px - 24px - 96px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px));
  position: absolute;
  right: 0;
  margin-top: -1px;
  margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px));
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail {
  display: none;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 96px;
  max-width: var(--step-circle-item-body-width, 96px);
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
  display: inline-block;
  padding-right: 12px;
  padding-right: var(--step-circle-item-node-padding, 12px);
  margin-top: 7px;
  margin-top: calc(var(--step-circle-item-node-process-size, 28px) / 2 - var(--step-circle-item-title-size, 14px) / 2);
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
  width: calc(100% - 28px - 24px - 96px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px));
  position: absolute;
  right: 0;
  margin-top: -1px;
  margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px));
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail {
  display: none;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  max-width: 96px;
  max-width: var(--step-circle-item-body-width, 96px);
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
  display: inline-block;
  padding-right: 12px;
  padding-right: var(--step-circle-item-node-padding, 12px);
  margin-top: 7px;
  margin-top: calc(var(--step-circle-item-node-process-size, 28px) / 2 - var(--step-circle-item-title-size, 14px) / 2);
}

.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
  width: calc(100% - 28px - 24px - 96px);
  width: calc(100% - var(--step-circle-item-node-process-size, 28px) - var(--step-circle-item-node-padding, 12px) * 2 - var(--step-circle-item-body-width, 96px));
  position: absolute;
  right: 0;
  margin-top: -1px;
  margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px));
}

.next-step-circle.next-step-vertical {
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.next-step-circle.next-step-vertical .next-step-item-container {
  padding: 0;
}

.next-step-circle.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
  display: block;
  visibility: hidden;
}

.next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail {
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  height: 0;
  margin: 12px auto;
  margin: var(--step-circle-item-node-padding, 12px) auto;
}

.next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
}

.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 14px;
  left: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  margin-left: 12px;
  margin-left: var(--step-circle-item-node-padding, 12px);
}

.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
  text-align: left;
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px);
}

.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  height: 0;
  margin: 12px auto;
  margin: var(--step-circle-item-node-padding, 12px) auto;
}

.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
}

.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 14px;
  left: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  margin-left: 12px;
  margin-left: var(--step-circle-item-node-padding, 12px);
}

.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
  text-align: left;
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px);
}

.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  height: 0;
  margin: 12px auto;
  margin: var(--step-circle-item-node-padding, 12px) auto;
}

.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
}

.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 14px;
  left: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  margin-left: 12px;
  margin-left: var(--step-circle-item-node-padding, 12px);
}

.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
  text-align: left;
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px);
}

.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  height: 0;
  margin: 12px auto;
  margin: var(--step-circle-item-node-padding, 12px) auto;
}

.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-circle-vertical-item-tail-size, 1px);
}

.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 14px;
  left: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  margin-left: 12px;
  margin-left: var(--step-circle-item-node-padding, 12px);
}

.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  margin-top: 8px;
  margin-top: var(--step-circle-vertical-item-title-margin-top, 8px);
  text-align: left;
  font-weight: 600;
  font-weight: var(--step-circle-item-title-weight, 600);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px);
}

.next-step-dot .next-step-item-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 8px;
  padding: 0 var(--step-dot-item-dot-padding, 8px);
  margin-top: -1px;
  margin-bottom: -1px;
}

.next-step-dot .next-step-item-container .next-step-item-node-placeholder {
  display: inline-block;
}

.next-step-dot .next-step-item-container .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-dot .next-step-item-container .next-step-item-node .next-icon:before,
.next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-step-dot > .next-step-item-wait .next-step-item-tail-overlay {
  background: #E3E4E6;
  background: var(--step-dot-item-tail-wait-color, #E3E4E6);
}

.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
  background: #F8F8F9;
  background: var(--step-dot-item-tail-bg-color, #F8F8F9);
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node {
  color: #888888;
  color: var(--step-dot-item-node-wait-color, #888888);
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-dot-item-node-wait-background, #FFFFFF);
  border-color: #E3E4E6;
  border-color: var(--step-dot-item-node-wait-border-color, #E3E4E6);
}

.next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-dot-item-node-wait-background, #FFFFFF);
  border-color: #E3E4E6;
  border-color: var(--step-dot-item-node-wait-border-color, #E3E4E6);
}

.next-step-dot > .next-step-item-wait .next-step-item-title {
  color: #888888;
  color: var(--step-dot-item-title-wait-color, #888888);
  word-break: break-word;
}

.next-step-dot > .next-step-item-wait .next-step-item-content {
  color: #888888;
  color: var(--step-dot-item-title-wait-color, #888888);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-dot > .next-step-item-wait .next-step-item-node-placeholder {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  position: relative;
}

.next-step-dot > .next-step-item-wait .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-dot > .next-step-item-wait .next-step-item-node-circle {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon:before,
.next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-dot > .next-step-item-wait .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
}

.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
  background: #E3E4E6;
  background: var(--step-dot-item-tail-process-color, #E3E4E6);
}

.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
  background: #F8F8F9;
  background: var(--step-dot-item-tail-bg-color, #F8F8F9);
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node {
  color: #0064C8;
  color: var(--step-dot-item-node-process-color, #0064C8);
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle {
  background: #0064C8;
  background: var(--step-dot-item-node-process-background, #0064C8);
  border-color: #0064C8;
  border-color: var(--step-dot-item-node-process-border-color, #0064C8);
}

.next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot {
  background: #0064C8;
  background: var(--step-dot-item-node-process-background, #0064C8);
  border-color: #0064C8;
  border-color: var(--step-dot-item-node-process-border-color, #0064C8);
}

.next-step-dot > .next-step-item-process .next-step-item-title {
  color: #b3b3b3;
  color: var(--step-dot-item-title-process-color, #b3b3b3);
  word-break: break-word;
}

.next-step-dot > .next-step-item-process .next-step-item-content {
  color: #b3b3b3;
  color: var(--step-dot-item-title-process-color, #b3b3b3);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-dot > .next-step-item-process .next-step-item-node-placeholder {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  position: relative;
}

.next-step-dot > .next-step-item-process .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-dot > .next-step-item-process .next-step-item-node-circle {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon:before,
.next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-dot > .next-step-item-process .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
}

.next-step-dot > .next-step-item-process .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
  background: #0064C8;
  background: var(--step-dot-item-tail-finish-color, #0064C8);
}

.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
  background: #F8F8F9;
  background: var(--step-dot-item-tail-bg-color, #F8F8F9);
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node {
  color: #0064C8;
  color: var(--step-dot-item-node-finish-color, #0064C8);
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-dot-item-node-finish-background, #FFFFFF);
  border-color: #0064C8;
  border-color: var(--step-dot-item-node-finish-border-color, #0064C8);
}

.next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-dot-item-node-finish-background, #FFFFFF);
  border-color: #0064C8;
  border-color: var(--step-dot-item-node-finish-border-color, #0064C8);
}

.next-step-dot > .next-step-item-finish .next-step-item-title {
  color: #b3b3b3;
  color: var(--step-dot-item-title-finish-color, #b3b3b3);
  word-break: break-word;
}

.next-step-dot > .next-step-item-finish .next-step-item-content {
  color: #b3b3b3;
  color: var(--step-dot-item-title-finish-color, #b3b3b3);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-dot > .next-step-item-finish .next-step-item-node-placeholder {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  position: relative;
}

.next-step-dot > .next-step-item-finish .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-dot > .next-step-item-finish .next-step-item-node-circle {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon:before,
.next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-dot > .next-step-item-finish .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
}

.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
  background: #E3E4E6;
  background: var(--step-dot-item-tail-disabled-color, #E3E4E6);
}

.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
  background: #F8F8F9;
  background: var(--step-dot-item-tail-bg-color, #F8F8F9);
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node {
  color: #E3E4E6;
  color: var(--step-dot-item-node-disabled-color, #E3E4E6);
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle {
  background: #FFFFFF;
  background: var(--step-dot-item-node-disabled-background, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--step-dot-item-node-disabled-border-color, #C0C6CC);
}

.next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot {
  background: #FFFFFF;
  background: var(--step-dot-item-node-disabled-background, #FFFFFF);
  border-color: #C0C6CC;
  border-color: var(--step-dot-item-node-disabled-border-color, #C0C6CC);
}

.next-step-dot .next-step-item-disabled .next-step-item-title {
  color: #C1C1C1;
  color: var(--step-dot-item-title-disabled-color, #C1C1C1);
  word-break: break-word;
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
  color: #C1C1C1;
  color: var(--step-dot-item-title-disabled-color, #C1C1C1);
  font-size: 12px;
  font-size: var(--step-circle-item-content-font-size, 12px);
  word-break: break-word;
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  position: relative;
}

.next-step-dot .next-step-item-disabled .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-circle-item-node-font-size, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-circle-item-node-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-circle-item-node-corner, 50%);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon {
  -webkit-animation: zoomIn 300ms linear;
  animation: zoomIn 300ms linear;
}

.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before,
.next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-step-dot .next-step-item-disabled .next-step-item-content {
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
}

.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
  display: block;
  width: 12px;
  width: var(--step-dot-item-dot-process-size, 12px);
  height: 12px;
  height: var(--step-dot-item-dot-process-size, 12px);
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 10px;
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px) * 2);
  text-align: center;
  border: 1px solid;
  border: var(--step-dot-item-dot-border-width, 1px) solid;
  border-radius: 50%;
  border-radius: var(--step-dot-item-dot-corner, 50%);
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder,
.next-step-dot .next-step-item-disabled .next-step-item-node {
  cursor: not-allowed;
}

.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder,
.next-step-dot .next-step-item-read-only .next-step-item-node {
  cursor: default;
}

.next-step-dot .next-step-item-last .next-step-item-tail {
  display: none;
}

.next-step-dot.next-step-horizontal {
  text-align: center;
  white-space: nowrap;
}

.next-step-dot.next-step-horizontal > .next-step-item .next-step-item-title {
  white-space: normal;
}

.next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content {
  white-space: normal;
}

.next-step-dot.next-step-horizontal .next-step-item-node .next-icon {
  vertical-align: middle;
}

.next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 12px - 16px);
  width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 8px) * 2);
  vertical-align: middle;
}

.next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  width: 96px;
  width: var(--step-dot-item-body-width, 96px);
  left: -34px;
  left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  font-size: 12px;
  font-size: var(--step-dot-item-title-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-dot-item-title-margin-top, 8px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
}

.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-dot-item-content-margin-top, 4px);
}

.next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 12px - 16px);
  width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 8px) * 2);
  vertical-align: middle;
}

.next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body {
  width: 96px;
  width: var(--step-dot-item-body-width, 96px);
  left: -34px;
  left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  font-size: 12px;
  font-size: var(--step-dot-item-title-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-dot-item-title-margin-top, 8px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
}

.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-dot-item-content-margin-top, 4px);
}

.next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 12px - 16px);
  width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 8px) * 2);
  vertical-align: middle;
}

.next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  width: 96px;
  width: var(--step-dot-item-body-width, 96px);
  left: -34px;
  left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  font-size: 12px;
  font-size: var(--step-dot-item-title-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-dot-item-title-margin-top, 8px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
}

.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-dot-item-content-margin-top, 4px);
}

.next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail {
  display: inline-block;
  clear: both;
  width: calc(100% - 12px - 16px);
  width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 8px) * 2);
  vertical-align: middle;
}

.next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
  display: block;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 1px;
  height: var(--step-dot-item-tail-size, 1px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
}

.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  width: 96px;
  width: var(--step-dot-item-body-width, 96px);
  left: -34px;
  left: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  text-align: center;
  position: absolute;
}

.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  font-size: 12px;
  font-size: var(--step-dot-item-title-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-title-size, 12px) + 4px);
  margin-top: 8px;
  margin-top: var(--step-dot-item-title-margin-top, 8px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
}

.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  margin-top: 4px;
  margin-top: var(--step-dot-item-content-margin-top, 4px);
}

.next-step-dot.next-step-vertical {
  padding: 0 0 0 4px;
  font-size: 0;
  display: table-cell;
  position: relative;
}

.next-step-dot.next-step-vertical .next-step-item-container {
  padding: 0;
}

.next-step-dot.next-step-vertical > .next-step-item:last-child .next-step-item-tail {
  display: block;
  visibility: hidden;
}

.next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail {
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  height: 0;
  margin: 8px auto;
  margin: var(--step-dot-item-dot-padding, 8px) auto;
}

.next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
}

.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  left: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  margin-left: 8px;
  margin-left: var(--step-dot-item-dot-padding, 8px);
}

.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px);
}

.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  height: 0;
  margin: 8px auto;
  margin: var(--step-dot-item-dot-padding, 8px) auto;
}

.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
}

.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  left: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  margin-left: 8px;
  margin-left: var(--step-dot-item-dot-padding, 8px);
}

.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px);
}

.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  height: 0;
  margin: 8px auto;
  margin: var(--step-dot-item-dot-padding, 8px) auto;
}

.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
}

.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  left: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  margin-left: 8px;
  margin-left: var(--step-dot-item-dot-padding, 8px);
}

.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px);
}

.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  height: 0;
  margin: 8px auto;
  margin: var(--step-dot-item-dot-padding, 8px) auto;
}

.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
  position: relative;
}

.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  width: var(--step-dot-vertical-item-tail-size, 1px);
}

.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  position: absolute;
  top: 0;
  left: 6px;
  left: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  margin-left: 8px;
  margin-left: var(--step-dot-item-dot-padding, 8px);
}

.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  margin-top: 0px;
  margin-top: var(--step-dot-vertical-item-title-margin-top, 0px);
  font-weight: bold;
  font-weight: var(--step-dot-item-title-weight, bold);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  margin-top: 8px;
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  font-size: var(--step-dot-item-content-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px);
}

.next-step-horizontal[dir=rtl] > .next-step-item {
  text-align: right;
}

.next-step-arrow[dir=rtl] .next-step-item {
  height: 32px;
  height: var(--step-arrow-item-height, 32px);
  line-height: 32px;
  line-height: var(--step-arrow-item-height, 32px);
  margin-left: 4px;
  margin-left: calc(var(--step-arrow-item-height, 32px) / 8);
  margin-right: 16px;
  margin-right: calc(var(--step-arrow-item-height, 32px) / 2);
}

.next-step-arrow[dir=rtl] .next-step-item:before {
  right: -16px;
  right: calc(0px - var(--step-arrow-item-height, 32px) / 2);
  left: auto;
  border: 16px solid transparent;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
  border-right-color: transparent;
}

.next-step-arrow[dir=rtl] .next-step-item:after {
  left: -32px;
  left: calc(0px - var(--step-arrow-item-height, 32px) / 2 * 2);
  right: auto;
  border-top: 16px solid transparent;
  border-top: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
  border-bottom: 16px solid transparent;
  border-bottom: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
  border-right: 16px solid transparent;
  border-right: calc(var(--step-arrow-item-height, 32px) / 2) solid transparent;
}

.next-step-arrow[dir=rtl] > .next-step-item-wait {
  background: #F7F9FA;
  background: var(--step-arrow-item-wait-background, #F7F9FA);
}

.next-step-arrow[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-arrow[dir=rtl] > .next-step-item-wait:before {
  border: 16px solid #F7F9FA;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-wait-background, #F7F9FA);
  border-right-color: transparent;
}

.next-step-arrow[dir=rtl] > .next-step-item-wait:after {
  border-right-color: #F7F9FA;
  border-right-color: var(--step-arrow-item-wait-background, #F7F9FA);
  border-left-color: transparent;
}

.next-step-arrow[dir=rtl] > .next-step-item-process {
  background: #0064C8;
  background: var(--step-arrow-item-process-background, #0064C8);
}

.next-step-arrow[dir=rtl] > .next-step-item-process .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-arrow[dir=rtl] > .next-step-item-process:before {
  border: 16px solid #0064C8;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-process-background, #0064C8);
  border-right-color: transparent;
}

.next-step-arrow[dir=rtl] > .next-step-item-process:after {
  border-right-color: #0064C8;
  border-right-color: var(--step-arrow-item-process-background, #0064C8);
  border-left-color: transparent;
}

.next-step-arrow[dir=rtl] > .next-step-item-finish {
  background: #0064C8;
  background: var(--step-arrow-item-finish-background, #0064C8);
}

.next-step-arrow[dir=rtl] > .next-step-item-finish .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-arrow[dir=rtl] > .next-step-item-finish:before {
  border: 16px solid #0064C8;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-finish-background, #0064C8);
  border-right-color: transparent;
}

.next-step-arrow[dir=rtl] > .next-step-item-finish:after {
  border-right-color: #0064C8;
  border-right-color: var(--step-arrow-item-finish-background, #0064C8);
  border-left-color: transparent;
}

.next-step-arrow[dir=rtl] .next-step-item-disabled {
  background: #F8F8F9;
  background: var(--step-arrow-item-disabled-background, #F8F8F9);
}

.next-step-arrow[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:before {
  border: 16px solid #F8F8F9;
  border: calc(var(--step-arrow-item-height, 32px) / 2) solid var(--step-arrow-item-disabled-background, #F8F8F9);
  border-right-color: transparent;
}

.next-step-arrow[dir=rtl] .next-step-item-disabled:after {
  border-right-color: #F8F8F9;
  border-right-color: var(--step-arrow-item-disabled-background, #F8F8F9);
  border-left-color: transparent;
}

.next-step-arrow[dir=rtl] .next-step-item-first {
  margin-right: 0;
}

.next-step-arrow[dir=rtl] .next-step-item-last {
  margin-left: 0;
}

.next-step-circle[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-circle[dir=rtl] > .next-step-item-process .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-circle[dir=rtl] > .next-step-item-finish .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-circle[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  right: -22px;
  right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  left: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -22px;
  right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  left: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -22px;
  right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  left: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -22px;
  right: calc(0px - var(--step-circle-item-body-width, 96px) / 2 + var(--step-circle-item-node-process-size, 28px) / 2 + var(--step-circle-item-node-padding, 12px) * 2 / 2);
  left: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title {
  padding-left: 12px;
  padding-left: var(--step-circle-item-node-padding, 12px);
  padding-right: 0;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
  left: 0;
  right: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title {
  padding-left: 12px;
  padding-left: var(--step-circle-item-node-padding, 12px);
  padding-right: 0;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
  left: 0;
  right: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title {
  padding-left: 12px;
  padding-left: var(--step-circle-item-node-padding, 12px);
  padding-right: 0;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
  left: 0;
  right: auto;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body {
  left: auto;
  right: 0;
  text-align: right;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title {
  padding-left: 12px;
  padding-left: var(--step-circle-item-node-padding, 12px);
  padding-right: 0;
}

.next-step-circle[dir=rtl].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
  left: 0;
  right: auto;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body {
  right: 14px;
  right: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  left: auto;
  margin-right: 12px;
  margin-right: var(--step-circle-item-node-padding, 12px);
  margin-left: 0;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body {
  right: 14px;
  right: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  left: auto;
  margin-right: 12px;
  margin-right: var(--step-circle-item-node-padding, 12px);
  margin-left: 0;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body {
  right: 14px;
  right: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  left: auto;
  margin-right: 12px;
  margin-right: var(--step-circle-item-node-padding, 12px);
  margin-left: 0;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  right: 14px;
  right: calc(var(--step-circle-item-node-process-size, 28px) / 2);
  left: auto;
  margin-right: 12px;
  margin-right: var(--step-circle-item-node-padding, 12px);
  margin-left: 0;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-circle[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-step-dot[dir=rtl] > .next-step-item-wait .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-dot[dir=rtl] > .next-step-item-process .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-dot[dir=rtl] > .next-step-item-finish .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-dot[dir=rtl] .next-step-item-disabled .next-step-item-node-dot {
  right: 50%;
  left: auto;
}

.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-wait > .next-step-item-body {
  right: -34px;
  right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  left: auto;
}

.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-process > .next-step-item-body {
  right: -34px;
  right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  left: auto;
}

.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-finish > .next-step-item-body {
  right: -34px;
  right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  left: auto;
}

.next-step-dot[dir=rtl].next-step-horizontal > .next-step-item-disabled > .next-step-item-body {
  right: -34px;
  right: calc(0px - var(--step-dot-item-body-width, 96px) / 2 + var(--step-dot-item-dot-process-size, 12px) / 2 + var(--step-dot-item-dot-padding, 8px) * 2 / 2);
  left: auto;
}

.next-step-dot[dir=rtl].next-step-vertical {
  padding: 0 4px 0 0;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body {
  right: 6px;
  right: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-dot-item-dot-padding, 8px);
  margin-left: 0;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body {
  right: 6px;
  right: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-dot-item-dot-padding, 8px);
  margin-left: 0;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body {
  right: 6px;
  right: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-dot-item-dot-padding, 8px);
  margin-left: 0;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body {
  right: 6px;
  right: calc(var(--step-dot-item-dot-process-size, 12px) / 2);
  left: auto;
  margin-right: 8px;
  margin-right: var(--step-dot-item-dot-padding, 8px);
  margin-left: 0;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
  text-align: right;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  line-height: 1.28571;
}

.next-step-dot[dir=rtl].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
  text-align: right;
}

.next-switch:after[dir=rtl] {
  content: " ";
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.next-switch-medium[dir=rtl]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.next-switch-small[dir=rtl]:after {
  right: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.next-switch-on[dir=rtl] > .next-switch-children {
  right: 12px;
  right: calc(var(--switch-text-on-left, 8px) + var(--switch-border-width-container, 2px) * 2);
  left: auto;
  color: #FFFFFF;
  color: var(--switch-normal-on-color-font, #FFFFFF);
}

.next-switch-on[disabled][dir=rtl]:after {
  left: 0;
  right: 100%;
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--switch-on-shadow, none);
  box-shadow: none;
  box-shadow: var(--switch-on-shadow, none);
}

.next-switch-on.next-switch-small[dir=rtl] > .next-switch-children {
  right: 8px;
  right: calc(var(--switch-size-s-text-on-left, 4px) + var(--switch-border-width-container, 2px) * 2);
  left: auto;
}

.next-switch-off[dir=rtl]:after {
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--switch-rtl-on-shadow, 0px 0px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--switch-rtl-on-shadow, 0px 0px 4px 0px rgba(0, 0, 0, 0.16));
}

.next-switch-off[dir=rtl] > .next-switch-children {
  left: 12px;
  left: calc(var(--switch-text-off-right, 8px) + var(--switch-border-width-container, 2px) * 2);
  right: auto;
}

.next-switch-off.next-switch-small[dir=rtl] > .next-switch-children {
  left: 6px;
  left: calc(var(--switch-size-s-text-off-right, 4px) + var(--switch-border-width-container, 2px));
  right: auto;
}

.next-switch {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: left;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.next-switch *,
.next-switch *:before,
.next-switch *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-switch:after {
  content: " ";
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.next-switch-medium {
  position: relative;
  display: inline-block;
  border: 2px solid transparent;
  border: var(--switch-border-width-container, 2px) solid transparent;
  width: 48px;
  width: var(--switch-size-m-width, 48px);
  height: 24px;
  height: calc(var(--switch-size-m-trigger, 20px) + var(--switch-border-width-container, 2px) * 2);
  border-radius: 12px;
  border-radius: var(--switch-size-m-radius-container, 12px);
}

.next-switch-medium:after {
  border: 1px solid transparent;
  border: var(--switch-border-width-trigger, 1px) solid transparent;
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 20px;
  width: var(--switch-size-m-trigger, 20px);
  height: 20px;
  height: var(--switch-size-m-trigger, 20px);
  border-radius: 50%;
  border-radius: var(--switch-size-m-radius-trigger, 50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-switch-medium > .next-switch-children {
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  position: absolute;
  height: 20px;
  height: var(--switch-size-m-trigger, 20px);
  line-height: 20px;
  line-height: var(--switch-size-m-trigger, 20px);
}

.next-switch-small {
  position: relative;
  display: inline-block;
  border: 2px solid transparent;
  border: var(--switch-border-width-container, 2px) solid transparent;
  width: 40px;
  width: var(--switch-size-s-width, 40px);
  height: 20px;
  height: calc(var(--switch-size-s-trigger, 16px) + var(--switch-border-width-container, 2px) * 2);
  border-radius: 12px;
  border-radius: var(--switch-size-s-radius-container, 12px);
}

.next-switch-small:after {
  border: 1px solid transparent;
  border: var(--switch-border-width-trigger, 1px) solid transparent;
  position: absolute;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 16px;
  width: var(--switch-size-s-trigger, 16px);
  height: 16px;
  height: var(--switch-size-s-trigger, 16px);
  border-radius: 50%;
  border-radius: var(--switch-size-s-radius-trigger, 50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-switch-small > .next-switch-children {
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  position: absolute;
  height: 16px;
  height: var(--switch-size-s-trigger, 16px);
  line-height: 16px;
  line-height: var(--switch-size-s-trigger, 16px);
}

.next-switch-on {
  background-color: #00A700;
  background-color: var(--switch-normal-on-bg-color, #00A700);
}

.next-switch-on:after {
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--switch-on-shadow, none);
  box-shadow: none;
  box-shadow: var(--switch-on-shadow, none);
  background-color: #FFFFFF;
  background-color: var(--switch-normal-on-trigger-bg-color, #FFFFFF);
  border-color: transparent;
  border-color: var(--switch-handle-on-border-color, transparent);
}

.next-switch-on > .next-switch-children {
  left: 12px;
  left: calc(var(--switch-text-on-left, 8px) + var(--switch-border-width-container, 2px) * 2);
  color: #FFFFFF;
  color: var(--switch-normal-on-color-font, #FFFFFF);
}

.next-switch-on:focus, .next-switch-on:hover {
  background-color: #00A700;
  background-color: var(--switch-hover-on-bg-color, #00A700);
}

.next-switch-on:focus:after, .next-switch-on:hover:after {
  background-color: #FFFFFF;
  background-color: var(--switch-hover-on-trigger-bg-color, #FFFFFF);
}

.next-switch-on.next-switch-small > .next-switch-children {
  left: 8px;
  left: calc(var(--switch-size-s-text-on-left, 4px) + var(--switch-border-width-container, 2px) * 2);
}

.next-switch-on[disabled] {
  background-color: #D1D5D9;
  background-color: var(--switch-disabled-on-bg-color, #D1D5D9);
  cursor: not-allowed;
}

.next-switch-on[disabled]:after {
  right: 0;
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--switch-on-shadow, none);
  box-shadow: none;
  box-shadow: var(--switch-on-shadow, none);
  background-color: #FFFFFF;
  background-color: var(--switch-disabled-on-trigger-bg-color, #FFFFFF);
  border-color: transparent;
  border-color: var(--switch-handle-disabled-border-color, transparent);
}

.next-switch-on[disabled] > .next-switch-children {
  color: #b3b3b3;
  color: var(--switch-disabled-on-color-font, #b3b3b3);
}

.next-switch-off {
  background-color: #666666;
  background-color: var(--switch-normal-off-bg-color, #666666);
  border-color: transparent;
  border-color: var(--switch-normal-off-border-color, transparent);
}

.next-switch-off:focus, .next-switch-off:hover {
  background-color: #577899;
  background-color: var(--switch-hover-off-bg-color, #577899);
  border-color: transparent;
  border-color: var(--switch-hover-off-border-color, transparent);
}

.next-switch-off:after {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--switch-on-shadow, none);
  box-shadow: none;
  box-shadow: var(--switch-on-shadow, none);
  background-color: #FFFFFF;
  background-color: var(--switch-normal-off-trigger-bg-color, #FFFFFF);
  border-color: transparent;
  border-color: var(--switch-handle-off-border-color, transparent);
}

.next-switch-off:after:focus, .next-switch-off:after:hover {
  background-color: #FFFFFF;
  background-color: var(--switch-hover-off-trigger-bg-color, #FFFFFF);
}

.next-switch-off > .next-switch-children {
  right: 12px;
  right: calc(var(--switch-text-off-right, 8px) + var(--switch-border-width-container, 2px) * 2);
  color: #F8F8F9;
  color: var(--switch-normal-off-color-font, #F8F8F9);
}

.next-switch-off[disabled] {
  background-color: #D1D5D9;
  background-color: var(--switch-disabled-off-bg-color, #D1D5D9);
  cursor: not-allowed;
}

.next-switch-off[disabled]:after {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--switch-off-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--switch-off-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  background-color: #F8F8F9;
  background-color: var(--switch-disabled-off-trigger-bg-color, #F8F8F9);
  border-color: transparent;
  border-color: var(--switch-handle-disabled-border-color, transparent);
}

.next-switch-off[disabled] > .next-switch-children {
  color: #555555;
  color: var(--switch-disabled-off-color-font, #555555);
}

.next-switch-off.next-switch-small > .next-switch-children {
  right: 6px;
  right: calc(var(--switch-size-s-text-off-right, 4px) + var(--switch-border-width-container, 2px));
}

.next-tabs {
  /* Nav Button */
  /* ----------------- */
  /* position: vertical */
  /* ----------------- */
  /* Size */
  /* ----------------- */
  /* shape: pure */
  /* ----------------- */
  /* Shape: wrapped */
  /* --------------------- */
  /* Shape: wrapped(top) */
  /* Shape: wrapped(bottom) */
  /* Shape: wrapped(left) */
  /* Shape: wrapped(right) */
  /* Shape: text */
  /* ------------------- */
}

.next-tabs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.next-tabs *,
.next-tabs *:before,
.next-tabs *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-tabs-bar {
  outline: none;
}

.next-tabs-bar-popup {
  overflow-y: auto;
  max-height: 480px;
}

.next-tabs-nav-container {
  position: relative;
}

.next-tabs-nav-container:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-tabs-nav-wrap {
  overflow: hidden;
}

.next-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}

.next-tabs-scrollable .next-tabs-nav-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.next-tabs-scrollable .next-tabs-nav-scroll::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  opacity: 0 !important;
}

.next-tabs-nav {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.next-tabs-nav-enter, .next-tabs-nav-appear {
  -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-tabs-nav-leave {
  -webkit-animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.next-tabs-nav.next-disable-animation .next-tabs-tab:before {
  -webkit-transition: none;
  transition: none;
}

.next-tabs-tab {
  display: inline-block;
  position: relative;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-tabs-tab-inner {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.next-tabs-tab:before {
  content: "";
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.next-tabs-tab.active {
  font-weight: 600;
  font-weight: var(--tab-item-font-weight-selected, 600);
}

.next-tabs-tab .next-tabs-tab-close {
  color: #555555;
  color: var(--tab-close-icon-color, #555555);
}

.next-tabs-tab .next-tabs-tab-close:hover {
  color: #111111;
  color: var(--tab-close-icon-color-hover, #111111);
}

.next-tabs-tab .next-tabs-tab-close:focus {
  outline: none;
}

.next-tabs-tab.active .next-tabs-tab-close {
  color: #0064C8;
  color: var(--tab-close-icon-color-selected, #0064C8);
}

.next-tabs-tab.disabled .next-tabs-tab-close {
  color: #C0C6CC;
  color: var(--tab-close-icon-color-disabled, #C0C6CC);
}

.next-tabs-tab:focus {
  outline: none;
}

.next-tabs-tabpane {
  visibility: hidden;
  opacity: 0;
}

.next-tabs-tabpane.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.next-tabs-tabpane.hidden {
  overflow: hidden;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.next-tabs-btn-down, .next-tabs-btn-prev, .next-tabs-btn-next {
  position: absolute;
  top: 0;
  cursor: pointer;
  padding: 0;
  border: 0;
  outline: none;
  height: 100%;
  background-color: transparent;
  border-color: transparent;
}

.next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited {
  color: #333333;
  color: var(--tab-nav-arrow-color-normal, #333333);
}

.next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover {
  color: #0064C8;
  color: var(--tab-nav-arrow-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
  color: #0064C8;
  color: var(--tab-nav-arrow-color-hover, #0064C8);
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

.next-tabs-btn-down.disabled, .next-tabs-btn-prev.disabled, .next-tabs-btn-next.disabled {
  cursor: not-allowed;
  color: #555555;
  color: var(--tab-nav-arrow-color-disabled, #555555);
}

.next-tabs-btn-next {
  right: 12px;
  right: var(--tab-nav-arrow-right-positon-right, 12px);
}

.next-tabs-btn-prev {
  right: 32px;
  right: var(--tab-nav-arrow-left-positon-right, 32px);
}

.next-tabs-btn-down {
  right: 8px;
  right: var(--tab-nav-arrow-down-positon-right, 8px);
}

.next-tabs .next-tab-icon-dropdown::before {
  content: "\ea1f";
  content: var(--tab-icon-dropdown-content, "\ea1f");
}

.next-tabs .next-tab-icon-prev::before {
  content: "\ea2c";
  content: var(--tab-icon-prev-content, "\ea2c");
}

.next-tabs .next-tab-icon-next::before {
  content: "\ea29";
  content: var(--tab-icon-next-content, "\ea29");
}

.next-tabs-content {
  overflow: hidden;
}

.next-tabs-vertical > .next-tabs-bar .next-tabs-nav {
  width: 100%;
}

.next-tabs-vertical > .next-tabs-bar .next-tabs-tab {
  display: block;
}

.next-tabs.next-medium .next-tabs-nav-container-scrolling {
  padding-right: 60px;
  padding-right: var(--tab-nav-scroll-padding-right-m, 60px);
}

.next-tabs.next-medium .next-tabs-tab-inner {
  font-size: 14px;
  font-size: var(--tab-item-text-size-m, 14px);
  padding: 12px 16px;
  padding: var(--tab-item-padding-tb-size-m, 12px) var(--tab-item-padding-lr-size-m, 16px);
}

.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
  line-height: 1;
}

.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
.next-tabs.next-medium .next-tabs-tab-inner .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close {
  margin-left: 8px;
  margin-left: var(--tab-nav-close-icon-padding-l-size-m, 8px);
}

.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before,
.next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tabs.next-medium .next-tabs-btn-down .next-icon:before,
.next-tabs.next-medium .next-tabs-btn-down .next-icon .next-icon-remote,
.next-tabs.next-medium .next-tabs-btn-prev .next-icon:before,
.next-tabs.next-medium .next-tabs-btn-prev .next-icon .next-icon-remote,
.next-tabs.next-medium .next-tabs-btn-next .next-icon:before,
.next-tabs.next-medium .next-tabs-btn-next .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tabs.next-small .next-tabs-nav-container-scrolling {
  padding-right: 56px;
  padding-right: var(--tab-nav-scroll-padding-right-s, 56px);
}

.next-tabs.next-small .next-tabs-tab-inner {
  font-size: 12px;
  font-size: var(--tab-item-text-size-s, 12px);
  padding: 8px 16px;
  padding: var(--tab-item-padding-tb-size-s, 8px) var(--tab-item-padding-lr-size-s, 16px);
}

.next-tabs.next-small .next-tabs-tab-inner .next-icon {
  line-height: 1;
}

.next-tabs.next-small .next-tabs-tab-inner .next-icon:before,
.next-tabs.next-small .next-tabs-tab-inner .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
  margin-left: 8px;
  margin-left: var(--tab-nav-close-icon-padding-l-size-s, 8px);
}

.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before,
.next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }

  .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-tabs.next-small .next-tabs-btn-down .next-icon:before,
.next-tabs.next-small .next-tabs-btn-down .next-icon .next-icon-remote,
.next-tabs.next-small .next-tabs-btn-prev .next-icon:before,
.next-tabs.next-small .next-tabs-btn-prev .next-icon .next-icon-remote,
.next-tabs.next-small .next-tabs-btn-next .next-icon:before,
.next-tabs.next-small .next-tabs-btn-next .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tabs-pure > .next-tabs-bar {
  border-bottom: solid 1px #E3E4E6;
  border-bottom: var(--line-solid, solid) var(--tab-pure-divider-line-width, 1px) var(--tab-pure-divider-border-color, #E3E4E6);
  background-color: transparent;
  background-color: var(--tab-pure-bg-color, transparent);
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container {
  margin-bottom: -1px;
  margin-bottom: calc(0px - var(--tab-pure-divider-line-width, 1px));
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--tab-pure-divider-shadow, none);
  box-shadow: none;
  box-shadow: var(--tab-pure-divider-shadow, none);
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
  color: #333333;
  color: var(--tab-pure-text-color-normal, #333333);
  background-color: transparent;
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
  cursor: pointer;
  color: #0064C8;
  color: var(--tab-pure-text-color-hover, #0064C8);
  background-color: transparent;
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
  z-index: 1;
  color: #0064C8;
  color: var(--tab-pure-text-color-selected, #0064C8);
  background-color: transparent;
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #C0C6CC;
  color: var(--tab-pure-text-color-disabled, #C0C6CC);
  background: transparent;
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
  border-radius: 0%;
  width: 0;
  border-bottom: 2px solid #0064C8;
  border-bottom: var(--tab-pure-ink-bar-width, 2px) solid var(--tab-pure-ink-bar-color, #0064C8);
  left: 50%;
  bottom: 0%;
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
  width: 100%;
  left: 0%;
}

.next-tabs-wrapped > .next-tabs-bar {
  background: transparent;
  background: var(--tab-wrapped-bar-bg-color, transparent);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
  color: #333333;
  color: var(--tab-wrapped-text-color, #333333);
  background-color: #FFFFFF;
  background-color: var(--tab-wrapped-bg-color, #FFFFFF);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  color: var(--tab-wrapped-text-color-hover, #333333);
  background-color: #F8F8F9;
  background-color: var(--tab-wrapped-bg-color-hover, #F8F8F9);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
  z-index: 1;
  color: #0064C8;
  color: var(--tab-wrapped-text-color-selected, #0064C8);
  background-color: #FFFFFF;
  background-color: var(--tab-wrapped-bg-color-selected, #FFFFFF);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #C1C1C1;
  color: var(--tab-wrapped-text-color-disabled, #C1C1C1);
  background: #F8F8F9;
  background: var(--tab-wrapped-bg-color-disabled, #F8F8F9);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
  color: #555555;
  color: var(--tab-close-icon-color, #555555);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
  color: #111111;
  color: var(--tab-close-icon-color-hover, #111111);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
  outline: none;
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
  color: #0064C8;
  color: var(--tab-close-icon-color-selected, #0064C8);
}

.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close {
  color: #C0C6CC;
  color: var(--tab-close-icon-color-disabled, #C0C6CC);
}

.next-tabs-wrapped:before, .next-tabs-wrapped:after {
  content: "";
  display: table;
}

.next-tabs-wrapped:after {
  clear: both;
}

.next-tabs-wrapped > .next-tabs-content {
  position: relative;
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar {
  position: relative;
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
  margin-right: -1px;
  margin-right: var(--tab-wrapped-tab-margin-right, -1px);
  border: solid 1px #E3E4E6;
  border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6);
  border-radius: 0 0 0 0;
  border-radius: var(--tab-wrapped-tab-corner-radius, 0) var(--tab-wrapped-tab-corner-radius, 0) 0 0;
  border-width: 1px 1px 1px 1px;
  border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px);
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #E3E4E6;
  border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
  border-color: #E3E4E6 #E3E4E6 #FFFFFF #E3E4E6;
  border-color: var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 0;
  border-radius: var(--tab-wrapped-tab-corner-radius, 0);
  width: 0;
  border-top: 2px solid #0064C8;
  border-top: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8);
  left: 50%;
  top: -1px;
  top: calc(0px - var(--tab-wrapped-border-line-width, 1px));
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
  width: 100%;
  left: 0;
  left: var(--tab-wrapped-tab-corner-radius, 0);
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
  border-width: 1px 1px 1px 1px;
  border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px);
}

.next-tabs-wrapped.next-tabs-top > .next-tabs-bar:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6);
  -webkit-transform: translateY(-1px);
  -webkit-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 1px)));
  -ms-transform: translateY(-1px);
  -ms-transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 1px)));
  transform: translateY(-1px);
  transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 1px)));
  display: block;
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar {
  position: relative;
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
  margin-right: -1px;
  margin-right: var(--tab-wrapped-tab-margin-right, -1px);
  border: solid 1px #E3E4E6;
  border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6);
  border-radius: 0 0 0 0;
  border-radius: 0 0 var(--tab-wrapped-tab-corner-radius, 0) var(--tab-wrapped-tab-corner-radius, 0);
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #E3E4E6;
  border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
  border-color: #FFFFFF #E3E4E6 #E3E4E6 #E3E4E6;
  border-color: var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 0;
  border-radius: var(--tab-wrapped-tab-corner-radius, 0);
  width: 0;
  border-bottom: 2px solid #0064C8;
  border-bottom: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8);
  left: 50%;
  bottom: -1px;
  bottom: calc(0px - var(--tab-wrapped-border-line-width, 1px));
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before {
  width: 100%;
  left: 0;
  left: var(--tab-wrapped-tab-corner-radius, 0);
}

.next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
  top: 1px;
  top: var(--tab-wrapped-border-line-width, 1px);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
  float: left;
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
  float: none;
  margin-bottom: 4px;
  margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px);
  border: solid 1px #E3E4E6;
  border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6);
  border-radius: 0 0 0 0;
  border-radius: var(--tab-wrapped-tab-corner-radius, 0) 0 0 var(--tab-wrapped-tab-corner-radius, 0);
  border-width: 1px 1px 1px 1px;
  border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px);
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #E3E4E6;
  border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
  border-color: #E3E4E6 #FFFFFF #E3E4E6 #E3E4E6;
  border-color: var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 0;
  border-radius: var(--tab-wrapped-tab-corner-radius, 0);
  height: 0;
  border-left: 2px solid #0064C8;
  border-left: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8);
  top: 50%;
  left: -1px;
  left: calc(0px - var(--tab-wrapped-border-line-width, 1px));
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before {
  height: 100%;
  top: 0;
  top: var(--tab-wrapped-tab-corner-radius, 0);
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
  border-width: 1px 1px 1px 1px;
  border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px);
}

.next-tabs-wrapped.next-tabs-left > .next-tabs-content {
  right: 1px;
  right: var(--tab-wrapped-border-line-width, 1px);
  border-left: 1px solid #E3E4E6;
  border-left: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar {
  float: right;
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab {
  float: none;
  margin-bottom: 4px;
  margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px);
  border: solid 1px #E3E4E6;
  border: var(--tab-wrapped-border-line-style, solid) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-color, #E3E4E6);
  border-radius: 0 0 0 0;
  border-radius: 0 var(--tab-wrapped-tab-corner-radius, 0) var(--tab-wrapped-tab-corner-radius, 0) 0;
  border-width: 1px 1px 1px 1px;
  border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px);
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #E3E4E6;
  border-color: var(--tab-wrapped-border-line-color-hover, #E3E4E6);
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
  border-color: #E3E4E6 #E3E4E6 #E3E4E6 #FFFFFF;
  border-color: var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-border-line-color, #E3E4E6) var(--tab-wrapped-bg-color-selected, #FFFFFF);
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
  border-radius: 0;
  border-radius: var(--tab-wrapped-tab-corner-radius, 0);
  height: 0;
  border-right: 2px solid #0064C8;
  border-right: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #0064C8);
  top: 50%;
  right: -1px;
  right: calc(0px - var(--tab-wrapped-border-line-width, 1px));
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before {
  height: 100%;
  top: 0;
  top: var(--tab-wrapped-tab-corner-radius, 0);
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
  border-width: 1px 1px 1px 1px;
  border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px);
}

.next-tabs-wrapped.next-tabs-right > .next-tabs-content {
  right: -1px;
  right: calc(0px - var(--tab-wrapped-border-line-width, 1px));
  border-right: 1px solid #E3E4E6;
  border-right: var(--tab-wrapped-content-border-line-width, 1px) var(--tab-wrapped-content-border-line-style, solid) var(--tab-wrapped-border-line-color, #E3E4E6);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  border: 1px solid #C0C6CC;
  border: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
  border-right-color: transparent;
  margin-right: -1px;
  margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
  color: #333333;
  color: var(--tab-capsule-text-color, #333333);
  background-color: #FFFFFF;
  background-color: var(--tab-capsule-bg-color, #FFFFFF);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
  border-radius: 2px 0 0 2px;
  border-radius: var(--tab-capsule-corner-radius, 2px) 0 0 var(--tab-capsule-corner-radius, 2px);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--tab-capsule-corner-radius, 2px) var(--tab-capsule-corner-radius, 2px) 0;
  border-right: 1px solid #C0C6CC;
  border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  border-right: 1px solid #C0C6CC;
  border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
  border-color: #C0C6CC;
  border-color: var(--tab-capsule-tab-border-line-color-active, #C0C6CC);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
  border-color: #E3E4E6;
  border-color: var(--tab-capsule-tab-border-line-color-disabled, #E3E4E6);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
  z-index: 2;
  border-right: 1px solid #C0C6CC;
  border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
  border-color: #C0C6CC;
  border-color: var(--tab-capsule-tab-border-line-color-hover, #C0C6CC);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #333333;
  color: var(--tab-capsule-text-color-hover, #333333);
  background-color: #F7F9FA;
  background-color: var(--tab-capsule-bg-color-hover, #F7F9FA);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  z-index: 1;
  color: #0064C8;
  color: var(--tab-capsule-text-color-selected, #0064C8);
  background-color: #EFF3F8;
  background-color: var(--tab-capsule-bg-color-selected, #EFF3F8);
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #C1C1C1;
  color: var(--tab-capsule-text-color-disabled, #C1C1C1);
  background: #F8F8F9;
  background: var(--tab-capsule-bg-color-disabled, #F8F8F9);
}

.next-tabs-text > .next-tabs-bar .next-tabs-tab {
  color: #555555;
  color: var(--tab-text-text-color-normal, #555555);
  background-color: transparent;
}

.next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #0064C8;
  color: var(--tab-text-text-color-hover, #0064C8);
  background-color: transparent;
}

.next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
  z-index: 1;
  color: #0064C8;
  color: var(--tab-text-text-color-selected, #0064C8);
  background-color: transparent;
}

.next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #C1C1C1;
  color: var(--tab-text-text-color-disabled, #C1C1C1);
  background: transparent;
}

.next-tabs-text > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  top: calc(50% - var(--tab-text-item-sep-height, 12px) / 2);
  width: 1px;
  width: var(--tab-text-item-sep-width, 1px);
  height: 12px;
  height: var(--tab-text-item-sep-height, 12px);
  background-color: #C0C6CC;
  background-color: var(--tab-text-item-sep-color, #C0C6CC);
}

.next-tabs-pure > .next-tabs-bar {
  position: relative;
}

.next-tabs-pure > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-tabs-capsule > .next-tabs-bar {
  position: relative;
}

.next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-tabs-text > .next-tabs-bar {
  position: relative;
}

.next-tabs-text > .next-tabs-bar .next-tabs-nav-extra {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-tabs[dir=rtl].next-medium .next-tabs-nav-container-scrolling {
  padding-left: 60px;
  padding-left: var(--tab-nav-scroll-padding-right-m, 60px);
  padding-right: 0;
}

.next-tabs[dir=rtl].next-medium .next-tabs-tab-close {
  padding-right: 8px;
  padding-right: var(--tab-nav-close-icon-padding-l-size-m, 8px);
  padding-left: 0;
}

.next-tabs[dir=rtl].next-small .next-tabs-nav-container-scrolling {
  padding-left: 56px;
  padding-left: var(--tab-nav-scroll-padding-right-s, 56px);
  padding-right: 0;
}

.next-tabs[dir=rtl].next-small .next-tabs-tab-close {
  padding-right: 8px;
  padding-right: var(--tab-nav-close-icon-padding-l-size-s, 8px);
  padding-left: 0;
}

.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0;
}

.next-tabs[dir=rtl].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0;
}

.next-tabs[dir=rtl] > .next-tabs-bar .next-tabs-nav-extra {
  right: auto;
  left: 0;
}

.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
  border-top: 1px solid #C0C6CC;
  border-top: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
  border-bottom: 1px solid #C0C6CC;
  border-bottom: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
  border-right: 1px solid #C0C6CC;
  border-right: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
  border-left: 0;
}

.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
  border-left: 0;
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--tab-capsule-corner-radius, 2px) var(--tab-capsule-corner-radius, 2px) 0;
}

.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
  border-radius: 2px 0 0 2px;
  border-radius: var(--tab-capsule-corner-radius, 2px) 0 0 var(--tab-capsule-corner-radius, 2px);
  border-left: 1px solid #C0C6CC;
  border-left: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
}

.next-tabs[dir=rtl].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  margin-left: -1px;
  margin-left: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
  margin-right: auto;
  border-left: 1px solid #C0C6CC;
  border-left: var(--tab-capsule-tab-border-line-width, 1px) var(--tab-capsule-tab-border-line-style, solid) var(--tab-capsule-tab-border-line-color, #C0C6CC);
  border-color: #C0C6CC;
  border-color: var(--tab-capsule-tab-border-line-color-active, #C0C6CC);
}

.next-tabs[dir=rtl] .next-tabs-btn-next {
  left: 12px;
  left: var(--tab-nav-arrow-right-positon-right, 12px);
  right: auto;
}

.next-tabs[dir=rtl] .next-tabs-btn-prev {
  left: 32px;
  left: var(--tab-nav-arrow-left-positon-right, 32px);
  right: auto;
}

.next-tabs[dir=rtl] .next-tabs-btn-down {
  left: 8px;
  left: var(--tab-nav-arrow-down-positon-right, 8px);
  right: auto;
}

.next-tabs-text[dir=rtl] > .next-tabs-bar .next-tabs-tab:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
}

/* put your code here */
.next-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #E3E4E6;
  border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
  border-left: 1px solid #E3E4E6;
  border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
}

.next-table *,
.next-table *:before,
.next-table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-table.next-table-layout-fixed {
  overflow: auto;
}

.next-table.next-table-layout-fixed table {
  table-layout: fixed;
}

.next-table.next-table-layout-auto table {
  table-layout: auto;
}

.next-table.next-table-small th .next-table-cell-wrapper {
  padding: 8px 8px;
  padding: var(--table-size-s-header-padding-top, 8px) var(--table-size-s-header-padding-left, 8px);
}

.next-table.next-table-small td .next-table-cell-wrapper {
  padding: 8px 8px;
  padding: var(--table-size-s-cell-padding-top, 8px) var(--table-size-s-cell-padding-left, 8px);
}

.next-table.next-table-small .next-table-prerow .next-table-cell-wrapper {
  padding: 8px 8px;
}

.next-table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #FFFFFF;
  background: var(--table-row-bg, #FFFFFF);
}

.next-table table tr:first-child td {
  border-top-width: 0;
}

.next-table th {
  padding: 0;
  background: #EFF3F8;
  background: var(--table-th-bg, #EFF3F8);
  color: #333333;
  color: var(--table-th-color, #333333);
  text-align: left;
  font-weight: normal;
  font-weight: var(--table-th-font-weight, normal);
  border-right: 1px solid #E3E4E6;
  border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
}

.next-table th .next-table-cell-wrapper {
  padding: 8px 16px;
  padding: var(--table-header-padding-top, 8px) var(--table-header-padding-left, 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.next-table th.next-table-prerow .next-table-cell-wrapper {
  padding: 12px 16px;
}

.next-table th.next-table-fix-left, .next-table th.next-table-fix-right {
  z-index: 1;
}

.next-table-affix {
  z-index: 1;
  overflow: hidden;
}

.next-table-stickylock .next-table-affix {
  z-index: 9;
}

.next-table-header-resizable {
  position: relative;
}

.next-table-header-resizable .next-table-resize-handler {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  cursor: ew-resize;
}

.next-table td {
  padding: 0;
  border-right: 1px solid #E3E4E6;
  border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
}

.next-table td .next-table-cell-wrapper {
  padding: 8px 16px;
  padding: var(--table-cell-padding-top, 8px) var(--table-cell-padding-left, 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
  margin-right: 8px;
  outline: 0;
  cursor: pointer;
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow::before {
  content: "\e61a";
  content: var(--table-tree-fold-icon-content, "\e61a");
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before,
.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow::before {
  content: "\e618";
  content: var(--table-tree-unfold-icon-content, "\e618");
}

.next-table td.next-table-prerow .next-table-cell-wrapper {
  padding: 12px 16px;
}

.next-table .next-table-expanded .next-table-cell-wrapper,
.next-table .next-table-selection .next-table-cell-wrapper {
  overflow: visible;
}

.next-table.no-header table tr:first-child td {
  border-top-width: 1px;
}

.next-table.only-bottom-border {
  border-width: 0;
}

.next-table.only-bottom-border th {
  border-width: 0 0 1px 0;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0;
}

.next-table.only-bottom-border td {
  border-width: 0 0 1px 0;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0;
}

.next-table.only-bottom-border table tr td:first-child,
.next-table.only-bottom-border table tr th:first-child {
  border-left-width: 0;
}

.next-table.only-bottom-border .next-table-header tr th:last-child {
  border-right-width: 0;
}

.next-table.only-bottom-border .next-table-body tr td:last-child {
  border-right-width: 0;
}

.next-table-loading {
  display: block;
}

.next-table.zebra tr:nth-child(odd) td {
  background: #FFFFFF;
  background: var(--table-td-normal, #FFFFFF);
}

.next-table.zebra tr:nth-child(even) td {
  background: #F8F8F9;
  background: var(--table-td-gray, #F8F8F9);
}

.next-table.zebra .next-table-row.hovered td {
  background: #F7F9FA;
  background: var(--table-row-hover-bg, #F7F9FA);
  color: #333333;
  color: var(--table-row-hover-color, #333333);
}

.next-table.zebra .next-table-cell.hovered {
  background: #F7F9FA;
  background: var(--table-row-hover-bg, #F7F9FA);
  color: #333333;
  color: var(--table-row-hover-color, #333333);
}

.next-table.zebra .next-table-row.selected td {
  background: #EFF3F8;
  background: var(--table-row-selected-bg, #EFF3F8);
  color: #333333;
  color: var(--table-row-selected-color, #333333);
}

.next-table-empty {
  color: #b3b3b3;
  color: var(--table-empty-color, #b3b3b3);
  padding: 32px 0;
  padding: var(--table-empty-padding, 32px) 0;
  text-align: center;
}

.next-table-expanded-row > td {
  border-width: 0 0 1px 0;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0;
}

.next-table-expanded-row > td:first-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px);
}

.next-table-expanded-row > td:last-child {
  border-right-width: 1px;
  border-right-width: var(--table-normal-border-width, 1px);
}

.next-table-expanded-row:last-child > td {
  border-bottom-width: 1px;
  border-bottom-width: var(--table-normal-border-width, 1px);
}

.next-table-expanded-row .next-table {
  border-top: 0;
  border-left: 0;
}

.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td {
  border-right: 1px solid #E3E4E6;
  border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
}

.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td {
  border-right: 0;
}

.next-table-expanded-row .next-table .last td {
  border-bottom: 0;
}

.next-table-expanded-row .next-table td.last,
.next-table-expanded-row .next-table th:last-child {
  border-right: 0;
}

.next-table-filter-footer {
  margin: 10px 10px 0;
}

.next-table-filter-footer button {
  margin-right: 5px;
}

.next-table-row {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #FFFFFF;
  background: var(--table-row-bg, #FFFFFF);
  color: #333333;
  color: var(--table-row-color, #333333);
}

.next-table-row.hidden {
  display: none;
}

.next-table-row.hovered {
  background: #F7F9FA;
  background: var(--table-row-hover-bg, #F7F9FA);
  color: #333333;
  color: var(--table-row-hover-color, #333333);
}

.next-table-row.selected {
  background: #EFF3F8;
  background: var(--table-row-selected-bg, #EFF3F8);
  color: #333333;
  color: var(--table-row-selected-color, #333333);
}

.next-table-cell.hovered {
  background: #F7F9FA;
  background: var(--table-row-hover-bg, #F7F9FA);
  color: #333333;
  color: var(--table-row-hover-color, #333333);
}

.next-table-tree-placeholder {
  display: inline-block;
  width: 12px;
}

.last .next-table-expanded-row td {
  border-bottom-width: 1px;
}

.next-table-body,
.next-table-header {
  overflow: auto;
  font-size: 12px;
  font-size: var(--table-th-font-size, 12px);
}

.next-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.next-table-header::-webkit-scrollbar {
  display: none;
}

.next-table-body {
  font-size: 12px;
  font-size: var(--table-body-font-size, 12px);
  position: relative;
}

.next-table-fixed {
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
}

.next-table-fixed table {
  table-layout: fixed;
}

.next-table-fixed .next-table-header {
  background: #EFF3F8;
  background: var(--table-th-bg, #EFF3F8);
}

.next-table-fixed table tr td:first-child,
.next-table-fixed table tr th:first-child {
  border-left-width: 0;
}

.next-table-fixed .next-table-header th {
  border-top-width: 0;
}

.next-table-fixed .next-table-header tr th:last-child {
  border-right-width: 0;
}

.next-table-fixed .next-table-body td {
  border-top-width: 0;
}

.next-table-fixed .next-table-body tr:last-child td {
  border-bottom-width: 0;
}

.next-table-fixed .next-table-body tr td:last-child {
  border-right-width: 0;
}

.next-table-fixed .next-table-header tr th:last-child {
  border-right-width: 1px;
  border-right-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed .next-table-body tr td:last-child {
  border-right-width: 1px;
  border-right-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed.next-table-group table tr td:first-child,
.next-table-fixed.next-table-group table tr th:first-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed.next-table-group .next-table-header th {
  border-top-width: 1px;
  border-top-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed.next-table-group .next-table-header tr th:last-child {
  border-right-width: 1px;
  border-right-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed.next-table-group .next-table-body td {
  border-top-width: 1px;
  border-top-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed.next-table-group .next-table-body tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed.next-table-group .next-table-body tr td:last-child {
  border-right-width: 1px;
  border-right-width: var(--table-normal-border-width, 1px);
}

.next-table-lock .next-table-body {
  overflow-x: auto;
  overflow-y: visible;
}

.next-table-group {
  border-width: 0;
}

.next-table-group .next-table-body {
  margin-top: 8px;
  margin-top: var(--table-group-split, 8px);
}

.next-table-group .next-table-body table {
  border-top: 1px solid #E3E4E6;
  border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
  border-left: 1px solid #E3E4E6;
  border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
  margin-bottom: 8px;
  margin-bottom: var(--table-group-split, 8px);
}

.next-table-group .next-table-body table tr:first-child td {
  border-top-width: 1px;
}

.next-table-group .next-table-body table:last-of-type {
  margin-bottom: 0;
}

.next-table-group .next-table-header table {
  border-top: 1px solid #E3E4E6;
  border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
  border-left: 1px solid #E3E4E6;
  border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
}

.next-table-group .next-table-group-header td {
  background: #F7F9FA;
  background: var(--table-group-th-bg, #F7F9FA);
  color: #111111;
  color: var(--table-group-th-color, #111111);
}

.next-table-group .next-table-group-footer td {
  background: #F7F9FA;
  background: var(--table-group-footer-bg, #F7F9FA);
  color: #111111;
  color: var(--table-group-footer-color, #111111);
}

.next-table-group .next-table-row.hovered,
.next-table-group .next-table-row.selected {
  background: #FFFFFF;
  background: var(--table-row-bg, #FFFFFF);
  color: #333333;
  color: var(--table-row-color, #333333);
}

.next-table-lock {
  position: relative;
}

.next-table-lock table {
  table-layout: fixed;
}

.next-table-header-inner {
  overflow: unset;
}

.next-table-wrap-empty .next-table-lock-left td,
.next-table-wrap-empty .next-table-lock-right td {
  border: none;
}

.next-table-wrap-empty .next-table-lock-left .next-table-empty,
.next-table-wrap-empty .next-table-lock-right .next-table-empty {
  display: none;
}

.next-table-wrap-empty > .next-table-inner > .next-table-body > table {
  table-layout: fixed;
}

.next-table-lock-left,
.next-table-lock-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}

.next-table-lock-left table,
.next-table-lock-right table {
  width: auto;
}

.next-table-lock-left .next-table-body,
.next-table-lock-right .next-table-body {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -20px;
  padding-right: 0;
}

.next-table-lock-left.shadow .next-table-header tr th:last-child,
.next-table-lock-right.shadow .next-table-header tr th:last-child {
  border-right-width: 0;
}

.next-table-lock-left.shadow .next-table-body tr td:last-child,
.next-table-lock-right.shadow .next-table-body tr td:last-child {
  border-right-width: 0;
}

.next-table-lock-right {
  right: 0;
  left: auto;
}

.next-table-lock-right table tr td:first-child,
.next-table-lock-right table tr th:first-child {
  border-left-width: 1px;
}

.next-table-lock-right.shadow {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
}

.next-table-lock-left.shadow {
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
}

.next-table-filter {
  line-height: 1;
}

.next-table-sort {
  cursor: pointer;
  position: relative;
  width: 16px;
  display: inline-block;
  line-height: 1;
}

.next-table-sort:focus {
  outline: 0;
}

.next-table-sort > a::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
}

.next-table-sort .next-icon {
  position: absolute;
  left: -2px;
  color: #111111;
  color: var(--table-sort-color, #111111);
}

.next-table-sort .next-icon:before,
.next-table-sort .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-table-sort .current .next-icon {
  color: #0064C8;
  color: var(--table-sort-color-current, #0064C8);
}

.next-table-sort .next-icon-ascending {
  left: 2px;
}

.next-table-filter {
  cursor: pointer;
  width: 20px;
  display: inline-block;
}

.next-table-filter:focus {
  outline: 0;
}

.next-table-filter .next-icon {
  color: #111111;
  color: var(--table-sort-color, #111111);
}

.next-table-filter .next-icon:before,
.next-table-filter .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-table-filter .next-table-filter-active {
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
}

.next-table-filter-menu .next-menu-content {
  max-height: 220px;
  overflow: auto;
}

.next-table-header-icon {
  margin-left: 8px;
}

.next-table-expanded-ctrl {
  cursor: pointer;
}

.next-table-expanded-ctrl:focus {
  outline: 0;
}

.next-table-expanded-ctrl.disabled {
  color: #888888;
  color: var(--table-expanded-ctrl-disabled-color, #888888);
}

.next-table-expanded-ctrl .next-table-expand-unfold:before,
.next-table-expanded-ctrl .next-table-expand-unfold .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-table-expanded-ctrl .next-table-expand-unfold::before {
  content: "\e61b";
  content: var(--table-expand-unfold-icon-content, "\e61b");
}

.next-table-expanded-ctrl .next-table-expand-fold:before,
.next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-table-expanded-ctrl .next-table-expand-fold::before {
  content: "\e620";
  content: var(--table-expand-fold-icon-content, "\e620");
}

.next-table-fix-left, .next-table-fix-right {
  background: inherit;
  position: sticky;
  z-index: 1;
  background-clip: padding-box;
}

.next-table-ping-left .next-table-expanded-area .next-table-fix-left-last::after {
  content: none;
}

.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last,
.next-table-ping-left .next-table-fix-left-last {
  border-right-width: 0;
}

.next-table-ping-left .next-table-expanded-area .next-table-ping-left .next-table-fix-left-last::after,
.next-table-ping-left .next-table-fix-left-last::after {
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.next-table-ping-right .next-table-expanded-area .next-table-fix-right-first::after {
  content: none;
}

.next-table-ping-right .next-table-expanded-area .next-table-ping-right .next-table-fix-right-first:after,
.next-table-ping-right .next-table-fix-right-first:after {
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.next-table-fixed.next-table-scrolling-to-right::after, .next-table-lock.next-table-scrolling-to-right::after {
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 30px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.next-table-fixed.next-table-scrolling-to-right .next-table-lock-right, .next-table-lock.next-table-scrolling-to-right .next-table-lock-right {
  border-right: 1px solid #E3E4E6;
  border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #E3E4E6);
}

.next-table-fixed.next-table-ping-right, .next-table-fixed.only-bottom-border, .next-table-lock.next-table-ping-right, .next-table-lock.only-bottom-border {
  border-right: 0;
}

.next-table[dir=rtl] th {
  text-align: right;
}

.next-table[dir=rtl] .next-table-header-resizable .next-table-resize-handler {
  right: auto;
  left: 0;
}

.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow,
.next-table[dir=rtl] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow,
.next-table[dir=rtl] td .next-table-cell-wrapper .next-table-tree-placeholder {
  margin-left: 3px;
  margin-right: 0;
  float: right;
}

.next-table[dir=rtl] .next-table-expanded-row td:first-child {
  border-left-width: 0;
  border-right-width: 1px;
}

.next-table[dir=rtl] .next-table-expanded-row td:last-child {
  border-left-width: 1px;
  border-right-width: 0;
}

.next-table[dir=rtl].only-bottom-border .next-table-expanded-row th {
  border-width: 0 0 1px 0;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0;
}

.next-table[dir=rtl].only-bottom-border .next-table-expanded-row td {
  border-width: 0 0 1px 0;
  border-width: 0 0 var(--table-normal-border-width, 1px) 0;
}

.next-table[dir=rtl] .next-table-filter-footer button {
  margin-left: 5px;
  margin-right: 0;
}

.next-table[dir=rtl] .next-table-lock-left,
.next-table[dir=rtl] .next-table-lock-right {
  left: auto;
  right: 0;
}

.next-table[dir=rtl] .next-table-lock-right {
  right: auto;
  left: 0;
}

.next-table[dir=rtl] .next-table-lock-right table tr td:first-child,
.next-table[dir=rtl] .next-table-lock-right table tr th:first-child {
  border-right-width: 1px;
}

.next-table[dir=rtl] .next-table-lock-right.shadow {
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
}

.next-table[dir=rtl] .next-table-lock-left.shadow {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
}

.next-table[dir=rtl] .next-table-sort .next-icon {
  right: 0;
  left: auto;
}

.next-table[dir=rtl] .next-table-sort .next-icon-ascending {
  right: 4px;
  left: auto;
}

.next-table[dir=rtl] .next-table-filter {
  margin-right: 5px;
  margin-left: 0;
}

.next-table-fixed[dir=rtl] table tr td:first-child,
.next-table-fixed[dir=rtl] table tr th:first-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px);
  border-right-width: 0;
}

.next-table-fixed[dir=rtl] .next-table-header tr th:last-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px);
}

.next-table-fixed[dir=rtl] .next-table-body tr td:last-child {
  border-left-width: 1px;
  border-left-width: var(--table-normal-border-width, 1px);
}

.next-timeline *,
.next-timeline *:before,
.next-timeline *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-timeline, .next-timeline:before, .next-timeline:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-timeline p {
  margin: 0;
}

.next-timeline-hide {
  display: none;
}

.next-timeline[dir=rtl] .next-timeline-item {
  /* 时间轴左边存在内容的情况 */
}

.next-timeline[dir=rtl] .next-timeline-item-folder {
  padding-left: 0;
  padding-right: 24px;
  padding-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline[dir=rtl] .next-timeline-item-dot-tail {
  left: auto;
  right: 4px;
  right: calc(var(--timeline-item-node-size, 8px) / 2);
  border-left: none;
  border-right: 1px dotted #C0C6CC;
  border-right: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #C0C6CC);
}

.next-timeline[dir=rtl] .next-timeline-item-has-left-content.next-timeline-item-folder {
  margin-left: 0;
  margin-right: 80px;
  margin-right: var(--timeline-item-left-content-width, 80px);
}

.next-timeline[dir=rtl] .next-timeline-item-done {
  position: relative;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: right;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-right: -16px;
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  margin-left: 0;
  line-height: 1;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-done-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-done-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: auto;
  right: 4px;
  right: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content {
  display: inline-block;
  margin-right: 24px;
  margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: left;
  padding-left: 16px;
  padding-left: var(--timeline-item-content-margin-left, 16px);
  padding-right: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 80px;
  margin-right: var(--timeline-item-left-content-width, 80px);
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-right: 104px;
  margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-dot {
  background: #C0C6CC;
  background: var(--timeline-item-done-background, #C0C6CC);
}

.next-timeline[dir=rtl] .next-timeline-item-done .next-timeline-item-icon {
  background: #C0C6CC;
  background: var(--timeline-item-done-background, #C0C6CC);
  color: #FFFFFF;
  color: var(--timeline-item-done-color, #FFFFFF);
}

.next-timeline[dir=rtl] .next-timeline-item-process {
  position: relative;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: right;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-right: -16px;
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  margin-left: 0;
  line-height: 1;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-process-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-process-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: auto;
  right: 4px;
  right: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content {
  display: inline-block;
  margin-right: 24px;
  margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: left;
  padding-left: 16px;
  padding-left: var(--timeline-item-content-margin-left, 16px);
  padding-right: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 80px;
  margin-right: var(--timeline-item-left-content-width, 80px);
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-right: 104px;
  margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-dot {
  background: #0064C8;
  background: var(--timeline-item-process-background, #0064C8);
}

.next-timeline[dir=rtl] .next-timeline-item-process .next-timeline-item-icon {
  background: #0064C8;
  background: var(--timeline-item-process-background, #0064C8);
  color: #FFFFFF;
  color: var(--timeline-item-process-color, #FFFFFF);
}

.next-timeline[dir=rtl] .next-timeline-item-success {
  position: relative;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: right;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-right: -16px;
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  margin-left: 0;
  line-height: 1;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-success-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-success-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: auto;
  right: 4px;
  right: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content {
  display: inline-block;
  margin-right: 24px;
  margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: left;
  padding-left: 16px;
  padding-left: var(--timeline-item-content-margin-left, 16px);
  padding-right: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 80px;
  margin-right: var(--timeline-item-left-content-width, 80px);
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-right: 104px;
  margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-dot {
  background: #00A700;
  background: var(--timeline-item-success-background, #00A700);
}

.next-timeline[dir=rtl] .next-timeline-item-success .next-timeline-item-icon {
  background: #00A700;
  background: var(--timeline-item-success-background, #00A700);
  color: #FFFFFF;
  color: var(--timeline-item-success-color, #FFFFFF);
}

.next-timeline[dir=rtl] .next-timeline-item-error {
  position: relative;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: right;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-right: -16px;
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  margin-left: 0;
  line-height: 1;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-error-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-error-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: auto;
  right: 4px;
  right: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content {
  display: inline-block;
  margin-right: 24px;
  margin-right: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: right;
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: left;
  padding-left: 16px;
  padding-left: var(--timeline-item-content-margin-left, 16px);
  padding-right: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-right: 80px;
  margin-right: var(--timeline-item-left-content-width, 80px);
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-right: 104px;
  margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  margin-left: 0;
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-dot {
  background: #C80000;
  background: var(--timeline-item-error-background, #C80000);
}

.next-timeline[dir=rtl] .next-timeline-item-error .next-timeline-item-icon {
  background: #C80000;
  background: var(--timeline-item-error-background, #C80000);
  color: #FFFFFF;
  color: var(--timeline-item-error-color, #FFFFFF);
}

.next-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-timeline > li {
  outline: 0;
}

.next-timeline-item {
  /* 时间轴左边存在内容的情况 */
}

.next-timeline-item-folder {
  padding-left: 24px;
  padding-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
  padding-top: 4px;
  padding-top: var(--timeline-item-folder-margin-top, 4px);
  padding-bottom: 4px;
  padding-bottom: var(--timeline-item-folder-margin-bottom, 4px);
  font-size: 12px;
  font-size: var(--timeline-item-folder-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-folder-font-size, 12px) + 4px);
  position: relative;
  /* min-height: auto !important; */
}

.next-timeline-item-dot-tail {
  position: absolute;
  top: 0;
  left: 4px;
  left: calc(var(--timeline-item-node-size, 8px) / 2);
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px dotted #C0C6CC;
  border-left: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #C0C6CC);
}

.next-timeline-item-dot-tail-solid {
  border-style: solid;
}

.next-timeline-item-has-left-content.next-timeline-item-folder {
  margin-left: 80px;
  margin-left: var(--timeline-item-left-content-width, 80px);
}

.next-timeline-item-done {
  position: relative;
}

.next-timeline-item-done .next-timeline-item-timeline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: left;
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-left: -16px;
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  line-height: 1;
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-done-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-done-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px) / 2);
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: 4px;
  left: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline-item-done .next-timeline-item-content {
  display: inline-block;
  margin-left: 24px;
  margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: left;
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: left;
}

.next-timeline-item-done .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: left;
}

.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: right;
  padding-right: 16px;
  padding-right: var(--timeline-item-content-margin-left, 16px);
}

.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
  margin-left: var(--timeline-item-left-content-width, 80px);
}

.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 104px;
  margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-done .next-timeline-item-dot {
  background: #C0C6CC;
  background: var(--timeline-item-done-background, #C0C6CC);
}

.next-timeline-item-done .next-timeline-item-icon {
  background: #C0C6CC;
  background: var(--timeline-item-done-background, #C0C6CC);
  color: #FFFFFF;
  color: var(--timeline-item-done-color, #FFFFFF);
}

.next-timeline-item-process {
  position: relative;
}

.next-timeline-item-process .next-timeline-item-timeline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: left;
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-left: -16px;
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  line-height: 1;
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-process-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-process-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px) / 2);
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: 4px;
  left: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline-item-process .next-timeline-item-content {
  display: inline-block;
  margin-left: 24px;
  margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: left;
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: left;
}

.next-timeline-item-process .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: left;
}

.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: right;
  padding-right: 16px;
  padding-right: var(--timeline-item-content-margin-left, 16px);
}

.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
  margin-left: var(--timeline-item-left-content-width, 80px);
}

.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 104px;
  margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-process .next-timeline-item-dot {
  background: #0064C8;
  background: var(--timeline-item-process-background, #0064C8);
}

.next-timeline-item-process .next-timeline-item-icon {
  background: #0064C8;
  background: var(--timeline-item-process-background, #0064C8);
  color: #FFFFFF;
  color: var(--timeline-item-process-color, #FFFFFF);
}

.next-timeline-item-success {
  position: relative;
}

.next-timeline-item-success .next-timeline-item-timeline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: left;
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-left: -16px;
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  line-height: 1;
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-success-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-success-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px) / 2);
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: 4px;
  left: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline-item-success .next-timeline-item-content {
  display: inline-block;
  margin-left: 24px;
  margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: left;
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: left;
}

.next-timeline-item-success .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: left;
}

.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: right;
  padding-right: 16px;
  padding-right: var(--timeline-item-content-margin-left, 16px);
}

.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
  margin-left: var(--timeline-item-left-content-width, 80px);
}

.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 104px;
  margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-success .next-timeline-item-dot {
  background: #00A700;
  background: var(--timeline-item-success-background, #00A700);
}

.next-timeline-item-success .next-timeline-item-icon {
  background: #00A700;
  background: var(--timeline-item-success-background, #00A700);
  color: #FFFFFF;
  color: var(--timeline-item-success-color, #FFFFFF);
}

.next-timeline-item-error {
  position: relative;
}

.next-timeline-item-error .next-timeline-item-timeline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 8px;
  width: var(--timeline-item-node-size, 8px);
  height: 24px;
  height: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  padding: 8px 0;
  padding: var(--timeline-item-node-padding, 8px) 0;
  text-align: center;
  float: left;
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
  width: 40px;
  width: var(--timeline-item-custom-node-size, 40px);
  height: auto;
  font-size: 12px;
  font-size: var(--timeline-item-custom-node-font-size, 12px);
  word-break: break-all;
  margin-left: -16px;
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px) / 2 + var(--timeline-item-node-size, 8px) / 2);
  line-height: 1;
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  width: var(--timeline-item-error-dot-size, 8px);
  height: 8px;
  height: var(--timeline-item-error-dot-size, 8px);
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px) / 2);
  left: 50%;
  margin-left: -4px;
  margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px) / 2);
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before,
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 8px - 16px);
  height: calc(100% - var(--timeline-item-node-size, 8px) - var(--timeline-item-node-padding, 8px) * 2);
  top: 24px;
  top: calc(var(--timeline-item-node-size, 8px) + var(--timeline-item-node-padding, 8px) * 2);
  left: 4px;
  left: calc(var(--timeline-item-node-size, 8px) / 2);
}

.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  width: var(--timeline-item-tail-size, 1px);
  position: relative;
  background: #C0C6CC;
  background: var(--timeline-item-tail-color, #C0C6CC);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-timeline-item-error .next-timeline-item-content {
  display: inline-block;
  margin-left: 24px;
  margin-left: calc(var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  font-size: var(--timeline-item-title-font-size, 12px);
  font-weight: 600;
  font-weight: var(--timeline-item-title-font-weight, 600);
  line-height: 16px;
  line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  color: var(--timeline-item-title-color, #333333);
  text-align: left;
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
  margin: 0;
  margin-top: 8px;
  margin-top: var(--timeline-item-body-margin-top, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-body-font-size, 12px);
  line-height: 16px;
  line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px);
  color: #333333;
  color: var(--timeline-item-body-color, #333333);
  text-align: left;
}

.next-timeline-item-error .next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 4px;
  margin-top: var(--timeline-item-time-margin-top, 4px);
  margin-bottom: 8px;
  margin-bottom: var(--timeline-item-time-margin-bottom, 8px);
  font-size: 12px;
  font-size: var(--timeline-item-time-font-size, 12px);
  color: #666666;
  color: var(--timeline-item-time-color, #666666);
  text-align: left;
}

.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
  position: absolute;
  width: 80px;
  width: var(--timeline-item-left-content-width, 80px);
  display: inline-block;
  font-size: 12px;
  font-size: var(--timeline-item-left-body-font-size, 12px);
  color: #888888;
  color: var(--timeline-item-left-body-color, #888888);
  line-height: 16px;
  line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px);
  margin-top: 4px;
  margin-top: var(--timeline-item-title-margin-top, 4px);
  text-align: right;
  padding-right: 16px;
  padding-right: var(--timeline-item-content-margin-left, 16px);
}

.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p {
  word-break: break-word;
}

.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline {
  margin-left: 80px;
  margin-left: var(--timeline-item-left-content-width, 80px);
}

.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content {
  margin-left: 104px;
  margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 16px) + var(--timeline-item-node-size, 8px));
}

.next-timeline-item-error .next-timeline-item-dot {
  background: #C80000;
  background: var(--timeline-item-error-background, #C80000);
}

.next-timeline-item-error .next-timeline-item-icon {
  background: #C80000;
  background: var(--timeline-item-error-background, #C80000);
  color: #FFFFFF;
  color: var(--timeline-item-error-color, #FFFFFF);
}

.next-timeline-item-last .next-timeline-item-tail {
  display: none;
}

.next-timeline-item-has-left-content {
  min-height: 48px;
}

.next-timeline-item-folder.next-timeline-item-has-left-content {
  min-height: auto;
}

.next-transfer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.next-transfer *,
.next-transfer *:before,
.next-transfer *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-transfer-panel {
  display: inline-block;
  border: 1px solid #C0C6CC;
  border: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--transfer-panel-border-corner, 2px);
  background-color: #FFFFFF;
  background-color: var(--transfer-panel-background-color, #FFFFFF);
  vertical-align: middle;
}

.next-transfer-panel-header {
  padding: 8px 16px;
  padding: var(--transfer-panel-header-padding-top-bottom, 8px) var(--transfer-panel-header-padding-left-right, 16px);
  border-bottom: 1px solid #C0C6CC;
  border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--transfer-panel-header-background-color, #FFFFFF);
  color: #333333;
  color: var(--transfer-panel-header-text-color, #333333);
  font-size: 12px;
  font-size: var(--transfer-panel-header-text-size, 12px);
}

.next-transfer-panel-search {
  padding: 0 8px;
  padding: 0 var(--transfer-panel-search-margin-left-right, 8px);
  margin-top: 8px;
  margin-top: var(--transfer-panel-search-margin-top, 8px);
  margin-bottom: 8px;
  margin-bottom: var(--transfer-panel-search-margin-bottom, 8px);
  width: 100%;
}

.next-transfer .next-transfer-panel-list {
  width: 180px;
  width: var(--transfer-panel-list-width, 180px);
  /* TODO */
  height: 160px;
  height: var(--transfer-panel-list-height, 160px);
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow-y: auto;
}

.next-transfer-panel-not-found-container {
  display: table;
  width: 100%;
  height: 100%;
}

.next-transfer-panel-not-found {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #888888;
  color: var(--color-text1-2, #888888);
  font-size: 14px;
  font-size: var(--font-size-body-2, 14px);
}

.next-transfer-panel-item.next-focused {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.next-transfer-panel-item:not(.next-disabled).next-simple:hover {
  color: #0064C8;
  color: var(--transfer-simple-panel-item-hover-text-color, #0064C8);
}

.next-transfer-panel-item.next-insert-before:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  border-top: 1px solid #0064C8;
  border-top: var(--line-1, 1px) solid var(--color-brand1-6, #0064C8);
}

.next-transfer-panel-item.next-insert-after:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 1px solid #0064C8;
  border-bottom: var(--line-1, 1px) solid var(--color-brand1-6, #0064C8);
}

.next-transfer-panel-footer {
  position: relative;
  padding: 8px 16px;
  padding: var(--transfer-panel-footer-padding-top-bottom, 8px) var(--transfer-panel-footer-padding-left-right, 16px);
  border-top: 1px solid #C0C6CC;
  border-top: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--transfer-panel-footer-background-color, #FFFFFF);
  font-size: 0;
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--transfer-panel-footer-shadow, none);
  box-shadow: none;
  box-shadow: var(--transfer-panel-footer-shadow, none);
}

.next-transfer-panel-count {
  /* TODO */
  margin-left: 4px;
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  vertical-align: middle;
  color: #333333;
  color: var(--transfer-panel-footer-text-color, #333333);
}

.next-transfer-panel-move-all {
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  color: #333333;
  color: var(--transfer-simple-panel-footer-text-color, #333333);
  cursor: pointer;
}

.next-transfer-panel-move-all.next-disabled {
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
  cursor: not-allowed;
}

.next-transfer-operations {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  margin: 0 var(--transfer-operation-margin-left-right, 8px);
}

.next-transfer-move.next-icon {
  color: #333333;
  color: var(--transfer-simple-move-icon-color, #333333);
}

.next-transfer-move.next-icon::before {
  content: "\e989";
  content: var(--transfer-simple-move-icon, "\e989");
}

.next-transfer-operation.next-btn {
  display: block;
}

.next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
  margin-top: 4px;
  margin-top: var(--transfer-operation-margin-gutter, 4px);
}

.next-transfer-operation.next-btn .next-icon:before,
.next-transfer-operation.next-btn .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tree {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-tree *,
.next-tree *:before,
.next-tree *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-tree, .next-tree-child-tree {
  margin: 0;
  padding: 0;
  list-style: none;
}

.next-tree-node {
  white-space: nowrap;
}

.next-tree-node-inner {
  font-size: 0;
  outline: none;
}

.next-tree-node-label-wrapper {
  display: inline-block;
  margin: 0 4px;
  margin: 0 var(--tree-node-title-margin, 4px);
  vertical-align: middle;
}

.next-tree-node-label {
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  padding: 0 var(--tree-node-title-padding, 4px);
  border-radius: 2px;
  border-radius: var(--tree-node-title-border-radius, 2px);
  font-size: 12px;
  font-size: var(--tree-node-title-font-size, 12px);
}

.next-tree-node-label .next-icon {
  font-size: 14px;
  font-size: calc(var(--tree-node-title-font-size, 12px) + 2px);
}

.next-tree-node-label .next-icon::before {
  font-size: 12px;
  font-size: var(--tree-node-title-font-size, 12px);
  width: 12px;
  width: var(--tree-node-title-font-size, 12px);
  margin-right: 0.5em;
}

.next-tree-node-input.next-input {
  margin: 0 4px;
  margin: 0 var(--tree-node-title-margin, 4px);
}

.next-tree-node-indent-unit {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
  position: relative;
}

.next-tree-node-indent-unit.next-line::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 1px solid #E3E4E6;
  border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6);
  height: 28px;
  height: calc(var(--tree-node-padding, 4px) + var(--line-2, 2px) * 2 + 20px);
  left: 7.5px;
  left: calc(var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2);
}

.next-tree-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-right: var(--tree-switch-margint-right, 4px);
}

.next-tree .next-tree-unfold-icon::before {
  content: "";
  content: var(--tree-unfold-icon-content, "");
}

.next-tree-switcher.next-noline {
  width: 12px;
  width: var(--tree-switch-arrow-size, 12px);
  height: 12px;
  height: var(--tree-switch-arrow-size, 12px);
  line-height: 12px;
  line-height: var(--tree-switch-arrow-size, 12px);
  cursor: pointer;
}

.next-tree-switcher.next-noline .next-tree-switcher-icon {
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  color: #C0C6CC;
  color: var(--tree-switch-arrow-color, #C0C6CC);
}

.next-tree-switcher.next-noline .next-tree-switcher-icon:before,
.next-tree-switcher.next-noline .next-tree-switcher-icon .next-icon-remote {
  width: 12px;
  width: var(--tree-switch-arrow-size, 12px);
  font-size: 12px;
  font-size: var(--tree-switch-arrow-size, 12px);
  line-height: inherit;
}

.next-tree-switcher.next-noline .next-tree-fold-icon::before {
  content: "\e783";
  content: var(--tree-fold-icon-content, "\e783");
}

.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before,
.next-tree-switcher.next-noline.next-close .next-tree-switcher-icon .next-icon-remote {
  width: 12px;
  width: var(--tree-switch-arrow-size, 12px);
  font-size: 12px;
  font-size: var(--tree-switch-arrow-size, 12px);
  line-height: inherit;
}

.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
  color: #0064C8;
  color: var(--tree-switch-hover-arrow-color, #0064C8);
}

.next-tree-switcher.next-noline.next-disabled {
  cursor: not-allowed;
}

.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
  color: #555555;
  color: var(--tree-node-disabled-color, #555555);
}

.next-tree-switcher.next-noop-noline {
  width: 12px;
  width: var(--tree-switch-arrow-size, 12px);
  height: 12px;
  height: var(--tree-switch-arrow-size, 12px);
}

.next-tree-switcher.next-line {
  width: 16px;
  width: var(--tree-switch-size, 16px);
  height: 16px;
  height: var(--tree-switch-size, 16px);
  line-height: 14px;
  line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px) * 2);
  border: 1px solid #003C78;
  border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-switch-border-color, #003C78);
  border-radius: 2px;
  border-radius: var(--tree-switch-corner, 2px);
  background-color: #FFFFFF;
  background-color: var(--tree-switch-bg-color, #FFFFFF);
  cursor: pointer;
}

.next-tree-switcher.next-line .next-tree-switcher-icon {
  margin-left: 1px;
  margin-left: calc(var(--tree-switch-size, 16px) / 2 - 6px - var(--tree-switch-border-width, 1px) * 2 / 2);
  color: #555555;
  color: var(--tree-switch-icon-color, #555555);
}

.next-tree-switcher.next-line .next-tree-switcher-icon:before,
.next-tree-switcher.next-line .next-tree-switcher-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-tree-switcher.next-line:not(.next-disabled):hover {
  border-color: #555555;
  border-color: var(--tree-switch-hover-border-color, #555555);
  background-color: #FFFFFF;
  background-color: var(--tree-switch-hover-bg-color, #FFFFFF);
}

.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
  color: #555555;
  color: var(--tree-switch-hover-icon-color, #555555);
}

.next-tree-switcher.next-line.next-disabled {
  border-color: #E3E4E6;
  border-color: var(--color-line1-1, #E3E4E6);
  background-color: #FFFFFF;
  cursor: not-allowed;
}

.next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon {
  color: #555555;
  color: var(--tree-node-disabled-color, #555555);
}

.next-tree-switcher.next-noop-line {
  width: 16px;
  width: var(--tree-switch-size, 16px);
  height: 16px;
  height: var(--tree-switch-size, 16px);
}

.next-tree-switcher.next-noop-line-noroot {
  height: 0;
  border-left: 1px solid #E3E4E6;
  border-left: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #E3E4E6);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6);
}

.next-tree-switcher.next-noop-line-noroot .next-tree-right-angle {
  bottom: -1px;
  bottom: calc(0px - var(--tree-line-width, 1px));
}

.next-tree-switcher.next-loading.next-loading-noline {
  width: 12px;
  width: var(--tree-switch-arrow-size, 12px);
  height: 12px;
  height: var(--tree-switch-arrow-size, 12px);
  line-height: 12px;
  line-height: var(--tree-switch-arrow-size, 12px);
}

.next-tree-switcher.next-loading.next-loading-line {
  width: 16px;
  width: var(--tree-switch-size, 16px);
  height: 16px;
  height: var(--tree-switch-size, 16px);
  line-height: 14px;
  line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px) * 2);
  border: 1px solid transparent;
  border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) transparent;
}

.next-tree-switcher.next-loading .next-tree-switcher-icon {
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
}

.next-tree-switcher.next-loading .next-tree-switcher-icon:before,
.next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote {
  width: 12px;
  width: var(--tree-switch-arrow-size, 12px);
  font-size: 12px;
  font-size: var(--tree-switch-arrow-size, 12px);
  line-height: inherit;
}

.next-tree-right-angle {
  position: absolute;
  bottom: 6.5px;
  bottom: calc(var(--tree-switch-size, 16px) / 2 - var(--tree-switch-border-width, 1px) * 2 / 2 - var(--tree-line-width, 1px) / 2);
  left: -17.5px;
  left: calc(-24px + var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2 - var(--tree-switch-border-width, 1px));
  display: block;
  width: 16.5px;
  width: calc(24px - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2);
  height: 22px;
  height: calc(20px + var(--tree-node-padding, 4px) - var(--tree-line-width, 1px) * 2);
  border-left: 1px solid #E3E4E6;
  border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6);
}

.next-tree.next-label-block .next-tree-node-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}

.next-tree.next-label-block .next-tree-node-label-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.next-tree.next-node-indent .next-tree-node .next-tree-node {
  margin-left: 24px;
}

.next-tree.next-node-indent .next-tree-node-inner {
  padding-top: 2px;
  padding-top: calc(var(--tree-node-padding, 4px) / 2);
  padding-bottom: 2px;
  padding-bottom: calc(var(--tree-node-padding, 4px) / 2);
}

.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
  color: #333333;
  color: var(--tree-node-hover-color, #333333);
  background-color: #F7F9FA;
  background-color: var(--tree-node-hover-bg-color, #F7F9FA);
}

.next-tree.next-node-indent .next-tree-node-label-wrapper {
  border-top: 2px solid transparent;
  border-top: var(--line-2, 2px) solid transparent;
  border-bottom: 2px solid transparent;
  border-bottom: var(--line-2, 2px) solid transparent;
}

.next-tree.next-node-indent .next-tree-node-label {
  -webkit-transition: color 100ms linear, background-color 100ms linear;
  transition: color 100ms linear, background-color 100ms linear;
  cursor: default;
  color: #333333;
  color: var(--tree-node-normal-color, #333333);
  background-color: #FFFFFF;
  background-color: var(--tree-node-normal-background, #FFFFFF);
}

.next-tree.next-node-indent .next-tree-node-label-selectable {
  cursor: pointer;
}

.next-tree.next-node-indent .next-tree-node-label:hover {
  color: #333333;
  color: var(--tree-node-hover-color, #333333);
  background-color: #F7F9FA;
  background-color: var(--tree-node-hover-bg-color, #F7F9FA);
}

.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
  color: #0064C8;
  color: var(--tree-node-selected-color, #0064C8);
  background-color: transparent;
  background-color: var(--tree-node-selected-background, transparent);
}

.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
  color: #555555;
  color: var(--tree-node-disabled-color, #555555);
  background-color: transparent;
  background-color: var(--tree-node-disabled-background, transparent);
  cursor: not-allowed;
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label {
  background-color: #0064C8;
  background-color: var(--color-brand1-6, #0064C8);
  color: #FFFFFF;
  opacity: 0.8;
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper {
  border-top-color: #0064C8;
  border-top-color: var(--color-brand1-6, #0064C8);
}

.next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper {
  border-bottom-color: #0064C8;
  border-bottom-color: var(--color-brand1-6, #0064C8);
}

.next-tree.next-node-block .next-tree-node-inner {
  padding-top: 4px;
  padding-top: var(--tree-node-padding, 4px);
  padding-bottom: 4px;
  padding-bottom: var(--tree-node-padding, 4px);
  -webkit-transition: color 100ms linear, background-color 100ms linear;
  transition: color 100ms linear, background-color 100ms linear;
  cursor: pointer;
  color: #333333;
  color: var(--tree-node-normal-color, #333333);
  background-color: #FFFFFF;
  background-color: var(--tree-node-normal-background, #FFFFFF);
}

.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
  color: #333333;
  color: var(--tree-node-hover-color, #333333);
  background-color: #F7F9FA;
  background-color: var(--tree-node-hover-bg-color, #F7F9FA);
}

.next-tree.next-node-block .next-tree-node-inner.next-selected {
  color: #0064C8;
  color: var(--tree-node-selected-color, #0064C8);
  background-color: transparent;
  background-color: var(--tree-node-selected-background, transparent);
}

.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
  color: #555555;
  color: var(--tree-node-disabled-color, #555555);
  background-color: transparent;
  background-color: var(--tree-node-disabled-background, transparent);
  cursor: not-allowed;
}

.next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) {
  margin-left: 7.5px;
  margin-left: calc(var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2);
  border-left: 1px solid #E3E4E6;
  border-left: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6);
  padding-left: 15.5px;
  padding-left: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2);
}

.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label {
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
}

.next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover {
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
}

.next-tree[dir=rtl] .next-tree-switcher {
  margin-left: 4px;
  margin-left: var(--tree-switch-margint-right, 4px);
  margin-right: 0;
}

.next-tree[dir=rtl] .next-tree-switcher.next-noop-line-noroot {
  border-left: none;
  border-right: 1px solid #E3E4E6;
  border-right: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #E3E4E6);
}

.next-tree[dir=rtl] .next-tree-right-angle {
  left: auto;
  right: -17.5px;
  right: calc(-24px + var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2 - var(--tree-switch-border-width, 1px));
  border-left: none;
  border-right: 1px solid #E3E4E6;
  border-right: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6);
}

.next-tree[dir=rtl].next-show-line .next-tree-node .next-tree-node:not(:last-child) {
  margin-left: 0;
  margin-right: 7.5px;
  margin-right: calc(var(--tree-switch-size, 16px) / 2 - var(--tree-line-width, 1px) / 2);
  border-left: none;
  border-right: 1px solid #E3E4E6;
  border-right: var(--tree-line-width, 1px) var(--tree-line-style, solid) var(--tree-line-color, #E3E4E6);
  padding-left: 0;
  padding-right: 15.5px;
  padding-right: calc(24px - var(--tree-line-width, 1px) - var(--tree-switch-size, 16px) / 2 + var(--tree-line-width, 1px) / 2);
}

.next-tree[dir=rtl].next-node-indent .next-tree-node .next-tree-node {
  margin-left: 0;
  margin-right: 24px;
}

.next-tree-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-tree-select *,
.next-tree-select *:before,
.next-tree-select *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-tree-select-dropdown {
  background: #FFFFFF;
  background: var(--tree-select-background, #FFFFFF);
  border: 1px solid #C0C6CC;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--popup-local-corner, 2px);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  max-height: 260px;
  overflow: auto;
}

.next-tree-select-dropdown > .next-tree,
.next-tree-select-dropdown > .next-tree-select-not-found,
.next-tree-select-dropdown > .next-virtual-tree-container {
  padding: 8px 20px;
  padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px);
}

.next-tree-select-not-found {
  font-size: 12px;
  font-size: var(--font-size-body-1, 12px);
  color: #888888;
  color: var(--color-text1-2, #888888);
}

.next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item {
  padding: 4px 16px;
  padding: 4px var(--upload-text-list-padding-left-right, 16px);
  padding-left: 36px;
  padding-left: calc(var(--upload-text-list-close-icon-right, 12px) * 2 + 12px);
}

.next-upload-list[dir=rtl].next-upload-list-text .next-icon {
  left: 12px;
  left: var(--upload-text-list-close-icon-right, 12px);
  right: auto;
}

.next-upload-list[dir=rtl].next-upload-list-image .next-icon-close {
  float: left;
  margin-left: 4px;
  margin-left: var(--upload-image-list-close-icon-right, 4px);
  margin-right: 0;
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}

.next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress {
  margin-right: 56px;
  margin-right: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
  margin-left: 20px;
  margin-left: calc(12px + var(--upload-image-list-close-icon-right, 4px) * 2);
}

.next-upload {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-upload *,
.next-upload *:before,
.next-upload *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-upload-inner {
  outline: 0;
  display: inline-block;
}

.next-upload-inner.next-hidden {
  display: none;
}

.next-upload-list {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-upload-list *,
.next-upload-list *:before,
.next-upload-list *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-upload-list-item {
  position: relative;
}

.next-upload-list-item.next-hidden {
  display: none;
}

.next-upload-list-item-name {
  text-decoration: none;
}

.next-upload.next-disabled {
  border-color: #E3E4E6 !important;
  border-color: var(--color-line1-1, #E3E4E6) !important;
  color: #C1C1C1 !important;
  color: var(--color-text1-1, #C1C1C1) !important;
}

.next-upload.next-disabled .next-icon-close {
  cursor: not-allowed !important;
}

.next-upload.next-disabled .next-upload-inner * {
  color: #C1C1C1 !important;
  color: var(--color-text1-1, #C1C1C1) !important;
  border-color: #E3E4E6 !important;
  border-color: var(--color-line1-1, #E3E4E6) !important;
  cursor: not-allowed !important;
}

.next-upload-list-text .next-upload-list-item {
  background-color: transparent;
  background-color: var(--upload-text-list-bg-color, transparent);
  padding: 4px 16px;
  padding: 4px var(--upload-text-list-padding-left-right, 16px);
  padding-right: 36px;
  padding-right: calc(var(--upload-text-list-close-icon-right, 12px) * 2 + 12px);
  height: 44px;
  height: var(--upload-text-list-height, 44px);
  line-height: 36px;
  line-height: calc(var(--upload-text-list-height, 44px) - 8px);
  font-size: 12px;
  font-size: var(--upload-text-list-font-size, 12px);
  overflow: hidden;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border-radius: 0;
  border-radius: var(--upload-text-list-corner, 0);
}

.next-upload-list-text .next-upload-list-item:not(:last-child) {
  margin-bottom: 4px;
}

.next-upload-list-text .next-upload-list-item-op {
  position: absolute;
  top: 0;
  right: 12px;
  right: var(--upload-text-list-close-icon-right, 12px);
}

.next-upload-list-text .next-upload-list-item .next-icon-close {
  color: #333333;
  color: var(--upload-text-list-close-icon-color, #333333);
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  line-height: 44px;
  line-height: var(--upload-text-list-height, 44px);
}

.next-upload-list-text .next-upload-list-item .next-icon-close:before,
.next-upload-list-text .next-upload-list-item .next-icon-close .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-upload-list-text .next-upload-list-item:hover {
  background-color: transparent;
  background-color: var(--upload-text-list-bg-color-hover, transparent);
}

.next-upload-list-text .next-upload-list-item:hover .next-icon {
  color: #0064C8;
  color: var(--upload-text-list-close-icon-color-hover, #0064C8);
}

.next-upload-list-text .next-upload-list-item-name-wrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 4px;
}

.next-upload-list-text .next-upload-list-item-name {
  color: #333333;
  color: var(--upload-text-list-name-font-color, #333333);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-upload-list-text .next-upload-list-item-size {
  color: #666666;
  color: var(--upload-text-list-size-font-color, #666666);
  margin-left: 8px;
}

.next-upload-list-text .next-upload-list-item-uploading {
  line-height: 18px;
  line-height: calc(var(--upload-text-list-height, 44px) / 2 - 4px);
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress {
  line-height: 0;
  padding-top: 7px;
  padding-top: calc(var(--upload-text-list-height, 44px) / 2 / 2 - 2px - var(--upload-text-list-progressbar-height, 4px) / 2);
  padding-bottom: 7px;
  padding-bottom: calc(var(--upload-text-list-height, 44px) / 2 / 2 - 2px - var(--upload-text-list-progressbar-height, 4px) / 2);
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
  height: 4px;
  height: var(--upload-text-list-progressbar-height, 4px);
}

.next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
  height: 4px;
  height: var(--upload-text-list-progressbar-height, 4px);
  margin-top: -2px;
  margin-top: calc(0px - var(--upload-text-list-progressbar-height, 4px) / 2);
}

.next-upload-list-text .next-upload-list-item-done {
  line-height: 36px;
  line-height: calc(var(--upload-text-list-height, 44px) - 8px);
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #0064C8;
  color: var(--upload-text-list-name-font-color-hover, #0064C8);
}

.next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size {
  color: #0064C8;
  color: var(--upload-text-list-size-font-color-hover, #0064C8);
}

.next-upload-list-text .next-upload-list-item-error {
  /* stylelint-disable declaration-no-important */
  background-color: transparent !important;
  background-color: var(--upload-text-list-bg-color-error, transparent) !important;
}

.next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg {
  line-height: 18px;
  line-height: calc(var(--upload-text-list-height, 44px) / 2 - 4px);
}

.next-upload-list-text .next-upload-list-item-error-msg {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #C80000;
  color: var(--upload-text-list-error-text-color, #C80000);
}

.next-upload-list-image .next-upload-list-item {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  border: var(--upload-image-list-item-border-width, 1px) solid var(--upload-image-list-item-border-color, transparent);
  background-color: #F8F8F9;
  background-color: var(--upload-image-list-item-bg-color, #F8F8F9);
  padding: 8px;
  padding: var(--upload-image-list-item-padding, 8px);
  height: 48px;
  height: var(--upload-image-list-item-picture-size, 48px);
  line-height: 48px;
  line-height: var(--upload-image-list-item-picture-size, 48px);
  font-size: 12px;
  font-size: var(--upload-image-list-item-font-size, 12px);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  overflow: hidden;
  border-radius: 0;
  border-radius: var(--upload-card-list-corner, 0);
}

.next-upload-list-image .next-upload-list-item:not(:last-child) {
  margin-bottom: 4px;
}

.next-upload-list-image .next-upload-list-item:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-upload-list-image .next-upload-list-item-op {
  float: right;
  margin-right: 4px;
}

.next-upload-list-image .next-upload-list-item .next-icon-close {
  cursor: pointer;
  color: #333333;
  color: var(--upload-image-list-close-icon-color, #333333);
  text-align: center;
}

.next-upload-list-image .next-upload-list-item .next-icon-close:before,
.next-upload-list-image .next-upload-list-item .next-icon-close .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-upload-list-image .next-upload-list-item:hover {
  border-color: transparent;
  border-color: var(--upload-image-list-item-border-color-hover, transparent);
}

.next-upload-list-image .next-upload-list-item:hover .next-icon-close {
  color: #333333;
  color: var(--upload-image-list-close-icon-color-hover, #333333);
}

.next-upload-list-image .next-upload-list-item-name {
  display: block;
  color: #333333;
  color: var(--upload-text-list-name-font-color, #333333);
  margin-left: 56px;
  margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
  margin-right: 20px;
  margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px) * 2);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.next-upload-list-image .next-upload-list-item-size {
  color: #666666;
  color: var(--upload-text-list-size-font-color, #666666);
  margin-left: 8px;
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name {
  color: #0064C8;
  color: var(--upload-text-list-name-font-color-hover, #0064C8);
}

.next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size {
  color: #0064C8;
  color: var(--upload-text-list-size-font-color-hover, #0064C8);
}

.next-upload-list-image .next-upload-list-item-thumbnail {
  float: left;
  width: 48px;
  width: var(--upload-image-list-item-picture-size, 48px);
  height: 48px;
  height: var(--upload-image-list-item-picture-size, 48px);
  color: #C1C1C1;
  color: var(--upload-image-list-item-thumbnail-font-color, #C1C1C1);
  border: 1px solid #E3E4E6;
  border: var(--upload-image-list-item-picture-border-width, 1px) solid var(--upload-image-list-item-picture-border-color, #E3E4E6);
  border-radius: 0;
  border-radius: var(--upload-image-list-item-picture-corner, 0);
  background-color: #F8F8F9;
  background-color: var(--upload-image-list-item-picture-background-color, #F8F8F9);
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-upload-list-image .next-upload-list-item-thumbnail img {
  width: 100%;
  height: 100%;
}

.next-upload-list-image .next-upload-list-item-thumbnail .next-icon {
  display: block;
  margin: 0;
  line-height: 48px;
  line-height: var(--upload-image-list-item-picture-size, 48px);
}

.next-upload-list-image .next-upload-list-item-thumbnail .next-icon:before,
.next-upload-list-image .next-upload-list-item-thumbnail .next-icon .next-icon-remote {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}

.next-upload-list-image .next-upload-list-item-error {
  border-color: transparent !important;
  border-color: var(--upload-image-list-item-border-color-error, transparent) !important;
  background-color: #FDFBFB;
  background-color: var(--upload-image-list-item-error-bg-color, #FDFBFB);
}

.next-upload-list-image .next-upload-list-item-uploading {
  background-color: #F8F8F9;
  background-color: var(--upload-image-list-item-uploading-bg-color, #F8F8F9);
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name {
  height: 24px;
  height: calc(var(--upload-image-list-item-picture-size, 48px) / 2);
  line-height: 24px;
  line-height: calc(var(--upload-image-list-item-picture-size, 48px) / 2);
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress {
  margin-left: 56px;
  margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
  margin-right: 20px;
  margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px) * 2);
  line-height: 0;
  padding-top: 10px;
  padding-top: calc(var(--upload-image-list-item-picture-size, 48px) / 2 / 2 - var(--upload-image-list-progressbar-height, 4px) / 2);
  padding-bottom: 10px;
  padding-bottom: calc(var(--upload-image-list-item-picture-size, 48px) / 2 / 2 - var(--upload-image-list-progressbar-height, 4px) / 2);
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay {
  height: 4px;
  height: var(--upload-image-list-progressbar-height, 4px);
}

.next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay {
  height: 4px;
  height: var(--upload-image-list-progressbar-height, 4px);
  margin-top: -2px;
  margin-top: calc(0px - var(--upload-image-list-progressbar-height, 4px) / 2);
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name,
.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
  height: 24px;
  height: calc(var(--upload-image-list-item-picture-size, 48px) / 2);
  line-height: 24px;
  line-height: calc(var(--upload-image-list-item-picture-size, 48px) / 2);
}

.next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg {
  margin-left: 56px;
  margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + 8px);
  margin-right: 20px;
  margin-right: calc(12px + var(--upload-image-list-close-icon-right, 4px) * 2);
  color: #C80000;
  color: var(--upload-text-list-error-text-color, #C80000);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.next-upload-list-card {
  display: inline-block;
}

.next-upload-list-card .next-upload-list-item {
  vertical-align: middle;
  float: left;
}

.next-upload-list-card .next-upload-list-item:not(:last-child) {
  margin-right: 12px;
  margin-right: var(--upload-card-list-margin-right, 12px);
}

.next-upload-list-card .next-upload-list-item-wrapper {
  position: relative;
  border: 1px solid #E3E4E6;
  border: 1px solid var(--upload-card-list-border-color, #E3E4E6);
  width: 88px;
  width: var(--upload-card-size, 88px);
  height: 88px;
  height: var(--upload-card-size, 88px);
  padding: 0px;
  padding: var(--upload-card-list-padding, 0px);
  background-color: transparent;
  background-color: var(--upload-card-list-bg-color, transparent);
}

.next-upload-list-card .next-upload-list-item-thumbnail {
  text-align: center;
  width: 100%;
  height: 100%;
  color: #0064C8;
  color: var(--upload-card-list-thumbnail-font-color, #0064C8);
  font-size: 12px;
  font-size: var(--upload-card-list-thumbnail-font-size, 12px);
}

.next-upload-list-card .next-upload-list-item-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.next-upload-list-card .next-upload-list-item-thumbnail img:focus {
  outline: 0;
}

.next-upload-list-card .next-upload-list-item-thumbnail .next-icon {
  width: 100%;
}

.next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before,
.next-upload-list-card .next-upload-list-item-thumbnail .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-upload-list-card .next-upload-list-item-handler {
  margin-top: 7px;
  margin-top: calc(var(--upload-card-size, 88px) / 2 - 37px);
}

.next-upload-list-card .next-upload-list-item-handler .next-icon-cry {
  margin-top: 10px;
}

.next-upload-list-card .next-upload-list-item-name {
  display: block;
  width: 88px;
  width: var(--upload-card-size, 88px);
  text-align: center;
  margin-top: 4px;
  margin-top: var(--upload-card-list-name-margin-top, 4px);
  font-size: 12px;
  font-size: var(--upload-card-list-name-font-size, 12px);
  color: #333333;
  color: var(--upload-card-list-name-font-color, #333333);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.next-upload-list-card .next-upload-list-item-progress {
  position: absolute;
  font-size: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay {
  border-radius: 0;
  height: 4px;
  height: var(--upload-card-list-progressbar-height, 4px);
}

.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
  border-radius: 0;
  height: 4px;
  height: var(--upload-card-list-progressbar-height, 4px);
  margin-top: -2px;
  margin-top: calc(0px - var(--upload-card-list-progressbar-height, 4px) / 2);
}

.next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper {
  background-color: #FFFFFF;
  background-color: var(--upload-card-list-uploading-bg-color, #FFFFFF);
}

.next-upload-list-card .next-upload-list-item:hover .next-upload-tool {
  opacity: 0.8;
}

.next-upload-list-card .next-upload-list-item .next-upload-tool {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, var(--upload-select-card-tool-bg-opacity, 0.7));
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  opacity: 0;
  width: 100%;
  height: 28px;
  left: 0;
  bottom: 0;
}

.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon {
  width: 49%;
  text-align: center;
  line-height: 28px;
  color: #FFFFFF;
}

.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon:before,
.next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-upload-list-card .next-upload-list-item .next-upload-tool.next-noclose .next-icon {
  width: 100%;
}

.next-upload-list-card .next-upload-list-item .next-upload-tool-close {
  cursor: pointer;
}

.next-upload-list-card .next-upload-list-item .next-upload-tool-download-icon {
  border-right: 1px solid #FFFFFF;
}

.next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper {
  border-color: #C80000;
  border-color: var(--upload-card-list-border-color-error, #C80000);
}

.next-upload-card {
  border: 1px dashed #C0C6CC;
  border: 1px var(--upload-card-border-style, dashed) var(--upload-card-border-color, #C0C6CC);
  width: 88px;
  width: var(--upload-card-size, 88px);
  height: 88px;
  height: var(--upload-card-size, 88px);
  background-color: #FFFFFF;
  background-color: var(--upload-card-bg-color, #FFFFFF);
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  display: table-cell;
  vertical-align: middle;
}

.next-upload-card .next-icon {
  color: #333333;
  color: var(--upload-card-icon-color, #333333);
}

.next-upload-card .next-icon:before,
.next-upload-card .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-upload-card .next-upload-add-icon::before {
  content: "\e655";
  content: var(--upload-card-add-icon, "\e655");
}

.next-upload-card .next-upload-text {
  font-size: 12px;
  font-size: var(--upload-card-add-text-size, 12px);
  margin-top: 8px;
  margin-top: var(--upload-card-add-text-margin-top, 8px);
  color: #333333;
  color: var(--upload-card-font-color, #333333);
  outline: none;
}

.next-upload-card:hover {
  border-color: #0064C8;
  border-color: var(--upload-card-hover-border-color, #0064C8);
}

.next-upload-card:hover .next-icon {
  color: #0064C8;
  color: var(--upload-card-hover-font-color, #0064C8);
}

.next-upload-card:hover .next-upload-text {
  color: #0064C8;
  color: var(--upload-card-hover-font-color, #0064C8);
}

.next-upload-dragable .next-upload-inner {
  display: block;
}

.next-upload-dragable .next-upload-drag {
  border: 1px dashed #D1D5D9;
  border: 1px dashed var(--upload-drag-zone-border-color, #D1D5D9);
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  cursor: pointer;
  border-radius: 2px;
  border-radius: var(--upload-drag-zone-corner, 2px);
  background-color: transparent;
  background-color: var(--upload-drag-zone-bg-color, transparent);
  text-align: center;
  margin-bottom: 4px;
}

.next-upload-dragable .next-upload-drag-icon {
  margin: 20px 0 0;
  color: #0064C8;
  color: var(--upload-drag-zone-upload-icon-color, #0064C8);
}

.next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon::before {
  content: "\ea25";
  content: var(--upload-drag-zone-upload-icon, "\ea25");
  font-size: 16px;
}

.next-upload-dragable .next-upload-drag-text {
  margin: 12px 0 0;
  font-size: 12px;
  font-size: var(--upload-drag-zone-font-size, 12px);
  color: #333333;
  color: var(--upload-drag-zone-upload-normal-title-color, #333333);
}

.next-upload-dragable .next-upload-drag-hint {
  margin: 4px 0 20px;
  font-size: 12px;
  font-size: var(--upload-drag-zone-hint-font-size, 12px);
  color: #333333;
  color: var(--upload-drag-zone-upload-normal-hint-color, #333333);
}

.next-upload-dragable .next-upload-drag-over {
  border-color: #D1D5D9;
  border-color: var(--upload-drag-zone-over-border-color, #D1D5D9);
}

/** light **/
/** dark **/
/** brand **/
.next-shell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-shell *,
.next-shell *:before,
.next-shell *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-shell-content-wrapper {
  overflow: auto;
}

.next-shell-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.next-shell-header .dock-trigger,
.next-shell-header .nav-trigger {
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.next-shell-header .nav-trigger {
  margin-right: 10px;
}

.next-shell-header .dock-trigger {
  margin-left: 10px;
}

.next-shell-header.next-shell-fixed-header {
  position: sticky;
  top: 0;
}

.next-shell-header .next-shell-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.next-shell-header .next-shell-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-shell-header .next-shell-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-shell-sub-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  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%;
  overflow: auto;
  outline: 0;
}

.next-shell-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-shell-main .next-shell-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.next-shell-main .next-shell-content-inner {
  margin: 0 auto;
}

.next-shell-main .next-shell-footer {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.next-shell .next-aside-navigation,
.next-shell .next-aside-tooldock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-shell .next-aside-navigation.fixed,
.next-shell .next-aside-tooldock.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.next-shell .next-aside-navigation.fixed {
  left: 0;
}

.next-shell .next-aside-tooldock.fixed {
  right: 0;
}

.next-shell-aside {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-shell-aside .aside-trigger {
  cursor: pointer;
  outline: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DDD;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-shell-aside .local-nav-trigger {
  outline: 0;
  border-left: none;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  right: 0;
}

.next-shell-aside .ancillary-trigger {
  outline: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-right: 0;
  left: 1px;
}

.next-shell-aside.next-aside-localnavigation {
  position: relative;
}

.next-shell-aside.next-aside-ancillary {
  position: relative;
}

.next-shell-aside.next-shell-navigation {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-shell-aside.next-shell-tooldock {
  overflow-x: auto;
  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;
}

.next-shell-aside .next-shell-tooldockitem {
  width: 100%;
  text-align: center;
}

.next-shell-aside .next-shell-localnavigation {
  position: relative;
  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;
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-shell-aside .next-shell-ancillary {
  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;
  justify-self: flex-start;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-shell-light .next-shell-header .dock-trigger,
.next-shell-light .next-shell-header .nav-trigger {
  background: #FFFFFF;
  background: var(--shell-light-header-background, #FFFFFF);
}

.next-shell-light .next-shell-aside .local-nav-trigger {
  background: #004080;
  background: var(--shell-light-local-navigation-background, #004080);
}

.next-shell-light .next-shell-aside .ancillary-trigger {
  background: #FFFFFF;
  background: var(--shell-light-ancillary-background, #FFFFFF);
}

.next-shell-light .next-shell-header {
  color: #000000;
  color: var(--shell-light-header-color, #000000);
  height: 52px;
  height: var(--shell-light-header-height, 52px);
  background: #FFFFFF;
  background: var(--shell-light-header-background, #FFFFFF);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-light-header-divider-size, 1px) var(--shell-light-header-divider-style, solid) var(--shell-light-header-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-light-header-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-light-header-shadow, none);
  padding: 0 16px;
  padding: 0 var(--shell-light-header-paddingLeft, 16px);
}

.next-shell-light .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 52px;
  height: var(--shell-light-header-height, 52px);
  line-height: 52px;
  line-height: var(--shell-light-header-height, 52px);
  margin: 0 48px;
  margin: 0 var(--shell-light-navigation-hoz-marginLeft, 48px);
}

.next-shell-light .next-shell-task-header {
  width: 100%;
  min-height: 40px;
  min-height: var(--shell-light-multitask-min-height, 40px);
  background: #FFFFFF;
  background: var(--shell-light-multitask-background, #FFFFFF);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-light-multitask-divider-size, 1px) var(--shell-light-multitask-divider-style, solid) var(--shell-light-multitask-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-light-multitask-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-light-multitask-shadow, none);
  padding: 0 0px;
  padding: 0 var(--shell-light-multitask-paddingLeft, 0px);
  overflow: auto;
}

.next-shell-light .next-shell-main {
  background: #EFF3F8;
  background: var(--shell-light-content-background, #EFF3F8);
}

.next-shell-light .next-shell-main .next-shell-appbar {
  min-height: 48px;
  min-height: var(--shell-light-appbar-min-height, 48px);
  background: #FFFFFF;
  background: var(--shell-light-appbar-background, #FFFFFF);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-light-appbar-divider-size, 1px) var(--shell-light-appbar-divider-style, solid) var(--shell-light-appbar-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-light-appbar-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-light-appbar-shadow, none);
  padding: 0 24px;
  padding: 0 var(--shell-light-appbar-paddingLeft, 24px);
}

.next-shell-light .next-shell-main .next-shell-content {
  padding: 20px 20px;
  padding: var(--shell-light-content-paddingTop, 20px) var(--shell-light-content-paddingLeft, 20px);
}

.next-shell-light .next-shell-main .next-shell-footer {
  background: transparent;
  background: var(--shell-light-footer-background, transparent);
  min-height: 56px;
  min-height: var(--shell-light-footer-min-height, 56px);
  color: #C1C1C1;
  color: var(--shell-light-footer-color, #C1C1C1);
  font-size: 14px;
  font-size: var(--shell-light-footer-font-size, 14px);
}

.next-shell-light .next-shell-aside.next-shell-navigation {
  width: 168px;
  width: var(--shell-light-navigation-ver-width, 168px);
  background: #FFFFFF;
  background: var(--shell-light-navigation-ver-background, #FFFFFF);
  border-right: 1px solid #E3E4E6;
  border-right: var(--shell-light-navigation-ver-divider-size, 1px) var(--shell-light-navigation-ver-divider-style, solid) var(--shell-light-navigation-ver-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-light-navigation-ver-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-light-navigation-ver-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-light-navigation-ver-paddingTop, 8px) 0 var(--shell-light-navigation-ver-paddingBottom, 8px);
}

.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
  width: 60px;
  width: var(--shell-light-navigation-ver-width-mini, 60px);
}

.next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse {
  width: 0;
}

.next-shell-light .next-shell-aside.next-shell-tooldock {
  width: 52px;
  width: var(--shell-light-tooldock-width, 52px);
  background: #004080;
  background: var(--shell-light-tooldock-background, #004080);
  border-left: 1px solid #E3E4E6;
  border-left: var(--shell-light-tooldock-divider-size, 1px) var(--shell-light-tooldock-divider-style, solid) var(--shell-light-tooldock-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-light-tooldock-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-light-tooldock-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-light-tooldock-paddingTop, 8px) 0 var(--shell-light-tooldock-paddingBottom, 8px);
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem {
  padding: 8px 0;
  padding: var(--shell-light-tooldock-item-paddingTop, 8px) 0;
  color: #555555;
  color: var(--shell-light-tooldock-item-color, #555555);
  background: transparent;
  background: var(--shell-light-tooldock-item-background, transparent);
}

.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
  color: #111111;
  color: var(--shell-light-tooldock-item-color-hover, #111111);
  background: #EFF3F8;
  background: var(--shell-light-tooldock-item-background-hover, #EFF3F8);
}

.next-shell-light .next-shell-aside .next-shell-localnavigation {
  width: 168px;
  width: var(--shell-light-local-navigation-width, 168px);
  background: #004080;
  background: var(--shell-light-local-navigation-background, #004080);
  border-right: 1px solid #E3E4E6;
  border-right: var(--shell-light-local-navigation-divider-size, 1px) var(--shell-light-local-navigation-divider-style, solid) var(--shell-light-local-navigation-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-light-local-navigation-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-light-local-navigation-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-light-local-navigation-paddingTop, 8px) 0 var(--shell-light-local-navigation-paddingBottom, 8px);
}

.next-shell-light .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
  width: 0;
}

.next-shell-light .next-shell-aside .next-shell-ancillary {
  width: 168px;
  width: var(--shell-light-ancillary-width, 168px);
  background: #FFFFFF;
  background: var(--shell-light-ancillary-background, #FFFFFF);
  border-left: 1px solid #E3E4E6;
  border-left: var(--shell-light-ancillary-divider-size, 1px) var(--shell-light-ancillary-divider-style, solid) var(--shell-light-ancillary-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-light-ancillary-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-light-ancillary-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-light-ancillary-paddingTop, 8px) 0 var(--shell-light-ancillary-paddingBottom, 8px);
}

.next-shell-light .next-shell-aside .next-shell-ancillary.next-shell-collapse {
  width: 0;
}

.next-shell-dark .next-shell-header .dock-trigger,
.next-shell-dark .next-shell-header .nav-trigger {
  background: #000000;
  background: var(--shell-dark-header-background, #000000);
}

.next-shell-dark .next-shell-aside .local-nav-trigger {
  background: #004080;
  background: var(--shell-dark-local-navigation-background, #004080);
}

.next-shell-dark .next-shell-aside .ancillary-trigger {
  background: #FFFFFF;
  background: var(--shell-dark-ancillary-background, #FFFFFF);
}

.next-shell-dark .next-shell-header {
  color: #FFFFFF;
  color: var(--shell-dark-header-color, #FFFFFF);
  height: 52px;
  height: var(--shell-dark-header-height, 52px);
  background: #000000;
  background: var(--shell-dark-header-background, #000000);
  border-bottom: 1px solid #1F1F1F;
  border-bottom: var(--shell-dark-header-divider-size, 1px) var(--shell-dark-header-divider-style, solid) var(--shell-dark-header-divider-color, #1F1F1F);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shell-dark-header-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--shell-dark-header-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  padding: 0 16px;
  padding: 0 var(--shell-dark-header-paddingLeft, 16px);
}

.next-shell-dark .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 52px;
  height: var(--shell-dark-header-height, 52px);
  line-height: 52px;
  line-height: var(--shell-dark-header-height, 52px);
  margin: 0 48px;
  margin: 0 var(--shell-dark-navigation-hoz-marginLeft, 48px);
}

.next-shell-dark .next-shell-task-header {
  width: 100%;
  min-height: 40px;
  min-height: var(--shell-dark-multitask-min-height, 40px);
  background: #FFFFFF;
  background: var(--shell-dark-multitask-background, #FFFFFF);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-dark-multitask-divider-size, 1px) var(--shell-dark-multitask-divider-style, solid) var(--shell-dark-multitask-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-dark-multitask-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-dark-multitask-shadow, none);
  padding: 0 0px;
  padding: 0 var(--shell-dark-multitask-paddingLeft, 0px);
  overflow: auto;
}

.next-shell-dark .next-shell-main {
  background: #EFF3F8;
  background: var(--shell-dark-content-background, #EFF3F8);
}

.next-shell-dark .next-shell-main .next-shell-appbar {
  min-height: 48px;
  min-height: var(--shell-dark-appbar-min-height, 48px);
  background: #FFFFFF;
  background: var(--shell-dark-appbar-background, #FFFFFF);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-dark-appbar-divider-size, 1px) var(--shell-dark-appbar-divider-style, solid) var(--shell-dark-appbar-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-dark-appbar-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-dark-appbar-shadow, none);
  padding: 0 24px;
  padding: 0 var(--shell-dark-appbar-paddingLeft, 24px);
}

.next-shell-dark .next-shell-main .next-shell-content {
  padding: 20px 20px;
  padding: var(--shell-dark-content-paddingTop, 20px) var(--shell-dark-content-paddingLeft, 20px);
}

.next-shell-dark .next-shell-main .next-shell-footer {
  background: transparent;
  background: var(--shell-dark-footer-background, transparent);
  min-height: 56px;
  min-height: var(--shell-dark-footer-min-height, 56px);
  color: #C1C1C1;
  color: var(--shell-dark-footer-color, #C1C1C1);
  font-size: 14px;
  font-size: var(--shell-dark-footer-font-size, 14px);
}

.next-shell-dark .next-shell-aside.next-shell-navigation {
  width: 168px;
  width: var(--shell-dark-navigation-ver-width, 168px);
  background: #111111;
  background: var(--shell-dark-navigation-ver-background, #111111);
  border-right: 1px solid #E3E4E6;
  border-right: var(--shell-dark-navigation-ver-divider-size, 1px) var(--shell-dark-navigation-ver-divider-style, solid) var(--shell-dark-navigation-ver-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-dark-navigation-ver-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-dark-navigation-ver-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-dark-navigation-ver-paddingTop, 8px) 0 var(--shell-dark-navigation-ver-paddingBottom, 8px);
}

.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
  width: 60px;
  width: var(--shell-dark-navigation-ver-width-mini, 60px);
}

.next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse {
  width: 0;
}

.next-shell-dark .next-shell-aside.next-shell-tooldock {
  width: 52px;
  width: var(--shell-dark-tooldock-width, 52px);
  background: #004080;
  background: var(--shell-dark-tooldock-background, #004080);
  border-left: 1px solid #E3E4E6;
  border-left: var(--shell-dark-tooldock-divider-size, 1px) var(--shell-dark-tooldock-divider-style, solid) var(--shell-dark-tooldock-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-dark-tooldock-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-dark-tooldock-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-dark-tooldock-paddingTop, 8px) 0 var(--shell-dark-tooldock-paddingBottom, 8px);
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem {
  padding: 8px 0;
  padding: var(--shell-dark-tooldock-item-paddingTop, 8px) 0;
  color: #555555;
  color: var(--shell-dark-tooldock-item-color, #555555);
  background: transparent;
  background: var(--shell-dark-tooldock-item-background, transparent);
}

.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
  color: #111111;
  color: var(--shell-dark-tooldock-item-color-hover, #111111);
  background: #EFF3F8;
  background: var(--shell-dark-tooldock-item-background-hover, #EFF3F8);
}

.next-shell-dark .next-shell-aside .next-shell-localnavigation {
  width: 168px;
  width: var(--shell-dark-local-navigation-width, 168px);
  background: #004080;
  background: var(--shell-dark-local-navigation-background, #004080);
  border-right: 1px solid #E3E4E6;
  border-right: var(--shell-dark-local-navigation-divider-size, 1px) var(--shell-dark-local-navigation-divider-style, solid) var(--shell-dark-local-navigation-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-dark-local-navigation-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-dark-local-navigation-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-dark-local-navigation-paddingTop, 8px) 0 var(--shell-dark-local-navigation-paddingBottom, 8px);
}

.next-shell-dark .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
  width: 0;
}

.next-shell-dark .next-shell-aside .next-shell-ancillary {
  width: 168px;
  width: var(--shell-dark-ancillary-width, 168px);
  background: #FFFFFF;
  background: var(--shell-dark-ancillary-background, #FFFFFF);
  border-left: 1px solid #E3E4E6;
  border-left: var(--shell-dark-ancillary-divider-size, 1px) var(--shell-dark-ancillary-divider-style, solid) var(--shell-dark-ancillary-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-dark-ancillary-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-dark-ancillary-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-dark-ancillary-paddingTop, 8px) 0 var(--shell-dark-ancillary-paddingBottom, 8px);
}

.next-shell-dark .next-shell-aside .next-shell-ancillary.next-shell-collapse {
  width: 0;
}

.next-shell-brand .next-shell-header .dock-trigger,
.next-shell-brand .next-shell-header .nav-trigger {
  background: #0064C8;
  background: var(--shell-brand-header-background, #0064C8);
}

.next-shell-brand .next-shell-aside .local-nav-trigger {
  background: #004080;
  background: var(--shell-brand-local-navigation-background, #004080);
}

.next-shell-brand .next-shell-aside .ancillary-trigger {
  background: #FFFFFF;
  background: var(--shell-brand-ancillary-background, #FFFFFF);
}

.next-shell-brand .next-shell-header {
  color: #FFFFFF;
  color: var(--shell-brand-header-color, #FFFFFF);
  height: 52px;
  height: var(--shell-brand-header-height, 52px);
  background: #0064C8;
  background: var(--shell-brand-header-background, #0064C8);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-brand-header-divider-size, 1px) var(--shell-brand-header-divider-style, solid) var(--shell-brand-header-divider-color, #E3E4E6);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--shell-brand-header-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--shell-brand-header-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  padding: 0 16px;
  padding: 0 var(--shell-brand-header-paddingLeft, 16px);
}

.next-shell-brand .next-shell-header .next-shell-navigation {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 52px;
  height: var(--shell-brand-header-height, 52px);
  line-height: 52px;
  line-height: var(--shell-brand-header-height, 52px);
  margin: 0 48px;
  margin: 0 var(--shell-brand-navigation-hoz-marginLeft, 48px);
}

.next-shell-brand .next-shell-task-header {
  width: 100%;
  min-height: 40px;
  min-height: var(--shell-brand-multitask-min-height, 40px);
  background: #FFFFFF;
  background: var(--shell-brand-multitask-background, #FFFFFF);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-brand-multitask-divider-size, 1px) var(--shell-brand-multitask-divider-style, solid) var(--shell-brand-multitask-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-brand-multitask-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-brand-multitask-shadow, none);
  padding: 0 0px;
  padding: 0 var(--shell-brand-multitask-paddingLeft, 0px);
  overflow: auto;
}

.next-shell-brand .next-shell-main {
  background: #EFF3F8;
  background: var(--shell-brand-content-background, #EFF3F8);
}

.next-shell-brand .next-shell-main .next-shell-appbar {
  min-height: 48px;
  min-height: var(--shell-brand-appbar-min-height, 48px);
  background: #FFFFFF;
  background: var(--shell-brand-appbar-background, #FFFFFF);
  border-bottom: 1px solid #E3E4E6;
  border-bottom: var(--shell-brand-appbar-divider-size, 1px) var(--shell-brand-appbar-divider-style, solid) var(--shell-brand-appbar-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-brand-appbar-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-brand-appbar-shadow, none);
  padding: 0 24px;
  padding: 0 var(--shell-brand-appbar-paddingLeft, 24px);
}

.next-shell-brand .next-shell-main .next-shell-content {
  padding: 20px 20px;
  padding: var(--shell-brand-content-paddingTop, 20px) var(--shell-brand-content-paddingLeft, 20px);
}

.next-shell-brand .next-shell-main .next-shell-footer {
  background: transparent;
  background: var(--shell-brand-footer-background, transparent);
  min-height: 56px;
  min-height: var(--shell-brand-footer-min-height, 56px);
  color: #C1C1C1;
  color: var(--shell-brand-footer-color, #C1C1C1);
  font-size: 14px;
  font-size: var(--shell-brand-footer-font-size, 14px);
}

.next-shell-brand .next-shell-aside.next-shell-navigation {
  width: 168px;
  width: var(--shell-brand-navigation-ver-width, 168px);
  background: #FFFFFF;
  background: var(--shell-brand-navigation-ver-background, #FFFFFF);
  border-right: 1px solid #E3E4E6;
  border-right: var(--shell-brand-navigation-ver-divider-size, 1px) var(--shell-brand-navigation-ver-divider-style, solid) var(--shell-brand-navigation-ver-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-brand-navigation-ver-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-brand-navigation-ver-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-brand-navigation-ver-paddingTop, 8px) 0 var(--shell-brand-navigation-ver-paddingBottom, 8px);
}

.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini {
  width: 60px;
  width: var(--shell-brand-navigation-ver-width-mini, 60px);
}

.next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse {
  width: 0;
}

.next-shell-brand .next-shell-aside.next-shell-tooldock {
  width: 52px;
  width: var(--shell-brand-tooldock-width, 52px);
  background: #004080;
  background: var(--shell-brand-tooldock-background, #004080);
  border-left: 1px solid #E3E4E6;
  border-left: var(--shell-brand-tooldock-divider-size, 1px) var(--shell-brand-tooldock-divider-style, solid) var(--shell-brand-tooldock-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-brand-tooldock-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-brand-tooldock-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-brand-tooldock-paddingTop, 8px) 0 var(--shell-brand-tooldock-paddingBottom, 8px);
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem {
  padding: 8px 0;
  padding: var(--shell-brand-tooldock-item-paddingTop, 8px) 0;
  color: #555555;
  color: var(--shell-brand-tooldock-item-color, #555555);
  background: transparent;
  background: var(--shell-brand-tooldock-item-background, transparent);
}

.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
  color: #111111;
  color: var(--shell-brand-tooldock-item-color-hover, #111111);
  background: #EFF3F8;
  background: var(--shell-brand-tooldock-item-background-hover, #EFF3F8);
}

.next-shell-brand .next-shell-aside .next-shell-localnavigation {
  width: 168px;
  width: var(--shell-brand-local-navigation-width, 168px);
  background: #004080;
  background: var(--shell-brand-local-navigation-background, #004080);
  border-right: 1px solid #E3E4E6;
  border-right: var(--shell-brand-local-navigation-divider-size, 1px) var(--shell-brand-local-navigation-divider-style, solid) var(--shell-brand-local-navigation-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-brand-local-navigation-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-brand-local-navigation-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-brand-local-navigation-paddingTop, 8px) 0 var(--shell-brand-local-navigation-paddingBottom, 8px);
}

.next-shell-brand .next-shell-aside .next-shell-localnavigation.next-shell-collapse {
  width: 0;
}

.next-shell-brand .next-shell-aside .next-shell-ancillary {
  width: 168px;
  width: var(--shell-brand-ancillary-width, 168px);
  background: #FFFFFF;
  background: var(--shell-brand-ancillary-background, #FFFFFF);
  border-left: 1px solid #E3E4E6;
  border-left: var(--shell-brand-ancillary-divider-size, 1px) var(--shell-brand-ancillary-divider-style, solid) var(--shell-brand-ancillary-divider-color, #E3E4E6);
  -webkit-box-shadow: none;
  -webkit-box-shadow: var(--shell-brand-ancillary-shadow, none);
  box-shadow: none;
  box-shadow: var(--shell-brand-ancillary-shadow, none);
  padding: 8px 0 8px;
  padding: var(--shell-brand-ancillary-paddingTop, 8px) 0 var(--shell-brand-ancillary-paddingBottom, 8px);
}

.next-shell-brand .next-shell-aside .next-shell-ancillary.next-shell-collapse {
  width: 0;
}

.next-shell-header .next-shell-navigation.next-shell-nav-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.next-shell-header .next-shell-navigation.next-shell-nav-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.next-shell-header .next-shell-navigation.next-shell-nav-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-shell.next-shell-phone .next-aside-navigation {
  width: 100%;
}

.next-shell.next-shell-phone .next-aside-navigation.next-shell-collapse {
  width: 0;
}

.next-shell.next-shell-phone .next-shell-header .next-shell-navigation {
  display: none;
}

.next-shell.next-shell-phone .next-shell-navigation {
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse {
  padding: 0;
  height: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.next-shell.next-shell-phone .next-shell-tooldock {
  height: 52px;
  height: var(--shell-dark-tooldock-height, 52px);
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse {
  display: none;
  height: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary, .next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary {
  width: 0;
}

.next-shell.next-shell-tablet .next-shell-ancillary, .next-shell.next-shell-phone .next-shell-ancillary {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.next-shell.next-shell-tablet .next-shell-aside.next-aside-localnavigation, .next-shell.next-shell-phone .next-shell-aside.next-aside-localnavigation {
  width: 0;
}

.next-notification {
  width: 384px;
  position: fixed;
  z-index: 1010;
  padding: 0;
  margin: 0;
}

.next-notification .next-message {
  margin-bottom: 16px;
  overflow: hidden;
}

.next-notification-fade-leave {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.next-notification-fade-leave.next-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
  animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.next-typography {
  color: #333333;
  color: var(--typography-text-color, #333333);
}

.next-typography-title {
  font-weight: 600;
  font-weight: var(--typography-title-font-weight, 600);
  margin-bottom: 0.5em;
}

.next-typography + .next-typography-title {
  margin-top: 1.2em;
}

.next-typography-paragraph {
  color: #333333;
  color: var(--typography-text-color, #333333);
  margin-bottom: 1em;
  font-size: 12px;
  font-size: var(--typography-paragraph-font-size, 12px);
  line-height: 1.5;
  line-height: var(--typography-paragraph-line-height, 1.5);
}

.next-typography mark {
  padding: 0;
  background: #FAC800;
  background: var(--typography-text-mark-background, #FAC800);
  color: #333333;
  color: var(--typography-text-mark-color, #333333);
}

.next-typography strong {
  font-weight: 600;
  font-weight: var(--typography-text-strong-font-weight, 600);
}

.next-typography code {
  background-color: #EFF3F8;
  background-color: var(--typography-text-code-background, #EFF3F8);
  color: #333333;
  color: var(--typography-text-code-color, #333333);
  border: 1px solid #C0C6CC;
  border: 1px solid var(--typography-text-code-border-color, #C0C6CC);
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  border-radius: 2px;
  border-radius: var(--typography-text-code-corner, 2px);
}

.next-typography ul,
.next-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}

.next-typography li {
  list-style-type: circle;
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}

.next-typography a {
  text-decoration: none;
}

.next-typography a:link {
  color: #0064C8;
  color: var(--color-link-1, #0064C8);
}

.next-typography a:visited {
  color: #0064C8;
  color: var(--color-link-2, #0064C8);
}

.next-typography a:hover {
  color: #0064C8;
  color: var(--color-link-3, #0064C8);
}

.next-typography a:active {
  text-decoration: underline;
  color: #0064C8;
  color: var(--color-link-3, #0064C8);
}

h1.next-typography-title {
  font-size: 48px;
  font-size: var(--typography-title-h1-font-size, 48px);
}

h2.next-typography-title {
  font-size: 36px;
  font-size: var(--typography-title-h2-font-size, 36px);
}

h3.next-typography-title {
  font-size: 24px;
  font-size: var(--typography-title-h3-font-size, 24px);
}

h4.next-typography-title {
  font-size: 20px;
  font-size: var(--typography-title-h4-font-size, 20px);
}

h5.next-typography-title {
  font-size: 16px;
  font-size: var(--typography-title-h5-font-size, 16px);
}

h6.next-typography-title {
  font-size: 14px;
  font-size: var(--typography-title-h6-font-size, 14px);
}

/* put your code here */
.next-divider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  background: #E3E4E6;
  background: var(--divider-hoz-color, #E3E4E6);
  border-collapse: separate;
}

.next-divider *,
.next-divider *:before,
.next-divider *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-divider-dashed {
  background: none;
  border-color: #E3E4E6;
  border-color: var(--divider-hoz-color, #E3E4E6);
  border-style: dashed;
  border-width: 1px 0 0;
  border-width: var(--divider-hoz-size, 1px) 0 0;
}

.next-divider-hoz {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  height: var(--divider-hoz-size, 1px);
  margin: 16px 0;
  margin: var(--divider-hoz-marginTop, 16px) 0;
}

.next-divider-ver {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  width: var(--divider-ver-size, 1px);
  background: #C0C6CC;
  background: var(--divider-ver-color, #C0C6CC);
  height: 0.9em;
  margin: 0 8px;
  margin: 0 var(--divider-ver-marginLeft, 8px);
  vertical-align: middle;
}

.next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
  display: table;
  margin: 16px 0;
  margin: var(--divider-hoz-text-marginTop, 16px) 0;
  color: #666666;
  color: var(--divider-hoz-text-color, #666666);
  font-weight: normal;
  font-weight: var(--divider-hoz-text-weight, normal);
  font-size: 14px;
  font-size: var(--divider-hoz-text-size, 14px);
  white-space: nowrap;
  text-align: center;
  background: transparent;
}

.next-divider-hoz.next-divider-with-text-center::before, .next-divider-hoz.next-divider-with-text-center::after, .next-divider-hoz.next-divider-with-text-left::before, .next-divider-hoz.next-divider-with-text-left::after, .next-divider-hoz.next-divider-with-text-right::before, .next-divider-hoz.next-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #E3E4E6;
  border-top: var(--divider-hoz-size, 1px) solid var(--divider-hoz-color, #E3E4E6);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  content: "";
}

.next-divider-hoz.next-divider-with-text-center.next-divider-dashed, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed {
  border-top: 0;
}

.next-divider-hoz.next-divider-with-text-center.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-center.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::after {
  border-style: dashed none none;
}

.next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, .next-divider-hoz.next-divider-with-text-right .next-divider-inner-text {
  display: inline-block;
  padding: 0 16px;
  padding: 0 var(--divider-hoz-text-left-paddingLeft, 16px);
}

.next-divider-hoz.next-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}

.next-divider-hoz.next-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}

.next-divider-hoz.next-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}

.next-divider-hoz.next-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}

.next-divider-inner-text {
  display: inline-block;
  padding: 0 16px;
  padding: 0 var(--divider-hoz-text-center-paddingLeft, 16px);
}

.next-divider-dashed {
  background: none;
  border-color: #E3E4E6;
  border-color: var(--divider-hoz-color, #E3E4E6);
  border-style: dashed;
  border-width: 1px 0 0;
  border-width: var(--divider-hoz-size, 1px) 0 0;
}

.next-divider-dashed.next-divider-ver {
  border-width: 0 0 0 1px;
  border-width: 0 0 0 var(--divider-ver-size, 1px);
}

/* put your code here */
.next-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-box *,
.next-box *:before,
.next-box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-calendar2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-calendar2 *,
.next-calendar2 *:before,
.next-calendar2 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-calendar2 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.next-calendar2 td,
.next-calendar2 th {
  padding: 0;
}

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions, div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions, div[dir=rtl].next-calendar2-card .next-calendar2-header-actions {
  margin-right: auto;
  margin-left: 0;
}

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), div[dir=rtl].next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), div[dir=rtl].next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), div[dir=rtl].next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-cell-value,
div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
  text-align: left;
}

div[dir=rtl].next-calendar2-fullscreen .next-calendar2-table th {
  padding: 0 0 5px 12px;
}

.next-calendar2 {
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #FFFFFF;
}

.next-calendar2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-calendar2-table {
  width: 100%;
  table-layout: fixed;
}

.next-calendar2-cell {
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s, border 0.2s;
  transition: background-color 0.2s, border 0.2s;
}

.next-calendar2 .next-calendar2-cell-inner {
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
  outline: none;
  min-width: 24px;
  position: relative;
  border: 1px solid transparent;
}

.next-calendar2-cell-disabled::before {
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
  background: #F8F8F9;
  background: var(--color-fill1-1, #F8F8F9);
}

.next-calendar2-fullscreen .next-calendar2-header-actions, .next-calendar2-panel .next-calendar2-header-actions, .next-calendar2-card .next-calendar2-header-actions {
  margin-left: auto;
}

.next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) {
  margin-left: 8px;
}

.next-calendar2-fullscreen .next-calendar2-header-select-year, .next-calendar2-fullscreen .next-calendar2-header-select-month, .next-calendar2-panel .next-calendar2-header-select-year, .next-calendar2-panel .next-calendar2-header-select-month, .next-calendar2-card .next-calendar2-header-select-year, .next-calendar2-card .next-calendar2-header-select-month {
  min-width: 88px;
}

.next-calendar2-fullscreen .next-calendar2-header-select-year .next-input, .next-calendar2-fullscreen .next-calendar2-header-select-month .next-input, .next-calendar2-panel .next-calendar2-header-select-year .next-input, .next-calendar2-panel .next-calendar2-header-select-month .next-input, .next-calendar2-card .next-calendar2-header-select-year .next-input, .next-calendar2-card .next-calendar2-header-select-month .next-input {
  min-width: auto;
}

.next-calendar2-fullscreen .next-calendar2-body, .next-calendar2-panel .next-calendar2-body, .next-calendar2-card .next-calendar2-body {
  padding: 8px 0;
}

.next-calendar2-card .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-inner {
  z-index: 2;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  display: inline-block;
}

.next-calendar2-card .next-calendar2, .next-calendar2-panel .next-calendar2 {
  min-height: 150px;
}

.next-calendar2-card .next-calendar2-table thead > tr, .next-calendar2-panel .next-calendar2-table thead > tr {
  height: 24px;
  color: #888888;
  color: var(--color-text1-2, #888888);
}

.next-calendar2-card .next-calendar2-table th,
.next-calendar2-card .next-calendar2-table td, .next-calendar2-panel .next-calendar2-table th,
.next-calendar2-panel .next-calendar2-table td {
  font-weight: 400;
  text-align: center;
  padding: 4px 0;
}

.next-calendar2-card .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table th {
  height: 32px;
}

.next-calendar2-card .next-calendar2-table-month, .next-calendar2-card .next-calendar2-table-year, .next-calendar2-card .next-calendar2-table-decade, .next-calendar2-panel .next-calendar2-table-month, .next-calendar2-panel .next-calendar2-table-year, .next-calendar2-panel .next-calendar2-table-decade {
  height: 145px;
}

.next-calendar2-card .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner {
  min-width: 56px;
}

.next-calendar2-card .next-calendar2-table-quarter, .next-calendar2-panel .next-calendar2-table-quarter {
  height: 50px;
}

.next-calendar2-card .next-calendar2-table-quarter .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-quarter .next-calendar2-cell-inner {
  min-width: 56px;
}

.next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner {
  min-width: 80px;
}

.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner {
  color: #555555;
  color: var(--color-text1-3, #555555);
}

.next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner {
  background: #F7F9FA;
  background: var(--color-fill1-2, #F7F9FA);
}

.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  color: #002850;
  color: var(--color-brand1-9, #002850);
}

.next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  color: #FFFFFF;
  background: #002850;
  background: var(--color-brand1-9, #002850);
}

.next-calendar2-fullscreen .next-calendar2-cell-value,
.next-calendar2-fullscreen .next-calendar2-table th {
  text-align: right;
}

.next-calendar2-fullscreen .next-calendar2-table th {
  padding: 0 12px 5px 0;
}

.next-calendar2-fullscreen .next-calendar2-cell-inner {
  height: 80px;
  border-top: 2px solid #E3E4E6;
  border-top: 2px solid var(--color-line1-1, #E3E4E6);
  margin: 0 4px;
  padding: 4px 8px 0;
}

.next-calendar2-fullscreen td .next-calendar2-cell-inner {
  height: 80px;
  border-top: 2px solid #E3E4E6;
  border-top: 2px solid var(--color-line1-1, #E3E4E6);
}

.next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner {
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
  background: #F8F8F9;
  background: var(--color-fill1-1, #F8F8F9);
}

.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner {
  color: #555555;
  color: var(--color-text1-3, #555555);
}

.next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover .next-calendar2-cell-inner {
  background-color: #F7F9FA;
  background-color: var(--color-fill1-2, #F7F9FA);
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner {
  color: #002850;
  color: var(--color-brand1-9, #002850);
}

.next-calendar2-fullscreen .next-calendar2-cell-current .next-calendar2-cell-inner {
  background-color: #FFFFFF;
}

.next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  border-top-color: #0064C8;
  border-top-color: var(--color-brand1-6, #0064C8);
  font-weight: bold;
  color: #0064C8;
  color: var(--color-brand1-6, #0064C8);
  background: #F7F9FA;
  background: var(--color-brand1-1, #F7F9FA);
}

.next-calendar2-card .next-calendar2-header {
  padding: 8px 8px;
  border-bottom: 1px solid #E3E4E6;
  border-bottom: 1px solid var(--color-line1-1, #E3E4E6);
}

.next-calendar2-panel .next-calendar2-header {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E3E4E6;
  border-bottom: 1px solid var(--color-line1-1, #E3E4E6);
}

.next-calendar2-panel .next-calendar2-header-btn {
  min-width: 20px;
  line-height: 20px;
  color: #555555;
  color: var(--color-text1-3, #555555);
  font-family: inherit;
  vertical-align: initial;
  border-radius: 2px;
}

.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
  text-align: center;
  font-size: 14px;
  color: #111111;
  color: var(--color-text1-4, #111111);
  font-weight: bolder;
  vertical-align: initial;
}

.next-calendar2-panel .next-calendar2-header-btn:hover,
.next-calendar2-panel .next-calendar2-header-btn:hover > span {
  color: #002850;
  color: var(--color-brand1-9, #002850);
}

.next-calendar2-panel .next-calendar2-header-right-btn:hover, .next-calendar2-panel .next-calendar2-header-left-btn:hover {
  background: #F7F9FA;
  background: var(--color-fill1-2, #F7F9FA);
}

.next-calendar2-panel .next-calendar2-header-text-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 38px;
  line-height: 38px;
}

.next-calendar2-panel .next-calendar2-header-text-field .next-calendar2-header-btn:not(:first-child) {
  margin-left: 6px;
}

.next-calendar2-header-select-month-popup,
.next-calendar2-header-select-year-popup {
  min-width: auto;
}

.next-time-picker2-menu {
  float: left;
  text-align: center;
  padding: 8px 0;
}

.next-time-picker2-menu:not(:last-child) {
  border-right: 1px solid #C0C6CC;
  border-right: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #C0C6CC);
}

.next-time-picker2-menu-title {
  cursor: default;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-size: var(--font-size-caption, 12px);
  font-weight: normal;
  font-weight: var(--font-weight-2, normal);
  color: #888888;
  color: var(--color-text1-2, #888888);
  background: #FFFFFF;
}

.next-time-picker2-menu ul {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  width: 54px;
  padding: 0;
  font-size: 12px;
  font-size: var(--font-size-caption, 12px);
  height: 224px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.next-time-picker2-menu ul::-webkit-scrollbar {
  width: 0;
}

.next-time-picker2-menu ul:hover {
  overflow-y: auto;
}

.next-time-picker2-menu ul:after {
  display: block;
  height: 192px;
  content: "";
}

.next-time-picker2-menu-item {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  -webkit-transition: background 100ms linear;
  transition: background 100ms linear;
  color: #555555;
  color: var(--color-text1-3, #555555);
  background: #FFFFFF;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.next-time-picker2-menu-item:hover {
  color: #111111;
  color: var(--color-text1-4, #111111);
  background: #F7F9FA;
  background: var(--color-fill1-2, #F7F9FA);
}

.next-time-picker2-menu-item.next-selected {
  color: #555555;
  color: var(--color-text1-3, #555555);
  background: #F7F9FA;
  background: var(--color-brand1-1, #F7F9FA);
}

.next-time-picker2-menu-item.next-disabled {
  cursor: not-allowed;
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
  background: #F8F8F9;
  background: var(--color-fill1-1, #F8F8F9);
}

.next-time-picker2-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-time-picker2-panel *,
.next-time-picker2-panel *:before,
.next-time-picker2-panel *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-time-picker2-panel:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.next-time-picker2-panel-header {
  border-bottom: 1px solid #C0C6CC;
  border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #C0C6CC);
}

.next-time-picker2-panel-input.next-input {
  width: 100%;
  padding: 6px;
  border-color: transparent;
  vertical-align: middle;
}

.next-time-picker2-panel .next-time-picker2-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.next-time-picker2-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #F0F0F0;
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.next-time-picker2-footer-actions {
  margin-left: auto;
}

.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu {
  float: right;
}

.next-time-picker2-wrapper[dir=rtl] .next-time-picker2-menu:not(:last-child) {
  border-right: none;
  border-left: 1px solid #C0C6CC;
  border-left: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #C0C6CC);
}

.next-time-picker2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.next-time-picker2 *,
.next-time-picker2 *:before,
.next-time-picker2 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.next-time-picker2-trigger .next-input {
  width: 100%;
}

.next-time-picker2-wrapper {
  padding: 4px 0;
}

.next-time-picker2-body {
  overflow: hidden;
  border: 1px solid #C0C6CC;
  border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #C0C6CC);
  border-radius: 2px;
  border-radius: var(--popup-local-corner, 2px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: var(--popup-local-shadow, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
}

.next-time-picker2-symbol-clock-icon::before {
  content: "\e621";
  content: var(--icon-content-clock, "\e621");
}

div[dir=rtl] .next-date-picker2-footer-preset > .next-btn {
  margin-left: 8px;
  margin-right: 0;
}

div[dir=rtl] .next-date-picker2-footer-actions {
  margin-left: 0;
  margin-right: auto;
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:last-child::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 8px;
}

div[dir=rtl] .next-date-picker2-wrapper .next-calendar2-cell:first-child::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 8px;
}

div[dir=rtl] .next-date-time-picker-wrapper {
  border-right: 1px solid #E3E4E6;
  border-right: 1px solid var(--color-line1-1, #E3E4E6);
  border-left: node;
}

div[dir=rtl] .next-date-time-picker-wrapper .next-time-picker2-menu:not(:last-child) {
  border-left: 1px solid #DCDEE3;
  border-right: none;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before {
  right: 50%;
  left: 0;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end::before {
  left: 50%;
  right: 0;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after {
  right: 8px;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin:not(:last-child)::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child:not(.next-calendar2-cell-hover-end)::after {
  left: 0;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after {
  left: 8px;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end:not(:first-child)::after, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child:not(.next-calendar2-cell-hover-begin)::after {
  right: 0;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after {
  left: 0;
  right: 7px;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after {
  right: 0;
  left: 7px;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #002850;
  border-right: 1px dashed var(--color-brand1-9, #002850);
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #002850;
  border-left: 1px dashed var(--color-brand1-9, #002850);
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after {
  right: 0;
  left: 8px;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #002850;
  border-left: 1px dashed var(--color-brand1-9, #002850);
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 1px dashed #002850;
  border-right: 1px dashed var(--color-brand1-9, #002850);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px dashed #002850;
  border-left: 1px dashed var(--color-brand1-9, #002850);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after {
  right: 8px;
  left: 0;
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
  right: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #002850;
  border-right: 1px dashed var(--color-brand1-9, #002850);
}

div[dir=rtl] .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:not(.next-calendar2-cell-hover-end):not(.next-calendar2-cell-hover-begin)::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before {
  right: 50%;
  left: 0;
}

div[dir=rtl] .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before {
  left: 50%;
  right: 0;
}

.next-date-picker2 {
  outline: none;
  display: inline-table;
  position: relative;
  width: inherit;
}

.next-date-picker2-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #E3E4E6;
  border-top: 1px solid var(--color-line1-1, #E3E4E6);
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.next-date-picker2-footer-preset > .next-btn {
  margin-right: 8px;
}

.next-date-picker2-footer-actions {
  margin-left: auto;
}

.next-date-picker2-footer-preset-only {
  width: 100%;
}

.next-date-picker2-overlay {
  vertical-align: top;
  padding: 4px 0px;
}

.next-date-picker2-overlay-range {
  padding: 12px 0px;
}

.next-date-picker2-wrapper {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  border: 1px solid #E3E4E6;
  border: 1px solid var(--color-line1-1, #E3E4E6);
  border-radius: 2px;
  border-radius: var(--corner-1, 2px);
}

.next-date-picker2-wrapper .next-calendar2-panel {
  border-radius: 2px;
  border-radius: var(--corner-1, 2px);
}

.next-date-picker2-wrapper .next-calendar2-body {
  width: 272px;
}

.next-date-picker2-wrapper .next-calendar2-cell::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  z-index: 1;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-date-picker2-wrapper .next-calendar2-cell:last-child::before {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 8px;
}

.next-date-picker2-wrapper .next-calendar2-cell:first-child::before {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 8px;
}

.next-date-picker2-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #C0C6CC;
  border: var(--input-border-width, 1px) solid var(--input-border-color, #C0C6CC);
  vertical-align: middle;
  width: inherit;
}

.next-date-picker2-input .next-input {
  border: none;
  width: 100%;
  height: 100%;
}

.next-date-picker2-input .next-input input {
  height: 100%;
}

.next-date-picker2-input.next-date-picker2-input-small {
  height: 24px;
  height: var(--form-element-small-height, 24px);
  border-radius: 2px;
  border-radius: var(--form-element-small-corner, 2px);
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
  padding-left: 8px;
  padding-left: var(--input-s-label-padding-left, 8px);
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
  padding-right: 4px;
  padding-right: var(--input-s-icon-padding-right, 4px);
}

.next-date-picker2-input.next-date-picker2-input-small input {
  height: 22px;
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2);
  line-height: 22px \0 ;
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2) \0 ;
  padding: 0 12px;
  padding: 0 var(--input-s-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
  padding: 0 12px;
  padding: 0 var(--input-s-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-small-font-size, 12px);
  height: 22px;
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2);
  line-height: 22px;
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px) * 2);
}

.next-date-picker2-input.next-date-picker2-input-small .next-icon:before,
.next-date-picker2-input.next-date-picker2-input-small .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--form-element-small-corner, 2px) var(--form-element-small-corner, 2px) 0;
}

.next-date-picker2-input.next-date-picker2-input-medium {
  height: 32px;
  height: var(--form-element-medium-height, 32px);
  border-radius: 2px;
  border-radius: var(--form-element-medium-corner, 2px);
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
  padding-left: 16px;
  padding-left: var(--input-m-label-padding-left, 16px);
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
  padding-right: 8px;
  padding-right: var(--input-m-icon-padding-right, 8px);
}

.next-date-picker2-input.next-date-picker2-input-medium input {
  height: 30px;
  height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2);
  line-height: 30px \0 ;
  line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2) \0 ;
  padding: 0 12px;
  padding: 0 var(--input-m-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
  padding: 0 12px;
  padding: 0 var(--input-m-padding, 12px);
  font-size: 12px;
  font-size: var(--form-element-medium-font-size, 12px);
  height: 30px;
  height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2);
  line-height: 30px;
  line-height: calc(var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2);
}

.next-date-picker2-input.next-date-picker2-input-medium .next-icon:before,
.next-date-picker2-input.next-date-picker2-input-medium .next-icon .next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--form-element-medium-corner, 2px) var(--form-element-medium-corner, 2px) 0;
}

.next-date-picker2-input.next-date-picker2-input-large {
  height: 36px;
  height: var(--form-element-large-height, 36px);
  border-radius: 2px;
  border-radius: var(--form-element-large-corner, 2px);
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
  padding-left: 16px;
  padding-left: var(--input-l-label-padding-left, 16px);
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
  padding-right: 12px;
  padding-right: var(--input-l-icon-padding-right, 12px);
}

.next-date-picker2-input.next-date-picker2-input-large input {
  height: 34px;
  height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2);
  line-height: 34px \0 ;
  line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2) \0 ;
  padding: 0 12px;
  padding: 0 var(--input-l-padding, 12px);
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
  padding: 0 12px;
  padding: 0 var(--input-l-padding, 12px);
  font-size: 14px;
  font-size: var(--form-element-large-font-size, 14px);
  height: 34px;
  height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2);
  line-height: 34px;
  line-height: calc(var(--form-element-large-height, 36px) - var(--input-border-width, 1px) * 2);
}

.next-date-picker2-input.next-date-picker2-input-large .next-icon:before,
.next-date-picker2-input.next-date-picker2-input-large .next-icon .next-icon-remote {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}

.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
  border-radius: 0 2px 2px 0;
  border-radius: 0 var(--form-element-large-corner, 2px) var(--form-element-large-corner, 2px) 0;
}

.next-date-picker2-input:hover {
  border-color: #C0C6CC;
  border-color: var(--input-hover-border-color, #C0C6CC);
  background-color: #FFFFFF;
  background-color: var(--input-hover-bg-color, #FFFFFF);
}

.next-date-picker2-input.next-date-picker2-input-focus {
  border-color: #0064C8;
  border-color: var(--input-focus-border-color, #0064C8);
  background-color: #FFFFFF;
  background-color: var(--input-focus-bg-color, #FFFFFF);
  -webkit-box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2);
  box-shadow: 0 0 0 0px rgba(0, 100, 200, 0.2);
}

.next-date-picker2-input.next-date-picker2-input-noborder {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.next-date-picker2-input.next-date-picker2-input-disabled {
  color: #b3b3b3;
  color: var(--input-disabled-color, #b3b3b3);
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
  cursor: not-allowed;
}

.next-date-picker2-input.next-date-picker2-input-disabled:hover {
  border-color: #C0C6CC;
  border-color: var(--input-disabled-border-color, #C0C6CC);
  background-color: #F7F9FA;
  background-color: var(--input-disabled-bg-color, #F7F9FA);
}

.next-date-picker2-input-separator {
  color: #C0C6CC;
  color: var(--input-border-color, #C0C6CC);
  font-size: 12px;
  display: inline-block;
  min-width: 16px;
  text-align: center;
}

.next-range-picker2-panel, .next-date-picker2-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-right .next-calendar2-header-left-btn,
.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-left .next-calendar2-header-right-btn {
  visibility: hidden;
}

.next-range-picker2-arrow {
  display: block;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-left: 16.5px;
  border-color: #E3E4E6 #E3E4E6 transparent transparent;
  border-color: var(--color-line1-1, #E3E4E6) var(--color-line1-1, #E3E4E6) transparent transparent;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  background: #FFFFFF;
}

.next-date-picker2-tl-bl .next-range-picker2-arrow {
  top: 12.5px;
}

.next-date-picker2-bl-tl .next-range-picker2-arrow {
  bottom: 13px;
  -webkit-transform: translate(0, 50%) rotate(135deg);
  -ms-transform: translate(0, 50%) rotate(135deg);
  transform: translate(0, 50%) rotate(135deg);
}

.next-date-time-picker-wrapper {
  border-left: 1px solid #E3E4E6;
  border-left: 1px solid var(--color-line1-1, #E3E4E6);
}

.next-date-time-picker-wrapper .next-calendar2-body {
  padding-right: 0px;
  padding-left: 0px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner {
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
  background: #F8F8F9;
  background: var(--color-fill1-1, #F8F8F9);
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected::before {
  color: #555555;
  color: var(--color-text1-3, #555555);
  background: #F7F9FA;
  background: var(--color-brand1-1, #F7F9FA);
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected .next-calendar2-cell-inner {
  color: #555555;
  color: var(--color-text1-3, #555555);
  background: transparent;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin .next-calendar2-cell-inner, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end .next-calendar2-cell-inner {
  color: #FFFFFF;
  background: #002850;
  background: var(--color-brand1-9, #002850);
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin::before {
  left: 50%;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end::before {
  right: 50%;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-begin-single::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected.next-calendar2-cell-range-end-single::before {
  display: none;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: #002850 transparent;
  border-color: var(--color-brand1-9, #002850) transparent;
  border-style: dashed;
  border-width: 1px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after {
  left: 8px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after {
  right: 8px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-begin::after {
  left: 7px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-selected.next-calendar2-cell-hover-end::after {
  right: 7px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #002850;
  border-left: 1px dashed var(--color-brand1-9, #002850);
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #002850;
  border-right: 1px dashed var(--color-brand1-9, #002850);
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::before {
  right: 8px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end::after {
  right: 8px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-edge-end.next-calendar2-cell-hover::after {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #002850;
  border-right: 1px dashed var(--color-brand1-9, #002850);
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after {
  border-top: 1px dashed #002850;
  border-top: 1px dashed var(--color-brand1-9, #002850);
  border-left: 1px dashed #002850;
  border-left: 1px dashed var(--color-brand1-9, #002850);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after {
  border-top: 1px dashed #002850;
  border-top: 1px dashed var(--color-brand1-9, #002850);
  border-right: 1px dashed #002850;
  border-right: 1px dashed var(--color-brand1-9, #002850);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after {
  left: 8px;
}

.next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #002850;
  border-left: 1px dashed var(--color-brand1-9, #002850);
}

.next-calendar2-table-week .next-calendar2-cell-hover::after {
  display: none;
}

.next-calendar2-table-week tr:hover .next-calendar2-cell:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected)::before {
  background: #F7F9FA;
  background: var(--color-fill1-2, #F7F9FA);
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected::before,
.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected .next-calendar2-cell-inner {
  color: #555555;
  color: var(--color-text1-3, #555555);
  background-color: #F7F9FA;
  background-color: var(--color-brand1-1, #F7F9FA);
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child .next-calendar2-cell-inner, .next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2) .next-calendar2-cell-inner {
  color: #FFFFFF;
  background: #002850;
  background: var(--color-brand1-9, #002850);
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:nth-child(2)::before {
  left: 50%;
}

.next-calendar2-table-week .next-calendar2-week-current .next-calendar2-cell.next-calendar2-cell-selected:last-child::before {
  right: 50%;
}

.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled)::before,
.next-calendar2-table-week tr:not(.next-calendar2-week-current) td.next-calendar2-cell.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner {
  background-color: transparent;
  color: #C1C1C1;
  color: var(--color-text1-1, #C1C1C1);
}

.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled):nth-child(2) .next-calendar2-cell-inner {
  background-color: #F7F9FA;
  background-color: var(--color-brand1-1, #F7F9FA);
  color: #555555;
  color: var(--color-text1-3, #555555);
}

.next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-begin:nth-child(2) .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:last-child .next-calendar2-cell-inner, .next-range-picker2-panel .next-calendar2-week-current .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled).next-calendar2-cell-week-range-end:nth-child(2) .next-calendar2-cell-inner {
  color: #FFFFFF;
  background: #002850;
  background: var(--color-brand1-9, #002850);
}

.next-icon-d-up-for-component::before {
  content: "\ea37";
  content: var(--icon-content-d-up-for-component, "\ea37");
}

.next-icon-zoom-in-line1::before {
  content: "\ea36";
  content: var(--icon-content-zoom-in-line1, "\ea36");
}

.next-icon-zoom-out-line1::before {
  content: "\ea35";
  content: var(--icon-content-zoom-out-line1, "\ea35");
}

.next-icon-a-rank-line2::before {
  content: "\ea34";
  content: var(--icon-content-a-rank-line2, "\ea34");
}

.next-icon-a-drag-line2::before {
  content: "\ea33";
  content: var(--icon-content-a-drag-line2, "\ea33");
}

.next-icon-a-filter-line2::before {
  content: "\ea32";
  content: var(--icon-content-a-filter-line2, "\ea32");
}

.next-icon-undo-fill::before {
  content: "\ea31";
  content: var(--icon-content-undo-fill, "\ea31");
}

.next-icon-undo-line::before {
  content: "\ea30";
  content: var(--icon-content-undo-line, "\ea30");
}

.next-icon-cancelundo-line::before {
  content: "\e880";
  content: var(--icon-content-cancelundo-line, "\e880");
}

.next-icon-cancelundo-fill::before {
  content: "\e87f";
  content: var(--icon-content-cancelundo-fill, "\e87f");
}

.next-icon-t-up-for-component::before {
  content: "\ea2f";
  content: var(--icon-content-t-up-for-component, "\ea2f");
}

.next-icon-time-for-component::before {
  content: "\ea2e";
  content: var(--icon-content-time-for-component, "\ea2e");
}

.next-icon-help-for-component::before {
  content: "\ea2d";
  content: var(--icon-content-help-for-component, "\ea2d");
}

.next-icon-left-for-component::before {
  content: "\ea2c";
  content: var(--icon-content-left-for-component, "\ea2c");
}

.next-icon-d-left-for-component::before {
  content: "\ea2b";
  content: var(--icon-content-d-left-for-component, "\ea2b");
}

.next-icon-info-for-component::before {
  content: "\ea2a";
  content: var(--icon-content-info-for-component, "\ea2a");
}

.next-icon-right-for-component::before {
  content: "\ea29";
  content: var(--icon-content-right-for-component, "\ea29");
}

.next-icon-d-right-for-component::before {
  content: "\ea28";
  content: var(--icon-content-d-right-for-component, "\ea28");
}

.next-icon-plus-for-component::before {
  content: "\ea27";
  content: var(--icon-content-plus-for-component, "\ea27");
}

.next-icon-loading-line-for-component::before {
  content: "\ea26";
  content: var(--icon-content-loading-line-for-component, "\ea26");
}

.next-icon-upload-for-component::before {
  content: "\ea25";
  content: var(--icon-content-upload-for-component, "\ea25");
}

.next-icon-more-line-for-component::before {
  content: "\ea24";
  content: var(--icon-content-more-line-for-component, "\ea24");
}

.next-icon-check-for-component::before {
  content: "\ea23";
  content: var(--icon-content-check-for-component, "\ea23");
}

.next-icon-closemark-for-component::before {
  content: "\ea22";
  content: var(--icon-content-closemark-for-component, "\ea22");
}

.next-icon-warning-for-component::before {
  content: "\ea21";
  content: var(--icon-content-warning-for-component, "\ea21");
}

.next-icon-search-for-component::before {
  content: "\ea20";
  content: var(--icon-content-search-for-component, "\ea20");
}

.next-icon-expand-down-for-component::before {
  content: "\ea1f";
  content: var(--icon-content-expand-down-for-component, "\ea1f");
}

.next-icon-minus-for-component::before {
  content: "\e8ae";
  content: var(--icon-content-minus-for-component, "\e8ae");
}

.next-icon-chek-for-component::before {
  content: "\ea1e";
  content: var(--icon-content-chek-for-component, "\ea1e");
}

.next-icon-chart_bar::before {
  content: "\e924";
  content: var(--icon-content-chart_bar, "\e924");
}

.next-icon-align-vertical-top-line::before {
  content: "\e9ad";
  content: var(--icon-content-align-vertical-top-line, "\e9ad");
}

.next-icon-screen-arrow-left-line::before {
  content: "\e9ac";
  content: var(--icon-content-screen-arrow-left-line, "\e9ac");
}

.next-icon-googleplus-fill::before {
  content: "\e9ab";
  content: var(--icon-content-googleplus-fill, "\e9ab");
}

.next-icon-document-task-line::before {
  content: "\e9aa";
  content: var(--icon-content-document-task-line, "\e9aa");
}

.next-icon-twitter-fill::before {
  content: "\e9a9";
  content: var(--icon-content-twitter-fill, "\e9a9");
}

.next-icon-copy-line::before {
  content: "\e9a8";
  content: var(--icon-content-copy-line, "\e9a8");
}

.next-icon-folders-line::before {
  content: "\e9a7";
  content: var(--icon-content-folders-line, "\e9a7");
}

.next-icon-check-line::before {
  content: "\e9a6";
  content: var(--icon-content-check-line, "\e9a6");
}

.next-icon-chevron-sort-line::before {
  content: "\e9a5";
  content: var(--icon-content-chevron-sort-line, "\e9a5");
}

.next-icon-user-certification-line::before {
  content: "\e9a4";
  content: var(--icon-content-user-certification-line, "\e9a4");
}

.next-icon-arrow-up-line::before {
  content: "\e9a3";
  content: var(--icon-content-arrow-up-line, "\e9a3");
}

.next-icon-info-line::before {
  content: "\e9a2";
  content: var(--icon-content-info-line, "\e9a2");
}

.next-icon-refresh-line::before {
  content: "\e9a1";
  content: var(--icon-content-refresh-line, "\e9a1");
}

.next-icon-checkmark-line::before {
  content: "\e9a0";
  content: var(--icon-content-checkmark-line, "\e9a0");
}

.next-icon-list-line::before {
  content: "\e99f";
  content: var(--icon-content-list-line, "\e99f");
}

.next-icon-calculator-line::before {
  content: "\e99e";
  content: var(--icon-content-calculator-line, "\e99e");
}

.next-icon-forbidden-line::before {
  content: "\e99d";
  content: var(--icon-content-forbidden-line, "\e99d");
}

.next-icon-warning-line::before {
  content: "\e99c";
  content: var(--icon-content-warning-line, "\e99c");
}

.next-icon-caution-line::before {
  content: "\e99b";
  content: var(--icon-content-caution-line, "\e99b");
}

.next-icon-a-1688-fill::before {
  content: "\e99a";
  content: var(--icon-content-a-1688-fill, "\e99a");
}

.next-icon-like-line::before {
  content: "\e999";
  content: var(--icon-content-like-line, "\e999");
}

.next-icon-closemark-line::before {
  content: "\e998";
  content: var(--icon-content-closemark-line, "\e998");
}

.next-icon-help-line::before {
  content: "\e997";
  content: var(--icon-content-help-line, "\e997");
}

.next-icon-ascending-line::before {
  content: "\e996";
  content: var(--icon-content-ascending-line, "\e996");
}

.next-icon-double-down-line::before {
  content: "\e995";
  content: var(--icon-content-double-down-line, "\e995");
}

.next-icon-arrow-down-line::before {
  content: "\e994";
  content: var(--icon-content-arrow-down-line, "\e994");
}

.next-icon-arrow-left-line::before {
  content: "\e993";
  content: var(--icon-content-arrow-left-line, "\e993");
}

.next-icon-double-left-line::before {
  content: "\e992";
  content: var(--icon-content-double-left-line, "\e992");
}

.next-icon-button-sort-fill::before {
  content: "\e991";
  content: var(--icon-content-button-sort-fill, "\e991");
}

.next-icon-down-to-bottom-line::before {
  content: "\e990";
  content: var(--icon-content-down-to-bottom-line, "\e990");
}

.next-icon-star-line::before {
  content: "\e98f";
  content: var(--icon-content-star-line, "\e98f");
}

.next-icon-forward-line::before {
  content: "\e98e";
  content: var(--icon-content-forward-line, "\e98e");
}

.next-icon-sort-line::before {
  content: "\e98d";
  content: var(--icon-content-sort-line, "\e98d");
}

.next-icon-double-right-line::before {
  content: "\e98c";
  content: var(--icon-content-double-right-line, "\e98c");
}

.next-icon-GitHub-fill::before {
  content: "\e98b";
  content: var(--icon-content-GitHub-fill, "\e98b");
}

.next-icon-expand-line::before {
  content: "\e98a";
  content: var(--icon-content-expand-line, "\e98a");
}

.next-icon-switch-line::before {
  content: "\e989";
  content: var(--icon-content-switch-line, "\e989");
}

.next-icon-descending-line::before {
  content: "\e988";
  content: var(--icon-content-descending-line, "\e988");
}

.next-icon-back-line::before {
  content: "\e987";
  content: var(--icon-content-back-line, "\e987");
}

.next-icon-stop-outline-line::before {
  content: "\e986";
  content: var(--icon-content-stop-outline-line, "\e986");
}

.next-icon-pause-outline-line::before {
  content: "\e985";
  content: var(--icon-content-pause-outline-line, "\e985");
}

.next-icon-unlock-line::before {
  content: "\e984";
  content: var(--icon-content-unlock-line, "\e984");
}

.next-icon-discount-line::before {
  content: "\e983";
  content: var(--icon-content-discount-line, "\e983");
}

.next-icon-sub-account-line::before {
  content: "\e982";
  content: var(--icon-content-sub-account-line, "\e982");
}

.next-icon-navigation-line::before {
  content: "\e981";
  content: var(--icon-content-navigation-line, "\e981");
}

.next-icon-plus-circle-line::before {
  content: "\e980";
  content: var(--icon-content-plus-circle-line, "\e980");
}

.next-icon-close-line::before {
  content: "\e97f";
  content: var(--icon-content-close-line, "\e97f");
}

.next-icon-notification-line::before {
  content: "\e97e";
  content: var(--icon-content-notification-line, "\e97e");
}

.next-icon-taobao-fill::before {
  content: "\e97d";
  content: var(--icon-content-taobao-fill, "\e97d");
}

.next-icon-flow-line::before {
  content: "\e97c";
  content: var(--icon-content-flow-line, "\e97c");
}

.next-icon-download-line::before {
  content: "\e97b";
  content: var(--icon-content-download-line, "\e97b");
}

.next-icon-international-line::before {
  content: "\e97a";
  content: var(--icon-content-international-line, "\e97a");
}

.next-icon-document-add-line::before {
  content: "\e979";
  content: var(--icon-content-document-add-line, "\e979");
}

.next-icon-notification-off-line::before {
  content: "\e978";
  content: var(--icon-content-notification-off-line, "\e978");
}

.next-icon-lock-line::before {
  content: "\e977";
  content: var(--icon-content-lock-line, "\e977");
}

.next-icon-user-avatar-line::before {
  content: "\e976";
  content: var(--icon-content-user-avatar-line, "\e976");
}

.next-icon-partner-line::before {
  content: "\e975";
  content: var(--icon-content-partner-line, "\e975");
}

.next-icon-et-line::before {
  content: "\e973";
  content: var(--icon-content-et-line, "\e973");
}

.next-icon-customer-sercive-line::before {
  content: "\e972";
  content: var(--icon-content-customer-sercive-line, "\e972");
}

.next-icon-user-follow-line::before {
  content: "\e971";
  content: var(--icon-content-user-follow-line, "\e971");
}

.next-icon-screen-arrow-right-line::before {
  content: "\e970";
  content: var(--icon-content-screen-arrow-right-line, "\e970");
}

.next-icon-more-line::before {
  content: "\e624";
  content: var(--icon-content-more-line, "\e624");
}

.next-icon-minus-circle-line::before {
  content: "\e96f";
  content: var(--icon-content-minus-circle-line, "\e96f");
}

.next-icon-facebook-fill::before {
  content: "\e62d";
  content: var(--icon-content-facebook-fill, "\e62d");
}

.next-icon-user-admin-line::before {
  content: "\e629";
  content: var(--icon-content-user-admin-line, "\e629");
}

.next-icon-collapse-line::before {
  content: "\e96e";
  content: var(--icon-content-collapse-line, "\e96e");
}

.next-icon-bug-report-line::before {
  content: "\e622";
  content: var(--icon-content-bug-report-line, "\e622");
}

.next-icon-credits-line::before {
  content: "\e96d";
  content: var(--icon-content-credits-line, "\e96d");
}

.next-icon-upload-line::before {
  content: "\e96c";
  content: var(--icon-content-upload-line, "\e96c");
}

.next-icon-setting-line::before {
  content: "\e96b";
  content: var(--icon-content-setting-line, "\e96b");
}

.next-icon-message-line::before {
  content: "\e96a";
  content: var(--icon-content-message-line, "\e96a");
}

.next-icon-edit-line::before {
  content: "\e969";
  content: var(--icon-content-edit-line, "\e969");
}

.next-icon-message-unread-line::before {
  content: "\e967";
  content: var(--icon-content-message-unread-line, "\e967");
}

.next-icon-view-off-line::before {
  content: "\e966";
  content: var(--icon-content-view-off-line, "\e966");
}

.next-icon-phonecall-line::before {
  content: "\e965";
  content: var(--icon-content-phonecall-line, "\e965");
}

.next-icon-document-download-line::before {
  content: "\e964";
  content: var(--icon-content-document-download-line, "\e964");
}

.next-icon-order-unread-line::before {
  content: "\e963";
  content: var(--icon-content-order-unread-line, "\e963");
}

.next-icon-view-line::before {
  content: "\e962";
  content: var(--icon-content-view-line, "\e962");
}

.next-icon-document-line::before {
  content: "\e961";
  content: var(--icon-content-document-line, "\e961");
}

.next-icon-chart-pie-line::before {
  content: "\e960";
  content: var(--icon-content-chart-pie-line, "\e960");
}

.next-icon-folder-line::before {
  content: "\e95f";
  content: var(--icon-content-folder-line, "\e95f");
}

.next-icon-renew-line::before {
  content: "\e95e";
  content: var(--icon-content-renew-line, "\e95e");
}

.next-icon-order-line::before {
  content: "\e95d";
  content: var(--icon-content-order-line, "\e95d");
}

.next-icon-cart-empty-line::before {
  content: "\e95c";
  content: var(--icon-content-cart-empty-line, "\e95c");
}

.next-icon-zoom-out-line::before {
  content: "\e95b";
  content: var(--icon-content-zoom-out-line, "\e95b");
}

.next-icon-play-outline-line::before {
  content: "\e95a";
  content: var(--icon-content-play-outline-line, "\e95a");
}

.next-icon-share-fill::before {
  content: "\e959";
  content: var(--icon-content-share-fill, "\e959");
}

.next-icon-time-line::before {
  content: "\e958";
  content: var(--icon-content-time-line, "\e958");
}

.next-icon-arrow-right-line::before {
  content: "\e957";
  content: var(--icon-content-arrow-right-line, "\e957");
}

.next-icon-button-left-fill::before {
  content: "\e956";
  content: var(--icon-content-button-left-fill, "\e956");
}

.next-icon-cart-with-line::before {
  content: "\e955";
  content: var(--icon-content-cart-with-line, "\e955");
}

.next-icon-user-profile-line::before {
  content: "\e954";
  content: var(--icon-content-user-profile-line, "\e954");
}

.next-icon-zoom-in-line::before {
  content: "\e780";
  content: var(--icon-content-zoom-in-line, "\e780");
}

.next-icon-search-line::before {
  content: "\e77f";
  content: var(--icon-content-search-line, "\e77f");
}

.next-icon-phonecall-off-line::before {
  content: "\e62f";
  content: var(--icon-content-phonecall-off-line, "\e62f");
}

.next-icon-location-line::before {
  content: "\e62e";
  content: var(--icon-content-location-line, "\e62e");
}

.next-icon-user-avatar-fill::before {
  content: "\e62c";
  content: var(--icon-content-user-avatar-fill, "\e62c");
}

.next-icon-compress-line::before {
  content: "\e62b";
  content: var(--icon-content-compress-line, "\e62b");
}

.next-icon-share-line::before {
  content: "\e62a";
  content: var(--icon-content-share-line, "\e62a");
}

.next-icon-questionnaire-line::before {
  content: "\ea1d";
  content: var(--icon-content-questionnaire-line, "\ea1d");
}

.next-icon-trainin-line::before {
  content: "\ea1c";
  content: var(--icon-content-trainin-line, "\ea1c");
}

.next-icon-recharge-line::before {
  content: "\ea1b";
  content: var(--icon-content-recharge-line, "\ea1b");
}

.next-icon-scroll-mode-line::before {
  content: "\ea1a";
  content: var(--icon-content-scroll-mode-line, "\ea1a");
}

.next-icon-sort-circle-line::before {
  content: "\ea19";
  content: var(--icon-content-sort-circle-line, "\ea19");
}

.next-icon-drag-line::before {
  content: "\ea18";
  content: var(--icon-content-drag-line, "\ea18");
}

.next-icon-arrow-circular-line::before {
  content: "\ea17";
  content: var(--icon-content-arrow-circular-line, "\ea17");
}

.next-icon-calendar-line::before {
  content: "\ea16";
  content: var(--icon-content-calendar-line, "\ea16");
}

.next-icon-external-link-line::before {
  content: "\ea15";
  content: var(--icon-content-external-link-line, "\ea15");
}

.next-icon-remote-control-line::before {
  content: "\ea14";
  content: var(--icon-content-remote-control-line, "\ea14");
}

.next-icon-compass-line::before {
  content: "\ea13";
  content: var(--icon-content-compass-line, "\ea13");
}

.next-icon-diagnose-line::before {
  content: "\ea12";
  content: var(--icon-content-diagnose-line, "\ea12");
}

.next-icon-management-line::before {
  content: "\ea11";
  content: var(--icon-content-management-line, "\ea11");
}

.next-icon-display-arrow-left-line::before {
  content: "\ea10";
  content: var(--icon-content-display-arrow-left-line, "\ea10");
}

.next-icon-resource-setting-fill::before {
  content: "\ea0f";
  content: var(--icon-content-resource-setting-fill, "\ea0f");
}

.next-icon-plus-line::before {
  content: "\ea0e";
  content: var(--icon-content-plus-line, "\ea0e");
}

.next-icon-minus-line::before {
  content: "\ea0d";
  content: var(--icon-content-minus-line, "\ea0d");
}

.next-icon-backspace-line::before {
  content: "\ea0c";
  content: var(--icon-content-backspace-line, "\ea0c");
}

.next-icon-terminal-line::before {
  content: "\ea0b";
  content: var(--icon-content-terminal-line, "\ea0b");
}

.next-icon-home-line::before {
  content: "\ea0a";
  content: var(--icon-content-home-line, "\ea0a");
}

.next-icon-structured-data-line::before {
  content: "\ea09";
  content: var(--icon-content-structured-data-line, "\ea09");
}

.next-icon-step-mode-line::before {
  content: "\ea08";
  content: var(--icon-content-step-mode-line, "\ea08");
}

.next-icon-connection-line::before {
  content: "\ea07";
  content: var(--icon-content-connection-line, "\ea07");
}

.next-icon-new-fill::before {
  content: "\ea06";
  content: var(--icon-content-new-fill, "\ea06");
}

.next-icon-hourglass-line::before {
  content: "\ea05";
  content: var(--icon-content-hourglass-line, "\ea05");
}

.next-icon-alert-fill::before {
  content: "\ea04";
  content: var(--icon-content-alert-fill, "\ea04");
}

.next-icon-rank-line::before {
  content: "\ea03";
  content: var(--icon-content-rank-line, "\ea03");
}

.next-icon-new-releases-fill::before {
  content: "\ea02";
  content: var(--icon-content-new-releases-fill, "\ea02");
}

.next-icon-news-line::before {
  content: "\ea01";
  content: var(--icon-content-news-line, "\ea01");
}

.next-icon-accesskey-line::before {
  content: "\ea00";
  content: var(--icon-content-accesskey-line, "\ea00");
}

.next-icon-database-line::before {
  content: "\e9ff";
  content: var(--icon-content-database-line, "\e9ff");
}

.next-icon-transanction-line::before {
  content: "\e9fe";
  content: var(--icon-content-transanction-line, "\e9fe");
}

.next-icon-inbox-line::before {
  content: "\e9fd";
  content: var(--icon-content-inbox-line, "\e9fd");
}

.next-icon-align-horizontal-center-line::before {
  content: "\e9fc";
  content: var(--icon-content-align-horizontal-center-line, "\e9fc");
}

.next-icon-comment-line::before {
  content: "\e9fb";
  content: var(--icon-content-comment-line, "\e9fb");
}

.next-icon-pin-fill::before {
  content: "\e9fa";
  content: var(--icon-content-pin-fill, "\e9fa");
}

.next-icon-gift-line::before {
  content: "\e9f9";
  content: var(--icon-content-gift-line, "\e9f9");
}

.next-icon-filter-line::before {
  content: "\e9f8";
  content: var(--icon-content-filter-line, "\e9f8");
}

.next-icon-flag-line::before {
  content: "\e9f7";
  content: var(--icon-content-flag-line, "\e9f7");
}

.next-icon-package-line::before {
  content: "\e9f6";
  content: var(--icon-content-package-line, "\e9f6");
}

.next-icon-power-off-line::before {
  content: "\e9f5";
  content: var(--icon-content-power-off-line, "\e9f5");
}

.next-icon-screen-check-line::before {
  content: "\e9f4";
  content: var(--icon-content-screen-check-line, "\e9f4");
}

.next-icon-cloud-download-line::before {
  content: "\e9f3";
  content: var(--icon-content-cloud-download-line, "\e9f3");
}

.next-icon-wifi-line::before {
  content: "\e9f2";
  content: var(--icon-content-wifi-line, "\e9f2");
}

.next-icon-screen-error-line::before {
  content: "\e9f1";
  content: var(--icon-content-screen-error-line, "\e9f1");
}

.next-icon-save-line::before {
  content: "\e9f0";
  content: var(--icon-content-save-line, "\e9f0");
}

.next-icon-mobile-line::before {
  content: "\e9ef";
  content: var(--icon-content-mobile-line, "\e9ef");
}

.next-icon-charging-pile-line::before {
  content: "\e9ee";
  content: var(--icon-content-charging-pile-line, "\e9ee");
}

.next-icon-application-group-fill::before {
  content: "\e9ed";
  content: var(--icon-content-application-group-fill, "\e9ed");
}

.next-icon-outdent-line::before {
  content: "\e9ec";
  content: var(--icon-content-outdent-line, "\e9ec");
}

.next-icon-screen-line::before {
  content: "\e9eb";
  content: var(--icon-content-screen-line, "\e9eb");
}

.next-icon-pin-fixed-fill::before {
  content: "\e9ea";
  content: var(--icon-content-pin-fixed-fill, "\e9ea");
}

.next-icon-cloud-upload-line::before {
  content: "\e9e9";
  content: var(--icon-content-cloud-upload-line, "\e9e9");
}

.next-icon-screen-monitoring-line::before {
  content: "\e9e8";
  content: var(--icon-content-screen-monitoring-line, "\e9e8");
}

.next-icon-tag-line::before {
  content: "\e9e7";
  content: var(--icon-content-tag-line, "\e9e7");
}

.next-icon-qrcode-line::before {
  content: "\e9e6";
  content: var(--icon-content-qrcode-line, "\e9e6");
}

.next-icon-mobile-error-line::before {
  content: "\e9e5";
  content: var(--icon-content-mobile-error-line, "\e9e5");
}

.next-icon-paperclip-line::before {
  content: "\e9e4";
  content: var(--icon-content-paperclip-line, "\e9e4");
}

.next-icon-delete-line::before {
  content: "\e9e3";
  content: var(--icon-content-delete-line, "\e9e3");
}

.next-icon-indent-line::before {
  content: "\e9e2";
  content: var(--icon-content-indent-line, "\e9e2");
}

.next-icon-application-line::before {
  content: "\e9e1";
  content: var(--icon-content-application-line, "\e9e1");
}

.next-icon-email-line::before {
  content: "\e9e0";
  content: var(--icon-content-email-line, "\e9e0");
}

.next-icon-sql-line::before {
  content: "\e9df";
  content: var(--icon-content-sql-line, "\e9df");
}

.next-icon-dingtalk-fill::before {
  content: "\e9de";
  content: var(--icon-content-dingtalk-fill, "\e9de");
}

.next-icon-folder-add-line::before {
  content: "\e9dd";
  content: var(--icon-content-folder-add-line, "\e9dd");
}

.next-icon-align-horizontal-right-line::before {
  content: "\e9dc";
  content: var(--icon-content-align-horizontal-right-line, "\e9dc");
}

.next-icon-align-vertical-bottom-line::before {
  content: "\e9db";
  content: var(--icon-content-align-vertical-bottom-line, "\e9db");
}

.next-icon-chart-relation-fill::before {
  content: "\e9da";
  content: var(--icon-content-chart-relation-fill, "\e9da");
}

.next-icon-screen-code-line::before {
  content: "\e9d9";
  content: var(--icon-content-screen-code-line, "\e9d9");
}

.next-icon-map-line::before {
  content: "\e9d8";
  content: var(--icon-content-map-line, "\e9d8");
}

.next-icon-display-arrow-right-line::before {
  content: "\e9d7";
  content: var(--icon-content-display-arrow-right-line, "\e9d7");
}

.next-icon-database-plus-line::before {
  content: "\e9d6";
  content: var(--icon-content-database-plus-line, "\e9d6");
}

.next-icon-wangwang-line::before {
  content: "\e9d5";
  content: var(--icon-content-wangwang-line, "\e9d5");
}

.next-icon-alipay-fill::before {
  content: "\e9d4";
  content: var(--icon-content-alipay-fill, "\e9d4");
}

.next-icon-image-line::before {
  content: "\e9d3";
  content: var(--icon-content-image-line, "\e9d3");
}

.next-icon-key-line::before {
  content: "\e9d2";
  content: var(--icon-content-key-line, "\e9d2");
}

.next-icon-hatch-line::before {
  content: "\e9d1";
  content: var(--icon-content-hatch-line, "\e9d1");
}

.next-icon-scan-line::before {
  content: "\e9d0";
  content: var(--icon-content-scan-line, "\e9d0");
}

.next-icon-balance-line::before {
  content: "\e9cf";
  content: var(--icon-content-balance-line, "\e9cf");
}

.next-icon-align-horizontal-left-line::before {
  content: "\e9ce";
  content: var(--icon-content-align-horizontal-left-line, "\e9ce");
}

.next-icon-chart-bar-line::before {
  content: "\e9cd";
  content: var(--icon-content-chart-bar-line, "\e9cd");
}

.next-icon-pic-center-line::before {
  content: "\e9cc";
  content: var(--icon-content-pic-center-line, "\e9cc");
}

.next-icon-cloud-machine-line::before {
  content: "\e9cb";
  content: var(--icon-content-cloud-machine-line, "\e9cb");
}

.next-icon-chart-scatter-plot-line::before {
  content: "\e9ca";
  content: var(--icon-content-chart-scatter-plot-line, "\e9ca");
}

.next-icon-all-line::before {
  content: "\e9c9";
  content: var(--icon-content-all-line, "\e9c9");
}

.next-icon-border-verticle-line::before {
  content: "\e9c8";
  content: var(--icon-content-border-verticle-line, "\e9c8");
}

.next-icon-cut-line::before {
  content: "\e9c7";
  content: var(--icon-content-cut-line, "\e9c7");
}

.next-icon-layer-line::before {
  content: "\e9c6";
  content: var(--icon-content-layer-line, "\e9c6");
}

.next-icon-box-line::before {
  content: "\e9c5";
  content: var(--icon-content-box-line, "\e9c5");
}

.next-icon-chart-area-fill::before {
  content: "\e9c4";
  content: var(--icon-content-chart-area-fill, "\e9c4");
}

.next-icon-mobile-check-line::before {
  content: "\e9c3";
  content: var(--icon-content-mobile-check-line, "\e9c3");
}

.next-icon-pic-side-line::before {
  content: "\e9c2";
  content: var(--icon-content-pic-side-line, "\e9c2");
}

.next-icon-up-to-top-line::before {
  content: "\e9c1";
  content: var(--icon-content-up-to-top-line, "\e9c1");
}

.next-icon-enlarge-line::before {
  content: "\e9c0";
  content: var(--icon-content-enlarge-line, "\e9c0");
}

.next-icon-double-up-line::before {
  content: "\e9bf";
  content: var(--icon-content-double-up-line, "\e9bf");
}

.next-icon-page-first-line::before {
  content: "\e9be";
  content: var(--icon-content-page-first-line, "\e9be");
}

.next-icon-naver-fill::before {
  content: "\e9bd";
  content: var(--icon-content-naver-fill, "\e9bd");
}

.next-icon-sina-fill::before {
  content: "\e9bc";
  content: var(--icon-content-sina-fill, "\e9bc");
}

.next-icon-stackoverflow-fill::before {
  content: "\e9bb";
  content: var(--icon-content-stackoverflow-fill, "\e9bb");
}

.next-icon-youtube-fill::before {
  content: "\e9ba";
  content: var(--icon-content-youtube-fill, "\e9ba");
}

.next-icon-WeChat-fill::before {
  content: "\e9b9";
  content: var(--icon-content-WeChat-fill, "\e9b9");
}

.next-icon-button-right-fill::before {
  content: "\e9b8";
  content: var(--icon-content-button-right-fill, "\e9b8");
}

.next-icon-page-last-line::before {
  content: "\e9b7";
  content: var(--icon-content-page-last-line, "\e9b7");
}

.next-icon-authentication-line::before {
  content: "\e9b6";
  content: var(--icon-content-authentication-line, "\e9b6");
}

.next-icon-dollar-line::before {
  content: "\e9b5";
  content: var(--icon-content-dollar-line, "\e9b5");
}

.next-icon-applets-fill::before {
  content: "\e9b4";
  content: var(--icon-content-applets-fill, "\e9b4");
}

.next-icon-hot-fill::before {
  content: "\e9b3";
  content: var(--icon-content-hot-fill, "\e9b3");
}

.next-icon-server-fault-fill::before {
  content: "\e9b2";
  content: var(--icon-content-server-fault-fill, "\e9b2");
}

.next-icon-gallery-view-line::before {
  content: "\e9b1";
  content: var(--icon-content-gallery-view-line, "\e9b1");
}

.next-icon-linkedin-fill::before {
  content: "\e9b0";
  content: var(--icon-content-linkedin-fill, "\e9b0");
}

.next-icon-button-down-fill::before {
  content: "\e9af";
  content: var(--icon-content-button-down-fill, "\e9af");
}

.next-icon-button-up-fill::before {
  content: "\e9ae";
  content: var(--icon-content-button-up-fill, "\e9ae");
}

.next-icon-compress::before {
  content: "\e8ce";
  content: var(--icon-content-compress, "\e8ce");
}

.next-icon-arrow_circular::before {
  content: "\e8cd";
  content: var(--icon-content-arrow_circular, "\e8cd");
}

.next-icon-charging_pile::before {
  content: "\e8cc";
  content: var(--icon-content-charging_pile, "\e8cc");
}

.next-icon-backspace-fill::before {
  content: "\e8cb";
  content: var(--icon-content-backspace-fill, "\e8cb");
}

.next-icon-star::before {
  content: "\e8ca";
  content: var(--icon-content-star, "\e8ca");
}

.next-icon-info_fill::before {
  content: "\e8c9";
  content: var(--icon-content-info_fill, "\e8c9");
}

.next-icon-caution::before {
  content: "\e8c8";
  content: var(--icon-content-caution, "\e8c8");
}

.next-icon-info::before {
  content: "\e8c7";
  content: var(--icon-content-info, "\e8c7");
}

.next-icon-closemark::before {
  content: "\e8c6";
  content: var(--icon-content-closemark, "\e8c6");
}

.next-icon-caution_fill::before {
  content: "\e8c5";
  content: var(--icon-content-caution_fill, "\e8c5");
}

.next-icon-check_fill::before {
  content: "\e8c4";
  content: var(--icon-content-check_fill, "\e8c4");
}

.next-icon-warning_fill::before {
  content: "\e8c3";
  content: var(--icon-content-warning_fill, "\e8c3");
}

.next-icon-forbidden_fill::before {
  content: "\e8c2";
  content: var(--icon-content-forbidden_fill, "\e8c2");
}

.next-icon-star_fill::before {
  content: "\e8c1";
  content: var(--icon-content-star_fill, "\e8c1");
}

.next-icon-checkmark::before {
  content: "\e8c0";
  content: var(--icon-content-checkmark, "\e8c0");
}

.next-icon-like_fill::before {
  content: "\e8bf";
  content: var(--icon-content-like_fill, "\e8bf");
}

.next-icon-help_fill::before {
  content: "\e8be";
  content: var(--icon-content-help_fill, "\e8be");
}

.next-icon-forbidden::before {
  content: "\e8bd";
  content: var(--icon-content-forbidden, "\e8bd");
}

.next-icon-close_fill::before {
  content: "\e8bc";
  content: var(--icon-content-close_fill, "\e8bc");
}

.next-icon-international::before {
  content: "\e8bb";
  content: var(--icon-content-international, "\e8bb");
}

.next-icon-user_avatar::before {
  content: "\e8ba";
  content: var(--icon-content-user_avatar, "\e8ba");
}

.next-icon-User_avatar_filled_alt::before {
  content: "\e8b9";
  content: var(--icon-content-User_avatar_filled_alt, "\e8b9");
}

.next-icon-user_avatar_full_fill::before {
  content: "\e8b8";
  content: var(--icon-content-user_avatar_full_fill, "\e8b8");
}

.next-icon-user_admin::before {
  content: "\e8b7";
  content: var(--icon-content-user_admin, "\e8b7");
}

.next-icon-user_certification::before {
  content: "\e8b6";
  content: var(--icon-content-user_certification, "\e8b6");
}

.next-icon-user_follow::before {
  content: "\e8b5";
  content: var(--icon-content-user_follow, "\e8b5");
}

.next-icon-international_fill::before {
  content: "\e8b4";
  content: var(--icon-content-international_fill, "\e8b4");
}

.next-icon-partner::before {
  content: "\e8b3";
  content: var(--icon-content-partner, "\e8b3");
}

.next-icon-sub_account::before {
  content: "\e8b2";
  content: var(--icon-content-sub_account, "\e8b2");
}

.next-icon-authentication1::before {
  content: "\e8b1";
  content: var(--icon-content-authentication1, "\e8b1");
}

.next-icon-authentication_fill::before {
  content: "\e8b0";
  content: var(--icon-content-authentication_fill, "\e8b0");
}

.next-icon-WeChat::before {
  content: "\e8af";
  content: var(--icon-content-WeChat, "\e8af");
}

.next-icon-GitHub::before {
  content: "\e8ad";
  content: var(--icon-content-GitHub, "\e8ad");
}

.next-icon-youtube::before {
  content: "\e8ac";
  content: var(--icon-content-youtube, "\e8ac");
}

.next-icon-taobao::before {
  content: "\e8ab";
  content: var(--icon-content-taobao, "\e8ab");
}

.next-icon-wangwang::before {
  content: "\e8aa";
  content: var(--icon-content-wangwang, "\e8aa");
}

.next-icon-twitter::before {
  content: "\e8a9";
  content: var(--icon-content-twitter, "\e8a9");
}

.next-icon-google::before {
  content: "\e8a8";
  content: var(--icon-content-google, "\e8a8");
}

.next-icon-alipay::before {
  content: "\e8a7";
  content: var(--icon-content-alipay, "\e8a7");
}

.next-icon-server_fault::before {
  content: "\e8a6";
  content: var(--icon-content-server_fault, "\e8a6");
}

.next-icon-facebook::before {
  content: "\e8a5";
  content: var(--icon-content-facebook, "\e8a5");
}

.next-icon-stackoverflow::before {
  content: "\e8a4";
  content: var(--icon-content-stackoverflow, "\e8a4");
}

.next-icon-naver::before {
  content: "\e8a2";
  content: var(--icon-content-naver, "\e8a2");
}

.next-icon-linkedin::before {
  content: "\e8a1";
  content: var(--icon-content-linkedin, "\e8a1");
}

.next-icon-dingtalk1::before {
  content: "\e8a0";
  content: var(--icon-content-dingtalk1, "\e8a0");
}

.next-icon-applets::before {
  content: "\e89f";
  content: var(--icon-content-applets, "\e89f");
}

.next-icon-SQL::before {
  content: "\e89e";
  content: var(--icon-content-SQL, "\e89e");
}

.next-icon-Hatch::before {
  content: "\e89d";
  content: var(--icon-content-Hatch, "\e89d");
}

.next-icon-package_fill::before {
  content: "\e89c";
  content: var(--icon-content-package_fill, "\e89c");
}

.next-icon-package::before {
  content: "\e89b";
  content: var(--icon-content-package, "\e89b");
}

.next-icon-remote_control::before {
  content: "\e89a";
  content: var(--icon-content-remote_control, "\e89a");
}

.next-icon-layer::before {
  content: "\e899";
  content: var(--icon-content-layer, "\e899");
}

.next-icon-layer_fill::before {
  content: "\e898";
  content: var(--icon-content-layer_fill, "\e898");
}

.next-icon-folders::before {
  content: "\e897";
  content: var(--icon-content-folders, "\e897");
}

.next-icon-document_task::before {
  content: "\e896";
  content: var(--icon-content-document_task, "\e896");
}

.next-icon-flow::before {
  content: "\e895";
  content: var(--icon-content-flow, "\e895");
}

.next-icon-document::before {
  content: "\e894";
  content: var(--icon-content-document, "\e894");
}

.next-icon-document_download::before {
  content: "\e893";
  content: var(--icon-content-document_download, "\e893");
}

.next-icon-folder_add::before {
  content: "\e892";
  content: var(--icon-content-folder_add, "\e892");
}

.next-icon-database_plus_fill::before {
  content: "\e891";
  content: var(--icon-content-database_plus_fill, "\e891");
}

.next-icon-document_add::before {
  content: "\e88d";
  content: var(--icon-content-document_add, "\e88d");
}

.next-icon-database_plus::before {
  content: "\e88c";
  content: var(--icon-content-database_plus, "\e88c");
}

.next-icon-database_fill::before {
  content: "\e88a";
  content: var(--icon-content-database_fill, "\e88a");
}

.next-icon-chart_pie::before {
  content: "\e886";
  content: var(--icon-content-chart_pie, "\e886");
}

.next-icon-bug_report::before {
  content: "\e881";
  content: var(--icon-content-bug_report, "\e881");
}

.next-icon-copy_fill::before {
  content: "\e87c";
  content: var(--icon-content-copy_fill, "\e87c");
}

.next-icon-chart_relation::before {
  content: "\e953";
  content: var(--icon-content-chart_relation, "\e953");
}

.next-icon-terminal_fill::before {
  content: "\e952";
  content: var(--icon-content-terminal_fill, "\e952");
}

.next-icon-scroll_mode::before {
  content: "\e951";
  content: var(--icon-content-scroll_mode, "\e951");
}

.next-icon-step_mode::before {
  content: "\e950";
  content: var(--icon-content-step_mode, "\e950");
}

.next-icon-structured_data::before {
  content: "\e94f";
  content: var(--icon-content-structured_data, "\e94f");
}

.next-icon-trainin::before {
  content: "\e94e";
  content: var(--icon-content-trainin, "\e94e");
}

.next-icon-screen::before {
  content: "\e94d";
  content: var(--icon-content-screen, "\e94d");
}

.next-icon-screen_monitoring::before {
  content: "\e94c";
  content: var(--icon-content-screen_monitoring, "\e94c");
}

.next-icon-screen_error::before {
  content: "\e94b";
  content: var(--icon-content-screen_error, "\e94b");
}

.next-icon-screen_code::before {
  content: "\e94a";
  content: var(--icon-content-screen_code, "\e94a");
}

.next-icon-screen_arrow_right::before {
  content: "\e949";
  content: var(--icon-content-screen_arrow_right, "\e949");
}

.next-icon-screen_check::before {
  content: "\e948";
  content: var(--icon-content-screen_check, "\e948");
}

.next-icon-resource_setting::before {
  content: "\e947";
  content: var(--icon-content-resource_setting, "\e947");
}

.next-icon-screen_arrow_left::before {
  content: "\e946";
  content: var(--icon-content-screen_arrow_left, "\e946");
}

.next-icon-pin_fixed::before {
  content: "\e945";
  content: var(--icon-content-pin_fixed, "\e945");
}

.next-icon-pin::before {
  content: "\e944";
  content: var(--icon-content-pin, "\e944");
}

.next-icon-pic_side::before {
  content: "\e943";
  content: var(--icon-content-pic_side, "\e943");
}

.next-icon-recharge::before {
  content: "\e942";
  content: var(--icon-content-recharge, "\e942");
}

.next-icon-pic_side_fill::before {
  content: "\e941";
  content: var(--icon-content-pic_side_fill, "\e941");
}

.next-icon-pic_center::before {
  content: "\e940";
  content: var(--icon-content-pic_center, "\e940");
}

.next-icon-pic_center_fill::before {
  content: "\e93f";
  content: var(--icon-content-pic_center_fill, "\e93f");
}

.next-icon-paper_plane_fill::before {
  content: "\e93e";
  content: var(--icon-content-paper_plane_fill, "\e93e");
}

.next-icon-new_releases::before {
  content: "\e93d";
  content: var(--icon-content-new_releases, "\e93d");
}

.next-icon-more::before {
  content: "\e93c";
  content: var(--icon-content-more, "\e93c");
}

.next-icon-mobile_check::before {
  content: "\e93b";
  content: var(--icon-content-mobile_check, "\e93b");
}

.next-icon-mobile_error::before {
  content: "\e93a";
  content: var(--icon-content-mobile_error, "\e93a");
}

.next-icon-map_fill::before {
  content: "\e939";
  content: var(--icon-content-map_fill, "\e939");
}

.next-icon-mobile::before {
  content: "\e938";
  content: var(--icon-content-mobile, "\e938");
}

.next-icon-management_fill::before {
  content: "\e937";
  content: var(--icon-content-management_fill, "\e937");
}

.next-icon-inbox::before {
  content: "\e936";
  content: var(--icon-content-inbox, "\e936");
}

.next-icon-gallery_view::before {
  content: "\e935";
  content: var(--icon-content-gallery_view, "\e935");
}

.next-icon-inbox_fill::before {
  content: "\e934";
  content: var(--icon-content-inbox_fill, "\e934");
}

.next-icon-external_link::before {
  content: "\e933";
  content: var(--icon-content-external_link, "\e933");
}

.next-icon-drag1::before {
  content: "\e932";
  content: var(--icon-content-drag1, "\e932");
}

.next-icon-display_arrow_right::before {
  content: "\e931";
  content: var(--icon-content-display_arrow_right, "\e931");
}

.next-icon-display_arrow_left::before {
  content: "\e930";
  content: var(--icon-content-display_arrow_left, "\e930");
}

.next-icon-comment_fill::before {
  content: "\e92f";
  content: var(--icon-content-comment_fill, "\e92f");
}

.next-icon-cloud_upload::before {
  content: "\e92e";
  content: var(--icon-content-cloud_upload, "\e92e");
}

.next-icon-comment_lines::before {
  content: "\e92d";
  content: var(--icon-content-comment_lines, "\e92d");
}

.next-icon-cloud_machine::before {
  content: "\e92c";
  content: var(--icon-content-cloud_machine, "\e92c");
}

.next-icon-cloud_download::before {
  content: "\e92b";
  content: var(--icon-content-cloud_download, "\e92b");
}

.next-icon-cloud_upload_fill::before {
  content: "\e92a";
  content: var(--icon-content-cloud_upload_fill, "\e92a");
}

.next-icon-cloud_machine_fill::before {
  content: "\e929";
  content: var(--icon-content-cloud_machine_fill, "\e929");
}

.next-icon-chart_scatter_plot::before {
  content: "\e928";
  content: var(--icon-content-chart_scatter_plot, "\e928");
}

.next-icon-cloud_download_fill::before {
  content: "\e927";
  content: var(--icon-content-cloud_download_fill, "\e927");
}

.next-icon-box_fill::before {
  content: "\e926";
  content: var(--icon-content-box_fill, "\e926");
}

.next-icon-chart_scatter_plot_fill::before {
  content: "\e925";
  content: var(--icon-content-chart_scatter_plot_fill, "\e925");
}

.next-icon-border_verticle::before {
  content: "\e923";
  content: var(--icon-content-border_verticle, "\e923");
}

.next-icon-chart_area::before {
  content: "\e922";
  content: var(--icon-content-chart_area, "\e922");
}

.next-icon-application_group::before {
  content: "\e921";
  content: var(--icon-content-application_group, "\e921");
}

.next-icon-application::before {
  content: "\e920";
  content: var(--icon-content-application, "\e920");
}

.next-icon-border_verticle_fill::before {
  content: "\e91f";
  content: var(--icon-content-border_verticle_fill, "\e91f");
}

.next-icon-accesskey::before {
  content: "\e91e";
  content: var(--icon-content-accesskey, "\e91e");
}

.next-icon-align_horizontal_right::before {
  content: "\e91d";
  content: var(--icon-content-align_horizontal_right, "\e91d");
}

.next-icon-all_fill::before {
  content: "\e91c";
  content: var(--icon-content-all_fill, "\e91c");
}

.next-icon-align_vertical_bottom_fill::before {
  content: "\e91b";
  content: var(--icon-content-align_vertical_bottom_fill, "\e91b");
}

.next-icon-align_vertical_top_fill::before {
  content: "\e91a";
  content: var(--icon-content-align_vertical_top_fill, "\e91a");
}

.next-icon-align_horizontal_right_fill::before {
  content: "\e919";
  content: var(--icon-content-align_horizontal_right_fill, "\e919");
}

.next-icon-align_vertical_top::before {
  content: "\e918";
  content: var(--icon-content-align_vertical_top, "\e918");
}

.next-icon-align_horizontal_left::before {
  content: "\e917";
  content: var(--icon-content-align_horizontal_left, "\e917");
}

.next-icon-align_horizontal_left_fill::before {
  content: "\e916";
  content: var(--icon-content-align_horizontal_left_fill, "\e916");
}

.next-icon-align_horizontal_center_fill::before {
  content: "\e915";
  content: var(--icon-content-align_horizontal_center_fill, "\e915");
}

.next-icon-Alignverticalbottom::before {
  content: "\e914";
  content: var(--icon-content-Alignverticalbottom, "\e914");
}

.next-icon-align_horizontal_center::before {
  content: "\e913";
  content: var(--icon-content-align_horizontal_center, "\e913");
}

.next-icon-zoom_out::before {
  content: "\e912";
  content: var(--icon-content-zoom_out, "\e912");
}

.next-icon-zoom_in::before {
  content: "\e911";
  content: var(--icon-content-zoom_in, "\e911");
}

.next-icon-wifi::before {
  content: "\e910";
  content: var(--icon-content-wifi, "\e910");
}

.next-icon-view::before {
  content: "\e90f";
  content: var(--icon-content-view, "\e90f");
}

.next-icon-view_off::before {
  content: "\e90e";
  content: var(--icon-content-view_off, "\e90e");
}

.next-icon-unlock_fill::before {
  content: "\e90d";
  content: var(--icon-content-unlock_fill, "\e90d");
}

.next-icon-view_off_fill::before {
  content: "\e90c";
  content: var(--icon-content-view_off_fill, "\e90c");
}

.next-icon-time::before {
  content: "\e90b";
  content: var(--icon-content-time, "\e90b");
}

.next-icon-time_fill::before {
  content: "\e90a";
  content: var(--icon-content-time_fill, "\e90a");
}

.next-icon-setting::before {
  content: "\e909";
  content: var(--icon-content-setting, "\e909");
}

.next-icon-tag_fill::before {
  content: "\e908";
  content: var(--icon-content-tag_fill, "\e908");
}

.next-icon-share_file::before {
  content: "\e907";
  content: var(--icon-content-share_file, "\e907");
}

.next-icon-phonecall::before {
  content: "\e906";
  content: var(--icon-content-phonecall, "\e906");
}

.next-icon-phonecall_off::before {
  content: "\e905";
  content: var(--icon-content-phonecall_off, "\e905");
}

.next-icon-print_fill::before {
  content: "\e904";
  content: var(--icon-content-print_fill, "\e904");
}

.next-icon-renew::before {
  content: "\e903";
  content: var(--icon-content-renew, "\e903");
}

.next-icon-order::before {
  content: "\e902";
  content: var(--icon-content-order, "\e902");
}

.next-icon-order_unread::before {
  content: "\e901";
  content: var(--icon-content-order_unread, "\e901");
}

.next-icon-notification_off_fill::before {
  content: "\e900";
  content: var(--icon-content-notification_off_fill, "\e900");
}

.next-icon-notification_fill::before {
  content: "\e8ff";
  content: var(--icon-content-notification_fill, "\e8ff");
}

.next-icon-notification_off::before {
  content: "\e8fe";
  content: var(--icon-content-notification_off, "\e8fe");
}

.next-icon-notification::before {
  content: "\e8fd";
  content: var(--icon-content-notification, "\e8fd");
}

.next-icon-new::before {
  content: "\e8fc";
  content: var(--icon-content-new, "\e8fc");
}

.next-icon-message::before {
  content: "\e8fb";
  content: var(--icon-content-message, "\e8fb");
}

.next-icon-message_unread::before {
  content: "\e8fa";
  content: var(--icon-content-message_unread, "\e8fa");
}

.next-icon-lock_fill::before {
  content: "\e8f9";
  content: var(--icon-content-lock_fill, "\e8f9");
}

.next-icon-lightbulb_fill::before {
  content: "\e8f8";
  content: var(--icon-content-lightbulb_fill, "\e8f8");
}

.next-icon-hourglass::before {
  content: "\e8f7";
  content: var(--icon-content-hourglass, "\e8f7");
}

.next-icon-hourglass_fill::before {
  content: "\e8f6";
  content: var(--icon-content-hourglass_fill, "\e8f6");
}

.next-icon-image1::before {
  content: "\e8f5";
  content: var(--icon-content-image1, "\e8f5");
}

.next-icon-hot::before {
  content: "\e8f4";
  content: var(--icon-content-hot, "\e8f4");
}

.next-icon-et::before {
  content: "\e8f3";
  content: var(--icon-content-et, "\e8f3");
}

.next-icon-filter_fill::before {
  content: "\e8f2";
  content: var(--icon-content-filter_fill, "\e8f2");
}

.next-icon-flag_fill::before {
  content: "\e8f1";
  content: var(--icon-content-flag_fill, "\e8f1");
}

.next-icon-email_fill::before {
  content: "\e8f0";
  content: var(--icon-content-email_fill, "\e8f0");
}

.next-icon-discount::before {
  content: "\e8ef";
  content: var(--icon-content-discount, "\e8ef");
}

.next-icon-delete_fill::before {
  content: "\e8ee";
  content: var(--icon-content-delete_fill, "\e8ee");
}

.next-icon-customer_sercive::before {
  content: "\e8ed";
  content: var(--icon-content-customer_sercive, "\e8ed");
}

.next-icon-edit_fill::before {
  content: "\e8ec";
  content: var(--icon-content-edit_fill, "\e8ec");
}

.next-icon-cart_with::before {
  content: "\e8eb";
  content: var(--icon-content-cart_with, "\e8eb");
}

.next-icon-cart_fill::before {
  content: "\e8ea";
  content: var(--icon-content-cart_fill, "\e8ea");
}

.next-icon-credits_fill::before {
  content: "\e8e9";
  content: var(--icon-content-credits_fill, "\e8e9");
}

.next-icon-cart_empty::before {
  content: "\e8e8";
  content: var(--icon-content-cart_empty, "\e8e8");
}

.next-icon-calculator_fill::before {
  content: "\e8e7";
  content: var(--icon-content-calculator_fill, "\e8e7");
}

.next-icon-credits::before {
  content: "\e8e6";
  content: var(--icon-content-credits, "\e8e6");
}

.next-icon-balance_fill::before {
  content: "\e8e5";
  content: var(--icon-content-balance_fill, "\e8e5");
}

.next-icon-calculator::before {
  content: "\e8e4";
  content: var(--icon-content-calculator, "\e8e4");
}

.next-icon-balance1::before {
  content: "\e8e3";
  content: var(--icon-content-balance1, "\e8e3");
}

.next-icon-alert::before {
  content: "\e8e2";
  content: var(--icon-content-alert, "\e8e2");
}

.next-icon-plus_fill::before {
  content: "\e8e1";
  content: var(--icon-content-plus_fill, "\e8e1");
}

.next-icon-stop_fill::before {
  content: "\e8e0";
  content: var(--icon-content-stop_fill, "\e8e0");
}

.next-icon-stop_outline::before {
  content: "\e8df";
  content: var(--icon-content-stop_outline, "\e8df");
}

.next-icon-plus_circle::before {
  content: "\e8de";
  content: var(--icon-content-plus_circle, "\e8de");
}

.next-icon-navigation::before {
  content: "\e8dd";
  content: var(--icon-content-navigation, "\e8dd");
}

.next-icon-sort_circle::before {
  content: "\e8dc";
  content: var(--icon-content-sort_circle, "\e8dc");
}

.next-icon-play_outline_fill::before {
  content: "\e8db";
  content: var(--icon-content-play_outline_fill, "\e8db");
}

.next-icon-play_outline::before {
  content: "\e8da";
  content: var(--icon-content-play_outline, "\e8da");
}

.next-icon-power_off::before {
  content: "\e8d9";
  content: var(--icon-content-power_off, "\e8d9");
}

.next-icon-play_fill::before {
  content: "\e8d8";
  content: var(--icon-content-play_fill, "\e8d8");
}

.next-icon-minus_fill::before {
  content: "\e8d7";
  content: var(--icon-content-minus_fill, "\e8d7");
}

.next-icon-minus_circle::before {
  content: "\e8d6";
  content: var(--icon-content-minus_circle, "\e8d6");
}

.next-icon-enlarge::before {
  content: "\e8d5";
  content: var(--icon-content-enlarge, "\e8d5");
}

.next-icon-pause_outline::before {
  content: "\e8d4";
  content: var(--icon-content-pause_outline, "\e8d4");
}

.next-icon-enlarge_fill::before {
  content: "\e8d3";
  content: var(--icon-content-enlarge_fill, "\e8d3");
}

.next-icon-pause_fill::before {
  content: "\e8d2";
  content: var(--icon-content-pause_fill, "\e8d2");
}

.next-icon-chevron_sort::before {
  content: "\e8d1";
  content: var(--icon-content-chevron_sort, "\e8d1");
}

.next-icon-button_sort::before {
  content: "\e8d0";
  content: var(--icon-content-button_sort, "\e8d0");
}

.next-icon-compress_fill::before {
  content: "\e8cf";
  content: var(--icon-content-compress_fill, "\e8cf");
}

.next-icon-1688::before {
  content: "\e8a3";
  content: var(--icon-content-1688, "\e8a3");
}

.next-icon-up_to_top::before {
  content: "\e876";
  content: var(--icon-content-up_to_top, "\e876");
}

.next-icon-forward::before {
  content: "\e875";
  content: var(--icon-content-forward, "\e875");
}

.next-icon-page_last::before {
  content: "\e874";
  content: var(--icon-content-page_last, "\e874");
}

.next-icon-page_first::before {
  content: "\e872";
  content: var(--icon-content-page_first, "\e872");
}

.next-icon-down_to_bottom::before {
  content: "\e871";
  content: var(--icon-content-down_to_bottom, "\e871");
}

.next-icon-expand::before {
  content: "\e79c";
  content: var(--icon-content-expand, "\e79c");
}

.next-icon-double_up::before {
  content: "\e79b";
  content: var(--icon-content-double_up, "\e79b");
}

.next-icon-double_right::before {
  content: "\e78b";
  content: var(--icon-content-double_right, "\e78b");
}

.next-icon-double_left::before {
  content: "\e789";
  content: var(--icon-content-double_left, "\e789");
}

.next-icon-double_down::before {
  content: "\e788";
  content: var(--icon-content-double_down, "\e788");
}

.next-icon-collapse::before {
  content: "\e787";
  content: var(--icon-content-collapse, "\e787");
}

.next-icon-button_right::before {
  content: "\e786";
  content: var(--icon-content-button_right, "\e786");
}

.next-icon-button_up::before {
  content: "\e785";
  content: var(--icon-content-button_up, "\e785");
}

.next-icon-arrow__down::before {
  content: "\e784";
  content: var(--icon-content-arrow__down, "\e784");
}

.next-icon-button_down::before {
  content: "\e783";
  content: var(--icon-content-button_down, "\e783");
}

.next-icon-back::before {
  content: "\e782";
  content: var(--icon-content-back, "\e782");
}

.next-icon-button_left::before {
  content: "\e781";
  content: var(--icon-content-button_left, "\e781");
}

.next-icon-arrow__up::before {
  content: "\e77e";
  content: var(--icon-content-arrow__up, "\e77e");
}

.next-icon-down::before {
  content: "\e620";
  content: var(--icon-content-down, "\e620");
}

.next-icon-up::before {
  content: "\e61b";
  content: var(--icon-content-up, "\e61b");
}

.next-icon-zhankai::before {
  content: "\e61a";
  content: var(--icon-content-zhankai, "\e61a");
}

.next-icon-shouqi::before {
  content: "\e618";
  content: var(--icon-content-shouqi, "\e618");
}

.next-icon-xiexian::before {
  content: "\e617";
  content: var(--icon-content-xiexian, "\e617");
}

.next-icon-xiegang::before {
  content: "\e615";
  content: var(--icon-content-xiegang, "\e615");
}

.next-icon-nail-fixed::before {
  content: "\e79f";
  content: var(--icon-content-nail-fixed, "\e79f");
}

.next-icon-wind-edit::before {
  content: "\e7a0";
  content: var(--icon-content-wind-edit, "\e7a0");
}

.next-icon-dollar::before {
  content: "\e7a1";
  content: var(--icon-content-dollar, "\e7a1");
}

.next-icon-transanction::before {
  content: "\e7a2";
  content: var(--icon-content-transanction, "\e7a2");
}

.next-icon-filter-fill::before {
  content: "\e7a3";
  content: var(--icon-content-filter-fill, "\e7a3");
}

.next-icon-all-fill::before {
  content: "\e7a4";
  content: var(--icon-content-all-fill, "\e7a4");
}

.next-icon-databaseplus-fill::before {
  content: "\e7a5";
  content: var(--icon-content-databaseplus-fill, "\e7a5");
}

.next-icon-database-fill::before {
  content: "\e7a6";
  content: var(--icon-content-database-fill, "\e7a6");
}

.next-icon-commentlines-fill::before {
  content: "\e7a7";
  content: var(--icon-content-commentlines-fill, "\e7a7");
}

.next-icon-commentdots-fill::before {
  content: "\e7a8";
  content: var(--icon-content-commentdots-fill, "\e7a8");
}

.next-icon-paperplane-fill::before {
  content: "\e7a9";
  content: var(--icon-content-paperplane-fill, "\e7a9");
}

.next-icon-eyeslash-fill::before {
  content: "\e7aa";
  content: var(--icon-content-eyeslash-fill, "\e7aa");
}

.next-icon-eye-fill::before {
  content: "\e7ab";
  content: var(--icon-content-eye-fill, "\e7ab");
}

.next-icon-lightbulb-fill::before {
  content: "\e7ac";
  content: var(--icon-content-lightbulb-fill, "\e7ac");
}

.next-icon-flag-fill::before {
  content: "\e7ad";
  content: var(--icon-content-flag-fill, "\e7ad");
}

.next-icon-tag-fill::before {
  content: "\e7ae";
  content: var(--icon-content-tag-fill, "\e7ae");
}

.next-icon-position-fill::before {
  content: "\e7af";
  content: var(--icon-content-position-fill, "\e7af");
}

.next-icon-location-fill::before {
  content: "\e7b0";
  content: var(--icon-content-location-fill, "\e7b0");
}

.next-icon-map-fill::before {
  content: "\e7b1";
  content: var(--icon-content-map-fill, "\e7b1");
}

.next-icon-inboxin-fill::before {
  content: "\e7b2";
  content: var(--icon-content-inboxin-fill, "\e7b2");
}

.next-icon-box-fill::before {
  content: "\e7b3";
  content: var(--icon-content-box-fill, "\e7b3");
}

.next-icon-databaseset-fill::before {
  content: "\e7b4";
  content: var(--icon-content-databaseset-fill, "\e7b4");
}

.next-icon-layergroup-fill::before {
  content: "\e7b5";
  content: var(--icon-content-layergroup-fill, "\e7b5");
}

.next-icon-cry-fill::before {
  content: "\e7b6";
  content: var(--icon-content-cry-fill, "\e7b6");
}

.next-icon-smile-fill::before {
  content: "\e7b7";
  content: var(--icon-content-smile-fill, "\e7b7");
}

.next-icon-unlock-fill::before {
  content: "\e7b8";
  content: var(--icon-content-unlock-fill, "\e7b8");
}

.next-icon-lock-fill::before {
  content: "\e7b9";
  content: var(--icon-content-lock-fill, "\e7b9");
}

.next-icon-wind-loading::before {
  content: "\e61c";
  content: var(--icon-content-wind-loading, "\e61c");
}

.next-icon-shoppingcart::before {
  content: "\e968";
  content: var(--icon-content-shoppingcart, "\e968");
}

.next-icon-Group::before {
  content: "\e603";
  content: var(--icon-content-Group, "\e603");
}

.next-icon-Group1::before {
  content: "\e604";
  content: var(--icon-content-Group1, "\e604");
}

.next-icon-Xconsole::before {
  content: "\e609";
  content: var(--icon-content-Xconsole, "\e609");
}

.next-icon-Directory-tree::before {
  content: "\e974";
  content: var(--icon-content-Directory-tree, "\e974");
}

.next-icon-calendar1::before {
  content: "\e689";
  content: var(--icon-content-calendar1, "\e689");
}

.next-icon-success1::before {
  content: "\e68b";
  content: var(--icon-content-success1, "\e68b");
}

.next-icon-warning1::before {
  content: "\e68c";
  content: var(--icon-content-warning1, "\e68c");
}

.next-icon-search1::before {
  content: "\e68d";
  content: var(--icon-content-search1, "\e68d");
}

.next-icon-prompt1::before {
  content: "\e690";
  content: var(--icon-content-prompt1, "\e690");
}

.next-icon-sorting1::before {
  content: "\e692";
  content: var(--icon-content-sorting1, "\e692");
}

.next-icon-ascending1::before {
  content: "\e693";
  content: var(--icon-content-ascending1, "\e693");
}

.next-icon-descending1::before {
  content: "\e694";
  content: var(--icon-content-descending1, "\e694");
}

.next-icon-upload1::before {
  content: "\e6b9";
  content: var(--icon-content-upload1, "\e6b9");
}

.next-icon-success-filling1::before {
  content: "\e695";
  content: var(--icon-content-success-filling1, "\e695");
}

.next-icon-picture1::before {
  content: "\e696";
  content: var(--icon-content-picture1, "\e696");
}

.next-icon-close1::before {
  content: "\e697";
  content: var(--icon-content-close1, "\e697");
}

.next-icon-semi-select1::before {
  content: "\e698";
  content: var(--icon-content-semi-select1, "\e698");
}

.next-icon-loading1::before {
  content: "\e69b";
  content: var(--icon-content-loading1, "\e69b");
}

.next-icon-arrow-double-left1::before {
  content: "\e69c";
  content: var(--icon-content-arrow-double-left1, "\e69c");
}

.next-icon-arrow-double-right1::before {
  content: "\e69d";
  content: var(--icon-content-arrow-double-right1, "\e69d");
}

.next-icon-delete-filling1::before {
  content: "\e6a2";
  content: var(--icon-content-delete-filling1, "\e6a2");
}

.next-icon-arrow-left1::before {
  content: "\e6a3";
  content: var(--icon-content-arrow-left1, "\e6a3");
}

.next-icon-accesskeys::before {
  content: "\e650";
  content: var(--icon-content-accesskeys, "\e650");
}

.next-icon-management::before {
  content: "\e6e2";
  content: var(--icon-content-management, "\e6e2");
}

.next-icon-aliyun-logo::before {
  content: "\e600";
  content: var(--icon-content-aliyun-logo, "\e600");
}

.next-icon-drag::before {
  content: "\e769";
  content: var(--icon-content-drag, "\e769");
}

.next-icon-ellipsis-vertical::before {
  content: "\e76a";
  content: var(--icon-content-ellipsis-vertical, "\e76a");
}

.next-icon-gallery-view::before {
  content: "\e76b";
  content: var(--icon-content-gallery-view, "\e76b");
}

.next-icon-WIFI::before {
  content: "\e76c";
  content: var(--icon-content-WIFI, "\e76c");
}

.next-icon-bug-report::before {
  content: "\e76d";
  content: var(--icon-content-bug-report, "\e76d");
}

.next-icon-qrcode::before {
  content: "\e76e";
  content: var(--icon-content-qrcode, "\e76e");
}

.next-icon-scan::before {
  content: "\e76f";
  content: var(--icon-content-scan, "\e76f");
}

.next-icon-cut::before {
  content: "\e770";
  content: var(--icon-content-cut, "\e770");
}

.next-icon-gift::before {
  content: "\e771";
  content: var(--icon-content-gift, "\e771");
}

.next-icon-link::before {
  content: "\e772";
  content: var(--icon-content-link, "\e772");
}

.next-icon-poweroff::before {
  content: "\e774";
  content: var(--icon-content-poweroff, "\e774");
}

.next-icon-key::before {
  content: "\e775";
  content: var(--icon-content-key, "\e775");
}

.next-icon-safety-certificate::before {
  content: "\e776";
  content: var(--icon-content-safety-certificate, "\e776");
}

.next-icon-supervise::before {
  content: "\e777";
  content: var(--icon-content-supervise, "\e777");
}

.next-icon-tag-subscipt::before {
  content: "\e78a";
  content: var(--icon-content-tag-subscipt, "\e78a");
}

.next-icon-chart-pie-alt::before {
  content: "\e78c";
  content: var(--icon-content-chart-pie-alt, "\e78c");
}

.next-icon-chart-relation::before {
  content: "\e78d";
  content: var(--icon-content-chart-relation, "\e78d");
}

.next-icon-chart-scatter-plot::before {
  content: "\e78e";
  content: var(--icon-content-chart-scatter-plot, "\e78e");
}

.next-icon-chart-area::before {
  content: "\e78f";
  content: var(--icon-content-chart-area, "\e78f");
}

.next-icon-chart-line::before {
  content: "\e790";
  content: var(--icon-content-chart-line, "\e790");
}

.next-icon-display-code::before {
  content: "\e792";
  content: var(--icon-content-display-code, "\e792");
}

.next-icon-display-arrow-right::before {
  content: "\e793";
  content: var(--icon-content-display-arrow-right, "\e793");
}

.next-icon-display-arrow-left::before {
  content: "\e794";
  content: var(--icon-content-display-arrow-left, "\e794");
}

.next-icon-laptop-error::before {
  content: "\e795";
  content: var(--icon-content-laptop-error, "\e795");
}

.next-icon-laptop-check::before {
  content: "\e796";
  content: var(--icon-content-laptop-check, "\e796");
}

.next-icon-laptop::before {
  content: "\e797";
  content: var(--icon-content-laptop, "\e797");
}

.next-icon-mobile-error::before {
  content: "\e798";
  content: var(--icon-content-mobile-error, "\e798");
}

.next-icon-mobile-check::before {
  content: "\e799";
  content: var(--icon-content-mobile-check, "\e799");
}

.next-icon-mobile-alt::before {
  content: "\e79a";
  content: var(--icon-content-mobile-alt, "\e79a");
}

.next-icon-aliwangwang::before {
  content: "\e79d";
  content: var(--icon-content-aliwangwang, "\e79d");
}

.next-icon-nail::before {
  content: "\e79e";
  content: var(--icon-content-nail, "\e79e");
}

.next-icon-sort::before {
  content: "\e842";
  content: var(--icon-content-sort, "\e842");
}

.next-icon-sort-down::before {
  content: "\e843";
  content: var(--icon-content-sort-down, "\e843");
}

.next-icon-sort-up::before {
  content: "\e844";
  content: var(--icon-content-sort-up, "\e844");
}

.next-icon-caret-right::before {
  content: "\e845";
  content: var(--icon-content-caret-right, "\e845");
}

.next-icon-caret-left::before {
  content: "\e846";
  content: var(--icon-content-caret-left, "\e846");
}

.next-icon-arrows-v::before {
  content: "\e847";
  content: var(--icon-content-arrows-v, "\e847");
}

.next-icon-angle-double-down::before {
  content: "\e848";
  content: var(--icon-content-angle-double-down, "\e848");
}

.next-icon-angle-double-up::before {
  content: "\e849";
  content: var(--icon-content-angle-double-up, "\e849");
}

.next-icon-angle-double-right::before {
  content: "\e84a";
  content: var(--icon-content-angle-double-right, "\e84a");
}

.next-icon-angle-double-left::before {
  content: "\e84b";
  content: var(--icon-content-angle-double-left, "\e84b");
}

.next-icon-angle-down::before {
  content: "\e84c";
  content: var(--icon-content-angle-down, "\e84c");
}

.next-icon-angle-up::before {
  content: "\e84d";
  content: var(--icon-content-angle-up, "\e84d");
}

.next-icon-angle-right::before {
  content: "\e84e";
  content: var(--icon-content-angle-right, "\e84e");
}

.next-icon-angle-left::before {
  content: "\e84f";
  content: var(--icon-content-angle-left, "\e84f");
}

.next-icon-paperclip::before {
  content: "\e850";
  content: var(--icon-content-paperclip, "\e850");
}

.next-icon-connection::before {
  content: "\e851";
  content: var(--icon-content-connection, "\e851");
}

.next-icon-training::before {
  content: "\e853";
  content: var(--icon-content-training, "\e853");
}

.next-icon-process::before {
  content: "\e854";
  content: var(--icon-content-process, "\e854");
}

.next-icon-news::before {
  content: "\e855";
  content: var(--icon-content-news, "\e855");
}

.next-icon-save::before {
  content: "\e856";
  content: var(--icon-content-save, "\e856");
}

.next-icon-print::before {
  content: "\e857";
  content: var(--icon-content-print, "\e857");
}

.next-icon-new-releases::before {
  content: "\e858";
  content: var(--icon-content-new-releases, "\e858");
}

.next-icon-release::before {
  content: "\e85a";
  content: var(--icon-content-release, "\e85a");
}

.next-icon-wind-warning::before {
  content: "\e85b";
  content: var(--icon-content-wind-warning, "\e85b");
}

.next-icon-backspace::before {
  content: "\e85c";
  content: var(--icon-content-backspace, "\e85c");
}

.next-icon-gem::before {
  content: "\e85d";
  content: var(--icon-content-gem, "\e85d");
}

.next-icon-integral::before {
  content: "\e85e";
  content: var(--icon-content-integral, "\e85e");
}

.next-icon-star-circle1::before {
  content: "\e85f";
  content: var(--icon-content-star-circle1, "\e85f");
}

.next-icon-user-circle::before {
  content: "\e860";
  content: var(--icon-content-user-circle, "\e860");
}

.next-icon-cloud-machine-fill::before {
  content: "\e861";
  content: var(--icon-content-cloud-machine-fill, "\e861");
}

.next-icon-cloud-machine::before {
  content: "\e862";
  content: var(--icon-content-cloud-machine, "\e862");
}

.next-icon-terminal-fill::before {
  content: "\e863";
  content: var(--icon-content-terminal-fill, "\e863");
}

.next-icon-terminal::before {
  content: "\e864";
  content: var(--icon-content-terminal, "\e864");
}

.next-icon-shopping-cart::before {
  content: "\e865";
  content: var(--icon-content-shopping-cart, "\e865");
}

.next-icon-folder-open::before {
  content: "\e866";
  content: var(--icon-content-folder-open, "\e866");
}

.next-icon-resource::before {
  content: "\e867";
  content: var(--icon-content-resource, "\e867");
}

.next-icon-rank::before {
  content: "\e86a";
  content: var(--icon-content-rank, "\e86a");
}

.next-icon-sync-alt::before {
  content: "\e86b";
  content: var(--icon-content-sync-alt, "\e86b");
}

.next-icon-compass::before {
  content: "\e86c";
  content: var(--icon-content-compass, "\e86c");
}

.next-icon-arrow-alt-from-top::before {
  content: "\e86d";
  content: var(--icon-content-arrow-alt-from-top, "\e86d");
}

.next-icon-arrow-alt-from-bottom::before {
  content: "\e86e";
  content: var(--icon-content-arrow-alt-from-bottom, "\e86e");
}

.next-icon-menu::before {
  content: "\e86f";
  content: var(--icon-content-menu, "\e86f");
}

.next-icon-icon-drag::before {
  content: "\e870";
  content: var(--icon-content-icon-drag, "\e870");
}

.next-icon-share::before {
  content: "\e873";
  content: var(--icon-content-share, "\e873");
}

.next-icon-arrow-sortdown-smal::before {
  content: "\e877";
  content: var(--icon-content-arrow-sortdown-smal, "\e877");
}

.next-icon-minus-square-fill::before {
  content: "\e878";
  content: var(--icon-content-minus-square-fill, "\e878");
}

.next-icon-plus-square-fill::before {
  content: "\e879";
  content: var(--icon-content-plus-square-fill, "\e879");
}

.next-icon-minus-square::before {
  content: "\e87a";
  content: var(--icon-content-minus-square, "\e87a");
}

.next-icon-plus-square::before {
  content: "\e87b";
  content: var(--icon-content-plus-square, "\e87b");
}

.next-icon-stepmode::before {
  content: "\e87d";
  content: var(--icon-content-stepmode, "\e87d");
}

.next-icon-scrollingmode::before {
  content: "\e87e";
  content: var(--icon-content-scrollingmode, "\e87e");
}

.next-icon-waiting-fill::before {
  content: "\e882";
  content: var(--icon-content-waiting-fill, "\e882");
}

.next-icon-waiting::before {
  content: "\e883";
  content: var(--icon-content-waiting, "\e883");
}

.next-icon-right-arrow-rect::before {
  content: "\e884";
  content: var(--icon-content-right-arrow-rect, "\e884");
}

.next-icon-left-arrow-rect::before {
  content: "\e885";
  content: var(--icon-content-left-arrow-rect, "\e885");
}

.next-icon-bell::before {
  content: "\e887";
  content: var(--icon-content-bell, "\e887");
}

.next-icon-structured-data::before {
  content: "\e888";
  content: var(--icon-content-structured-data, "\e888");
}

.next-icon-vector::before {
  content: "\e889";
  content: var(--icon-content-vector, "\e889");
}

.next-icon-home::before {
  content: "\e88b";
  content: var(--icon-content-home, "\e88b");
}

.next-icon-monitoring::before {
  content: "\e88e";
  content: var(--icon-content-monitoring, "\e88e");
}

.next-icon-diagnose::before {
  content: "\e88f";
  content: var(--icon-content-diagnose, "\e88f");
}

.next-icon-add-subset::before {
  content: "\e890";
  content: var(--icon-content-add-subset, "\e890");
}

.next-icon-cry1::before {
  content: "\e63c";
  content: var(--icon-content-cry1, "\e63c");
}

.next-icon-email1::before {
  content: "\e663";
  content: var(--icon-content-email1, "\e663");
}

.next-icon-help1::before {
  content: "\e63f";
  content: var(--icon-content-help1, "\e63f");
}

.next-icon-refresh1::before {
  content: "\e640";
  content: var(--icon-content-refresh1, "\e640");
}

.next-icon-set1::before {
  content: "\e641";
  content: var(--icon-content-set1, "\e641");
}

.next-icon-account1::before {
  content: "\e664";
  content: var(--icon-content-account1, "\e664");
}

.next-icon-atm1::before {
  content: "\e643";
  content: var(--icon-content-atm1, "\e643");
}

.next-icon-clock1::before {
  content: "\e644";
  content: var(--icon-content-clock1, "\e644");
}

.next-icon-attachment1::before {
  content: "\e645";
  content: var(--icon-content-attachment1, "\e645");
}

.next-icon-filter1::before {
  content: "\e657";
  content: var(--icon-content-filter1, "\e657");
}

.next-icon-download1::before {
  content: "\e668";
  content: var(--icon-content-download1, "\e668");
}

.next-icon-ellipsis1::before {
  content: "\e674";
  content: var(--icon-content-ellipsis1, "\e674");
}

.next-icon-favorites-filling1::before {
  content: "\e676";
  content: var(--icon-content-favorites-filling1, "\e676");
}

.next-icon-smile1::before {
  content: "\e67b";
  content: var(--icon-content-smile1, "\e67b");
}

.next-icon-arrow-right1::before {
  content: "\e67e";
  content: var(--icon-content-arrow-right1, "\e67e");
}

.next-icon-arrow-down1::before {
  content: "\e680";
  content: var(--icon-content-arrow-down1, "\e680");
}

.next-icon-arrow-up1::before {
  content: "\e681";
  content: var(--icon-content-arrow-up1, "\e681");
}

.next-icon-add1::before {
  content: "\e682";
  content: var(--icon-content-add1, "\e682");
}

.next-icon-minus1::before {
  content: "\e684";
  content: var(--icon-content-minus1, "\e684");
}

.next-icon-edit1::before {
  content: "\e685";
  content: var(--icon-content-edit1, "\e685");
}

.next-icon-error1::before {
  content: "\e686";
  content: var(--icon-content-error1, "\e686");
}

.next-icon-select1::before {
  content: "\e687";
  content: var(--icon-content-select1, "\e687");
}

.next-icon-ashbin1::before {
  content: "\e688";
  content: var(--icon-content-ashbin1, "\e688");
}

.next-icon-clouddownload-fill::before {
  content: "\e7d9";
  content: var(--icon-content-clouddownload-fill, "\e7d9");
}

.next-icon-cloudupload-fill::before {
  content: "\e7da";
  content: var(--icon-content-cloudupload-fill, "\e7da");
}

.next-icon-exchange-fill::before {
  content: "\e7db";
  content: var(--icon-content-exchange-fill, "\e7db");
}

.next-icon-info-circle-fill::before {
  content: "\e7dc";
  content: var(--icon-content-info-circle-fill, "\e7dc");
}

.next-icon-question-circle-fill::before {
  content: "\e7dd";
  content: var(--icon-content-question-circle-fill, "\e7dd");
}

.next-icon-exclamationcircle-f::before {
  content: "\e7de";
  content: var(--icon-content-exclamationcircle-f, "\e7de");
}

.next-icon-minus-circle-fill::before {
  content: "\e7df";
  content: var(--icon-content-minus-circle-fill, "\e7df");
}

.next-icon-plus-circle-fill::before {
  content: "\e7e0";
  content: var(--icon-content-plus-circle-fill, "\e7e0");
}

.next-icon-times-circle-fill::before {
  content: "\e7e1";
  content: var(--icon-content-times-circle-fill, "\e7e1");
}

.next-icon-check-circle-fill::before {
  content: "\e7e2";
  content: var(--icon-content-check-circle-fill, "\e7e2");
}

.next-icon-compressalt-fill::before {
  content: "\e7e3";
  content: var(--icon-content-compressalt-fill, "\e7e3");
}

.next-icon-expandalt-fill::before {
  content: "\e7e4";
  content: var(--icon-content-expandalt-fill, "\e7e4");
}

.next-icon-wind-filter::before {
  content: "\e7e5";
  content: var(--icon-content-wind-filter, "\e7e5");
}

.next-icon-all::before {
  content: "\e7e6";
  content: var(--icon-content-all, "\e7e6");
}

.next-icon-database-plus::before {
  content: "\e7e7";
  content: var(--icon-content-database-plus, "\e7e7");
}

.next-icon-database::before {
  content: "\e7e8";
  content: var(--icon-content-database, "\e7e8");
}

.next-icon-comment-lines::before {
  content: "\e7e9";
  content: var(--icon-content-comment-lines, "\e7e9");
}

.next-icon-comment-dots::before {
  content: "\e7ea";
  content: var(--icon-content-comment-dots, "\e7ea");
}

.next-icon-paper-plane::before {
  content: "\e7eb";
  content: var(--icon-content-paper-plane, "\e7eb");
}

.next-icon-eye-slash::before {
  content: "\e7ec";
  content: var(--icon-content-eye-slash, "\e7ec");
}

.next-icon-lightbulb::before {
  content: "\e7ef";
  content: var(--icon-content-lightbulb, "\e7ef");
}

.next-icon-flag::before {
  content: "\e7f0";
  content: var(--icon-content-flag, "\e7f0");
}

.next-icon-tag::before {
  content: "\e7f1";
  content: var(--icon-content-tag, "\e7f1");
}

.next-icon-position::before {
  content: "\e7f2";
  content: var(--icon-content-position, "\e7f2");
}

.next-icon-location::before {
  content: "\e7f3";
  content: var(--icon-content-location, "\e7f3");
}

.next-icon-map::before {
  content: "\e7f4";
  content: var(--icon-content-map, "\e7f4");
}

.next-icon-inbox-in::before {
  content: "\e7f5";
  content: var(--icon-content-inbox-in, "\e7f5");
}

.next-icon-box::before {
  content: "\e7f6";
  content: var(--icon-content-box, "\e7f6");
}

.next-icon-database-set::before {
  content: "\e7f7";
  content: var(--icon-content-database-set, "\e7f7");
}

.next-icon-layer-group::before {
  content: "\e7f8";
  content: var(--icon-content-layer-group, "\e7f8");
}

.next-icon-wind-cry::before {
  content: "\e7f9";
  content: var(--icon-content-wind-cry, "\e7f9");
}

.next-icon-wind-smile::before {
  content: "\e7fa";
  content: var(--icon-content-wind-smile, "\e7fa");
}

.next-icon-align-right::before {
  content: "\e7fd";
  content: var(--icon-content-align-right, "\e7fd");
}

.next-icon-align-left::before {
  content: "\e7fe";
  content: var(--icon-content-align-left, "\e7fe");
}

.next-icon-border-bottom::before {
  content: "\e7ff";
  content: var(--icon-content-border-bottom, "\e7ff");
}

.next-icon-border-top::before {
  content: "\e800";
  content: var(--icon-content-border-top, "\e800");
}

.next-icon-align-center::before {
  content: "\e801";
  content: var(--icon-content-align-center, "\e801");
}

.next-icon-border-verticle::before {
  content: "\e802";
  content: var(--icon-content-border-verticle, "\e802");
}

.next-icon-pic-center::before {
  content: "\e803";
  content: var(--icon-content-pic-center, "\e803");
}

.next-icon-pic-side::before {
  content: "\e804";
  content: var(--icon-content-pic-side, "\e804");
}

.next-icon-folder-plus::before {
  content: "\e805";
  content: var(--icon-content-folder-plus, "\e805");
}

.next-icon-folder::before {
  content: "\e806";
  content: var(--icon-content-folder, "\e806");
}

.next-icon-file-SQL1::before {
  content: "\e807";
  content: var(--icon-content-file-SQL1, "\e807");
}

.next-icon-file-plus::before {
  content: "\e808";
  content: var(--icon-content-file-plus, "\e808");
}

.next-icon-file::before {
  content: "\e809";
  content: var(--icon-content-file, "\e809");
}

.next-icon-headset::before {
  content: "\e80b";
  content: var(--icon-content-headset, "\e80b");
}

.next-icon-phone::before {
  content: "\e80c";
  content: var(--icon-content-phone, "\e80c");
}

.next-icon-pausecircle::before {
  content: "\e80d";
  content: var(--icon-content-pausecircle, "\e80d");
}

.next-icon-stopcircle::before {
  content: "\e80e";
  content: var(--icon-content-stopcircle, "\e80e");
}

.next-icon-playcircle::before {
  content: "\e80f";
  content: var(--icon-content-playcircle, "\e80f");
}

.next-icon-delete::before {
  content: "\e810";
  content: var(--icon-content-delete, "\e810");
}

.next-icon-wind-picture::before {
  content: "\e811";
  content: var(--icon-content-wind-picture, "\e811");
}

.next-icon-mail::before {
  content: "\e812";
  content: var(--icon-content-mail, "\e812");
}

.next-icon-like::before {
  content: "\e813";
  content: var(--icon-content-like, "\e813");
}

.next-icon-collection::before {
  content: "\e814";
  content: var(--icon-content-collection, "\e814");
}

.next-icon-user-group::before {
  content: "\e815";
  content: var(--icon-content-user-group, "\e815");
}

.next-icon-account-plus::before {
  content: "\e816";
  content: var(--icon-content-account-plus, "\e816");
}

.next-icon-wind-account::before {
  content: "\e817";
  content: var(--icon-content-wind-account, "\e817");
}

.next-icon-cog::before {
  content: "\e818";
  content: var(--icon-content-cog, "\e818");
}

.next-icon-wind-clock::before {
  content: "\e819";
  content: var(--icon-content-wind-clock, "\e819");
}

.next-icon-calendar-alt::before {
  content: "\e81a";
  content: var(--icon-content-calendar-alt, "\e81a");
}

.next-icon-clouddownload::before {
  content: "\e81b";
  content: var(--icon-content-clouddownload, "\e81b");
}

.next-icon-cloudupload::before {
  content: "\e81c";
  content: var(--icon-content-cloudupload, "\e81c");
}

.next-icon-exchange::before {
  content: "\e81d";
  content: var(--icon-content-exchange, "\e81d");
}

.next-icon-info-circle::before {
  content: "\e81e";
  content: var(--icon-content-info-circle, "\e81e");
}

.next-icon-question-circle::before {
  content: "\e81f";
  content: var(--icon-content-question-circle, "\e81f");
}

.next-icon-exclamation-circle::before {
  content: "\e820";
  content: var(--icon-content-exclamation-circle, "\e820");
}

.next-icon-minus-circle::before {
  content: "\e821";
  content: var(--icon-content-minus-circle, "\e821");
}

.next-icon-plus-circle::before {
  content: "\e822";
  content: var(--icon-content-plus-circle, "\e822");
}

.next-icon-times-circle::before {
  content: "\e823";
  content: var(--icon-content-times-circle, "\e823");
}

.next-icon-check-circle::before {
  content: "\e824";
  content: var(--icon-content-check-circle, "\e824");
}

.next-icon-compress-alt::before {
  content: "\e825";
  content: var(--icon-content-compress-alt, "\e825");
}

.next-icon-expand-alt::before {
  content: "\e826";
  content: var(--icon-content-expand-alt, "\e826");
}

.next-icon-ban::before {
  content: "\e827";
  content: var(--icon-content-ban, "\e827");
}

.next-icon-wind-minus::before {
  content: "\e828";
  content: var(--icon-content-wind-minus, "\e828");
}

.next-icon-plus::before {
  content: "\e829";
  content: var(--icon-content-plus, "\e829");
}

.next-icon-times::before {
  content: "\e82a";
  content: var(--icon-content-times, "\e82a");
}

.next-icon-check::before {
  content: "\e82b";
  content: var(--icon-content-check, "\e82b");
}

.next-icon-search-minus::before {
  content: "\e82c";
  content: var(--icon-content-search-minus, "\e82c");
}

.next-icon-search-plus::before {
  content: "\e82d";
  content: var(--icon-content-search-plus, "\e82d");
}

.next-icon-wind-search::before {
  content: "\e82e";
  content: var(--icon-content-wind-search, "\e82e");
}

.next-icon-reply::before {
  content: "\e82f";
  content: var(--icon-content-reply, "\e82f");
}

.next-icon-undo::before {
  content: "\e830";
  content: var(--icon-content-undo, "\e830");
}

.next-icon-redo::before {
  content: "\e831";
  content: var(--icon-content-redo, "\e831");
}

.next-icon-external-link::before {
  content: "\e832";
  content: var(--icon-content-external-link, "\e832");
}

.next-icon-arrows-alt::before {
  content: "\e833";
  content: var(--icon-content-arrows-alt, "\e833");
}

.next-icon-indent::before {
  content: "\e834";
  content: var(--icon-content-indent, "\e834");
}

.next-icon-outdent::before {
  content: "\e835";
  content: var(--icon-content-outdent, "\e835");
}

.next-icon-wind-sorting::before {
  content: "\e836";
  content: var(--icon-content-wind-sorting, "\e836");
}

.next-icon-wind-switch::before {
  content: "\e837";
  content: var(--icon-content-wind-switch, "\e837");
}

.next-icon-wind-ascending::before {
  content: "\e838";
  content: var(--icon-content-wind-ascending, "\e838");
}

.next-icon-wind-descending::before {
  content: "\e839";
  content: var(--icon-content-wind-descending, "\e839");
}

.next-icon-wind-download::before {
  content: "\e83a";
  content: var(--icon-content-wind-download, "\e83a");
}

.next-icon-wind-upload::before {
  content: "\e83b";
  content: var(--icon-content-wind-upload, "\e83b");
}

.next-icon-arrow-to-bottom::before {
  content: "\e83c";
  content: var(--icon-content-arrow-to-bottom, "\e83c");
}

.next-icon-arrow-to-top::before {
  content: "\e83d";
  content: var(--icon-content-arrow-to-top, "\e83d");
}

.next-icon-long-arrow-down::before {
  content: "\e83e";
  content: var(--icon-content-long-arrow-down, "\e83e");
}

.next-icon-long-arrow-up::before {
  content: "\e83f";
  content: var(--icon-content-long-arrow-up, "\e83f");
}

.next-icon-wind-arrow-right::before {
  content: "\e840";
  content: var(--icon-content-wind-arrow-right, "\e840");
}

.next-icon-wind-arrow-left::before {
  content: "\e841";
  content: var(--icon-content-wind-arrow-left, "\e841");
}

.next-icon-huaban1341::before {
  content: "\e74a";
  content: var(--icon-content-huaban1341, "\e74a");
}

.next-icon-huaban161::before {
  content: "\e749";
  content: var(--icon-content-huaban161, "\e749");
}

.next-icon-huaban31::before {
  content: "\e748";
  content: var(--icon-content-huaban31, "\e748");
}

.next-icon-huaban32::before {
  content: "\e747";
  content: var(--icon-content-huaban32, "\e747");
}

.next-icon-huaban1fuben59::before {
  content: "\e746";
  content: var(--icon-content-huaban1fuben59, "\e746");
}

.next-icon-huaban1fuben63::before {
  content: "\e745";
  content: var(--icon-content-huaban1fuben63, "\e745");
}

.next-icon-rili::before {
  content: "\e744";
  content: var(--icon-content-rili, "\e744");
}

.next-icon-dengdai::before {
  content: "\e743";
  content: var(--icon-content-dengdai, "\e743");
}

.next-icon-dayin1::before {
  content: "\e742";
  content: var(--icon-content-dayin1, "\e742");
}

.next-icon-jian::before {
  content: "\e741";
  content: var(--icon-content-jian, "\e741");
}

.next-icon-jia1::before {
  content: "\e740";
  content: var(--icon-content-jia1, "\e740");
}

.next-icon-huixingzhen::before {
  content: "\e73f";
  content: var(--icon-content-huixingzhen, "\e73f");
}

.next-icon-gundongmoshi::before {
  content: "\e73e";
  content: var(--icon-content-gundongmoshi, "\e73e");
}

.next-icon-re::before {
  content: "\e73d";
  content: var(--icon-content-re, "\e73d");
}

.next-icon-xin::before {
  content: "\e73c";
  content: var(--icon-content-xin, "\e73c");
}

.next-icon-huaban114::before {
  content: "\e73b";
  content: var(--icon-content-huaban114, "\e73b");
}

.next-icon-huaban69::before {
  content: "\e73a";
  content: var(--icon-content-huaban69, "\e73a");
}

.next-icon-huaban8fuben6::before {
  content: "\e739";
  content: var(--icon-content-huaban8fuben6, "\e739");
}

.next-icon-huaban1281::before {
  content: "\e738";
  content: var(--icon-content-huaban1281, "\e738");
}

.next-icon-huaban8fuben9::before {
  content: "\e737";
  content: var(--icon-content-huaban8fuben9, "\e737");
}

.next-icon-huaban126::before {
  content: "\e736";
  content: var(--icon-content-huaban126, "\e736");
}

.next-icon-huaban2fuben::before {
  content: "\e735";
  content: var(--icon-content-huaban2fuben, "\e735");
}

.next-icon-huaban1221::before {
  content: "\e734";
  content: var(--icon-content-huaban1221, "\e734");
}

.next-icon-huaban2fuben5::before {
  content: "\e733";
  content: var(--icon-content-huaban2fuben5, "\e733");
}

.next-icon-huaban16::before {
  content: "\e732";
  content: var(--icon-content-huaban16, "\e732");
}

.next-icon-huaban124::before {
  content: "\e731";
  content: var(--icon-content-huaban124, "\e731");
}

.next-icon-huaban103::before {
  content: "\e730";
  content: var(--icon-content-huaban103, "\e730");
}

.next-icon-huaban8fuben12::before {
  content: "\e72f";
  content: var(--icon-content-huaban8fuben12, "\e72f");
}

.next-icon-huaban1231::before {
  content: "\e72e";
  content: var(--icon-content-huaban1231, "\e72e");
}

.next-icon-huaban2fuben4::before {
  content: "\e72d";
  content: var(--icon-content-huaban2fuben4, "\e72d");
}

.next-icon-huaban125::before {
  content: "\e72c";
  content: var(--icon-content-huaban125, "\e72c");
}

.next-icon-huaban17::before {
  content: "\e72b";
  content: var(--icon-content-huaban17, "\e72b");
}

.next-icon-huaban1042::before {
  content: "\e72a";
  content: var(--icon-content-huaban1042, "\e72a");
}

.next-icon-huaban98::before {
  content: "\e729";
  content: var(--icon-content-huaban98, "\e729");
}

.next-icon-huaban21::before {
  content: "\e728";
  content: var(--icon-content-huaban21, "\e728");
}

.next-icon-huaban921::before {
  content: "\e727";
  content: var(--icon-content-huaban921, "\e727");
}

.next-icon-huaban27::before {
  content: "\e726";
  content: var(--icon-content-huaban27, "\e726");
}

.next-icon-huaban25::before {
  content: "\e725";
  content: var(--icon-content-huaban25, "\e725");
}

.next-icon-huaban24::before {
  content: "\e724";
  content: var(--icon-content-huaban24, "\e724");
}

.next-icon-huaban26::before {
  content: "\e723";
  content: var(--icon-content-huaban26, "\e723");
}

.next-icon-huaban23::before {
  content: "\e722";
  content: var(--icon-content-huaban23, "\e722");
}

.next-icon-huaban22::before {
  content: "\e721";
  content: var(--icon-content-huaban22, "\e721");
}

.next-icon-huaban13::before {
  content: "\e720";
  content: var(--icon-content-huaban13, "\e720");
}

.next-icon-huaban28::before {
  content: "\e71f";
  content: var(--icon-content-huaban28, "\e71f");
}

.next-icon-huaban121::before {
  content: "\e71e";
  content: var(--icon-content-huaban121, "\e71e");
}

.next-icon-huaban11::before {
  content: "\e71d";
  content: var(--icon-content-huaban11, "\e71d");
}

.next-icon-huaban10::before {
  content: "\e71c";
  content: var(--icon-content-huaban10, "\e71c");
}

.next-icon-huaban33::before {
  content: "\e71b";
  content: var(--icon-content-huaban33, "\e71b");
}

.next-icon-huaban35::before {
  content: "\e71a";
  content: var(--icon-content-huaban35, "\e71a");
}

.next-icon-huaban34::before {
  content: "\e719";
  content: var(--icon-content-huaban34, "\e719");
}

.next-icon-huaban831::before {
  content: "\e718";
  content: var(--icon-content-huaban831, "\e718");
}

.next-icon-huaban1071::before {
  content: "\e717";
  content: var(--icon-content-huaban1071, "\e717");
}

.next-icon-huaban45::before {
  content: "\e716";
  content: var(--icon-content-huaban45, "\e716");
}

.next-icon-dollar1::before {
  content: "\e715";
  content: var(--icon-content-dollar1, "\e715");
}

.next-icon-huaban801::before {
  content: "\e714";
  content: var(--icon-content-huaban801, "\e714");
}

.next-icon-huaban7::before {
  content: "\e713";
  content: var(--icon-content-huaban7, "\e713");
}

.next-icon-inboxin-fill1::before {
  content: "\e712";
  content: var(--icon-content-inboxin-fill1, "\e712");
}

.next-icon-huaban123::before {
  content: "\e711";
  content: var(--icon-content-huaban123, "\e711");
}

.next-icon-box-fill1::before {
  content: "\e710";
  content: var(--icon-content-box-fill1, "\e710");
}

.next-icon-huaban122::before {
  content: "\e70f";
  content: var(--icon-content-huaban122, "\e70f");
}

.next-icon-tag-fill1::before {
  content: "\e70e";
  content: var(--icon-content-tag-fill1, "\e70e");
}

.next-icon-tag-::before {
  content: "\e70d";
  content: var(--icon-content-tag-, "\e70d");
}

.next-icon-transanction1::before {
  content: "\e70c";
  content: var(--icon-content-transanction1, "\e70c");
}

.next-icon-huaban63::before {
  content: "\e70b";
  content: var(--icon-content-huaban63, "\e70b");
}

.next-icon-huaban64::before {
  content: "\e70a";
  content: var(--icon-content-huaban64, "\e70a");
}

.next-icon-huaban64-copy::before {
  content: "\e709";
  content: var(--icon-content-huaban64-copy, "\e709");
}

.next-icon-huaban97::before {
  content: "\e6ee";
  content: var(--icon-content-huaban97, "\e6ee");
}

.next-icon-huaban94::before {
  content: "\e6ed";
  content: var(--icon-content-huaban94, "\e6ed");
}

.next-icon-huaban1041::before {
  content: "\e6ec";
  content: var(--icon-content-huaban1041, "\e6ec");
}

.next-icon-huaban9::before {
  content: "\e6eb";
  content: var(--icon-content-huaban9, "\e6eb");
}

.next-icon-huaban3::before {
  content: "\e6ea";
  content: var(--icon-content-huaban3, "\e6ea");
}

.next-icon-huaban4::before {
  content: "\e6e9";
  content: var(--icon-content-huaban4, "\e6e9");
}

.next-icon-huaban811::before {
  content: "\e6e8";
  content: var(--icon-content-huaban811, "\e6e8");
}

.next-icon-huaban79::before {
  content: "\e6e7";
  content: var(--icon-content-huaban79, "\e6e7");
}

.next-icon-jia::before {
  content: "\e6e6";
  content: var(--icon-content-jia, "\e6e6");
}

.next-icon-huaban1131::before {
  content: "\e6e5";
  content: var(--icon-content-huaban1131, "\e6e5");
}

.next-icon-huaban51::before {
  content: "\e6e4";
  content: var(--icon-content-huaban51, "\e6e4");
}

.next-icon-huaban6::before {
  content: "\e6e3";
  content: var(--icon-content-huaban6, "\e6e3");
}

.next-icon-huaban15::before {
  content: "\e6e1";
  content: var(--icon-content-huaban15, "\e6e1");
}

.next-icon-huaban1111::before {
  content: "\e6e0";
  content: var(--icon-content-huaban1111, "\e6e0");
}

.next-icon-huaban1081::before {
  content: "\e6df";
  content: var(--icon-content-huaban1081, "\e6df");
}

.next-icon-huaban1091::before {
  content: "\e6de";
  content: var(--icon-content-huaban1091, "\e6de");
}

.next-icon-huaban1121::before {
  content: "\e6dd";
  content: var(--icon-content-huaban1121, "\e6dd");
}

.next-icon-huaban93::before {
  content: "\e6dc";
  content: var(--icon-content-huaban93, "\e6dc");
}

.next-icon-huaban810::before {
  content: "\e6db";
  content: var(--icon-content-huaban810, "\e6db");
}

.next-icon-huaban99::before {
  content: "\e6da";
  content: var(--icon-content-huaban99, "\e6da");
}

.next-icon-huaban1051::before {
  content: "\e6d9";
  content: var(--icon-content-huaban1051, "\e6d9");
}

.next-icon-huaban101::before {
  content: "\e6d8";
  content: var(--icon-content-huaban101, "\e6d8");
}

.next-icon-huaban102::before {
  content: "\e6d7";
  content: var(--icon-content-huaban102, "\e6d7");
}

.next-icon-huaban821::before {
  content: "\e6d6";
  content: var(--icon-content-huaban821, "\e6d6");
}

.next-icon-huaban861::before {
  content: "\e6d5";
  content: var(--icon-content-huaban861, "\e6d5");
}

.next-icon-huaban14::before {
  content: "\e6d4";
  content: var(--icon-content-huaban14, "\e6d4");
}

.next-icon-huaban851::before {
  content: "\e6d3";
  content: var(--icon-content-huaban851, "\e6d3");
}

.next-icon-huaban19::before {
  content: "\e6d2";
  content: var(--icon-content-huaban19, "\e6d2");
}

.next-icon-alignright-fill::before {
  content: "\e7ba";
  content: var(--icon-content-alignright-fill, "\e7ba");
}

.next-icon-alignleft-fill::before {
  content: "\e7bb";
  content: var(--icon-content-alignleft-fill, "\e7bb");
}

.next-icon-borderbottom-fill::before {
  content: "\e7bc";
  content: var(--icon-content-borderbottom-fill, "\e7bc");
}

.next-icon-bordertop-fill::before {
  content: "\e7bd";
  content: var(--icon-content-bordertop-fill, "\e7bd");
}

.next-icon-aligncenter-fill::before {
  content: "\e7be";
  content: var(--icon-content-aligncenter-fill, "\e7be");
}

.next-icon-borderverticle-fill::before {
  content: "\e7bf";
  content: var(--icon-content-borderverticle-fill, "\e7bf");
}

.next-icon-piccenter-fill::before {
  content: "\e7c0";
  content: var(--icon-content-piccenter-fill, "\e7c0");
}

.next-icon-picside-fill::before {
  content: "\e7c1";
  content: var(--icon-content-picside-fill, "\e7c1");
}

.next-icon-folderopen-fill::before {
  content: "\e7c2";
  content: var(--icon-content-folderopen-fill, "\e7c2");
}

.next-icon-folderplus-fill::before {
  content: "\e7c3";
  content: var(--icon-content-folderplus-fill, "\e7c3");
}

.next-icon-folder-fill::before {
  content: "\e7c4";
  content: var(--icon-content-folder-fill, "\e7c4");
}

.next-icon-file-SQL::before {
  content: "\e7c5";
  content: var(--icon-content-file-SQL, "\e7c5");
}

.next-icon-fileplus-fill::before {
  content: "\e7c6";
  content: var(--icon-content-fileplus-fill, "\e7c6");
}

.next-icon-file-fill::before {
  content: "\e7c7";
  content: var(--icon-content-file-fill, "\e7c7");
}

.next-icon-copy-fill::before {
  content: "\e7c8";
  content: var(--icon-content-copy-fill, "\e7c8");
}

.next-icon-headset-fill::before {
  content: "\e7c9";
  content: var(--icon-content-headset-fill, "\e7c9");
}

.next-icon-phone-fill::before {
  content: "\e7ca";
  content: var(--icon-content-phone-fill, "\e7ca");
}

.next-icon-pausecircle-fill::before {
  content: "\e7cb";
  content: var(--icon-content-pausecircle-fill, "\e7cb");
}

.next-icon-stopcircle-fill::before {
  content: "\e7cc";
  content: var(--icon-content-stopcircle-fill, "\e7cc");
}

.next-icon-playcircle-fill::before {
  content: "\e7cd";
  content: var(--icon-content-playcircle-fill, "\e7cd");
}

.next-icon-delete-fill::before {
  content: "\e7ce";
  content: var(--icon-content-delete-fill, "\e7ce");
}

.next-icon-picture-fill::before {
  content: "\e7cf";
  content: var(--icon-content-picture-fill, "\e7cf");
}

.next-icon-mail-fill::before {
  content: "\e7d0";
  content: var(--icon-content-mail-fill, "\e7d0");
}

.next-icon-heart-fill::before {
  content: "\e7d1";
  content: var(--icon-content-heart-fill, "\e7d1");
}

.next-icon-collection-fill::before {
  content: "\e7d2";
  content: var(--icon-content-collection-fill, "\e7d2");
}

.next-icon-user-group-fill::before {
  content: "\e7d3";
  content: var(--icon-content-user-group-fill, "\e7d3");
}

.next-icon-userplus-fill::before {
  content: "\e7d4";
  content: var(--icon-content-userplus-fill, "\e7d4");
}

.next-icon-user-fill::before {
  content: "\e7d5";
  content: var(--icon-content-user-fill, "\e7d5");
}

.next-icon-cog-fill::before {
  content: "\e7d6";
  content: var(--icon-content-cog-fill, "\e7d6");
}

.next-icon-clock-fill::before {
  content: "\e7d7";
  content: var(--icon-content-clock-fill, "\e7d7");
}

.next-icon-calendaralt-fill::before {
  content: "\e7d8";
  content: var(--icon-content-calendaralt-fill, "\e7d8");
}

.next-icon-huaban891::before {
  content: "\e6d1";
  content: var(--icon-content-huaban891, "\e6d1");
}

.next-icon-huaban20::before {
  content: "\e6d0";
  content: var(--icon-content-huaban20, "\e6d0");
}

.next-icon-huaban901::before {
  content: "\e6cf";
  content: var(--icon-content-huaban901, "\e6cf");
}

.next-icon-huaban18::before {
  content: "\e6ce";
  content: var(--icon-content-huaban18, "\e6ce");
}

.next-icon-huaban871::before {
  content: "\e6cd";
  content: var(--icon-content-huaban871, "\e6cd");
}

.next-icon-huaban881::before {
  content: "\e6cc";
  content: var(--icon-content-huaban881, "\e6cc");
}

.next-icon-huaban841::before {
  content: "\e6cb";
  content: var(--icon-content-huaban841, "\e6cb");
}

.next-icon-huaban91::before {
  content: "\e6ca";
  content: var(--icon-content-huaban91, "\e6ca");
}

.next-icon-huaban90::before {
  content: "\e6c9";
  content: var(--icon-content-huaban90, "\e6c9");
}

.next-icon-huaban92::before {
  content: "\e6c8";
  content: var(--icon-content-huaban92, "\e6c8");
}

.next-icon-huaban86::before {
  content: "\e6c7";
  content: var(--icon-content-huaban86, "\e6c7");
}

.next-icon-huaban85::before {
  content: "\e6c6";
  content: var(--icon-content-huaban85, "\e6c6");
}

.next-icon-huaban88::before {
  content: "\e6c5";
  content: var(--icon-content-huaban88, "\e6c5");
}

.next-icon-huaban89::before {
  content: "\e6c4";
  content: var(--icon-content-huaban89, "\e6c4");
}

.next-icon-huaban87::before {
  content: "\e6c3";
  content: var(--icon-content-huaban87, "\e6c3");
}

.next-icon-huaban68::before {
  content: "\e6c2";
  content: var(--icon-content-huaban68, "\e6c2");
}

.next-icon-huaban67::before {
  content: "\e6c1";
  content: var(--icon-content-huaban67, "\e6c1");
}

.next-icon-huaban541::before {
  content: "\e6c0";
  content: var(--icon-content-huaban541, "\e6c0");
}

.next-icon-huaban83::before {
  content: "\e6bf";
  content: var(--icon-content-huaban83, "\e6bf");
}

.next-icon-huaban80::before {
  content: "\e6be";
  content: var(--icon-content-huaban80, "\e6be");
}

.next-icon-huaban81::before {
  content: "\e6bd";
  content: var(--icon-content-huaban81, "\e6bd");
}

.next-icon-huaban82::before {
  content: "\e6bc";
  content: var(--icon-content-huaban82, "\e6bc");
}

.next-icon-huaban118::before {
  content: "\e6bb";
  content: var(--icon-content-huaban118, "\e6bb");
}

.next-icon-huaban961::before {
  content: "\e6ba";
  content: var(--icon-content-huaban961, "\e6ba");
}

.next-icon-huaban120::before {
  content: "\e6b8";
  content: var(--icon-content-huaban120, "\e6b8");
}

.next-icon-huaban119::before {
  content: "\e6b7";
  content: var(--icon-content-huaban119, "\e6b7");
}

.next-icon-huaban2fuben2::before {
  content: "\e6b6";
  content: var(--icon-content-huaban2fuben2, "\e6b6");
}

.next-icon-huaban12fuben2::before {
  content: "\e6b5";
  content: var(--icon-content-huaban12fuben2, "\e6b5");
}

.next-icon-huaban8::before {
  content: "\e6b4";
  content: var(--icon-content-huaban8, "\e6b4");
}

.next-icon-huaban84::before {
  content: "\e6b2";
  content: var(--icon-content-huaban84, "\e6b2");
}

.next-icon-huaban8fuben3::before {
  content: "\e6b1";
  content: var(--icon-content-huaban8fuben3, "\e6b1");
}

.next-icon-huaban8fuben4::before {
  content: "\e6b0";
  content: var(--icon-content-huaban8fuben4, "\e6b0");
}

.next-icon-huaban8fuben7::before {
  content: "\e6af";
  content: var(--icon-content-huaban8fuben7, "\e6af");
}

.next-icon-huaban96::before {
  content: "\e6ae";
  content: var(--icon-content-huaban96, "\e6ae");
}

.next-icon-huaban61::before {
  content: "\e6ad";
  content: var(--icon-content-huaban61, "\e6ad");
}

.next-icon-huaban62::before {
  content: "\e6ac";
  content: var(--icon-content-huaban62, "\e6ac");
}

.next-icon-huaban12fuben4::before {
  content: "\e6ab";
  content: var(--icon-content-huaban12fuben4, "\e6ab");
}

.next-icon-huaban5fuben::before {
  content: "\e6aa";
  content: var(--icon-content-huaban5fuben, "\e6aa");
}

.next-icon-huaban5::before {
  content: "\e6a9";
  content: var(--icon-content-huaban5, "\e6a9");
}

.next-icon-huaban12fuben6::before {
  content: "\e6a8";
  content: var(--icon-content-huaban12fuben6, "\e6a8");
}

.next-icon-huaban12::before {
  content: "\e6a7";
  content: var(--icon-content-huaban12, "\e6a7");
}

.next-icon-huaban8fuben10::before {
  content: "\e6a6";
  content: var(--icon-content-huaban8fuben10, "\e6a6");
}

.next-icon-huaban8fuben8::before {
  content: "\e6a5";
  content: var(--icon-content-huaban8fuben8, "\e6a5");
}

.next-icon-huaban1161::before {
  content: "\e6a4";
  content: var(--icon-content-huaban1161, "\e6a4");
}

.next-icon-huaban1171::before {
  content: "\e6a1";
  content: var(--icon-content-huaban1171, "\e6a1");
}

.next-icon-huaban110::before {
  content: "\e6a0";
  content: var(--icon-content-huaban110, "\e6a0");
}

.next-icon-huaban112::before {
  content: "\e69f";
  content: var(--icon-content-huaban112, "\e69f");
}

.next-icon-huaban111::before {
  content: "\e69e";
  content: var(--icon-content-huaban111, "\e69e");
}

.next-icon-huaban113::before {
  content: "\e69a";
  content: var(--icon-content-huaban113, "\e69a");
}

.next-icon-huaban65::before {
  content: "\e699";
  content: var(--icon-content-huaban65, "\e699");
}

.next-icon-huaban66::before {
  content: "\e691";
  content: var(--icon-content-huaban66, "\e691");
}

.next-icon-huaban108::before {
  content: "\e68f";
  content: var(--icon-content-huaban108, "\e68f");
}

.next-icon-huaban109::before {
  content: "\e68e";
  content: var(--icon-content-huaban109, "\e68e");
}

.next-icon-huaban59::before {
  content: "\e68a";
  content: var(--icon-content-huaban59, "\e68a");
}

.next-icon-huaban60::before {
  content: "\e67f";
  content: var(--icon-content-huaban60, "\e67f");
}

.next-icon-huaban58::before {
  content: "\e67d";
  content: var(--icon-content-huaban58, "\e67d");
}

.next-icon-huaban57::before {
  content: "\e67c";
  content: var(--icon-content-huaban57, "\e67c");
}

.next-icon-huaban70::before {
  content: "\e67a";
  content: var(--icon-content-huaban70, "\e67a");
}

.next-icon-huaban55::before {
  content: "\e679";
  content: var(--icon-content-huaban55, "\e679");
}

.next-icon-huaban42fuben2::before {
  content: "\e678";
  content: var(--icon-content-huaban42fuben2, "\e678");
}

.next-icon-huaban50::before {
  content: "\e675";
  content: var(--icon-content-huaban50, "\e675");
}

.next-icon-huaban42fuben::before {
  content: "\e672";
  content: var(--icon-content-huaban42fuben, "\e672");
}

.next-icon-huaban49::before {
  content: "\e671";
  content: var(--icon-content-huaban49, "\e671");
}

.next-icon-huaban104::before {
  content: "\e670";
  content: var(--icon-content-huaban104, "\e670");
}

.next-icon-huaban48::before {
  content: "\e66f";
  content: var(--icon-content-huaban48, "\e66f");
}

.next-icon-huaban128::before {
  content: "\e66e";
  content: var(--icon-content-huaban128, "\e66e");
}

.next-icon-huaban106::before {
  content: "\e66d";
  content: var(--icon-content-huaban106, "\e66d");
}

.next-icon-huaban107::before {
  content: "\e66c";
  content: var(--icon-content-huaban107, "\e66c");
}

.next-icon-huaban105::before {
  content: "\e66b";
  content: var(--icon-content-huaban105, "\e66b");
}

.next-icon-huaban133::before {
  content: "\e66a";
  content: var(--icon-content-huaban133, "\e66a");
}

.next-icon-huaban130::before {
  content: "\e669";
  content: var(--icon-content-huaban130, "\e669");
}

.next-icon-huaban132::before {
  content: "\e667";
  content: var(--icon-content-huaban132, "\e667");
}

.next-icon-huaban129::before {
  content: "\e666";
  content: var(--icon-content-huaban129, "\e666");
}

.next-icon-huaban137::before {
  content: "\e662";
  content: var(--icon-content-huaban137, "\e662");
}

.next-icon-huaban136::before {
  content: "\e661";
  content: var(--icon-content-huaban136, "\e661");
}

.next-icon-huaban134::before {
  content: "\e660";
  content: var(--icon-content-huaban134, "\e660");
}

.next-icon-huaban135::before {
  content: "\e65c";
  content: var(--icon-content-huaban135, "\e65c");
}

.next-icon-huaban138::before {
  content: "\e65b";
  content: var(--icon-content-huaban138, "\e65b");
}

.next-icon-huaban140::before {
  content: "\e65a";
  content: var(--icon-content-huaban140, "\e65a");
}

.next-icon-huaban139::before {
  content: "\e658";
  content: var(--icon-content-huaban139, "\e658");
}

.next-icon-yingyong::before {
  content: "\e653";
  content: var(--icon-content-yingyong, "\e653");
}

.next-icon-yunjitianchong::before {
  content: "\e652";
  content: var(--icon-content-yunjitianchong, "\e652");
}

.next-icon-yunji::before {
  content: "\e651";
  content: var(--icon-content-yunji, "\e651");
}

.next-icon-zuojiantoujuxing::before {
  content: "\e64f";
  content: var(--icon-content-zuojiantoujuxing, "\e64f");
}

.next-icon-youjiantoujuxing::before {
  content: "\e64e";
  content: var(--icon-content-youjiantoujuxing, "\e64e");
}

.next-icon-zhenduan::before {
  content: "\e64d";
  content: var(--icon-content-zhenduan, "\e64d");
}

.next-icon-yunxiazai::before {
  content: "\e64c";
  content: var(--icon-content-yunxiazai, "\e64c");
}

.next-icon-yunshangchuan::before {
  content: "\e64b";
  content: var(--icon-content-yunshangchuan, "\e64b");
}

.next-icon-zhongduantianchong::before {
  content: "\e64a";
  content: var(--icon-content-zhongduantianchong, "\e64a");
}

.next-icon-zhongduan::before {
  content: "\e649";
  content: var(--icon-content-zhongduan, "\e649");
}

.next-icon-peijian::before {
  content: "\e648";
  content: var(--icon-content-peijian, "\e648");
}

.next-icon-luopan::before {
  content: "\e647";
  content: var(--icon-content-luopan, "\e647");
}

.next-icon-fuzhi::before {
  content: "\e642";
  content: var(--icon-content-fuzhi, "\e642");
}

.next-icon-bujinmoshi::before {
  content: "\e63e";
  content: var(--icon-content-bujinmoshi, "\e63e");
}

.next-icon-huaban46fuben::before {
  content: "\e638";
  content: var(--icon-content-huaban46fuben, "\e638");
}

.next-icon-huaban46::before {
  content: "\e637";
  content: var(--icon-content-huaban46, "\e637");
}

.next-icon-huaban52::before {
  content: "\e636";
  content: var(--icon-content-huaban52, "\e636");
}

.next-icon-huaban53::before {
  content: "\e635";
  content: var(--icon-content-huaban53, "\e635");
}

.next-icon-huaban54::before {
  content: "\e630";
  content: var(--icon-content-huaban54, "\e630");
}

.next-icon-huaban127::before {
  content: "\e77d";
  content: var(--icon-content-huaban127, "\e77d");
}

.next-icon-huaban12fuben::before {
  content: "\e77c";
  content: var(--icon-content-huaban12fuben, "\e77c");
}

.next-icon-1688-copy::before {
  content: "\e77b";
  content: var(--icon-content-1688-copy, "\e77b");
}

.next-icon-taobao-copy::before {
  content: "\e77a";
  content: var(--icon-content-taobao-copy, "\e77a");
}

.next-icon-alipay-copy::before {
  content: "\e779";
  content: var(--icon-content-alipay-copy, "\e779");
}

.next-icon-dingtalk-copy::before {
  content: "\e778";
  content: var(--icon-content-dingtalk-copy, "\e778");
}

.next-icon-huaban931::before {
  content: "\e773";
  content: var(--icon-content-huaban931, "\e773");
}

.next-icon-huaban95::before {
  content: "\e768";
  content: var(--icon-content-huaban95, "\e768");
}

.next-icon-huaban941::before {
  content: "\e767";
  content: var(--icon-content-huaban941, "\e767");
}

.next-icon-huaban1fuben341::before {
  content: "\e766";
  content: var(--icon-content-huaban1fuben341, "\e766");
}

.next-icon-huaban1fuben30::before {
  content: "\e765";
  content: var(--icon-content-huaban1fuben30, "\e765");
}

.next-icon-huaban1fuben19::before {
  content: "\e764";
  content: var(--icon-content-huaban1fuben19, "\e764");
}

.next-icon-huaban1fuben21::before {
  content: "\e763";
  content: var(--icon-content-huaban1fuben21, "\e763");
}

.next-icon-huaban1fuben67::before {
  content: "\e762";
  content: var(--icon-content-huaban1fuben67, "\e762");
}

.next-icon-huaban1fuben45::before {
  content: "\e761";
  content: var(--icon-content-huaban1fuben45, "\e761");
}

.next-icon-huaban1fuben47::before {
  content: "\e760";
  content: var(--icon-content-huaban1fuben47, "\e760");
}

.next-icon-huaban1fuben41::before {
  content: "\e75f";
  content: var(--icon-content-huaban1fuben41, "\e75f");
}

.next-icon-huaban1fuben591::before {
  content: "\e75e";
  content: var(--icon-content-huaban1fuben591, "\e75e");
}

.next-icon-huaban1fuben36::before {
  content: "\e75d";
  content: var(--icon-content-huaban1fuben36, "\e75d");
}

.next-icon-huaban1fuben7::before {
  content: "\e75c";
  content: var(--icon-content-huaban1fuben7, "\e75c");
}

.next-icon-huaban1fuben91::before {
  content: "\e75b";
  content: var(--icon-content-huaban1fuben91, "\e75b");
}

.next-icon-huaban1fuben80::before {
  content: "\e75a";
  content: var(--icon-content-huaban1fuben80, "\e75a");
}

.next-icon-huaban1401::before {
  content: "\e759";
  content: var(--icon-content-huaban1401, "\e759");
}

.next-icon-huaban101fuben::before {
  content: "\e758";
  content: var(--icon-content-huaban101fuben, "\e758");
}

.next-icon-huaban1391::before {
  content: "\e757";
  content: var(--icon-content-huaban1391, "\e757");
}

.next-icon-huaban8fuben::before {
  content: "\e756";
  content: var(--icon-content-huaban8fuben, "\e756");
}

.next-icon-huaban1361::before {
  content: "\e755";
  content: var(--icon-content-huaban1361, "\e755");
}

.next-icon-huaban1381::before {
  content: "\e754";
  content: var(--icon-content-huaban1381, "\e754");
}

.next-icon-huaban144::before {
  content: "\e753";
  content: var(--icon-content-huaban144, "\e753");
}

.next-icon-huaban1331::before {
  content: "\e752";
  content: var(--icon-content-huaban1331, "\e752");
}

.next-icon-huaban1321::before {
  content: "\e751";
  content: var(--icon-content-huaban1321, "\e751");
}

.next-icon-huaban1301::before {
  content: "\e750";
  content: var(--icon-content-huaban1301, "\e750");
}

.next-icon-huaban1fuben101::before {
  content: "\e74f";
  content: var(--icon-content-huaban1fuben101, "\e74f");
}

.next-icon-huaban1141::before {
  content: "\e74e";
  content: var(--icon-content-huaban1141, "\e74e");
}

.next-icon-huaban1291::before {
  content: "\e74d";
  content: var(--icon-content-huaban1291, "\e74d");
}

.next-icon-huaban131::before {
  content: "\e74c";
  content: var(--icon-content-huaban131, "\e74c");
}

.next-icon-huaban1351::before {
  content: "\e74b";
  content: var(--icon-content-huaban1351, "\e74b");
}

.next-icon-3226::before {
  content: "\e708";
  content: var(--icon-content-3226, "\e708");
}

.next-icon-3225::before {
  content: "\e707";
  content: var(--icon-content-3225, "\e707");
}

.next-icon-3224::before {
  content: "\e706";
  content: var(--icon-content-3224, "\e706");
}

.next-icon-3223::before {
  content: "\e705";
  content: var(--icon-content-3223, "\e705");
}

.next-icon-3222::before {
  content: "\e704";
  content: var(--icon-content-3222, "\e704");
}

.next-icon-3221::before {
  content: "\e703";
  content: var(--icon-content-3221, "\e703");
}

.next-icon-3220::before {
  content: "\e702";
  content: var(--icon-content-3220, "\e702");
}

.next-icon-3219::before {
  content: "\e701";
  content: var(--icon-content-3219, "\e701");
}

.next-icon-3218::before {
  content: "\e700";
  content: var(--icon-content-3218, "\e700");
}

.next-icon-3217::before {
  content: "\e6ff";
  content: var(--icon-content-3217, "\e6ff");
}

.next-icon-3216::before {
  content: "\e6fe";
  content: var(--icon-content-3216, "\e6fe");
}

.next-icon-3215::before {
  content: "\e6fd";
  content: var(--icon-content-3215, "\e6fd");
}

.next-icon-3214::before {
  content: "\e6fc";
  content: var(--icon-content-3214, "\e6fc");
}

.next-icon-3213::before {
  content: "\e6fb";
  content: var(--icon-content-3213, "\e6fb");
}

.next-icon-3212::before {
  content: "\e6fa";
  content: var(--icon-content-3212, "\e6fa");
}

.next-icon-3211::before {
  content: "\e6f9";
  content: var(--icon-content-3211, "\e6f9");
}

.next-icon-3210::before {
  content: "\e6f8";
  content: var(--icon-content-3210, "\e6f8");
}

.next-icon-329::before {
  content: "\e6f7";
  content: var(--icon-content-329, "\e6f7");
}

.next-icon-328::before {
  content: "\e6f6";
  content: var(--icon-content-328, "\e6f6");
}

.next-icon-327::before {
  content: "\e6f5";
  content: var(--icon-content-327, "\e6f5");
}

.next-icon-326::before {
  content: "\e6f4";
  content: var(--icon-content-326, "\e6f4");
}

.next-icon-324::before {
  content: "\e6f3";
  content: var(--icon-content-324, "\e6f3");
}

.next-icon-323::before {
  content: "\e6f2";
  content: var(--icon-content-323, "\e6f2");
}

.next-icon-322::before {
  content: "\e6f1";
  content: var(--icon-content-322, "\e6f1");
}

.next-icon-321::before {
  content: "\e6f0";
  content: var(--icon-content-321, "\e6f0");
}

.next-icon-32::before {
  content: "\e6ef";
  content: var(--icon-content-32, "\e6ef");
}

@font-face {
  font-family: WindIcon;
  src: url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.eot");
  src: url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.woff2") format("woff2"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.woff") format("woff"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.ttf") format("truetype"), url("//at.alicdn.com/t/font_1435786_ccri5b3kw0n.svg#NextIcon") format("svg");
}
.next-icon {
  font-family: NextIcon;
  font-family: var(--xconsole-icon-font-family, NextIcon);
}

.next-icon-more::before {
  content: var(--icon-content-ellipsis-vertical);
}

.next-icon-cart::before {
  content: var(--icon-content-shopping-cart);
}

.next-icon-account-circle::before {
  content: var(--icon-content-user-circle);
}

.next-icon-points::before {
  content: var(--icon-content-star-circle1);
}

.next-icon-star-circle::before {
  content: var(--icon-content-star-circle1);
}

.next-icon-rights::before {
  content: var(--icon-content-gem);
}

.next-icon-alert::before {
  content: var(--icon-content-wind-warning);
}

.next-icon-caret-up::before {
  content: var(--icon-content-sort-up);
}

.next-icon-caret-down::before {
  content: var(--icon-content-sort-down);
}

.next-icon-arrow-alt-left::before {
  content: var(--icon-content-wind-arrow-left);
}

.next-icon-arrow-alt-right::before {
  content: var(--icon-content-wind-arrow-right);
}

.next-icon-export::before {
  content: var(--icon-content-wind-upload);
}

.next-icon-import::before {
  content: var(--icon-content-wind-download);
}

.next-icon-list-collapsed::before {
  content: var(--icon-content-outdent);
}

.next-icon-list-expansion::before {
  content: var(--icon-content-indent);
}

.next-icon-remove::before {
  content: var(--icon-content-times);
}

.next-icon-expand-arrows-alt::before {
  content: var(--icon-content-expand-alt);
}

.next-icon-heart-regular::before {
  content: var(--icon-content-like);
}

.next-icon-play::before {
  content: var(--icon-content-playcircle);
}

.next-icon-stop::before {
  content: var(--icon-content-stopcircle);
}

.next-icon-pause::before {
  content: var(--icon-content-pausecircle);
}

.next-icon-folder-add::before {
  content: var(--icon-content-folder-plus);
}

.next-icon-installation-package::before {
  content: var(--icon-content-inbox-in);
}

.next-icon-light::before {
  content: var(--icon-content-lightbulb);
}

.next-icon-fliter-list::before {
  content: var(--icon-content-wind-filter);
}

.next-icon-collapse-card1::before {
  content: var(--icon-content-expandalt-fill);
}

.next-icon-collapse-card::before {
  content: var(--icon-content-compressalt-fill);
}

.next-icon-cloud-upload::before {
  content: var(--icon-content-cloudupload-fill);
}

.next-icon-cloud-download::before {
  content: var(--icon-content-clouddownload-fill);
}

.next-icon-heart-soild::before {
  content: var(--icon-content-heart-fill);
}

.next-icon-service::before {
  content: var(--icon-content-headset-fill);
}

.next-icon-file-add::before {
  content: var(--icon-content-fileplus-fill);
}

.next-icon-file-sql::before {
  content: var(--icon-content-file-SQL);
}

.next-icon-lock-open::before {
  content: var(--icon-content-unlock-fill);
}

.next-icon-layers::before {
  content: var(--icon-content-layergroup-fill);
}

.next-icon-data-set::before {
  content: var(--icon-content-databaseset-fill);
}

.next-icon-label::before {
  content: var(--icon-content-tag-fill);
}

.next-icon-invisible::before {
  content: var(--icon-content-eyeslash-fill);
}

.next-icon-multiple-tips::before {
  content: var(--icon-content-commentdots-fill);
}

.next-icon-comment::before {
  content: var(--icon-content-commentlines-fill);
}

.next-icon-data::before {
  content: var(--icon-content-database-fill);
}

.next-icon-renewals::before {
  content: var(--icon-content-transanction);
}

.next-icon-cell-phone::before {
  content: var(--icon-content-mobile-alt);
}

.next-icon-phone-bingding::before {
  content: var(--icon-content-mobile-check);
}

.next-icon-phone-untie::before {
  content: var(--icon-content-mobile-error);
}

.next-icon-online::before {
  content: var(--icon-content-laptop-check);
}

.next-icon-Keys::before {
  content: var(--icon-content-key);
}

.next-icon-mains::before {
  content: var(--icon-content-poweroff);
}

.next-icon-scanning::before {
  content: var(--icon-content-scan);
}

.next-icon-more::before {
  content: var(--icon-content-ellipsis-vertical);
}

.next-icon-shoppingcart::before {
  content: var(--icon-content-shopping-cart);
}

.next-icon-annex::before {
  content: var(--icon-content-paperclip);
}

.next-icon-external-link-alt::before {
  content: var(--icon-content-external-link);
}

.next-icon-subtract::before {
  content: var(--icon-content-wind-minus);
}

.next-icon-filter-list::before {
  content: var(--icon-content-wind-filter);
}

.next-icon-account-add-solid::before {
  content: var(--icon-content-userplus-fill);
}

.next-icon-supervisor-account::before {
  content: var(--icon-content-user-group-fill);
}

.next-icon-star-solid::before {
  content: var(--icon-content-collection-fill);
}

.next-icon-heart-solid::before {
  content: var(--icon-content-heart-fill);
}

.next-icon-phone-binding::before {
  content: var(--icon-content-mobile-check);
}

.next-icon-scatter-plot::before {
  content: var(--icon-content-chart-scatter-plot);
}

.next-icon-chart-pie::before {
  content: var(--icon-content-chart-pie-alt);
}

.next-icon-long-arrow-left::before {
  content: var(--icon-content-wind-arrow-left);
}

.next-icon-long-arrow-right::before {
  content: var(--icon-content-wind-arrow-right);
}

.next-range-scale-item.next-range-scale-item.next-range-scale-item.next-range-scale-item {
  top: var(--range-scale-item-position-top, 0px);
  width: var(--range-scale-item-width, 1px);
}

.next-range .next-range-slider-inner:hover {
  transform: scale(1.38);
}
.next-range .next-range-slider-moving .next-range-slider-inner.next-range-slider-inner.next-range-slider-inner {
  transform: scale(1.38);
}

.next-timeline-item.next-timeline-item-done .next-timeline-item-dot {
  border-radius: 50%;
  background: var(--timeline-item-done-background, #C0C6CC);
  border: var(--timeline-item-done-border);
}

.next-balloon.next-balloon.next-balloon::after {
  box-shadow: none;
}
.next-balloon.next-balloon-bottom-right::after, .next-balloon.next-balloon-bottom-left::after, .next-balloon.next-balloon-bottom::after {
  border-bottom-right-radius: var(--balloon-arrow-border-radius, 2px);
}
.next-balloon.next-balloon-top-right::after, .next-balloon.next-balloon-top-left::after, .next-balloon.next-balloon-top::after {
  border-top-left-radius: var(--balloon-arrow-border-radius, 2px);
}
.next-balloon.next-balloon-right-top::after, .next-balloon.next-balloon-right-bottom::after, .next-balloon.next-balloon-right::after {
  border-top-right-radius: var(--balloon-arrow-border-radius, 2px);
}
.next-balloon.next-balloon-left-top::after, .next-balloon.next-balloon-left-bottom::after, .next-balloon.next-balloon-left::after {
  border-bottom-left-radius: var(--balloon-arrow-border-radius, 2px);
}

.next-balloon-tooltip.next-balloon-tooltip.next-balloon-tooltip::after {
  box-shadow: none;
}
.next-balloon-tooltip.next-balloon-tooltip-bottom-right::after, .next-balloon-tooltip.next-balloon-tooltip-bottom-left::after, .next-balloon-tooltip.next-balloon-tooltip-bottom::after {
  border-bottom-right-radius: var(--balloon-arrow-border-radius, 2px);
}
.next-balloon-tooltip.next-balloon-tooltip-top-right::after, .next-balloon-tooltip.next-balloon-tooltip-top-left::after, .next-balloon-tooltip.next-balloon-tooltip-top::after {
  border-top-left-radius: var(--balloon-arrow-border-radius, 2px);
}
.next-balloon-tooltip.next-balloon-tooltip-right-top::after, .next-balloon-tooltip.next-balloon-tooltip-right-bottom::after, .next-balloon-tooltip.next-balloon-tooltip-right::after {
  border-top-right-radius: var(--balloon-arrow-border-radius, 2px);
}
.next-balloon-tooltip.next-balloon-tooltip-left-top::after, .next-balloon-tooltip.next-balloon-tooltip-left-bottom::after, .next-balloon-tooltip.next-balloon-tooltip-left::after {
  border-bottom-left-radius: var(--balloon-arrow-border-radius, 2px);
}

.next-btn {
  font-weight: var(--btn-font-weight, 400);
  transition: all 0.1s;
}
.next-btn[disabled]:hover {
  box-shadow: none;
}
.next-btn-primary:hover, .next-btn-primary:focus-visible {
  box-shadow: var(--btn-primary-hover-shadow);
}
.next-btn-primary:active {
  box-shadow: var(--btn-primary-active-shadow);
}
.next-btn.next-btn-text:hover, .next-btn.next-btn-text:focus-visible, .next-btn.next-btn-text:active {
  box-shadow: none;
}
.next-btn-normal:hover, .next-btn-normal:focus-visible {
  box-shadow: var(--btn-normal-hover-shadow);
}
.next-btn-normal:active {
  box-shadow: var(--btn-normal-active-shadow);
}
.next-btn.next-small:not(.isOnlyIcon):not(.next-btn-text) {
  min-width: var(--btn-small-min-width, 62px);
}
.next-btn.next-small.isTwoToThreeCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
  width: var(--btn-small-cn2-3-width, 62px);
  padding: 0;
}
.next-btn.next-small.isFourCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
  width: var(--btn-small-cn4-width, 72px);
  padding: 0;
}
.next-btn.next-small:not(.is-wind).isOnlyIcon {
  width: 24px;
  padding: 0;
}
.next-btn.next-medium:not(.isOnlyIcon):not(.next-btn-text) {
  min-width: var(--btn-medium-min-width, 62px);
}
.next-btn.next-medium.isTwoToThreeCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
  width: var(--btn-medium-cn2-3-width, 62px);
  padding: 0;
}
.next-btn.next-medium.isFourCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
  width: var(--btn-medium-cn4-width, 80px);
  padding: 0;
}
.next-btn.next-medium:not(.is-wind).isOnlyIcon {
  width: 32px;
  padding: 0;
}
.next-btn.next-large:not(.isOnlyIcon):not(.next-btn-text) {
  min-width: var(--btn-large-min-width, 64px);
}
.next-btn.next-large.isTwoToThreeCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
  width: var(--btn-large-cn2-3-width, 64px);
  padding: 0;
}
.next-btn.next-large.isFourCNCharBtn:not(.next-btn-loading):not(.next-btn-text) {
  width: var(--btn-large-cn4-width, 88px);
  padding: 0;
}
.next-btn.next-large:not(.is-wind).isOnlyIcon {
  width: 36px;
  padding: 0;
}
.next-btn-group .next-btn.next-btn.next-btn.next-btn {
  min-width: unset;
}
.next-btn-group .next-btn.next-btn-primary {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}
.next-btn .teamix-icon {
  vertical-align: middle;
}
.next-btn .teamix-icon-first {
  margin-left: 0;
  margin-right: 4px;
}
.next-btn .teamix-icon-last {
  margin-left: 4px;
  margin-right: 0;
}
.next-btn.next-btn-normal.next-btn-text.next-btn-warning:hover {
  color: var(--color-error-5);
}
.next-btn.next-btn-normal.next-btn-text.next-btn-warning:active {
  color: var(--color-error-6);
}
.next-btn.next-btn-primary.next-btn-text.next-btn-warning {
  color: var(--color-error-5);
}
.next-btn.next-btn-primary.next-btn-text.next-btn-warning:hover {
  color: var(--color-error-4);
}
.next-btn.next-btn-primary.next-btn-text.next-btn-warning:active {
  color: var(--color-error-6);
}

.next-pagination {
  font-size: inherit;
}
.next-pagination .next-pagination-item.next-current.next-current.next-current {
  z-index: 2;
}
.next-pagination .next-pagination-item:not(.next-current):hover, .next-pagination .next-pagination-item:not(.next-current):focus-visible {
  background-color: var(--pagination-item-hover-bg, #fff);
}
.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn {
  min-width: 32px;
}
.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-small {
  min-width: 24px;
}
.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev, .next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next {
  border-color: var(--pagination-item-border-color, transparent);
}
.next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-prev[disabled]:hover, .next-pagination .next-pagination-item.next-pagination-item.next-pagination-item.next-btn.next-next[disabled]:hover {
  background-color: var(--pagination-item-disabled-bg, #fff);
}

.next-pagination-size-selector-popup .next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item.next-select-menu-item {
  padding-right: 0;
}

.next-transfer.next-transfer .next-transfer-panel-list {
  padding: var(--transfer-panel-padding-mb, 0) var(--transfer-panel-padding-lr, 8px);
  margin: var(--transfer-panel-margin-mb, 8px) 0;
}
.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar {
  width: var(--scrollbar-width, 4px);
  height: var(--scrollbar-height, 4px);
}
.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-track {
  opacity: 0.5;
  background: var(--scrollbar-track-bg, #eaedf0);
  border-radius: var(--scrollbar-track-border-radius, 3px);
}
.next-transfer.next-transfer .next-transfer-panel-list::-webkit-scrollbar-thumb {
  opacity: 0.5;
  background: var(--scrollbar-thumb-bg, #abb6c0);
  border-radius: var(--scrollbar-thumb-border-radius, 3px);
}
.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation {
  padding: 0;
  width: var(--transfer-operation-width, 24px);
  height: var(--transfer-operation-height, 24px);
}
.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation.next-btn {
  min-width: unset;
}
.next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled], .next-transfer-operations .next-transfer-operation.next-transfer-operation.next-transfer-operation[disabled]:hover {
  color: var(--btn-pure-primary-color-disabled, #ffffff);
  background-color: var(--btn-pure-primary-bg-disabled, #d1d5d9);
  border-color: var(--btn-pure-primary-border-color-disabled, transparent);
}
.next-transfer-operations .next-transfer-move::before {
  width: var(--transfer-operation-simple-move-size, 16px);
  height: var(--transfer-operation-simple-move-size, 16px);
  font-size: var(--transfer-operation-simple-move-size, 16px);
}

.next-tabs-pure .next-tabs-tab.next-tabs-tab.next-tabs-tab.next-tabs-tab:hover {
  background-color: var(--tab-pure-hover-bg);
}

.next-date-picker .next-date-picker-trigger {
  transition: box-shadow var(--active-transition);
}
.next-date-picker .next-date-picker-trigger:hover, .next-date-picker .next-date-picker-trigger[aria-expanded=true] {
  box-shadow: var(--active-shadow);
}
.next-date-picker .next-date-picker-trigger .next-date-picker-trigger-input {
  box-shadow: none;
}

.next-range-picker .next-range-picker-trigger {
  transition: box-shadow var(--active-transition);
}
.next-range-picker .next-range-picker-trigger:hover, .next-range-picker .next-range-picker-trigger[aria-expanded=true] {
  box-shadow: var(--active-shadow);
}
.next-range-picker .next-range-picker-trigger .next-range-picker-trigger-input {
  box-shadow: none;
}

.next-month-picker .next-month-picker-trigger {
  transition: box-shadow var(--active-transition);
}
.next-month-picker .next-month-picker-trigger:hover, .next-month-picker .next-month-picker-trigger[aria-expanded=true] {
  box-shadow: var(--active-shadow);
}
.next-month-picker .next-month-picker-trigger .next-month-picker-trigger-input {
  box-shadow: none;
}

.next-year-picker .next-year-picker-trigger {
  transition: box-shadow var(--active-transition);
}
.next-year-picker .next-year-picker-trigger:hover, .next-year-picker .next-year-picker-trigger[aria-expanded=true] {
  box-shadow: var(--active-shadow);
}
.next-year-picker .next-year-picker-trigger .next-year-picker-trigger-input {
  box-shadow: none;
}

.next-week-picker .next-week-picker-trigger {
  transition: box-shadow var(--active-transition);
}
.next-week-picker .next-week-picker-trigger:hover, .next-week-picker .next-week-picker-trigger[aria-expanded=true] {
  box-shadow: var(--active-shadow);
}
.next-week-picker .next-week-picker-trigger .next-week-picker-trigger-input {
  box-shadow: none;
}

.next-calendar-panel-header-left .next-calendar-btn,
.next-calendar-panel-header-right .next-calendar-btn,
.next-calendar-panel-header-full .next-calendar-btn {
  line-height: 30px;
}

.next-date-picker-panel-footer,
.next-range-picker-panel-footer,
.next-month-picker-panel-footer,
.next-year-picker-panel-footer,
.next-week-picker-panel-footer {
  --popup-local-border-width: 1px;
}

.next-date-picker-panel-header,
.next-range-picker-panel-header,
.next-month-picker-panel-header,
.next-year-picker-panel-header,
.next-week-picker-panel-header {
  padding: 8px;
}

.next-search {
  transition: box-shadow var(--active-transition);
}
.next-search.next-search.next-search:hover, .next-search.next-search.next-search.focusing, .next-search.next-search.next-search.visible {
  box-shadow: var(--active-shadow);
}
.next-search.next-search.next-search.disabled {
  box-shadow: none;
}
.next-search.next-search.next-search .next-input:hover {
  box-shadow: none;
}
.next-search.next-search.next-search .next-input-group:hover {
  box-shadow: none;
}
.next-search.next-search.next-search .next-btn:hover {
  box-shadow: none;
}
.next-search-simple:not(.is-wind) .next-input {
  display: flex;
}
.next-search-simple:not(.is-wind) .next-input input {
  padding-left: 0;
}
.next-search-simple:not(.is-wind) .next-input .next-input-inner {
  width: auto;
  order: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-search-simple:not(.is-wind) .next-input .next-input-inner .next-search-icon {
  margin-right: 0;
  padding: 0 12px;
}
.next-search-simple:not(.is-wind) .next-input .next-input-control {
  width: auto;
  order: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-search-simple:not(.is-wind) .next-input .next-input-control .next-input-hint-wrap {
  padding-right: 0;
  width: auto;
}
.next-search.next-normal.disabled .next-input-group, .next-search.next-search-normal.disabled .next-input-group {
  border-color: var(--search-simple-normal-color, #dedede);
}
.next-search.next-normal .next-after .next-btn-normal, .next-search.next-search-normal .next-after .next-btn-normal {
  padding: 0 8px;
  margin-right: -1px;
}
.next-search.next-normal .next-after .next-btn-normal .next-icon-search, .next-search.next-search-normal .next-after .next-btn-normal .next-icon-search {
  margin-right: 0;
}
.next-search.next-normal.custom-search-text .next-after .next-btn-normal {
  padding: 0 16px;
}
.next-search .next-input.next-disabled * {
  cursor: not-allowed;
}

.next-input.next-disabled {
  cursor: not-allowed;
}
.next-input.next-disabled > input, .next-input.next-disabled > textarea {
  cursor: not-allowed;
}
.next-input:hover, .next-input.next-focus {
  box-shadow: var(--active-shadow);
}
.next-input.next-disabled {
  box-shadow: none;
}
.next-input-group {
  transition: box-shadow var(--active-transition);
}
.next-input-group:hover {
  box-shadow: var(--active-shadow);
}
.next-input-group.next-disabled {
  box-shadow: none;
}
.next-input-group .next-input {
  box-shadow: none;
}
.next-input-group > .next-number-picker:first-child .next-input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.next-input-group > .next-number-picker:first-child .next-input.next-focus {
  position: relative;
  z-index: 1;
}
.next-input-group > .next-number-picker:last-child .next-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.next-input-group > .next-number-picker:last-child .next-input.next-focus {
  position: relative;
  z-index: 1;
}

.next-input.next-noborder:hover, .next-input.next-noborder.next-focus {
  box-shadow: none;
}

.next-select.next-active .next-select-inner {
  box-shadow: var(--active-shadow);
  border-color: var(--input-focus-border-color, #0064c8);
}

.next-select-menu.next-select-single-menu .next-icon-select, .next-select-menu.next-select-single-menu .next-icon-selected,
.next-select-menu.next-select-multiple-menu .next-icon-select,
.next-select-menu.next-select-multiple-menu .next-icon-selected,
.next-select-menu.next-select-tag-menu .next-icon-select,
.next-select-menu.next-select-tag-menu .next-icon-selected {
  margin-left: var(--select-menu-select-icon-ml, -20px);
}
.next-select-menu.next-select-single-menu .next-select-menu-item.next-selected,
.next-select-menu.next-select-multiple-menu .next-select-menu-item.next-selected,
.next-select-menu.next-select-tag-menu .next-select-menu-item.next-selected {
  font-weight: var(--select-selected-font-weight, 400);
}

.next-menu.next-menu {
  padding: var(--menu-padding);
}
.next-menu.next-menu.next-menu.next-menu.next-menu .next-menu-symbol-icon-selected {
  width: var(--menu-icon-selected-size, 16px);
  font-size: var(--menu-icon-selected-size, 16px);
  height: 100%;
  overflow: hidden;
}
.next-menu.next-menu.next-menu.next-menu.next-menu .next-menu-symbol-icon-selected::before {
  width: var(--menu-icon-selected-size, 16px);
  font-size: var(--menu-icon-selected-size, 16px);
}
.next-menu-item {
  border-radius: var(--corner-1);
}
.next-menu-selectable-multiple .next-menu-item:not([role=menuitemcheckbox]):not([role=menuitemradio]):not(.next-nav-item), .next-menu-selectable-single .next-menu-item:not([role=menuitemcheckbox]):not([role=menuitemradio]):not(.next-nav-item) {
  padding: 0 var(--menu-padding-horizontal) 0 var(--menu-padding-horizontal-selectable, var(--menu-padding-horizontal));
}
.next-menu-item-inner .next-checkbox,
.next-menu-item-inner .next-radio {
  margin-right: var(--menu-checkbox-mr, 8px);
}

.next-menu .next-menu-icon-selected.next-icon {
  margin-left: var(--select-menu-select-icon-ml, -20px);
}

.next-split-btn.next-split-btn > .next-btn {
  box-shadow: none;
}

.next-number-picker > .next-input .next-number-picker-handler:focus-within {
  opacity: 1;
}
.next-number-picker > .next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn {
  min-width: unset;
  border: var(--number-picker-handler-btn-border, none);
}
.next-number-picker > .next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn:not(.disabled):hover {
  border: var(--number-picker-handler-btn-border-hover, none);
}
.next-number-picker > .next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn.next-btn:first-child {
  border-right: none;
  border-top: none;
}
.next-number-picker > .next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn.next-btn:last-child {
  border-right: none;
  border-bottom: none;
}
.next-number-picker-inline .next-input-group {
  border: var(--number-picker-inline-group-border, 1px solid #c0c6cc);
  border-radius: var(--number-picker-border-radius, 2px);
  padding: var(--number-picker-inline-group-padding, 4px);
}
.next-number-picker-inline .next-input-group .next-input-group-addon .next-btn {
  border: var(--number-picker-inline-group-btn-border, none);
  border-radius: var(--number-picker-border-radius, 2px) !important;
  min-width: unset;
}
.next-number-picker-inline .next-input-group .next-input-group-addon .next-btn:not(.disabled):hover {
  border: var(--number-picker-inline-group-btn-border-hover, none);
}
.next-number-picker-inline .next-input-group .next-input {
  border: var(--number-picker-inline-group-btn-border, none);
}
.next-number-picker-inline .next-input-group .next-input:hover {
  border: var(--number-picker-inline-group-btn-border-hover, none);
}

.next-number-picker.next-disabled {
  background-color: var(--input-disabled-bg-color, #f7f9fa);
}
.next-number-picker.next-disabled > .next-input {
  border: var(--number-picker-normal-border, 1px solid #dedede);
}
.next-number-picker.next-disabled .next-input-group {
  box-shadow: none;
}
.next-number-picker.next-disabled .next-input-group:hover {
  border: var(--number-picker-inline-group-border, 1px solid #c0c6cc);
}
.next-number-picker.next-disabled .next-input-group .next-input-group-addon .next-btn {
  background-color: var(--input-disabled-bg-color, #f7f9fa);
}
.next-number-picker.next-disabled .next-input-group .next-input-group-addon .next-btn:hover {
  border: var(--number-picker-inline-group-btn-border, none);
}
.next-number-picker.next-disabled .next-input-group .next-input:hover {
  border: var(--number-picker-inline-group-btn-border, none);
}

.next-number-picker-inline.next-medium .next-input-group .next-input-group-addon .next-btn {
  height: var(--number-picker-final-height-medium, calc(var(--number-picker-height-medium) - 10px));
  width: var(--number-picker-final-height-medium, calc(var(--number-picker-height-medium) - 10px));
  min-width: unset;
}
.next-number-picker-inline.next-medium .next-input-group .next-input {
  display: inline-block;
  height: var(--number-picker-final-height-medium, calc(var(--number-picker-height-medium) - 10px));
  line-height: var(--number-picker-final-height-medium, calc(var(--number-picker-height-medium) - 10px));
}
.next-number-picker-inline.next-medium .next-input-group .next-input input {
  display: inline-block;
  height: 100%;
}

.next-number-picker-inline.next-small .next-input-group .next-input-group-addon .next-btn {
  height: var(--number-picker-final-height-small, calc(var(--number-picker-height-small) - 10px));
  width: var(--number-picker-final-height-small, calc(var(--number-picker-height-small) - 10px));
  min-width: unset;
}
.next-number-picker-inline.next-small .next-input-group .next-input {
  display: inline-block;
  height: var(--number-picker-final-height-small, calc(var(--number-picker-height-small) - 10px));
  line-height: var(--number-picker-final-height-small, calc(var(--number-picker-height-small) - 10px));
}
.next-number-picker-inline.next-small .next-input-group .next-input input {
  display: inline-block;
  height: 100%;
}

.next-number-picker-inline.next-large .next-input-group .next-input-group-addon .next-btn {
  height: var(--number-picker-final-height-large, calc(var(--number-picker-height-large) - 10px));
  width: var(--number-picker-final-height-large, calc(var(--number-picker-height-large) - 10px));
  min-width: unset;
}
.next-number-picker-inline.next-large .next-input-group .next-input {
  display: inline-block;
  height: var(--number-picker-final-height-large, calc(var(--number-picker-height-large) - 10px));
  line-height: var(--number-picker-final-height-large, calc(var(--number-picker-height-large) - 10px));
}
.next-number-picker-inline.next-large .next-input-group .next-input input {
  display: inline-block;
  height: 100%;
}

.next-number-picker-normal.next-small.next-small.next-small .next-icon:before,
.next-number-picker-normal.next-small.next-small.next-small .next-icon .next-icon-remote {
  line-height: inherit;
}

.next-number-picker.next-medium > .next-input .next-number-picker-handler .next-btn.next-btn.next-btn.next-btn {
  height: calc((var(--form-element-medium-height, 32px) - var(--input-border-width, 1px) * 2) / 2);
}

.next-card {
  transition: box-shadow var(--active-transition);
}
.next-card:hover {
  box-shadow: var(--card-hover-shadow, 1px 1px 4px 0px rgba(0, 0, 0, 0.13));
  background-color: var(--card-hover-background, var(--card-background));
  border-color: var(--card-hover-border-color, var(--card-border-color));
}
.next-card .next-card-header-extra .next-icon-ellipsis-vertical::before {
  vertical-align: text-bottom;
}
.next-card .next-card-collapsable-tail {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding: 0 var(--card-padding-lr, 16px) var(--card-body-padding-bottom, 16px);
  margin-bottom: var(--card-body-padding-bottom, 16px);
}
.next-card .next-card-collapsable-tail:hover {
  color: var(--color-brand1-6, #0064c8);
  cursor: pointer;
}
.next-card .next-card-collapsable-tail .next-icon {
  margin-left: 4px;
}
.next-card .next-card-collapsable-tail .next-icon::before {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.next-card .next-card-collapsable-head {
  padding: 0 var(--card-padding-lr, 16px);
  margin: var(--card-body-padding-bottom, 16px) 0;
  line-height: 22px;
  font-size: 14px;
}
.next-card .next-card-collapsable-head:hover {
  color: var(--color-brand1-6, #0064c8);
  cursor: pointer;
}

.next-cascader:not(.multiple) .next-cascader-menu .next-menu-item {
  --menu-padding-horizontal: var(--menu-padding-horizontal-selectable);
  padding: 0 var(--menu-padding-horizontal) 0 var(--menu-padding-horizontal);
}
.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar {
  width: var(--scrollbar-width, 4px);
  height: var(--scrollbar-height, 4px);
}
.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-track {
  opacity: 0.5;
  background: var(--scrollbar-track-bg, #eaedf0);
  border-radius: var(--scrollbar-track-border-radius, 3px);
}
.next-cascader .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
  opacity: 0.5;
  background: var(--scrollbar-thumb-bg, #abb6c0);
  border-radius: var(--scrollbar-thumb-border-radius, 3px);
}

.next-cascader-select-dropdown {
  background-color: var(--dropdown-bg-color, #fff);
}
.next-cascader-select-dropdown .next-cascader-menu-wrapper {
  border-left: none;
  overflow-y: scroll;
}
.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar {
  width: var(--scrollbar-width, 4px);
  height: var(--scrollbar-height, 4px);
}
.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-track {
  opacity: 0.5;
  background: var(--scrollbar-track-bg, #eaedf0);
  border-radius: var(--scrollbar-track-border-radius, 3px);
}
.next-cascader-select-dropdown .next-cascader-menu-wrapper::-webkit-scrollbar-thumb {
  opacity: 0.5;
  background: var(--scrollbar-thumb-bg, #abb6c0);
  border-radius: var(--scrollbar-thumb-border-radius, 3px);
}
.next-cascader-select-dropdown .next-menu {
  border: none;
}

.next-table-fix-left, .next-table-fix-right {
  background-clip: padding-box;
}

.next-message-title {
  font-weight: var(--message-title-weight, 500);
}
.next-message .next-message-close .next-icon-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.next-message .next-message-close .next-icon-close:before {
  width: var(--message-close-icon-size, 12px);
  height: var(--message-close-icon-size, 12px);
  font-size: var(--message-close-icon-size, 12px);
  line-height: var(--message-close-icon-size, 12px);
}

.next-dialog-footer .next-btn {
  margin-left: var(--s-2, 8px);
}
.next-dialog-footer .next-btn:first-child {
  margin-left: 0;
}
.next-dialog.next-dialog-quick.quick-show .next-dialog-body {
  padding: var(--dialog-content-padding-top, 0px) var(--dialog-content-padding-left-right, 24px) var(--dialog-content-padding-bottom, 16px) var(--dialog-content-padding-left-right, 24px);
}

.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner > .next-icon {
  transform: scale(var(--checkbox-icon-scale, 0.8));
  margin-top: 0;
}

.next-nav.next-nav.next-nav.next-nav.next-menu {
  padding: 0;
}

body.next-modal-open {
  overflow: hidden;
}

.next-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1001;
  background: var(--color-fill1-2);
}
.next-modal-header {
  position: relative;
  background: var(--color-fill1-1);
  z-index: 1;
  height: 60px;
  box-shadow: var(--shadow-1);
  display: flex;
  box-sizing: border-box;
  padding: var(--s-2) var(--s-4);
  align-items: center;
  justify-content: space-between;
}
.next-modal-header .left-part .next-modal-title {
  font-size: var(--font-size-body-2);
  line-height: var(--font-lineheight-1);
  color: var(--color-text1-3);
}
.next-modal-header .left-part .next-modal-title .next-modal-edit-icon {
  margin-left: var(--s-1);
  vertical-align: middle;
}
.next-modal-header .left-part .next-modal-title .edit-title {
  display: inline-block;
  vertical-align: middle;
}
.next-modal-header .left-part .next-modal-description {
  font-size: var(--font-size-body-1);
  line-height: var(--font-lineheight-1);
  color: var(--color-text1-1);
}
.next-modal-header .right-part {
  display: flex;
  justify-content: flex-end;
}
.next-modal-header .right-part .next-modal-operations {
  line-height: var(--s-9);
}
.next-modal-header .right-part .next-modal-side-drawer-switch {
  box-sizing: border-box;
  height: var(--s-8);
  margin: 2px var(--s-3);
  border-radius: var(--corner-1);
  border: 1px solid var(--color-line1-3);
  padding: 5px var(--s-3);
  font-size: var(--font-size-body-1);
  line-height: var(--font-lineheight-1);
  color: var(--color-text1-3);
}
.next-modal-header .right-part .next-modal-side-drawer-switch-label {
  vertical-align: middle;
  display: inline-block;
}
.next-modal-header .right-part .next-modal-side-drawer-switch .next-switch {
  margin: 2px 0 2px var(--s-2);
  vertical-align: middle;
}
.next-modal-header .right-part .next-modal-close {
  height: var(--s-6);
  margin: 6px 0;
}
.next-modal-body {
  height: calc(100% - 60px);
  overflow: hidden;
  display: flex;
}
.next-modal-body .next-modal-children, .next-modal-body .next-modal-side-drawer {
  height: 100%;
  overflow: auto;
}
.next-modal-body .next-modal-children {
  flex: 1;
  background: var(--color-fill1-2);
}
.next-modal-body .next-modal-side-drawer {
  background: var(--color-fill1-1);
  overflow: hidden;
  transition: width 0.3s ease-out;
}
.next-modal-body .next-modal-side-drawer.next-modal-side-drawer-visible {
  box-shadow: -1px 0 0 0 var(--color-fill1-3);
  overflow: auto;
}

.next-modal-header .next-modal-title-box {
  display: flex;
  align-items: center;
}
.next-modal-header .next-modal-title-box .next-modal-title-icon {
  color: var(--color-fill1-6, #8b8b8b);
  font-size: var(--font-size-body-2, 12px);
  margin-right: var(--modal-title-icon-margin-right, 12px);
  cursor: pointer;
  transform: translateY(var(--modal-title-icon-transform-top, 2px));
}

.next-badge .next-badge-count, .next-badge .next-badge-dot {
  box-shadow: 0 0 0 2px var(--badge-border-color, #fff);
}

.next-upload-dragable .next-upload-drag {
  transition: all 100ms linear;
}
.next-upload-dragable .next-upload-drag-over {
  background: var(--color-brand1-1);
}
.next-upload-card {
  border-radius: var(--corner-1);
}
.next-upload-list-card .next-upload-list-item-wrapper {
  border-style: dashed;
  border-radius: var(--corner-1);
}
.next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay {
  border-radius: 0px var(--corner-1) var(--corner-1) var(--corner-1);
}

.next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-date,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-month,
.next-calendar-range .next-calendar-cell.next-selected .next-calendar-year {
  animation: none;
}

.next-drawer-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: var(--drawer-footer-padding-top, 10px) var(--drawer-footer-padding-right, 16px) var(--drawer-footer-padding-bottom, 10px) var(--drawer-footer-padding-left, 16px);
  left: 0;
  background: var(--drawer-title-bg-color, var(--drawer-bg));
  border-radius: 0 0 4px 4px;
  z-index: 3;
}
.next-drawer-footer-line {
  border-top: var(--drawer-footer-border-width, 1px) var(--line-solid, solid) var(--drawer-footer-border-color, var(--color-line1-1));
}
.next-drawer-footer-has-shadow {
  box-shadow: var(--shadow-1-up);
  border-top: var(--drawer-footer-border-width, 1px) var(--line-solid, solid) var(--drawer-footer-border-color, var(--color-line1-1));
}
.next-drawer-footer-right {
  text-align: right;
}
.next-drawer-footer-left {
  text-align: right;
}
.next-drawer-footer-center {
  text-align: center;
}

.next-drawer {
  overflow: hidden;
}
.next-drawer .next-drawer-body {
  height: calc(100% - var(--drawer-has-footer-margin-bottom, 40px));
}

.next-drawer-has-footer .next-drawer-body {
  margin-bottom: var(--drawer-has-footer-margin-bottom, 40px);
  padding-bottom: calc(var(--drawer-content-padding-bottom, 20px) + var(--drawer-has-footer-margin-bottom, 40px) + var(--drawer-footer-padding-bottom, 10px));
}

.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar {
  width: var(--scrollbar-width, 4px);
  height: var(--scrollbar-height, 4px);
}
.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-track {
  opacity: 0.5;
  background: var(--scrollbar-track-bg, #eaedf0);
  border-radius: var(--scrollbar-track-border-radius, 3px);
}
.next-overlay-wrapper .next-overlay-inner::-webkit-scrollbar-thumb {
  opacity: 0.5;
  background: var(--scrollbar-thumb-bg, #abb6c0);
  border-radius: var(--scrollbar-thumb-border-radius, 3px);
}

body {
  line-height: 1.5;
}

code, kbd, pre, samp {
  font-family: Consolas, Menlo, Courier, monospace;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

body {
  color: var(--color-text1-9);
  background: #ffffff;
  background: var(--body-bg, var(--color-fill1-1));
}

.next-checkbox-inner {
  position: relative;
}
.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner > .next-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(var(--checkbox-icon-scale, 0.8));
  margin: 0;
}
.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner.next-checkbox-inner > .next-icon::before {
  display: inline-block;
  width: var(--checkbox-icon-size, 16px);
  height: var(--checkbox-icon-size, 16px);
  font-size: var(--checkbox-icon-size, 16px);
  line-height: inherit;
}

.next-input .next-input-clear-icon.next-input-clear-icon.next-input-clear-icon,
.next-input .next-input-hint.next-input-hint.next-input-hint {
  color: var(--input-hint-icon-color, #333333);
  border-radius: 50%;
  width: var(--input-hint-icon-outer-size, 16px);
  height: var(--input-hint-icon-outer-size, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-input .next-input-clear-icon.next-input-clear-icon.next-input-clear-icon:hover {
  background-color: var(--input-hint-icon-hover-color, #f7f9fa);
}
.next-input .next-input-clear-icon.next-input-clear-icon.next-input-clear-icon::before {
  width: var(--input-hint-icon-inner-size, 12px);
  font-size: var(--input-hint-icon-inner-size, 12px);
  line-height: var(--input-hint-icon-inner-size, 12px);
  transform: var(--input-clear-icon-transform, scale(0.59));
}
.next-input .next-input-hint.next-input-hint.next-input-hint::before {
  width: var(--input-hint-icon-inner-size, 12px);
  font-size: var(--input-hint-icon-inner-size, 12px);
  line-height: var(--input-hint-icon-inner-size, 12px);
}

.next-balloon-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.next-balloon-close:hover {
  background-color: var(--balloon-hover-bg, #f7f9fa);
}

.next-breadcrumb-icon-sep::before {
  font-family: NextIcon;
}

.next-dialog-header {
  padding-right: calc(var(--dialog-title-padding-left-right) + var(--dialog-close-right));
}

.next-dialog.next-closeable:not(.next-dialog-quick) .next-dialog-close {
  top: var(--dialog-close-top-normal, var(--dialog-close-top, 24px));
}

.next-tag-large {
  border-radius: var(--tag-large-corner-radius, 14px);
}
.next-tag:not([disabled]) .next-tag-body {
  cursor: var(--tag-cursor, pointer);
}
.next-tag:not([disabled]).next-tag.next-tag:focus {
  color: var(--tag-focus-color);
  background-color: var(--tag-focus-bg);
}
.next-tag:not([disabled]).next-tag.next-tag:hover {
  color: var(--tag-hover-color);
  background-color: var(--tag-hover-bg);
}
.next-tag:not([disabled]).next-tag.next-tag:hover .next-icon-close::before {
  content: var(--icon-content-delete-filling);
}

.next-tag.wind-tag-colored {
  border: 0;
  cursor: default;
}
.next-tag.wind-tag-colored .next-tag-body {
  top: 0;
}
.next-tag.wind-tag-colored-light-steel-blue {
  background: #edf3f7 !important;
  color: #628099 !important;
}
.next-tag.wind-tag-colored-light-steel-blue:hover {
  background: #edf3f7 !important;
  color: #628099 !important;
}
.next-tag.wind-tag-colored-plum {
  background: #f0edf7 !important;
  color: #746299 !important;
}
.next-tag.wind-tag-colored-plum:hover {
  background: #f0edf7 !important;
  color: #746299 !important;
}
.next-tag.wind-tag-colored-misty-rose {
  background: #f7eded !important;
  color: #996262 !important;
}
.next-tag.wind-tag-colored-misty-rose:hover {
  background: #f7eded !important;
  color: #996262 !important;
}
.next-tag.wind-tag-colored-light-goldenrod-yellow {
  background: #f7f6ed !important;
  color: #999062 !important;
}
.next-tag.wind-tag-colored-light-goldenrod-yellow:hover {
  background: #f7f6ed !important;
  color: #999062 !important;
}
.next-tag.wind-tag-colored-pale-green {
  background: #edf7ed !important;
  color: #629962 !important;
}
.next-tag.wind-tag-colored-pale-green:hover {
  background: #edf7ed !important;
  color: #629962 !important;
}
.next-tag.wind-tag-colored-gray {
  background: #e5e5e5 !important;
  color: #595959 !important;
}
.next-tag.wind-tag-colored-gray:hover {
  background: #e5e5e5 !important;
  color: #595959 !important;
}
.next-tag.wind-tag-colored-silver {
  background: #fafafa !important;
  color: #595959 !important;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
}
.next-tag.wind-tag-colored-silver:hover {
  background: #fafafa !important;
  color: #595959 !important;
}
.next-tag.wind-tag-colored-silver .next-tag-body {
  top: -1px;
}
.next-tag.wind-tag-colored-silver:hover {
  border-color: #bfbfbf !important;
}

.next-tag.is-wind.next-tag-small {
  height: calc(var(--size-base) * 5);
  line-height: calc(var(--size-base) * 5);
  vertical-align: middle;
  border-radius: calc(calc(var(--size-base) * 5) / 2);
  cursor: pointer;
}
.next-tag.is-wind.next-tag-small .next-tag-body {
  height: calc(var(--size-base) * 5);
  line-height: calc(var(--size-base) * 5);
  vertical-align: middle;
  font-size: calc(var(--size-base) * 3);
  top: -1px;
}
.next-tag.is-wind.next-tag-medium {
  height: calc(var(--size-base) * 6);
  line-height: calc(var(--size-base) * 6);
  vertical-align: middle;
  border-radius: calc(calc(var(--size-base) * 6) / 2);
  cursor: pointer;
}
.next-tag.is-wind.next-tag-medium .next-tag-body {
  height: calc(var(--size-base) * 6);
  line-height: calc(var(--size-base) * 6);
  vertical-align: middle;
  font-size: calc(var(--size-base) * 3);
  top: -1px;
}
.next-tag.is-wind.next-tag-large {
  height: calc(var(--size-base) * 7);
  line-height: calc(var(--size-base) * 7);
  vertical-align: middle;
  border-radius: calc(calc(var(--size-base) * 7) / 2);
  cursor: pointer;
}
.next-tag.is-wind.next-tag-large .next-tag-body {
  height: calc(var(--size-base) * 7);
  line-height: calc(var(--size-base) * 7);
  vertical-align: middle;
  font-size: calc(var(--size-base) * 3 + 2px);
  top: -1px;
}
.next-tag.is-wind.next-tag-closable > .next-tag-close-btn {
  color: var(--color-text1-2);
  height: auto;
  position: relative;
  top: -1px;
}
.next-tag.is-wind.next-tag-closable > .next-tag-close-btn .next-icon:before {
  transform: scale(0.84);
}
.next-tag.is-wind .next-tag-body .next-icon {
  vertical-align: baseline;
}

.next-message.next-message-success.next-toast {
  border-left: var(--message-border-width, 4px) solid var(--message-success-border-color, #00a700);
}
.next-message.next-message-warning.next-toast {
  border-left: var(--message-border-width, 4px) solid var(--message-warning-border-color, #fac800);
}
.next-message.next-message-error.next-toast {
  border-left: var(--message-border-width, 4px) solid var(--message-error-border-color, #c80000);
}
.next-message.next-message-notice.next-toast {
  border-left: var(--message-border-width, 4px) solid var(--message-notice-border-color, #0064c8);
}
.next-message.next-message-help.next-toast {
  border-left: var(--message-border-width, 4px) solid var(--message-help-border-color, #888888);
}

.next-message.next-medium {
  padding-left: 16px;
  padding-right: 12px;
}
.next-message.next-medium.next-inline:not(.next-message-loading) {
  border: 0;
}
.next-message.next-medium .next-message-symbol {
  line-height: var(--message-line-height, 21px);
}
.next-message.next-medium .next-message-symbol:before {
  font-size: 14px;
  width: 14px;
  line-height: inherit;
}
.next-message.next-medium.next-title-content .next-message-title {
  font-weight: 600;
  line-height: var(--message-line-height, 22px);
}
.next-message.next-medium .next-message-content {
  line-height: var(--message-line-height, 20px);
  margin-top: 0;
}
.next-message.next-medium.next-only-content .next-message-symbol {
  line-height: var(--message-line-height, 19px);
}
.next-message.next-medium.next-only-content .next-message-symbol:before {
  font-size: 14px;
  width: 14px;
  line-height: inherit;
}
.next-message.next-medium.next-only-content .next-message-content {
  line-height: var(--message-line-height, 20px);
}

.next-message.next-toast.next-overlay-inner.next-message-wrapper {
  z-index: 1031;
}

.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
  color: var(--btn-text-normal-color-hover, #555555);
}
.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
  color: var(--btn-text-primary-color, #555555);
}
.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
  color: var(--btn-text-primary-color-hover, #555555);
}
.next-menu-btn.next-btn-text.next-btn-secondary .next-menu-btn-arrow {
  color: var(--btn-text-secondary-color, #555555);
}
.next-menu-btn.next-btn-text.next-btn-secondary:hover .next-menu-btn-arrow {
  color: var(--btn-text-secondary-color-hover, #555555);
}

.next-number-picker.is-wind.next-number-picker-inline.next-medium {
  min-width: calc(var(--size-base) * 30);
}
.next-number-picker.is-wind.next-number-picker-inline .next-input {
  position: relative;
  left: -1px;
  z-index: 1;
}
.next-number-picker.is-wind.next-number-picker-inline .next-input-group-addon.next-before {
  position: relative;
}
.next-number-picker.is-wind.next-number-picker-inline .next-input-group-addon.next-before:hover {
  z-index: 2;
}
.next-number-picker.is-wind.next-number-picker-inline .next-input-group-addon.next-before .next-btn {
  margin: 0;
}
.next-number-picker.is-wind.next-number-picker-inline .next-input-group-addon.next-after {
  position: relative;
  left: -2px;
}
.next-number-picker.is-wind.next-number-picker-inline .next-input-group-addon.next-after:hover {
  z-index: 2;
}
.next-number-picker.is-wind.next-number-picker-inline .next-input-group-addon.next-after .next-btn {
  margin: 0;
}

.next-number-picker > .next-input {
  border: var(--number-picker-normal-border, 1px solid #dedede);
}
.next-number-picker > .next-input:hover {
  border: var(--number-picker-normal-border-hover, 1px solid #737373);
}

.next-pagination.is-wind .next-btn:not(.next-pagination-jump-go):not(.next-current) {
  background: #fff;
}
.next-pagination.is-wind .next-btn.next-btn-normal:not([disabled]):not(.next-current):not(.next-pagination-jump-go):hover {
  color: var(--color-text1-5);
  border-color: var(--color-line1-4);
  z-index: 1;
}
.next-pagination.is-wind .next-btn.next-btn-normal:not([disabled]):not(.next-current):not(.next-pagination-jump-go):hover .next-icon {
  color: var(--color-text1-5);
}
.next-pagination.is-wind .next-btn.next-current {
  border-color: var(--color-brand1-6);
  z-index: 1;
}
.next-pagination.is-wind .next-btn.next-pagination-jump-go {
  margin-left: calc(var(--size-base) * 2);
}
.next-pagination.is-wind .next-btn.next-small {
  min-width: calc(var(--size-base) * 6);
}
.next-pagination.is-wind .next-btn.next-medium {
  min-width: calc(var(--size-base) * 8);
}
.next-pagination.is-wind .next-btn.next-large {
  min-width: calc(var(--size-base) * 9);
}
.next-pagination.is-wind .next-btn.next-btn[disabled] {
  border: 1px solid #ebebeb;
  color: #c1c1c1;
  background: #fafafa;
}
.next-pagination.is-wind .next-btn.next-btn[disabled] .next-icon {
  color: #dedede;
}
.next-pagination.is-wind .next-pagination-list {
  margin: 0 0 0 -1px !important;
}
.next-pagination.is-wind .next-pagination-list .next-btn {
  margin: 0 0 0 -1px !important;
}
.next-pagination.is-wind .next-pagination-item.next-next {
  margin: 0 0 0 -1px !important;
}
.next-pagination.is-wind .next-pagination-jump-input.next-input {
  margin: 0 8px;
}
.next-pagination.is-wind .next-pagination-jump-input.next-input input {
  padding: 0 4px;
  text-align: center;
}
.next-pagination.is-wind .next-pagination-size-selector .next-select {
  margin: 0;
}

.next-step.is-wind .next-step-item-content {
  color: var(--color-text1-2) !important;
}
.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal .next-step-item-node-placeholder, .next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-node-placeholder {
  height: 24px;
  width: 24px;
}
.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal .next-step-item-node-placeholder .next-step-item-node-circle, .next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-node-placeholder .next-step-item-node-circle {
  height: 24px;
  width: 24px;
  line-height: calc(24px - 2px);
}
.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-horizontal .next-step-item-node-placeholder .next-step-item-node-circle .next-icon:before, .next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-node-placeholder .next-step-item-node-circle .next-icon:before {
  font-size: 12px;
}
.next-step.is-wind.next-step-circle.next-enhanced-step-size-small.next-step-vertical .next-step-item-body > .next-step-item-title {
  margin-top: 4px;
}
.next-step.is-wind.next-step-circle.next-step-dot-circle-hoz-placement.next-step-label-horizontal.next-enhanced-step-size-small > .next-step-item .next-step-item-body .next-step-item-title {
  margin-top: 3px;
}
.next-step.is-wind.next-step-vertical > .next-step-item {
  height: auto;
}
.next-step.is-wind.next-step-vertical > .next-step-item > .next-step-item-tail {
  margin: 8px auto;
}
.next-step.is-wind.next-step-dot-circle-hoz {
  display: flex;
  justify-content: space-between;
}
.next-step.is-wind.next-step-dot-circle-hoz .next-step-item {
  flex: 1 0 auto;
  box-sizing: content-box;
}
.next-step.is-wind.next-step-dot-circle-hoz .next-step-item-last {
  flex: 0 0 auto;
}
.next-step.is-wind.next-step-dot-circle-hoz.next-step-dot > .next-step-item-first {
  padding-left: 40px;
}
.next-step.is-wind.next-step-dot-circle-hoz.next-step-dot > .next-step-item-last {
  padding-right: 40px;
}
.next-step.is-wind.next-step-dot-circle-hoz.next-step-dot > .next-step-item-last > .next-step-item-body {
  left: -30px;
}
.next-step.is-wind.next-step-dot-circle-hoz .next-step-item-first {
  padding-left: 25px;
}
.next-step.is-wind.next-step-dot-circle-hoz .next-step-item-first .next-step-item-body {
  left: 2px;
}
.next-step.is-wind.next-step-dot-circle-hoz .next-step-item-last {
  padding-right: 25px;
}
.next-step.is-wind.next-step-dot-circle-hoz .next-step-item-last .next-step-item-body {
  left: -23px;
}
.next-step.is-wind.next-step-dot-circle-hoz-placement {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.next-step.is-wind.next-step-dot-circle-hoz-placement .next-step-item {
  flex: 1 0 auto;
  box-sizing: content-box;
}
.next-step.is-wind.next-step-dot-circle-hoz-placement .next-step-item-last {
  flex: 0 0 auto;
}
.next-step.is-wind.next-step-dot-circle-hoz-placement.next-step-dot > .next-step-item-first {
  padding-left: 40px;
}
.next-step.is-wind.next-step-dot-circle-hoz-placement.next-step-dot > .next-step-item-last {
  padding-right: 40px;
}
.next-step.is-wind.next-step-dot-circle-hoz-placement.next-step-dot > .next-step-item-last > .next-step-item-body {
  left: -30px;
}
.next-step.is-wind.next-step-dot-circle-hoz-placement .next-step-item-first > .next-step-item-container {
  padding-left: 0;
}

.next-tabs.next-tabs-pure .next-tabs-tab {
  border-bottom: var(--line-solid, solid) var(--tab-pure-divider-line-width, 1px) var(--tab-pure-divider-border-color, #e3e4e6);
}
.next-tabs.next-tabs-pure .next-tabs-tab.active::before {
  bottom: -1px;
}

.next-table .next-table-expanded-row {
  background-color: #ebebeb;
}
.next-table th .next-table-cell-wrapper,
.next-table td .next-table-cell-wrapper {
  word-break: normal;
}
.next-table th.next-table-selection .next-table-cell-wrapper,
.next-table td.next-table-selection .next-table-cell-wrapper {
  line-height: 14px;
}
.next-table .next-table-empty {
  height: 20px;
  line-height: 20px;
  margin: 16px 0;
  padding: 0;
}
.next-table.is-wind th:not(.next-table-selection) .next-icon {
  color: #888;
}
.next-table.is-wind th:not(.next-table-selection) .next-icon:hover {
  color: #555;
}
.next-table.is-wind .next-table-sort.next-table.is-wind .next-table-sort:hover .next-icon {
  color: #555;
}
.next-table.is-wind .next-table-sort.next-table.is-wind .next-table-sort .current .next-icon {
  color: #0070cc;
}

.next-table-expanded-ctrl .next-table-expand-fold:before,
.next-table-expanded-ctrl .next-table-expand-fold .next--icon-remote,
.next-table-expanded-ctrl .next-table-expand-unfold:before,
.next-table-expanded-ctrl .next-table-expand-unfold .next--icon-remote {
  width: var(--table-expand-icon-size, 16px);
  font-size: var(--table-expand-icon-size, 16px);
}

.next-menu {
  padding: var(--menu-padding);
}
.next-menu.next-menu.next-menu.next-menu.next-menu .next-menu-symbol-icon-selected {
  color: var(--menu-icon-selected-color);
}
.next-menu-item:focus-visible {
  background-color: var(--menu-background-hover, #f7f9fa);
}
.next-menu .next-menu-group-label {
  color: var(--menu-group-label-color, #888888);
}

.next-search.next-normal .next-after .next-btn-normal, .next-search.next-search-normal .next-after .next-btn-normal {
  --btn-medium-min-width: 32px;
}

.next-form .next-form-item.next-left .next-form-item-label {
  padding-right: calc(var(--size-base, 4px) * 4);
}
.next-form .next-form-item.next-top .next-form-item-label {
  line-height: calc(var(--size-base, 4px) * 5);
  margin-bottom: var(--size-base, 4px);
}
.next-form .next-form-item .next-form-item-label label[required]::before {
  display: inline;
}
.next-form .next-form-item .next-form-item-label label[required]::after {
  display: none;
}
.next-form .next-form-item-control .next-select {
  margin: 0;
}
.next-form .next-form-item-control .next-checkbox-group.next-checkbox-group-ver .next-checkbox-wrapper,
.next-form .next-form-item-control .next-checkbox-group.next-checkbox-group-ver .next-radio-wrapper,
.next-form .next-form-item-control .next-radio-group.next-radio-group-ver .next-checkbox-wrapper,
.next-form .next-form-item-control .next-radio-group.next-radio-group-ver .next-radio-wrapper {
  margin-top: var(--size-base, 4px);
  line-height: calc(var(--size-base, 4px) * 5);
}

.next-radio-label {
  margin-left: calc(var(--size-base, 4px) * 2);
}
.next-radio-wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.5;
}
.next-radio-wrapper .next-radio-inner {
  width: var(--radio-box-size, 14px) !important;
  height: var(--radio-box-size, 14px) !important;
}
.next-radio-wrapper .next-radio-inner > .next-icon {
  display: inline-block;
  line-height: var(--radio-box-size, 14px);
  position: static;
  margin: 0;
  vertical-align: top;
}
.next-radio-wrapper input[type=radio] {
  width: var(--radio-box-size, 14px) !important;
  height: var(--radio-box-size, 14px) !important;
}

.next-radio-group.next-radio-button .next-radio-wrapper {
  text-align: center;
}

.next-btn-secondary:hover, .next-btn-secondary:focus-visible {
  box-shadow: var(--btn-normal-hover-shadow);
}
.next-btn-secondary:active {
  box-shadow: var(--btn-normal-active-shadow);
}
.next-btn-secondary.next-btn-text:hover, .next-btn-secondary.next-btn-text:focus-visible {
  background-color: var(--btn-text-secondary-bg-hover);
}
.next-btn-secondary.next-btn-text:active {
  background-color: var(--btn-text-secondary-bg-active);
}
.next-btn-secondary.next-btn-text[disabled] {
  background-color: initial;
}
.next-btn-secondary.next-btn-text.next-small {
  border-radius: var(--btn-size-s-corner, 2px);
  padding: 0 var(--btn-size-s-padding, 8px);
  height: var(--btn-size-s-height, 24px);
  font-size: var(--btn-size-s-font, 12px);
  border-width: var(--btn-size-s-border-width, 1px);
}
.next-btn-secondary.next-btn-text.next-medium {
  border-radius: var(--btn-size-m-corner, 2px);
  padding: 0 var(--btn-size-m-padding, 16px);
  height: var(--btn-size-m-height, 32px);
  font-size: var(--btn-size-m-font, 12px);
  border-width: var(--btn-size-m-border-width, 1px);
}
.next-btn-secondary.next-btn-text.next-large {
  border-radius: var(--btn-size-l-corner, 2px);
  padding: 0 var(--btn-size-l-padding, 16px);
  height: var(--btn-size-l-height, 36px);
  font-size: var(--btn-size-l-font, 14px);
  border-width: var(--btn-size-l-border-width, 1px);
}

.next-collapse-panel-expanded > .next-collapse-panel-content {
  padding-bottom: 8px;
}

.next-range-picker {
  width: auto;
}
.next-range-picker-trigger-input.next-input {
  min-width: 200px;
}

.next-date-picker2,
.next-range-picker2-panel {
  --color-brand1-9: #0064c8;
}

.next-date-picker2 .next-date-picker2-input-range .next-input {
  box-shadow: none;
}

.next-time-picker2,
.next-time-picker2-panel {
  --color-brand1-1: #0064c8;
}
.next-time-picker2 .next-time-picker2-menu-item.next-selected,
.next-time-picker2-panel .next-time-picker2-menu-item.next-selected {
  color: #fff;
}

.next-calendar2,
.next-calendar2-panel {
  --color-brand1-9: #0064c8;
}

.next-dialog-message.next-message {
  margin-top: var(--dialog-message-padding, 0);
}

.theme-xconsole, :root {
  --menu-icon-selected-size: initial;
  --checkbox-icon-scale: initial;
  --checkbox-icon-size: initial;
  --input-clear-icon-transform: initial;
  --overlay-offset: initial;
  --card-border-color: initial;
  --switch-disabled-on-bg-color: initial;
  --number-picker-handler-btn-border: initial;
  --number-picker-handler-btn-border-hover: initial;
  --number-picker-final-height-small: initial;
  --number-picker-final-height-medium: initial;
  --number-picker-final-height-large: initial;
  --number-picker-inline-group-border: initial;
  --number-picker-inline-group-padding: initial;
  --number-picker-inline-group-btn-border: initial;
  --number-picker-inline-group-btn-border-hover: initial;
  --number-picker-border-radius: initial;
  --pagination-item-disabled-bg: initial;
  --message-size-l-close-top: initial;
  --message-size-l-close-right: initial;
  --message-border-width: initial;
  --select-hint-color: initial;
  --balloon-hover-bg: initial;
  --card-hover-shadow: initial;
  --card-background: initial;
  --card-hover-background: initial;
  --card-header-background: initial;
  --card-hover-border-color: initial;
  --card-corner: initial;
  --input-hint-color: initial;
  --input-hint-icon-color: initial;
  --input-hint-icon-hover-color: initial;
  --input-bg-color: initial;
  --dropdown-bg-color: initial;
  --tree-select-background: initial;
  --tree-node-normal-background: initial;
}

.theme-xconsole, :root {
  /* ------------------------ icon ------------------------ */
  --icon-content-d-up-for-component: "";
  --icon-font-path: "//at.alicdn.com/t/font_1899989_lqawitevtzp";
  --icon-content-zoom-in-line1: "";
  --icon-content-zoom-out-line1: "";
  --icon-content-a-rank-line2: "";
  --icon-content-a-drag-line2: "";
  --icon-content-a-filter-line2: "";
  --icon-content-undo-fill: "";
  --icon-content-undo-line: "";
  --icon-content-cancelundo-line: "";
  --icon-content-cancelundo-fill: "";
  --icon-content-t-up-for-component: "";
  --icon-content-time-for-component: "";
  --icon-content-help-for-component: "";
  --icon-content-left-for-component: "";
  --icon-content-d-left-for-component: "";
  --icon-content-info-for-component: "";
  --icon-content-right-for-component: "";
  --icon-content-d-right-for-component: "";
  --icon-content-plus-for-component: "";
  --icon-content-loading-line-for-component: "";
  --icon-content-upload-for-component: "";
  --icon-content-more-line-for-component: "";
  --icon-content-check-for-component: "";
  --icon-content-closemark-for-component: "";
  --icon-content-warning-for-component: "";
  --icon-content-search-for-component: "";
  --icon-content-expand-down-for-component: "";
  --icon-content-minus-for-component: "";
  --icon-content-chek-for-component: "";
  --icon-content-chart_bar: "";
  --icon-content-align-vertical-top-line: "";
  --icon-content-screen-arrow-left-line: "";
  --icon-content-googleplus-fill: "";
  --icon-content-document-task-line: "";
  --icon-content-twitter-fill: "";
  --icon-content-copy-line: "";
  --icon-content-folders-line: "";
  --icon-content-check-line: "";
  --icon-content-chevron-sort-line: "";
  --icon-content-user-certification-line: "";
  --icon-content-arrow-up-line: "";
  --icon-content-info-line: "";
  --icon-content-refresh-line: "";
  --icon-content-checkmark-line: "";
  --icon-content-list-line: "";
  --icon-content-calculator-line: "";
  --icon-content-forbidden-line: "";
  --icon-content-warning-line: "";
  --icon-content-caution-line: "";
  --icon-content-a-1688-fill: "";
  --icon-content-like-line: "";
  --icon-content-closemark-line: "";
  --icon-content-help-line: "";
  --icon-content-ascending-line: "";
  --icon-content-double-down-line: "";
  --icon-content-arrow-down-line: "";
  --icon-content-arrow-left-line: "";
  --icon-content-double-left-line: "";
  --icon-content-button-sort-fill: "";
  --icon-content-down-to-bottom-line: "";
  --icon-content-star-line: "";
  --icon-content-forward-line: "";
  --icon-content-sort-line: "";
  --icon-content-double-right-line: "";
  --icon-content-GitHub-fill: "";
  --icon-content-expand-line: "";
  --icon-content-switch-line: "";
  --icon-content-descending-line: "";
  --icon-content-back-line: "";
  --icon-content-stop-outline-line: "";
  --icon-content-pause-outline-line: "";
  --icon-content-unlock-line: "";
  --icon-content-discount-line: "";
  --icon-content-sub-account-line: "";
  --icon-content-navigation-line: "";
  --icon-content-plus-circle-line: "";
  --icon-content-close-line: "";
  --icon-content-notification-line: "";
  --icon-content-taobao-fill: "";
  --icon-content-flow-line: "";
  --icon-content-download-line: "";
  --icon-content-international-line: "";
  --icon-content-document-add-line: "";
  --icon-content-notification-off-line: "";
  --icon-content-lock-line: "";
  --icon-content-user-avatar-line: "";
  --icon-content-partner-line: "";
  --icon-content-et-line: "";
  --icon-content-customer-sercive-line: "";
  --icon-content-user-follow-line: "";
  --icon-content-screen-arrow-right-line: "";
  --icon-content-more-line: "";
  --icon-content-minus-circle-line: "";
  --icon-content-facebook-fill: "";
  --icon-content-user-admin-line: "";
  --icon-content-collapse-line: "";
  --icon-content-bug-report-line: "";
  --icon-content-credits-line: "";
  --icon-content-upload-line: "";
  --icon-content-setting-line: "";
  --icon-content-message-line: "";
  --icon-content-edit-line: "";
  --icon-content-message-unread-line: "";
  --icon-content-view-off-line: "";
  --icon-content-phonecall-line: "";
  --icon-content-document-download-line: "";
  --icon-content-order-unread-line: "";
  --icon-content-view-line: "";
  --icon-content-document-line: "";
  --icon-content-chart-pie-line: "";
  --icon-content-folder-line: "";
  --icon-content-renew-line: "";
  --icon-content-order-line: "";
  --icon-content-cart-empty-line: "";
  --icon-content-zoom-out-line: "";
  --icon-content-play-outline-line: "";
  --icon-content-share-fill: "";
  --icon-content-time-line: "";
  --icon-content-arrow-right-line: "";
  --icon-content-button-left-fill: "";
  --icon-content-cart-with-line: "";
  --icon-content-user-profile-line: "";
  --icon-content-zoom-in-line: "";
  --icon-content-search-line: "";
  --icon-content-phonecall-off-line: "";
  --icon-content-location-line: "";
  --icon-content-user-avatar-fill: "";
  --icon-content-compress-line: "";
  --icon-content-share-line: "";
  --icon-content-questionnaire-line: "";
  --icon-content-trainin-line: "";
  --icon-content-recharge-line: "";
  --icon-content-scroll-mode-line: "";
  --icon-content-sort-circle-line: "";
  --icon-content-drag-line: "";
  --icon-content-arrow-circular-line: "";
  --icon-content-calendar-line: "";
  --icon-content-external-link-line: "";
  --icon-content-remote-control-line: "";
  --icon-content-compass-line: "";
  --icon-content-diagnose-line: "";
  --icon-content-management-line: "";
  --icon-content-display-arrow-left-line: "";
  --icon-content-resource-setting-fill: "";
  --icon-content-plus-line: "";
  --icon-content-minus-line: "";
  --icon-content-backspace-line: "";
  --icon-content-terminal-line: "";
  --icon-content-home-line: "";
  --icon-content-structured-data-line: "";
  --icon-content-step-mode-line: "";
  --icon-content-connection-line: "";
  --icon-content-new-fill: "";
  --icon-content-hourglass-line: "";
  --icon-content-alert-fill: "";
  --icon-content-rank-line: "";
  --icon-content-new-releases-fill: "";
  --icon-content-news-line: "";
  --icon-content-accesskey-line: "";
  --icon-content-database-line: "";
  --icon-content-transanction-line: "";
  --icon-content-inbox-line: "";
  --icon-content-align-horizontal-center-line: "";
  --icon-content-comment-line: "";
  --icon-content-pin-fill: "";
  --icon-content-gift-line: "";
  --icon-content-filter-line: "";
  --icon-content-flag-line: "";
  --icon-content-package-line: "";
  --icon-content-power-off-line: "";
  --icon-content-screen-check-line: "";
  --icon-content-cloud-download-line: "";
  --icon-content-wifi-line: "";
  --icon-content-screen-error-line: "";
  --icon-content-save-line: "";
  --icon-content-mobile-line: "";
  --icon-content-charging-pile-line: "";
  --icon-content-application-group-fill: "";
  --icon-content-outdent-line: "";
  --icon-content-screen-line: "";
  --icon-content-pin-fixed-fill: "";
  --icon-content-cloud-upload-line: "";
  --icon-content-screen-monitoring-line: "";
  --icon-content-tag-line: "";
  --icon-content-qrcode-line: "";
  --icon-content-mobile-error-line: "";
  --icon-content-paperclip-line: "";
  --icon-content-delete-line: "";
  --icon-content-indent-line: "";
  --icon-content-application-line: "";
  --icon-content-email-line: "";
  --icon-content-sql-line: "";
  --icon-content-dingtalk-fill: "";
  --icon-content-folder-add-line: "";
  --icon-content-align-horizontal-right-line: "";
  --icon-content-align-vertical-bottom-line: "";
  --icon-content-chart-relation-fill: "";
  --icon-content-screen-code-line: "";
  --icon-content-map-line: "";
  --icon-content-display-arrow-right-line: "";
  --icon-content-database-plus-line: "";
  --icon-content-wangwang-line: "";
  --icon-content-alipay-fill: "";
  --icon-content-image-line: "";
  --icon-content-key-line: "";
  --icon-content-hatch-line: "";
  --icon-content-scan-line: "";
  --icon-content-balance-line: "";
  --icon-content-align-horizontal-left-line: "";
  --icon-content-chart-bar-line: "";
  --icon-content-pic-center-line: "";
  --icon-content-cloud-machine-line: "";
  --icon-content-chart-scatter-plot-line: "";
  --icon-content-all-line: "";
  --icon-content-border-verticle-line: "";
  --icon-content-cut-line: "";
  --icon-content-layer-line: "";
  --icon-content-box-line: "";
  --icon-content-chart-area-fill: "";
  --icon-content-mobile-check-line: "";
  --icon-content-pic-side-line: "";
  --icon-content-up-to-top-line: "";
  --icon-content-enlarge-line: "";
  --icon-content-double-up-line: "";
  --icon-content-page-first-line: "";
  --icon-content-naver-fill: "";
  --icon-content-sina-fill: "";
  --icon-content-stackoverflow-fill: "";
  --icon-content-youtube-fill: "";
  --icon-content-WeChat-fill: "";
  --icon-content-button-right-fill: "";
  --icon-content-page-last-line: "";
  --icon-content-authentication-line: "";
  --icon-content-dollar-line: "";
  --icon-content-applets-fill: "";
  --icon-content-hot-fill: "";
  --icon-content-server-fault-fill: "";
  --icon-content-gallery-view-line: "";
  --icon-content-linkedin-fill: "";
  --icon-content-button-down-fill: "";
  --icon-content-button-up-fill: "";
  --icon-reset: "";
  --icon-xxxl: var(--s-16, 64px);
  --icon-xxl: var(--s-12, 48px);
  --icon-xl: var(--s-8, 32px);
  --icon-l: var(--s-6, 24px);
  --icon-m: var(--s-5, 20px);
  --icon-s: var(--s-4, 16px);
  --icon-xs: var(--s-3, 12px);
  --icon-xxs: var(--s-2, 8px);
  --icon-font-name: "icon";
  --icon-content-compress: "";
  --icon-content-arrow_circular: "";
  --icon-content-charging_pile: "";
  --icon-content-backspace-fill: "";
  --icon-content-star: "";
  --icon-content-info_fill: "";
  --icon-content-caution: "";
  --icon-content-info: "";
  --icon-content-closemark: "";
  --icon-content-caution_fill: "";
  --icon-content-check_fill: "";
  --icon-content-warning_fill: "";
  --icon-content-forbidden_fill: "";
  --icon-content-star_fill: "";
  --icon-content-checkmark: "";
  --icon-content-like_fill: "";
  --icon-content-help_fill: "";
  --icon-content-forbidden: "";
  --icon-content-close_fill: "";
  --icon-content-international: "";
  --icon-content-user_avatar: "";
  --icon-content-User_avatar_filled_alt: "";
  --icon-content-user_avatar_full_fill: "";
  --icon-content-user_admin: "";
  --icon-content-user_certification: "";
  --icon-content-user_follow: "";
  --icon-content-international_fill: "";
  --icon-content-partner: "";
  --icon-content-sub_account: "";
  --icon-content-authentication1: "";
  --icon-content-authentication_fill: "";
  --icon-content-WeChat: "";
  --icon-content-GitHub: "";
  --icon-content-youtube: "";
  --icon-content-taobao: "";
  --icon-content-wangwang: "";
  --icon-content-twitter: "";
  --icon-content-google: "";
  --icon-content-alipay: "";
  --icon-content-server_fault: "";
  --icon-content-facebook: "";
  --icon-content-stackoverflow: "";
  --icon-content-naver: "";
  --icon-content-linkedin: "";
  --icon-content-dingtalk1: "";
  --icon-content-applets: "";
  --icon-content-SQL: "";
  --icon-content-Hatch: "";
  --icon-content-package_fill: "";
  --icon-content-package: "";
  --icon-content-remote_control: "";
  --icon-content-layer: "";
  --icon-content-layer_fill: "";
  --icon-content-folders: "";
  --icon-content-document_task: "";
  --icon-content-flow: "";
  --icon-content-document: "";
  --icon-content-document_download: "";
  --icon-content-folder_add: "";
  --icon-content-database_plus_fill: "";
  --icon-content-document_add: "";
  --icon-content-database_plus: "";
  --icon-content-database_fill: "";
  --icon-content-chart_pie: "";
  --icon-content-bug_report: "";
  --icon-content-copy_fill: "";
  --icon-content-chart_relation: "";
  --icon-content-terminal_fill: "";
  --icon-content-scroll_mode: "";
  --icon-content-step_mode: "";
  --icon-content-structured_data: "";
  --icon-content-trainin: "";
  --icon-content-screen: "";
  --icon-content-screen_monitoring: "";
  --icon-content-screen_error: "";
  --icon-content-screen_code: "";
  --icon-content-screen_arrow_right: "";
  --icon-content-screen_check: "";
  --icon-content-resource_setting: "";
  --icon-content-screen_arrow_left: "";
  --icon-content-pin_fixed: "";
  --icon-content-pin: "";
  --icon-content-pic_side: "";
  --icon-content-recharge: "";
  --icon-content-pic_side_fill: "";
  --icon-content-pic_center: "";
  --icon-content-pic_center_fill: "";
  --icon-content-paper_plane_fill: "";
  --icon-content-new_releases: "";
  --icon-content-more: "";
  --icon-content-mobile_check: "";
  --icon-content-mobile_error: "";
  --icon-content-map_fill: "";
  --icon-content-mobile: "";
  --icon-content-management_fill: "";
  --icon-content-inbox: "";
  --icon-content-gallery_view: "";
  --icon-content-inbox_fill: "";
  --icon-content-external_link: "";
  --icon-content-drag1: "";
  --icon-content-display_arrow_right: "";
  --icon-content-display_arrow_left: "";
  --icon-content-comment_fill: "";
  --icon-content-cloud_upload: "";
  --icon-content-comment_lines: "";
  --icon-content-cloud_machine: "";
  --icon-content-cloud_download: "";
  --icon-content-cloud_upload_fill: "";
  --icon-content-cloud_machine_fill: "";
  --icon-content-chart_scatter_plot: "";
  --icon-content-cloud_download_fill: "";
  --icon-content-box_fill: "";
  --icon-content-chart_scatter_plot_fill: "";
  --icon-content-border_verticle: "";
  --icon-content-chart_area: "";
  --icon-content-application_group: "";
  --icon-content-application: "";
  --icon-content-border_verticle_fill: "";
  --icon-content-accesskey: "";
  --icon-content-align_horizontal_right: "";
  --icon-content-all_fill: "";
  --icon-content-align_vertical_bottom_fill: "";
  --icon-content-align_vertical_top_fill: "";
  --icon-content-align_horizontal_right_fill: "";
  --icon-content-align_vertical_top: "";
  --icon-content-align_horizontal_left: "";
  --icon-content-align_horizontal_left_fill: "";
  --icon-content-align_horizontal_center_fill: "";
  --icon-content-Alignverticalbottom: "";
  --icon-content-align_horizontal_center: "";
  --icon-content-zoom_out: "";
  --icon-content-zoom_in: "";
  --icon-content-wifi: "";
  --icon-content-view: "";
  --icon-content-view_off: "";
  --icon-content-unlock_fill: "";
  --icon-content-view_off_fill: "";
  --icon-content-time: "";
  --icon-content-time_fill: "";
  --icon-content-setting: "";
  --icon-content-tag_fill: "";
  --icon-content-share_file: "";
  --icon-content-phonecall: "";
  --icon-content-phonecall_off: "";
  --icon-content-print_fill: "";
  --icon-content-renew: "";
  --icon-content-order: "";
  --icon-content-order_unread: "";
  --icon-content-notification_off_fill: "";
  --icon-content-notification_fill: "";
  --icon-content-notification_off: "";
  --icon-content-notification: "";
  --icon-content-new: "";
  --icon-content-message: "";
  --icon-content-message_unread: "";
  --icon-content-lock_fill: "";
  --icon-content-lightbulb_fill: "";
  --icon-content-hourglass: "";
  --icon-content-hourglass_fill: "";
  --icon-content-image1: "";
  --icon-content-hot: "";
  --icon-content-et: "";
  --icon-content-filter_fill: "";
  --icon-content-flag_fill: "";
  --icon-content-email_fill: "";
  --icon-content-discount: "";
  --icon-content-delete_fill: "";
  --icon-content-customer_sercive: "";
  --icon-content-edit_fill: "";
  --icon-content-cart_with: "";
  --icon-content-cart_fill: "";
  --icon-content-credits_fill: "";
  --icon-content-cart_empty: "";
  --icon-content-calculator_fill: "";
  --icon-content-credits: "";
  --icon-content-balance_fill: "";
  --icon-content-calculator: "";
  --icon-content-balance1: "";
  --icon-content-alert: "";
  --icon-content-plus_fill: "";
  --icon-content-stop_fill: "";
  --icon-content-stop_outline: "";
  --icon-content-plus_circle: "";
  --icon-content-navigation: "";
  --icon-content-sort_circle: "";
  --icon-content-play_outline_fill: "";
  --icon-content-play_outline: "";
  --icon-content-power_off: "";
  --icon-content-play_fill: "";
  --icon-content-minus_fill: "";
  --icon-content-minus_circle: "";
  --icon-content-enlarge: "";
  --icon-content-pause_outline: "";
  --icon-content-enlarge_fill: "";
  --icon-content-pause_fill: "";
  --icon-content-chevron_sort: "";
  --icon-content-button_sort: "";
  --icon-content-compress_fill: "";
  --icon-content-1688: "";
  --icon-content-up_to_top: "";
  --icon-content-forward: "";
  --icon-content-page_last: "";
  --icon-content-page_first: "";
  --icon-content-down_to_bottom: "";
  --icon-content-expand: "";
  --icon-content-double_up: "";
  --icon-content-double_right: "";
  --icon-content-double_left: "";
  --icon-content-double_down: "";
  --icon-content-collapse: "";
  --icon-content-button_right: "";
  --icon-content-button_up: "";
  --icon-content-arrow__down: "";
  --icon-content-button_down: "";
  --icon-content-back: "";
  --icon-content-button_left: "";
  --icon-content-arrow__up: "";
  --icon-content-down: "";
  --icon-content-up: "";
  --icon-content-zhankai: "";
  --icon-content-shouqi: "";
  --icon-content-xiexian: "";
  --icon-content-xiegang: "";
  --icon-content-dashboard: "";
  --icon-content-list: "";
  --icon-content-detail: "";
  --icon-content-form: "";
  --icon-content-nail-fixed: "";
  --icon-content-wind-edit: "";
  --icon-content-dollar: "";
  --icon-content-transanction: "";
  --icon-content-filter-fill: "";
  --icon-content-all-fill: "";
  --icon-content-databaseplus-fill: "";
  --icon-content-database-fill: "";
  --icon-content-commentlines-fill: "";
  --icon-content-commentdots-fill: "";
  --icon-content-paperplane-fill: "";
  --icon-content-eyeslash-fill: "";
  --icon-content-eye-fill: "";
  --icon-content-lightbulb-fill: "";
  --icon-content-flag-fill: "";
  --icon-content-tag-fill: "";
  --icon-content-position-fill: "";
  --icon-content-location-fill: "";
  --icon-content-map-fill: "";
  --icon-content-inboxin-fill: "";
  --icon-content-box-fill: "";
  --icon-content-databaseset-fill: "";
  --icon-content-layergroup-fill: "";
  --icon-content-cry-fill: "";
  --icon-content-smile-fill: "";
  --icon-content-unlock-fill: "";
  --icon-content-lock-fill: "";
  --icon-content-wind-loading: "";
  --icon-content-shoppingcart: "";
  --icon-content-Group: "";
  --icon-content-Group1: "";
  --icon-content-Xconsole: "";
  --icon-content-Directory-tree: "";
  --icon-content-calendar1: "";
  --icon-content-success1: "";
  --icon-content-warning1: "";
  --icon-content-search1: "";
  --icon-content-prompt1: "";
  --icon-content-sorting1: "";
  --icon-content-ascending1: "";
  --icon-content-descending1: "";
  --icon-content-upload1: "";
  --icon-content-success-filling1: "";
  --icon-content-picture1: "";
  --icon-content-close1: "";
  --icon-content-semi-select1: "";
  --icon-content-loading1: "";
  --icon-content-arrow-double-left1: "";
  --icon-content-arrow-double-right1: "";
  --icon-content-delete-filling1: "";
  --icon-content-arrow-left1: "";
  --icon-content-accesskeys: "";
  --icon-content-management: "";
  --icon-content-aliyun-logo: "";
  --icon-content-drag: "";
  --icon-content-ellipsis-vertical: "";
  --icon-content-gallery-view: "";
  --icon-content-WIFI: "";
  --icon-content-bug-report: "";
  --icon-content-qrcode: "";
  --icon-content-scan: "";
  --icon-content-cut: "";
  --icon-content-gift: "";
  --icon-content-link: "";
  --icon-content-poweroff: "";
  --icon-content-key: "";
  --icon-content-safety-certificate: "";
  --icon-content-supervise: "";
  --icon-content-tag-subscipt: "";
  --icon-content-chart-pie-alt: "";
  --icon-content-chart-relation: "";
  --icon-content-chart-scatter-plot: "";
  --icon-content-chart-area: "";
  --icon-content-chart-line: "";
  --icon-content-display-code: "";
  --icon-content-display-arrow-right: "";
  --icon-content-display-arrow-left: "";
  --icon-content-laptop-error: "";
  --icon-content-laptop-check: "";
  --icon-content-laptop: "";
  --icon-content-mobile-error: "";
  --icon-content-mobile-check: "";
  --icon-content-mobile-alt: "";
  --icon-content-aliwangwang: "";
  --icon-content-nail: "";
  --icon-content-sort: "";
  --icon-content-sort-down: "";
  --icon-content-sort-up: "";
  --icon-content-caret-right: "";
  --icon-content-caret-left: "";
  --icon-content-arrows-v: "";
  --icon-content-angle-double-down: "";
  --icon-content-angle-double-up: "";
  --icon-content-angle-double-right: "";
  --icon-content-angle-double-left: "";
  --icon-content-angle-down: "";
  --icon-content-angle-up: "";
  --icon-content-angle-right: "";
  --icon-content-angle-left: "";
  --icon-content-paperclip: "";
  --icon-content-connection: "";
  --icon-content-training: "";
  --icon-content-process: "";
  --icon-content-news: "";
  --icon-content-save: "";
  --icon-content-print: "";
  --icon-content-new-releases: "";
  --icon-content-release: "";
  --icon-content-wind-warning: "";
  --icon-content-backspace: "";
  --icon-content-gem: "";
  --icon-content-integral: "";
  --icon-content-star-circle1: "";
  --icon-content-user-circle: "";
  --icon-content-cloud-machine-fill: "";
  --icon-content-cloud-machine: "";
  --icon-content-terminal-fill: "";
  --icon-content-terminal: "";
  --icon-content-shopping-cart: "";
  --icon-content-folder-open: "";
  --icon-content-resource: "";
  --icon-content-rank: "";
  --icon-content-sync-alt: "";
  --icon-content-compass: "";
  --icon-content-arrow-alt-from-top: "";
  --icon-content-arrow-alt-from-bottom: "";
  --icon-content-menu: "";
  --icon-content-icon-drag: "";
  --icon-content-share: "";
  --icon-content-arrow-sortdown-smal: "";
  --icon-content-minus-square-fill: "";
  --icon-content-plus-square-fill: "";
  --icon-content-minus-square: "";
  --icon-content-plus-square: "";
  --icon-content-stepmode: "";
  --icon-content-scrollingmode: "";
  --icon-content-waiting-fill: "";
  --icon-content-waiting: "";
  --icon-content-right-arrow-rect: "";
  --icon-content-left-arrow-rect: "";
  --icon-content-bell: "";
  --icon-content-structured-data: "";
  --icon-content-vector: "";
  --icon-content-home: "";
  --icon-content-monitoring: "";
  --icon-content-diagnose: "";
  --icon-content-add-subset: "";
  --icon-content-cry1: "";
  --icon-content-email1: "";
  --icon-content-help1: "";
  --icon-content-refresh1: "";
  --icon-content-set1: "";
  --icon-content-account1: "";
  --icon-content-atm1: "";
  --icon-content-clock1: "";
  --icon-content-attachment1: "";
  --icon-content-filter1: "";
  --icon-content-download1: "";
  --icon-content-ellipsis1: "";
  --icon-content-favorites-filling1: "";
  --icon-content-smile1: "";
  --icon-content-arrow-right1: "";
  --icon-content-arrow-down1: "";
  --icon-content-arrow-up1: "";
  --icon-content-add1: "";
  --icon-content-minus1: "";
  --icon-content-edit1: "";
  --icon-content-error1: "";
  --icon-content-select1: "";
  --icon-content-ashbin1: "";
  --icon-content-clouddownload-fill: "";
  --icon-content-cloudupload-fill: "";
  --icon-content-exchange-fill: "";
  --icon-content-info-circle-fill: "";
  --icon-content-question-circle-fill: "";
  --icon-content-exclamationcircle-f: "";
  --icon-content-minus-circle-fill: "";
  --icon-content-plus-circle-fill: "";
  --icon-content-times-circle-fill: "";
  --icon-content-check-circle-fill: "";
  --icon-content-compressalt-fill: "";
  --icon-content-expandalt-fill: "";
  --icon-content-wind-filter: "";
  --icon-content-all: "";
  --icon-content-database-plus: "";
  --icon-content-database: "";
  --icon-content-comment-lines: "";
  --icon-content-comment-dots: "";
  --icon-content-paper-plane: "";
  --icon-content-eye-slash: "";
  --icon-content-lightbulb: "";
  --icon-content-flag: "";
  --icon-content-tag: "";
  --icon-content-position: "";
  --icon-content-location: "";
  --icon-content-map: "";
  --icon-content-inbox-in: "";
  --icon-content-box: "";
  --icon-content-database-set: "";
  --icon-content-layer-group: "";
  --icon-content-wind-cry: "";
  --icon-content-wind-smile: "";
  --icon-content-align-right: "";
  --icon-content-align-left: "";
  --icon-content-border-bottom: "";
  --icon-content-border-top: "";
  --icon-content-align-center: "";
  --icon-content-border-verticle: "";
  --icon-content-pic-center: "";
  --icon-content-pic-side: "";
  --icon-content-folder-plus: "";
  --icon-content-folder: "";
  --icon-content-file-SQL1: "";
  --icon-content-file-plus: "";
  --icon-content-file: "";
  --icon-content-headset: "";
  --icon-content-phone: "";
  --icon-content-pausecircle: "";
  --icon-content-stopcircle: "";
  --icon-content-playcircle: "";
  --icon-content-delete: "";
  --icon-content-wind-picture: "";
  --icon-content-mail: "";
  --icon-content-like: "";
  --icon-content-collection: "";
  --icon-content-user-group: "";
  --icon-content-account-plus: "";
  --icon-content-wind-account: "";
  --icon-content-cog: "";
  --icon-content-wind-clock: "";
  --icon-content-calendar-alt: "";
  --icon-content-clouddownload: "";
  --icon-content-cloudupload: "";
  --icon-content-exchange: "";
  --icon-content-info-circle: "";
  --icon-content-question-circle: "";
  --icon-content-exclamation-circle: "";
  --icon-content-minus-circle: "";
  --icon-content-plus-circle: "";
  --icon-content-times-circle: "";
  --icon-content-check-circle: "";
  --icon-content-compress-alt: "";
  --icon-content-expand-alt: "";
  --icon-content-ban: "";
  --icon-content-wind-minus: "";
  --icon-content-plus: "";
  --icon-content-times: "";
  --icon-content-check: "";
  --icon-content-search-minus: "";
  --icon-content-search-plus: "";
  --icon-content-wind-search: "";
  --icon-content-reply: "";
  --icon-content-undo: "";
  --icon-content-redo: "";
  --icon-content-external-link: "";
  --icon-content-arrows-alt: "";
  --icon-content-indent: "";
  --icon-content-outdent: "";
  --icon-content-wind-sorting: "";
  --icon-content-wind-switch: "";
  --icon-content-wind-ascending: "";
  --icon-content-wind-descending: "";
  --icon-content-wind-download: "";
  --icon-content-wind-upload: "";
  --icon-content-arrow-to-bottom: "";
  --icon-content-arrow-to-top: "";
  --icon-content-long-arrow-down: "";
  --icon-content-long-arrow-up: "";
  --icon-content-wind-arrow-right: "";
  --icon-content-wind-arrow-left: "";
  --icon-content-huaban1341: "";
  --icon-content-huaban161: "";
  --icon-content-huaban31: "";
  --icon-content-huaban32: "";
  --icon-content-huaban1fuben59: "";
  --icon-content-huaban1fuben63: "";
  --icon-content-rili: "";
  --icon-content-dengdai: "";
  --icon-content-dayin1: "";
  --icon-content-jian: "";
  --icon-content-jia1: "";
  --icon-content-huixingzhen: "";
  --icon-content-gundongmoshi: "";
  --icon-content-re: "";
  --icon-content-xin: "";
  --icon-content-huaban114: "";
  --icon-content-huaban69: "";
  --icon-content-huaban8fuben6: "";
  --icon-content-huaban1281: "";
  --icon-content-huaban8fuben9: "";
  --icon-content-huaban126: "";
  --icon-content-huaban2fuben: "";
  --icon-content-huaban1221: "";
  --icon-content-huaban2fuben5: "";
  --icon-content-huaban16: "";
  --icon-content-huaban124: "";
  --icon-content-huaban103: "";
  --icon-content-huaban8fuben12: "";
  --icon-content-huaban1231: "";
  --icon-content-huaban2fuben4: "";
  --icon-content-huaban125: "";
  --icon-content-huaban17: "";
  --icon-content-huaban1042: "";
  --icon-content-huaban98: "";
  --icon-content-huaban21: "";
  --icon-content-huaban921: "";
  --icon-content-huaban27: "";
  --icon-content-huaban25: "";
  --icon-content-huaban24: "";
  --icon-content-huaban26: "";
  --icon-content-huaban23: "";
  --icon-content-huaban22: "";
  --icon-content-huaban13: "";
  --icon-content-huaban28: "";
  --icon-content-huaban121: "";
  --icon-content-huaban11: "";
  --icon-content-huaban10: "";
  --icon-content-huaban33: "";
  --icon-content-huaban35: "";
  --icon-content-huaban34: "";
  --icon-content-huaban831: "";
  --icon-content-huaban1071: "";
  --icon-content-huaban45: "";
  --icon-content-dollar1: "";
  --icon-content-huaban801: "";
  --icon-content-huaban7: "";
  --icon-content-inboxin-fill1: "";
  --icon-content-huaban123: "";
  --icon-content-box-fill1: "";
  --icon-content-huaban122: "";
  --icon-content-tag-fill1: "";
  --icon-content-tag-: "";
  --icon-content-transanction1: "";
  --icon-content-huaban63: "";
  --icon-content-huaban64: "";
  --icon-content-huaban64-copy: "";
  --icon-content-huaban97: "";
  --icon-content-huaban94: "";
  --icon-content-huaban1041: "";
  --icon-content-huaban9: "";
  --icon-content-huaban3: "";
  --icon-content-huaban4: "";
  --icon-content-huaban811: "";
  --icon-content-huaban79: "";
  --icon-content-jia: "";
  --icon-content-huaban1131: "";
  --icon-content-huaban51: "";
  --icon-content-huaban6: "";
  --icon-content-huaban15: "";
  --icon-content-huaban1111: "";
  --icon-content-huaban1081: "";
  --icon-content-huaban1091: "";
  --icon-content-huaban1121: "";
  --icon-content-huaban93: "";
  --icon-content-huaban810: "";
  --icon-content-huaban99: "";
  --icon-content-huaban1051: "";
  --icon-content-huaban101: "";
  --icon-content-huaban102: "";
  --icon-content-huaban821: "";
  --icon-content-huaban861: "";
  --icon-content-huaban14: "";
  --icon-content-huaban851: "";
  --icon-content-huaban19: "";
  --icon-content-alignright-fill: "";
  --icon-content-alignleft-fill: "";
  --icon-content-borderbottom-fill: "";
  --icon-content-bordertop-fill: "";
  --icon-content-aligncenter-fill: "";
  --icon-content-borderverticle-fill: "";
  --icon-content-piccenter-fill: "";
  --icon-content-picside-fill: "";
  --icon-content-folderopen-fill: "";
  --icon-content-folderplus-fill: "";
  --icon-content-folder-fill: "";
  --icon-content-file-SQL: "";
  --icon-content-fileplus-fill: "";
  --icon-content-file-fill: "";
  --icon-content-copy-fill: "";
  --icon-content-headset-fill: "";
  --icon-content-phone-fill: "";
  --icon-content-pausecircle-fill: "";
  --icon-content-stopcircle-fill: "";
  --icon-content-playcircle-fill: "";
  --icon-content-delete-fill: "";
  --icon-content-picture-fill: "";
  --icon-content-mail-fill: "";
  --icon-content-heart-fill: "";
  --icon-content-collection-fill: "";
  --icon-content-user-group-fill: "";
  --icon-content-userplus-fill: "";
  --icon-content-user-fill: "";
  --icon-content-cog-fill: "";
  --icon-content-clock-fill: "";
  --icon-content-calendaralt-fill: "";
  --icon-content-huaban891: "";
  --icon-content-huaban20: "";
  --icon-content-huaban901: "";
  --icon-content-huaban18: "";
  --icon-content-huaban871: "";
  --icon-content-huaban881: "";
  --icon-content-huaban841: "";
  --icon-content-huaban91: "";
  --icon-content-huaban90: "";
  --icon-content-huaban92: "";
  --icon-content-huaban86: "";
  --icon-content-huaban85: "";
  --icon-content-huaban88: "";
  --icon-content-huaban89: "";
  --icon-content-huaban87: "";
  --icon-content-huaban68: "";
  --icon-content-huaban67: "";
  --icon-content-huaban541: "";
  --icon-content-huaban83: "";
  --icon-content-huaban80: "";
  --icon-content-huaban81: "";
  --icon-content-huaban82: "";
  --icon-content-huaban118: "";
  --icon-content-huaban961: "";
  --icon-content-huaban120: "";
  --icon-content-huaban119: "";
  --icon-content-huaban2fuben2: "";
  --icon-content-huaban12fuben2: "";
  --icon-content-huaban8: "";
  --icon-content-huaban84: "";
  --icon-content-huaban8fuben3: "";
  --icon-content-huaban8fuben4: "";
  --icon-content-huaban8fuben7: "";
  --icon-content-huaban96: "";
  --icon-content-huaban61: "";
  --icon-content-huaban62: "";
  --icon-content-huaban12fuben4: "";
  --icon-content-huaban5fuben: "";
  --icon-content-huaban5: "";
  --icon-content-huaban12fuben6: "";
  --icon-content-huaban12: "";
  --icon-content-huaban8fuben10: "";
  --icon-content-huaban8fuben8: "";
  --icon-content-huaban1161: "";
  --icon-content-huaban1171: "";
  --icon-content-huaban110: "";
  --icon-content-huaban112: "";
  --icon-content-huaban111: "";
  --icon-content-huaban113: "";
  --icon-content-huaban65: "";
  --icon-content-huaban66: "";
  --icon-content-huaban108: "";
  --icon-content-huaban109: "";
  --icon-content-huaban59: "";
  --icon-content-huaban60: "";
  --icon-content-huaban58: "";
  --icon-content-huaban57: "";
  --icon-content-huaban70: "";
  --icon-content-huaban55: "";
  --icon-content-huaban42fuben2: "";
  --icon-content-huaban50: "";
  --icon-content-huaban42fuben: "";
  --icon-content-huaban49: "";
  --icon-content-huaban104: "";
  --icon-content-huaban48: "";
  --icon-content-huaban128: "";
  --icon-content-huaban106: "";
  --icon-content-huaban107: "";
  --icon-content-huaban105: "";
  --icon-content-huaban133: "";
  --icon-content-huaban130: "";
  --icon-content-huaban132: "";
  --icon-content-huaban129: "";
  --icon-content-huaban137: "";
  --icon-content-huaban136: "";
  --icon-content-huaban134: "";
  --icon-content-huaban135: "";
  --icon-content-huaban138: "";
  --icon-content-huaban140: "";
  --icon-content-huaban139: "";
  --icon-content-yingyong: "";
  --icon-content-yunjitianchong: "";
  --icon-content-yunji: "";
  --icon-content-zuojiantoujuxing: "";
  --icon-content-youjiantoujuxing: "";
  --icon-content-zhenduan: "";
  --icon-content-yunxiazai: "";
  --icon-content-yunshangchuan: "";
  --icon-content-zhongduantianchong: "";
  --icon-content-zhongduan: "";
  --icon-content-peijian: "";
  --icon-content-luopan: "";
  --icon-content-fuzhi: "";
  --icon-content-bujinmoshi: "";
  --icon-content-huaban46fuben: "";
  --icon-content-huaban46: "";
  --icon-content-huaban52: "";
  --icon-content-huaban53: "";
  --icon-content-huaban54: "";
  --icon-content-huaban127: "";
  --icon-content-huaban12fuben: "";
  --icon-content-1688-copy: "";
  --icon-content-taobao-copy: "";
  --icon-content-alipay-copy: "";
  --icon-content-dingtalk-copy: "";
  --icon-content-huaban931: "";
  --icon-content-huaban95: "";
  --icon-content-huaban941: "";
  --icon-content-huaban1fuben341: "";
  --icon-content-huaban1fuben30: "";
  --icon-content-huaban1fuben19: "";
  --icon-content-huaban1fuben21: "";
  --icon-content-huaban1fuben67: "";
  --icon-content-huaban1fuben45: "";
  --icon-content-huaban1fuben47: "";
  --icon-content-huaban1fuben41: "";
  --icon-content-huaban1fuben591: "";
  --icon-content-huaban1fuben36: "";
  --icon-content-huaban1fuben7: "";
  --icon-content-huaban1fuben91: "";
  --icon-content-huaban1fuben80: "";
  --icon-content-huaban1401: "";
  --icon-content-huaban101fuben: "";
  --icon-content-huaban1391: "";
  --icon-content-huaban8fuben: "";
  --icon-content-huaban1361: "";
  --icon-content-huaban1381: "";
  --icon-content-huaban144: "";
  --icon-content-huaban1331: "";
  --icon-content-huaban1321: "";
  --icon-content-huaban1301: "";
  --icon-content-huaban1fuben101: "";
  --icon-content-huaban1141: "";
  --icon-content-huaban1291: "";
  --icon-content-huaban131: "";
  --icon-content-huaban1351: "";
  --icon-content-3226: "";
  --icon-content-3225: "";
  --icon-content-3224: "";
  --icon-content-3223: "";
  --icon-content-3222: "";
  --icon-content-3221: "";
  --icon-content-3220: "";
  --icon-content-3219: "";
  --icon-content-3218: "";
  --icon-content-3217: "";
  --icon-content-3216: "";
  --icon-content-3215: "";
  --icon-content-3214: "";
  --icon-content-3213: "";
  --icon-content-3212: "";
  --icon-content-3211: "";
  --icon-content-3210: "";
  --icon-content-329: "";
  --icon-content-328: "";
  --icon-content-327: "";
  --icon-content-326: "";
  --icon-content-324: "";
  --icon-content-323: "";
  --icon-content-322: "";
  --icon-content-321: "";
  --icon-content-32: "";
  --icon-content-chart-pie: "";
  --icon-content-chart-bar: "";
  --icon-content-exit: "";
  --icon-content-lock: "";
  --icon-content-unlock: "";
  --icon-content-eye-close: "";
  --icon-content-eye: "";
  --icon-content-toggle-right: "";
  --icon-content-toggle-left: "";
  --icon-content-copy: "";
  --icon-content-atm: "";
  --icon-content-email: "";
  --icon-content-account: "";
  --icon-content-attachment: "";
  --icon-content-filter: "";
  --icon-content-refresh: "";
  --icon-content-edit: "";
  --icon-content-set: "";
  --icon-content-download: "";
  --icon-content-upload: "";
  --icon-content-ashbin: "";
  --icon-content-calendar: "";
  --icon-content-picture: "";
  --icon-content-ellipsis: "";
  --icon-content-close: "";
  --icon-content-search: "";
  --icon-content-loading: "";
  --icon-content-semi-select: "";
  --icon-content-select: "";
  --icon-content-ascending: "";
  --icon-content-descending: "";
  --icon-content-sorting: "";
  --icon-content-switch: "";
  --icon-content-arrow-double-right: "";
  --icon-content-arrow-double-left: "";
  --icon-content-arrow-right: "";
  --icon-content-arrow-left: "";
  --icon-content-arrow-down: "";
  --icon-content-arrow-up: "";
  --icon-content-minus: "";
  --icon-content-add: "";
  --icon-content-favorites-filling: "";
  --icon-content-delete-filling: "";
  --icon-content-success-filling: "";
  --icon-content-clock: "";
  --icon-content-help: "";
  --icon-content-error: "";
  --icon-content-prompt: "";
  --icon-content-warning: "";
  --icon-content-success: "";
  --icon-content-cry: "";
  --icon-content-smile: "";
  /* ------------------------ color ------------------------ */
  --color-text1-5: rgba(179,179,179,1);
  --color-data1-8: rgba(0,100,200,1);
  --color-data1-7: rgba(205,92,151,1);
  --color-data1-6: rgba(92,96,230,1);
  --color-data1-5: rgba(74,208,81,1);
  --color-data1-4: rgba(0,108,217,1);
  --color-data1-3: rgba(153,121,242,1);
  --color-data1-2: rgba(250,205,79,1);
  --color-data1-1: rgba(92,205,187,1);
  --color-data1-9: rgba(82,215,255,1);
  --color-data1-10: rgba(250,179,79,1);
  --color-data2-1: rgba(0,100,200,1);
  --color-data2-2: rgba(21,114,207,1);
  --color-data2-3: rgba(42,127,212,1);
  --color-data2-4: rgba(65,141,217,1);
  --color-data2-5: rgba(89,155,222,1);
  --color-data2-6: rgba(113,170,227,1);
  --color-data2-7: rgba(139,186,232,1);
  --color-data2-8: rgba(168,204,240,1);
  --color-data2-9: rgba(196,220,245,1);
  --color-data2-10: rgba(225,237,250,1);
  --color-brand1-3: #FBFCFD;
  --color-text1-4: #111111;
  --color-text1-3: #555555;
  --color-text1-2: #888888;
  --color-text1-1: #C1C1C1;
  --color-error-2: #FAF7F7;
  --color-fill1-8: #D1D5D9;
  --color-fill1-7: #003C78;
  --color-fill1-6: #0050A0;
  --color-fill1-5: #0064C8;
  --color-fill1-4: #004080;
  --color-line1-4: #D1D5D9;
  --color-success-6: #32C832;
  --color-success-7: #00A700;
  --color-success-8: #008501;
  --color-success-9: #006401;
  --color-success-10: #004301;
  --color-warning-5: #FFDE5C;
  --color-warning-6: #FAC800;
  --color-warning-7: #DDA200;
  --color-warning-8: #A77E00;
  --color-warning-9: #7D5C00;
  --color-warning-10: #533B00;
  --color-error-5: #E6BFBF;
  --color-error-6: #D77A7A;
  --color-error-7: #C80000;
  --color-error-8: #A00000;
  --color-error-9: #780000;
  --color-error-10: #500000;
  --color-success-5: #7BDA7B;
  --color-link-3: #0064C8;
  --color-link-2: #0064C8;
  --color-link-1: #0064C8;
  --color-error-4: #F5E6E6;
  --color-error-3: #F8EFEF;
  --color-error-1: #FDFBFB;
  --color-warning-4: #FFF097;
  --color-warning-3: #FFF3B4;
  --color-warning-2: #FFF7D1;
  --color-warning-1: #FFFAE8;
  --color-success-4: #ABEBAC;
  --color-success-3: #C1F0C2;
  --color-success-2: #D8F5D8;
  --color-success-1: #EBFAEB;
  --color-brand2-1: #F8F8F9;
  --color-brand2-2: #E3E4E6;
  --color-brand2-3: #D1D5D9;
  --color-brand2-4: #C0C6CC;
  --color-brand2-5: #92A3B3;
  --color-brand2-7: #004080;
  --color-brand2-8: #003366;
  --color-brand2-9: #00264D;
  --color-brand2-10: #001A33;
  --color-brand3-1: #FFFFFF;
  --color-brand3-6: #FF6A00;
  --color-text1-10: #1A1A1A;
  --color-text1-9: #333333;
  --color-text1-8: #4D4D4D;
  --color-text1-7: #666666;
  --color-text1-6: #808080;
  --color-brand1-2: #EFF3F8;
  --color-brand2-6: #577899;
  --color-brand7-9: #2D559C;
  --color-brand7-6: #4F74B3;
  --color-brand7-4: #A9BAD0;
  --color-brand7-5: #657C99;
  --color-fill1-9: #1C1C1C;
  --color-brand1-10: #001428;
  --color-brand1-8: #003C78;
  --color-brand1-7: #0050A0;
  --color-brand1-5: #7AA9D7;
  --color-brand1-4: #BFD2E6;
  --color-fill1-3: #EFF3F8;
  --color-fill1-2: #F7F9FA;
  --color-fill1-1: #F8F8F9;
  --color-line1-3: #577899;
  --color-line1-2: #C0C6CC;
  --color-line1-1: #E3E4E6;
  --color-brand1-9: #002850;
  --color-brand1-6: #0064C8;
  --color-brand1-1: #F7F9FA;
  --color-other-3: #FFFFFF;
  --color-other-2: #FFFFFF;
  --color-other-1: #0070CC;
  --color-help-4: #333333;
  --color-help-3: #888888;
  --color-help-2: #C9C9C9;
  --color-help-1: #F5F5F5;
  --color-notice-4: #005AA5;
  --color-notice-3: #0070CC;
  --color-notice-2: #A0CDED;
  --color-notice-1: #E5F3FF;
  --color-transparent: transparent;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-line1-5: #EBEBEB;
  /* ------------------------ line ------------------------ */
  --line-dotted: dotted;
  --line-dashed: dashed;
  --line-solid: solid;
  --line-zero: 0px;
  --line-3: 3px;
  --line-2: 2px;
  --line-1: 1px;
  /* ------------------------ popup ------------------------ */
  --popup-global-shadow: var(--shadow-2-down, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --popup-global-corner: var(--corner-1, 2px);
  --popup-global-border-color: var(--color-line1-2, #C0C6CC);
  --popup-global-border-style: var(--line-solid, solid);
  --popup-global-border-width: var(--line-zero, 0px);
  --popup-local-corner: var(--corner-1, 2px);
  --popup-local-border-style: var(--line-solid, solid);
  --popup-local-border-width: var(--line-1, 1px);
  --popup-local-shadow: var(--shadow-1, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --popup-local-border-color: var(--color-brand2-4, #C0C6CC);
  /* ------------------------ mask ------------------------ */
  --mask-background: var(--color-black, #000000);
  --mask-opacity: 0.45;
  /* ------------------------ form-element ------------------------ */
  --form-element-large-corner: var(--corner-1, 2px);
  --form-element-medium-corner: var(--corner-1, 2px);
  --form-element-small-corner: var(--corner-1, 2px);
  --form-element-large-icon-size: var(--icon-s, 16px);
  --form-element-medium-icon-size: var(--icon-xs, 12px);
  --form-element-small-icon-size: var(--icon-xs, 12px);
  --form-element-large-preview-font-size: var(--font-size-subhead, 14px);
  --form-element-large-preview-label-font-size: var(--font-size-subhead, 14px);
  --form-element-medium-preview-font-size: var(--font-size-body-1, 12px);
  --form-element-medium-preview-label-font-size: var(--font-size-body-1, 12px);
  --form-element-small-preview-font-size: var(--font-size-caption, 12px);
  --form-element-small-preview-label-font-size: var(--font-size-caption, 12px);
  --form-element-small-height: var(--s-6, 24px);
  --form-element-large-preview-height: var(--s-4, 16px);
  --form-element-medium-preview-height: var(--s-4, 16px);
  --form-element-small-preview-height: var(--s-4, 16px);
  --form-element-medium-font-size: var(--font-size-body-1, 12px);
  --form-element-small-font-size: var(--font-size-body-1, 12px);
  --form-element-medium-height: var(--s-8, 32px);
  --form-element-large-height: var(--s-9, 36px);
  --form-element-large-font-size: var(--font-size-body-2, 14px);
  /* ------------------------ size ------------------------ */
  --s-50: 200px;
  --s-49: 196px;
  --s-48: 192px;
  --s-47: 188px;
  --s-46: 184px;
  --s-45: 180px;
  --s-44: 176px;
  --s-43: 172px;
  --s-42: 168px;
  --s-41: 164px;
  --s-40: 160px;
  --s-39: 156px;
  --s-38: 152px;
  --s-37: 148px;
  --s-36: 144px;
  --s-35: 140px;
  --s-34: 136px;
  --s-33: 132px;
  --s-32: 128px;
  --s-31: 124px;
  --s-30: 120px;
  --s-29: 116px;
  --s-28: 112px;
  --s-27: 108px;
  --s-26: 104px;
  --s-25: 100px;
  --s-24: 96px;
  --s-23: 92px;
  --s-22: 88px;
  --s-21: 84px;
  --s-20: 80px;
  --s-19: 76px;
  --s-18: 72px;
  --s-17: 68px;
  --s-16: 64px;
  --s-15: 60px;
  --s-14: 56px;
  --s-13: 52px;
  --s-12: 48px;
  --s-11: 44px;
  --s-10: 40px;
  --s-9: 36px;
  --s-8: 32px;
  --s-7: 28px;
  --s-6: 24px;
  --s-5: 20px;
  --s-4: 16px;
  --s-3: 12px;
  --s-2: 8px;
  --s-1: 4px;
  --s-zero: 0px;
  --size-base: 4px;
  /* ------------------------ shadow ------------------------ */
  --shadow-3-left: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  --shadow-3-down: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  --shadow-3-right: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  --shadow-3-up: 0px -8px 16px 0px rgba(0, 0, 0, 0.2);
  --shadow-3: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  --shadow-2-left: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  --shadow-2-down: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  --shadow-2-right: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  --shadow-2-up: 0px -4px 8px 0px rgba(0, 0, 0, 0.16);
  --shadow-2: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  --shadow-1-left: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  --shadow-1-down: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  --shadow-1-right: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  --shadow-1-up: 0px -2px 4px 0px rgba(0, 0, 0, 0.16);
  --shadow-1: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  --shadow-zero: none;
  --shadow-opacity-sd1: 0.16;
  --shadow-opacity-sd3: 0.2;
  --shadow-opacity-sd2: 0.16;
  --shadow-distance-sd3y: 8;
  --shadow-distance-sd2y: 4;
  --shadow-distance-sd3: 0;
  --shadow-distance-sd2: 0;
  --shadow-distance-sd1y: 2;
  --shadow-distance-sd1: 0;
  --shadow-spread-sd3: 0;
  --shadow-spread-sd2: 0;
  --shadow-spread-sd1: 0;
  --shadow-sides-left: "left";
  --shadow-sides-down: "down";
  --shadow-sides-right: "right";
  --shadow-sides-up: "up";
  --shadow-sides-base: "base";
  --shadow-blur-sd3: 16;
  --shadow-blur-sd2: 8;
  --shadow-blur-sd1: 4;
  --shadow-color-sd3: var(--color-black, #000000);
  --shadow-color-sd2: var(--color-black, #000000);
  --shadow-color-sd1: var(--color-black, #000000);
  /* ------------------------ font ------------------------ */
  --font-weight-ultra-bold: 900;
  --font-weight-extra-bold: 800;
  --font-weight-semi-bold: 600;
  --font-weight-medium: 500;
  --font-weight-light: 300;
  --font-weight-thin: 200;
  --font-size-headline: 20px;
  --font-size-display-2: 36px;
  --font-size-display-3: 48px;
  --font-lineheight-5: 2;
  --font-lineheight-4: 1.8;
  --font-weight-3: bold;
  --font-weight-2: normal;
  --font-weight-1: lighter;
  --font-size-caption: 12px;
  --font-size-body-1: 12px;
  --font-size-body-2: 14px;
  --font-size-subhead: 14px;
  --font-size-title: 16px;
  --font-size-display-1: 24px;
  --font-lineheight-3: 1.6;
  --font-lineheight-2: 1.5;
  --font-lineheight-1: 1;
  --font-family-base: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
  /* ------------------------ corner ------------------------ */
  --corner-zero: 0;
  --corner-semicircle: 500px;
  --corner-circle: 50%;
  --corner-4: 14px;
  --corner-3: 12px;
  --corner-2: 4px;
  --corner-1: 2px;
  --corner-0: 0px;
  /* ------------------------ checkbox ------------------------ */
  --checkbox-hovered-bg-color: var(--color-transparent, transparent);
  --checkbox-size: var(--s-4, 16px);
  --checkbox-border-color: var(--color-line1-3, #577899);
  --checkbox-hovered-border-color: var(--color-fill1-4, #004080);
  --checkbox-checked-border-color: var(--color-fill1-4, #004080);
  --checkbox-disabled-border-color: var(--color-line1-2, #C0C6CC);
  --checkbox-checked-hovered-border-color: var(--color-fill1-4, #004080);
  --checkbox-label-color: var(--color-text1-9, #333333);
  --checkbox-disabled-circle-color: var(--color-text1-3, #555555);
  --checkbox-checked-bg-color: var(--color-fill1-5, #0064C8);
  --checkbox-checked-hovered-bg-color: var(--color-fill1-5, #0064C8);
  --checkbox-disabled-bg-color: var(--color-fill1-2, #F7F9FA);
  --checkbox-margin-left: var(--s-2, 8px);
  --checkbox-disabled-label-color: var(--color-text1-5, #b3b3b3);
  --checkbox-border-radius: var(--corner-1, 2px);
  --checkbox-border-width: var(--line-1, 1px);
  --checkbox-shadow: var(--shadow-zero, none);
  --checkbox-checked-circle-color: var(--color-white, #FFFFFF);
  --checkbox-checked-hovered-circle-color: var(--color-white, #FFFFFF);
  --checkbox-bg-color: var(--color-white, #FFFFFF);
  --checkbox-font-size: var(--font-size-body-1, 12px);
  --checkbox-circle-size: var(--icon-xs, 12px);
  --checkbox-semi-select-icon-content: var(--icon-content-minus-for-component, "");
  --checkbox-select-icon-content: var(--icon-content-chek-for-component, "");
  /* ------------------------ cascader ------------------------ */
  --cascader-menu-border-color: var(--color-line1-1, #E3E4E6);
  --cascader-menu-icon-expand-color: var(--color-text1-9, #333333);
  --cascader-menu-icon-hover-expand-color: var(--color-text1-9, #333333);
  --cascader-menu-item-expanded-color: var(--color-text1-9, #333333);
  --cascader-menu-icon-expand-size: var(--icon-xxs, 8px);
  --cascader-menu-border-width: var(--line-1, 1px);
  --cascader-menu-width: var(--s-25, 100px);
  --cascader-menu-height: var(--s-48, 192px);
  --cascader-menu-border-radius: var(--corner-1, 2px);
  --cascader-menu-item-expanded-background-color: var(--color-fill1-2, #F7F9FA);
  /* ------------------------ search ------------------------ */
  --search-normal-primary-border-width: var(--line-1, 1px);
  --search-normal-primary-l-height: var(--s-9, 36px);
  --search-normal-primary-l-icon-size: var(--icon-s, 16px);
  --search-normal-primary-m-height: var(--s-8, 32px);
  --search-normal-secondary-l-height: var(--s-9, 36px);
  --search-normal-secondary-l-icon-size: var(--icon-s, 16px);
  --search-normal-secondary-m-height: var(--s-8, 32px);
  --search-normal-normal-color: var(--color-line1-1, #E3E4E6);
  --search-normal-normal-btn-hover-bg-color: var(--color-fill1-1, #F8F8F9);
  --search-normal-normal-l-height: var(--s-9, 36px);
  --search-normal-normal-l-icon-size: var(--icon-s, 16px);
  --search-normal-normal-m-height: var(--s-8, 32px);
  --search-normal-dark-color: var(--color-brand1-6, #0064C8);
  --search-normal-dark-hover-color: var(--color-brand1-7, #0050A0);
  --search-normal-dark-btn-hover-bg-color: var(--color-brand1-7, #0050A0);
  --search-normal-dark-l-height: var(--s-9, 36px);
  --search-normal-dark-l-icon-size: var(--icon-s, 16px);
  --search-normal-dark-m-height: var(--s-8, 32px);
  --search-simple-normal-color: var(--color-line1-1, #E3E4E6);
  --search-simple-normal-split-color: var(--color-line1-1, #E3E4E6);
  --search-simple-normal-icon-text-color: var(--color-text1-2, #888888);
  --search-simple-normal-l-icon-size: var(--icon-s, 16px);
  --search-simple-dark-l-icon-size: var(--icon-s, 16px);
  --search-simple-dark-m-icon-size: var(--icon-s, 16px);
  --search-normal-primary-color: var(--color-line1-2, #C0C6CC);
  --search-normal-primary-hover-color: var(--color-line1-2, #C0C6CC);
  --search-normal-primary-split-color: var(--color-line1-2, #C0C6CC);
  --search-normal-primary-shadow: var(--shadow-zero, none);
  --search-normal-primary-btn-text-color: var(--color-text1-9, #333333);
  --search-normal-primary-btn-hover-bg-color: var(--color-line1-2, #C0C6CC);
  --search-normal-primary-btn-hover-text-color: var(--color-text1-9, #333333);
  --search-normal-primary-m-btn-text-size: var(--font-size-body-1, 12px);
  --search-normal-secondary-color: var(--color-line1-2, #C0C6CC);
  --search-normal-secondary-split-color: var(--color-line1-2, #C0C6CC);
  --search-normal-secondary-hover-color: var(--color-line1-2, #C0C6CC);
  --search-normal-secondary-btn-text-color: var(--color-text1-9, #333333);
  --search-normal-secondary-btn-hover-text-color: var(--color-text1-9, #333333);
  --search-normal-secondary-btn-text-padding-left: var(--s-zero, 0px);
  --search-normal-secondary-m-btn-text-size: var(--font-size-body-1, 12px);
  --search-normal-secondary-btn-bg-color: var(--color-line1-2, #C0C6CC);
  --search-normal-secondary-btn-hover-bg-color: var(--color-line1-2, #C0C6CC);
  --search-normal-normal-btn-text-color: var(--color-text1-9, #333333);
  --search-normal-normal-btn-hover-text-color: var(--color-text1-9, #333333);
  --search-normal-corner: var(--corner-1, 2px);
  --search-normal-primary-btn-text-padding-left: var(--s-zero, 0px);
  --search-normal-primary-l-btn-text-size: var(--font-size-subhead, 14px);
  --search-normal-secondary-shadow: var(--shadow-zero, none);
  --search-normal-secondary-border-width: var(--line-1, 1px);
  --search-normal-secondary-l-btn-text-size: var(--font-size-subhead, 14px);
  --search-normal-normal-split-color: var(--color-line1-1, #E3E4E6);
  --search-normal-normal-hover-color: var(--color-line1-4, #D1D5D9);
  --search-normal-normal-shadow: var(--shadow-zero, none);
  --search-normal-normal-btn-bg-color: var(--color-fill1-1, #F8F8F9);
  --search-normal-normal-border-width: var(--line-1, 1px);
  --search-normal-normal-btn-text-padding-left: var(--s-zero, 0px);
  --search-normal-normal-l-btn-text-size: var(--font-size-subhead, 14px);
  --search-normal-normal-m-btn-text-size: var(--font-size-subhead, 14px);
  --search-normal-dark-text-color: var(--color-white, #FFFFFF);
  --search-normal-dark-bg-color: var(--color-white, #FFFFFF);
  --search-normal-dark-bg-opacity: 0;
  --search-normal-dark-shadow: var(--shadow-zero, none);
  --search-normal-dark-btn-text-color: var(--color-white, #FFFFFF);
  --search-normal-dark-btn-hover-text-color: var(--color-white, #FFFFFF);
  --search-normal-dark-border-width: var(--line-1, 1px);
  --search-normal-dark-btn-text-padding-left: var(--s-zero, 0px);
  --search-normal-dark-l-btn-text-size: var(--font-size-subhead, 14px);
  --search-normal-dark-m-icon-size: var(--icon-s, 16px);
  --search-normal-dark-m-btn-text-size: var(--font-size-subhead, 14px);
  --search-simple-corner: var(--corner-1, 2px);
  --search-simple-l-icon-margin-right: var(--s-3, 12px);
  --search-simple-m-icon-margin-right: var(--s-2, 8px);
  --search-simple-normal-hover-color: var(--color-line1-4, #D1D5D9);
  --search-simple-normal-shadow: var(--shadow-zero, none);
  --search-simple-normal-icon-hover-text-color: var(--color-text1-3, #555555);
  --search-simple-normal-border-width: var(--line-1, 1px);
  --search-simple-normal-btn-text-padding-left: var(--s-zero, 0px);
  --search-simple-dark-color: var(--color-line1-3, #577899);
  --search-simple-dark-hover-color: var(--color-line1-3, #577899);
  --search-simple-dark-bg-color: var(--color-white, #FFFFFF);
  --search-simple-dark-bg-opacity: 0;
  --search-simple-dark-text-color: var(--color-white, #FFFFFF);
  --search-simple-dark-shadow: var(--shadow-zero, none);
  --search-simple-dark-icon-text-color: var(--color-text1-2, #888888);
  --search-simple-dark-icon-hover-text-color: var(--color-text1-3, #555555);
  --search-simple-dark-btn-text-padding-left: var(--s-zero, 0px);
  --search-simple-dark-split-color: var(--color-line1-3, #577899);
  --search-simple-dark-border-width: var(--line-1, 1px);
  --search-normal-secondary-m-icon-size: var(--icon-s, 16px);
  --search-normal-normal-m-icon-size: var(--icon-s, 16px);
  --search-normal-primary-m-icon-size: var(--icon-xs, 12px);
  --search-simple-normal-m-icon-size: var(--icon-xs, 12px);
  --search-search-icon-content: var(--icon-content-search-for-component, "");
  /* ------------------------ card ------------------------ */
  --card-head-bottom-border-width: var(--line-1, 1px);
  --card-head-main-height: var(--s-12, 48px);
  --card-head-main-margin-top: var(--s-1, 4px);
  --card-head-main-margin-bottom: var(--s-1, 4px);
  --card-body-show-divider-padding-top: var(--s-4, 16px);
  --card-body-padding-bottom: var(--s-4, 16px);
  --card-shadow: var(--shadow-zero, none);
  --card-title-color: var(--color-text1-9, #333333);
  --card-head-bottom-border-color: var(--color-transparent, transparent);
  --card-border-color: var(--color-line1-1, #E3E4E6);
  --card-title-font-weight: var(--font-weight-medium, 500);
  --card-corner: var(--corner-2, 4px);
  --card-padding-lr: var(--s-4, 16px);
  --card-border-width: var(--line-1, 1px);
  --card-head-padding-bottom: var(--s-3, 12px);
  --card-title-font-size: var(--font-size-subhead, 14px);
  --card-sub-title-font-size: var(--font-size-caption, 12px);
  --card-title-extra-font-size: var(--font-size-body-1, 12px);
  --card-title-bullet-width: var(--line-3, 3px);
  --card-title-bullet-height: var(--s-4, 16px);
  --card-title-padding-left: var(--s-2, 8px);
  --card-sub-title-padding-left: var(--s-2, 8px);
  --card-body-hide-divider-padding-top: var(--s-zero, 0px);
  --card-content-font-size: var(--font-size-body-1, 12px);
  --card-content-line-height: var(--font-lineheight-2, 1.5);
  --card-more-btn-height: var(--s-4, 16px);
  --card-more-btn-padding-top: var(--s-2, 8px);
  --card-more-btn-font-size: var(--font-size-body-1, 12px);
  --card-border-style: var(--line-solid, solid);
  --card-background: var(--color-white, #FFFFFF);
  --card-header-background: var(--color-white, #FFFFFF);
  --card-sub-title-color: var(--color-text1-3, #555555);
  --card-title-extra-color: var(--color-link-1, #0064C8);
  --card-title-bullet-color: var(--color-brand1-6, #0064C8);
  --card-content-color: var(--color-text1-3, #555555);
  --card-more-btn-color: var(--color-link-1, #0064C8);
  --card-more-btn-background: var(--color-white, #FFFFFF);
  /* ------------------------ switch ------------------------ */
  --switch-size-m-radius-trigger: var(--corner-circle, 50%);
  --switch-size-s-radius-trigger: var(--corner-circle, 50%);
  --switch-disabled-on-trigger-bg-color: var(--color-white, #FFFFFF);
  --switch-handle-disabled-border-color: var(--color-transparent, transparent);
  --switch-normal-off-color-font: var(--color-fill1-1, #F8F8F9);
  --switch-normal-off-border-color: var(--color-transparent, transparent);
  --switch-hover-off-border-color: var(--color-transparent, transparent);
  --switch-size-m-radius-container: var(--corner-3, 12px);
  --switch-border-width-container: var(--line-2, 2px);
  --switch-text-off-right: var(--s-2, 8px);
  --switch-normal-on-bg-color: var(--color-success-7, #00A700);
  --switch-hover-on-bg-color: var(--color-success-7, #00A700);
  --switch-disabled-on-bg-color: var(--color-fill1-8, #D1D5D9);
  --switch-on-shadow: var(--shadow-zero, none);
  --switch-hover-off-bg-color: var(--color-brand2-6, #577899);
  --switch-disabled-off-bg-color: var(--color-fill1-8, #D1D5D9);
  --switch-disabled-off-color-font: var(--color-text1-3, #555555);
  --switch-size-m-trigger: var(--s-5, 20px);
  --switch-size-s-trigger: var(--s-4, 16px);
  --switch-disabled-on-color-font: var(--color-text1-5, #b3b3b3);
  --switch-size-m-width: var(--s-12, 48px);
  --switch-size-s-width: var(--s-10, 40px);
  --switch-size-s-radius-container: var(--corner-3, 12px);
  --switch-text-on-left: var(--s-2, 8px);
  --switch-size-s-text-on-left: var(--s-1, 4px);
  --switch-size-s-text-off-right: var(--s-1, 4px);
  --switch-border-width-trigger: var(--line-1, 1px);
  --switch-normal-on-trigger-bg-color: var(--color-white, #FFFFFF);
  --switch-hover-on-trigger-bg-color: var(--color-white, #FFFFFF);
  --switch-normal-on-color-font: var(--color-white, #FFFFFF);
  --switch-disabled-on-border-color: var(--color-line1-3, #577899);
  --switch-handle-on-border-color: var(--color-transparent, transparent);
  --switch-normal-off-trigger-bg-color: var(--color-white, #FFFFFF);
  --switch-hover-off-trigger-bg-color: var(--color-white, #FFFFFF);
  --switch-disabled-off-trigger-bg-color: var(--color-fill1-1, #F8F8F9);
  --switch-handle-off-border-color: var(--color-transparent, transparent);
  --switch-off-shadow: var(--shadow-1, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --switch-rtl-on-shadow: var(--shadow-1-left, 0px 0px 4px 0px rgba(0, 0, 0, 0.16));
  --switch-normal-off-bg-color: var(--color-text1-7, #666666);
  /* ------------------------ button ------------------------ */
  --btn-size-s-icon-size: var(--icon-xs, 12px);
  --btn-size-s-icon-margin: var(--s-2, 8px);
  --btn-size-m-padding: var(--s-4, 16px);
  --btn-size-m-icon-size: var(--icon-xs, 12px);
  --btn-size-m-icon-margin: var(--s-2, 8px);
  --btn-size-l-height: var(--s-9, 36px);
  --btn-size-l-icon-size: var(--icon-s, 16px);
  --btn-size-l-icon-margin: var(--s-2, 8px);
  --btn-pure-secondary-bg: var(--color-transparent, transparent);
  --btn-ghost-dark-bg-hover-opacity: 0.29;
  --btn-ghost-dark-color-disabled-opacity: 0.25;
  --btn-ghost-dark-border-color-disabled-opacity: 0.15;
  --btn-ghost-light-color: var(--color-brand1-6, #0064C8);
  --btn-ghost-light-border-color: var(--color-brand1-6, #0064C8);
  --btn-ghost-light-bg: var(--color-white, #FFFFFF);
  --btn-ghost-light-bg-opacity: 1;
  --btn-ghost-light-color-hover: var(--color-white, #FFFFFF);
  --btn-ghost-light-border-color-hover: var(--color-transparent, transparent);
  --btn-ghost-light-bg-hover-rgb: var(--color-brand1-7, #0050A0);
  --btn-ghost-light-bg-hover-opacity: 1;
  --btn-ghost-light-color-disabled-rgb: var(--color-text1-1, #C1C1C1);
  --btn-ghost-light-color-disabled-opacity: 1;
  --btn-ghost-light-bg-disabled: var(--color-fill1-2, #F7F9FA);
  --btn-ghost-light-border-color-disabled-rgb: var(--color-white, #FFFFFF);
  --btn-ghost-light-border-color-disabled-opacity: 1;
  --btn-warning-primary-border-color: var(--color-error-3, #F8EFEF);
  --btn-warning-primary-border-color-disabled: var(--color-white, #FFFFFF);
  --btn-text-primary-color-hover: var(--color-link-3, #0064C8);
  --btn-size-l-font: var(--font-size-body-2, 14px);
  --btn-size-s-font: var(--font-size-body-1, 12px);
  --btn-size-m-height: var(--s-8, 32px);
  --btn-pure-normal-color: var(--color-text1-9, #333333);
  --btn-pure-normal-color-hover: var(--color-text1-9, #333333);
  --btn-pure-normal-bg: var(--color-white, #FFFFFF);
  --btn-pure-normal-bg-hover: var(--color-brand1-1, #F7F9FA);
  --btn-size-l-padding: var(--s-4, 16px);
  --btn-pure-normal-border-color-hover: var(--color-line1-2, #C0C6CC);
  --btn-pure-primary-bg: var(--color-fill1-5, #0064C8);
  --btn-pure-primary-bg-hover: var(--color-fill1-5, #0064C8);
  --btn-pure-bg-disabled: var(--color-white, #FFFFFF);
  --btn-pure-border-color-disabled: var(--color-line1-2, #C0C6CC);
  --btn-text-normal-color: var(--color-text1-9, #333333);
  --btn-text-size-s-font: var(--font-size-body-1, 12px);
  --btn-text-secondary-color: var(--color-text1-9, #333333);
  --btn-warning-primary-bg: var(--color-error-7, #C80000);
  --btn-warning-primary-bg-hover: var(--color-error-7, #C80000);
  --btn-warning-primary-color-disabled: var(--color-white, #FFFFFF);
  --btn-warning-primary-bg-disabled: var(--color-fill1-8, #D1D5D9);
  --btn-warning-normal-color: var(--color-error-7, #C80000);
  --btn-warning-normal-color-hover: var(--color-error-7, #C80000);
  --btn-warning-normal-border-color: var(--color-error-7, #C80000);
  --btn-warning-normal-border-color-hover: var(--color-error-7, #C80000);
  --btn-warning-normal-bg: var(--color-white, #FFFFFF);
  --btn-warning-normal-bg-hover: var(--color-error-2, #FAF7F7);
  --btn-warning-normal-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --btn-warning-normal-bg-disabled: var(--color-white, #FFFFFF);
  --btn-pure-color-disabled: var(--color-text1-5, #b3b3b3);
  --btn-warning-normal-color-disabled: var(--color-text1-5, #b3b3b3);
  --btn-text-disabled-color: var(--color-text1-5, #b3b3b3);
  --btn-size-s-height: var(--s-6, 24px);
  --btn-pure-normal-color-disabled: var(--color-text1-5, #b3b3b3);
  --btn-pure-normal-bg-disabled: var(--color-white, #FFFFFF);
  --btn-pure-normal-color-active: var(--color-text1-9, #333333);
  --btn-pure-normal-border-color-active: var(--color-line1-2, #C0C6CC);
  --btn-pure-secondary-color-disabled: var(--color-text1-5, #b3b3b3);
  --btn-pure-secondary-bg-disabled: var(--color-white, #FFFFFF);
  --btn-warning-primary-bg-active: var(--color-error-7, #C80000);
  --btn-warning-normal-color-active: var(--color-error-7, #C80000);
  --btn-warning-normal-border-color-active: var(--color-error-7, #C80000);
  --btn-warning-normal-bg-active: var(--color-error-2, #FAF7F7);
  --btn-pure-normal-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --btn-pure-normal-bg-active: var(--color-fill1-3, #EFF3F8);
  --btn-pure-secondary-color: var(--color-text1-9, #333333);
  --btn-pure-secondary-color-hover: var(--color-text1-9, #333333);
  --btn-pure-secondary-color-active: var(--color-text1-9, #333333);
  --btn-pure-secondary-bg-hover: var(--color-fill1-2, #F7F9FA);
  --btn-pure-secondary-bg-active: var(--color-fill1-3, #EFF3F8);
  --btn-pure-primary-color-disabled: var(--color-white, #FFFFFF);
  --btn-pure-primary-bg-disabled: var(--color-fill1-8, #D1D5D9);
  --btn-pure-primary-border-color-disabled: var(--color-transparent, transparent);
  --btn-pure-primary-bg-active: var(--color-fill1-7, #003C78);
  --btn-text-normal-color-hover: var(--color-fill1-5, #0064C8);
  --btn-pure-normal-border-color: var(--color-line1-2, #C0C6CC);
  --btn-shadow-hover: var(--shadow-1, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --btn-pure-secondary-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --btn-pure-secondary-border-color: var(--color-line1-2, #C0C6CC);
  --btn-pure-secondary-border-color-hover: var(--color-line1-2, #C0C6CC);
  --btn-pure-secondary-border-color-active: var(--color-line1-2, #C0C6CC);
  --btn-text-secondary-color-hover: var(--color-text1-9, #333333);
  --btn-text-size-s-height: var(--s-4, 16px);
  --btn-text-size-m-height: var(--s-5, 20px);
  --btn-text-size-l-height: var(--s-6, 24px);
  --btn-shadow: var(--shadow-zero, none);
  --btn-size-s-padding: var(--s-2, 8px);
  --btn-size-s-border-width: var(--line-1, 1px);
  --btn-size-s-icon-split-size: var(--icon-xs, 12px);
  --btn-size-s-corner: var(--corner-1, 2px);
  --btn-size-m-border-width: var(--line-1, 1px);
  --btn-size-m-font: var(--font-size-body-1, 12px);
  --btn-size-m-icon-split-size: var(--icon-xs, 12px);
  --btn-size-m-corner: var(--corner-1, 2px);
  --btn-size-l-border-width: var(--line-1, 1px);
  --btn-size-l-icon-split-size: var(--icon-s, 16px);
  --btn-size-l-corner: var(--corner-1, 2px);
  --btn-pure-normal-border-style: var(--line-solid, solid);
  --btn-pure-secondary-border-style: var(--line-solid, solid);
  --btn-pure-primary-color: var(--color-white, #FFFFFF);
  --btn-pure-primary-color-hover: var(--color-white, #FFFFFF);
  --btn-pure-primary-color-active: var(--color-white, #FFFFFF);
  --btn-pure-primary-border-color: var(--color-transparent, transparent);
  --btn-pure-primary-border-color-hover: var(--color-transparent, transparent);
  --btn-pure-primary-border-color-active: var(--color-transparent, transparent);
  --btn-pure-primary-border-style: var(--line-solid, solid);
  --btn-ghost-border-style: var(--line-solid, solid);
  --btn-ghost-dark-color: var(--color-white, #FFFFFF);
  --btn-ghost-dark-border-color: var(--color-white, #FFFFFF);
  --btn-ghost-dark-color-hover: var(--color-white, #FFFFFF);
  --btn-ghost-dark-bg: var(--color-transparent, transparent);
  --btn-ghost-dark-bg-opacity: 0;
  --btn-ghost-dark-bg-hover-rgb: var(--color-white, #FFFFFF);
  --btn-ghost-dark-border-color-hover: var(--color-white, #FFFFFF);
  --btn-ghost-dark-color-disabled-rgb: var(--color-white, #FFFFFF);
  --btn-ghost-dark-bg-disabled: var(--color-transparent, transparent);
  --btn-ghost-dark-border-color-disabled-rgb: var(--color-white, #FFFFFF);
  --btn-warning-border-style: var(--line-solid, solid);
  --btn-warning-primary-color: var(--color-white, #FFFFFF);
  --btn-warning-primary-color-hover: var(--color-white, #FFFFFF);
  --btn-warning-primary-color-active: var(--color-white, #FFFFFF);
  --btn-warning-primary-border-color-hover: var(--color-error-4, #F5E6E6);
  --btn-warning-primary-border-color-active: var(--color-error-4, #F5E6E6);
  --btn-text-primary-color: var(--color-link-1, #0064C8);
  --btn-text-loading-color: var(--color-text1-4, #111111);
  --btn-text-icon-size-s: var(--icon-s, 16px);
  --btn-text-icon-s-margin: var(--s-1, 4px);
  --btn-text-size-m-font: var(--font-size-body-1, 12px);
  --btn-text-icon-size-m: var(--icon-m, 20px);
  --btn-text-icon-m-margin: var(--s-1, 4px);
  --btn-text-size-l-font: var(--font-size-body-2, 14px);
  --btn-text-icon-size-l: var(--icon-l, 24px);
  --btn-text-icon-l-margin: var(--s-1, 4px);
  /* ------------------------ balloon ------------------------ */
  --balloon-primary-color-bg: var(--color-white, #FFFFFF);
  --balloon-tooltip-color-bg: var(--color-white, #FFFFFF);
  --balloon-normal-color-bg: var(--color-white, #FFFFFF);
  --balloon-size-max-width: 400px;
  --balloon-size-padding-top: var(--s-3, 12px);
  --balloon-size-padding-right: var(--s-3, 12px);
  --balloon-size-close-margin-top: var(--s-3, 12px);
  --balloon-size-close-margin-right: var(--s-3, 12px);
  --balloon-size-arrow-size: var(--s-2, 8px);
  --balloon-tooltip-size-padding-top: var(--s-3, 12px);
  --balloon-tooltip-size-padding-right: var(--s-3, 12px);
  --balloon-tooltip-size-padding-bottom: var(--s-3, 12px);
  --balloon-tooltip-size-padding-left: var(--s-3, 12px);
  --balloon-normal-color-border: var(--color-line1-2, #C0C6CC);
  --balloon-normal-shadow: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --balloon-normal-color: var(--color-text1-9, #333333);
  --balloon-normal-color-close: var(--color-text1-9, #333333);
  --balloon-normal-color-close-hover: var(--color-text1-9, #333333);
  --balloon-primary-color-border: var(--color-line1-2, #C0C6CC);
  --balloon-primary-shadow: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --balloon-primary-color: var(--color-text1-9, #333333);
  --balloon-primary-color-close: var(--color-text1-9, #333333);
  --balloon-primary-color-close-hover: var(--color-text1-9, #333333);
  --balloon-tooltip-shadow: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --balloon-tooltip-color-border: var(--color-line1-2, #C0C6CC);
  --balloon-tooltip-color: var(--color-text1-9, #333333);
  --balloon-size-close: var(--icon-xs, 12px);
  --balloon-content-font-size: var(--font-size-body-1, 12px);
  --balloon-content-font-weight: var(--font-weight-2, normal);
  --balloon-normal-border-width: var(--line-1, 1px);
  --balloon-primary-border-width: var(--line-1, 1px);
  --balloon-tooltip-border-width: var(--line-1, 1px);
  --balloon-tooltip-content-font-size: var(--font-size-body-1, 12px);
  --balloon-tooltip-content-font-weight: var(--font-weight-2, normal);
  --balloon-size-arrow-margin: var(--s-3, 12px);
  --balloon-border-style: var(--line-solid, solid);
  --balloon-corner: var(--corner-1, 2px);
  --balloon-tooltip-border-style: var(--line-solid, solid);
  --balloon-size-padding-closable-right: var(--s-6, 24px);
  /* ------------------------ message ------------------------ */
  --message-size-l-title-content-padding-left: var(--s-2, 8px);
  --message-size-l-title-content-padding-right: var(--s-4, 16px);
  --message-help-color-icon-toast: var(--color-help-3, #888888);
  --message-loading-color-border-inline: var(--color-line1-1, #E3E4E6);
  --message-loading-color-icon-toast: var(--color-text1-2, #888888);
  --message-size-l-border-width: var(--line-1, 1px);
  --message-success-color-border-inline: var(--color-transparent, transparent);
  --message-error-color-border-inline: var(--color-transparent, transparent);
  --message-warning-color-border-inline: var(--color-transparent, transparent);
  --message-notice-color-border-inline: var(--color-transparent, transparent);
  --message-help-color-border-inline: var(--color-transparent, transparent);
  --message-size-m-title-font: var(--font-size-body-1, 12px);
  --message-shadow-toast: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --message-success-color-border-toast: var(--color-line1-2, #C0C6CC);
  --message-success-color-title-toast: var(--color-text1-9, #333333);
  --message-success-color-content-toast: var(--color-text1-9, #333333);
  --message-success-color-icon-toast: var(--color-success-7, #00A700);
  --message-size-l-title-font: var(--font-size-body-2, 14px);
  --message-size-l-icon: var(--icon-s, 16px);
  --message-error-color-border-toast: var(--color-line1-2, #C0C6CC);
  --message-error-color-title-toast: var(--color-text1-9, #333333);
  --message-error-color-content-toast: var(--color-text1-9, #333333);
  --message-error-color-icon-toast: var(--color-error-7, #C80000);
  --message-warning-color-border-toast: var(--color-line1-2, #C0C6CC);
  --message-warning-color-title-toast: var(--color-text1-9, #333333);
  --message-warning-color-content-toast: var(--color-text1-9, #333333);
  --message-warning-color-icon-toast: var(--color-warning-6, #FAC800);
  --message-size-l-padding: var(--s-4, 16px);
  --message-size-l-close-right: var(--s-4, 16px);
  --message-size-l-close-top: var(--s-4, 16px);
  --message-close-icon-color: var(--color-text1-9, #333333);
  --message-hover-close-icon-color: var(--color-text1-9, #333333);
  --message-success-color-bg-inline: var(--color-success-2, #D8F5D8);
  --message-success-color-content-inline: var(--color-text1-9, #333333);
  --message-success-color-icon-inline: var(--color-success-7, #00A700);
  --message-error-color-bg-inline: var(--color-error-3, #F8EFEF);
  --message-error-color-content-inline: var(--color-text1-9, #333333);
  --message-error-color-icon-inline: var(--color-error-7, #C80000);
  --message-warning-color-bg-inline: var(--color-warning-2, #FFF7D1);
  --message-warning-color-content-inline: var(--color-text1-9, #333333);
  --message-warning-color-icon-inline: var(--color-warning-6, #FAC800);
  --message-notice-color-bg-inline: var(--color-fill1-3, #EFF3F8);
  --message-notice-color-content-inline: var(--color-text1-9, #333333);
  --message-notice-color-icon-inline: var(--color-fill1-5, #0064C8);
  --message-help-color-bg-inline: var(--color-fill1-1, #F8F8F9);
  --message-help-color-content-inline: var(--color-text1-9, #333333);
  --message-help-color-icon-inline: var(--color-text1-9, #333333);
  --message-loading-color-content-inline: var(--color-text1-9, #333333);
  --message-success-color-title-inline: var(--color-text1-9, #333333);
  --message-error-color-title-inline: var(--color-text1-9, #333333);
  --message-warning-color-title-inline: var(--color-text1-9, #333333);
  --message-notice-color-title-inline: var(--color-text1-9, #333333);
  --message-help-color-title-inline: var(--color-text1-9, #333333);
  --message-loading-color-icon-inline: var(--color-text1-9, #333333);
  --message-notice-color-title-toast: var(--color-text1-9, #333333);
  --message-notice-color-content-toast: var(--color-text1-7, #666666);
  --message-loading-color-title-inline: var(--color-text1-9, #333333);
  --message-loading-color-title-toast: var(--color-text1-9, #333333);
  --message-error-color-title-addon: var(--color-text1-4, #111111);
  --message-help-color-title-addon: var(--color-text1-4, #111111);
  --message-loading-color-title-addon: var(--color-text1-4, #111111);
  --message-success-color-title-addon: var(--color-text1-4, #111111);
  --message-success-color-content-addon: var(--color-text1-3, #555555);
  --message-success-color-icon-addon: var(--color-success-6, #32C832);
  --message-error-color-icon-addon: var(--color-error-7, #C80000);
  --message-warning-color-title-addon: var(--color-text1-4, #111111);
  --message-warning-color-content-addon: var(--color-text1-3, #555555);
  --message-warning-color-icon-addon: var(--color-warning-5, #FFDE5C);
  --message-help-color-title-toast: var(--color-text1-9, #333333);
  --message-help-color-icon-addon: var(--color-help-4, #333333);
  --message-loading-color-icon-addon: var(--color-fill1-9, #1C1C1C);
  --message-size-m-close-top: var(--s-3, 12px);
  --message-size-m-close-right: var(--s-3, 12px);
  --message-close-icon-size: var(--icon-xs, 12px);
  --message-size-l-content-margin-top: var(--s-2, 8px);
  --message-size-l-content-font: var(--font-size-body-1, 12px);
  --message-size-m-content-margin-top: var(--s-2, 8px);
  --message-size-m-content-font: var(--font-size-body-1, 12px);
  --message-size-l-border-radius: var(--corner-1, 2px);
  --message-size-m-border-radius: var(--corner-1, 2px);
  --message-size-l-border-radius-toast: var(--corner-1, 2px);
  --message-size-m-border-radius-toast: var(--corner-1, 2px);
  --message-border-style: var(--line-solid, solid);
  --message-border-style-toast: var(--line-solid, solid);
  --message-success-color-bg-addon: var(--color-transparent, transparent);
  --message-success-color-bg-toast: var(--color-white, #FFFFFF);
  --message-error-color-bg-addon: var(--color-transparent, transparent);
  --message-error-color-bg-toast: var(--color-white, #FFFFFF);
  --message-error-color-content-addon: var(--color-text1-3, #555555);
  --message-warning-color-bg-addon: var(--color-transparent, transparent);
  --message-warning-color-bg-toast: var(--color-white, #FFFFFF);
  --message-notice-color-bg-addon: var(--color-transparent, transparent);
  --message-notice-color-bg-toast: var(--color-white, #FFFFFF);
  --message-notice-color-border-toast: var(--color-white, #FFFFFF);
  --message-notice-color-title-addon: var(--color-text1-4, #111111);
  --message-notice-color-content-addon: var(--color-text1-3, #555555);
  --message-notice-color-icon-addon: var(--color-notice-3, #0070CC);
  --message-notice-color-icon-toast: var(--color-notice-3, #0070CC);
  --message-help-color-bg-addon: var(--color-transparent, transparent);
  --message-help-color-bg-toast: var(--color-white, #FFFFFF);
  --message-help-color-border-toast: var(--color-white, #FFFFFF);
  --message-help-color-content-addon: var(--color-text1-3, #555555);
  --message-help-color-content-toast: var(--color-text1-3, #555555);
  --message-loading-color-bg-inline: var(--color-white, #FFFFFF);
  --message-loading-color-bg-addon: var(--color-transparent, transparent);
  --message-loading-color-bg-toast: var(--color-white, #FFFFFF);
  --message-loading-color-border-toast: var(--color-white, #FFFFFF);
  --message-loading-color-content-addon: var(--color-text1-3, #555555);
  --message-loading-color-content-toast: var(--color-text1-3, #555555);
  --message-size-m-title-content-padding-left: var(--s-1, 4px);
  --message-size-m-title-content-padding-right: var(--s-1, 4px);
  --message-size-m-icon: var(--icon-xs, 12px);
  --message-warning-icon-content: var(--icon-content-warning-for-component, "");
  --message-error-icon-content: var(--icon-content-warning-for-component, "");
  --message-success-icon-content: var(--icon-content-check-for-component, "");
  --message-loading-icon-content: var(--icon-content-loading-line-for-component, "");
  --message-notice-icon-content: var(--icon-content-info-for-component, "");
  --message-help-icon-content: var(--icon-content-help-for-component, "");
  --message-size-m-padding: var(--s-3, 12px);
  --message-size-m-border-width: var(--line-1, 1px);
  /* ------------------------ progress ------------------------ */
  --progress-line-radius-l: var(--corner-1, 2px);
  --progress-line-radius-m: var(--corner-1, 2px);
  --progress-line-radius-s: var(--corner-1, 2px);
  --progress-line-normal-color: var(--color-brand1-6, #0064C8);
  --progress-line-started-color: var(--color-brand1-6, #0064C8);
  --progress-line-middle-color: var(--color-brand1-6, #0064C8);
  --progress-line-finishing-color: var(--color-brand1-6, #0064C8);
  --progress-circle-started-color: var(--color-brand1-6, #0064C8);
  --progress-circle-middle-color: var(--color-brand1-6, #0064C8);
  --progress-circle-finishing-color: var(--color-brand1-6, #0064C8);
  --progress-line-height-size-l: var(--s-2, 8px);
  --progress-line-height-size-m: var(--s-1, 4px);
  --progress-line-font-m: var(--font-size-body-1, 12px);
  --progress-line-underlay-color: var(--color-line1-1, #E3E4E6);
  --progress-line-font-color: var(--color-text1-9, #333333);
  --progress-line-error-color: var(--color-error-7, #C80000);
  --progress-line-success-color: var(--color-success-7, #00A700);
  --progress-circle-underlay-width: var(--s-1, 4px);
  --progress-circle-overlay-width: var(--s-1, 4px);
  --progress-circle-font-l: var(--font-size-headline, 20px);
  --progress-circle-font-m: var(--font-size-body-2, 14px);
  --progress-circle-font-s: var(--font-size-body-2, 14px);
  --progress-circle-underlay-color: var(--color-line1-1, #E3E4E6);
  --progress-circle-text-color: var(--color-text1-7, #666666);
  --progress-circle-error-color: var(--color-error-7, #C80000);
  --progress-circle-success-color: var(--color-success-7, #00A700);
  --progress-line-height-size-s: var(--s-1, 4px);
  --progress-line-underlay-border-width: var(--line-1, 1px);
  --progress-line-font-l: var(--font-size-body-1, 12px);
  --progress-line-font-s: var(--font-size-caption, 12px);
  --progress-line-underlay-border-color: var(--color-line1-2, #C0C6CC);
  --progress-circle-size-l: var(--s-33, 132px);
  --progress-circle-size-m: var(--s-29, 116px);
  --progress-circle-size-s: var(--s-25, 100px);
  --progress-circle-corner: round;
  --progress-circle-normal-color: var(--color-brand1-6, #0064C8);
  /* ------------------------ collapse ------------------------ */
  --collapse-title-font-size: var(--font-size-body-1, 12px);
  --collapse-icon-size: var(--icon-xs, 12px);
  --collapse-icon-margin-l: var(--s-4, 16px);
  --collapse-border-color: var(--color-line1-1, #E3E4E6);
  --collapse-panel-border-color: var(--color-line1-1, #E3E4E6);
  --collapse-title-font-color: var(--color-text1-9, #333333);
  --collapse-icon-color: var(--color-text1-9, #333333);
  --collapse-content-color: var(--color-text1-9, #333333);
  --collapse-border-width: var(--line-1, 1px);
  --collapse-title-border-width: var(--line-1, 1px);
  --collapse-disabled-border-color: var(--color-line1-1, #E3E4E6);
  --collapse-title-disabled-bg-color: var(--color-fill1-2, #F7F9FA);
  --collapse-title-font-disabled-color: var(--color-text1-5, #b3b3b3);
  --collapse-content-padding-x: var(--s-4, 16px);
  --collapse-title-bg-color: var(--color-fill1-2, #F7F9FA);
  --collapse-title-hover-bg-color: var(--color-fill1-3, #EFF3F8);
  --collapse-title-hover-font-color: var(--color-text1-9, #333333);
  --collapse-icon-hover-color: var(--color-text1-9, #333333);
  --collapse-title-height: var(--s-5, 20px);
  --collapse-title-padding-tb: var(--s-4, 16px);
  --collapse-content-padding-y: var(--s-4, 16px);
  --collapse-border-corner: var(--corner-1, 2px);
  --collapse-title-font-weight: var(--font-weight-2, normal);
  --collapse-title-hover-font-weight: var(--font-weight-2, normal);
  --collapse-icon-margin-r: var(--s-2, 8px);
  --collapse-content-bg-color: var(--color-white, #FFFFFF);
  --collapse-content-font-size: var(--font-size-body-1, 12px);
  --collapse-unfold-icon-content: var(--icon-reset, var(--icon-reset));
  --collapse-fold-icon-content: var(--icon-content-forward-line, "");
  /* ------------------------ radio ------------------------ */
  --radio-width: var(--s-4, 16px);
  --radio-circle-size: var(--s-2, 8px);
  --radio-hovered-bg-color: var(--color-transparent, transparent);
  --radio-checked-bg-color: var(--color-white, #FFFFFF);
  --radio-disabled-bg-color: var(--color-fill1-2, #F7F9FA);
  --radio-checked-hovered-bg-color: var(--color-white, #FFFFFF);
  --radio-button-height-large: var(--s-9, 36px);
  --radio-button-height-medium: var(--s-8, 32px);
  --radio-button-height-small: var(--s-6, 24px);
  --radio-button-bg-color-hovered: var(--color-white, #FFFFFF);
  --radio-button-bg-color-checked-disabled: var(--color-fill1-4, #004080);
  --radio-button-border-color: var(--color-line1-2, #C0C6CC);
  --radio-button-border-color-hovered: var(--color-line1-4, #D1D5D9);
  --radio-button-border-color-checked: var(--color-brand1-6, #0064C8);
  --radio-button-font-color: var(--color-text1-3, #555555);
  --radio-button-font-color-checked: var(--color-brand1-6, #0064C8);
  --radio-button-font-size-large: var(--font-size-body-2, 14px);
  --radio-font-margin-left: var(--s-2, 8px);
  --radio-normal-font-color: var(--color-text1-9, #333333);
  --radio-shadow: var(--shadow-zero, none);
  --radio-checked-border-color: var(--color-fill1-4, #004080);
  --radio-checked-hovered-circle-color: var(--color-fill1-5, #0064C8);
  --radio-disabled-border-color: var(--color-line1-2, #C0C6CC);
  --radio-checked-disabled-border-color: var(--color-line1-2, #C0C6CC);
  --radio-checked-hovered-border-color: var(--color-fill1-4, #004080);
  --radio-checked-circle-color: var(--color-fill1-5, #0064C8);
  --radio-disabled-circle-color: var(--color-text1-5, #b3b3b3);
  --radio-normal-font-color-disabled: var(--color-text1-5, #b3b3b3);
  --radio-hovered-border-color: var(--color-fill1-4, #004080);
  --radio-checked-disabled-bg-color: var(--color-fill1-2, #F7F9FA);
  --radio-checked-disabled-circle-color: var(--color-text1-5, #b3b3b3);
  --radio-circle-border-width: var(--line-1, 1px);
  --radio-font-size: var(--font-size-body-1, 12px);
  --radio-radius-size: var(--corner-circle, 50%);
  --radio-bg-color: var(--color-white, #FFFFFF);
  --radio-border-color: var(--color-line1-3, #577899);
  --radio-button-padding-large: var(--s-2, 8px);
  --radio-button-padding-medium: var(--s-2, 8px);
  --radio-button-padding-small: var(--s-2, 8px);
  --radio-button-corner-large: var(--corner-1, 2px);
  --radio-button-corner-medium: var(--corner-1, 2px);
  --radio-button-corner-small: var(--corner-1, 2px);
  --radio-button-font-size-medium: var(--font-size-body-1, 12px);
  --radio-button-font-size-small: var(--font-size-caption, 12px);
  --radio-button-bg-color: var(--color-white, #FFFFFF);
  --radio-button-bg-color-checked: var(--color-white, #FFFFFF);
  --radio-button-bg-color-disabled: var(--color-fill1-1, #F8F8F9);
  --radio-button-border-color-disabled: var(--color-line1-1, #E3E4E6);
  --radio-button-border-color-checked-disabled: var(--color-line1-1, #E3E4E6);
  --radio-button-font-color-hovered: var(--color-text1-4, #111111);
  --radio-button-font-color-disabled: var(--color-text1-1, #C1C1C1);
  --radio-button-font-color-checked-disabled: var(--color-text1-1, #C1C1C1);
  /* ------------------------ tab ------------------------ */
  --tab-nav-arrow-right-positon-right: var(--s-3, 12px);
  --tab-item-text-size-m: var(--font-size-body-2, 14px);
  --tab-item-text-size-s: var(--font-size-body-1, 12px);
  --tab-pure-text-color-hover: var(--color-brand1-6, #0064C8);
  --tab-pure-text-color-selected: var(--color-brand1-6, #0064C8);
  --tab-pure-ink-bar-color: var(--color-brand1-6, #0064C8);
  --tab-pure-divider-border-color: var(--color-line1-1, #E3E4E6);
  --tab-wrapped-bar-bg-color: var(--color-transparent, transparent);
  --tab-wrapped-ink-bar-color: var(--color-brand1-6, #0064C8);
  --tab-wrapped-border-line-color: var(--color-line1-1, #E3E4E6);
  --tab-wrapped-bg-color: var(--color-white, #FFFFFF);
  --tab-wrapped-bg-color-hover: var(--color-fill1-1, #F8F8F9);
  --tab-wrapped-border-line-color-hover: var(--color-line1-1, #E3E4E6);
  --tab-capsule-text-color-selected: var(--color-brand1-6, #0064C8);
  --tab-capsule-bg-color: var(--color-white, #FFFFFF);
  --tab-text-text-color-hover: var(--color-brand1-6, #0064C8);
  --tab-wrapped-text-color-selected: var(--color-brand1-6, #0064C8);
  --tab-wrapped-bg-color-selected: var(--color-white, #FFFFFF);
  --tab-text-item-sep-height: var(--s-3, 12px);
  --tab-text-text-color-selected: var(--color-brand1-6, #0064C8);
  --tab-item-padding-tb-size-s: var(--s-2, 8px);
  --tab-item-font-weight-selected: var(--font-weight-semi-bold, 600);
  --tab-pure-divider-line-width: var(--line-1, 1px);
  --tab-pure-text-color-normal: var(--color-text1-9, #333333);
  --tab-capsule-text-color: var(--color-text1-9, #333333);
  --tab-capsule-text-color-hover: var(--color-text1-9, #333333);
  --tab-capsule-bg-color-hover: var(--color-fill1-2, #F7F9FA);
  --tab-capsule-bg-color-selected: var(--color-fill1-3, #EFF3F8);
  --tab-capsule-tab-border-line-color: var(--color-line1-2, #C0C6CC);
  --tab-capsule-tab-border-line-color-hover: var(--color-line1-2, #C0C6CC);
  --tab-capsule-tab-border-line-color-active: var(--color-line1-2, #C0C6CC);
  --tab-item-padding-lr-size-s: var(--s-4, 16px);
  --tab-nav-tab-icon-size-m: var(--icon-xs, 12px);
  --tab-nav-tab-icon-size-s: var(--icon-xs, 12px);
  --tab-nav-arrow-color-normal: var(--color-text1-9, #333333);
  --tab-nav-arrow-color-hover: var(--color-fill1-5, #0064C8);
  --tab-nav-arrow-color-disabled: var(--color-text1-3, #555555);
  --tab-item-padding-tb-size-m: var(--s-3, 12px);
  --tab-wrapped-text-color: var(--color-text1-9, #333333);
  --tab-wrapped-text-color-hover: var(--color-text1-9, #333333);
  --tab-wrapped-tab-corner-radius: var(--corner-zero, 0);
  --tab-wrapped-tab-margin-right: -1px;
  --tab-nav-scroll-padding-right-m: var(--s-15, 60px);
  --tab-nav-scroll-padding-right-s: var(--s-14, 56px);
  --tab-nav-close-icon-size-m: var(--icon-xs, 12px);
  --tab-nav-close-icon-size-s: var(--icon-xxs, 8px);
  --tab-nav-close-icon-padding-l-size-m: var(--s-2, 8px);
  --tab-nav-close-icon-padding-l-size-s: var(--s-2, 8px);
  --tab-nav-arrow-left-positon-right: var(--s-8, 32px);
  --tab-nav-arrow-down-positon-right: var(--s-2, 8px);
  --tab-item-padding-lr-size-m: var(--s-4, 16px);
  --tab-close-icon-color: var(--color-text1-3, #555555);
  --tab-close-icon-color-hover: var(--color-text1-4, #111111);
  --tab-close-icon-color-selected: var(--color-brand1-6, #0064C8);
  --tab-close-icon-color-disabled: var(--color-line1-2, #C0C6CC);
  --tab-pure-ink-bar-width: var(--line-2, 2px);
  --tab-pure-bg-color: var(--color-transparent, transparent);
  --tab-pure-text-color-disabled: var(--color-line1-2, #C0C6CC);
  --tab-pure-divider-shadow: var(--shadow-zero, none);
  --tab-wrapped-border-line-style: var(--line-solid, solid);
  --tab-wrapped-border-line-width: var(--line-1, 1px);
  --tab-wrapped-border-side-width: var(--line-1, 1px);
  --tab-wrapped-tab-margin-bottom: var(--s-1, 4px);
  --tab-wrapped-ink-bar-width: var(--line-2, 2px);
  --tab-wrapped-nav-item-border-color-active: var(--color-brand1-6, #0064C8);
  --tab-wrapped-content-border-line-width: var(--line-1, 1px);
  --tab-wrapped-content-border-line-style: var(--line-solid, solid);
  --tab-wrapped-content-border-line-color: var(--color-line1-2, #C0C6CC);
  --tab-wrapped-text-color-disabled: var(--color-text1-1, #C1C1C1);
  --tab-wrapped-bg-color-disabled: var(--color-fill1-1, #F8F8F9);
  --tab-capsule-text-color-disabled: var(--color-text1-1, #C1C1C1);
  --tab-capsule-bg-color-disabled: var(--color-fill1-1, #F8F8F9);
  --tab-capsule-tab-border-line-color-disabled: var(--color-line1-1, #E3E4E6);
  --tab-capsule-corner-radius: var(--corner-1, 2px);
  --tab-capsule-tab-border-line-width: var(--line-1, 1px);
  --tab-capsule-tab-border-line-style: var(--line-solid, solid);
  --tab-text-item-sep-width: var(--line-1, 1px);
  --tab-text-item-sep-color: var(--color-line1-2, #C0C6CC);
  --tab-text-text-color-normal: var(--color-text1-3, #555555);
  --tab-text-text-color-disabled: var(--color-text1-1, #C1C1C1);
  --tab-icon-dropdown-content: var(--icon-content-expand-down-for-component, "");
  --tab-icon-prev-content: var(--icon-content-left-for-component, "");
  --tab-icon-next-content: var(--icon-content-right-for-component, "");
  /* ------------------------ calendar ------------------------ */
  --calendar-fullscreen-table-cell-hover-background: var(--color-brand1-1, #F7F9FA);
  --calendar-fullscreen-table-cell-select-background: var(--color-brand1-1, #F7F9FA);
  --calendar-card-table-cell-hover-border-color: var(--color-transparent, transparent);
  --calendar-fullscreen-table-head-color: var(--color-text1-2, #888888);
  --calendar-fullscreen-table-cell-normal-color: var(--color-text1-5, #b3b3b3);
  --calendar-fullscreen-table-cell-normal-border-color: var(--color-line1-1, #E3E4E6);
  --calendar-fullscreen-table-cell-hover-color: var(--color-brand1-6, #0064C8);
  --calendar-fullscreen-table-cell-hover-border-color: var(--color-brand1-6, #0064C8);
  --calendar-fullscreen-table-cell-select-color: var(--color-brand1-6, #0064C8);
  --calendar-fullscreen-table-cell-select-border-color: var(--color-brand1-6, #0064C8);
  --calendar-fullscreen-table-cell-current-color: var(--color-brand1-6, #0064C8);
  --calendar-fullscreen-table-cell-current-border-color: var(--color-brand1-6, #0064C8);
  --calendar-fullscreen-table-cell-disabled-background: var(--color-fill1-2, #F7F9FA);
  --calendar-card-table-cell-font-size: var(--font-size-body-1, 12px);
  --calendar-card-table-cell-select-background: var(--color-brand1-6, #0064C8);
  --calendar-card-table-cell-select-border-color: var(--color-brand1-6, #0064C8);
  --calendar-card-table-cell-disabled-border-color: var(--color-transparent, transparent);
  --calendar-card-table-cell-current-color: var(--color-brand1-6, #0064C8);
  --calendar-card-table-cell-inrange-border-color: var(--color-transparent, transparent);
  --calendar-btn-date-color-hover: var(--color-brand1-6, #0064C8);
  --calendar-card-table-head-color: var(--color-text1-7, #666666);
  --calendar-card-table-cell-normal-color: var(--color-text1-9, #333333);
  --calendar-card-table-cell-hover-background: var(--color-fill1-2, #F7F9FA);
  --calendar-card-table-cell-hover-color: var(--color-text1-9, #333333);
  --calendar-card-table-cell-select-font-weight: var(--font-weight-2, normal);
  --calendar-card-table-cell-other-color: var(--color-text1-3, #555555);
  --calendar-card-table-cell-current-font-weight: var(--font-weight-2, normal);
  --calendar-panel-header-height: var(--s-8, 32px);
  --calendar-panel-header-border-bottom-width: var(--line-1, 1px);
  --calendar-btn-date-margin-lr: var(--s-1, 4px);
  --calendar-btn-arrow-size: var(--icon-xs, 12px);
  --calendar-btn-arrow-color: var(--color-text1-9, #333333);
  --calendar-btn-arrow-color-hover: var(--color-brand1-6, #0064C8);
  --calendar-btn-date-color: var(--color-text1-9, #333333);
  --calendar-card-table-cell-inrange-background: var(--color-fill1-3, #EFF3F8);
  --calendar-card-table-cell-inrange-color: var(--color-text1-9, #333333);
  --calendar-panel-header-margin-bottom: var(--s-4, 16px);
  --calendar-btn-date-font-weight: var(--font-weight-medium, 500);
  --calendar-btn-arrow-single-offset-lr: var(--s-9, 36px);
  --calendar-btn-arrow-double-offset-lr: var(--s-4, 16px);
  --calendar-panel-header-background: var(--color-transparent, transparent);
  --calendar-panel-header-border-bottom-color: var(--color-transparent, transparent);
  --calendar-card-table-head-font-size: var(--font-size-body-1, 12px);
  --calendar-card-table-cell-disabled-background: var(--color-transparent, transparent);
  --calendar-card-table-cell-current-border-color: var(--color-fill1-5, #0064C8);
  --calendar-fullscreen-header-margin-bottom: var(--s-2, 8px);
  --calendar-fullscreen-table-head-font-weight: var(--font-weight-3, bold);
  --calendar-fullscreen-table-head-font-size: var(--font-size-subhead, 14px);
  --calendar-fullscreen-table-head-padding-r: var(--s-3, 12px);
  --calendar-fullscreen-table-head-padding-b: var(--s-1, 4px);
  --calendar-fullscreen-table-cell-font-size: var(--font-size-body-2, 14px);
  --calendar-fullscreen-table-cell-boder-top-width: var(--line-2, 2px);
  --calendar-fullscreen-table-cell-margin-tb: var(--s-zero, 0px);
  --calendar-fullscreen-table-cell-margin-lr: var(--s-1, 4px);
  --calendar-fullscreen-table-cell-padding-tb: var(--s-1, 4px);
  --calendar-fullscreen-table-cell-padding-lr: var(--s-2, 8px);
  --calendar-fullscreen-table-cell-min-height: var(--s-20, 80px);
  --calendar-fullscreen-table-cell-normal-background: var(--color-white, #FFFFFF);
  --calendar-fullscreen-table-cell-select-font-weight: var(--font-weight-3, bold);
  --calendar-fullscreen-table-cell-current-background: var(--color-white, #FFFFFF);
  --calendar-fullscreen-table-cell-current-font-weight: var(--font-weight-3, bold);
  --calendar-fullscreen-table-cell-other-background: var(--color-transparent, transparent);
  --calendar-fullscreen-table-cell-other-color: var(--color-text1-1, #C1C1C1);
  --calendar-fullscreen-table-cell-other-border-color: var(--color-transparent, transparent);
  --calendar-fullscreen-table-cell-disabled-color: var(--color-text1-1, #C1C1C1);
  --calendar-fullscreen-table-cell-disabled-border-color: var(--color-line1-1, #E3E4E6);
  --calendar-card-header-margin-bottom: var(--s-2, 8px);
  --calendar-card-table-head-font-weight: var(--font-weight-2, normal);
  --calendar-card-table-cell-date-border-radius: var(--corner-1, 2px);
  --calendar-card-table-cell-date-width: var(--s-6, 24px);
  --calendar-card-table-cell-date-height: var(--s-6, 24px);
  --calendar-card-table-cell-month-border-radius: var(--corner-1, 2px);
  --calendar-card-table-cell-month-width: var(--s-15, 60px);
  --calendar-card-table-cell-month-height: var(--s-6, 24px);
  --calendar-card-table-cell-year-border-radius: var(--corner-1, 2px);
  --calendar-card-table-cell-year-width: var(--s-12, 48px);
  --calendar-card-table-cell-year-height: var(--s-6, 24px);
  --calendar-card-table-cell-corner: var(--corner-zero, 0);
  --calendar-card-table-cell-normal-background: var(--color-white, #FFFFFF);
  --calendar-card-table-cell-normal-border-color: var(--color-white, #FFFFFF);
  --calendar-card-table-cell-select-color: var(--color-white, #FFFFFF);
  --calendar-card-table-cell-other-background: var(--color-white, #FFFFFF);
  --calendar-card-table-cell-other-border-color: var(--color-white, #FFFFFF);
  --calendar-card-table-cell-current-background: var(--color-white, #FFFFFF);
  --calendar-card-table-cell-disabled-color: var(--color-text1-5, #b3b3b3);
  --calendar-btn-arrow-content-prev: var(--icon-content-left-for-component, "");
  --calendar-btn-arrow-content-next: var(--icon-content-right-for-component, "");
  --calendar-btn-arrow-content-prev-super: var(--icon-content-d-left-for-component, "");
  --calendar-btn-arrow-content-next-super: var(--icon-content-d-right-for-component, "");
  /* ------------------------ breadcrumb ------------------------ */
  --breadcrumb-text-keyword-color: var(--color-link-1, #0064C8);
  --breadcrumb-size-m-font-size: var(--font-size-body-1, 12px);
  --breadcrumb-text-color: var(--color-text1-7, #666666);
  --breadcrumb-icon-color: var(--color-brand2-2, #E3E4E6);
  --breadcrumb-text-color-hover: var(--color-text1-9, #333333);
  --breadcrumb-text-current-color-hover: var(--color-text1-5, #b3b3b3);
  --breadcrumb-size-m-icon-size: var(--icon-xs, 12px);
  --breadcrumb-text-current-color: var(--color-text1-5, #b3b3b3);
  --breadcrumb-icon-sep-content: var(--icon-content-xiexian, "");
  --breadcrumb-size-ellipsis-font-size: var(--font-size-caption, 12px);
  --breadcrumb-size-m-icon-margin: var(--s-2, 8px);
  --breadcrumb-text-current-weight: var(--font-weight-2, normal);
  --breadcrumb-text-ellipsis-color: var(--color-text1-3, #555555);
  --breadcrumb-text-keyword-color-hover: var(--color-brand1-6, #0064C8);
  /* ------------------------ menu-button ------------------------ */
  --menu-btn-ghost-light-icon-color: var(--color-brand1-6, #0064C8);
  --menu-btn-disabled-icon-color: var(--color-text1-1, #C1C1C1);
  --menu-btn-ghost-light-disabled-icon-color: var(--btn-ghost-light-color-disabled, #c1c1c1);
  --menu-btn-ghost-dark-disabled-icon-color: var(--btn-ghost-dark-color-disabled, rgba(255, 255, 255, 0.25));
  --menu-btn-pure-text-primary-icon-color: var(--color-white, #FFFFFF);
  --menu-btn-text-text-normal-icon-color: var(--color-text1-4, #111111);
  --menu-btn-text-text-primary-icon-color: var(--color-link-1, #0064C8);
  --menu-btn-ghost-dark-icon-color: var(--color-white, #FFFFFF);
  --menu-btn-unfold-icon-content: var(--icon-reset, var(--icon-reset));
  --menu-btn-fold-icon-content: var(--icon-content-expand-down-for-component, "");
  --menu-btn-pure-text-normal-icon-color: var(--color-text1-7, #666666);
  --menu-btn-pure-text-secondary-icon-color: var(--color-text1-7, #666666);
  /* ------------------------ tree ------------------------ */
  --tree-switch-icon-size: var(--icon-xs, 12px);
  --tree-switch-icon-color: var(--color-text1-3, #555555);
  --tree-switch-border-color: var(--color-fill1-7, #003C78);
  --tree-line-color: var(--color-line1-1, #E3E4E6);
  --tree-switch-hover-icon-color: var(--color-text1-3, #555555);
  --tree-switch-hover-bg-color: var(--color-white, #FFFFFF);
  --tree-switch-hover-border-color: var(--color-text1-3, #555555);
  --tree-node-selected-color: var(--color-brand1-6, #0064C8);
  --tree-node-selected-background: var(--color-transparent, transparent);
  --tree-node-disabled-background: var(--color-transparent, transparent);
  --tree-node-title-margin: var(--s-1, 4px);
  --tree-node-title-padding: var(--s-1, 4px);
  --tree-switch-arrow-size: var(--icon-xs, 12px);
  --tree-switch-margint-right: var(--s-1, 4px);
  --tree-node-normal-color: var(--color-text1-9, #333333);
  --tree-switch-arrow-color: var(--color-line1-2, #C0C6CC);
  --tree-node-hover-color: var(--color-text1-9, #333333);
  --tree-node-hover-bg-color: var(--color-fill1-2, #F7F9FA);
  --tree-switch-hover-arrow-color: var(--color-fill1-5, #0064C8);
  --tree-node-disabled-color: var(--color-text1-3, #555555);
  --tree-node-padding: var(--s-1, 4px);
  --tree-node-title-font-size: var(--font-size-body-1, 12px);
  --tree-switch-size: var(--s-4, 16px);
  --tree-switch-border-width: var(--line-1, 1px);
  --tree-line-width: var(--line-1, 1px);
  --tree-node-normal-background: var(--color-white, #FFFFFF);
  --tree-node-title-border-radius: var(--corner-1, 2px);
  --tree-switch-bg-color: var(--color-white, #FFFFFF);
  --tree-switch-corner: var(--corner-1, 2px);
  --tree-line-style: var(--line-solid, solid);
  --tree-unfold-icon-content: var(--icon-reset, var(--icon-reset));
  --tree-fold-icon-content: var(--icon-content-button_down, "");
  /* ------------------------ tag ------------------------ */
  --tag-size-s-icon-font: var(--icon-xs, 12px);
  --tag-secondary-text-color-hover: var(--color-brand1-6, #0064C8);
  --tag-checkable-primary-border-color: var(--color-brand1-6, #0064C8);
  --tag-corner-radius: var(--corner-3, 12px);
  --tag-size-m-text-size: var(--font-size-body-1, 12px);
  --tag-bordered-text-color: var(--color-text1-9, #333333);
  --tag-bordered-border-color: var(--color-line1-2, #C0C6CC);
  --tag-bordered-bg: var(--color-white, #FFFFFF);
  --tag-bordered-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --tag-bordered-bg-disabled: var(--color-white, #FFFFFF);
  --tag-size-m-padding-lr: var(--s-2, 8px);
  --tag-size-m-tick-icon-bg-size: var(--s-zero, 0px);
  --tag-size-s-tick-icon-bg-size: var(--s-zero, 0px);
  --tag-bordered-border-color-hover: var(--color-line1-2, #C0C6CC);
  --tag-checkable-normal-text-color: var(--color-text1-9, #333333);
  --tag-checkable-normal-border-color: var(--color-line1-2, #C0C6CC);
  --tag-checkable-normal-bg: var(--color-white, #FFFFFF);
  --tag-checkable-normal-border-color-hover: var(--color-line1-2, #C0C6CC);
  --tag-checkable-normal-bg-hover: var(--color-fill1-2, #F7F9FA);
  --tag-size-m-icon-font: var(--icon-xs, 12px);
  --tag-closable-bordered-text-color: var(--color-text1-9, #333333);
  --tag-closable-bordered-border-color: var(--color-line1-2, #C0C6CC);
  --tag-closable-bordered-bg: var(--color-white, #FFFFFF);
  --tag-closable-bordered-tail-color: var(--color-text1-9, #333333);
  --tag-closable-normal-icon-color-hover: var(--color-text1-9, #333333);
  --tag-closable-normal-bg-hover: var(--color-fill1-2, #F7F9FA);
  --tag-closable-bordered-border-color-hover: var(--color-line1-2, #C0C6CC);
  --tag-closable-bordered-bg-hover: var(--color-fill1-2, #F7F9FA);
  --tag-closable-bordered-tail-color-hover: var(--color-text1-9, #333333);
  --tag-fill-tail-color: var(--color-text1-9, #333333);
  --tag-fill-tail-color-hover: var(--color-text1-9, #333333);
  --tag-closable-primary-fill-text-color: var(--color-text1-9, #333333);
  --tag-closable-primary-fill-border-color: var(--color-line1-2, #C0C6CC);
  --tag-closable-primary-fill-bg-color: var(--color-white, #FFFFFF);
  --tag-closable-primary-fill-border-color-hover: var(--color-line1-2, #C0C6CC);
  --tag-closable-primary-fill-bg-color-hover: var(--color-fill1-2, #F7F9FA);
  --tag-size-s-text-size: var(--font-size-body-1, 12px);
  --tag-size-m-height: var(--s-6, 24px);
  --tag-size-s-height: var(--s-5, 20px);
  --tag-fill-tail-color-disabled: var(--color-text1-5, #b3b3b3);
  --tag-bordered-text-color-disabled: var(--color-text1-5, #b3b3b3);
  --tag-checkable-normal-text-selected-disabled: var(--color-text1-5, #b3b3b3);
  --tag-closable-primary-fill-text-color-disabled: var(--color-text1-5, #b3b3b3);
  --tag-checkable-normal-bg-selected: var(--color-white, #FFFFFF);
  --tag-checkable-normal-bg-selected-hover: var(--color-transparent, transparent);
  --tag-checkable-normal-text-color-hover: var(--color-fill1-5, #0064C8);
  --tag-checkable-normal-border-selected-disabled: var(--color-line1-4, #D1D5D9);
  --tag-checkable-normal-bg-selected-disabled: var(--color-white, #FFFFFF);
  --tag-checkable-normal-icon-color-selected: var(--color-transparent, transparent);
  --tag-checkable-normal-icon-color-selected-hover: var(--color-transparent, transparent);
  --tag-size-l-height: var(--s-7, 28px);
  --tag-checkable-fill-text-color: var(--color-text1-9, #333333);
  --tag-checkable-fill-bg-color: var(--color-white, #FFFFFF);
  --tag-checkable-fill-border-color: var(--color-line1-2, #C0C6CC);
  --tag-checkable-fill-text-color-hover: var(--color-fill1-5, #0064C8);
  --tag-checkable-fill-bg-color-hover: var(--color-fill1-2, #F7F9FA);
  --tag-checkable-fill-border-color-hover: var(--color-line1-2, #C0C6CC);
  --tag-checkable-primary-text-color: var(--color-brand1-6, #0064C8);
  --tag-checkable-primary-bg-color: var(--color-white, #FFFFFF);
  --tag-checkable-primary-text-color-hover: var(--color-brand1-6, #0064C8);
  --tag-checkable-primary-bg-color-hover: var(--color-fill1-2, #F7F9FA);
  --tag-checkable-fill-text-color-disabled: var(--color-text1-5, #b3b3b3);
  --tag-checkable-fill-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --tag-checkable-fill-bg-color-disabled: var(--color-white, #FFFFFF);
  --tag-checkable-primary-text-color-disabled: var(--color-text1-5, #b3b3b3);
  --tag-checkable-primary-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --tag-checkable-primary-bg-color-disabled: var(--color-white, #FFFFFF);
  --tag-closable-bordered-text-color-hover: var(--color-brand1-6, #0064C8);
  --tag-closable-bordered-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --tag-closable-bordered-text-color-disabled: var(--color-text1-5, #b3b3b3);
  --tag-fill-border-color: var(--color-line1-2, #C0C6CC);
  --tag-fill-border-color-hover: var(--color-line1-2, #C0C6CC);
  --tag-fill-text-color-disabled: var(--color-text1-5, #b3b3b3);
  --tag-fill-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --tag-fill-bg-color-disabled: var(--color-white, #FFFFFF);
  --tag-secondary-text-color: var(--color-brand1-6, #0064C8);
  --tag-fill-text-color-hover: var(--color-text1-9, #333333);
  --tag-bordered-text-color-hover: var(--color-text1-9, #333333);
  --tag-secondary-border-color: var(--color-brand1-6, #0064C8);
  --tag-secondary-border-color-hover: var(--color-brand1-6, #0064C8);
  --tag-fill-bg-color: var(--color-white, #FFFFFF);
  --tag-fill-bg-color-hover: var(--color-white, #FFFFFF);
  --tag-bordered-bg-hover: var(--color-white, #FFFFFF);
  --tag-secondary-bg-hover: var(--color-fill1-2, #F7F9FA);
  --tag-checkable-primary-border-color-hover: var(--color-fill1-5, #0064C8);
  --tag-closable-primary-fill-text-color-hover: var(--color-brand1-6, #0064C8);
  --tag-closable-primary-fill-border-color-disabled: var(--color-line1-4, #D1D5D9);
  --tag-closable-primary-fill-bg-color-disabled: var(--color-white, #FFFFFF);
  --tag-size-l-padding-lr: var(--s-4, 16px);
  --tag-size-s-padding-lr: var(--s-2, 8px);
  --tag-checkable-corner-radius: var(--corner-1, 2px);
  --tag-border-width: var(--line-1, 1px);
  --tag-shadow: var(--shadow-zero, none);
  --tag-size-l-text-size: var(--font-size-subhead, 14px);
  --tag-size-s-content-min-width: var(--s-7, 28px);
  --tag-size-m-content-min-width: var(--s-10, 40px);
  --tag-size-l-content-min-width: var(--s-12, 48px);
  --tag-size-l-icon-font: var(--icon-xs, 12px);
  --tag-size-l-tick-icon-size: var(--icon-s, 16px);
  --tag-size-m-tick-icon-size: var(--icon-xs, 12px);
  --tag-size-s-tick-icon-size: var(--icon-xxs, 8px);
  --tag-size-l-tick-icon-bg-size: var(--s-9, 36px);
  --tag-normal-text-color: var(--color-text1-4, #111111);
  --tag-fill-text-color: var(--color-text1-3, #555555);
  --tag-closable-normal-icon-color: var(--color-white, #FFFFFF);
  --tag-closable-normal-icon-color-disabled: var(--color-white, #FFFFFF);
  --tag-closable-normal-bg: var(--color-line1-3, #577899);
  --tag-closable-normal-bg-disabled: var(--color-line1-1, #E3E4E6);
  --tag-closable-bordered-tail-color-disabled: var(--color-text1-1, #C1C1C1);
  --tag-closable-bordered-bg-disabled: var(--color-transparent, transparent);
  --tag-bordered-tail-color: var(--color-text1-3, #555555);
  --tag-normal-text-color-hover: var(--color-brand1-6, #0064C8);
  --tag-bordered-tail-color-hover: var(--color-text1-4, #111111);
  --tag-bordered-tail-color-disabled: var(--color-text1-1, #C1C1C1);
  --tag-checkable-secondary-bg-selected: var(--color-brand1-6, #0064C8);
  --tag-checkable-secondary-bg-selected-hover: var(--color-brand1-9, #002850);
  --tag-primary-background-color: var(--color-brand1-6, #0064C8);
  --tag-secondary-bg: var(--color-transparent, transparent);
  --tag-text-color-disabled: var(--color-text1-1, #C1C1C1);
  --tag-border-color-disabled: var(--color-line1-1, #E3E4E6);
  --tag-checkable-fill-tail-color: var(--color-text1-3, #555555);
  --tag-checkable-fill-tail-color-hover: var(--color-text1-4, #111111);
  --tag-checkable-fill-tail-color-disabled: var(--color-text1-1, #C1C1C1);
  --tag-checkable-normal-tick-bg-selected-disabled: var(--color-line1-1, #E3E4E6);
  --tag-checkable-primary-tail-color: var(--color-white, #FFFFFF);
  --tag-checkable-primary-tail-color-hover: var(--color-white, #FFFFFF);
  --tag-checkable-secondary-bg-selected-disabled: var(--color-line1-1, #E3E4E6);
  --tag-checkable-normal-icon-color-selected-disabled: var(--color-white, #FFFFFF);
  --tag-checkable-secondary-icon-color-selected: var(--color-white, #FFFFFF);
  --tag-checkable-secondary-icon-color-selected-hover: var(--color-white, #FFFFFF);
  --tag-checkable-secondary-icon-color-selected-disabled: var(--color-white, #FFFFFF);
  /* ------------------------ input ------------------------ */
  --input-disabled-bg-color: var(--color-fill1-2, #F7F9FA);
  --input-multiple-padding-lr: var(--s-4, 16px);
  --input-multiple-padding-tb: var(--s-3, 12px);
  --input-addon-bg-color: var(--color-fill1-1, #F8F8F9);
  --input-feedback-loading-color: var(--color-text1-2, #888888);
  --input-l-label-padding-left: var(--s-4, 16px);
  --input-m-label-padding-left: var(--s-4, 16px);
  --input-text-color: var(--color-text1-9, #333333);
  --input-border-color: var(--color-line1-2, #C0C6CC);
  --input-hover-border-color: var(--color-line1-2, #C0C6CC);
  --input-focus-border-color: var(--color-brand1-6, #0064C8);
  --input-placeholder-color: var(--color-text1-7, #666666);
  --input-feedback-error-border-color: var(--color-error-7, #C80000);
  --input-focus-shadow-spread: var(--line-zero, 0px);
  --input-disabled-color: var(--color-text1-5, #b3b3b3);
  --input-disabled-border-color: var(--color-line1-2, #C0C6CC);
  --input-m-padding: var(--s-3, 12px);
  --input-l-padding: var(--s-3, 12px);
  --input-s-padding: var(--s-3, 12px);
  --input-l-icon-padding-right: var(--s-3, 12px);
  --input-label-color: var(--color-text1-3, #555555);
  --input-hover-bg-color: var(--color-white, #FFFFFF);
  --input-focus-bg-color: var(--color-white, #FFFFFF);
  --input-border-width: var(--line-1, 1px);
  --input-bg-color: var(--color-white, #FFFFFF);
  --input-multiple-font-size: var(--font-size-body-1, 12px);
  --input-multiple-corner: var(--corner-1, 2px);
  --input-addon-text-color: var(--color-text1-2, #888888);
  --input-addon-padding: var(--s-2, 8px);
  --input-m-icon-padding-right: var(--s-2, 8px);
  --input-s-label-padding-left: var(--s-2, 8px);
  --input-s-icon-padding-right: var(--s-1, 4px);
  --input-feedback-warning-bg-color: var(--color-white, #FFFFFF);
  --input-feedback-loading-icon: var(--icon-content-loading, "");
  --input-feedback-error-bg-color: var(--color-white, #FFFFFF);
  --input-maxlen-error-color: var(--color-error-3, #F8EFEF);
  --input-maxlen-warning-color: var(--color-warning-3, #FFF3B4);
  --input-maxlen-color: var(--color-text1-2, #888888);
  --input-maxlen-font-size: var(--font-size-caption, 12px);
  --input-hint-color: var(--color-text1-2, #888888);
  --input-hint-hover-color: var(--color-text1-3, #555555);
  --input-feedback-warning-border-color: var(--color-warning-6, #FAC800);
  --input-feedback-warning-color: var(--color-warning-6, #FAC800);
  --input-feedback-success-color: var(--color-success-7, #00A700);
  --input-feedback-warning-icon: var(--icon-content-warning-for-component, "");
  --input-feedback-success-icon: var(--icon-content-check-for-component, "");
  --input-feedback-clear-icon: var(--icon-content-closemark-for-component, "");
  /* ------------------------ form ------------------------ */
  --form-item-l-margin-b: var(--s-4, 16px);
  --form-help-color: var(--color-text1-2, #888888);
  --form-label-color: var(--color-text1-3, #555555);
  --form-error-color: var(--color-error-7, #C80000);
  --form-item-s-margin-b: var(--s-4, 16px);
  --form-label-padding-r: var(--s-3, 12px);
  --form-item-m-margin-b: var(--s-4, 16px);
  --form-inline-l-item-margin-r: var(--s-6, 24px);
  --form-inline-m-item-margin-r: var(--s-5, 20px);
  --form-inline-s-item-margin-r: var(--s-4, 16px);
  --form-help-margin-top: var(--s-1, 4px);
  --form-help-font-size: var(--font-size-caption, 12px);
  --form-warning-color: var(--color-warning-3, #FFF3B4);
  --form-top-label-margin-b: 2px;
  /* ------------------------ loading ------------------------ */
  --loading-dot-color: var(--color-brand1-6, #0064C8);
  --loading-icon-size: var(--icon-xl, 32px);
  --loading-large-size: var(--s-12, 48px);
  --loading-large-dot-size: var(--icon-xs, 12px);
  --loading-medium-size: var(--s-8, 32px);
  --loading-medium-dot-size: var(--icon-xxs, 8px);
  /* ------------------------ table ------------------------ */
  --table-group-th-bg: var(--color-fill1-2, #F7F9FA);
  --table-empty-color: var(--color-text1-5, #b3b3b3);
  --table-group-footer-bg: var(--color-fill1-2, #F7F9FA);
  --table-normal-border-color: var(--color-line1-1, #E3E4E6);
  --table-th-color: var(--color-text1-9, #333333);
  --table-row-color: var(--color-text1-9, #333333);
  --table-row-selected-bg: var(--color-fill1-3, #EFF3F8);
  --table-row-selected-color: var(--color-text1-9, #333333);
  --table-row-hover-color: var(--color-text1-9, #333333);
  --table-row-hover-bg: var(--color-fill1-2, #F7F9FA);
  --table-expanded-icon-size: var(--icon-s, 16px);
  --table-tree-expanded-icon-size: var(--icon-s, 16px);
  --table-tree-fold-icon-content: var(--icon-content-zhankai, "");
  --table-tree-unfold-icon-content: var(--icon-content-shouqi, "");
  --table-expand-fold-icon-content: var(--icon-content-down, "");
  --table-expand-unfold-icon-content: var(--icon-content-up, "");
  --table-th-bg: var(--color-fill1-3, #EFF3F8);
  --table-normal-border-width: var(--line-1, 1px);
  --table-th-font-size: var(--font-size-body-1, 12px);
  --table-th-font-weight: var(--font-weight-2, normal);
  --table-sort-icon-size: var(--icon-xs, 12px);
  --table-filter-icon-size: var(--icon-xs, 12px);
  --table-body-font-size: var(--font-size-body-1, 12px);
  --table-empty-padding: var(--s-8, 32px);
  --table-header-icon-margin-left: var(--s-2, 8px);
  --table-size-s-cell-padding-top: var(--s-2, 8px);
  --table-size-s-cell-padding-left: var(--s-2, 8px);
  --table-size-s-header-padding-top: var(--s-2, 8px);
  --table-size-s-header-padding-left: var(--s-2, 8px);
  --table-group-split: var(--s-2, 8px);
  --table-normal-border-style: var(--line-solid, solid);
  --table-sort-color: var(--color-text1-4, #111111);
  --table-group-th-color: var(--color-text1-4, #111111);
  --table-row-bg: var(--color-white, #FFFFFF);
  --table-td-gray: var(--color-fill1-1, #F8F8F9);
  --table-td-normal: var(--color-white, #FFFFFF);
  --table-group-footer-color: var(--color-text1-4, #111111);
  --table-sort-color-current: var(--color-brand1-6, #0064C8);
  --table-expanded-ctrl-disabled-color: var(--color-text1-2, #888888);
  --table-cell-padding-top: var(--s-2, 8px);
  --table-cell-padding-left: var(--s-4, 16px);
  --table-header-padding-left: var(--s-4, 16px);
  --table-header-padding-top: var(--s-2, 8px);
  /* ------------------------ upload ------------------------ */
  --upload-text-list-height: var(--s-11, 44px);
  --upload-text-list-padding-left-right: var(--s-4, 16px);
  --upload-text-list-close-icon-size: var(--icon-xs, 12px);
  --upload-text-list-name-font-color-hover: var(--color-brand1-6, #0064C8);
  --upload-text-list-size-font-color-hover: var(--color-brand1-6, #0064C8);
  --upload-image-list-item-bg-color: var(--color-fill1-1, #F8F8F9);
  --upload-image-list-item-uploading-bg-color: var(--color-fill1-1, #F8F8F9);
  --upload-image-list-item-error-bg-color: var(--color-error-1, #FDFBFB);
  --upload-image-list-item-border-color: var(--color-transparent, transparent);
  --upload-image-list-item-border-color-error: var(--color-transparent, transparent);
  --upload-image-list-item-border-color-hover: var(--color-transparent, transparent);
  --upload-image-list-item-picture-border-color: var(--color-line1-1, #E3E4E6);
  --upload-image-list-item-picture-background-color: var(--color-fill1-1, #F8F8F9);
  --upload-card-bg-color: var(--color-white, #FFFFFF);
  --upload-card-list-border-color: var(--color-line1-1, #E3E4E6);
  --upload-drag-zone-over-border-color: var(--color-line1-4, #D1D5D9);
  --upload-text-list-progressbar-height: var(--s-1, 4px);
  --upload-text-list-error-text-color: var(--color-error-7, #C80000);
  --upload-text-list-close-icon-color: var(--color-text1-9, #333333);
  --upload-text-list-name-font-color: var(--color-text1-9, #333333);
  --upload-text-list-size-font-color: var(--color-text1-7, #666666);
  --upload-image-list-close-icon-color: var(--color-text1-9, #333333);
  --upload-image-list-close-icon-color-hover: var(--color-text1-9, #333333);
  --upload-image-list-progressbar-height: var(--s-1, 4px);
  --upload-card-size: var(--s-22, 88px);
  --upload-card-add-icon-size: var(--icon-s, 16px);
  --upload-card-add-text-margin-top: var(--s-2, 8px);
  --upload-card-border-color: var(--color-line1-2, #C0C6CC);
  --upload-card-hover-border-color: var(--color-fill1-5, #0064C8);
  --upload-card-font-color: var(--color-text1-9, #333333);
  --upload-card-icon-color: var(--color-text1-9, #333333);
  --upload-card-hover-font-color: var(--color-fill1-5, #0064C8);
  --upload-disable-text-color: var(--color-text1-3, #555555);
  --upload-disable-border-color: var(--color-line1-4, #D1D5D9);
  --upload-card-list-uploading-bg-color: var(--color-white, #FFFFFF);
  --upload-card-list-thumbnail-font-color: var(--color-fill1-5, #0064C8);
  --upload-card-list-thumbnail-icon-size: var(--icon-s, 16px);
  --upload-card-list-name-font-color: var(--color-text1-9, #333333);
  --upload-card-list-progressbar-height: var(--s-1, 4px);
  --upload-card-list-thumbnail-font-size: var(--font-size-body-1, 12px);
  --upload-card-list-name-font-size: var(--font-size-body-1, 12px);
  --upload-card-list-border-color-error: var(--color-error-7, #C80000);
  --upload-drag-zone-border-color: var(--color-line1-4, #D1D5D9);
  --upload-drag-zone-font-size: var(--font-size-body-1, 12px);
  --upload-drag-zone-icon-size: var(--s-4, 16px);
  --upload-drag-zone-hint-font-size: var(--font-size-body-1, 12px);
  --upload-drag-zone-bg-color: var(--color-transparent, transparent);
  --upload-drag-zone-upload-icon-color: var(--color-fill1-5, #0064C8);
  --upload-drag-zone-upload-normal-title-color: var(--color-text1-9, #333333);
  --upload-drag-zone-upload-normal-hint-color: var(--color-text1-9, #333333);
  --upload-text-list-bg-color: var(--color-transparent, transparent);
  --upload-text-list-bg-color-hover: var(--color-transparent, transparent);
  --upload-text-list-close-icon-color-hover: var(--color-fill1-5, #0064C8);
  --upload-text-list-bg-color-error: var(--color-transparent, transparent);
  --upload-text-list-font-size: var(--font-size-body-1, 12px);
  --upload-text-list-close-icon-right: var(--s-3, 12px);
  --upload-text-list-corner: var(--corner-zero, 0);
  --upload-image-list-item-padding: var(--s-2, 8px);
  --upload-image-list-item-picture-size: var(--s-12, 48px);
  --upload-image-list-item-picture-icon-size: var(--icon-l, 24px);
  --upload-image-list-item-picture-border-width: var(--line-1, 1px);
  --upload-image-list-item-picture-corner: var(--corner-zero, 0);
  --upload-image-list-item-thumbnail-font-color: var(--color-text1-1, #C1C1C1);
  --upload-image-list-item-font-size: var(--font-size-body-1, 12px);
  --upload-image-list-close-icon-size: var(--icon-xs, 12px);
  --upload-image-list-close-icon-right: var(--s-1, 4px);
  --upload-image-list-item-border-width: var(--line-1, 1px);
  --upload-card-margin-bottom: var(--s-4, 16px);
  --upload-card-add-text-size: var(--font-size-body-1, 12px);
  --upload-card-border-style: var(--line-dashed, dashed);
  --upload-card-add-icon: var(--icon-content-add, "");
  --upload-card-list-bg-color: var(--color-transparent, transparent);
  --upload-card-list-bg-color-error: var(--color-fill1-1, #F8F8F9);
  --upload-card-list-margin-right: var(--s-3, 12px);
  --upload-card-list-padding: var(--s-zero, 0px);
  --upload-card-list-corner: var(--corner-zero, 0);
  --upload-card-list-name-margin-top: var(--s-1, 4px);
  --upload-select-card-tool-bg-color: var(--color-black, #000000);
  --upload-select-card-tool-bg-opacity: .7;
  --upload-drag-zone-corner: var(--corner-1, 2px);
  --upload-drag-zone-upload-icon: var(--icon-content-upload-for-component, "");
  /* ------------------------ dialog ------------------------ */
  --dialog-title-bg-color: var(--color-white, #FFFFFF);
  --dialog-footer-bg-color: var(--color-white, #FFFFFF);
  --dialog-message-title-padding-top: var(--s-4, 16px);
  --dialog-message-title-padding-bottom: var(--s-4, 16px);
  --dialog-message-title-padding-left-right: var(--s-6, 24px);
  --dialog-content-font-size: var(--font-size-body-1, 12px);
  --dialog-border-color: var(--color-line1-2, #C0C6CC);
  --dialog-shadow: var(--shadow-3, 0px 8px 16px 0px rgba(0, 0, 0, 0.2));
  --dialog-title-color: var(--color-text1-9, #333333);
  --dialog-content-color: var(--color-text1-9, #333333);
  --dialog-close-color-hovered: var(--color-text1-9, #333333);
  --dialog-corner: var(--corner-2, 4px);
  --dialog-close-size: var(--icon-s, 16px);
  --dialog-close-color: var(--color-text1-7, #666666);
  --dialog-close-bg-hovered: var(--color-white, #FFFFFF);
  --dialog-title-border-width: var(--line-zero, 0px);
  --dialog-content-padding-top: var(--s-zero, 0px);
  --dialog-footer-border-width: var(--line-zero, 0px);
  --dialog-footer-padding-top: var(--s-4, 16px);
  --dialog-footer-button-spacing: var(--s-2, 8px);
  --dialog-title-border-color: var(--color-line1-2, #C0C6CC);
  --dialog-footer-border-color: var(--color-line1-2, #C0C6CC);
  --dialog-border-width: var(--line-1, 1px);
  --dialog-close-width: var(--s-4, 16px);
  --dialog-bg: var(--color-white, #FFFFFF);
  --dialog-border-style: var(--line-solid, solid);
  --dialog-title-padding-bottom: var(--s-4, 16px);
  --dialog-content-padding-bottom: var(--s-4, 16px);
  --dialog-content-padding-left-right: var(--s-6, 24px);
  --dialog-message-content-padding-bottom: var(--s-4, 16px);
  --dialog-message-content-padding-left-right: var(--s-6, 24px);
  --dialog-message-content-padding-top: var(--s-12, 48px);
  --dialog-title-font-size: var(--font-size-title, 16px);
  --dialog-title-padding-left-right: var(--s-6, 24px);
  --dialog-footer-padding-left-right: var(--s-6, 24px);
  --dialog-close-right: var(--s-6, 24px);
  --dialog-title-padding-top: var(--s-6, 24px);
  --dialog-footer-padding-bottom: var(--s-6, 24px);
  --dialog-close-top: var(--s-6, 24px);
  /* ------------------------ pagination ------------------------ */
  --pagination-small-item-split: var(--s-1, 4px);
  --pagination-current-color: var(--color-brand1-6, #0064C8);
  --pagination-size-selector-filter-current-color: var(--color-brand1-6, #0064C8);
  --pagination-item-current-border-color: var(--color-brand1-6, #0064C8);
  --pagination-item-current-color: var(--color-brand1-6, #0064C8);
  --pagination-item-current-bg: var(--color-white, #FFFFFF);
  --pagination-item-hover-border-color: var(--color-line1-4, #D1D5D9);
  --pagination-item-hover-color: var(--color-text1-5, #b3b3b3);
  --pagination-item-hover-bg: var(--color-white, #FFFFFF);
  --pagination-arrow-hover-color: var(--color-text1-3, #555555);
  --pagination-item-split: var(--s-2, 8px);
  --pagination-ellipsis-margin: var(--s-2, 8px);
  --pagination-input-width: var(--s-10, 40px);
  --pagination-input-margin: var(--s-1, 4px);
  --pagination-ellipsis-color: var(--color-text1-9, #333333);
  --pagination-total-color: var(--color-text1-9, #333333);
  --pagination-jump-color: var(--color-text1-9, #333333);
  --pagination-item-border-color: var(--color-transparent, transparent);
  --pagination-item-color: var(--color-text1-9, #333333);
  --pagination-item-bg: var(--color-transparent, transparent);
  --pagination-arrow-color: var(--color-text1-9, #333333);
  --pagination-item-current-hover-color: var(--color-text1-9, #333333);
  --pagination-ellipsis-size: var(--icon-xs, 12px);
  --pagination-large-item-split: var(--s-2, 8px);
  --pagination-large-ellipsis-size: var(--icon-xs, 12px);
  --pagination-small-ellipsis-size: var(--icon-xxs, 8px);
  --pagination-item-current-hover-border-color: var(--color-brand1-6, #0064C8);
  --pagination-item-current-hover-bg: var(--color-white, #FFFFFF);
  --pagination-item-border-style: var(--line-solid, solid);
  --pagination-item-border-width: var(--line-1, 1px);
  --pagination-item-corner: var(--corner-1, 2px);
  --pagination-current-font-size: var(--font-size-body-1, 12px);
  --pagination-total-font-size: var(--font-size-body-1, 12px);
  --pagination-jump-font-size: var(--font-size-body-1, 12px);
  --pagination-size-selector-title-margin-right: var(--s-1, 4px);
  --pagination-size-selector-number-padding: var(--s-3, 12px);
  --pagination-large-item-border-width: var(--line-1, 1px);
  --pagination-large-item-corner: var(--corner-1, 2px);
  --pagination-large-current-font-size: var(--font-size-subhead, 14px);
  --pagination-large-total-font-size: var(--font-size-subhead, 14px);
  --pagination-large-input-width: var(--s-12, 48px);
  --pagination-large-jump-font-size: var(--font-size-subhead, 14px);
  --pagination-large-size-selector-number-padding: var(--s-4, 16px);
  --pagination-small-item-border-width: var(--line-1, 1px);
  --pagination-small-item-corner: var(--corner-1, 2px);
  --pagination-small-current-font-size: var(--font-size-caption, 12px);
  --pagination-small-total-font-size: var(--font-size-caption, 12px);
  --pagination-small-input-width: var(--s-7, 28px);
  --pagination-small-jump-font-size: var(--font-size-caption, 12px);
  --pagination-small-size-selector-number-padding: var(--s-2, 8px);
  --pagination-size-selector-title-color: var(--color-text1-2, #888888);
  --pagination-size-selector-filter-color: var(--color-text1-3, #555555);
  --pagination-item-shadow: var(--shadow-zero, none);
  --pagination-item-current-shadow: var(--shadow-zero, none);
  --pagination-item-hover-shadow: var(--shadow-zero, none);
  --pagination-item-current-hover-shadow: var(--shadow-zero, none);
  --pagination-arrow-hover-color-noboder: var(--color-brand1-6, #0064C8);
  --pagination-icon-ellipsis-content: var(--icon-content-more-line-for-component, "");
  --pagination-icon-prev-content: var(--icon-content-left-for-component, "");
  --pagination-icon-next-content: var(--icon-content-right-for-component, "");
  /* ------------------------ transfer ------------------------ */
  --transfer-panel-header-background-color: var(--color-white, #FFFFFF);
  --transfer-simple-panel-item-hover-text-color: var(--color-link-1, #0064C8);
  --transfer-panel-header-padding-left-right: var(--s-4, 16px);
  --transfer-panel-footer-padding-left-right: var(--s-4, 16px);
  --transfer-operation-margin-left-right: var(--s-2, 8px);
  --transfer-operation-margin-gutter: var(--s-1, 4px);
  --transfer-operation-icon-size: var(--icon-xs, 12px);
  --transfer-panel-search-margin-left-right: var(--s-2, 8px);
  --transfer-panel-search-margin-bottom: var(--s-2, 8px);
  --transfer-panel-border-color: var(--color-line1-2, #C0C6CC);
  --transfer-panel-header-text-color: var(--color-text1-9, #333333);
  --transfer-panel-footer-text-color: var(--color-text1-9, #333333);
  --transfer-simple-move-icon-color: var(--color-text1-9, #333333);
  --transfer-simple-panel-footer-text-color: var(--color-text1-9, #333333);
  --transfer-panel-border-width: var(--line-1, 1px);
  --transfer-panel-header-padding-top-bottom: var(--s-2, 8px);
  --transfer-panel-header-text-size: var(--font-size-body-1, 12px);
  --transfer-panel-search-margin-top: var(--s-2, 8px);
  --transfer-panel-list-width: var(--s-45, 180px);
  --transfer-panel-list-height: var(--s-40, 160px);
  --transfer-panel-footer-padding-top-bottom: var(--s-2, 8px);
  --transfer-panel-border-corner: var(--corner-1, 2px);
  --transfer-panel-background-color: var(--color-white, #FFFFFF);
  --transfer-panel-search-icon-color: var(--color-text1-2, #888888);
  --transfer-panel-footer-background-color: var(--color-white, #FFFFFF);
  --transfer-panel-footer-shadow: var(--shadow-zero, none);
  --transfer-simple-move-icon: var(--icon-content-switch-line, "");
  /* ------------------------ step ------------------------ */
  --step-arrow-item-title-weight: var(--font-weight-2, normal);
  --step-arrow-item-wait-background: var(--color-fill1-2, #F7F9FA);
  --step-arrow-item-process-background: var(--color-brand1-6, #0064C8);
  --step-arrow-item-finish-background: var(--color-brand1-6, #0064C8);
  --step-arrow-item-title-finish-color: var(--color-white, #FFFFFF);
  --step-circle-item-node-padding: var(--s-3, 12px);
  --step-circle-item-node-font-size: var(--font-size-body-1, 12px);
  --step-circle-item-content-font-size: var(--font-size-body-1, 12px);
  --step-circle-item-body-width: var(--s-24, 96px);
  --step-circle-item-tail-finish-color: var(--color-brand1-6, #0064C8);
  --step-circle-item-node-process-border-color: var(--color-brand1-6, #0064C8);
  --step-circle-item-node-process-background: var(--color-brand1-6, #0064C8);
  --step-circle-item-node-process-percent-color: var(--color-brand1-6, #0064C8);
  --step-circle-item-node-process-percent-size: var(--font-size-body-1, 12px);
  --step-circle-item-node-finish-border-color: var(--color-brand1-6, #0064C8);
  --step-dot-item-dot-icon-size: var(--icon-s, 16px);
  --step-dot-item-body-width: var(--s-24, 96px);
  --step-dot-item-tail-wait-color: var(--color-line1-1, #E3E4E6);
  --step-dot-item-tail-process-color: var(--color-line1-1, #E3E4E6);
  --step-dot-item-tail-finish-color: var(--color-brand1-6, #0064C8);
  --step-dot-item-title-wait-color: var(--color-text1-2, #888888);
  --step-dot-item-title-process-color: var(--color-text1-5, #b3b3b3);
  --step-dot-item-title-finish-color: var(--color-text1-5, #b3b3b3);
  --step-dot-item-node-wait-border-color: var(--color-line1-1, #E3E4E6);
  --step-dot-item-node-process-color: var(--color-brand1-6, #0064C8);
  --step-dot-item-node-finish-border-color: var(--color-brand1-6, #0064C8);
  --step-dot-item-node-finish-color: var(--color-brand1-6, #0064C8);
  --step-dot-item-tail-bg-color: var(--color-fill1-1, #F8F8F9);
  --step-circle-item-node-icon-size: var(--icon-xs, 12px);
  --step-circle-item-content-margin-top: var(--s-2, 8px);
  --step-circle-item-title-weight: var(--font-weight-semi-bold, 600);
  --step-circle-item-tail-wait-color: var(--color-line1-2, #C0C6CC);
  --step-circle-item-tail-process-color: var(--color-line1-2, #C0C6CC);
  --step-circle-item-title-wait-color: var(--color-text1-9, #333333);
  --step-circle-item-title-process-color: var(--color-text1-9, #333333);
  --step-circle-item-title-finish-color: var(--color-text1-9, #333333);
  --step-circle-item-node-wait-border-color: var(--color-line1-2, #C0C6CC);
  --step-circle-item-node-wait-color: var(--color-text1-9, #333333);
  --step-circle-item-node-finish-color: var(--color-brand1-6, #0064C8);
  --step-circle-item-tail-bg-color: var(--color-white, #FFFFFF);
  --step-circle-item-node-process-size: var(--s-7, 28px);
  --step-circle-item-title-disabled-color: var(--color-text1-5, #b3b3b3);
  --step-circle-item-node-disabled-color: var(--color-text1-5, #b3b3b3);
  --step-arrow-item-height: var(--s-8, 32px);
  --step-arrow-item-title-size: var(--font-size-body-2, 14px);
  --step-arrow-item-title-wait-color: var(--color-text1-2, #888888);
  --step-arrow-item-title-process-color: var(--color-white, #FFFFFF);
  --step-arrow-item-disabled-background: var(--color-fill1-1, #F8F8F9);
  --step-arrow-item-title-disabled-color: var(--color-text1-1, #C1C1C1);
  --step-circle-item-node-border-width: var(--line-1, 1px);
  --step-circle-item-node-corner: var(--corner-circle, 50%);
  --step-circle-item-tail-size: var(--line-1, 1px);
  --step-circle-item-title-margin-top: var(--s-2, 8px);
  --step-circle-item-title-size: var(--font-size-body-2, 14px);
  --step-circle-item-node-wait-size: var(--s-8, 32px);
  --step-circle-item-node-finish-size: var(--s-8, 32px);
  --step-circle-item-node-disabled-size: var(--s-8, 32px);
  --step-circle-item-tail-disabled-color: var(--color-line1-1, #E3E4E6);
  --step-circle-item-node-wait-font-weight: var(--font-weight-2, normal);
  --step-circle-item-node-process-font-weight: var(--font-weight-2, normal);
  --step-circle-item-node-disabled-font-weight: var(--font-weight-2, normal);
  --step-circle-item-node-finish-font-weight: var(--font-weight-2, normal);
  --step-circle-item-node-wait-background: var(--color-white, #FFFFFF);
  --step-circle-item-node-process-color: var(--color-white, #FFFFFF);
  --step-circle-item-node-finish-background: var(--color-white, #FFFFFF);
  --step-circle-item-node-disabled-border-color: var(--color-line1-1, #E3E4E6);
  --step-circle-item-node-disabled-background: var(--color-white, #FFFFFF);
  --step-circle-vertical-item-node-padding: var(--s-2, 8px);
  --step-circle-vertical-item-body-margin-left: var(--s-4, 16px);
  --step-circle-vertical-item-title-margin-top: var(--s-2, 8px);
  --step-circle-vertical-item-content-margin-top: var(--s-1, 4px);
  --step-circle-item-content-color: var(--color-text1-3, #555555);
  --step-circle-vertical-item-tail-size: var(--line-1, 1px);
  --step-dot-item-dot-padding: var(--s-2, 8px);
  --step-dot-item-dot-border-width: var(--line-1, 1px);
  --step-dot-item-content-margin-top: var(--s-1, 4px);
  --step-dot-item-dot-corner: var(--corner-circle, 50%);
  --step-dot-item-title-size: var(--font-size-body-1, 12px);
  --step-dot-item-title-weight: var(--font-weight-3, bold);
  --step-dot-item-title-margin-top: var(--s-2, 8px);
  --step-dot-item-tail-size: var(--line-1, 1px);
  --step-dot-item-dot-wait-size: var(--s-3, 12px);
  --step-dot-item-dot-process-size: var(--s-3, 12px);
  --step-dot-item-dot-finish-size: var(--s-3, 12px);
  --step-dot-item-dot-disabled-size: var(--s-3, 12px);
  --step-dot-item-tail-disabled-color: var(--color-line1-1, #E3E4E6);
  --step-dot-item-title-disabled-color: var(--color-text1-1, #C1C1C1);
  --step-dot-item-node-wait-background: var(--color-white, #FFFFFF);
  --step-dot-item-node-wait-color: var(--color-text1-2, #888888);
  --step-dot-item-node-process-border-color: var(--color-brand1-6, #0064C8);
  --step-dot-item-node-process-background: var(--color-brand1-6, #0064C8);
  --step-dot-item-node-finish-background: var(--color-white, #FFFFFF);
  --step-dot-item-node-disabled-border-color: var(--color-line1-2, #C0C6CC);
  --step-dot-item-node-disabled-background: var(--color-white, #FFFFFF);
  --step-dot-item-node-disabled-color: var(--color-line1-1, #E3E4E6);
  --step-dot-vertical-item-node-padding: var(--s-2, 8px);
  --step-dot-vertical-item-body-margin-left: var(--s-4, 16px);
  --step-dot-vertical-item-title-margin-top: var(--s-zero, 0px);
  --step-dot-vertical-item-content-margin-top: var(--s-2, 8px);
  --step-dot-item-content-font-size: var(--font-size-caption, 12px);
  --step-dot-item-content-color: var(--color-text1-3, #555555);
  --step-dot-vertical-item-tail-size: var(--line-1, 1px);
  /* ------------------------ menu ------------------------ */
  --menu-padding-horizontal: var(--s-4, 16px);
  --menu-color: var(--color-text1-9, #333333);
  --menu-background-hover: var(--color-fill1-2, #F7F9FA);
  --menu-color-hover: var(--color-text1-9, #333333);
  --menu-arrow-color: var(--color-text1-9, #333333);
  --menu-icon-selected-color: var(--color-text1-9, #333333);
  --menu-arrow-color-hover: var(--color-text1-9, #333333);
  --menu-icon-selected-hover-color: var(--color-text1-9, #333333);
  --menu-icon-size: var(--icon-xs, 12px);
  --menu-item-padding-ver-padding-r: var(--s-4, 16px);
  --menu-item-padding-hoz-padding-lr: var(--s-4, 16px);
  --menu-line-height: var(--s-8, 32px);
  --menu-icon-selected-right: var(--s-2, 8px);
  --menu-background: var(--color-white, #FFFFFF);
  --menu-background-selected: var(--color-white, #FFFFFF);
  --menu-color-selected: var(--color-text1-9, #333333);
  --menu-padding-ver-padding-lr: var(--s-1, 4px);
  --menu-padding-ver-padding-tb: var(--s-1, 4px);
  --menu-icon-selected-size: var(--icon-xs, 12px);
  --menu-item-padding-ver-padding-l: var(--s-4, 16px);
  --menu-padding-hoz-padding-lr: var(--s-zero, 0px);
  --menu-padding-hoz-padding-tb: var(--s-2, 8px);
  --menu-font-size: var(--font-size-body-1, 12px);
  --menu-submenu-title-size: var(--font-size-body-1, 12px);
  --menu-padding-title-horizontal: var(--s-3, 12px);
  --menu-divider-width: var(--line-1, 1px);
  --menu-divider-margin-ver: var(--s-2, 8px);
  --menu-divider-margin-hoz: var(--s-3, 12px);
  --menu-hoz-icon-size: var(--icon-xs, 12px);
  --menu-icon-margin: var(--s-1, 4px);
  --menu-shadow: var(--shadow-1-down, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --menu-divider-style: var(--line-solid, solid);
  --menu-divider-color: var(--color-line1-1, #E3E4E6);
  --menu-unfold-icon-content: var(--icon-reset, var(--icon-reset));
  --menu-color-disabled: var(--color-text1-5, #b3b3b3);
  --menu-select-icon-content: var(--icon-content-checkmark-line, "");
  --menu-popupfold-icon-content: var(--icon-content-forward-line, "");
  --menu-fold-icon-content: var(--icon-content-expand-down-for-component, "");
  /* ------------------------ timeline ------------------------ */
  --timeline-item-icon-size: var(--icon-s, 16px);
  --timeline-item-content-margin-left: var(--s-4, 16px);
  --timeline-item-time-margin-bottom: var(--s-2, 8px);
  --timeline-item-body-font-size: var(--font-size-body-1, 12px);
  --timeline-item-node-size: var(--s-2, 8px);
  --timeline-item-node-padding: var(--s-2, 8px);
  --timeline-item-title-font-weight: var(--font-weight-semi-bold, 600);
  --timeline-item-time-font-size: var(--font-size-body-1, 12px);
  --timeline-item-title-color: var(--color-text1-9, #333333);
  --timeline-item-body-color: var(--color-text1-9, #333333);
  --timeline-item-time-color: var(--color-text1-7, #666666);
  --timeline-item-tail-color: var(--color-line1-2, #C0C6CC);
  --timeline-item-done-background: var(--color-line1-2, #C0C6CC);
  --timeline-item-process-background: var(--color-fill1-5, #0064C8);
  --timeline-item-success-background: var(--color-success-7, #00A700);
  --timeline-item-error-background: var(--color-error-7, #C80000);
  --timeline-item-folder-font-size: var(--font-size-body-1, 12px);
  --timeline-item-custom-node-size: var(--s-10, 40px);
  --timeline-item-custom-node-font-size: var(--font-size-caption, 12px);
  --timeline-item-dot-size: var(--s-2, 8px);
  --timeline-item-tail-size: var(--line-1, 1px);
  --timeline-item-left-content-width: var(--s-20, 80px);
  --timeline-item-body-margin-top: var(--s-2, 8px);
  --timeline-item-title-font-size: var(--font-size-body-1, 12px);
  --timeline-item-title-margin-top: var(--s-1, 4px);
  --timeline-item-time-margin-top: var(--s-1, 4px);
  --timeline-item-left-body-font-size: var(--font-size-caption, 12px);
  --timeline-item-folder-margin-top: var(--s-1, 4px);
  --timeline-item-folder-margin-bottom: var(--s-1, 4px);
  --timeline-item-left-body-color: var(--color-text1-2, #888888);
  --timeline-item-done-dot-size: var(--s-2, 8px);
  --timeline-item-done-color: var(--color-white, #FFFFFF);
  --timeline-item-process-dot-size: var(--s-2, 8px);
  --timeline-item-process-color: var(--color-white, #FFFFFF);
  --timeline-item-success-dot-size: var(--s-2, 8px);
  --timeline-item-success-color: var(--color-white, #FFFFFF);
  --timeline-item-error-dot-size: var(--s-2, 8px);
  --timeline-item-error-color: var(--color-white, #FFFFFF);
  /* ------------------------ range ------------------------ */
  --range-normal-selected-color: var(--color-brand1-6, #0064C8);
  --range-normal-selected-color-hover: var(--color-brand1-6, #0064C8);
  --range-size-m-slider-shadow-hover: var(--shadow-1, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --range-size-m-track-height: var(--s-1, 4px);
  --range-size-slider-border-width: var(--line-1, 1px);
  --range-normal-unselected-color: var(--color-line1-1, #E3E4E6);
  --range-normal-unselected-color-hover: var(--color-line1-1, #E3E4E6);
  --range-normal-slider-border-color: var(--color-line1-3, #577899);
  --range-size-m-mark-font-lineheight: 20px;
  --range-normal-mark-color: var(--color-text1-9, #333333);
  --range-normal-mark-selected-color: var(--color-text1-9, #333333);
  --range-normal-unselected-color-disabled: var(--color-line1-1, #E3E4E6);
  --range-normal-slider-bg-color-disabled: var(--color-white, #FFFFFF);
  --range-normal-slider-border-color-disabled: var(--color-line1-2, #C0C6CC);
  --range-normal-selected-color-disabled: var(--color-text1-5, #b3b3b3);
  --range-normal-mark-color-disabled: var(--color-text1-5, #b3b3b3);
  --range-normal-mark-selected-color-disabled: var(--color-text1-5, #b3b3b3);
  --range-size-m-scale-height: var(--s-3, 12px);
  --range-size-m-scale-item-border-width: var(--line-1, 1px);
  --range-size-m-slider-hw: var(--s-4, 16px);
  --range-size-slider-border-style: var(--line-solid, solid);
  --range-size-m-mark-top: 30px;
  --range-size-m-mark-font-size: var(--font-size-body-1, 12px);
  --range-size-m-mark-font-weight: var(--font-weight-2, normal);
  --range-size-m-track-radius: var(--corner-zero, 0);
  --range-size-m-scale-radius: var(--corner-zero, 0);
  --range-size-m-slider-shadow-moving: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --range-normal-slider-bg-color: var(--color-white, #FFFFFF);
  --range-normal-slider-bg-color-hover: var(--color-white, #FFFFFF);
  --range-size-m-slider-shadow: var(--shadow-1, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --range-normal-mark-color-hover: var(--color-text1-2, #888888);
  --range-normal-mark-selected-color-hover: var(--color-text1-4, #111111);
  --range-normal-slider-border-color-hover: var(--color-transparent, transparent);
  /* ------------------------ slider ------------------------ */
  --slick-arrow-bg-color-disabled: var(--color-black, #000000);
  --slick-arrow-bg-opacity-disabled: 0.05;
  --slick-dots-position-bottom: var(--s-3, 12px);
  --slick-dots-position-right: var(--s-5, 20px);
  --slick-dots-width: var(--s-2, 8px);
  --slick-dots-height: var(--s-2, 8px);
  --slick-dots-margin-lr: var(--s-1, 4px);
  --slick-dots-margin-tb: var(--s-zero, 0px);
  --slick-arrow-width-m: var(--s-7, 28px);
  --slick-arrow-width-l: var(--s-12, 48px);
  --slick-arrow-height-m: var(--s-14, 56px);
  --slick-arrow-height-l: var(--s-24, 96px);
  --slick-ver-arrow-width-m: var(--s-14, 56px);
  --slick-ver-arrow-width-l: var(--s-24, 96px);
  --slick-ver-arrow-height-m: var(--s-7, 28px);
  --slick-ver-arrow-height-l: var(--s-12, 48px);
  --slick-arrow-icon-m: var(--icon-m, 20px);
  --slick-arrow-icon-l: var(--icon-xl, 32px);
  --slick-arrow-position-lr-m: var(--s-1, 4px);
  --slick-arrow-position-lr-l: var(--s-2, 8px);
  --slick-ver-arrow-position-tb-m: var(--s-1, 4px);
  --slick-ver-arrow-position-tb-l: var(--s-4, 16px);
  --slick-track-padding-lr: var(--s-6, 24px);
  --slick-ver-track-padding-tb: var(--s-6, 24px);
  --slick-dots-background-color-normal: var(--color-black, #000000);
  --slick-dots-background-color-hover: var(--color-black, #000000);
  --slick-dots-background-color-selected: var(--color-brand1-6, #0064C8);
  --slick-dots-background-opacity-normal: .32;
  --slick-dots-background-opacity-hover: .32;
  --slick-dots-background-opacity-selected: 1;
  --slick-dots-border-width: var(--line-zero, 0px);
  --slick-dots-border-radius: var(--corner-circle, 50%);
  --slick-dots-border-color-normal: var(--color-white, #FFFFFF);
  --slick-dots-border-color-hover: var(--color-white, #FFFFFF);
  --slick-dots-border-color-selected: var(--color-white, #FFFFFF);
  --slick-dots-border-opacity-normal: 1;
  --slick-dots-border-opacity-hover: 1;
  --slick-dots-border-opacity-selected: 1;
  --slick-arrow-icon-color-normal: var(--color-white, #FFFFFF);
  --slick-arrow-icon-color-normal-outer: var(--color-text1-3, #555555);
  --slick-arrow-icon-color-hover: var(--color-white, #FFFFFF);
  --slick-arrow-icon-color-hover-outer: var(--color-text1-4, #111111);
  --slick-arrow-icon-color-disabled: var(--color-text1-1, #C1C1C1);
  --slick-arrow-icon-color-disabled-outer: var(--color-text1-1, #C1C1C1);
  --slick-arrow-bg-color-normal: var(--color-black, #000000);
  --slick-arrow-bg-color-hover: var(--color-black, #000000);
  --slick-arrow-bg-opacity-normal: .2;
  --slick-arrow-bg-opacity-hover: .4;
  --slick-arrow-bg-color-normal-outer: var(--color-transparent, transparent);
  --slick-arrow-bg-color-hover-outer: var(--color-transparent, transparent);
  --slick-arrow-bg-color-disabled-outer: var(--color-transparent, transparent);
  --slick-arrow-bg-opacity-normal-outer: .32;
  --slick-arrow-bg-opacity-hover-outer: .32;
  --slick-arrow-bg-opacity-disabled-outer: .32;
  --slick-arrow-corner-radius-outer: var(--s-zero, 0px);
  /* ------------------------ date-picker ------------------------ */
  --date-picker-panel-footer-padding-lr: var(--s-4, 16px);
  --date-picker-panel-footer-padding-tb: var(--s-2, 8px);
  --date-picker-panel-background: var(--color-white, #FFFFFF);
  --date-picker-panel-time-panel-separator-color: var(--color-line1-2, #C0C6CC);
  --date-picker-calendar-icon: var(--icon-content-expand-down-for-component, "");
  /* ------------------------ time-picker ------------------------ */
  --time-picker-menu-item-font-size: var(--font-size-body-1, 12px);
  --time-picker-menu-border-color: var(--color-line1-2, #C0C6CC);
  --time-picker-menu-title-color: var(--color-text1-9, #333333);
  --time-picker-menu-item-color: var(--color-text1-9, #333333);
  --time-picker-menu-item-color-selected: var(--color-white, #FFFFFF);
  --time-picker-menu-item-color-disabled: var(--color-text1-3, #555555);
  --time-picker-menu-item-background-hover: var(--color-fill1-2, #F7F9FA);
  --time-picker-menu-item-background-selected: var(--color-fill1-5, #0064C8);
  --time-picker-menu-item-font-weight-selected: var(--font-weight-2, normal);
  --time-picker-menu-title-height: var(--s-9, 36px);
  --time-picker-menu-item-height: var(--s-8, 32px);
  --time-picker-menu-title-font-size: var(--font-size-body-1, 12px);
  --time-picker-menu-item-color-hover: var(--color-text1-9, #333333);
  --time-picker-panel-width: var(--s-50, 200px);
  --time-picker-panel-background: var(--color-white, #FFFFFF);
  --time-picker-menu-border-width: var(--line-1, 1px);
  --time-picker-menu-title-background: var(--color-white, #FFFFFF);
  --time-pikcer-menu-title-font-weight: var(--font-weight-2, normal);
  --time-picker-menu-item-background: var(--color-white, #FFFFFF);
  --time-picker-menu-item-background-disabled: var(--color-white, #FFFFFF);
  --time-picker-clock-icon: var(--icon-content-time-for-component, "");
  /* ------------------------ number-picker ------------------------ */
  --number-picker-inline-m-button-margin: var(--s-zero, 0px);
  --number-picker-normal-m-button-width: var(--s-10, 40px);
  --number-picker-normal-m-input-width: var(--s-35, 140px);
  --number-picker-inline-m-input-width: var(--s-35, 140px);
  --number-picker-normal-s-button-width: var(--s-5, 20px);
  --number-picker-normal-l-button-width: var(--s-5, 20px);
  --number-picker-normal-l-input-width: var(--s-20, 80px);
  --number-picker-normal-s-button-icon-size: var(--icon-xxs, 8px);
  --number-picker-normal-l-button-icon-size: var(--icon-xxs, 8px);
  --number-picker-inline-s-button-icon-size: var(--icon-xs, 12px);
  --number-picker-inline-s-button-margin: 2px;
  --number-picker-inline-s-button-corner: var(--corner-1, 2px);
  --number-picker-inline-m-button-corner: var(--corner-1, 2px);
  --number-picker-inline-l-button-icon-size: var(--icon-xs, 12px);
  --number-picker-inline-l-button-margin: 2px;
  --number-picker-inline-l-button-corner: var(--corner-1, 2px);
  --number-picker-inline-l-input-width: var(--s-32, 128px);
  --number-picker-normal-m-button-icon-size: var(--icon-s, 16px);
  --number-picker-inline-m-button-icon-size: var(--icon-s, 16px);
  --number-picker-inline-add-icon: var(--icon-content-plus-for-component, "");
  --number-picker-inline-minus-icon: var(--icon-content-minus-for-component, "");
  --number-picker-normal-up-icon: var(--icon-content-t-up-for-component, "");
  --number-picker-normal-down-icon: var(--icon-content-d-up-for-component, "");
  /* ------------------------ badge ------------------------ */
  --badge-size-count-font: var(--font-size-body-1, 12px);
  --badge-color-bg: var(--color-error-7, #C80000);
  --badge-dot-color-bg: var(--color-error-7, #C80000);
  --badge-size-dot-width: 8px;
  --badge-size-count-config-height: 18px;
  --badge-size-count-border-radius: var(--s-4, 16px);
  --badge-size-dot-border-radius: var(--s-2, 8px);
  --badge-size-list-margin: var(--s-zero, 0px);
  --badge-size-count-padding-lr: var(--s-1, 4px);
  --badge-size-custom-padding-lr: var(--s-1, 4px);
  --badge-size-custom-border-radius: var(--corner-1, 2px);
  /* ------------------------ drawer ------------------------ */
  --drawer-title-padding-bottom: var(--s-4, 16px);
  --drawer-border-color: var(--color-line1-2, #C0C6CC);
  --drawer-shadow: var(--shadow-3, 0px 8px 16px 0px rgba(0, 0, 0, 0.2));
  --drawer-title-color: var(--color-text1-9, #333333);
  --drawer-title-border-color: var(--color-transparent, transparent);
  --drawer-content-color: var(--color-text1-9, #333333);
  --drawer-close-color-hovered: var(--color-text1-9, #333333);
  --drawer-title-border-width: var(--line-zero, 0px);
  --drawer-content-padding-top: var(--s-zero, 0px);
  --drawer-content-padding-bottom: var(--s-2, 8px);
  --drawer-close-size: var(--icon-s, 16px);
  --drawer-close-color: var(--color-text1-7, #666666);
  --drawer-content-font-size: var(--font-size-body-1, 12px);
  --drawer-bg: var(--color-white, #FFFFFF);
  --drawer-border-width: var(--line-1, 1px);
  --drawer-border-style: var(--line-solid, solid);
  --drawer-corner: var(--corner-1, 2px);
  --drawer-title-bg-color: var(--color-white, #FFFFFF);
  --drawer-close-bg-hovered: var(--color-transparent, transparent);
  --drawer-title-font-size: var(--font-size-title, 16px);
  --drawer-title-padding-left-right: var(--s-6, 24px);
  --drawer-content-padding-left-right: var(--s-6, 24px);
  --drawer-close-right: var(--s-6, 24px);
  --drawer-title-padding-top: var(--s-6, 24px);
  --drawer-close-top: var(--s-6, 24px);
  /* ------------------------ select ------------------------ */
  --select-l-lineheight: 22px;
  --select-m-lineheight: 22px;
  --select-s-lineheight: 18px;
  --select-color: var(--color-text1-9, #333333);
  --select-hint-color: var(--color-text1-2, #888888);
  --select-highlight-color: var(--color-brand1-6, #0064C8);
  --select-highlight-font: var(--font-size-body-1, 12px);
  --select-unfold-icon-content: var(--icon-reset, var(--icon-reset));
  --select-fold-icon-content: var(--icon-content-expand-down-for-component, "");
  /* ------------------------ typography ------------------------ */
  --typography-text-color: var(--color-text1-9, #333333);
  --typography-paragraph-font-size: var(--font-size-body-1, 12px);
  --typography-title-h1-font-size: var(--font-size-display-3, 48px);
  --typography-title-h2-font-size: var(--font-size-display-2, 36px);
  --typography-title-h3-font-size: var(--font-size-display-1, 24px);
  --typography-title-h4-font-size: var(--font-size-headline, 20px);
  --typography-title-h5-font-size: var(--font-size-title, 16px);
  --typography-title-h6-font-size: var(--font-size-subhead, 14px);
  --typography-text-mark-color: var(--color-text1-9, #333333);
  --typography-text-mark-background: var(--color-warning-6, #FAC800);
  --typography-text-code-color: var(--color-text1-9, #333333);
  --typography-text-code-background: var(--color-fill1-3, #EFF3F8);
  --typography-text-code-border-color: var(--color-line1-2, #C0C6CC);
  --typography-text-strong-font-weight: var(--font-weight-semi-bold, 600);
  --typography-text-code-corner: var(--corner-1, 2px);
  --typography-paragraph-line-height: var(--font-lineheight-2, 1.5);
  --typography-title-font-weight: var(--font-weight-semi-bold, 600);
  /* ------------------------ rating ------------------------ */
  --rating-normal-underlay-color: var(--color-white, #FFFFFF);
  --rating-grade-low-overlay-color: var(--color-warning-6, #FAC800);
  --rating-grade-high-overlay-color: var(--color-warning-6, #FAC800);
  --rating-normal-overlay-hover-color: var(--color-white, #FFFFFF);
  --rating-grade-high-overlay-hover-color: var(--color-warning-6, #FAC800);
  --rating-grade-icon-content: var(--icon-content-collection, "");
  --rating-small-text-margin-left: var(--s-2, 8px);
  --rating-small-icon-size: var(--icon-xs, 12px);
  --rating-small-font-size: var(--font-size-caption, 12px);
  --rating-medium-text-margin-left: var(--s-3, 12px);
  --rating-medium-icon-size: var(--icon-s, 16px);
  --rating-medium-font-size: var(--font-size-body-1, 12px);
  --rating-large-text-margin-left: var(--s-4, 16px);
  --rating-large-icon-size: var(--icon-m, 20px);
  --rating-large-font-size: var(--font-size-subhead, 14px);
  --rating-normal-overlay-color: var(--color-brand1-6, #0064C8);
  --rating-grade-low-overlay-hover-color: var(--color-text1-2, #888888);
  /* ------------------------ cascader-select ------------------------ */
  --cascader-select: "cascader-select";
  /* ------------------------ split-button ------------------------ */
  --split-btn-trigger-normal-icon-color: var(--color-text1-2, #888888);
  --split-btn-unfold-icon-content: var(--icon-reset, var(--icon-reset));
  --split-btn-fold-icon-content: var(--icon-content-expand-down-for-component, "");
  /* ------------------------ paragraph ------------------------ */
  --paragraph-text-color: var(--color-text1-4, #111111);
  --paragraph-s-font-size: var(--font-size-body-1, 12px);
  --paragraph-m-font-size: var(--font-size-body-2, 14px);
  --paragraph-s-line-height: var(--font-lineheight-2, 1.5);
  --paragraph-l-line-height: var(--font-lineheight-3, 1.6);
  /* ------------------------ shell ------------------------ */
  --shell-light-header-color: var(--color-black, #000000);
  --shell-light-header-height: var(--s-13, 52px);
  --shell-light-header-background: var(--color-white, #FFFFFF);
  --shell-light-header-shadow: var(--shadow-zero, none);
  --shell-light-header-divider-size: var(--line-1, 1px);
  --shell-light-header-divider-style: var(--line-solid, solid);
  --shell-light-header-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-light-header-paddingLeft: var(--s-4, 16px);
  --shell-light-multitask-min-height: var(--s-10, 40px);
  --shell-light-multitask-background: var(--color-white, #FFFFFF);
  --shell-light-multitask-shadow: var(--shadow-zero, none);
  --shell-light-multitask-divider-size: var(--line-1, 1px);
  --shell-light-multitask-divider-style: var(--line-solid, solid);
  --shell-light-multitask-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-light-multitask-paddingLeft: var(--s-zero, 0px);
  --shell-light-navigation-hoz-marginLeft: var(--s-12, 48px);
  --shell-light-navigation-ver-width: var(--s-42, 168px);
  --shell-light-navigation-ver-shadow: var(--shadow-zero, none);
  --shell-light-navigation-ver-paddingTop: var(--s-2, 8px);
  --shell-light-navigation-ver-paddingBottom: var(--s-2, 8px);
  --shell-light-navigation-ver-width-mini: var(--s-15, 60px);
  --shell-light-navigation-ver-background: var(--color-white, #FFFFFF);
  --shell-light-navigation-ver-divider-size: var(--line-1, 1px);
  --shell-light-navigation-ver-divider-style: var(--line-solid, solid);
  --shell-light-navigation-ver-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-light-local-navigation-width: var(--s-42, 168px);
  --shell-light-local-navigation-background: var(--color-fill1-4, #004080);
  --shell-light-local-navigation-paddingTop: var(--s-2, 8px);
  --shell-light-local-navigation-paddingBottom: var(--s-2, 8px);
  --shell-light-local-navigation-shadow: var(--shadow-zero, none);
  --shell-light-local-navigation-divider-size: var(--line-1, 1px);
  --shell-light-local-navigation-divider-style: var(--line-solid, solid);
  --shell-light-local-navigation-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-light-appbar-background: var(--color-white, #FFFFFF);
  --shell-light-appbar-min-height: var(--s-12, 48px);
  --shell-light-appbar-shadow: var(--shadow-zero, none);
  --shell-light-appbar-paddingLeft: var(--s-6, 24px);
  --shell-light-appbar-divider-size: var(--line-1, 1px);
  --shell-light-appbar-divider-style: var(--line-solid, solid);
  --shell-light-appbar-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-light-content-background: var(--color-fill1-3, #EFF3F8);
  --shell-light-content-paddingLeft: var(--s-5, 20px);
  --shell-light-content-paddingTop: var(--s-5, 20px);
  --shell-light-footer-min-height: var(--s-14, 56px);
  --shell-light-footer-background: var(--color-transparent, transparent);
  --shell-light-footer-color: var(--color-text1-1, #C1C1C1);
  --shell-light-footer-font-size: var(--font-size-body-2, 14px);
  --shell-light-ancillary-width: var(--s-42, 168px);
  --shell-light-ancillary-background: var(--color-white, #FFFFFF);
  --shell-light-ancillary-paddingTop: var(--s-2, 8px);
  --shell-light-ancillary-paddingBottom: var(--s-2, 8px);
  --shell-light-ancillary-shadow: var(--shadow-zero, none);
  --shell-light-ancillary-divider-size: var(--line-1, 1px);
  --shell-light-ancillary-divider-style: var(--line-solid, solid);
  --shell-light-ancillary-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-light-tooldock-height: var(--s-13, 52px);
  --shell-light-tooldock-width: var(--s-13, 52px);
  --shell-light-tooldock-background: var(--color-fill1-4, #004080);
  --shell-light-tooldock-paddingTop: var(--s-2, 8px);
  --shell-light-tooldock-paddingBottom: var(--s-2, 8px);
  --shell-light-tooldock-shadow: var(--shadow-zero, none);
  --shell-light-tooldock-divider-size: var(--line-1, 1px);
  --shell-light-tooldock-divider-style: var(--line-solid, solid);
  --shell-light-tooldock-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-light-tooldock-item-paddingTop: var(--s-2, 8px);
  --shell-light-tooldock-item-color: var(--color-text1-3, #555555);
  --shell-light-tooldock-item-color-hover: var(--color-text1-4, #111111);
  --shell-light-tooldock-item-color-active: var(--color-text1-4, #111111);
  --shell-light-tooldock-item-background: var(--color-transparent, transparent);
  --shell-light-tooldock-item-background-hover: var(--color-fill1-3, #EFF3F8);
  --shell-light-tooldock-item-background-active: var(--color-fill1-3, #EFF3F8);
  --shell-dark-header-color: var(--color-white, #FFFFFF);
  --shell-dark-header-height: var(--s-13, 52px);
  --shell-dark-header-background: var(--color-black, #000000);
  --shell-dark-header-shadow: var(--shadow-1-down, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --shell-dark-header-divider-size: var(--line-1, 1px);
  --shell-dark-header-divider-style: var(--line-solid, solid);
  --shell-dark-header-divider-color: #1F1F1F;
  --shell-dark-header-paddingLeft: var(--s-4, 16px);
  --shell-dark-multitask-min-height: var(--s-10, 40px);
  --shell-dark-multitask-background: var(--color-white, #FFFFFF);
  --shell-dark-multitask-shadow: var(--shadow-zero, none);
  --shell-dark-multitask-divider-size: var(--line-1, 1px);
  --shell-dark-multitask-divider-style: var(--line-solid, solid);
  --shell-dark-multitask-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-dark-multitask-paddingLeft: var(--s-zero, 0px);
  --shell-dark-navigation-hoz-marginLeft: var(--s-12, 48px);
  --shell-dark-navigation-ver-width: var(--s-42, 168px);
  --shell-dark-navigation-ver-shadow: var(--shadow-zero, none);
  --shell-dark-navigation-ver-paddingTop: var(--s-2, 8px);
  --shell-dark-navigation-ver-paddingBottom: var(--s-2, 8px);
  --shell-dark-navigation-ver-width-mini: var(--s-15, 60px);
  --shell-dark-navigation-ver-background: var(--color-text1-4, #111111);
  --shell-dark-navigation-ver-divider-size: var(--line-1, 1px);
  --shell-dark-navigation-ver-divider-style: var(--line-solid, solid);
  --shell-dark-navigation-ver-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-dark-local-navigation-width: var(--s-42, 168px);
  --shell-dark-local-navigation-background: var(--color-fill1-4, #004080);
  --shell-dark-local-navigation-paddingTop: var(--s-2, 8px);
  --shell-dark-local-navigation-paddingBottom: var(--s-2, 8px);
  --shell-dark-local-navigation-shadow: var(--shadow-zero, none);
  --shell-dark-local-navigation-divider-size: var(--line-1, 1px);
  --shell-dark-local-navigation-divider-style: var(--line-solid, solid);
  --shell-dark-local-navigation-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-dark-appbar-background: var(--color-white, #FFFFFF);
  --shell-dark-appbar-min-height: var(--s-12, 48px);
  --shell-dark-appbar-shadow: var(--shadow-zero, none);
  --shell-dark-appbar-paddingLeft: var(--s-6, 24px);
  --shell-dark-appbar-divider-size: var(--line-1, 1px);
  --shell-dark-appbar-divider-style: var(--line-solid, solid);
  --shell-dark-appbar-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-dark-content-background: var(--color-fill1-3, #EFF3F8);
  --shell-dark-content-paddingLeft: var(--s-5, 20px);
  --shell-dark-content-paddingTop: var(--s-5, 20px);
  --shell-dark-footer-min-height: var(--s-14, 56px);
  --shell-dark-footer-background: var(--color-transparent, transparent);
  --shell-dark-footer-color: var(--color-text1-1, #C1C1C1);
  --shell-dark-footer-font-size: var(--font-size-body-2, 14px);
  --shell-dark-ancillary-width: var(--s-42, 168px);
  --shell-dark-ancillary-background: var(--color-white, #FFFFFF);
  --shell-dark-ancillary-paddingTop: var(--s-2, 8px);
  --shell-dark-ancillary-paddingBottom: var(--s-2, 8px);
  --shell-dark-ancillary-shadow: var(--shadow-zero, none);
  --shell-dark-ancillary-divider-size: var(--line-1, 1px);
  --shell-dark-ancillary-divider-style: var(--line-solid, solid);
  --shell-dark-ancillary-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-dark-tooldock-height: var(--s-13, 52px);
  --shell-dark-tooldock-width: var(--s-13, 52px);
  --shell-dark-tooldock-background: var(--color-fill1-4, #004080);
  --shell-dark-tooldock-paddingTop: var(--s-2, 8px);
  --shell-dark-tooldock-paddingBottom: var(--s-2, 8px);
  --shell-dark-tooldock-shadow: var(--shadow-zero, none);
  --shell-dark-tooldock-divider-size: var(--line-1, 1px);
  --shell-dark-tooldock-divider-style: var(--line-solid, solid);
  --shell-dark-tooldock-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-dark-tooldock-item-paddingTop: var(--s-2, 8px);
  --shell-dark-tooldock-item-color: var(--color-text1-3, #555555);
  --shell-dark-tooldock-item-color-hover: var(--color-text1-4, #111111);
  --shell-dark-tooldock-item-color-active: var(--color-text1-4, #111111);
  --shell-dark-tooldock-item-background: var(--color-transparent, transparent);
  --shell-dark-tooldock-item-background-hover: var(--color-fill1-3, #EFF3F8);
  --shell-dark-tooldock-item-background-active: var(--color-fill1-3, #EFF3F8);
  --shell-brand-header-color: var(--color-white, #FFFFFF);
  --shell-brand-header-height: var(--s-13, 52px);
  --shell-brand-header-background: var(--color-brand1-6, #0064C8);
  --shell-brand-header-shadow: var(--shadow-1-down, 0px 2px 4px 0px rgba(0, 0, 0, 0.16));
  --shell-brand-header-divider-size: var(--line-1, 1px);
  --shell-brand-header-divider-style: var(--line-solid, solid);
  --shell-brand-header-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-brand-header-paddingLeft: var(--s-4, 16px);
  --shell-brand-multitask-min-height: var(--s-10, 40px);
  --shell-brand-multitask-background: var(--color-white, #FFFFFF);
  --shell-brand-multitask-shadow: var(--shadow-zero, none);
  --shell-brand-multitask-divider-size: var(--line-1, 1px);
  --shell-brand-multitask-divider-style: var(--line-solid, solid);
  --shell-brand-multitask-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-brand-multitask-paddingLeft: var(--s-zero, 0px);
  --shell-brand-navigation-hoz-marginLeft: var(--s-12, 48px);
  --shell-brand-navigation-ver-width: var(--s-42, 168px);
  --shell-brand-navigation-ver-shadow: var(--shadow-zero, none);
  --shell-brand-navigation-ver-paddingTop: var(--s-2, 8px);
  --shell-brand-navigation-ver-paddingBottom: var(--s-2, 8px);
  --shell-brand-navigation-ver-width-mini: var(--s-15, 60px);
  --shell-brand-navigation-ver-background: var(--color-white, #FFFFFF);
  --shell-brand-navigation-ver-divider-size: var(--line-1, 1px);
  --shell-brand-navigation-ver-divider-style: var(--line-solid, solid);
  --shell-brand-navigation-ver-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-brand-local-navigation-width: var(--s-42, 168px);
  --shell-brand-local-navigation-background: var(--color-fill1-4, #004080);
  --shell-brand-local-navigation-paddingTop: var(--s-2, 8px);
  --shell-brand-local-navigation-paddingBottom: var(--s-2, 8px);
  --shell-brand-local-navigation-shadow: var(--shadow-zero, none);
  --shell-brand-local-navigation-divider-size: var(--line-1, 1px);
  --shell-brand-local-navigation-divider-style: var(--line-solid, solid);
  --shell-brand-local-navigation-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-brand-appbar-background: var(--color-white, #FFFFFF);
  --shell-brand-appbar-min-height: var(--s-12, 48px);
  --shell-brand-appbar-shadow: var(--shadow-zero, none);
  --shell-brand-appbar-paddingLeft: var(--s-6, 24px);
  --shell-brand-appbar-divider-size: var(--line-1, 1px);
  --shell-brand-appbar-divider-style: var(--line-solid, solid);
  --shell-brand-appbar-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-brand-content-background: var(--color-fill1-3, #EFF3F8);
  --shell-brand-content-paddingLeft: var(--s-5, 20px);
  --shell-brand-content-paddingTop: var(--s-5, 20px);
  --shell-brand-footer-min-height: var(--s-14, 56px);
  --shell-brand-footer-background: var(--color-transparent, transparent);
  --shell-brand-footer-color: var(--color-text1-1, #C1C1C1);
  --shell-brand-footer-font-size: var(--font-size-body-2, 14px);
  --shell-brand-ancillary-width: var(--s-42, 168px);
  --shell-brand-ancillary-background: var(--color-white, #FFFFFF);
  --shell-brand-ancillary-paddingTop: var(--s-2, 8px);
  --shell-brand-ancillary-paddingBottom: var(--s-2, 8px);
  --shell-brand-ancillary-shadow: var(--shadow-zero, none);
  --shell-brand-ancillary-divider-size: var(--line-1, 1px);
  --shell-brand-ancillary-divider-style: var(--line-solid, solid);
  --shell-brand-ancillary-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-brand-tooldock-height: var(--s-13, 52px);
  --shell-brand-tooldock-width: var(--s-13, 52px);
  --shell-brand-tooldock-background: var(--color-fill1-4, #004080);
  --shell-brand-tooldock-paddingTop: var(--s-2, 8px);
  --shell-brand-tooldock-paddingBottom: var(--s-2, 8px);
  --shell-brand-tooldock-shadow: var(--shadow-zero, none);
  --shell-brand-tooldock-divider-size: var(--line-1, 1px);
  --shell-brand-tooldock-divider-style: var(--line-solid, solid);
  --shell-brand-tooldock-divider-color: var(--color-line1-1, #E3E4E6);
  --shell-brand-tooldock-item-paddingTop: var(--s-2, 8px);
  --shell-brand-tooldock-item-color: var(--color-text1-3, #555555);
  --shell-brand-tooldock-item-color-hover: var(--color-text1-4, #111111);
  --shell-brand-tooldock-item-color-active: var(--color-text1-4, #111111);
  --shell-brand-tooldock-item-background: var(--color-transparent, transparent);
  --shell-brand-tooldock-item-background-hover: var(--color-fill1-3, #EFF3F8);
  --shell-brand-tooldock-item-background-active: var(--color-fill1-3, #EFF3F8);
  /* ------------------------ divider ------------------------ */
  --divider-hoz-size: var(--line-1, 1px);
  --divider-hoz-text-center-paddingLeft: var(--s-4, 16px);
  --divider-hoz-text-left-paddingLeft: var(--s-4, 16px);
  --divider-hoz-text-marginTop: var(--s-4, 16px);
  --divider-hoz-marginTop: var(--s-4, 16px);
  --divider-hoz-text-size: var(--font-size-subhead, 14px);
  --divider-hoz-text-weight: var(--font-weight-2, normal);
  --divider-ver-size: var(--line-1, 1px);
  --divider-ver-color: var(--color-line1-2, #C0C6CC);
  --divider-ver-marginLeft: var(--s-2, 8px);
  --divider-hoz-color: var(--color-line1-1, #E3E4E6);
  --divider-hoz-text-color: var(--color-text1-7, #666666);
  /* ------------------------ tree-select ------------------------ */
  --tree-select-padding-vertical: var(--s-2, 8px);
  --tree-select-padding-horizontal: var(--s-5, 20px);
  --tree-select-background: var(--color-white, #FFFFFF);
  /* ------------------------ nav ------------------------ */
  --nav-hoz-height: var(--s-11, 44px);
  --nav-hoz-font-size: var(--font-size-body-1, 12px);
  --nav-hoz-item-margin-tb: var(--s-zero, 0px);
  --nav-hoz-item-margin-lr: var(--s-zero, 0px);
  --nav-hoz-item-padding-lr: var(--s-5, 20px);
  --nav-hoz-item-corner: var(--corner-zero, 0);
  --nav-hoz-item-selected-active-line: var(--line-2, 2px);
  --nav-hoz-item-hover-active-line: var(--line-zero, 0px);
  --nav-ver-height: var(--s-10, 40px);
  --nav-ver-font-size: var(--font-size-body-1, 12px);
  --nav-ver-item-margin-tb: var(--s-zero, 0px);
  --nav-ver-item-margin-lr: var(--s-zero, 0px);
  --nav-ver-item-padding-lr: var(--s-5, 20px);
  --nav-ver-item-corner: var(--corner-zero, 0);
  --nav-ver-item-selected-active-line: var(--line-2, 2px);
  --nav-ver-item-hover-active-line: var(--line-zero, 0px);
  --nav-ver-sub-nav-height: var(--s-10, 40px);
  --nav-ver-sub-nav-font-size: var(--font-size-caption, 12px);
  --nav-group-height: var(--s-10, 40px);
  --nav-group-font-size: var(--font-size-subhead, 14px);
  --nav-icon-self-size: var(--icon-xs, 12px);
  --nav-icon-self-margin: var(--s-1, 4px);
  --nav-icon-only-font-size: var(--icon-s, 16px);
  --nav-primary-bg-color: var(--color-text1-4, #111111);
  --nav-primary-border-width: var(--line-zero, 0px);
  --nav-primary-border-color: var(--color-text1-4, #111111);
  --nav-primary-text-color: var(--color-white, #FFFFFF);
  --nav-primary-text-style: var(--font-weight-2, normal);
  --nav-primary-shadow: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --nav-primary-sub-nav-bg-color: var(--color-text1-4, #111111);
  --nav-primary-sub-nav-text-color: var(--color-white, #FFFFFF);
  --nav-primary-sub-nav-text-style: var(--font-weight-2, normal);
  --nav-primary-group-text-color: var(--color-text1-2, #888888);
  --nav-primary-group-text-style: var(--font-weight-2, normal);
  --nav-primary-item-hover-bg-color: var(--color-black, #000000);
  --nav-primary-item-hover-text-color: var(--color-white, #FFFFFF);
  --nav-primary-item-hover-text-style: var(--font-weight-2, normal);
  --nav-primary-item-hover-active-color: var(--color-brand1-6, #0064C8);
  --nav-primary-sub-nav-hover-bg-color: var(--color-black, #000000);
  --nav-primary-sub-nav-hover-text-color: var(--color-white, #FFFFFF);
  --nav-primary-item-selected-bg-color: var(--color-black, #000000);
  --nav-primary-item-selected-text-color: var(--color-white, #FFFFFF);
  --nav-primary-item-selected-text-style: var(--font-weight-3, bold);
  --nav-primary-item-selected-active-color: var(--color-brand1-6, #0064C8);
  --nav-primary-sub-nav-selected-bg-color: var(--color-black, #000000);
  --nav-primary-sub-nav-selected-text-color: var(--color-white, #FFFFFF);
  --nav-primary-sub-nav-active-color: var(--color-brand1-6, #0064C8);
  --nav-primary-item-opened-bg-color: var(--color-black, #000000);
  --nav-primary-item-opened-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-bg-color: var(--color-brand1-6, #0064C8);
  --nav-secondary-border-width: var(--line-zero, 0px);
  --nav-secondary-border-color: var(--color-brand1-6, #0064C8);
  --nav-secondary-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-text-style: var(--font-weight-2, normal);
  --nav-secondary-shadow: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --nav-secondary-sub-nav-bg-color: var(--color-brand1-6, #0064C8);
  --nav-secondary-sub-nav-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-sub-nav-text-style: var(--font-weight-2, normal);
  --nav-secondary-group-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-group-text-style: var(--font-weight-2, normal);
  --nav-secondary-item-hover-bg-color: var(--color-brand1-9, #002850);
  --nav-secondary-item-hover-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-item-hover-text-style: var(--font-weight-2, normal);
  --nav-secondary-item-hover-active-color: var(--color-brand1-9, #002850);
  --nav-secondary-sub-nav-hover-bg-color: var(--color-brand1-9, #002850);
  --nav-secondary-sub-nav-hover-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-item-selected-bg-color: var(--color-brand1-9, #002850);
  --nav-secondary-item-selected-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-item-selected-text-style: var(--font-weight-3, bold);
  --nav-secondary-item-selected-active-color: var(--color-brand1-9, #002850);
  --nav-secondary-sub-nav-selected-bg-color: var(--color-brand1-9, #002850);
  --nav-secondary-sub-nav-selected-text-color: var(--color-white, #FFFFFF);
  --nav-secondary-sub-nav-active-color: var(--color-brand1-6, #0064C8);
  --nav-secondary-item-opened-bg-color: var(--color-brand1-9, #002850);
  --nav-secondary-item-opened-text-color: var(--color-white, #FFFFFF);
  --nav-normal-bg-color: var(--color-white, #FFFFFF);
  --nav-normal-border-color: var(--color-line1-1, #E3E4E6);
  --nav-normal-text-color: var(--color-text1-4, #111111);
  --nav-normal-text-style: var(--font-weight-2, normal);
  --nav-normal-border-line: var(--line-1, 1px);
  --nav-normal-shadow: var(--shadow-2, 0px 4px 8px 0px rgba(0, 0, 0, 0.16));
  --nav-normal-sub-nav-bg-color: var(--color-white, #FFFFFF);
  --nav-normal-sub-nav-text-color: var(--color-text1-4, #111111);
  --nav-normal-sub-nav-text-style: var(--font-weight-2, normal);
  --nav-normal-group-text-color: var(--color-text1-2, #888888);
  --nav-normal-group-text-style: var(--font-weight-2, normal);
  --nav-normal-item-hover-bg-color: var(--color-white, #FFFFFF);
  --nav-normal-item-hover-text-color: var(--color-brand1-6, #0064C8);
  --nav-normal-item-hover-text-style: var(--font-weight-2, normal);
  --nav-normal-item-hover-active-color: var(--color-brand1-6, #0064C8);
  --nav-normal-sub-nav-hover-bg-color: var(--color-fill1-2, #F7F9FA);
  --nav-normal-sub-nav-hover-text-color: var(--color-brand1-6, #0064C8);
  --nav-normal-item-selected-bg-color: var(--color-fill1-2, #F7F9FA);
  --nav-normal-item-selected-text-color: var(--color-brand1-6, #0064C8);
  --nav-normal-item-selected-text-style: var(--font-weight-3, bold);
  --nav-normal-item-selected-active-color: var(--color-brand1-6, #0064C8);
  --nav-normal-sub-nav-selected-bg-color: var(--color-fill1-2, #F7F9FA);
  --nav-normal-sub-nav-selected-text-color: var(--color-brand1-6, #0064C8);
  --nav-normal-sub-nav-active-color: var(--color-brand1-6, #0064C8);
  --nav-normal-item-opened-bg-color: var(--color-fill1-2, #F7F9FA);
  --nav-normal-item-opened-text-color: var(--color-brand1-6, #0064C8);
  --nav-line-bg-color: var(--color-transparent, transparent);
  --nav-line-border-color: var(--color-line1-2, #C0C6CC);
  --nav-line-text-color: var(--color-text1-4, #111111);
  --nav-line-text-style: var(--font-weight-2, normal);
  --nav-line-border-line: var(--line-1, 1px);
  --nav-line-sub-nav-bg-color: var(--color-transparent, transparent);
  --nav-line-sub-nav-text-color: var(--color-text1-4, #111111);
  --nav-line-sub-nav-text-style: var(--font-weight-2, normal);
  --nav-line-item-hover-bg-color: var(--color-transparent, transparent);
  --nav-line-item-hover-text-color: var(--color-brand1-6, #0064C8);
  --nav-line-item-hover-text-style: var(--font-weight-2, normal);
  --nav-line-item-hover-active-color: var(--color-brand1-6, #0064C8);
  --nav-line-sub-nav-hover-bg-color: var(--color-transparent, transparent);
  --nav-line-sub-nav-hover-text-color: var(--color-brand1-6, #0064C8);
  --nav-line-item-selected-bg-color: var(--color-transparent, transparent);
  --nav-line-item-selected-text-color: var(--color-brand1-6, #0064C8);
  --nav-line-item-selected-text-style: var(--font-weight-3, bold);
  --nav-line-item-selected-active-color: var(--color-brand1-6, #0064C8);
  --nav-line-sub-nav-selected-bg-color: var(--color-transparent, transparent);
  --nav-line-sub-nav-selected-text-color: var(--color-brand1-6, #0064C8);
  --nav-line-sub-nav-active-color: var(--color-brand1-6, #0064C8);
  --nav-line-item-opened-bg-color: var(--color-transparent, transparent);
  --nav-line-item-opened-text-color: var(--color-brand1-6, #0064C8);
  --nav-line-group-text-color: var(--color-text1-2, #888888);
  --nav-line-group-text-style: var(--font-weight-2, normal);
  /* ------------------------ list ------------------------ */
  --list-size-s-title-font-size: var(--font-size-subhead, 14px);
  --list-size-s-title-font-weight: var(--font-weight-3, bold);
  --list-size-s-item-padding-lr: var(--s-zero, 0px);
  --list-size-s-item-padding-tb: var(--s-2, 8px);
  --list-size-s-item-media-margin: var(--s-2, 8px);
  --list-size-s-item-content-font-size: var(--font-size-body-1, 12px);
  --list-size-s-item-content-line-height: var(--font-lineheight-1, 1);
  --list-size-s-item-title-font-weight: var(--font-weight-2, normal);
  --list-size-s-item-title-font-size: var(--font-size-body-2, 14px);
  --list-size-s-item-title-line-height: var(--font-lineheight-2, 1.5);
  --list-size-m-title-font-size: var(--font-size-title, 16px);
  --list-size-m-title-font-weight: var(--font-weight-3, bold);
  --list-size-m-item-padding-lr: var(--s-zero, 0px);
  --list-size-m-item-padding-tb: var(--s-4, 16px);
  --list-size-m-item-media-margin: var(--s-2, 8px);
  --list-size-m-item-content-font-size: var(--font-size-body-2, 14px);
  --list-size-m-item-content-line-height: var(--font-lineheight-2, 1.5);
  --list-size-m-item-title-font-size: var(--font-size-subhead, 14px);
  --list-size-m-item-title-line-height: var(--font-lineheight-2, 1.5);
  --list-size-m-item-title-font-weight: var(--font-weight-2, normal);
  --list-divider-color: var(--color-line1-2, #C0C6CC);
  --list-title-color: var(--color-text1-4, #111111);
  --list-content-color: var(--color-text1-3, #555555);
  --list-extra-color: var(--color-text1-2, #888888);
  /* ------------------------ avatar ------------------------ */
  --avatar-size-large: var(--s-13, 52px);
  --avatar-size-medium: var(--s-10, 40px);
  --avatar-size-small: var(--s-7, 28px);
  --avatar-border-radius: var(--corner-1, 2px);
  /* 兼容0.x */
  --line-0: var(--line-zero);
  --shadow-0: var(--shadow-zero);
  --corner-right-angle: var(--corner-zero);
  --s-0: var(--s-zero);
}

.theme-xconsole, :root {
  --alicloudfe-components-theme: xconsole;
  --xconsole-icon-font-family: NextIcon;
  --body-bg: #ffffff;
  --range-scale-item-position-top: 8px;
  --range-size-m-scale-height: 4px;
  --range-size-m-scale-item-border-width: 0px;
  --timeline-item-done-background: none;
  --timeline-item-done-border: 1px solid #c0c6cc;
  --switch-size-s-width: 44px;
  --balloon-size-arrow-expose: -5px;
  --pagination-item-hover-bg: var(--color-fill1-2);
  --active-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08),
    0 2px 4px 0 rgba(0, 0, 0, 0.16);
  --active-transition: 0.3s;
  --btn-font-weight: 600;
  --btn-pure-primary-bg-disabled: #d1d5d9;
  --btn-pure-primary-color-disabled: #ffffff;
  --btn-pure-primary-border-style: none;
  --btn-primary-hover-shadow: 0 4px 8px 0 rgba(0,0,0,0.08), 0 2px 4px 0 rgba(0,0,0,0.16);
  --btn-primary-active-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
  --btn-normal-hover-shadow: 0 4px 8px 0 rgba(0,0,0,0.08), 0 2px 4px 0 rgba(0,0,0,0.16);
  --btn-normal-active-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
  --btn-text-secondary-bg-hover: #F7F9FA;
  --btn-text-secondary-bg-active: #EFF3F8;
  --btn-small-min-width: 68px;
  --btn-small-cn-width: 72px;
  --btn-medium-min-width: 76px;
  --btn-medium-cn-width: 80px;
  --btn-large-min-width: 84px;
  --btn-large-cn-width: 88px;
  --tab-pure-text-color-hover: #303030;
  --tab-pure-text-color-normal: #303030;
  --tab-pure-hover-bg: #f7f9fa;
  --search-normal-normal-btn-bg-color: #fff;
  --search-btn-hover-bg: #fff;
  --menu-icon-selected-color: #333333;
  --select-menu-select-icon-ml: -20px;
  --select-selected-font-weight: 600;
  --menu-padding: 4px;
  --menu-padding-horizontal-selectable: 24px;
  --tag-hover-color: #333333;
  --tag-focus-color: #333333;
  --tag-focus-bg: #ffffff;
  --tag-hover-bg: #f7f9fa;
  --number-picker-height-small: 28px;
  --number-picker-height-medium: 32px;
  --number-picker-height-large: 36px;
  --cascader-menu-width: 175px;
  --dialog-footer-align-default: left;
  --message-line-height: 16px;
  --message-close-icon-size: 16px;
  --message-size-m-close-top: 14px;
  --message-size-m-close-right: 14px;
  --message-size-m-title-content-padding-left: 8px;
  --balloon-arrow-border-radius: 0px;
  --dialog-close-top-normal: 28px;
  --table-expand-icon-size: 16px;
}