#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-color: #29d transparent transparent #29d;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.__next,
body,
html {
    width: 100%
}

.__next {
    height: 100%
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

* {
    margin: 0;
    padding: 0
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    scroll-behavior: smooth
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    color: #323233;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-variant: tabular-nums;
    line-height: 1.5;
    font-feature-settings: "tnum"
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em;
    font-weight: 600
}

p {
    margin-top: 0;
    margin-bottom: 1em
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit
}

input[type=number],
input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

dl,
dt,
li,
ol,
ul {
    margin-bottom: 0;
    margin-top: 0
}

dt {
    font-weight: 600
}

dd {
    margin-top: 0;
    margin-bottom: .5em;
    margin-left: 0
}

blockquote {
    margin: 0 0 1em
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #3370ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects
}

@media(hover:hover) {
    a:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover {
        color: #05c
    }
}

a:not(.zui-button):not(.zui-legacy-button):not([disabled]):active {
    color: #0049ae
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none;
    outline: none
}

a[disabled] {
    color: #969799;
    cursor: not-allowed
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto
}

figure {
    margin: 0 0 1em
}

img {
    vertical-align: middle;
    border-style: none
}

picture {
    display: inline-block
}

picture>img {
    display: block
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75em;
    padding-bottom: .3em;
    color: #646566;
    text-align: left;
    caption-side: bottom
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

mark {
    padding: .2em;
    background-color: #e8effa
}

::selection {
    background: #e8effa
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

body,
html {
    font-size: 14px;
    min-width: unset !important;
    background-color: #fff
}

html {
    overflow-y: scroll
}

:root {
    overflow-y: auto;
    overflow-x: hidden
}

:root body {
    position: absolute
}

body {
    width: 100%;
    overflow: visible
}

a {
    transition: color .3s ease
}

img {
    max-width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

picture>img {
    width: 100%
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.\!container {
    width: 100% !important
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .\!container {
        max-width: 640px !important
    }

    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .\!container {
        max-width: 768px !important
    }

    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .\!container {
        max-width: 1024px !important
    }

    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .\!container {
        max-width: 1280px !important
    }

    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .\!container {
        max-width: 1536px !important
    }

    .container {
        max-width: 1536px
    }
}

:where(.reset-button) {
    border: 0 solid transparent;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    padding: 0
}

:where(.reset-button):disabled {
    cursor: default
}

:where(.reset-input) {
    border: 0 solid transparent;
    margin: 0;
    background-color: transparent;
    background-image: none;
    padding: 0
}

.pointer-events-none {
    pointer-events: none
}

.\!visible {
    visibility: visible !important
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    bottom: 0
}

.inset-0,
.inset-x-0 {
    right: 0;
    left: 0
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.\!-bottom-7 {
    bottom: -28px !important
}

.-left-\[25\%\] {
    left: -25%
}

.-right-5 {
    right: -20px
}

.-top-5 {
    top: -20px
}

.-top-\[10\%\] {
    top: -10%
}

.bottom-0 {
    bottom: 0
}

.bottom-28 {
    bottom: 112px
}

.bottom-5 {
    bottom: 20px
}

.bottom-6 {
    bottom: 24px
}

.bottom-7 {
    bottom: 28px
}

.bottom-\[30px\] {
    bottom: 30px
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-2 {
    left: 8px
}

.left-3 {
    left: 12px
}

.right-0 {
    right: 0
}

.right-1 {
    right: 4px
}

.right-1\/2 {
    right: 50%
}

.right-2 {
    right: 8px
}

.right-2\.5 {
    right: 10px
}

.right-3 {
    right: 12px
}

.right-6 {
    right: 24px
}

.right-7 {
    right: 28px
}

.right-\[30px\] {
    right: 30px
}

.top-0 {
    top: 0
}

.top-0\.5 {
    top: 2px
}

.top-1 {
    top: 4px
}

.top-1\/2 {
    top: 50%
}

.top-16 {
    top: 64px
}

.top-2 {
    top: 8px
}

.top-2\.5 {
    top: 10px
}

.top-20 {
    top: 80px
}

.top-3 {
    top: 12px
}

.top-\[0\.14em\] {
    top: .14em
}

.top-\[3px\] {
    top: 3px
}

.-z-1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-2 {
    z-index: 2
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-50 {
    z-index: 50
}

.z-\[1600\] {
    z-index: 1600
}

.z-\[1\] {
    z-index: 1
}

.z-\[3000\] {
    z-index: 3000
}

.z-\[9999\] {
    z-index: 9999
}

.float-right {
    float: right
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-12 {
    margin-left: 48px;
    margin-right: 48px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-14 {
    margin-top: 56px;
    margin-bottom: 56px
}

.my-3 {
    margin-top: 12px;
    margin-bottom: 12px
}

.my-4 {
    margin-top: 16px;
    margin-bottom: 16px
}

.\!mb-0 {
    margin-bottom: 0 !important
}

.\!mr-3 {
    margin-right: 12px !important
}

.\!mt-5 {
    margin-top: 20px !important
}

.-mb-5 {
    margin-bottom: -20px
}

.-ml-6 {
    margin-left: -24px
}

.-mt-24 {
    margin-top: -96px
}

.-mt-5 {
    margin-top: -20px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 4px
}

.mb-1\.5 {
    margin-bottom: 6px
}

.mb-10 {
    margin-bottom: 40px
}

.mb-12 {
    margin-bottom: 48px
}

.mb-14 {
    margin-bottom: 56px
}

.mb-2 {
    margin-bottom: 8px
}

.mb-2\.5 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 80px
}

.mb-3 {
    margin-bottom: 12px
}

.mb-3\.5 {
    margin-bottom: 14px
}

.mb-4 {
    margin-bottom: 16px
}

.mb-40 {
    margin-bottom: 160px
}

.mb-5 {
    margin-bottom: 20px
}

.mb-6 {
    margin-bottom: 24px
}

.mb-7 {
    margin-bottom: 28px
}

.mb-8 {
    margin-bottom: 32px
}

.mb-9 {
    margin-bottom: 36px
}

.mb-\[-48px\] {
    margin-bottom: -48px
}

.mb-\[22px\] {
    margin-bottom: 22px
}

.mb-\[3px\] {
    margin-bottom: 3px
}

.mb-\[60px\] {
    margin-bottom: 60px
}

.mb-\[6px\] {
    margin-bottom: 6px
}

.ml-0 {
    margin-left: 0
}

.ml-0\.5 {
    margin-left: 2px
}

.ml-1 {
    margin-left: 4px
}

.ml-10 {
    margin-left: 40px
}

.ml-2 {
    margin-left: 8px
}

.ml-3 {
    margin-left: 12px
}

.ml-4 {
    margin-left: 16px
}

.ml-6 {
    margin-left: 24px
}

.ml-7 {
    margin-left: 28px
}

.ml-8 {
    margin-left: 32px
}

.ml-\[30px\] {
    margin-left: 30px
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mr-0\.5 {
    margin-right: 2px
}

.mr-1 {
    margin-right: 4px
}

.mr-1\.5 {
    margin-right: 6px
}

.mr-16 {
    margin-right: 64px
}

.mr-2 {
    margin-right: 8px
}

.mr-2\.5 {
    margin-right: 10px
}

.mr-3 {
    margin-right: 12px
}

.mr-4 {
    margin-right: 16px
}

.mr-5 {
    margin-right: 20px
}

.mr-6 {
    margin-right: 24px
}

.mr-8 {
    margin-right: 32px
}

.mr-\[2px\] {
    margin-right: 2px
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: 2px
}

.mt-1 {
    margin-top: 4px
}

.mt-1\.5 {
    margin-top: 6px
}

.mt-10 {
    margin-top: 40px
}

.mt-11 {
    margin-top: 44px
}

.mt-12 {
    margin-top: 48px
}

.mt-14 {
    margin-top: 56px
}

.mt-16 {
    margin-top: 64px
}

.mt-2 {
    margin-top: 8px
}

.mt-2\.5 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 80px
}

.mt-24 {
    margin-top: 96px
}

.mt-28 {
    margin-top: 112px
}

.mt-3 {
    margin-top: 12px
}

.mt-3\.5 {
    margin-top: 14px
}

.mt-4 {
    margin-top: 16px
}

.mt-5 {
    margin-top: 20px
}

.mt-6 {
    margin-top: 24px
}

.mt-64 {
    margin-top: 256px
}

.mt-7 {
    margin-top: 28px
}

.mt-8 {
    margin-top: 32px
}

.mt-\[106px\] {
    margin-top: 106px
}

.mt-\[86px\] {
    margin-top: 86px
}

.mt-auto {
    margin-top: auto
}

.box-border {
    box-sizing: border-box
}

.box-content {
    box-sizing: content-box
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1,
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.\!block {
    display: block !important
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.\!flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.\!hidden {
    display: none !important
}

.hidden {
    display: none
}

.\!h-36 {
    height: 144px !important
}

.\!h-\[274px\] {
    height: 274px !important
}

.\!h-\[440px\] {
    height: 440px !important
}

.h-0 {
    height: 0
}

.h-0\.5 {
    height: 2px
}

.h-1 {
    height: 4px
}

.h-1\.5 {
    height: 6px
}

.h-10 {
    height: 40px
}

.h-11 {
    height: 44px
}

.h-12 {
    height: 48px
}

.h-14 {
    height: 56px
}

.h-16 {
    height: 64px
}

.h-2 {
    height: 8px
}

.h-20 {
    height: 80px
}

.h-3 {
    height: 12px
}

.h-36 {
    height: 144px
}

.h-4 {
    height: 16px
}

.h-40 {
    height: 160px
}

.h-48 {
    height: 192px
}

.h-5 {
    height: 20px
}

.h-7 {
    height: 28px
}

.h-8 {
    height: 32px
}

.h-\[0\.9em\] {
    height: .9em
}

.h-\[100vh\] {
    height: 100vh
}

.h-\[110px\] {
    height: 110px
}

.h-\[12px\] {
    height: 12px
}

.h-\[130\%\] {
    height: 130%
}

.h-\[150px\] {
    height: 150px
}

.h-\[169px\] {
    height: 169px
}

.h-\[18px\] {
    height: 18px
}

.h-\[1px\] {
    height: 1px
}

.h-\[204px\] {
    height: 204px
}

.h-\[210px\] {
    height: 210px
}

.h-\[219px\] {
    height: 219px
}

.h-\[258px\] {
    height: 258px
}

.h-\[25px\] {
    height: 25px
}

.h-\[26px\] {
    height: 26px
}

.h-\[30px\] {
    height: 30px
}

.h-\[311px\] {
    height: 311px
}

.h-\[312px\] {
    height: 312px
}

.h-\[34px\] {
    height: 34px
}

.h-\[38px\] {
    height: 38px
}

.h-\[420px\] {
    height: 420px
}

.h-\[42px\] {
    height: 42px
}

.h-\[440px\] {
    height: 440px
}

.h-\[44px\] {
    height: 44px
}

.h-\[495px\] {
    height: 495px
}

.h-\[500px\] {
    height: 500px
}

.h-\[520px\] {
    height: 520px
}

.h-\[524px\] {
    height: 524px
}

.h-\[52px\] {
    height: 52px
}

.h-\[54px\] {
    height: 54px
}

.h-\[58px\] {
    height: 58px
}

.h-\[60vw\] {
    height: 60vw
}

.h-\[70vh\] {
    height: 70vh
}

.h-\[74px\] {
    height: 74px
}

.h-\[75px\] {
    height: 75px
}

.h-\[auto\],
.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.max-h-0 {
    max-height: 0
}

.max-h-36 {
    max-height: 144px
}

.max-h-56 {
    max-height: 224px
}

.max-h-8 {
    max-height: 32px
}

.max-h-\[137\.6vw\] {
    max-height: 137.6vw
}

.max-h-\[200px\] {
    max-height: 200px
}

.max-h-\[480px\] {
    max-height: 480px
}

.max-h-\[700px\] {
    max-height: 700px
}

.max-h-\[70vh\] {
    max-height: 70vh
}

.min-h-\[48px\] {
    min-height: 48px
}

.min-h-\[510px\] {
    min-height: 510px
}

.min-h-screen {
    min-height: 100vh
}

.\!w-36 {
    width: 144px !important
}

.\!w-\[130px\] {
    width: 130px !important
}

.\!w-\[230px\] {
    width: 230px !important
}

.\!w-\[298px\] {
    width: 298px !important
}

.\!w-full {
    width: 100% !important
}

.w-0 {
    width: 0
}

.w-0\.5 {
    width: 2px
}

.w-1 {
    width: 4px
}

.w-1\.5 {
    width: 6px
}

.w-1\/2 {
    width: 50%
}

.w-10 {
    width: 40px
}

.w-12 {
    width: 48px
}

.w-14 {
    width: 56px
}

.w-16 {
    width: 64px
}

.w-20 {
    width: 80px
}

.w-3 {
    width: 12px
}

.w-3\.5 {
    width: 14px
}

.w-32 {
    width: 128px
}

.w-36 {
    width: 144px
}

.w-4 {
    width: 16px
}

.w-40 {
    width: 160px
}

.w-44 {
    width: 176px
}

.w-5 {
    width: 20px
}

.w-6 {
    width: 24px
}

.w-60 {
    width: 240px
}

.w-7 {
    width: 28px
}

.w-8 {
    width: 32px
}

.w-\[116px\] {
    width: 116px
}

.w-\[120px\] {
    width: 120px
}

.w-\[128px\] {
    width: 128px
}

.w-\[132px\] {
    width: 132px
}

.w-\[136px\] {
    width: 136px
}

.w-\[138px\] {
    width: 138px
}

.w-\[140px\] {
    width: 140px
}

.w-\[150\%\] {
    width: 150%
}

.w-\[150px\] {
    width: 150px
}

.w-\[162px\] {
    width: 162px
}

.w-\[18px\] {
    width: 18px
}

.w-\[194px\] {
    width: 194px
}

.w-\[1px\] {
    width: 1px
}

.w-\[200px\] {
    width: 200px
}

.w-\[26px\] {
    width: 26px
}

.w-\[280px\] {
    width: 280px
}

.w-\[289px\] {
    width: 289px
}

.w-\[290px\] {
    width: 290px
}

.w-\[300px\] {
    width: 300px
}

.w-\[30px\] {
    width: 30px
}

.w-\[316px\] {
    width: 316px
}

.w-\[34px\] {
    width: 34px
}

.w-\[38px\] {
    width: 38px
}

.w-\[392px\] {
    width: 392px
}

.w-\[42px\] {
    width: 42px
}

.w-\[49px\] {
    width: 49px
}

.w-\[52px\] {
    width: 52px
}

.w-\[54px\] {
    width: 54px
}

.w-\[60px\] {
    width: 60px
}

.w-\[86px\] {
    width: 86px
}

.w-\[880px\] {
    width: 880px
}

.w-\[900px\] {
    width: 900px
}

.w-\[90px\] {
    width: 90px
}

.w-\[calc\(\(100\%-15px\)\/2\)\] {
    width: calc((100% - 15px) / 2)
}

.w-\[calc\(\(100\%-8px\)\/2\)\] {
    width: calc((100% - 8px) / 2)
}

.w-auto {
    width: auto
}

.w-fit {
    width: -webkit-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0
}

.min-w-full {
    min-width: 100%
}

.\!max-w-full {
    max-width: 100% !important
}

.max-w-\[1200px\] {
    max-width: 1200px
}

.max-w-\[378px\] {
    max-width: 378px
}

.max-w-\[400px\] {
    max-width: 400px
}

.max-w-\[590px\] {
    max-width: 590px
}

.max-w-\[88vw\] {
    max-width: 88vw
}

.max-w-full {
    max-width: 100%
}

.flex-1 {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.flex-shrink-0,
.shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.\!flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0
}

.grow {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0
}

.grow-\[2\] {
    -ms-flex-positive: 2;
    flex-grow: 2
}

.basis-0 {
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px
}

.basis-1\/2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.basis-\[34px\] {
    -ms-flex-preferred-size: 34px;
    flex-basis: 34px
}

.basis-\[calc\(50\%-8px\)\] {
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px)
}

.origin-bottom {
    transform-origin: bottom
}

.origin-top-left {
    transform-origin: top left
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.translate-x-0 {
    --tw-translate-x: 0px
}

.translate-x-0,
.translate-x-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1\/2 {
    --tw-translate-x: 50%
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-0,
.translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%
}

.translate-y-4 {
    --tw-translate-y: 16px
}

.translate-y-4,
.translate-y-5 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-5 {
    --tw-translate-y: 20px
}

.translate-y-full {
    --tw-translate-y: 100%
}

.rotate-0,
.translate-y-full {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.scale-100 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.scale-75,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.animate-\[300ms\] {
    animation: .3s
}

.cursor-pointer {
    cursor: pointer
}

.cursor-text {
    cursor: text
}

.touch-none {
    -ms-touch-action: none;
    touch-action: none
}

.select-auto {
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.resize {
    resize: both
}

.snap-x {
    -webkit-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.list-none {
    list-style-type: none
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-col {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -ms-flex-align: center;
    align-items: center
}

.items-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-stretch {
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.gap-1 {
    gap: 4px
}

.gap-1\.5 {
    gap: 6px
}

.gap-2 {
    gap: 8px
}

.gap-4 {
    gap: 16px
}

.gap-5 {
    gap: 20px
}

.gap-6 {
    gap: 24px
}

.gap-8 {
    gap: 32px
}

.gap-x-3 {
    -webkit-column-gap: 12px;
    column-gap: 12px
}

.gap-x-4 {
    -webkit-column-gap: 16px;
    column-gap: 16px
}

.gap-y-1 {
    row-gap: 4px
}

.gap-y-1\.5 {
    row-gap: 6px
}

.gap-y-4 {
    row-gap: 16px
}

.gap-y-5 {
    row-gap: 20px
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.\!overflow-visible {
    overflow: visible !important
}

.overflow-visible {
    overflow: visible
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.scroll-smooth {
    scroll-behavior: smooth
}

.text-ellipsis {
    text-overflow: ellipsis
}

.whitespace-normal {
    white-space: normal
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.rounded {
    border-radius: 4px
}

.rounded-2xl {
    border-radius: 16px
}

.rounded-\[18px\] {
    border-radius: 18px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[50\%\] {
    border-radius: 50%
}

.rounded-\[6px\] {
    border-radius: 6px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: 8px
}

.rounded-md {
    border-radius: 6px
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: 2px
}

.rounded-xl {
    border-radius: 12px
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.rounded-t-2xl {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.rounded-t-\[18px\] {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.\!border-0 {
    border-width: 0 !important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-\[12px\] {
    border-width: 12px
}

.border-b {
    border-bottom-width: 1px
}

.border-r-2 {
    border-right-width: 2px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.\!border-black {
    border-color: #000 !important
}

.\!border-primary {
    border-color: #3370ff !important
}

.border-\[\#155bd4\] {
    border-color: #155bd4
}

.border-\[\#1D1D1F\] {
    border-color: #1d1d1f
}

.border-\[\#4D4D4D\] {
    border-color: #4d4d4d
}

.border-\[\#8888FF\] {
    border-color: #88f
}

.border-\[\#979797\] {
    border-color: #979797
}

.border-\[\#BBC8FF\] {
    border-color: #bbc8ff
}

.border-\[\#D2D2D7\] {
    border-color: #d2d2d7
}

.border-\[\#DCDEE0\] {
    border-color: #dcdee0
}

.border-\[\#E6E6E6\] {
    border-color: #e6e6e6
}

.border-\[\#EBEDF0\] {
    border-color: #ebedf0
}

.border-\[\#dcdee0\] {
    border-color: #dcdee0
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
    border-color: hsla(0, 0%, 100%, .04)
}

.border-black {
    border-color: #000
}

.border-gray-200 {
    border-color: #e5e7eb
}

.border-normal {
    border-color: #ebedf0
}

.border-primary {
    border-color: #3370ff
}

.border-white {
    border-color: #fff
}

.border-b-\[\#E6E6E6\] {
    border-bottom-color: #e6e6e6
}

.\!bg-black {
    background-color: #000 !important
}

.\!bg-primary {
    background-color: #3370ff !important
}

.\!bg-transparent {
    background-color: transparent !important
}

.bg-\[\#001639\] {
    background-color: #001639
}

.bg-\[\#155bd4\] {
    background-color: #155bd4
}

.bg-\[\#1D1D1F\] {
    background-color: #1d1d1f
}

.bg-\[\#202033\] {
    background-color: #202033
}

.bg-\[\#523DEB\] {
    background-color: #523deb
}

.bg-\[\#5F6BD3\] {
    background-color: #5f6bd3
}

.bg-\[\#CACBCD\] {
    background-color: #cacbcd
}

.bg-\[\#E1EAFF\] {
    background-color: #e1eaff
}

.bg-\[\#E3EFFF\] {
    background-color: #e3efff
}

.bg-\[\#E5C4A5\] {
    background-color: #e5c4a5
}

.bg-\[\#E6E6E6\] {
    background-color: #e6e6e6
}

.bg-\[\#EBEBEB\] {
    background-color: #ebebeb
}

.bg-\[\#EDF4FF\] {
    background-color: #edf4ff
}

.bg-\[\#F0F0F6\] {
    background-color: #f0f0f6
}

.bg-\[\#F1F5FD\] {
    background-color: #f1f5fd
}

.bg-\[\#F2F2F7\] {
    background-color: #f2f2f7
}

.bg-\[\#F5F5F7\] {
    background-color: #f5f5f7
}

.bg-\[\#F7F7F7\] {
    background-color: #f7f7f7
}

.bg-\[\#f5f5f7\] {
    background-color: #f5f5f7
}

.bg-\[\#fff\] {
    background-color: #fff
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-\[rgba\(30\2c 120\2c 250\2c 0\.2\)\] {
    background-color: rgba(30, 120, 250, .2)
}

.bg-black {
    background-color: #000
}

.bg-black\/50 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-black\/80 {
    background-color: rgba(0, 0, 0, .8)
}

.bg-black\/\[0\.06\] {
    background-color: rgba(0, 0, 0, .06)
}

.bg-default {
    background-color: #f7f8fa
}

.bg-disabled {
    background-color: #ebedf0
}

.bg-gray-200 {
    background-color: #e5e7eb
}

.bg-mask {
    background-color: rgba(0, 0, 0, .73)
}

.bg-primary {
    background-color: #3370ff
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    background-color: #fff
}

.bg-white\/50 {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-white\/80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-white\/\[\.44\] {
    background-color: hsla(0, 0%, 100%, .44)
}

.bg-\[linear-gradient\(180deg\2c \#5051D0_0\%\2c \#6F6ED7_100\%\)\;\] {
    background-image: linear-gradient(180deg, #5051d0, #6f6ed7)
}

.bg-\[linear-gradient\(287deg\2c \#0F0F16_0\%\2c \#26262C_100\%\)\;\] {
    background-image: linear-gradient(287deg, #0f0f16, #26262c)
}

.bg-\[linear-gradient\(312\.68deg\2c rgba\(21\2c 91\2c 212\2c 0\.8\)_15\.58\%\2c rgba\(21\2c 91\2c 212\2c 0\.08\)_92\.79\%\)\;\] {
    background-image: linear-gradient(312.68deg, rgba(21, 91, 212, .8) 15.58%, rgba(21, 91, 212, .08) 92.79%)
}

.bg-\[linear-gradient\(90deg\2c \#fff_0\%\2c \#fff_26\.46\%\2c rgba\(255\2c 255\2c 255\2c 0\.6\)_78\.76\%\2c rgba\(255\2c 255\2c 255\2c 0\)_98\.32\%\)\;\] {
    background-image: linear-gradient(90deg, #fff, #fff 26.46%, hsla(0, 0%, 100%, .6) 78.76%, hsla(0, 0%, 100%, 0) 98.32%)
}

.bg-\[radial-gradient\(\#699FFD_0\%\2c \#4D87EB_42\.59\%\2c \#1650B5_92\.75\%\)\;\] {
    background-image: radial-gradient(#699ffd 0, #4d87eb 42.59%, #1650b5 92.75%)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2022\/06\/25\/FmcE0JDInp9WDYoRLzoQ0ci8XVwJ\.png\"\)\] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/06/25/FmcE0JDInp9WDYoRLzoQ0ci8XVwJ.png)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2022\/06\/26\/FkPEbdYg-CD2mYtlsjPEBciran9w\.png\"\)\] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/06/26/FkPEbdYg-CD2mYtlsjPEBciran9w.png)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2022\/06\/27\/FuRrc1TLT-i8yUWbJXXt9n-bApHE\.png\"\)\] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/06/27/FuRrc1TLT-i8yUWbJXXt9n-bApHE.png)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/07\/25\/FsPRr7FIp2WEi3I9DjVSQBdYc3sN\.jpg\"\)\] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2023/07/25/FsPRr7FIp2WEi3I9DjVSQBdYc3sN.jpg)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/08\/04\/FraxA_GgG0O7QsgKmR10ewS6P-bf\.jpg\"\)\] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2023/08/04/FraxA_GgG0O7QsgKmR10ewS6P-bf.jpg)
}

.bg-\[url\(https\:\/\/img01\.yzcdn\.cn\/upload_files\/2022\/06\/26\/FsmpnZ7JJX2iS3--wDMd5hmkcWfE\.png\)\] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/06/26/FsmpnZ7JJX2iS3--wDMd5hmkcWfE.png)
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.from-\[\#4041E2\] {
    --tw-gradient-from: #4041e2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(64, 65, 226, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#FFE7BD\] {
    --tw-gradient-from: #ffe7bd var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 231, 189, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary {
    --tw-gradient-from: #3370ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(51, 112, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-0\% {
    --tw-gradient-from-position: 0%
}

.via-\[\#FFFFFF\] {
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#5788FA\] {
    --tw-gradient-to: #5788fa var(--tw-gradient-to-position)
}

.to-\[\#5C5BD5\] {
    --tw-gradient-to: #5c5bd5 var(--tw-gradient-to-position)
}

.to-\[\#FFFFFF\] {
    --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.to-100\% {
    --tw-gradient-to-position: 100%
}

.bg-\[length\:100\%_100\%\] {
    background-size: 100% 100%
}

.bg-\[length\:100\%_auto\] {
    background-size: 100% auto
}

.bg-\[length\:18px_18px\] {
    background-size: 18px 18px
}

.bg-\[length\:200px_262px\] {
    background-size: 200px 262px
}

.bg-contain {
    background-size: contain
}

.bg-cover {
    background-size: cover
}

.bg-\[right_18px_center\] {
    background-position: right 18px center
}

.bg-\[right_60px\] {
    background-position: right 60px
}

.bg-bottom {
    background-position: bottom
}

.bg-center {
    background-position: 50%
}

.bg-left-top {
    background-position: 0 0
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-contain {
    object-fit: contain
}

.object-cover {
    object-fit: cover
}

.object-center {
    object-position: center
}

.\!p-7 {
    padding: 28px !important
}

.p-1 {
    padding: 4px
}

.p-2 {
    padding: 8px
}

.p-20 {
    padding: 80px
}

.p-3 {
    padding: 12px
}

.p-3\.5 {
    padding: 14px
}

.p-4 {
    padding: 16px
}

.p-7 {
    padding: 28px
}

.p-\[30px\] {
    padding: 30px
}

.\!py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.px-1 {
    padding-left: 4px;
    padding-right: 4px
}

.px-1\.5 {
    padding-left: 6px;
    padding-right: 6px
}

.px-2 {
    padding-left: 8px;
    padding-right: 8px
}

.px-2\.5 {
    padding-left: 10px;
    padding-right: 10px
}

.px-20 {
    padding-left: 80px;
    padding-right: 80px
}

.px-3 {
    padding-left: 12px;
    padding-right: 12px
}

.px-3\.5 {
    padding-left: 14px;
    padding-right: 14px
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px
}

.px-5 {
    padding-left: 20px;
    padding-right: 20px
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px
}

.px-7 {
    padding-left: 28px;
    padding-right: 28px
}

.px-8 {
    padding-left: 32px;
    padding-right: 32px
}

.px-9 {
    padding-left: 36px;
    padding-right: 36px
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-1 {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-1\.5 {
    padding-top: 6px;
    padding-bottom: 6px
}

.py-10 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-14 {
    padding-top: 56px;
    padding-bottom: 56px
}

.py-2 {
    padding-top: 8px;
    padding-bottom: 8px
}

.py-20 {
    padding-top: 80px;
    padding-bottom: 80px
}

.py-24 {
    padding-top: 96px;
    padding-bottom: 96px
}

.py-3 {
    padding-top: 12px;
    padding-bottom: 12px
}

.py-3\.5 {
    padding-top: 14px;
    padding-bottom: 14px
}

.py-4 {
    padding-top: 16px;
    padding-bottom: 16px
}

.py-5 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-6 {
    padding-top: 24px;
    padding-bottom: 24px
}

.py-7 {
    padding-top: 28px;
    padding-bottom: 28px
}

.py-8 {
    padding-top: 32px;
    padding-bottom: 32px
}

.py-9 {
    padding-top: 36px;
    padding-bottom: 36px
}

.py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px
}

.\!pb-10 {
    padding-bottom: 40px !important
}

.\!pl-4 {
    padding-left: 16px !important
}

.pb-10 {
    padding-bottom: 40px
}

.pb-12 {
    padding-bottom: 48px
}

.pb-24 {
    padding-bottom: 96px
}

.pb-3 {
    padding-bottom: 12px
}

.pb-4 {
    padding-bottom: 16px
}

.pb-40 {
    padding-bottom: 160px
}

.pb-6 {
    padding-bottom: 24px
}

.pb-8 {
    padding-bottom: 32px
}

.pb-\[100px\] {
    padding-bottom: 100px
}

.pb-\[108px\] {
    padding-bottom: 108px
}

.pb-\[140px\] {
    padding-bottom: 140px
}

.pl-10 {
    padding-left: 40px
}

.pl-14 {
    padding-left: 56px
}

.pl-2 {
    padding-left: 8px
}

.pl-4 {
    padding-left: 16px
}

.pl-6 {
    padding-left: 24px
}

.pl-7 {
    padding-left: 28px
}

.pl-8 {
    padding-left: 32px
}

.pr-2 {
    padding-right: 8px
}

.pr-4 {
    padding-right: 16px
}

.pr-7 {
    padding-right: 28px
}

.pt-1 {
    padding-top: 4px
}

.pt-14 {
    padding-top: 56px
}

.pt-2 {
    padding-top: 8px
}

.pt-24 {
    padding-top: 96px
}

.pt-3 {
    padding-top: 12px
}

.pt-3\.5 {
    padding-top: 14px
}

.pt-32 {
    padding-top: 128px
}

.pt-4 {
    padding-top: 16px
}

.pt-40 {
    padding-top: 160px
}

.pt-5 {
    padding-top: 20px
}

.pt-6 {
    padding-top: 24px
}

.pt-7 {
    padding-top: 28px
}

.pt-8 {
    padding-top: 32px
}

.pt-\[85vw\] {
    padding-top: 85vw
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.align-middle {
    vertical-align: middle
}

.font-\[Avenir\] {
    font-family: Avenir
}

.font-\[arial\] {
    font-family: arial
}

.text-2xl {
    font-size: 24px;
    line-height: 32px
}

.text-3xl {
    font-size: 30px;
    line-height: 36px
}

.text-4xl {
    font-size: 36px;
    line-height: 40px
}

.text-5xl {
    font-size: 48px;
    line-height: 1
}

.text-7xl {
    font-size: 72px;
    line-height: 1
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[42px\] {
    font-size: 42px
}

.text-base {
    font-size: 16px;
    line-height: 24px
}

.text-lg {
    font-size: 18px;
    line-height: 28px
}

.text-sm {
    font-size: 14px;
    line-height: 20px
}

.text-xl {
    font-size: 20px;
    line-height: 28px
}

.text-xs {
    font-size: 12px;
    line-height: 16px
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.\!leading-none {
    line-height: 1 !important
}

.\!leading-snug {
    line-height: 1.375 !important
}

.\!leading-tight {
    line-height: 1.25 !important
}

.leading-5 {
    line-height: 20px
}

.leading-6 {
    line-height: 24px
}

.leading-7 {
    line-height: 28px
}

.leading-8 {
    line-height: 32px
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[28px\] {
    line-height: 28px
}

.leading-\[30px\] {
    line-height: 30px
}

.leading-\[38px\] {
    line-height: 38px
}

.leading-\[60px\] {
    line-height: 60px
}

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-snug {
    line-height: 1.375
}

.leading-tight {
    line-height: 1.25
}

.\!text-\[\#ccc\] {
    color: #ccc !important
}

.\!text-black {
    color: #000 !important
}

.\!text-primary {
    color: #3370ff !important
}

.\!text-white {
    color: #fff !important
}

.text-\[\#155bd4\] {
    color: #155bd4
}

.text-\[\#333\] {
    color: #333
}

.text-\[\#4D4D4D\] {
    color: #4d4d4d
}

.text-\[\#55F6FF\] {
    color: #55f6ff
}

.text-\[\#605F66\] {
    color: #605f66
}

.text-\[\#646566\] {
    color: #646566
}

.text-\[\#6E6E73\],
.text-\[\#6e6e73\] {
    color: #6e6e73
}

.text-\[\#7f899b\] {
    color: #7f899b
}

.text-\[\#9195A3\] {
    color: #9195a3
}

.text-\[\#B79068\] {
    color: #b79068
}

.text-\[\#E5C4A5\] {
    color: #e5c4a5
}

.text-black {
    color: #000
}

.text-disabled {
    color: #969799
}

.text-heading {
    color: #1d1d1f
}

.text-inherit {
    color: inherit
}

.text-normal {
    color: #323233
}

.text-placeholder {
    color: #c8c9cc
}

.text-primary {
    color: #3370ff
}

.text-red-500 {
    color: #ef4444
}

.text-secondary {
    color: #646566
}

.text-success {
    color: #39b672
}

.text-transparent {
    color: transparent
}

.text-white {
    color: #fff
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-100 {
    opacity: 1
}

.opacity-20 {
    opacity: .2
}

.opacity-40 {
    opacity: .4
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-\[0_2px_16px_-5px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[0_2px_16px_-5px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
    --tw-shadow: 0 2px 16px -5px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 2px 16px -5px var(--tw-shadow-color)
}

.shadow-\[0_2px_5px_3px_rgba\(127\2c 148\2c 218\2c 0\.08\)\] {
    --tw-shadow: 0 2px 5px 3px rgba(127, 148, 218, .08);
    --tw-shadow-colored: 0 2px 5px 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[0_2px_8px_0_rgba\(50\2c 50\2c 51\2c 0\.16\)\] {
    --tw-shadow: 0 2px 8px 0 rgba(50, 50, 51, .16);
    --tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[4px_6px_10px_rgba\(255\2c 255\2c 255\2c 0\.56\)_inset\] {
    --tw-shadow: 4px 6px 10px hsla(0, 0%, 100%, .56) inset;
    --tw-shadow-colored: inset 4px 6px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[5px_2px_34px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    --tw-shadow: 5px 2px 34px rgba(0, 0, 0, .05);
    --tw-shadow-colored: 5px 2px 34px var(--tw-shadow-color)
}

.shadow-\[5px_2px_34px_rgba\(0\2c 0\2c 0\2c 0\.05\)\],
.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-white\/25 {
    --tw-shadow-color: hsla(0, 0%, 100%, .25);
    --tw-shadow: var(--tw-shadow-colored)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.outline-0 {
    outline-width: 0
}

.drop-shadow-\[5px_6px_16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-drop-shadow: drop-shadow(5px 6px 16px rgba(0, 0, 0, .1))
}

.drop-shadow-\[5px_6px_16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\],
.drop-shadow-sm {
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, .05))
}

.filter {
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px)
}

.backdrop-blur-\[4px\],
.backdrop-blur-lg {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px)
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.delay-75 {
    transition-delay: 75ms
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

.\!ease-linear {
    transition-timing-function: linear !important
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-linear {
    transition-timing-function: linear
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.will-change-transform {
    will-change: transform
}

.backface-hidden {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95)
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes shakeX {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeY {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes jello {

    0%,
    11.1% to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform-origin: center bottom;
        transform: scale(.1) rotate(30deg)
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left top;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left top;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: ease-in-out
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes backInDown {
    0% {
        opacity: .7;
        transform: translateY(-1200px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        transform: translateY(1200px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        transform: translateX(-2000px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes backInRight {
    0% {
        opacity: .7;
        transform: translateX(2000px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateY(700px) scale(.7)
    }
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateY(-700px) scale(.7)
    }
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    80% {
        opacity: .7;
        transform: translateX(-2000px) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateY(-700px) scale(.7)
    }
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateX(2000px) scale(.7)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

.animate__slideOutDown {
    animation-name: slideOutDown
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

.animate__fadeOutDown {
    animation-name: fadeOutDown
}

.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.mb-safe {
    margin-bottom: env(safe-area-inset-bottom)
}

.pt-safe {
    padding-top: env(safe-area-inset-top)
}

.pb-safe {
    padding-bottom: env(safe-area-inset-bottom)
}

.pb-safe-offset-8 {
    padding-bottom: calc(env(safe-area-inset-bottom) + 32px)
}

.pt-safe-offset-4 {
    padding-top: calc(env(safe-area-inset-top) + 16px)
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollbar-hide::-webkit-scrollbar {
    display: none
}

.\[zoom\:0\.9\] {
    zoom: .9
}

@media only screen and (max-width:1280px) {
    #nprogress .spinner {
        display: none
    }
}

.placeholder\:text-disabled::-webkit-input-placeholder {
    color: #969799
}

.placeholder\:text-disabled:-ms-input-placeholder {
    color: #969799
}

.placeholder\:text-disabled::placeholder {
    color: #969799
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:-left-2:before {
    content: var(--tw-content);
    left: -8px
}

.before\:-left-3:before {
    content: var(--tw-content);
    left: -12px
}

.before\:-top-px:before {
    content: var(--tw-content);
    top: -1px
}

.before\:z-1:before {
    content: var(--tw-content);
    z-index: 1
}

.before\:h-6:before {
    content: var(--tw-content);
    height: 24px
}

.before\:h-9:before {
    content: var(--tw-content);
    height: 36px
}

.before\:w-6:before {
    content: var(--tw-content);
    width: 24px
}

.before\:w-9:before {
    content: var(--tw-content);
    width: 36px
}

.before\:rounded-full:before {
    content: var(--tw-content);
    border-radius: 9999px
}

.before\:bg-\[linear-gradient\(180deg\2c \#155BD4_0\%\2c \#609AFF_100\%\)\;\]:before {
    content: var(--tw-content);
    background-image: linear-gradient(180deg, #155bd4, #609aff)
}

.before\:opacity-50:before {
    content: var(--tw-content);
    opacity: .5
}

.before\:content-empty:before {
    --tw-content: "";
    content: var(--tw-content)
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:inset-0:after {
    top: 0;
    right: 0;
    left: 0
}

.after\:bottom-0:after,
.after\:inset-0:after {
    content: var(--tw-content);
    bottom: 0
}

.after\:left-0:after {
    content: var(--tw-content);
    left: 0
}

.after\:right-0:after {
    content: var(--tw-content);
    right: 0
}

.after\:top-0:after {
    content: var(--tw-content);
    top: 0
}

.after\:z-1:after {
    content: var(--tw-content);
    z-index: 1
}

.after\:m-auto:after {
    content: var(--tw-content);
    margin: auto
}

.after\:block:after {
    content: var(--tw-content);
    display: block
}

.after\:hidden:after {
    content: var(--tw-content);
    display: none
}

.after\:h-\[1\.25em\]:after {
    content: var(--tw-content);
    height: 1.25em
}

.after\:h-full:after {
    content: var(--tw-content);
    height: 100%
}

.after\:w-12:after {
    content: var(--tw-content);
    width: 48px
}

.after\:w-\[1px\]:after {
    content: var(--tw-content);
    width: 1px
}

.after\:w-full:after {
    content: var(--tw-content);
    width: 100%
}

@keyframes caretBlink {
    50% {
        content: var(--tw-content);
        opacity: 0
    }
}

.after\:animate-caretBlink:after {
    content: var(--tw-content);
    animation: caretBlink .5s step-end infinite alternate
}

.after\:bg-black:after {
    content: var(--tw-content);
    background-color: #000
}

.after\:bg-\[linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.5\)_20\%\2c rgba\(255\2c 255\2c 255\2c 0\.9\)_100\%\)\;\]:after {
    content: var(--tw-content);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5) 20%, hsla(0, 0%, 100%, .9))
}

.after\:bg-gradient-to-b:after {
    content: var(--tw-content);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.after\:opacity-0:after {
    content: var(--tw-content);
    opacity: 0
}

.after\:transition-all:after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.after\:duration-300:after {
    content: var(--tw-content);
    transition-duration: .3s
}

.after\:content-\[\"\"\]:after,
.after\:content-empty:after {
    --tw-content: "";
    content: var(--tw-content)
}

.first\:order-1:first-child {
    -ms-flex-order: 1;
    order: 1
}

.first\:ml-0:first-child {
    margin-left: 0
}

.first\:mt-4:first-child {
    margin-top: 16px
}

.first\:h-\[440px\]:first-child {
    height: 440px
}

.first\:w-full:first-child {
    width: 100%
}

.first\:rounded-full:first-child {
    border-radius: 9999px
}

.first\:bg-primary:first-child {
    background-color: #3370ff
}

.first\:font-semibold:first-child {
    font-weight: 600
}

.first\:leading-9:first-child {
    line-height: 36px
}

.first\:text-white:first-child {
    color: #fff
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.last\:mb-4:last-child {
    margin-bottom: 16px
}

.last\:mr-0:last-child {
    margin-right: 0
}

.last\:border-b-0:last-child {
    border-bottom-width: 0
}

.autofill\:shadow-\[0_0_0_60px_\#FFF_inset\]:-webkit-autofill {
    --tw-shadow: 0 0 0 60px #fff inset;
    --tw-shadow-colored: inset 0 0 0 60px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.autofill\:shadow-\[0_0_0_60px_\#FFF_inset\]:autofill {
    --tw-shadow: 0 0 0 60px #fff inset;
    --tw-shadow-colored: inset 0 0 0 60px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

@media (hover:hover) and (pointer:fine) {
    .hover\:z-10:hover {
        z-index: 10
    }

    .hover\:scale-\[1\.01\]:hover {
        --tw-scale-x: 1.01;
        --tw-scale-y: 1.01;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .hover\:cursor-default:hover {
        cursor: default
    }

    .hover\:border-\[\#356FD4\]:hover {
        border-color: #356fd4
    }

    .hover\:border-\[\#8888FF\]:hover {
        border-color: #88f
    }

    .hover\:border-primary:hover {
        border-color: #3370ff
    }

    .hover\:\!bg-black:hover {
        background-color: #000 !important
    }

    .hover\:bg-\[\#1D1D1F\]:hover {
        background-color: #1d1d1f
    }

    .hover\:bg-\[\#356FD4\;\]:hover {
        background-color: #356fd4
    }

    .hover\:bg-\[\#523DEB\]:hover {
        background-color: #523deb
    }

    .hover\:bg-\[\#E1EAFF\]:hover {
        background-color: #e1eaff
    }

    .hover\:bg-\[\#E2EEFF\]:hover {
        background-color: #e2eeff
    }

    .hover\:bg-\[\#E6E6E6\]:hover {
        background-color: #e6e6e6
    }

    .hover\:bg-black\/\[\.03\]:hover {
        background-color: rgba(0, 0, 0, .03)
    }

    .hover\:bg-primary:hover {
        background-color: #3370ff
    }

    .hover\:bg-selection:hover {
        background-color: #e8effa
    }

    .hover\:bg-\[linear-gradient\(180deg\2c \#5051D0_0\%\2c \#6F6ED7_100\%\)\;\]:hover {
        background-image: linear-gradient(180deg, #5051d0, #6f6ed7)
    }

    .hover\:font-medium:hover {
        font-weight: 500
    }

    .hover\:\!text-\[\#4D4D4D\]:hover {
        color: #4d4d4d !important
    }

    .hover\:\!text-black:hover {
        color: #000 !important
    }

    .hover\:\!text-disabled:hover {
        color: #969799 !important
    }

    .hover\:\!text-heading:hover {
        color: #1d1d1f !important
    }

    .hover\:\!text-white:hover {
        color: #fff !important
    }

    .hover\:text-\[\#356FD4\]:hover {
        color: #356fd4
    }

    .hover\:text-hover:hover {
        color: #05c
    }

    .hover\:text-primary:hover {
        color: #3370ff
    }

    .hover\:text-white:hover {
        color: #fff
    }

    .hover\:opacity-100:hover {
        opacity: 1
    }

    .hover\:opacity-80:hover {
        opacity: .8
    }

    .hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
    }

    .hover\:shadow-\[2px_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover,
    .hover\:shadow:hover {
        box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
    }

    .hover\:shadow-\[2px_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover {
        --tw-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .08);
        --tw-shadow-colored: 2px 4px 12px 0 var(--tw-shadow-color)
    }

    .hover\:after\:opacity-100:hover:after {
        content: var(--tw-content);
        opacity: 1
    }
}

.focus-visible\:outline-none.focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-visible\:outline-0.focus-visible {
    outline-width: 0
}

.focus-visible\:outline-0:focus-visible {
    outline-width: 0
}

.active\:\!text-normal:active {
    color: #323233 !important
}

.active\:text-active:active {
    color: #0049ae
}

.active\:text-white:active {
    color: #fff
}

.active\:opacity-100:active {
    opacity: 1
}

.active\:opacity-80:active {
    opacity: .8
}

.active\:opacity-90:active {
    opacity: .9
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:bg-disabled:disabled {
    background-color: #ebedf0
}

@media (hover:hover) and (pointer:fine) {
    .disabled\:hover\:opacity-100:hover:disabled {
        opacity: 1
    }

    .group:hover .group-hover\:ml-1 {
        margin-left: 4px
    }

    .group:hover .group-hover\:ml-1\.5 {
        margin-left: 6px
    }

    .group:hover .group-hover\:ml-2 {
        margin-left: 8px
    }

    .group:hover .group-hover\:translate-x-1 {
        --tw-translate-x: 4px
    }

    .group:hover .group-hover\:translate-x-1,
    .group:hover .group-hover\:translate-x-1\.5 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .group:hover .group-hover\:translate-x-1\.5 {
        --tw-translate-x: 6px
    }

    .group:hover .group-hover\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .group:hover .group-hover\:opacity-70 {
        opacity: .7
    }

    .group:hover .group-hover\:opacity-80 {
        opacity: .8
    }
}

.group:nth-child(2n) .group-\[\:nth-child\(2n\)\]\:text-right {
    text-align: right
}

.group:first-child .group-\[\:nth-child\(1\)\]\:text-\[\#FE2D46\] {
    color: #fe2d46
}

.group:nth-child(2) .group-\[\:nth-child\(2\)\]\:text-\[\#FF6600\] {
    color: #f60
}

.group:nth-child(3) .group-\[\:nth-child\(3\)\]\:text-\[\#FAAC16\] {
    color: #faac16
}

.group:nth-child(2n) .group-\[\:nth-child\(2n\)\]\:before\:-right-3:before {
    content: var(--tw-content);
    right: -12px
}

.group:nth-child(2n) .group-\[\:nth-child\(2n\)\]\:before\:left-auto:before {
    content: var(--tw-content);
    left: auto
}

@media (min-width:640px) {
    .sm\:mb-6 {
        margin-bottom: 24px
    }

    .sm\:p-7 {
        padding: 28px
    }
}

@media (min-width:768px) {
    .md\:fixed {
        position: fixed
    }

    .md\:absolute {
        position: absolute
    }

    .md\:relative {
        position: relative
    }

    .md\:-right-11 {
        right: -44px
    }

    .md\:-top-11 {
        top: -44px
    }

    .md\:bottom-12 {
        bottom: 48px
    }

    .md\:bottom-4 {
        bottom: 16px
    }

    .md\:bottom-5 {
        bottom: 20px
    }

    .md\:left-6 {
        left: 24px
    }

    .md\:left-\[30px\] {
        left: 30px
    }

    .md\:right-1 {
        right: 4px
    }

    .md\:right-4 {
        right: 16px
    }

    .md\:right-6 {
        right: 24px
    }

    .md\:right-7 {
        right: 28px
    }

    .md\:right-8 {
        right: 32px
    }

    .md\:top-0 {
        top: 0
    }

    .md\:top-2 {
        top: 8px
    }

    .md\:top-7 {
        top: 28px
    }

    .md\:top-8 {
        top: 32px
    }

    .md\:top-9 {
        top: 36px
    }

    .md\:z-\[2000\] {
        z-index: 2000
    }

    .md\:m-4 {
        margin: 16px
    }

    .md\:m-auto {
        margin: auto
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mx-12 {
        margin-left: 48px;
        margin-right: 48px
    }

    .md\:mx-9 {
        margin-left: 36px;
        margin-right: 36px
    }

    .md\:my-14 {
        margin-top: 56px;
        margin-bottom: 56px
    }

    .md\:my-20 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .md\:my-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .md\:-mt-4 {
        margin-top: -16px
    }

    .md\:-mt-7 {
        margin-top: -28px
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-1 {
        margin-bottom: 4px
    }

    .md\:mb-1\.5 {
        margin-bottom: 6px
    }

    .md\:mb-12 {
        margin-bottom: 48px
    }

    .md\:mb-14 {
        margin-bottom: 56px
    }

    .md\:mb-16 {
        margin-bottom: 64px
    }

    .md\:mb-2 {
        margin-bottom: 8px
    }

    .md\:mb-3 {
        margin-bottom: 12px
    }

    .md\:mb-3\.5 {
        margin-bottom: 14px
    }

    .md\:mb-32 {
        margin-bottom: 128px
    }

    .md\:mb-4 {
        margin-bottom: 16px
    }

    .md\:mb-40 {
        margin-bottom: 160px
    }

    .md\:mb-5 {
        margin-bottom: 20px
    }

    .md\:mb-6 {
        margin-bottom: 24px
    }

    .md\:mb-7 {
        margin-bottom: 28px
    }

    .md\:mb-8 {
        margin-bottom: 32px
    }

    .md\:mb-9 {
        margin-bottom: 36px
    }

    .md\:ml-12 {
        margin-left: 48px
    }

    .md\:ml-3 {
        margin-left: 12px
    }

    .md\:ml-6 {
        margin-left: 24px
    }

    .md\:mr-12 {
        margin-right: 48px
    }

    .md\:mr-2 {
        margin-right: 8px
    }

    .md\:mr-2\.5 {
        margin-right: 10px
    }

    .md\:mr-3 {
        margin-right: 12px
    }

    .md\:mr-4 {
        margin-right: 16px
    }

    .md\:mr-5 {
        margin-right: 20px
    }

    .md\:mr-6 {
        margin-right: 24px
    }

    .md\:mr-7 {
        margin-right: 28px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-1 {
        margin-top: 4px
    }

    .md\:mt-12 {
        margin-top: 48px
    }

    .md\:mt-16 {
        margin-top: 64px
    }

    .md\:mt-20 {
        margin-top: 80px
    }

    .md\:mt-3 {
        margin-top: 12px
    }

    .md\:mt-32 {
        margin-top: 128px
    }

    .md\:mt-4 {
        margin-top: 16px
    }

    .md\:mt-40 {
        margin-top: 160px
    }

    .md\:mt-6 {
        margin-top: 24px
    }

    .md\:mt-7 {
        margin-top: 28px
    }

    .md\:mt-8 {
        margin-top: 32px
    }

    .md\:mt-9 {
        margin-top: 36px
    }

    .md\:mt-auto {
        margin-top: auto
    }

    .md\:line-clamp-1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }

    .md\:\!block {
        display: block !important
    }

    .md\:block {
        display: block
    }

    .md\:\!inline-block {
        display: inline-block !important
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: -ms-flexbox;
        display: flex
    }

    .md\:inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .md\:\!hidden {
        display: none !important
    }

    .md\:hidden {
        display: none
    }

    .md\:\!h-\[600px\] {
        height: 600px !important
    }

    .md\:h-1 {
        height: 4px
    }

    .md\:h-1\.5 {
        height: 6px
    }

    .md\:h-10 {
        height: 40px
    }

    .md\:h-12 {
        height: 48px
    }

    .md\:h-14 {
        height: 56px
    }

    .md\:h-2 {
        height: 8px
    }

    .md\:h-2\.5 {
        height: 10px
    }

    .md\:h-4 {
        height: 16px
    }

    .md\:h-52 {
        height: 208px
    }

    .md\:h-6 {
        height: 24px
    }

    .md\:h-7 {
        height: 28px
    }

    .md\:h-8 {
        height: 32px
    }

    .md\:h-\[100px\] {
        height: 100px
    }

    .md\:h-\[110px\] {
        height: 110px
    }

    .md\:h-\[150px\] {
        height: 150px
    }

    .md\:h-\[18px\] {
        height: 18px
    }

    .md\:h-\[220px\] {
        height: 220px
    }

    .md\:h-\[32px\] {
        height: 32px
    }

    .md\:h-\[420px\] {
        height: 420px
    }

    .md\:h-\[460px\] {
        height: 460px
    }

    .md\:h-\[46px\] {
        height: 46px
    }

    .md\:h-\[480px\] {
        height: 480px
    }

    .md\:h-\[488px\] {
        height: 488px
    }

    .md\:h-\[500px\] {
        height: 500px
    }

    .md\:h-\[50px\] {
        height: 50px
    }

    .md\:h-\[52px\] {
        height: 52px
    }

    .md\:h-\[540px\] {
        height: 540px
    }

    .md\:h-\[548px\] {
        height: 548px
    }

    .md\:h-\[54px\] {
        height: 54px
    }

    .md\:h-\[57px\] {
        height: 57px
    }

    .md\:h-\[600px\] {
        height: 600px
    }

    .md\:h-\[60px\] {
        height: 60px
    }

    .md\:h-\[90px\] {
        height: 90px
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-full {
        height: 100%
    }

    .md\:max-h-\[90vh\] {
        max-height: 90vh
    }

    .md\:\!w-20 {
        width: 80px !important
    }

    .md\:w-1 {
        width: 4px
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-10 {
        width: 40px
    }

    .md\:w-2 {
        width: 8px
    }

    .md\:w-4 {
        width: 16px
    }

    .md\:w-40 {
        width: 160px
    }

    .md\:w-5 {
        width: 20px
    }

    .md\:w-52 {
        width: 208px
    }

    .md\:w-6 {
        width: 24px
    }

    .md\:w-60 {
        width: 240px
    }

    .md\:w-7 {
        width: 28px
    }

    .md\:w-8 {
        width: 32px
    }

    .md\:w-\[100px\] {
        width: 100px
    }

    .md\:w-\[110px\] {
        width: 110px
    }

    .md\:w-\[130px\] {
        width: 130px
    }

    .md\:w-\[150px\] {
        width: 150px
    }

    .md\:w-\[152px\] {
        width: 152px
    }

    .md\:w-\[18px\] {
        width: 18px
    }

    .md\:w-\[260px\] {
        width: 260px
    }

    .md\:w-\[320px\] {
        width: 320px
    }

    .md\:w-\[340px\] {
        width: 340px
    }

    .md\:w-\[44\%\] {
        width: 44%
    }

    .md\:w-\[510px\] {
        width: 510px
    }

    .md\:w-\[54px\] {
        width: 54px
    }

    .md\:w-\[550px\] {
        width: 550px
    }

    .md\:w-\[562px\] {
        width: 562px
    }

    .md\:w-\[610px\] {
        width: 610px
    }

    .md\:w-\[832px\] {
        width: 832px
    }

    .md\:w-\[calc\(50\%-10px\)\] {
        width: calc(50% - 10px)
    }

    .md\:w-\[calc\(50\%-20px\)\] {
        width: calc(50% - 20px)
    }

    .md\:w-\[calc\(50\%-24px\)\] {
        width: calc(50% - 24px)
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-full {
        width: 100%
    }

    .md\:max-w-\[200px\] {
        max-width: 200px
    }

    .md\:max-w-\[290px\] {
        max-width: 290px
    }

    .md\:max-w-\[300px\] {
        max-width: 300px
    }

    .md\:max-w-\[360px\] {
        max-width: 360px
    }

    .md\:max-w-\[480px\] {
        max-width: 480px
    }

    .md\:max-w-\[540px\] {
        max-width: 540px
    }

    .md\:max-w-\[700px\] {
        max-width: 700px
    }

    .md\:flex-1 {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .md\:shrink-0 {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .md\:flex-grow-0,
    .md\:grow-0 {
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .md\:basis-1\/2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .md\:basis-1\/3 {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%
    }

    .md\:basis-\[100\%\] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .md\:basis-\[400px\] {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px
    }

    .md\:basis-\[calc\(20\%-10px\)\] {
        -ms-flex-preferred-size: calc(20% - 10px);
        flex-basis: calc(20% - 10px)
    }

    .md\:basis-\[calc\(33\.3\%-10px\)\] {
        -ms-flex-preferred-size: calc(33.3% - 10px);
        flex-basis: calc(33.3% - 10px)
    }

    .md\:basis-\[calc\(33\.3\%-16px\)\] {
        -ms-flex-preferred-size: calc(33.3% - 16px);
        flex-basis: calc(33.3% - 16px)
    }

    .md\:basis-\[calc\(50\%-10px\)\] {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }

    .md\:basis-\[calc\(50\%-24px\)\] {
        -ms-flex-preferred-size: calc(50% - 24px);
        flex-basis: calc(50% - 24px)
    }

    .md\:translate-x-0 {
        --tw-translate-x: 0px
    }

    .md\:translate-x-0,
    .md\:translate-x-12 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:translate-x-12 {
        --tw-translate-x: 48px
    }

    .md\:\!transform-none {
        transform: none !important
    }

    .md\:flex-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .md\:items-center {
        -ms-flex-align: center;
        align-items: center
    }

    .md\:justify-start {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .md\:justify-end {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .md\:justify-center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .md\:justify-between {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .md\:gap-0 {
        gap: 0
    }

    .md\:gap-3 {
        gap: 12px
    }

    .md\:gap-5 {
        gap: 20px
    }

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:whitespace-normal {
        white-space: normal
    }

    .md\:whitespace-pre-line {
        white-space: pre-line
    }

    .md\:rounded {
        border-radius: 4px
    }

    .md\:rounded-2xl {
        border-radius: 16px
    }

    .md\:rounded-full {
        border-radius: 9999px
    }

    .md\:rounded-none {
        border-radius: 0
    }

    .md\:rounded-xl {
        border-radius: 12px
    }

    .md\:border {
        border-width: 1px
    }

    .md\:border-solid {
        border-style: solid
    }

    .md\:border-none {
        border-style: none
    }

    .md\:bg-\[\#F5F5F7\] {
        background-color: #f5f5f7
    }

    .md\:bg-content {
        background-color: #fff
    }

    .md\:bg-default {
        background-color: #f7f8fa
    }

    .md\:bg-white\/10 {
        background-color: hsla(0, 0%, 100%, .1)
    }

    .md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2022\/08\/18\/Fm9x5kvppE-Mdc0zvgERIV-3PjAU\.png\?imageMogr2\/format\/jpg\"\)\] {
        background-image: url(https://img01.yzcdn.cn/upload_files/2022/08/18/Fm9x5kvppE-Mdc0zvgERIV-3PjAU.png?imageMogr2/format/jpg)
    }

    .md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/07\/11\/FtddQ7tc_SAlVL_KaBFcJQsAL3YA\.png\"\)\] {
        background-image: url(https://img01.yzcdn.cn/upload_files/2023/07/11/FtddQ7tc_SAlVL_KaBFcJQsAL3YA.png)
    }

    .md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/07\/25\/FmrB0g1FLuQIwRn3CX7ipxl4TQgx\.jpg\"\)\] {
        background-image: url(https://img01.yzcdn.cn/upload_files/2023/07/25/FmrB0g1FLuQIwRn3CX7ipxl4TQgx.jpg)
    }

    .md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/08\/04\/FnaCoyodpIeKroPd71_nEYkTuL5P\.jpg\"\)\] {
        background-image: url(https://img01.yzcdn.cn/upload_files/2023/08/04/FnaCoyodpIeKroPd71_nEYkTuL5P.jpg)
    }

    .md\:bg-\[length\:20px_20px\] {
        background-size: 20px 20px
    }

    .md\:bg-\[length\:406px_532px\] {
        background-size: 406px 532px
    }

    .md\:bg-cover {
        background-size: cover
    }

    .md\:bg-\[24px_top\] {
        background-position: 24px top
    }

    .md\:bg-\[right_26px\] {
        background-position: right 26px
    }

    .md\:bg-no-repeat {
        background-repeat: no-repeat
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-1 {
        padding: 4px
    }

    .md\:p-10 {
        padding: 40px
    }

    .md\:p-20 {
        padding: 80px
    }

    .md\:p-5 {
        padding: 20px
    }

    .md\:p-7 {
        padding: 28px
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-3 {
        padding-left: 12px;
        padding-right: 12px
    }

    .md\:px-4 {
        padding-left: 16px;
        padding-right: 16px
    }

    .md\:px-5 {
        padding-left: 20px;
        padding-right: 20px
    }

    .md\:px-6 {
        padding-left: 24px;
        padding-right: 24px
    }

    .md\:px-7 {
        padding-left: 28px;
        padding-right: 28px
    }

    .md\:px-8 {
        padding-left: 32px;
        padding-right: 32px
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:py-1 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .md\:py-1\.5 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .md\:py-2 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .md\:py-20 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .md\:py-3 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .md\:py-4 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .md\:py-40 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .md\:py-6 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .md\:py-7 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .md\:py-\[18px\] {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .md\:py-\[5px\] {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .md\:pb-24 {
        padding-bottom: 96px
    }

    .md\:pb-36 {
        padding-bottom: 144px
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pl-14 {
        padding-left: 56px
    }

    .md\:pl-8 {
        padding-left: 32px
    }

    .md\:pl-\[44\%\] {
        padding-left: 44%
    }

    .md\:pt-10 {
        padding-top: 40px
    }

    .md\:pt-20 {
        padding-top: 80px
    }

    .md\:pt-24 {
        padding-top: 96px
    }

    .md\:pt-28 {
        padding-top: 112px
    }

    .md\:pt-32 {
        padding-top: 128px
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-2xl {
        font-size: 24px;
        line-height: 32px
    }

    .md\:text-3xl {
        font-size: 30px;
        line-height: 36px
    }

    .md\:text-4xl {
        font-size: 36px;
        line-height: 40px
    }

    .md\:text-6xl {
        font-size: 60px;
        line-height: 1
    }

    .md\:text-\[22px\] {
        font-size: 22px
    }

    .md\:text-\[26px\] {
        font-size: 26px
    }

    .md\:text-\[80px\] {
        font-size: 80px
    }

    .md\:text-base {
        font-size: 16px;
        line-height: 24px
    }

    .md\:text-lg {
        font-size: 18px;
        line-height: 28px
    }

    .md\:text-sm {
        font-size: 14px;
        line-height: 20px
    }

    .md\:text-xl {
        font-size: 20px;
        line-height: 28px
    }

    .md\:text-xs {
        font-size: 12px;
        line-height: 16px
    }

    .md\:font-bold {
        font-weight: 700
    }

    .md\:font-light {
        font-weight: 300
    }

    .md\:font-medium {
        font-weight: 500
    }

    .md\:font-semibold {
        font-weight: 600
    }

    .md\:\!leading-8 {
        line-height: 32px !important
    }

    .md\:leading-10 {
        line-height: 40px
    }

    .md\:leading-5 {
        line-height: 20px
    }

    .md\:leading-6 {
        line-height: 24px
    }

    .md\:leading-7 {
        line-height: 28px
    }

    .md\:leading-8 {
        line-height: 32px
    }

    .md\:leading-9 {
        line-height: 36px
    }

    .md\:leading-\[80px\] {
        line-height: 80px
    }

    .md\:leading-normal {
        line-height: 1.5
    }

    .md\:leading-snug {
        line-height: 1.375
    }

    .md\:leading-tight {
        line-height: 1.25
    }

    .md\:text-heading {
        color: #1d1d1f
    }

    .md\:shadow-\[0_-44px_76px_0_rgba\(255\2c 255\2c 255\2c 0\.2\)_inset\] {
        --tw-shadow: 0 -44px 76px 0 hsla(0, 0%, 100%, .2) inset;
        --tw-shadow-colored: inset 0 -44px 76px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
    }

    .md\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
    }

    .md\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s
    }

    .md\:animate__fadeInUp {
        animation-name: fadeInUp
    }

    .md\:animate__fadeOutDown {
        animation-name: fadeOutDown
    }

    .md\:animate__animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .md\:first\:mr-5:first-child {
        margin-right: 20px
    }

    .md\:first\:basis-\[100\%\]:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .md\:first\:basis-\[500px\]:first-child {
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px
    }

    .md\:first\:bg-\[\#F5F5F7\]:first-child {
        background-color: #f5f5f7
    }

    .md\:first\:text-normal:first-child {
        color: #323233
    }

    .md\:last\:mr-0:last-child {
        margin-right: 0
    }

    .md\:even\:mr-5:nth-child(2n),
    .md\:odd\:mr-5:nth-child(odd) {
        margin-right: 20px
    }
}

@media (min-width:1024px) {
    .lg\:bottom-14 {
        bottom: 56px
    }

    .lg\:bottom-\[30px\] {
        bottom: 30px
    }

    .lg\:bottom-auto {
        bottom: auto
    }

    .lg\:left-16 {
        left: 64px
    }

    .lg\:left-6 {
        left: 24px
    }

    .lg\:right-6 {
        right: 24px
    }

    .lg\:right-\[30px\] {
        right: 30px
    }

    .lg\:top-1\/2 {
        top: 50%
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:my-20 {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .lg\:my-8 {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .lg\:\!mr-7 {
        margin-right: 28px !important
    }

    .lg\:mb-10 {
        margin-bottom: 40px
    }

    .lg\:mb-14 {
        margin-bottom: 56px
    }

    .lg\:mb-16 {
        margin-bottom: 64px
    }

    .lg\:mb-2 {
        margin-bottom: 8px
    }

    .lg\:mb-7 {
        margin-bottom: 28px
    }

    .lg\:ml-14 {
        margin-left: 56px
    }

    .lg\:ml-5 {
        margin-left: 20px
    }

    .lg\:ml-8 {
        margin-left: 32px
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:mr-10 {
        margin-right: 40px
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-10 {
        margin-top: 40px
    }

    .lg\:mt-14 {
        margin-top: 56px
    }

    .lg\:mt-2 {
        margin-top: 8px
    }

    .lg\:mt-2\.5 {
        margin-top: 10px
    }

    .lg\:mt-24 {
        margin-top: 96px
    }

    .lg\:mt-40 {
        margin-top: 160px
    }

    .lg\:mt-5 {
        margin-top: 20px
    }

    .lg\:mt-60 {
        margin-top: 240px
    }

    .lg\:mt-7 {
        margin-top: 28px
    }

    .lg\:mt-9 {
        margin-top: 36px
    }

    .lg\:mt-\[34px\] {
        margin-top: 34px
    }

    .lg\:\!line-clamp-3 {
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important
    }

    .lg\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: -ms-flexbox;
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-10 {
        height: 40px
    }

    .lg\:h-12 {
        height: 48px
    }

    .lg\:h-24 {
        height: 96px
    }

    .lg\:h-72 {
        height: 288px
    }

    .lg\:h-\[110px\] {
        height: 110px
    }

    .lg\:h-\[188px\] {
        height: 188px
    }

    .lg\:h-\[480px\] {
        height: 480px
    }

    .lg\:h-\[500px\] {
        height: 500px
    }

    .lg\:h-\[520px\] {
        height: 520px
    }

    .lg\:h-\[54px\] {
        height: 54px
    }

    .lg\:h-\[550px\] {
        height: 550px
    }

    .lg\:h-\[600px\] {
        height: 600px
    }

    .lg\:h-\[60px\] {
        height: 60px
    }

    .lg\:h-\[800px\] {
        height: 800px
    }

    .lg\:h-\[840px\] {
        height: 840px
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-24 {
        width: 96px
    }

    .lg\:w-52 {
        width: 208px
    }

    .lg\:w-56 {
        width: 224px
    }

    .lg\:w-\[110px\] {
        width: 110px
    }

    .lg\:w-\[136px\] {
        width: 136px
    }

    .lg\:w-\[360px\] {
        width: 360px
    }

    .lg\:w-\[410px\] {
        width: 410px
    }

    .lg\:w-\[420px\] {
        width: 420px
    }

    .lg\:w-\[50\%\] {
        width: 50%
    }

    .lg\:w-\[560px\] {
        width: 560px
    }

    .lg\:w-\[600px\] {
        width: 600px
    }

    .lg\:w-\[840px\] {
        width: 840px
    }

    .lg\:w-\[calc\(\(100\%-84px\)\/4\)\] {
        width: calc((100% - 84px) / 4)
    }

    .lg\:w-\[calc\(33\.3\%-12px\)\] {
        width: calc(33.3% - 12px)
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-\[1000px\] {
        max-width: 1000px
    }

    .lg\:max-w-\[1440px\] {
        max-width: 1440px
    }

    .lg\:max-w-\[420px\] {
        max-width: 420px
    }

    .lg\:basis-\[400px\] {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px
    }

    .lg\:basis-\[calc\(100\%\/7-10px\)\] {
        -ms-flex-preferred-size: calc(100% / 7 - 10px);
        flex-basis: calc(100% / 7 - 10px)
    }

    .lg\:basis-\[calc\(33\.3\%-12px\)\] {
        -ms-flex-preferred-size: calc(33.3% - 12px);
        flex-basis: calc(33.3% - 12px)
    }

    .lg\:basis-\[calc\(50\%-16px\)\] {
        -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px)
    }

    .lg\:basis-\[calc\(50\%-20px\)\] {
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }

    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%
    }

    .lg\:-translate-y-1\/2,
    .lg\:translate-x-0 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:translate-x-0 {
        --tw-translate-x: 0px
    }

    .lg\:flex-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .lg\:flex-col {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lg\:justify-center {
        -ms-flex-pack: center;
        justify-content: center
    }

    .lg\:rounded-\[30px\] {
        border-radius: 30px
    }

    .lg\:rounded-none {
        border-radius: 0
    }

    .lg\:border-transparent {
        border-color: transparent
    }

    .lg\:bg-black {
        background-color: #000
    }

    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:bg-\[length\:608px_798px\] {
        background-size: 608px 798px
    }

    .lg\:bg-\[right_40px\] {
        background-position: right 40px
    }

    .lg\:object-cover {
        object-fit: cover
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-10 {
        padding: 40px
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:px-4 {
        padding-left: 16px;
        padding-right: 16px
    }

    .lg\:px-6 {
        padding-left: 24px;
        padding-right: 24px
    }

    .lg\:px-7 {
        padding-left: 28px;
        padding-right: 28px
    }

    .lg\:px-9 {
        padding-left: 36px;
        padding-right: 36px
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:py-10 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .lg\:py-20 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .lg\:py-3 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .lg\:py-3\.5 {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .lg\:py-4 {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .lg\:py-7 {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .lg\:py-8 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pb-32 {
        padding-bottom: 128px
    }

    .lg\:pb-36 {
        padding-bottom: 144px
    }

    .lg\:pl-14 {
        padding-left: 56px
    }

    .lg\:pl-\[50\%\] {
        padding-left: 50%
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-14 {
        padding-top: 56px
    }

    .lg\:pt-24 {
        padding-top: 96px
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-2xl {
        font-size: 24px;
        line-height: 32px
    }

    .lg\:text-3xl {
        font-size: 30px;
        line-height: 36px
    }

    .lg\:text-4xl {
        font-size: 36px;
        line-height: 40px
    }

    .lg\:text-5xl {
        font-size: 48px;
        line-height: 1
    }

    .lg\:text-6xl {
        font-size: 60px;
        line-height: 1
    }

    .lg\:text-\[32px\] {
        font-size: 32px
    }

    .lg\:text-\[40px\] {
        font-size: 40px
    }

    .lg\:text-\[88px\] {
        font-size: 88px
    }

    .lg\:text-base {
        font-size: 16px;
        line-height: 24px
    }

    .lg\:text-lg {
        font-size: 18px;
        line-height: 28px
    }

    .lg\:text-sm {
        font-size: 14px;
        line-height: 20px
    }

    .lg\:text-xl {
        font-size: 20px;
        line-height: 28px
    }

    .lg\:font-semibold {
        font-weight: 600
    }

    .lg\:\!leading-\[70px\] {
        line-height: 70px !important
    }

    .lg\:leading-10 {
        line-height: 40px
    }

    .lg\:leading-6 {
        line-height: 24px
    }

    .lg\:leading-\[124px\] {
        line-height: 124px
    }

    .lg\:leading-\[34px\] {
        line-height: 34px
    }

    .lg\:leading-\[80px\] {
        line-height: 80px
    }

    .lg\:leading-\[90px\] {
        line-height: 90px
    }

    .lg\:leading-relaxed {
        line-height: 1.625
    }

    .lg\:leading-snug {
        line-height: 1.375
    }

    .lg\:text-white {
        color: #fff
    }

    @media (hover:hover) and (pointer:fine) {
        .lg\:hover\:shadow-\[2px_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover {
            --tw-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .08);
            --tw-shadow-colored: 2px 4px 12px 0 var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
        }
    }
}

@media (min-width:1280px) {
    .xl\:right-24 {
        right: 96px
    }

    .xl\:top-1\/2 {
        top: 50%
    }

    .xl\:top-3 {
        top: 12px
    }

    .xl\:\!mt-5 {
        margin-top: 20px !important
    }

    .xl\:mb-20 {
        margin-bottom: 80px
    }

    .xl\:mb-6 {
        margin-bottom: 24px
    }

    .xl\:ml-\[60px\] {
        margin-left: 60px
    }

    .xl\:mr-10 {
        margin-right: 40px
    }

    .xl\:mr-14 {
        margin-right: 56px
    }

    .xl\:mr-5 {
        margin-right: 20px
    }

    .xl\:mt-10 {
        margin-top: 40px
    }

    .xl\:mt-32 {
        margin-top: 128px
    }

    .xl\:mt-8 {
        margin-top: 32px
    }

    .xl\:mt-\[calc\(50vh-365px\)\] {
        margin-top: calc(50vh - 365px)
    }

    .xl\:h-28 {
        height: 112px
    }

    .xl\:h-\[393px\] {
        height: 393px
    }

    .xl\:h-\[500px\] {
        height: 500px
    }

    .xl\:h-\[600px\] {
        height: 600px
    }

    .xl\:h-\[730px\] {
        height: 730px
    }

    .xl\:max-h-\[90\%\] {
        max-height: 90%
    }

    .xl\:\!w-\[calc\(100\%-48px\)\] {
        width: calc(100% - 48px) !important
    }

    .xl\:w-\[1000px\] {
        width: 1000px
    }

    .xl\:w-\[530px\] {
        width: 530px
    }

    .xl\:w-\[560px\] {
        width: 560px
    }

    .xl\:w-auto {
        width: auto
    }

    .xl\:\!max-w-\[calc\(100\%-48px\)\] {
        max-width: calc(100% - 48px) !important
    }

    .xl\:max-w-\[480px\] {
        max-width: 480px
    }

    .xl\:basis-1\/3 {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%
    }

    .xl\:basis-\[590px\] {
        -ms-flex-preferred-size: 590px;
        flex-basis: 590px
    }

    .xl\:basis-\[calc\(33\.3\%-20px\)\] {
        -ms-flex-preferred-size: calc(33.3% - 20px);
        flex-basis: calc(33.3% - 20px)
    }

    .xl\:basis-\[calc\(50\%-32px\)\] {
        -ms-flex-preferred-size: calc(50% - 32px);
        flex-basis: calc(50% - 32px)
    }

    .xl\:basis-\[calc\(50\%-50px\)\] {
        -ms-flex-preferred-size: calc(50% - 50px);
        flex-basis: calc(50% - 50px)
    }

    .xl\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xl\:flex-row {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xl\:px-\[calc\(\(100\%-1200px\)\/2\)\] {
        padding-left: calc((100% - 1200px) / 2);
        padding-right: calc((100% - 1200px) / 2)
    }

    .xl\:py-40 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .xl\:pb-48 {
        padding-bottom: 192px
    }

    .xl\:pl-10 {
        padding-left: 40px
    }

    .xl\:pl-\[530px\] {
        padding-left: 530px
    }

    .xl\:pt-\[46px\] {
        padding-top: 46px
    }

    .xl\:text-2xl {
        font-size: 24px;
        line-height: 32px
    }

    .xl\:text-3xl {
        font-size: 30px;
        line-height: 36px
    }

    .xl\:text-4xl {
        font-size: 36px;
        line-height: 40px
    }

    .xl\:text-6xl {
        font-size: 60px;
        line-height: 1
    }

    .xl\:text-\[40px\] {
        font-size: 40px
    }

    .xl\:text-\[52px\] {
        font-size: 52px
    }

    .xl\:text-base {
        font-size: 16px;
        line-height: 24px
    }

    .xl\:text-lg {
        font-size: 18px;
        line-height: 28px
    }

    .xl\:text-xl {
        font-size: 20px;
        line-height: 28px
    }

    .xl\:leading-tight {
        line-height: 1.25
    }

    .xl\:\[zoom\:1\] {
        zoom: 1
    }
}

.\[\&\>\*\:nth-child\(-n\+3\)\]\:mb-3>:nth-child(-n+3) {
    margin-bottom: 12px
}

.\[\&\>\*\:nth-child\(-n\+3\)\]\:w-\[calc\(33\.3\%-8px\)\]>:nth-child(-n+3) {
    width: calc(33.3% - 8px)
}

.\[\&\>\*\:nth-child\(2n\)\]\:mr-0>:nth-child(2n) {
    margin-right: 0
}

@media (min-width:768px) {
    .md\:\[\&\>\*\:nth-child\(2n\)\]\:mr-0>:nth-child(2n) {
        margin-right: 0
    }

    .md\:\[\&\>\*\:nth-child\(2n\)\]\:mr-3>:nth-child(2n) {
        margin-right: 12px
    }
}

@media (min-width:1024px) {
    .lg\:\[\&\>\*\:nth-child\(3n\)\]\:mr-0>:nth-child(3n) {
        margin-right: 0
    }
}

.\[\&\>\*\:nth-child\(4n\)\]\:\!mr-0>:nth-child(4n) {
    margin-right: 0 !important
}

@media (min-width:768px) {
    .md\:\[\&\>\*\:nth-child\(5n\)\]\:mr-0>:nth-child(5n) {
        margin-right: 0
    }

    .md\:\[\&\>\*\:nth-child\(5n\)\]\:mr-2\.5>:nth-child(5n) {
        margin-right: 10px
    }
}

@media (min-width:1024px) {
    .lg\:\[\&\>\*\:nth-child\(7n\)\]\:mr-0>:nth-child(7n) {
        margin-right: 0
    }
}

.\[\&\>\*\:nth-child\(even\)\]\:mr-0>:nth-child(2n) {
    margin-right: 0
}

@media (min-width:768px) {
    .md\:\[\&\>\*\:nth-child\(even\)\]\:mr-2\.5>:nth-child(2n) {
        margin-right: 10px
    }
}

.\[\&\>\*\:nth-child\(n\+4\)\]\:w-\[calc\(50\%-6px\)\]>:nth-child(n+4) {
    width: calc(50% - 6px)
}

.\[\&\>\*\]\:mr-1>* {
    margin-right: 4px
}

.\[\&\>\*\]\:mr-4>* {
    margin-right: 16px
}

.\[\&\>\*\]\:bg-\[\#F2F5FC\]>* {
    background-color: #f2f5fc
}

.\[\&\>\*\]\:align-middle>* {
    vertical-align: middle
}

@media (min-width:768px) {
    .md\:\[\&\>\*\]\:mr-2\.5>* {
        margin-right: 10px
    }

    .md\:\[\&\>\*\]\:mr-6>* {
        margin-right: 24px
    }
}

@media (min-width:1024px) {
    .lg\:\[\&\>\*\]\:mr-3>* {
        margin-right: 12px
    }
}

.\[\&\>\.swiper-pagination-bullet-active\]\:w-6>.swiper-pagination-bullet-active {
    width: 24px
}

.\[\&\>\.swiper-pagination-bullet-active\]\:bg-black>.swiper-pagination-bullet-active {
    background-color: #000
}

.\[\&\>\.swiper-pagination-bullet\]\:h-1>.swiper-pagination-bullet {
    height: 4px
}

.\[\&\>\.swiper-pagination-bullet\]\:h-1\.5>.swiper-pagination-bullet {
    height: 6px
}

.\[\&\>\.swiper-pagination-bullet\]\:w-12>.swiper-pagination-bullet {
    width: 48px
}

.\[\&\>\.swiper-pagination-bullet\]\:w-4>.swiper-pagination-bullet {
    width: 16px
}

.\[\&\>\.swiper-pagination-bullet\]\:rounded-none>.swiper-pagination-bullet {
    border-radius: 0
}

.\[\&\>\.zui-loading-content\]\:\!bg-\[rgba\(255\2c 255\2c 255\2c \.2\)\]>.zui-loading-content {
    background-color: hsla(0, 0%, 100%, .2) !important
}

.\[\&\>em\]\:not-italic>em {
    font-style: normal
}

.\[\&\>em\]\:text-\[\#f00\]>em {
    color: red
}

.\[\&\>h2\]\:mb-10>h2 {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .md\:\[\&\>h2\]\:mb-14>h2 {
        margin-bottom: 56px
    }
}

.\[\&\>nth-child\(-n\+3\)\]\:w-\[calc\(33\.3\%-8\)\]>nth-child(-n+3) {
    width: calc(33.3% - 8)
}

.\[\&\>nth-child\(n\+4\)\]\:w-\[calc\(50\%-6\)\]>nth-child(n+4) {
    width: calc(50% - 6)
}

.\[\&\>p\]\:text-justify>p {
    text-align: justify
}

.\[\&\>p\]\:text-base>p {
    font-size: 16px;
    line-height: 24px
}

.\[\&\>p\]\:text-\[\#646566\]>p {
    color: #646566
}

.\[\&_em\]\:not-italic em {
    font-style: normal
}

.\[\&_em\]\:text-primary em {
    color: #3370ff
}

.\[\&_h2\]\:text-white h2 {
    color: #fff
}

.zui-ellipsis {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.zui-ellipsis,
.zui-ellipsis * {
    box-sizing: border-box
}

.zui-ellipsis-single {
    text-overflow: ellipsis;
    white-space: nowrap
}

.zui-ellipsis-multi:not(.zui-ellipsis-multi-rollback) {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.zui-ellipsis-multi-rollback {
    position: relative
}

.zui-ellipsis-multi-rollback:after {
    content: "...";
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 1em
}

.zui-empty {
    padding: 0;
    display: block;
    margin: 0 8px;
    text-align: center
}

.zui-empty,
.zui-empty * {
    box-sizing: border-box
}

.zui-empty-image {
    margin-bottom: 8px
}

.zui-empty-message {
    color: #646566
}

.zui-empty-extra {
    margin-top: 8px
}

@keyframes select-open {
    0% {
        height: 0
    }

    to {
        height: auto
    }
}

@keyframes select-close {
    0% {
        height: auto
    }

    to {
        height: 0
    }
}

.zui-select {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative
}

.zui-select,
.zui-select * {
    box-sizing: border-box
}

.zui-select-overlay {
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
    z-index: 1050;
    margin-top: 4px;
    border: 1px solid transparent;
    -ms-flex-direction: column;
    flex-direction: column
}

.zui-select-closed .zui-select-overlay {
    border-width: 0
}

.zui-select-closing .zui-select-overlay,
.zui-select-opened .zui-select-overlay {
    display: -ms-flexbox;
    display: flex;
    border-color: #ebedf0;
    box-shadow: 0 2px 8px 0 hsla(225, 4%, 79%, .5)
}

.zui-select-content {
    width: 100%;
    -ms-flex: 1 1;
    flex: 1 1;
    min-height: 32px;
    overflow-x: hidden;
    margin: 8px 0;
    background-color: #fff;
    text-align: left
}

.zui-select-list .zui-select-option {
    list-style: none
}

.zui-select-option {
    display: block;
    padding: 6px 12px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}

.zui-select-option:hover {
    background-color: #e8effa
}

.zui-select-option-group {
    display: block;
    color: #646566;
    padding: 8px 12px 6px
}

.zui-select-option+.zui-select-option-group {
    padding-top: 16px
}

.zui-loading {
    margin: 0;
    padding: 0;
    display: inline-block;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    position: static
}

.zui-loading,
.zui-loading * {
    box-sizing: border-box
}

.zui-loading .zui-icon {
    font-size: 20px
}

.zui-loading-small .zui-icon {
    font-size: 14px
}

.zui-loading-large .zui-icon {
    font-size: 32px
}

.zui-loading-block {
    position: relative;
    width: 100%
}

.zui-loading-content {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.zui-loading-block .zui-loading-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(51, 112, 255, .2);
    border-radius: 4px
}

.zui-loading .zui-loading-message {
    display: block;
    margin-top: 12px;
    margin-bottom: 0;
    color: #3370ff
}

.zui-mask {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .73)
}

.zui-mask,
.zui-mask * {
    box-sizing: border-box
}

.zui-pagination-scroll-load {
    padding: 0;
    display: block;
    text-align: center;
    color: #646566;
    margin: 24px 0
}

.zui-pagination-scroll-load,
.zui-pagination-scroll-load * {
    box-sizing: border-box
}

.zui-pagination-scroll-load-seo-content {
    display: none
}

.zui-toast {
    margin: 8px auto;
    display: block;
    color: #323233;
    font-size: 16px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: all
}

.zui-toast-container {
    position: fixed;
    top: 24px;
    left: 0;
    width: 100%;
    z-index: 1010;
    text-align: center;
    pointer-events: none
}

.zui-toast-container:empty {
    display: none
}

.zui-toast-content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 24px 12px 16px;
    background: #fff;
    box-shadow: 0 2px 24px 0 hsla(225, 4%, 79%, .5);
    border-radius: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3
}

.zui-toast-content .zui-icon {
    margin-right: 8px
}

.zui-toast-info .zui-icon {
    color: #3370ff
}

.zui-toast-error {
    color: #df3320
}

.zui-toast-success {
    color: #2da641
}

.zui-toast-warning {
    color: #ed6a0c
}

.zui-typography {
    color: #323233;
    word-wrap: break-word
}

.zui-typography-secondary {
    color: #646566
}

.zui-typography-primary {
    color: #3370ff
}

.zui-typography-danger {
    color: #df3320
}

.zui-typography-warning {
    color: #ed6a0c
}

.zui-typography-success {
    color: #2da641
}

.zui-typography-disabled,
.zui-typography[disabled] {
    color: #969799;
    cursor: not-allowed;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.zui-typography a,
a.zui-typography {
    color: #3370ff
}

.zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]),
.zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]),
a:not(.zui-button):not([disabled]).zui-typography-danger,
a:not(.zui-legacy-button):not([disabled]).zui-typography-danger {
    color: #df3320
}

.zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]):active,
.zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]):focus,
.zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]):active,
.zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]):focus,
a:not(.zui-button):not([disabled]).zui-typography-danger:active,
a:not(.zui-button):not([disabled]).zui-typography-danger:focus,
a:not(.zui-legacy-button):not([disabled]).zui-typography-danger:active,
a:not(.zui-legacy-button):not([disabled]).zui-typography-danger:focus {
    color: #b42718
}

@media(hover:hover) {

    .zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]):hover,
    .zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]):hover,
    a:not(.zui-button):not([disabled]).zui-typography-danger:hover,
    a:not(.zui-legacy-button):not([disabled]).zui-typography-danger:hover {
        color: #cc2a18
    }
}

.zui-typography p,
div.zui-typography,
p.zui-typography {
    margin-bottom: 1em
}

.zui-typography h1,
div.zui-typography-h1,
h1.zui-typography {
    margin-bottom: .5em;
    font-size: 38px;
    line-height: 1.23;
    color: #1d1d1f;
    font-weight: 600
}

.zui-typography div+h1,
.zui-typography h1+h1,
.zui-typography h2+h1,
.zui-typography h3+h1,
.zui-typography h4+h1,
.zui-typography h5+h1,
.zui-typography h6+h1,
.zui-typography li+h1,
.zui-typography p+h1,
.zui-typography ul+h1,
.zui-typography+h1.zui-typography {
    margin-top: 1.2em
}

.zui-typography h2,
div.zui-typography-h2,
h2.zui-typography {
    margin-bottom: .5em;
    font-size: 30px;
    line-height: 1.35;
    color: #1d1d1f;
    font-weight: 600
}

.zui-typography div+h2,
.zui-typography h1+h2,
.zui-typography h2+h2,
.zui-typography h3+h2,
.zui-typography h4+h2,
.zui-typography h5+h2,
.zui-typography h6+h2,
.zui-typography li+h2,
.zui-typography p+h2,
.zui-typography ul+h2,
.zui-typography+h2.zui-typography {
    margin-top: 1.2em
}

.zui-typography h3,
div.zui-typography-h3,
h3.zui-typography {
    margin-bottom: .5em;
    font-size: 24px;
    line-height: 1.35;
    color: #1d1d1f;
    font-weight: 600
}

.zui-typography div+h3,
.zui-typography h1+h3,
.zui-typography h2+h3,
.zui-typography h3+h3,
.zui-typography h4+h3,
.zui-typography h5+h3,
.zui-typography h6+h3,
.zui-typography li+h3,
.zui-typography p+h3,
.zui-typography ul+h3,
.zui-typography+h3.zui-typography {
    margin-top: 1.2em
}

.zui-typography h4,
div.zui-typography-h4,
h4.zui-typography {
    margin-bottom: .5em;
    font-size: 20px;
    line-height: 1.4;
    color: #1d1d1f;
    font-weight: 600
}

.zui-typography div+h4,
.zui-typography h1+h4,
.zui-typography h2+h4,
.zui-typography h3+h4,
.zui-typography h4+h4,
.zui-typography h5+h4,
.zui-typography h6+h4,
.zui-typography li+h4,
.zui-typography p+h4,
.zui-typography ul+h4,
.zui-typography+h4.zui-typography {
    margin-top: 1.2em
}

.zui-typography h5,
div.zui-typography-h5,
h5.zui-typography {
    margin-bottom: .5em;
    font-size: 16px;
    line-height: 1.5;
    color: #1d1d1f;
    font-weight: 600
}

.zui-typography div+h5,
.zui-typography h1+h5,
.zui-typography h2+h5,
.zui-typography h3+h5,
.zui-typography h4+h5,
.zui-typography h5+h5,
.zui-typography h6+h5,
.zui-typography li+h5,
.zui-typography p+h5,
.zui-typography ul+h5,
.zui-typography+h5.zui-typography {
    margin-top: 1.2em
}

.zui-typography h6,
div.zui-typography-h6,
h6.zui-typography {
    margin-bottom: .5em;
    font-size: 14px;
    line-height: 1.5;
    color: #1d1d1f;
    font-weight: 600
}

.zui-typography div+h6,
.zui-typography h1+h6,
.zui-typography h2+h6,
.zui-typography h3+h6,
.zui-typography h4+h6,
.zui-typography h5+h6,
.zui-typography h6+h6,
.zui-typography li+h6,
.zui-typography p+h6,
.zui-typography ul+h6,
.zui-typography+h6.zui-typography {
    margin-top: 1.2em
}

.zui-typography code,
code.zui-typography {
    margin: 0 .2em;
    padding: .2em .4em .1em;
    font-size: 85%;
    background: hsla(0, 0%, 59%, .1);
    border: 1px solid hsla(0, 0%, 39%, .2);
    border-radius: 2px
}

.zui-typography blockquote,
.zui-typography pre,
blockquote.zui-typography,
pre.zui-typography {
    padding: .4em .6em;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: hsla(0, 0%, 59%, .1);
    border: 1px solid hsla(0, 0%, 39%, .2);
    border-radius: 2px
}

.zui-typography pre code,
pre.zui-typography code {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    background: 0 0;
    border: 0
}

.zui-typography blockquote,
blockquote.zui-typography {
    padding: 0 0 0 .6em;
    border-left: 4px solid hsla(0, 0%, 39%, .2);
    opacity: .85
}

.zui-typography blockquote p:last-child,
blockquote.zui-typography p:last-child {
    margin-bottom: 0
}

.zui-typography kbd,
kbd.zui-typography {
    margin: 0 .2em;
    padding: .15em .4em .1em;
    font-size: 90%;
    background: hsla(0, 0%, 59%, .06);
    border: 1px solid hsla(0, 0%, 39%, .2);
    border-radius: 2px
}

.zui-typography mark,
mark.zui-typography {
    padding: 0;
    background-color: #ffe58f
}

.zui-typography ins,
.zui-typography u,
.zui-typography-underline,
ins.zui-typography,
u.zui-typography {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

.zui-typography del,
.zui-typography s,
.zui-typography-delete,
del.zui-typography,
s.zui-typography {
    text-decoration: line-through
}

.zui-typography i,
.zui-typography-italic,
i.zui-typography {
    font-style: italic
}

.zui-typography b,
.zui-typography strong,
.zui-typography-strong,
b.zui-typography,
strong.zui-typography {
    font-weight: 600
}

.zui-typography ol,
.zui-typography ul {
    margin: 0 0 1em;
    padding: 0
}

.zui-typography ol li,
.zui-typography ul li {
    margin: 0 0 0 20px;
    padding: 0 0 0 4px
}

.zui-typography ul {
    list-style: circle
}

.zui-typography ul ul {
    list-style: disc
}

.zui-typography ol {
    list-style: decimal
}

@font-face {
    font-family: zenticon;
    src: url(https://b.yzcdn.cn/zent/zenticon/zenticon-2a8a252d11.eot);
    src: url(https://b.yzcdn.cn/zent/zenticon/zenticon-2a8a252d11.eot?#iefix) format("embedded-opentype"), url(https://b.yzcdn.cn/zent/zenticon/zenticon-2a8a252d11.woff2) format("woff2"), url(https://b.yzcdn.cn/zent/zenticon/zenticon-2a8a252d11.woff) format("woff"), url(https://b.yzcdn.cn/zent/zenticon/zenticon-2a8a252d11.ttf) format("truetype")
}

.zenticon {
    display: inline-block;
    speak: none;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    text-decoration: inherit;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zenticon:before {
    box-sizing: border-box;
    display: block;
    font-family: zenticon !important
}

.zenticon-up:before {
    content: ""
}

.zenticon-down:before {
    content: ""
}

.zenticon-left:before {
    content: ""
}

.zenticon-right:before {
    content: ""
}

.zenticon-left-circle-o:before {
    content: ""
}

.zenticon-left-circle:before {
    content: ""
}

.zenticon-right-circle-o:before {
    content: ""
}

.zenticon-right-circle:before {
    content: ""
}

.zenticon-up-circle-o:before {
    content: ""
}

.zenticon-up-circle:before {
    content: ""
}

.zenticon-down-circle-o:before {
    content: ""
}

.zenticon-down-circle:before {
    content: ""
}

.zenticon-upload:before {
    content: ""
}

.zenticon-download:before {
    content: ""
}

.zenticon-edit-o:before {
    content: ""
}

.zenticon-edit:before {
    content: ""
}

.zenticon-remove-o:before {
    content: ""
}

.zenticon-remove:before {
    content: ""
}

.zenticon-save-o:before {
    content: ""
}

.zenticon-save:before {
    content: ""
}

.zenticon-arrow-up:before {
    content: ""
}

.zenticon-arrow-down:before {
    content: ""
}

.zenticon-locked-o:before {
    content: ""
}

.zenticon-lock:before {
    content: ""
}

.zenticon-locked:before {
    content: ""
}

.zenticon-unlocked-o:before {
    content: ""
}

.zenticon-unlock:before {
    content: ""
}

.zenticon-unlocked:before {
    content: ""
}

.zenticon-nav-line:before {
    content: ""
}

.zenticon-nav-grid:before {
    content: ""
}

.zenticon-share:before {
    content: ""
}

.zenticon-refresh:before {
    content: ""
}

.zenticon-help-circle-o:before {
    content: ""
}

.zenticon-help-circle:before {
    content: ""
}

.zenticon-thumbnail:before {
    content: ""
}

.zenticon-fullscreen-exit:before {
    content: ""
}

.zenticon-table-loose:before {
    content: ""
}

.zenticon-table-compact:before {
    content: ""
}

.zenticon-export:before {
    content: ""
}

.zenticon-pin-o:before {
    content: ""
}

.zenticon-pin:before {
    content: ""
}

.zenticon-eye-o:before {
    content: ""
}

.zenticon-eye:before {
    content: ""
}

.zenticon-closed-eye:before {
    content: ""
}

.zenticon-subtract-circle-o:before {
    content: ""
}

.zenticon-subtract-circle:before {
    content: ""
}

.zenticon-forbidden-circle:before {
    content: ""
}

.zenticon-plus-circle-o:before {
    content: ""
}

.zenticon-plus-circle:before {
    content: ""
}

.zenticon-double-last:before {
    content: ""
}

.zenticon-double-next:before {
    content: ""
}

.zenticon-plus:before {
    content: ""
}

.zenticon-close:before {
    content: ""
}

.zenticon-search:before {
    content: ""
}

.zenticon-more:before {
    content: ""
}

.zenticon-pending-circle:before {
    content: ""
}

.zenticon-caret-up:before {
    content: ""
}

.zenticon-caret-down:before {
    content: ""
}

.zenticon-reset:before {
    content: ""
}

.zenticon-drag:before {
    content: ""
}

.zenticon-filter-o:before {
    content: ""
}

.zenticon-summary-o:before {
    content: ""
}

.zenticon-summary:before {
    content: ""
}

.zenticon-shop-o:before {
    content: ""
}

.zenticon-shop:before {
    content: ""
}

.zenticon-shop-template:before {
    content: ""
}

.zenticon-goods-o:before {
    content: ""
}

.zenticon-goods:before {
    content: ""
}

.zenticon-order-o:before {
    content: ""
}

.zenticon-order:before {
    content: ""
}

.zenticon-customer-o:before {
    content: ""
}

.zenticon-customer:before {
    content: ""
}

.zenticon-chart-o:before {
    content: ""
}

.zenticon-chart:before {
    content: ""
}

.zenticon-capital-o:before {
    content: ""
}

.zenticon-capital:before {
    content: ""
}

.zenticon-settings-o:before {
    content: ""
}

.zenticon-settings:before {
    content: ""
}

.zenticon-marketing-o:before {
    content: ""
}

.zenticon-marketing:before {
    content: ""
}

.zenticon-inventory-o:before {
    content: ""
}

.zenticon-inventory:before {
    content: ""
}

.zenticon-procurement-o:before {
    content: ""
}

.zenticon-procurement:before {
    content: ""
}

.zenticon-finance-o:before {
    content: ""
}

.zenticon-finance:before {
    content: ""
}

.zenticon-cashier-o:before {
    content: ""
}

.zenticon-cashier:before {
    content: ""
}

.zenticon-casher:before {
    content: ""
}

.zenticon-course-o:before {
    content: ""
}

.zenticon-course:before {
    content: ""
}

.zenticon-admissions-o:before {
    content: ""
}

.zenticon-admissions:before {
    content: ""
}

.zenticon-educational-o:before {
    content: ""
}

.zenticon-educational:before {
    content: ""
}

.zenticon-customer-service-o:before {
    content: ""
}

.zenticon-customer-service:before {
    content: ""
}

.zenticon-message-o:before {
    content: ""
}

.zenticon-message:before {
    content: ""
}

.zenticon-jump-out:before {
    content: ""
}

.zenticon-sign-out:before {
    content: ""
}

.zenticon-hotel-o:before {
    content: ""
}

.zenticon-hotel:before {
    content: ""
}

.zenticon-check-circle-o:before {
    content: ""
}

.zenticon-check-circle:before {
    content: ""
}

.zenticon-close-circle-o:before {
    content: ""
}

.zenticon-close-circle:before {
    content: ""
}

.zenticon-error-circle-o:before {
    content: ""
}

.zenticon-error-circle:before {
    content: ""
}

.zenticon-info-circle-o:before {
    content: ""
}

.zenticon-info-circle:before {
    content: ""
}

.zenticon-loading:before {
    content: ""
}

.zenticon-wait:before {
    content: ""
}

.zenticon-star-o:before {
    content: ""
}

.zenticon-star:before {
    content: ""
}

.zenticon-bell-o:before {
    content: ""
}

.zenticon-bell:before {
    content: ""
}

.zenticon-check:before {
    content: ""
}

.zenticon-youzan-o:before {
    content: ""
}

.zenticon-youzan:before {
    content: ""
}

.zenticon-mini-apps-o:before {
    content: ""
}

.zenticon-mini-apps:before {
    content: ""
}

.zenticon-wechat-o:before {
    content: ""
}

.zenticon-wechat:before {
    content: ""
}

.zenticon-clock-o:before {
    content: ""
}

.zenticon-clock:before {
    content: ""
}

.zenticon-calendar-o:before {
    content: ""
}

.zenticon-calendar:before {
    content: ""
}

.zenticon-present-o:before {
    content: ""
}

.zenticon-gift:before {
    content: ""
}

.zenticon-present:before {
    content: ""
}

.zenticon-ticket-o:before {
    content: ""
}

.zenticon-ticket:before {
    content: ""
}

.zenticon-expand-customer-o:before {
    content: ""
}

.zenticon-expand-customer:before {
    content: ""
}

.zenticon-checkin-o:before {
    content: ""
}

.zenticon-checkin:before {
    content: ""
}

.zenticon-assess-o:before {
    content: ""
}

.zenticon-assess:before {
    content: ""
}

.zenticon-business-o:before {
    content: ""
}

.zenticon-business:before {
    content: ""
}

.zenticon-hr-o:before {
    content: ""
}

.zenticon-hr:before {
    content: ""
}

.zenticon-approval-o:before {
    content: ""
}

.zenticon-approval:before {
    content: ""
}

.zenticon-report-o:before {
    content: ""
}

.zenticon-report:before {
    content: ""
}

.zenticon-coupon-o:before {
    content: ""
}

.zenticon-coupon:before {
    content: ""
}

.zenticon-hc-manage-o:before {
    content: ""
}

.zenticon-hc-manage:before {
    content: ""
}

.zenticon-report-forms-o:before {
    content: ""
}

.zenticon-report-forms:before {
    content: ""
}

.zenticon-brush-o:before {
    content: ""
}

.zenticon-shop-decorate:before {
    content: ""
}

.zenticon-brush:before {
    content: ""
}

.zenticon-development-doc-o:before {
    content: ""
}

.zenticon-development-doc:before {
    content: ""
}

.zenticon-bookmark-o:before {
    content: ""
}

.zenticon-knowledge-o:before {
    content: ""
}

.zenticon-bookmark:before {
    content: ""
}

.zenticon-folder-o:before {
    content: ""
}

.zenticon-open-folder-o:before {
    content: ""
}

.zenticon-pending-payment-o:before {
    content: ""
}

.zenticon-salesman-o:before {
    content: ""
}

.zenticon-tendency-o:before {
    content: ""
}

.zenticon-distribution-o:before {
    content: ""
}

.zenticon-member-o:before {
    content: ""
}

.zenticon-text-guide-o:before {
    content: ""
}

.zenticon-qrcode:before {
    content: ""
}

.zenticon-shop-analyze-o:before {
    content: ""
}

.zenticon-channel-o:before {
    content: ""
}

.zenticon-cashier-desk-o:before {
    content: ""
}

.zenticon-qa-o:before {
    content: ""
}

.zenticon-withdraw-cash-o:before {
    content: ""
}

.zenticon-tools-o:before {
    content: ""
}

.zenticon-smile:before {
    content: ""
}

.zenticon-photo:before {
    content: ""
}

.zenticon-video-o:before {
    content: ""
}

.zenticon-video-guide-o:before {
    content: ""
}

.zenticon-video:before {
    content: ""
}

.zenticon-hotline-o:before {
    content: ""
}

.zenticon-visit-o:before {
    content: ""
}

.zenticon-countdown:before {
    content: ""
}

.zenticon-suggestions:before {
    content: ""
}

.zenticon-feedback:before {
    content: ""
}

.zenticon-contract-o:before {
    content: ""
}

.zenticon-rights-list-o:before {
    content: ""
}

.zenticon-im-o:before {
    content: ""
}

.zenticon-flow-o:before {
    content: ""
}

.zenticon-strategy-o:before {
    content: ""
}

.zenticon-link:before {
    content: ""
}

.zenticon-voice:before {
    content: ""
}

.zenticon-scan-code-o:before {
    content: ""
}

.zenticon-doc:before {
    content: ""
}

.zenticon-warning-o:before {
    content: ""
}

.zenticon-warning:before {
    content: ""
}

.zenticon-add-page:before {
    content: ""
}

.zenticon-back:before {
    content: ""
}

@keyframes zui-animation-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.zui-icon,
.zui-icon.zenticon {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline
}

.zui-icon svg {
    display: inline-block
}

.zui-icon.zui-icon-spin {
    animation: zui-animation-spin 2s linear infinite
}

.zui-icon-loading-circle {
    height: 1em;
    line-height: 1em;
    display: inline-block
}

.zui-icon-loading-circle.zui-icon-spin {
    animation-duration: .6s;
    animation-timing-function: linear
}

.zui-layout {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: auto;
    flex: auto;
    min-height: 0;
    margin: 0 auto;
    height: 100%
}

.zui-layout,
.zui-layout * {
    box-sizing: border-box
}

.zui-layout-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.zui-layout-fluid,
.zui-layout-static {
    width: 100%
}

.zui-layout-responsive {
    width: 1200px;
    max-width: 100%
}

.zui-layout-sider {
    transition: all .3s ease;
    position: relative
}

.zui-layout-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    position: relative
}

.zui-layout-section {
    margin-bottom: 16px;
    position: relative
}

@media only screen and (max-width:1280px) {
    .zui-layout-responsive {
        margin-left: 24px;
        margin-right: 24px;
        max-width: calc(100% - 24px * 2)
    }
}

@media only screen and (max-width:1024px) {
    .zui-layout-responsive {
        margin-left: 24px;
        margin-right: 24px;
        max-width: calc(100% - 24px * 2)
    }

    .zui-layout-sider-md {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .zui-layout-responsive {
        margin-left: 16px;
        margin-right: 16px;
        max-width: calc(100% - 16px * 2)
    }

    .zui-layout-sider-sm {
        display: none
    }
}

* .zui-input-addon,
.zui-input,
.zui-input-affix-wrapper {
    border-radius: 2px
}

.zui-input-group-wrapper>:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.zui-input-group-wrapper>:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.zui-input {
    padding: 0;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis
}

.zui-input,
.zui-input * {
    box-sizing: border-box
}

.zui-input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.zui-input:placeholder-shown {
    text-overflow: ellipsis
}

.zui-input::-webkit-input-placeholder {
    color: #c8c9cc
}

.zui-input:-ms-input-placeholder {
    color: #c8c9cc
}

.zui-input::placeholder {
    color: #c8c9cc
}

.zui-input,
.zui-input-affix-wrapper,
.zui-input-group-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-width: 0
}

.zui-input {
    display: inline-block
}

.zui-input-clear {
    color: #969799;
    cursor: pointer;
    visibility: hidden
}

.zui-input,
.zui-input-affix-wrapper {
    padding: 6px 12px;
    background-color: #fff;
    color: #323233;
    font-size: 14px;
    line-height: 1.5;
    background-image: none;
    border: 1px solid #ebedf0;
    transition: all .3s ease;
    caret-color: #3370ff;
    cursor: text
}

.zui-input-affix-wrapper-focused,
.zui-input-affix-wrapper:focus,
.zui-input-focused,
.zui-input:focus {
    border-color: #3370ff;
    box-shadow: 0 0 4px 0 rgba(51, 112, 255, .6);
    outline: 0
}

.zui-input-affix-wrapper:hover,
.zui-input:hover {
    border-color: #3370ff
}

.zui-input-affix-wrapper:hover .zui-input-clear,
.zui-input:hover .zui-input-clear {
    visibility: visible
}

.zui-input-affix-wrapper:hover .zui-input-clear:not([hidden])+.zui-input-suffix>.zui-input-search-icon,
.zui-input:hover .zui-input-clear:not([hidden])+.zui-input-suffix>.zui-input-search-icon {
    display: none
}

.zui-input-affix-wrapper-disabled,
.zui-input-affix-wrapper[disabled],
.zui-input-disabled,
.zui-input[disabled] {
    color: #969799;
    background-color: #ebedf0;
    cursor: not-allowed
}

.zui-input-affix-wrapper-disabled.zui-input-focused,
.zui-input-affix-wrapper-disabled:focus,
.zui-input-affix-wrapper-disabled:hover,
.zui-input-affix-wrapper[disabled].zui-input-focused,
.zui-input-affix-wrapper[disabled]:focus,
.zui-input-affix-wrapper[disabled]:hover,
.zui-input-disabled.zui-input-focused,
.zui-input-disabled:focus,
.zui-input-disabled:hover,
.zui-input[disabled].zui-input-focused,
.zui-input[disabled]:focus,
.zui-input[disabled]:hover {
    color: #969799;
    background-color: #ebedf0;
    border-color: #ebedf0;
    box-shadow: none
}

.zui-input-success {
    border-color: #66be74
}

.zui-input-success .zui-input-focused,
.zui-input-success:focus {
    box-shadow: 0 0 4px 0 rgba(102, 190, 116, .6);
    outline: 0
}

.zui-input-success .zui-input-focused,
.zui-input-success-disabled:hover,
.zui-input-success-readonly:hover,
.zui-input-success:focus,
.zui-input-success:hover,
.zui-input-success[disabled]:hover,
.zui-input-success[readonly]:hover {
    border-color: #66be74
}

.zui-input-error {
    border-color: #df4545
}

.zui-input-error .zui-input-focused,
.zui-input-error:focus {
    box-shadow: 0 0 4px 0 rgba(223, 69, 69, .6);
    outline: 0
}

.zui-input-error .zui-input-focused,
.zui-input-error-disabled:hover,
.zui-input-error-readonly:hover,
.zui-input-error:focus,
.zui-input-error:hover,
.zui-input-error[disabled]:hover,
.zui-input-error[readonly]:hover {
    border-color: #df4545
}

.zui-input-warning {
    border-color: #f1924e
}

.zui-input-warning .zui-input-focused,
.zui-input-warning:focus {
    box-shadow: 0 0 4px 0 rgba(241, 146, 78, .6);
    outline: 0
}

.zui-input-warning .zui-input-focused,
.zui-input-warning-disabled:hover,
.zui-input-warning-readonly:hover,
.zui-input-warning:focus,
.zui-input-warning:hover,
.zui-input-warning[disabled]:hover,
.zui-input-warning[readonly]:hover {
    border-color: #f1924e
}

.zui-input-large .zui-input,
.zui-input-large .zui-input-affix-wrapper,
.zui-input-large.zui-input,
.zui-input-large.zui-input-affix-wrapper {
    padding: 9px 16px;
    font-size: 16px
}

.zui-input-affix-wrapper>.zui-input,
.zui-input-affix-wrapper>.zui-input-focused,
.zui-input-affix-wrapper>.zui-input:focus {
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none
}

.zui-input-affix-wrapper>.zui-input {
    -ms-flex: 1 1;
    flex: 1 1
}

.zui-input-prefix,
.zui-input-suffix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    -ms-flex-align: center;
    align-items: center
}

.zui-input-prefix {
    margin-right: 4px
}

.zui-input-suffix {
    margin-left: 4px
}

.zui-input-suffix+.zui-input-suffix {
    margin-left: 0
}

.zui-input-addon {
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    background-color: #ebedf0;
    border: 1px solid #ebedf0;
    transition: all .3s ease
}

[dir=ltr] .zui-input-group-wrapper {
    text-align: left
}

[dir=rtl] .zui-input-group-wrapper {
    text-align: right
}

.zui-input-group-wrapper {
    border-collapse: separate;
    border-spacing: 0;
    display: inline-table;
    vertical-align: top
}

.zui-input-group-wrapper>* {
    display: table-cell;
    border-radius: 0
}

.zui-input-group-wrapper>:not(.zui-input) {
    border-left-width: 0;
    border-right-width: 0
}

.zui-input-group-wrapper>:first-child {
    border-left-width: 1px
}

.zui-input-group-wrapper>:last-child {
    border-right-width: 1px
}

.zui-input-search-wrapper {
    display: inline-block
}

.zui-input-search-icon {
    cursor: pointer
}

.zui-input-radius-small .zui-input-addon,
.zui-input-radius-small.zui-input,
.zui-input-radius-small.zui-input-affix-wrapper {
    border-radius: 4px
}

.zui-input-radius-small.zui-input-group-wrapper>* {
    border-radius: 0
}

.zui-input-radius-small.zui-input-group-wrapper>:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.zui-input-radius-small.zui-input-group-wrapper>:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.zui-input-radius-large .zui-input-addon,
.zui-input-radius-large.zui-input,
.zui-input-radius-large.zui-input-affix-wrapper {
    border-radius: 12px
}

.zui-input-radius-large.zui-input-group-wrapper>* {
    border-radius: 0
}

.zui-input-radius-large.zui-input-group-wrapper>:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.zui-input-radius-large.zui-input-group-wrapper>:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.zui-button {
    margin: 0;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all .3s ease;
    z-index: auto;
    color: #1d1d1f
}

.zui-button,
.zui-button * {
    box-sizing: border-box
}

.zui-button,
a.zui-button {
    background-color: #f2f2f2;
    color: #323233
}

@media(hover:hover) {
    .zui-button:not(.zui-button-loading):hover {
        background-color: transparent
    }
}

.zui-button:not(.zui-button-loading):active {
    background-color: #dcdee0
}

.zui-button-primary,
a.zui-button-primary {
    background-color: #3370ff;
    color: #fff
}

@media(hover:hover) {
    .zui-button-primary:not(.zui-button-loading):hover {
        background-color: #05c
    }
}

.zui-button-primary:not(.zui-button-loading):active {
    background-color: #0049ae
}

.zui-button-primary.zui-button-outline {
    background-color: transparent;
    border-color:#3370ff;
    color: #3370ff
}

@media(hover:hover) {
    .zui-button-primary.zui-button-outline:not(.zui-button-loading):hover {
        background-color: transparent;
        border-color: #05c;
        color: #05c
    }
}

.zui-button-primary.zui-button-outline:not(.zui-button-loading):active {
    background-color: transparent;
    border-color: #0049ae;
    color: #0049ae
}

.zui-button-link,
a.zui-button-link {
    background-color: transparent;
    border-color: transparent;
    color: #3370ff
}

@media(hover:hover) {
    .zui-button-link:not(.zui-button-loading):hover {
        background-color: transparent;
        border-color: transparent;
        color: #05c
    }
}

.zui-button-link:not(.zui-button-loading):active {
    background-color: transparent;
    border-color: transparent;
    color: #0049ae
}

.zui-button-text,
a.zui-button-text {
    background-color: transparent;
    color: #323233
}

@media(hover:hover) {
    .zui-button-text:not(.zui-button-loading):hover {
        background-color: rgba(0, 0, 0, .03)
    }
}

.zui-button-text:not(.zui-button-loading):active {
    background-color: rgba(0, 0, 0, .09)
}

.zui-button-primary-link,
a.zui-button-primary-link {
    background-color: transparent;
    border-color: transparent;
    color: #3370ff
}

@media(hover:hover) {
    .zui-button-primary-link:not(.zui-button-loading):hover {
        background-color: #05c;
        border-color: transparent;
        color: #fff
    }
}

.zui-button-primary-link:not(.zui-button-loading):active {
    background-color: #0049ae;
    border-color: transparent;
    color: #fff
}

.zui-button-text-link,
a.zui-button-text-link {
    background-color: transparent;
    border-color: transparent;
    color: #3370ff
}

@media(hover:hover) {

    .zui-button-text-link:not(.zui-button-loading):hover,
    a.zui-button-text-link:not(.zui-button-loading):hover {
        background-color: rgba(21, 91, 212, .06);
        border-color: transparent;
        color: #05c
    }
}

.zui-button-text-link:not(.zui-button-loading):active,
a.zui-button-text-link:not(.zui-button-loading):active {
    background-color: rgba(21, 91, 212, .09);
    border-color: transparent;
    color: #0049ae
}

.zui-button-danger {
    color: #df3320
}

.zui-button-danger.zui-button-outline {
    background-color: transparent;
    border-color: #df3320;
    color: #df3320
}

@media(hover:hover) {
    .zui-button-danger.zui-button-outline:not(.zui-button-loading):hover {
        background-color: transparent;
        border-color: #cc2a18;
        color: #cc2a18
    }
}

.zui-button-danger.zui-button-outline:not(.zui-button-loading):active {
    background-color: transparent;
    border-color: #b42718;
    color: #b42718
}

.zui-button-danger.zui-button-primary {
    background-color: #df3320;
    border-color: #df4545;
    color: #ffebeb
}

.zui-button-danger.zui-button-link,
.zui-button-danger.zui-button-primary-link,
.zui-button-danger.zui-button-text,
.zui-button-danger.zui-button-text-link {
    background-color: transparent;
    border-color: transparent;
    color: #df3320
}

@media(hover:hover) {
    .zui-button-danger.zui-button-link:not(.zui-button-loading):hover {
        background-color: transparent;
        border-color: transparent;
        color: #cc2a18
    }
}

.zui-button-danger.zui-button-link:not(.zui-button-loading):active {
    background-color: transparent;
    border-color: transparent;
    color: #b42718
}

@media(hover:hover) {

    .zui-button-danger.zui-button-text-link:not(.zui-button-loading):hover,
    .zui-button-danger.zui-button-text:not(.zui-button-loading):hover {
        background-color: rgba(212, 47, 21, .06);
        border-color: transparent;
        color: #cc2a18
    }
}

.zui-button-danger.zui-button-text-link:not(.zui-button-loading):active,
.zui-button-danger.zui-button-text:not(.zui-button-loading):active {
    background-color: rgba(212, 47, 21, .09);
    border-color: transparent;
    color: #b42718
}

@media(hover:hover) {

    .zui-button-danger.zui-button-primary-link:not(.zui-button-loading):hover,
    .zui-button-danger.zui-button-primary:not(.zui-button-loading):hover {
        background-color: #cc2a18;
        border-color: #cc2a18
    }
}

.zui-button-danger.zui-button-primary-link:not(.zui-button-loading):active,
.zui-button-danger.zui-button-primary:not(.zui-button-loading):active {
    background-color: #b42718;
    border-color: #b42718
}

.zui-button-outline {
    background-color: transparent;
    border-color: #dcdee0
}

@media(hover:hover) {
    .zui-button-outline:not(.zui-button-loading):hover {
        background-color: transparent;
        border-color: #afaeae
    }
}

.zui-button-outline:not(.zui-button-loading):active {
    background-color: transparent;
    border-color: #909090
}

.zui-button-loading,
.zui-button[disabled] {
    cursor: not-allowed
}

.zui-button-danger.zui-button-primary[disabled]:not(.zui-button-loading),
.zui-button-danger.zui-button-text-link[disabled]:not(.zui-button-loading),
.zui-button-danger[disabled]:not(.zui-button-loading),
.zui-button-default[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-danger[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-primary[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-text-link[disabled]:not(.zui-button-loading),
.zui-button-primary[disabled]:not(.zui-button-loading),
.zui-button-text-link[disabled]:not(.zui-button-loading) {
    background-color: #f2f2f2;
    color: #969799;
    border-color: transparent
}

.zui-button-danger.zui-button-link[disabled]:not(.zui-button-loading),
.zui-button-danger.zui-button-primary-link[disabled]:not(.zui-button-loading),
.zui-button-danger.zui-button-text[disabled]:not(.zui-button-loading),
.zui-button-link[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-link[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-primary-link[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-text[disabled]:not(.zui-button-loading),
.zui-button-primary-link[disabled]:not(.zui-button-loading),
.zui-button-text[disabled]:not(.zui-button-loading) {
    background-color: transparent;
    border-color: transparent;
    color: #969799
}

.zui-button-loading {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0
}

.zui-button-loading .zui-loading-content {
    display: -ms-flexbox;
    display: flex
}

.zui-button,
.zui-button-group-large .zui-button-medium,
.zui-button-group-small .zui-button-medium {
    height: 40px;
    font-size: 16px;
    padding: 1px 24px 0;
    min-width: 128px;
    border-radius: 20px
}

.zui-button-group-large a.zui-button-medium,
.zui-button-group-small a.zui-button-medium,
a.zui-button {
    line-height: 38px
}

.zui-button-group-large .zui-button-small,
.zui-button-group-medium .zui-button-small,
.zui-button-small {
    height: 32px;
    font-size: 14px;
    padding: 0 16px;
    min-width: 108px;
    border-radius: 16px
}

.zui-button-group-large a.zui-button-small,
.zui-button-group-medium a.zui-button-small,
a.zui-button-small {
    line-height: 30px
}

.zui-button-group-medium .zui-button-large,
.zui-button-group-small .zui-button-large,
.zui-button-large {
    height: 52px;
    font-size: 20px;
    padding: 0 36px;
    min-width: 168px;
    border-radius: 26px
}

.zui-button-group-medium a.zui-button-large,
.zui-button-group-small a.zui-button-large,
a.zui-button-large {
    line-height: 50px
}

.zui-button-group-large .zui-button-primary-link,
.zui-button-group-medium .zui-button-primary-link,
.zui-button-primary-link {
    height: 26px;
    padding: 0 8px;
    min-width: unset;
    border-radius: 13px
}

.zui-button-group-large a.zui-button-primary-link,
.zui-button-group-medium a.zui-button-primary-link,
a.zui-button-primary-link {
    line-height: 24px
}

.zui-button-block {
    display: block
}

.zui-button-group {
    display: inline-block
}

.zui-button-group .zui-button+.zui-button {
    margin-left: 24px
}

.zui-button-group-small .zui-button+.zui-button {
    margin-left: 12px
}

.zui-button-group-large .zui-button+.zui-button {
    margin-left: 32px
}

.web-navigation {
    font-size: 14px
}

.web-navigation__logo img {
    width: 138px
}

.web-navigation__logo-slogan {
    margin-left: 8px;
    color: #969799;
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    transition: color .3s ease;
    min-width: 100px;
    display: block;
    line-height: 1.3;
    zoom: .8;
    margin-top: 2px
}

@media only screen and (max-width:1024px) {
    .web-navigation__logo-slogan {
        display: none
    }
}

@media only screen and (max-width:960px) {
    .web-navigation__logo-slogan {
        display: block
    }
}

.zng-footer .zng-footer__contact-consult,
.zng-footer .zng-footer__contact-item {
    width: auto;
    position: relative
}

.zng-footer__contact-item .zng-footer__contact {
    display: block;
    margin-top: 12px
}

.zng-footer__contact-item .zng-footer__contact--strong {
    font-size: 16px;
    color: #fff;
    margin-top: 9px
}

.zng-footer .zng-footer__contact-consult {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.zng-footer .zng-footer__contact-consult:after {
    content: " ";
    position: relative;
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/04/06/FuBcc63TH9cs0MbDhpSzwSFdFHy7.png);
    background-repeat: no-repeat;
    background-position: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    transition: all .3s ease;
    margin-left: 4px
}

@media(hover:hover) {
    .zng-footer .zng-footer__contact-consult:hover:after {
        background-image: url(https://img01.yzcdn.cn/upload_files/2022/04/06/FuKSLdoxaoatos-0x444LdSqkW9X.png)
    }
}

.zng-footer__social__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4px
}

.zng-footer__social__images>img {
    width: 72px;
    height: 72px;
    margin-right: 12px;
    margin-bottom: 8px;
    border-radius: 2px;
    background-color: #fff
}

.zng-footer__social__list {
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px
}

.zng-footer__social__item {
    width: 60px;
    text-align: center;
    padding-top: 28px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top;
    cursor: pointer;
    position: relative;
    padding-left: 2px;
    overflow: visible
}

.zng-footer__social__item:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 7px 6.5px 0;
    display: none
}

.zng-footer__social__item:not(:last-of-type):after {
    content: " ";
    width: 2px;
    height: 20px;
    background-color: hsla(0, 0%, 100%, .1);
    position: absolute;
    right: 0;
    top: 0
}

.zng-footer__social__item[data-item=视频号] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/11/17/Fv1-eLsfYNpRyjvbkveutgBBOOL6.png)
}

.zng-footer__social__item[data-item=商家群] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/11/17/FuJaodIFSZu4V-IOTT02NxaXQADS.png)
}

.zng-footer__social__item[data-item=抖音号] {
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/11/17/FqCUIg_Md_SKNfI-LQ0kjFK1I_GI.png)
}

.zng-footer__social__popover {
    display: none;
    z-index: 1030;
    position: absolute;
    top: 0;
    padding-bottom: 10px;
    background-color: transparent;
    transform: translate(-50%, -100%);
    width: 240px;
    width: -webkit-max-content;
    width: max-content
}

.zng-footer__social__popover-container {
    padding: 8px;
    background-color: #fff;
    font-size: 14px;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px
}

.zng-footer__social__popover img {
    width: 72px;
    height: 72px;
    margin-right: 8px
}

.zng-footer__social__popover h4 {
    color: #323233;
    margin-bottom: 4px
}

.zng-footer__social__popover p {
    color: #646566;
    margin: 0
}

.zng-footer__social__item:focus .zng-footer__social__popover,
.zng-footer__social__item:focus:before,
.zng-footer__social__item:hover .zng-footer__social__popover,
.zng-footer__social__item:hover:before {
    display: block
}

.zng-footer__wap-contact-item {
    display: -ms-flexbox;
    display: flex
}

.zng-footer .zng-footer__wap-social-link {
    padding: 16px 24px;
    display: block
}

.zng-footer a.zng-footer__wap-social-link:not(.zui-button):not(.zui-legacy-button) {
    color: #3370ff
}

.zng-footer a.zng-footer__wap-social-link:not(.zui-button):not(.zui-legacy-button):active {
    color: #0049ae
}

.retail-navigation {
    font-size: 16px
}

.retail-navigation .retail-navigation__logo img {
    width: 108px
}

@media only screen and (max-width:960px) {
    .retail-navigation .retail-navigation__logo img {
        width: 76px
    }
}

.retail-navigation .retail-navigation__menu {
    margin-left: auto
}

@media only screen and (max-width:960px) {
    .retail-navigation__clue {
        display: none
    }
}

.retail-navigation .zng-navigation__menu {
    margin-left: auto;
    margin-right: 64px
}

@media only screen and (max-width:1024px) {
    .retail-navigation .zng-navigation__menu {
        margin-right: 40px
    }
}

.retail-navigation .zng-navigation__menu--horizontal .zng-navigation__menu__item {
    padding-left: 16px;
    padding-right: 16px
}

.zng-footer,
.zng-navigation,
.zng-subnav {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: block;
    width: 100%
}

.zng-footer,
.zng-footer *,
.zng-navigation,
.zng-navigation *,
.zng-subnav,
.zng-subnav * {
    box-sizing: border-box
}

.zng-footer li,
.zng-footer ul,
.zng-footer__wrapper li,
.zng-footer__wrapper ul,
.zng-navigation li,
.zng-navigation ul,
.zng-navigation__wrapper li,
.zng-navigation__wrapper ul,
.zng-subnav li,
.zng-subnav ul,
.zng-subnav__wrapper li,
.zng-subnav__wrapper ul {
    list-style: none
}

.zng-navigation {
    z-index: 30
}

.zng-navigation,
.zng-navigation a:not(.zui-button),
.zng-navigation button:not(.zui-button),
.zng-navigation__wrapper,
.zng-navigation__wrapper a:not(.zui-button),
.zng-navigation__wrapper button:not(.zui-button) {
    color: #323233
}

@media(hover:hover) {

    .zng-navigation a:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover,
    .zng-navigation button:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover,
    .zng-navigation__wrapper a:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover,
    .zng-navigation__wrapper button:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover {
        color: #05c
    }
}

.zng-footer a:not(.zui-button):not(.zui-legacy-button),
.zng-footer button:not(.zui-button):not(.zui-legacy-button),
.zng-footer__wrapper a:not(.zui-button):not(.zui-legacy-button),
.zng-footer__wrapper button:not(.zui-button):not(.zui-legacy-button) {
    color: inherit
}

@media(hover:hover) {

    .zng-footer a:not(.zui-button):not(.zui-legacy-button):hover,
    .zng-footer button:not(.zui-button):not(.zui-legacy-button):hover,
    .zng-footer__wrapper a:not(.zui-button):not(.zui-legacy-button):hover,
    .zng-footer__wrapper button:not(.zui-button):not(.zui-legacy-button):hover {
        color: #fff
    }
}

.zng-footer a:not(.zui-button):not(.zui-legacy-button):active,
.zng-footer button:not(.zui-button):not(.zui-legacy-button):active,
.zng-footer__wrapper a:not(.zui-button):not(.zui-legacy-button):active,
.zng-footer__wrapper button:not(.zui-button):not(.zui-legacy-button):active {
    color: #fff
}

.zng-navigation__content {
    background-color: #fff;
    transition: all .3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    padding-left: calc(100vw - 100%)
}

.zng-navigation__content:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ebedf0
}

.zng-navigation__content,
.zng-navigation__placeholder {
    height: 68px
}

.zng-navigation__placeholder {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block
}

.zng-navigation .zng-navigation__mask {
    z-index: 29;
    top: 68px
}

.zng-subnav {
    z-index: 10
}

.zng-subnav__content {
    background-color: #fff;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 9;
    padding-left: calc(100vw - 100%)
}

.zng-subnav__content,
.zng-subnav__placeholder {
    height: 48px
}

.zng-navigation__content,
.zng-subnav__content {
    transition: all .3s ease
}

.zng-navigation.fixed .zng-navigation__content,
.zng-navigation.fixed .zng-navigation__placeholder {
    transform: translateY(-100%)
}

.zng-navigation.fixed .zng-navigation__overlay-header {
    padding-top: 0;
    padding-bottom: 0
}

.zng-navigation.fixed~.zng-subnav .zng-subnav__content {
    top: 0
}

.zng-footer {
    background-color: #000;
    color: #969799;
    font-size: 14px
}

@media only screen and (max-width:960px) {

    .zng-navigation__content,
    .zng-navigation__placeholder {
        height: 64px
    }

    .zng-navigation .zng-navigation__mask {
        top: 64px
    }
}

.zng-navigation__logo {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.zng-navigation__mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .73)
}

.zng-navigation__mask--transparent {
    background-color: transparent
}

.zng-navigation__container {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:960px) {
    .zng-navigation__container {
        margin-left: 24px;
        margin-right: 24px;
        max-width: calc(100% - 48px)
    }
}

.zng-navigation__menu {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400
}

@media only screen and (max-width:960px) {
    .zng-navigation__menu {
        display: none
    }
}

.zng-navigation__menu__trigger.zui-button {
    padding-left: 12px;
    padding-right: 12px;
    min-width: unset;
    font-size: 12px;
    height: 28px;
    font-weight: 600
}

.zng-navigation__menu__trigger--opened.zui-button {
    background-color: transparent;
    font-weight: 700;
    transition: margin-right .3s ease;
    margin-right: -12px
}

@keyframes navigation-trigger-hover {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.zng-navigation__menu--horizontal {
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item {
    height: 100%;
    overflow: visible;
    position: relative;
    cursor: pointer;
    padding: 0 12px
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -1px
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item__trigger {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    border: none;
    font-weight: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 0
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item__trigger,
.zng-navigation__menu--horizontal .zng-navigation__menu__item__trigger:not(.zui-button) {
    color: #1d1d1f
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--active .zng-navigation__menu__item__trigger {
    color: #3370ff
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--active .zng-navigation__menu__item__trigger:after {
    content: " ";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #3370ff;
    animation: none !important
}

@media(hover:hover) {
    .zng-navigation__menu--horizontal .zng-navigation__menu__item:hover .zng-navigation__menu__item__trigger {
        color: #3370ff
    }

    .zng-navigation__menu--horizontal .zng-navigation__menu__item:hover .zng-navigation__menu__item__trigger:after {
        content: " ";
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        height: 2px;
        margin: 0 auto;
        background-color: #3370ff;
        animation: navigation-trigger-hover .1s ease-in-out
    }
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--opened .zng-navigation__menu__item__trigger {
    color: #3370ff
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--opened .zng-navigation__menu__item__trigger:after {
    content: " ";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #3370ff;
    animation: navigation-trigger-hover .1s ease-in-out
}

@media(hover:hover) {
    .zng-navigation--opened .zng-navigation__menu__item--active:not(.zng-navigation__menu__item--opened) .zng-navigation__menu__item__trigger:after {
        width: 0
    }
}

.zng-navigation__overlay {
    position: fixed;
    top: 68px;
    right: 0;
    background-color: #fff;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

@media only screen and (max-width:960px) {
    .zng-navigation__overlay {
        top: 64px
    }
}

.zng-navigation__overlay-header {
    left: 0;
    padding: 32px 0 48px;
    transform: translateY(-100%);
    max-height: calc(100vh - 68px);
    overflow: auto
}

.zng-navigation__overlay-side {
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    width: 414px;
    max-width: 100vw;
    padding-top: 64px;
    overflow: auto
}

@media only screen and (max-width:576px) {
    .zng-navigation__overlay-side {
        width: 100vw
    }
}

.zng-navigation__overlay--opened {
    transform: none;
    z-index: 29
}

.zng-navigation__overlay-float {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: all .3s ease;
    position: absolute;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .06);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transform: translateX(-50%);
    margin-left: 50%;
    left: 0;
    cursor: default;
    right: unset
}

.zng-navigation__menu__item--opened .zng-navigation__overlay-float {
    max-height: 500px
}

.zng-navigation__side-menu {
    margin-bottom: 48px;
    width: 100%;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.zng-navigation__side-menu__group-title {
    height: 64px;
    line-height: 64px;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
    font-size: 16px;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ebedf0;
    background-color: transparent
}

.zng-navigation__side-menu__group-title .zui-icon {
    font-weight: 700;
    transition: all .3s ease
}

.zng-navigation__side-menu__group--active,
.zng-navigation__side-menu__group-title:active {
    background-color: #f7f8fa
}

.zng-navigation__side-menu__group--active .zng-navigation__side-menu__group-title .zui-icon {
    transform: rotate(180deg)
}

.zng-navigation__side-menu__item {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%
}

.zng-navigation__side-menu__list {
    overflow: hidden;
    transition: all .3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.zng-navigation__side-menu__list--hidden {
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.zng-navigation__side-menu__group>.zng-navigation__side-menu__list {
    padding: 4px 40px
}

.zng-navigation__side-menu__group-item {
    width: 100%;
    margin-bottom: 8px
}

.zng-navigation__side-menu__group-item>h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #969799;
    padding-bottom: 4px
}

.zng-navigation__side-menu__group-item .zng-navigation__side-menu__list .zng-navigation__side-menu__item {
    width: 50%
}

.zng-navigation__side-menu__group-item .zng-navigation__side-menu__list .zng-navigation__side-menu__item__item {
    width: 100%
}

.zng-navigation__search {
    height: 32px;
    border-radius: 16px
}

.zng-navigation__search,
.zng-navigation__search input {
    background-color: #f7f8fa
}

.zng-navigation__search-placeholder,
.zng-navigation__search-wrapper {
    margin-left: auto;
    -ms-flex: 1 1;
    flex: 1 1
}

.zng-navigation__search-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%
}

@media only screen and (max-width:1100px) {
    .zng-navigation__search-wrapper:not(.zng-navigation__search--opened) {
        max-width: 58px
    }

    .zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input-search-wrapper {
        width: 32px;
        cursor: pointer
    }

    .zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input {
        display: none
    }

    .zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input-affix-wrapper {
        padding: 6px;
        pointer-events: none
    }

    .zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input-suffix {
        margin-left: 0
    }
}

.zng-navigation__search-container {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 68px;
    width: 168px;
    max-width: 100%;
    transition: all .3s ease;
    z-index: 31;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.zng-navigation__search-content {
    height: 68px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #ebedf0
}

.zng-navigation__search-content .zui-input-search-wrapper {
    -ms-flex: 1 1;
    flex: 1 1
}

.zng-navigation__search-close {
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid transparent;
    display: none;
    margin: 0 0 0 4px
}

.zng-navigation__search-close,
.zng-navigation__search-close * {
    box-sizing: border-box
}

.zng-navigation__search-wrapper .zng-navigation__search-mask {
    top: 0
}

.zng-navigation__search--opened {
    overflow: visible
}

.zng-navigation__search--opened .zng-navigation__search-container {
    width: 320px;
    max-height: 100vh;
    max-width: unset !important
}

.zng-navigation__search--opened .zng-navigation__search-close {
    display: block
}

.zng-navigation__search__recommends {
    padding: 0 12px
}

.zng-navigation__search__recommends-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #969799;
    margin: 12px 0
}

.zng-navigation__search__recommends-title h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px
}

.zng-navigation__search__recommends-title .zenticon {
    margin-right: 4px
}

.zng-navigation__search__recommends-clear {
    color: #3370ff;
    padding: 0;
    height: auto;
    min-width: unset;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.zng-navigation__search__recommends-clear .zenticon {
    margin-right: 4px
}

.zng-navigation__search__recommends-list {
    white-space: normal
}

.zng-navigation__search__recommends-list li {
    display: inline-block;
    margin: 0 12px 12px 0;
    cursor: pointer;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zng-navigation__user-state {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin-left: 1px
}

.zng-navigation__user-state:before {
    content: " ";
    height: 16px;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    background-color: #d8d8d8
}

.zng-navigation__user-state__login,
.zng-navigation__user-state__ruzhu {
    height: 100%
}

.zng-navigation__user-state__login a,
.zng-navigation__user-state__ruzhu a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px
}

.zng-navigation__user-state__user {
    height: 100%;
    position: relative
}

.zng-navigation__user-state__user-trigger {
    margin: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 14px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0 12px
}

.zng-navigation__user-state__user-trigger,
.zng-navigation__user-state__user-trigger * {
    box-sizing: border-box
}

.zng-navigation__menu__item--opened .zng-navigation__user-state__user-trigger:not(.zui-button) {
    color: #05c
}

.zng-navigation__default-group-menu {
    display: block
}

.zng-navigation__default-group-menu .zng-navigation__default-menu-title,
.zng-navigation__default-group-menu ul li a {
    display: block;
    padding: 0 24px
}

.zng-navigation__default-group-menu ul li a {
    padding-top: 6px;
    padding-bottom: 6px
}

.zng-navigation__default-menu-title {
    font-size: 16px;
    color: #1d1d1f
}

.zng-navigation__default-menu {
    display: block;
    padding: 12px 0;
    cursor: default
}

.zng-navigation__default-menu li {
    text-align: center
}

.zng-navigation__default-menu li a {
    display: block;
    padding: 12px 24px
}

.zng-navigation__product-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.zng-navigation__product-menu .zng-navigation__default-group-menu {
    border-right: 1px solid #ebedf0;
    padding-right: 8px
}

.zng-navigation__product-menu .zng-navigation__default-group-menu ul {
    margin-top: 12px;
    margin-bottom: 24px
}

.zng-navigation__product-menu .zng-navigation__default-group-menu ul li a {
    padding-left: 0;
    padding-right: 0
}

.zng-navigation__product-menu .zng-navigation__default-group-menu .zng-navigation__default-menu-title {
    padding-left: 0
}

.zng-navigation__product-menu>*+* {
    margin-left: 24px
}

.zng-navigation__product-menu__action {
    display: block;
    margin-bottom: 8px
}

.zng-navigation__product-menu__group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.zng-navigation__product-menu__group-title {
    margin-bottom: 18px;
    margin-left: 12px
}

.zng-navigation__product-menu__group-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zng-navigation__product-menu__row {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.zng-navigation__product-menu__list+.zng-navigation__product-menu__list .zng-navigation__product-menu__list-title {
    margin-top: 12px
}

.zng-navigation__product-menu__list-title {
    font-weight: 400;
    margin-bottom: 4px;
    margin-left: 12px;
    font-size: inherit;
    color: #323233
}

.zng-navigation__product-menu__list-title a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
    color: #323233
}

.zng-navigation__product-menu__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border-radius: 4px;
    transition: all .3s ease;
    background-color: #fff
}

@media(hover:hover) {
    .zng-navigation__product-menu__item a:hover {
        background-color: #f7f8fa
    }
}

.zng-navigation__product-menu__item a:active {
    background-color: #f7f8fa
}

.zng-navigation__product-menu__item img {
    width: 40px;
    height: 40px
}

.zng-navigation__product-menu__item-content {
    margin-left: 8px
}

.zng-navigation__product-menu__item * {
    margin-bottom: 0
}

.zng-navigation__product-menu__item dt {
    margin-bottom: 1px
}

.zng-navigation__product-menu__item dd {
    font-size: 12px;
    color: #969799
}

.zng-navigation__retail-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    font-size: 16px;
    width: 100%
}

.zng-navigation__retail-menu h2,
.zng-navigation__retail-menu h3,
.zng-navigation__retail-menu li,
.zng-navigation__retail-menu p {
    font-size: inherit
}

.zng-navigation__retail-menu__introduction {
    width: 50%;
    margin-left: 0;
    margin-right: 68px
}

@media only screen and (max-width:1280px) {
    .zng-navigation__retail-menu__introduction {
        margin-right: 0
    }
}

.zng-navigation__retail-menu__introduction>* {
    margin-left: auto;
    width: 350px
}

.zng-navigation__retail-menu__introduction h2 {
    margin-bottom: 16px
}

.zng-navigation__retail-menu:last-child {
    margin-right: auto
}

.zng-navigation__retail-menu-list {
    margin-left: 32px;
    min-width: 220px
}

.zng-navigation__retail-menu-list h3 {
    padding-left: 8px
}

.zng-navigation__retail-menu-list h3,
.zng-navigation__retail-menu-list li {
    margin-bottom: 24px
}

.zng-navigation__retail-menu-list li:last-of-type {
    margin-bottom: 0
}

.zng-navigation__retail-menu-item .zui-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #323233
}

.zng-navigation__retail-menu-item .zui-button .zui-icon {
    margin-left: 8px;
    transition: margin-left .2s cubic-bezier(.645, .045, .355, 1)
}

@media(hover:hover) {
    .zng-navigation__retail-menu-item .zui-button:hover .zui-icon {
        margin-left: 16px
    }
}

@keyframes animation-appear-up {
    0% {
        transform: translateX(-30px);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

.item-appear {
    animation: animation-appear-up .3s ease-in-out
}

.zng-navigation__group-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 12px
}

.zng-navigation__group-menu h3 {
    margin: 0
}

.zng-navigation__guide-menu {
    font-size: 16px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zng-navigation__guide-menu h2,
.zng-navigation__guide-menu h3,
.zng-navigation__guide-menu li,
.zng-navigation__guide-menu p {
    font-size: inherit
}

.zng-navigation__guide-menu__introduction {
    white-space: normal;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    min-width: 300px
}

.zng-navigation__guide-menu__introduction:after {
    content: " ";
    width: 1px;
    height: 100%;
    background-color: #ebedf0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.zng-navigation__guide-menu__introduction h2 {
    margin-bottom: 32px
}

.zng-navigation__guide-menu__introduction p {
    color: #969799
}

.zng-navigation__guide-menu__list {
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.zng-navigation__guide-menu__list li {
    margin-bottom: 24px;
    margin-right: auto
}

.zng-navigation__guide-menu__list li .zui-button {
    color: #323233
}

.zng-navigation__guide-menu__list li .zui-icon {
    margin-left: 8px;
    transition: margin-left .2s cubic-bezier(.645, .045, .355, 1)
}

@media(hover:hover) {
    .zng-navigation__guide-menu__list li:hover .zui-icon {
        margin-left: 16px
    }
}

.zng-navigation__guide-menu__recommends {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 464px
}

.zng-navigation__guide-menu__recommends-item {
    width: 200px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.zng-navigation__guide-menu__recommends-item img {
    width: 100%;
    height: 100%
}

.zng-navigation__guide-menu__recommends-extra {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 24px 16px;
    white-space: normal;
    font-size: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-flex-pack: center;
    justify-content: center
}

.zng-navigation__guide-menu__recommends-extra p {
    margin-bottom: .5em
}

.zng-navigation__guide-menu__recommends-extra .zui-icon {
    margin-left: 2px
}

.zng-navigation__guide-menu__recommends-action {
    margin-top: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

a.zng-navigation__guide-menu__recommends-action:not(.zui-button) {
    color: #3370ff
}

.zng-navigation__guide-menu__recommends-action .zui-icon {
    transition: all .3s ease
}

@media(hover:hover) {
    .zng-navigation__guide-menu__recommends-action:hover .zui-icon {
        transform: translateX(4px)
    }

    .zng-navigation__guide-menu__recommends-item:hover img {
        transform: scale(1.1)
    }
}

.zng-navigation__guide-menu__introduction,
.zng-navigation__guide-menu__list,
.zng-navigation__guide-menu__recommends-item,
.zng-navigation__guide-menu__recommends-item .zng-navigation__guide-menu__recommends .zui-icon,
.zng-navigation__guide-menu__recommends-item img {
    transition: all .3s ease
}

.zng-navigation__guide-menu__introduction {
    padding-right: 60px
}

.zng-navigation__guide-menu__list {
    padding-left: 60px
}

.zng-navigation__guide-menu__recommends-item {
    margin-left: 32px
}

@media only screen and (max-width:1100px) {
    .zng-navigation__guide-menu__introduction {
        padding-right: 16px
    }

    .zng-navigation__guide-menu__list {
        padding-left: 16px
    }

    .zng-navigation__guide-menu__recommends-item {
        margin-left: 16px
    }

    .zng-navigation__guide-menu__recommends {
        width: 432px
    }
}

@media only screen and (max-width:1024px) {
    .zng-navigation__guide-menu__introduction {
        min-width: 240px
    }
}

@keyframes zng-navigation__guide-menu__dialog-show {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes zng-navigation__guide-menu__dialog-hide {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(50px);
        opacity: 0
    }
}

.zng-navigation__guide-menu__dialog {
    position: fixed;
    width: 830px;
    height: 0;
    padding-bottom: 50%;
    max-width: 80vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    animation: zng-navigation__guide-menu__dialog-hide .2s cubic-bezier(.645, .045, .355, 1);
    opacity: 0
}

.zng-navigation__guide-menu__dialog--opened {
    opacity: 1;
    animation: zng-navigation__guide-menu__dialog-show .2s cubic-bezier(.645, .045, .355, 1)
}

.zng-navigation__guide-menu__dialog img {
    pointer-events: none
}

.zng-navigation__guide-menu__dialog-container {
    position: absolute;
    max-height: 480px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    overflow: visible
}

.zng-navigation__guide-menu__dialog-image {
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.zng-navigation__guide-menu__dialog-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0
}

.zng-navigation__guide-menu__dialog-content h2 {
    font-size: 22px;
    margin-bottom: 8%
}

.zng-navigation__guide-menu__dialog-content h2 strong {
    color: #3370ff
}

.zng-navigation__guide-menu__dialog-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8%
}

.zng-navigation__guide-menu__dialog-images>img {
    width: 30%
}

.zng-navigation__guide-menu__dialog-images img+img {
    margin-left: 30px
}

.zng-navigation__guide-menu__dialog-tips {
    padding-left: 30px;
    background-image: url(https://img01.yzcdn.cn/upload_files/2022/07/28/Fp0mdKMGTdG1QwLPlyWl9mfbWRkS.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 24px;
    line-height: 24px;
    margin-bottom: 10%
}

.zng-navigation__guide-menu__dialog-close {
    margin: 0;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid transparent;
    position: absolute;
    right: -54px;
    top: 16px;
    color: #fff
}

.zng-navigation__guide-menu__dialog-close,
.zng-navigation__guide-menu__dialog-close * {
    box-sizing: border-box
}

.zng-navigation__best-practice-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.zng-navigation__best-practice-menu .zng-navigation__default-group-menu {
    border-right: 1px solid #ebedf0;
    padding-right: 24px;
    margin-right: 32px
}

.zng-navigation__best-practice-menu .zng-navigation__default-group-menu ul {
    margin-top: 12px;
    margin-bottom: 12px
}

.zng-navigation__best-practice-menu__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px
}

a.zng-navigation__best-practice-menu__action:not(.zui-button) {
    color: #3370ff
}

.zng-navigation__best-practice-menu__action .zui-icon {
    transition: all .3s ease
}

@media(hover:hover) {
    .zng-navigation__best-practice-menu__action:hover .zui-icon {
        transform: translateX(4px)
    }
}

.zng-navigation__best-practice-menu__card-action {
    width: 132px;
    height: 110px;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden
}

.zng-navigation__best-practice-menu__card-action img {
    width: 100%
}

.zng-navigation__best-practice-menu__group {
    margin-right: auto
}

.zng-navigation__best-practice-menu__group:last-of-type {
    margin-right: 0
}

.zng-navigation__best-practice-menu__group-title {
    margin-bottom: 24px
}

.zng-navigation__best-practice-menu__item {
    margin-bottom: 24px;
    color: #323233
}

.zng-navigation__best-practice-menu__item a {
    border-radius: 4px;
    transition: all .3s ease
}

.zng-navigation__best-practice-menu__item dt {
    font-size: 16px;
    color: inherit;
    font-weight: 400
}

.zng-navigation__best-practice-menu__item dd {
    font-size: 12px;
    color: #969799;
    margin: 0
}

.zng-footer {
    padding-bottom: 132px;
    padding-top: 24px
}

.zng-footer>.zng-footer__container {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.zng-footer__content {
    -ms-flex: 1 1;
    flex: 1 1
}

.zng-footer__content p {
    margin-bottom: 0
}

.zng-footer__content a {
    color: #969799
}

.zng-footer__content>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zng-footer__content>*>* {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.zng-footer__content>:last-child {
    margin-bottom: -8px
}

.zng-footer__content>:only-child {
    margin-bottom: 0
}

.zng-footer__content>p {
    margin-bottom: 8px
}

.zng-footer__content>p:last-child {
    margin-bottom: 0
}

.zng-footer__content>nav>* {
    margin-bottom: 8px
}

.zng-footer__content a {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.zng-footer__content br {
    content: "\a";
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 0;
    margin: 0
}

.zng-footer__content img {
    width: 14px;
    height: 14px;
    margin-right: 6px
}

.zng-footer__links {
    margin-left: -1em
}

.zng-footer__links>* {
    padding: 0 1em;
    position: relative
}

.zng-footer__links>:not(.no-border):not(br):not(:last-child):after {
    content: " ";
    width: 1px;
    height: 1em;
    position: absolute;
    right: 0;
    background-color: #969799;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.zng-footer__extra {
    margin-left: -12px
}

.zng-footer__extra>* {
    padding: 0 12px
}

.zng-footer__fellow-links {
    margin-left: -8px
}

.zng-footer__fellow-links>a {
    padding: 0 8px
}

.zng-footer__fellow-links>span:first-child {
    padding-left: 8px
}

@media only screen and (max-width:768px) {
    .zng-footer__copyright {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.zng-footer__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding: 24px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    width: 100%
}

.zng-footer__huhang {
    padding: 0 8px;
    margin-left: 24px;
    border-left: 1px solid hsla(0, 0%, 100%, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 160px
}

.zng-footer__huhang>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: inherit;
    -ms-flex-align: center;
    align-items: center;
    min-width: 120px;
    padding: 16px 12px
}

.zng-footer__huhang-logo {
    position: relative;
    overflow: visible;
    margin-bottom: 1em
}

.zng-footer__huhang-logo img {
    width: 56px
}

@keyframes zng-footer-huhang-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.zng-footer__huhang-logo:after {
    content: " ";
    background-image: url(https://img01.yzcdn.cn/upload_files/2020/05/28/FnETTEVyDdF7GlhfSVGuk3RQCwg_.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35px;
    width: 35px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    transform-origin: 28px 29.5px;
    animation: zng-footer-huhang-rotate 1.5s linear infinite
}

.zng-footer__huhang h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.zng-footer__huhang p {
    margin: 0
}

.zng-footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px
}

.zng-footer__menu-group {
    position: relative
}

.zng-footer__menu-group__title {
    font-size: 16px;
    color: #fff;
    position: relative
}

.zng-footer__menu-group--split .zng-footer__menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 180px
}

.zng-footer__menu-item {
    width: 90px
}

.zng-footer__menu-item>a,
a.zng-footer__menu-item {
    display: block;
    padding: 6px 0
}

.zng-footer__menu-list {
    position: relative
}

@media only screen and (max-width:767px) {
    .zng-footer__menu {
        display: block;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding: 0;
        border-top: 1px solid hsla(0, 0%, 100%, .1)
    }

    .zng-footer__menu-group .zng-footer__menu-list {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease;
        width: 100%;
        max-width: 414px
    }

    .zng-footer__menu-group--opened .zng-footer__menu-list {
        max-height: 500px
    }

    .zng-footer__menu-item {
        width: 50%
    }

    .zng-footer__menu-item>a,
    a.zng-footer__menu-item {
        display: block;
        padding: 12px 24px
    }

    .zng-footer__menu-group:not(:last-child):after,
    .zng-footer__menu-group__title:after {
        content: " ";
        position: absolute;
        left: 24px;
        right: 24px;
        height: 1px;
        background-color: hsla(0, 0%, 100%, .1);
        bottom: 0
    }

    .zng-footer__menu-group__title:after {
        max-width: 0;
        margin: 0 auto;
        transition: all .3s ease
    }

    .zng-footer__menu-group--opened .zng-footer__menu-group__title:after {
        max-width: 100%
    }

    .zng-footer__menu-group__title {
        margin: 0;
        padding: 16px 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .zng-footer__menu-group__title .zui-icon {
        margin-left: auto;
        transition: all .3s ease
    }

    .zng-footer__menu-group--opened .zng-footer__menu-group__title .zui-icon {
        transform: rotate(180deg)
    }
}

.zng-subnav__content {
    width: 100%;
    color: #323233;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease;
    box-shadow: 0 -6px 0 0 #fff, 0 2px 8px 0 rgba(50, 50, 51, .08)
}

.zng-subnav__container {
    -ms-flex-align: center;
    align-items: center
}

.zng-subnav__title {
    font-weight: 600;
    font-size: 14px;
    color: #1d1d1f;
    line-height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    margin-bottom: 0;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 1
}

.zng-subnav__list {
    margin-left: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: none
}

.zng-subnav__item {
    list-style: none;
    display: inline-block;
    height: 100%;
    min-width: 102px
}

.zng-subnav__item a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.zng-subnav__item a,
.zng-subnav__item a span {
    position: relative;
    height: 100%;
    -ms-flex-align: center;
    align-items: center
}

.zng-subnav__item a span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.zng-subnav__item a span:after {
    content: " ";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 0;
    height: 2px;
    transition: all .1s ease;
    background-color: #3370ff
}

.zng-subnav__item__item--active a {
    color: #05c
}

.zng-subnav__item__item--active a span:after {
    width: 100%
}

@media(hover:hover) {
    .zng-subnav__item:hover a span:after {
        width: 100%
    }
}

.zng-subnav__trigger {
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid transparent;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.zng-subnav__trigger,
.zng-subnav__trigger * {
    box-sizing: border-box
}

.zng-subnav__action.zui-button {
    margin-left: auto;
    z-index: 1;
    padding-left: 12px;
    padding-right: 12px;
    min-width: unset;
    font-size: 12px;
    height: 28px;
    font-weight: 500
}

@media only screen and (max-width:1024px) {
    .zng-subnav__item {
        min-width: unset
    }

    .zng-subnav__item a {
        padding: 0 16px
    }
}

@media only screen and (max-width:960px) {

    .zng-subnav,
    .zng-subnav__title {
        font-size: 16px
    }

    .zng-subnav__title:after {
        background-color: #ebedf0;
        content: " ";
        height: 1px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 160px
    }

    .zng-subnav__trigger {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .zng-subnav__trigger .zui-icon {
        color: #646566;
        margin-right: -20px
    }

    .zng-subnav__list {
        position: absolute;
        top: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        display: block;
        transition: height .3s ease;
        font-size: 18px;
        overflow: hidden;
        padding: 0
    }

    .zng-subnav--opened .zng-subnav__list {
        overflow: auto;
        height: 100vh;
        padding-bottom: 134px
    }

    .zng-subnav__item {
        height: 56px;
        display: block;
        width: 100%
    }

    .zng-subnav__item a {
        width: 100%
    }

    .zng-subnav__item a span:after {
        display: none
    }
}

.retail-footer {
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.retail-footer__content {
    -ms-flex: 1 1;
    flex: 1 1
}

.retail-footer .zng-footer__container {
    padding-top: 28px
}

.retail-footer__social {
    margin-left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.retail-footer__social img {
    width: 130px;
    margin-bottom: 18px
}

.retail-footer__menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 690px;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-bottom: 20px;
    margin-top: 12px
}

.retail-footer__menu-list>* {
    width: 33.3333333333%;
    margin-bottom: 12px
}

.retail-footer__menu-title {
    width: 100% !important;
    color: #fff
}

@media only screen and (max-width:768px) {
    .retail-footer {
        padding-top: 0;
        padding-bottom: 0
    }

    .retail-footer__menu-list {
        margin-left: auto
    }
}

@media only screen and (max-width:576px) {
    .retail-footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 60px)
    }

    .retail-footer__menu-list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 14px;
        max-width: 400px;
        margin-left: auto
    }

    .retail-footer__menu-list>:nth-of-type(odd) {
        width: 180px
    }

    .retail-footer__menu-list>:nth-of-type(2n) {
        width: calc(100% - 180px)
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

[dir=ltr] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-left: var(--swiper-centered-offset-before)
}

[dir=rtl] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-right: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-top: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.ContentSwiper_title__uh0V5 {
    display: inline-block;
}

.zui-button {}