@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

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

details {
    display: block
}

[hidden],
template {
    display: none
}

* {
    box-sizing: border-box
}

html {
    min-width: 100%;
    width: -moz-fit-content;
    width: fit-content
}

body,
html {
    font-weight: 400
}

a {
    text-decoration: none
}

::-webkit-scrollbar {
    height: 10px;
    width: 4px
}

::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 2px
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

@media (max-width:767px) {
    .hide-scrollbar {
        overflow-x: auto
    }
}

body {
    color: #061b40;
    font-size: 14px
}

.contentWrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 6px 6px 16px #00408008
}

.shadow0 {
    box-shadow: 0 0 15px #002b8008
}

.shadow1 {
    box-shadow: 0 0 15px #002b800f
}

.shadow2 {
    box-shadow: 2px 2px 16px #002a8017
}

.font250,
.font300 {
    font-weight: 400 !important
}

.font600 {
    font-weight: 600 !important
}

.clearBtn {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    color: #212121;
    cursor: pointer;
    font-size: 14px;
    height: 26px;
    line-height: 14px;
    padding: 5px 20px;
    text-wrap: nowrap
}

img {
    max-width: 100%
}

.commBtnNoBg {
    background: #fff;
    border: 1px solid #306af1;
    border-radius: 4px;
    color: #306af1;
    cursor: pointer;
    height: 40px
}

.commBtnPrimary {
    background: #306af1;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 24px
}

.commBtnPrimary,
.subBtnPrimary {
    color: #fff;
    cursor: pointer;
    text-align: center
}

.subBtnPrimary {
    background: linear-gradient(270deg, #306af1, #66b3ff);
    border-radius: 6px;
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    width: 360px
}

.shadowHover {
    box-shadow: 6px 6px 12px #0022660d
}

.shadowHover:hover {
    box-shadow: 6px 6px 12px #0022661a
}

.activeHover:hover {
    /* color: #306af1 */
}

.bigBg {
    background-image: url(./bigBg.LP-pnBku.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 3200px
}

@media (max-width:768px) {
    .bigBg {
        background-image: url(./Mobile1000.wFrcSM6R.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 1000px
    }
}

.bigBgDetails {
    background-image: url(./detail3200.XNAzJjN3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 3200px
}

@media (max-width:768px) {
    .bigBgDetails {
        background-image: none
    }
}

.articleWrapper {
    padding: 10px 30px
}

.contentDetails {
    padding: 10px
}

.articleWrapper h1,
.contentDetails h1 {
    font-size: 24px;
    font-weight: 450;
    padding-left: 16px;
    position: relative
}

.articleWrapper h1:before,
.contentDetails h1:before {
    background-color: #212121;
    border-radius: 2px;
    content: "";
    height: .9em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.articleWrapper h2,
.contentDetails h2 {
    color: #1d2b3a;
    font-size: 24px;
    font-weight: 450;
    margin-bottom: 18px;
    margin-top: 40px;
    position: relative
}

.contentDetails h2 {
    padding-left: 16px
}

.contentDetails h2:before {
    background-color: #212121;
    border-radius: 2px;
    content: "";
    height: .9em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px
}

.articleWrapper h3,
.contentDetails h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative
}

.articleWrapper h4,
.contentDetails h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 24px;
    padding-left: 10px;
    position: relative
}

.articleWrapper p,
.contentDetails p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify
}

.articleWrapper ul,
.contentDetails ul {
    margin-bottom: 16px;
    padding-left: 28px
}

.articleWrapper ol,
.contentDetails ol {
    margin-bottom: 16px;
    padding-left: 0
}

.articleWrapper li,
.contentDetails li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative
}

.articleWrapper ol,
.contentDetails ol {
    counter-reset: counter
}

.articleWrapper ol li,
.contentDetails ol li {
    margin-left: 28px;
    position: relative
}

.articleWrapper code,
.contentDetails code {
    background-color: #f7f7f7;
    border-radius: 3px;
    font-family: Courier New, Courier, monospace;
    font-size: .9em;
    padding: 2px 5px
}

.articleWrapper pre,
.contentDetails pre {
    background-color: #282c34;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 16px
}

.articleWrapper pre code,
.contentDetails pre code {
    background-color: transparent;
    color: #abb2bf;
    display: block;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
    white-space: pre
}

.articleWrapper img,
.contentDetails img {
    border-radius: 6px;
    box-shadow: 0 4px 10px #0000001a;
    display: block;
    height: auto;
    margin: 24px auto;
    max-width: 100%
}

.articleWrapper strong,
.contentDetails strong {
    color: #212121;
    font-weight: 450
}

.articleWrapper h2:first-of-type+p,
.contentDetails h2:first-of-type+p {
    background-color: #f9fbfc;
    border-radius: .5rem;
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 16px
}

.articleWrapper p strong,
.contentDetails p strong {
    border-radius: 3px;
    padding: 2px 4px
}

.articleWrapper blockquote,
.contentDetails blockquote {
    background-color: #f8fafc;
    border-radius: 0 6px 6px 0;
    margin: 20px 0;
    padding: 15px 20px 15px 30px;
    position: relative
}

.articleWrapper blockquote p,
.contentDetails blockquote p {
    color: #505a64;
    font-style: italic;
    margin-bottom: 10px
}

.articleWrapper blockquote p:last-child,
.contentDetails blockquote p:last-child {
    margin-bottom: 0
}

.articleWrapper blockquote:before,
.contentDetails blockquote:before {
    color: #4f98e933;
    content: " ";
    font-size: 60px;
    left: 8px;
    line-height: 1;
    position: absolute;
    top: -10px
}

.articleWrapper table,
.contentDetails table {
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 2px 10px #0000000d;
    margin: 25px 0;
    overflow: hidden;
    width: 100%
}

.articleWrapper th,
.contentDetails th {
    background-color: #4f98e9;
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
    text-align: left
}

.articleWrapper td,
.contentDetails td {
    border-bottom: 1px solid #e8edf3;
    padding: 12px 15px
}

.articleWrapper tr:nth-child(2n),
.contentDetails tr:nth-child(2n) {
    background-color: #f8fafc
}

.articleWrapper tr:last-child td,
.contentDetails tr:last-child td {
    border-bottom: none
}

.articleWrapper tr:hover,
.contentDetails tr:hover {
    background-color: #f0f7ff
}

.articleWrapper hr,
.contentDetails hr {
    display: none
}

.articleWrapper p a,
.contentDetails p a {
    border-bottom: 1px dashed #306af1;
    color: #306af1;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.articleWrapper a:hover,
.contentDetails a:hover {
    border-bottom: 1px solid #2273d8;
    color: #2273d8
}

.articleWrapper mark,
.contentDetails mark {
    background-color: #fffacd;
    border-radius: 3px;
    padding: 2px 4px
}

.articleWrapper small,
.contentDetails small {
    color: #6c757d;
    font-size: .85em
}

.articleWrapper ol ol,
.articleWrapper ol ul,
.articleWrapper ul ol,
.articleWrapper ul ul,
.contentDetails ol ol,
.contentDetails ol ul,
.contentDetails ul ol,
.contentDetails ul ul {
    margin-bottom: 5px;
    margin-top: 10px
}

.articleWrapper dl,
.contentDetails dl {
    margin: 20px 0
}

.articleWrapper dt,
.contentDetails dt {
    color: #3a4a5f;
    font-weight: 450;
    margin-bottom: 5px
}

.articleWrapper dd,
.contentDetails dd {
    margin-bottom: 15px;
    margin-left: 20px
}

@media (max-width:768px) {

    .articleWrapper,
    .contentDetails {
        padding: 20px 16px
    }

    .articleWrapper h2,
    .contentDetails h2 {
        font-size: 24px
    }

    .articleWrapper h3,
    .contentDetails h3 {
        font-size: 20px
    }

    .articleWrapper pre,
    .contentDetails pre {
        padding: 12px
    }

    .articleWrapper pre code,
    .contentDetails pre code {
        font-size: 13px
    }

    .articleWrapper table,
    .contentDetails table {
        display: block;
        overflow-x: auto;
        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 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::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 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
} */

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after,
:before {
    --tw-content: ""
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

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

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-size: 1em;
    font-variation-settings: normal
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    /* display: block; */
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.container {
    width: 100%
}

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

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

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

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

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

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

.truncate1,
.truncate2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

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

.truncate4 {
    -webkit-line-clamp: 4
}

.truncate3,
.truncate4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.truncate3 {
    -webkit-line-clamp: 3
}

.commContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:768px) {
    .commContainer {
        padding-left: 36px;
        padding-right: 36px
    }
}

@media (min-width:1536px) {
    .commContainer {
        padding-left: 0;
        padding-right: 0
    }
}

.commContainer1090 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1090px;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:1536px) {
    .commContainer1090 {
        padding-left: 0;
        padding-right: 0
    }
}

.mainColor {
    color: #061b40
}

.tipColor {
    color: #8a8f99
}

.mainRadius {
    border-radius: 5px
}

.smallRadius {
    border-radius: 2px
}

.activeColor,
.activeHover:hover {
    /* color: #306af1 */
}

.borderMain {
    border: 1px solid #ebedf0
}

.borderHover:hover {
    border-color: #306af1
}

.borderTop {
    border-top: 1px solid #ebedf0
}

.borderBottom {
    border-bottom: 1px solid #ebedf0
}

.shadow5 {
    box-shadow: 6px 6px 12px #0022660d
}

.mdBorderMain {
    border: 1px solid #ebedf0
}

@media (max-width:768px) {
    .mdBorderMain {
        border: none
    }
}



.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-xia1:before {
    content: ""
}



.a-button-custom-effect:active {
    transform: scale(.98)
}

.a-input-custom-focus:focus {
    box-shadow: 0 0 0 2px #3b82f64d
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #ebedf0;
    box-shadow: 6px 6px 12px #0022660d;
    height: 56px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10
}

.header.fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media (min-width:768px) {
    .header {
        height: 85px
    }
}

.modal-wrapper {
    position: relative
}

.modal-mask {
    align-items: center;
    background-color: #00000080;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000
}

.modal-container {
    background: #fff;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 56px;
    z-index: 20
}

.modal-close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1001
}

.close-icon {
    font-size: 24px
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .3s ease
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0
}

.menu-link,
.nav-menu-item {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.menu-link {
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap
}

.menu-link-disabled,
.menu-link-disabled * {
    color: #c3c7cd !important;
    cursor: not-allowed !important
}

.menu-link:not([disabled]):hover .dropdown-icon {
    color: #306af1
}

.menu-trigger {
    cursor: pointer;
    gap: 4px
}

.menu-trigger:not([disabled]):hover {
    color: #306af1
}

.dropdown-icon {
    color: #8a8f99;
    font-size: 12px;
    margin-left: 4px;
    transition: transform .3s ease
}

.dropdown-container {
    left: -24px;
    padding-top: 29px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.submenu {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 16px #002a8017
}

.submenu-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 24px 16px
}

.category-header {
    margin-bottom: 16px;
    text-align: left
}

.category-title {
    font-size: 14px;
    line-height: 14px;
    padding-left: 8px
}

.category-description {
    color: #8a8f99;
    font-size: 12px;
    line-height: 1.4;
    margin: 0
}

.category-items-grid,
.submenu-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
    max-width: 672px
}

.submenu-item {
    cursor: pointer;
    font-size: 14px;
    min-width: 328px;
    width: 328px
}

.submenu-item-disabled {
    cursor: not-allowed
}

.submenu-link {
    align-items: flex-start;
    border-radius: 4px;
    color: inherit;
    display: flex;
    height: 100%;
    padding: 8px;
    text-decoration: none;
    transition: background-color .2s ease;
    width: 100%
}

.submenu-link-disabled {
    color: #c3c7cd;
    pointer-events: none
}

.submenu-link-disabled * {
    color: #c3c7cd !important
}

.submenu-link:hover:not([disabled]) {
    background-color: #f7f8fa
}

.submenu-icon-container {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 22px;
    justify-content: center;
    margin-right: 8px;
    padding-top: 2px;
    width: 20px
}

.submenu-icon {
    font-size: 20px;
    line-height: 20px
}

.submenu-text {
    flex: 1;
    min-width: 0;
    padding-top: 1px;
    text-align: left
}

.submenu-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px
}

.submenu-title-disabled {
    color: #c2c2c2
}

.submenu-description {
    color: #8a8f99;
    font-size: 14px;
    line-height: 22px;
    white-space: pre-line
}

.rotate {
    transform: rotate(180deg)
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .2s, transform .2s
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
    transform: translateY(-5px)
}

.mobile-submenu-container {
    border-bottom: 1px solid #e1e5eb;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 0
}

.mobile-menu-item:last-child .mobile-submenu-container {
    border-bottom: none
}

.mobile-category:last-child {
    margin-bottom: 0
}

.mobile-category-header {
    border-top: 1px solid #f0f0f0;
    margin-bottom: 32px;
    padding-top: 32px
}

.mobile-category-title {
    color: #8a8f99;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    text-align: left
}

.mobile-category-description {
    color: #8a8f99;
    font-size: 12px;
    line-height: 1.4;
    margin: 0
}

.mobile-category-items {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.submenu-icon-container {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 24px;
    justify-content: center;
    margin-right: 16px;
    min-width: 24px;
    width: 24px
}

.submenu-icon {
    font-size: 24px
}

.mobile-menu-item {
    margin-bottom: 32px;
    width: 100%
}

.mobile-menu-link {
    border-radius: 4px;
    color: inherit;
    display: block;
    font-size: 18px;
    text-align: left;
    text-decoration: none
}

.mobile-menu-link-disabled {
    color: #818181;
    cursor: not-allowed
}

.mobile-menu-link-disabled * {
    color: #c3c7cd !important;
    cursor: not-allowed
}

.mobile-menu-link:not([disabled]):hover {
    background-color: #f2f9ff
}

.mobile-menu-header {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mobile-menu-header-disabled {
    color: #c3c7cd;
    cursor: not-allowed
}

.mobile-submenu {
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.mobile-submenu-item {
    align-items: flex-start;
    display: flex;
    font-size: 16px
}

.mobile-submenu-link {
    align-items: center;
    color: inherit;
    display: flex;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.mobile-submenu-link-disabled {
    color: #c3c7cd;
    pointer-events: none
}

.mobile-submenu-link-disabled * {
    color: #c3c7cd !important;
    pointer-events: none
}

.mobile-submenu-text {
    flex: 1;
    min-width: 0
}

.mobile-submenu-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px
}

.mobile-submenu-description {
    color: #8a8f99;
    font-size: 16px;
    line-height: 24px
}

.dropdown-icon {
    color: #8a8f99;
    font-size: 10px;
    transition: transform .3s ease
}

.rotate {
    transform: rotate(180deg);
    transition: transform .3s ease
}

.mobile-submenu-fade-enter-active,
.mobile-submenu-fade-leave-active {
    transition: opacity .2s, transform .2s
}

.mobile-submenu-fade-enter-from,
.mobile-submenu-fade-leave-to {
    opacity: 0;
    transform: translateY(-5px)
}

.nav-container {
    align-items: center;
    display: flex;
    height: 55px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width:768px) {
    .nav-container {
        min-width: 1000px;
        padding-left: 36px;
        padding-right: 36px
    }
}

@media (min-width:1536px) {
    .nav-container {
        padding-left: 0;
        padding-right: 0
    }
}

.nav-left {
    align-items: center;
    display: flex;
    gap: 30px;
    height: 100%
}

@media (min-width:768px) {
    .logo-section {
        min-width: 72px
    }
}

.logo-link {
    align-items: center;
    display: flex
}

.logo-default {
    /* height: 24px */
}

@media (min-width:768px) {
    .logo-default {
        /* height: 18px */
    }
}

.desktop-menu {
    align-items: center;
    display: none;
    height: 14px;
    justify-content: space-between
}

@media (min-width:768px) {
    .desktop-menu {
        display: flex
    }
}

.nav-menu {
    align-items: center;
    display: flex;
    gap: 20px;
    height: 100%
}

.nav-right {
    align-items: center;
    display: flex;
    gap: 16px
}

@media (min-width:768px) {
    .nav-right {
        gap: 24px
    }
}

.desktop-language {
    display: none
}

@media (min-width:768px) {
    .desktop-language {
        display: block
    }
}

.desktop-user {
    display: none;
    min-width: 36px
}

@media (min-width:768px) {
    .desktop-user {
        display: block
    }

    .mobile-menu-button {
        display: none
    }
}

.mobile-trigger-default {
    width: 24px
}

.mobile-trigger-default i {
    font-size: 24px
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 27px 32px 2rem
}

.mobile-menu-main {
    display: flex;
    flex-direction: column;
    margin-bottom: auto
}

.mobile-nav {
    display: flex;
    flex-direction: column
}

.mobile-divider {
    border-top-width: 1px;
    margin-bottom: 32px;
    --tw-border-opacity: 1;
    border-top-color: rgb(225 229 235/var(--tw-border-opacity, 1))
}

.mobile-language {
    margin-bottom: 32px
}

.mobile-user {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.expandable-search-container {
    align-items: center;
    display: flex;
    height: 32px;
    position: relative;
    width: 120px
}

.search-button {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    min-width: 32px;
    transition: all .3s ease;
    width: 32px;
    z-index: 1
}

.search-input-wrapper {
    align-items: center;
    background: #fff;
    border: 1px solid #ebedf0;
    border-radius: 2px;
    display: flex;
    height: 32px;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 120px
}

.search-input-wrapper.is-focused {
    width: 240px
}

.search-input {
    background: transparent;
    border: none;
    flex: 1;
    font-size: 14px;
    height: 100%;
    outline: none;
    padding: 0 24px 0 0;
    width: 100%
}

.search-input::-moz-placeholder {
    color: #c2c2c2
}

.search-input::placeholder {
    color: #c2c2c2
}

.search-icon {
    color: #306af1
}

.clear-button {
    align-items: center;
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.clear-icon {
    color: #e1e5eb;
    cursor: pointer;
    font-size: 16px
}

.search-expand-enter-active,
.search-expand-leave-active {
    transition: all .3s ease
}

.search-expand-enter-from,
.search-expand-leave-to {
    opacity: 0;
    transform: translate(20px, -50%) scaleX(.8)
}

.search-expand-enter-to,
.search-expand-leave-from {
    opacity: 1;
    transform: translateY(-50%) scaleX(1)
}

.mobile-search-container {
    position: relative
}

.search-trigger-button {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    transition: all .2s ease;
    width: 24px
}

.trigger-icon {
    font-size: 24px
}

.search-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50
}

.overlay-backdrop {
    background-color: #0000004d;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.search-area {
    left: 16px;
    position: absolute;
    right: 16px;
    top: 16px
}

/* .search-container {
    align-items: center;
    background: #fff;
    border-radius: 5px;
    display: flex;
    height: 64px;
    padding: 8px;
    width: 100%
} */

.search-input-container {
    align-items: center;
    background: #fff;
    border: 1px solid #306af1;
    border-radius: 2px;
    box-shadow: 6px 6px 12px #0022660d;
    display: flex;
    height: 48px;
    padding: 0 16px;
    position: relative;
    width: 100%
}

.mobile-search-input {
    background: transparent;
    border: none;
    color: #333;
    flex: 1;
    font-size: 14px;
    outline: none
}

.mobile-search-input::-moz-placeholder {
    color: #c2c2c2
}

.mobile-search-input::placeholder {
    color: #c2c2c2
}

.search-icon-button {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    margin-left: 8px;
    padding: 0;
    width: 24px
}

.search-icon {
    /* color: #061b40; */
    font-size: 16px
}

.search-overlay-enter-active,
.search-overlay-leave-active {
    transition: all .3s ease
}

.search-overlay-enter-from {
    opacity: 0
}

.search-overlay-enter-to,
.search-overlay-leave-from {
    opacity: 1
}

.search-overlay-leave-to {
    opacity: 0
}

.search-overlay-enter-active .search-area,
.search-overlay-leave-active .search-area {
    transition: transform .3s ease
}

.search-overlay-enter-from .search-area {
    transform: translateY(-100%)
}

.search-overlay-enter-to .search-area,
.search-overlay-leave-from .search-area {
    transform: translateY(0)
}

.search-overlay-leave-to .search-area {
    transform: translateY(-100%)
}

.rotate-180 {
    transform: rotate(180deg)
}

.transition-transform {
    transition: transform .2s ease-in-out
}

/* *,
:after,
:before {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 transparent;
    --un-ring-shadow: 0 0 transparent;
    --un-shadow-inset: ;
    --un-shadow: 0 0 transparent;
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
}

::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 transparent;
    --un-ring-shadow: 0 0 transparent;
    --un-shadow-inset: ;
    --un-shadow: 0 0 transparent;
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
} */

.\[border\:1\.56px_solid_\#ebedf0\] {
    border: 1.56px solid #ebedf0
}

.\[clip-path\:polygon\(0_0\,100\%_0\,100\%_100\%\,15px_100\%\)\] {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%)
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

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

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

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

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

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

.bottom-0 {
    bottom: 0
}

.left-\[-16px\] {
    left: -16px
}

.left-\[0px\] {
    left: 0
}

.left-\[154px\] {
    left: 154px
}

.left-\[164px\] {
    left: 164px
}

.left-\[16px\] {
    left: 16px
}

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

.left-0 {
    left: 0
}

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

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

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

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

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

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

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

.right-0 {
    right: 0
}

.right-4 {
    right: 1rem
}

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

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

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

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

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

.top-0 {
    top: 0
}

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

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

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

.z-\[50\!important\] {
    z-index: 50 !important
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-5 {
    z-index: 5
}

.z-50 {
    z-index: 50
}

.z-6 {
    z-index: 6
}

.z-9 {
    z-index: 9
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.grid {
    display: grid
}

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

.mx-\[-8px\] {
    margin-left: -8px;
    margin-right: -8px
}

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

.my-\[6px\] {
    margin-bottom: 6px;
    margin-top: 6px
}

.my-\[10px\] {
    margin-bottom: 10px;
    margin-top: 10px
}

.my-\[12px\] {
    margin-bottom: 12px;
    margin-top: 12px
}

.my-\[36px\] {
    margin-bottom: 36px;
    margin-top: 36px
}

.my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.-ml-1 {
    margin-left: -.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

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

.mb-6 {
    margin-bottom: 1.5rem
}

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

.me {
    margin-inline-end: 1rem
}

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

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

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

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

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

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

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

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

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

.mr-1 {
    margin-right: .25rem
}

.mr-3 {
    margin-right: .75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

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

.mt-6 {
    margin-top: 1.5rem
}

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

.mt-9 {
    margin-top: 2.25rem
}

.mt-auto {
    margin-top: auto
}

.inline {
    display: inline
}

.block,
.group:hover .group-hover\:block {
    display: block
}

.group\/detail:hover .group-hover\/detail\:inline-block,
.inline-block {
    display: inline-block
}

.list-item {
    display: list-item
}

.hidden {
    display: none
}

.size-\[32px\] {
    height: 32px;
    width: 32px
}

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

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

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

.min-h-\[100\%\] {
    min-height: 100%
}

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

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

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

.min-h-\[80vh\] {
    min-height: 80vh
}

.min-h-\[calc\(100vh-200px\)\] {
    min-height: calc(100vh - 200px)
}

.min-h-\[calc\(100vh-361px\)\] {
    min-height: calc(100vh - 361px)
}

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

.min-w-\[100px\] {
    min-width: 100px
}

.min-w-\[23px\] {
    min-width: 23px
}

.min-w-\[240px\] {
    min-width: 240px
}

.min-w-\[28px\] {
    min-width: 28px
}

.min-w-\[32px\] {
    min-width: 32px
}

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

.w-\[100\%\],
.w-full {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
    width: 0
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-3 {
    width: .75rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-auto {
    width: auto
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.w-px {
    width: 1px
}

.group\/detail:hover .group-hover\/detail\:w-\[14px\] {
    width: 14px
}

.group\/detail:hover .group-hover\/detail\:w-\[16px\] {
    width: 16px
}

.flex {
    display: flex
}

.flex-inline,
.inline-flex {
    display: inline-flex
}

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

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.-translate-y-1\/2,
.-translate-y-\[50\%\] {
    --un-translate-y: -50%
}

.-translate-y-1\/2,
.-translate-y-\[50\%\],
.translate-x-\[-50\%\] {
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.translate-x-\[-50\%\] {
    --un-translate-x: -50%
}

.hover\:-translate-y-1:hover {
    --un-translate-y: -.25rem
}

.group:hover .group-hover\:rotate-\[180deg\],
.hover\:-translate-y-1:hover,
.rotate-180 {
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.group:hover .group-hover\:rotate-\[180deg\],
.rotate-180 {
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-rotate: 180deg
}

.group:hover .group-hover\:scale-120 {
    --un-scale-x: 1.2;
    --un-scale-y: 1.2
}

.group:hover .group-hover\:scale-120,
.transform {
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.cursor-pointer {
    cursor: pointer
}

.cursor-not-allowed,
.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.resize {
    resize: both
}

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

.list-inside {
    list-style-position: inside
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-\[0px\] {
    gap: 0
}

.gap-\[12px\] {
    gap: 12px
}

.gap-\[16px\] {
    gap: 16px
}

.gap-\[20px\] {
    gap: 20px
}

.gap-\[32px\] {
    gap: 32px
}

.gap-\[40px\] {
    gap: 40px
}

.gap-\[47px\] {
    gap: 47px
}

.gap-\[48px\] {
    gap: 48px
}

.gap-\[4px\] {
    gap: 4px
}

.gap-\[8px\] {
    gap: 8px
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-x-\[13px\] {
    -moz-column-gap: 13px;
    column-gap: 13px
}

.gap-x-\[16px\] {
    -moz-column-gap: 16px;
    column-gap: 16px
}

.gap-x-\[40px\] {
    -moz-column-gap: 40px;
    column-gap: 40px
}

.gap-x-\[80px\] {
    -moz-column-gap: 80px;
    column-gap: 80px
}

.gap-x-0\.5 {
    -moz-column-gap: .125rem;
    column-gap: .125rem
}

.gap-y-\[16px\] {
    row-gap: 16px
}

.gap-y-10 {
    row-gap: 2.5rem
}

.space-x-\[16px\]>:not([hidden])~:not([hidden]) {
    --un-space-x-reverse: 0;
    margin-left: calc(16px*(1 - var(--un-space-x-reverse)));
    margin-right: calc(16px*var(--un-space-x-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --un-space-x-reverse: 0;
    margin-left: calc(1rem*(1 - var(--un-space-x-reverse)));
    margin-right: calc(1rem*var(--un-space-x-reverse))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --un-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--un-space-x-reverse)));
    margin-right: calc(1.5rem*var(--un-space-x-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --un-space-y-reverse: 0;
    margin-bottom: calc(.5rem*var(--un-space-y-reverse));
    margin-top: calc(.5rem*(1 - var(--un-space-y-reverse)))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --un-space-y-reverse: 0;
    margin-bottom: calc(1.5rem*var(--un-space-y-reverse));
    margin-top: calc(1.5rem*(1 - var(--un-space-y-reverse)))
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

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

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap
}

.break-all {
    word-break: break-all
}

.border,
.border-\[1px\] {
    border-width: 1px
}

.border-\[0\.5px\] {
    border-width: .5px
}

.border-b,
.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

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

.border-t,
.border-t-\[1px\] {
    border-top-width: 1px
}

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

.border-\[\#306AF1\] {
    --un-border-opacity: 1;
    border-color: rgb(48 106 241/var(--un-border-opacity))
}

.border-\[\#98b5f8\] {
    --un-border-opacity: 1;
    border-color: rgb(152 181 248/var(--un-border-opacity))
}

.border-\[\#aef2e6\] {
    --un-border-opacity: 1;
    border-color: rgb(174 242 230/var(--un-border-opacity))
}

.border-\[\#C2DAF2\] {
    --un-border-opacity: 1;
    border-color: rgb(194 218 242/var(--un-border-opacity))
}

.border-\[\#C3E5D2\],
.border-\[\#c3e5d2\] {
    --un-border-opacity: 1;
    border-color: rgb(195 229 210/var(--un-border-opacity))
}

.border-\[\#E1E5EB\] {
    --un-border-opacity: 1;
    border-color: rgb(225 229 235/var(--un-border-opacity))
}

.border-\[\#EAECEF\] {
    --un-border-opacity: 1;
    border-color: rgb(234 236 239/var(--un-border-opacity))
}

.border-\[\#EBEDF0\],
.border-\[\#ebedf0\] {
    --un-border-opacity: 1;
    border-color: rgb(235 237 240/var(--un-border-opacity))
}

.border-\[aef2e6\] {
    border-color: aef2e6
}

.border-gray-200 {
    --un-border-opacity: 1;
    border-color: rgb(229 231 235/var(--un-border-opacity))
}

.border-gray-300 {
    --un-border-opacity: 1;
    border-color: rgb(209 213 219/var(--un-border-opacity))
}

.border-red-500 {
    --un-border-opacity: 1;
    border-color: rgb(239 68 68/var(--un-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.hover\:border-\[\#306AF1\]:hover {
    --un-border-opacity: 1;
    /* border-color: rgb(48 106 241/var(--un-border-opacity)) */
}

.focus\:border-blue-500:focus {
    --un-border-opacity: 1;
    border-color: rgb(59 130 246/var(--un-border-opacity))
}

.border-b-\[\#306AF1\] {
    border-bottom-color: rgb(48 106 241/var(--un-border-bottom-opacity))
}

.border-b-\[\#306AF1\],
.border-b-\[\#e8e8e8\] {
    --un-border-opacity: 1;
    --un-border-bottom-opacity: var(--un-border-opacity)
}

.border-b-\[\#e8e8e8\] {
    border-bottom-color: rgb(232 232 232/var(--un-border-bottom-opacity))
}

.border-b-\[\#EBEDF0\],
.border-b-\[\#ebedf0\] {
    --un-border-opacity: 1;
    --un-border-bottom-opacity: var(--un-border-opacity);
    border-bottom-color: rgb(235 237 240/var(--un-border-bottom-opacity))
}

.border-t-\[\#ebedf0\] {
    --un-border-opacity: 1;
    --un-border-top-opacity: var(--un-border-opacity);
    border-top-color: rgb(235 237 240/var(--un-border-top-opacity))
}

.rounded {
    border-radius: .25rem
}

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

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

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

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

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

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

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-b-\[20px\] {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

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

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

.rounded-bl-\[8px\] {
    border-bottom-left-radius: 8px
}

.rounded-tr-\[4px\] {
    border-top-right-radius: 4px
}

.border-solid {
    border-style: solid
}

.border-b-solid {
    border-bottom-style: solid
}

.border-t-solid {
    border-top-style: solid
}

.bg-\[\#20c5aa\] {
    --un-bg-opacity: 1;
    background-color: rgb(32 197 170/var(--un-bg-opacity))
}

.bg-\[\#306AF1\],
.bg-\[\#306af1\] {
    --un-bg-opacity: 1;
    background-color: rgb(48 106 241/var(--un-bg-opacity))
}

.bg-\[\#98B5F8\] {
    --un-bg-opacity: 1;
    background-color: rgb(152 181 248/var(--un-bg-opacity))
}

.bg-\[\#E0F0FF\] {
    --un-bg-opacity: 1;
    background-color: rgb(224 240 255/var(--un-bg-opacity))
}

.bg-\[\#E1E5EB\] {
    --un-bg-opacity: 1;
    background-color: rgb(225 229 235/var(--un-bg-opacity))
}

.bg-\[\#ebedf0\] {
    --un-bg-opacity: 1;
    background-color: rgb(235 237 240/var(--un-bg-opacity))
}

.bg-\[\#edfaf7\] {
    --un-bg-opacity: 1;
    background-color: rgb(237 250 247/var(--un-bg-opacity))
}

.bg-\[\#F0F4FE\],
.bg-\[\#f0f4fe\] {
    --un-bg-opacity: 1;
    background-color: rgb(240 244 254/var(--un-bg-opacity))
}

.bg-\[\#f2f9ff\] {
    --un-bg-opacity: 1;
    background-color: rgb(242 249 255/var(--un-bg-opacity))
}

.bg-\[\#f2fff8\] {
    --un-bg-opacity: 1;
    background-color: rgb(242 255 248/var(--un-bg-opacity))
}

.bg-\[\#f7f8fa\] {
    --un-bg-opacity: 1;
    background-color: rgb(247 248 250/var(--un-bg-opacity))
}

.bg-\[\#fff\],
.bg-white {
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--un-bg-opacity))
}

.bg-\[rgba\(0\,0\,0\,0\.3\)\] {
    --un-bg-opacity: .3;
    background-color: rgba(0, 0, 0, var(--un-bg-opacity))
}

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

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

.bg-black {
    --un-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--un-bg-opacity))
}

.bg-blue-500 {
    --un-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--un-bg-opacity))
}

.bg-blue-600 {
    --un-bg-opacity: 1;
    background-color: rgb(37 99 235/var(--un-bg-opacity))
}

.bg-gray-100 {
    --un-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--un-bg-opacity))
}

.bg-gray-400 {
    --un-bg-opacity: 1;
    background-color: rgb(156 163 175/var(--un-bg-opacity))
}

.group:hover .group-hover\:bg-\[\#F7F8FA\] {
    --un-bg-opacity: 1;
    background-color: rgb(247 248 250/var(--un-bg-opacity))
}

.hover\:bg-\[\#306AF1\]:hover {
    --un-bg-opacity: 1;
    background-color: rgb(48 106 241/var(--un-bg-opacity))
}

.hover\:bg-\[\#f0f4fe\]:hover {
    --un-bg-opacity: 1;
    /* background-color: rgb(240 244 254/var(--un-bg-opacity)) */
}

.hover\:bg-\[\#f7f8fa\]:hover {
    --un-bg-opacity: 1;
    background-color: rgb(247 248 250/var(--un-bg-opacity))
}

.hover\:bg-blue-700:hover {
    --un-bg-opacity: 1;
    background-color: rgb(29 78 216/var(--un-bg-opacity))
}

.hover\:bg-gray-50:hover {
    --un-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--un-bg-opacity))
}

.from-\[\#7fbefe\] {
    --un-gradient-from-position: 0%;
    --un-gradient-from: rgb(127 190 254/var(--un-from-opacity, 1)) var(--un-gradient-from-position);
    --un-gradient-to-position: 100%;
    --un-gradient-to: rgba(127, 190, 254, 0) var(--un-gradient-to-position);
    --un-gradient-stops: var(--un-gradient-from), var(--un-gradient-to)
}

.to-\[\#4ca5fe\] {
    --un-gradient-to-position: 100%;
    --un-gradient-to: rgb(76 165 254/var(--un-to-opacity, 1)) var(--un-gradient-to-position)
}

.bg-gradient-to-r {
    --un-gradient-shape: to right in oklch;
    --un-gradient: var(--un-gradient-shape), var(--un-gradient-stops);
    background-image: linear-gradient(var(--un-gradient))
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-center {
    -o-object-position: center;
    object-position: center
}

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

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

.p-4 {
    padding: 1rem
}

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

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

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

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

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

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

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

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

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

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

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

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

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

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

.pb-\[1244px\] {
    padding-bottom: 1244px
}
.pb-\[30px\] {
    padding-bottom: 30px;
}
.pb-\[12px\] {
    padding-bottom: 12px
}

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

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

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

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

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

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

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

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

.pl-\[8px\] {
    padding-left: 8px
}

.pl-3 {
    padding-left: .75rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pr-\[24px\] {
    padding-right: 24px
}

.pr-14 {
    padding-right: 3.5rem
}

.pr-3 {
    padding-right: .75rem
}

.pt-\[10px\] {
    padding-top: 10px
}

.pt-\[20px\] {
    padding-top: 20px;
}


.pt-\[120px\] {
    padding-top: 120px
}

.pt-\[15px\] {
    padding-top: 15px
}

.pt-\[16px\] {
    padding-top: 16px
}

.pt-\[18px\] {
    padding-top: 18px
}

.pt-\[20px\] {
    padding-top: 20px
}

.pt-\[24px\] {
    padding-top: 24px
}

.pt-\[32px\] {
    padding-top: 32px
}

.pt-\[50px\] {
    padding-top: 50px
}

.pt-\[56px\] {
    padding-top: 56px
}
.pt-\[100px\] {
    padding-top: 100px
}
.pt-\[5px\] {
    padding-top: 5px
}

.pt-\[6px\] {
    padding-top: 6px
}

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

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-wrap {
    text-wrap: wrap
}

.text-nowrap {
    text-wrap: nowrap
}

.align-top {
    vertical-align: top
}

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

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

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

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

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

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

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

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-9xl {
    font-size: 8rem;
    line-height: 1
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.placeholder\:text-\[16px\]::-moz-placeholder {
    font-size: 16px
}

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

.text-\[\#061B40\],
.text-\[\#061b40\] {
    --un-text-opacity: 1;
    color: rgb(6 27 64/var(--un-text-opacity))
}

.text-\[\#0D44C2\] {
    --un-text-opacity: 1;
    color: rgb(13 68 194/var(--un-text-opacity))
}

.text-\[\#20C5AA\],
.text-\[\#20c5aa\] {
    --un-text-opacity: 1;
    color: rgb(32 197 170/var(--un-text-opacity))
}

.text-\[\#297ACC\] {
    --un-text-opacity: 1;
    color: rgb(41 122 204/var(--un-text-opacity))
}

.group\/detail:hover .group-hover\/detail\:text-\[\#306AF1\],
.text-\[\#306AF1\],
.text-\[\#306af1\] {
    --un-text-opacity: 1;
    color: rgb(48 106 241/var(--un-text-opacity))
}

.text-\[\#32A664\] {
    --un-text-opacity: 1;
    color: rgb(50 166 100/var(--un-text-opacity))
}

.text-\[\#525966\] {
    --un-text-opacity: 1;
    color: rgb(82 89 102/var(--un-text-opacity))
}

.text-\[\#8A8F99\!important\] {
    color: #8a8f99 !important
}

.text-\[\#8A8F99\],
.text-\[\#8a8f99\] {
    --un-text-opacity: 1;
    color: rgb(138 143 153/var(--un-text-opacity))
}

.text-\[\#A1A7B2\] {
    --un-text-opacity: 1;
    color: rgb(161 167 178/var(--un-text-opacity))
}

.text-\[\#C3C7CD\] {
    --un-text-opacity: 1;
    color: rgb(195 199 205/var(--un-text-opacity))
}

.text-\[\#e1e5eb\] {
    --un-text-opacity: 1;
    color: rgb(225 229 235/var(--un-text-opacity))
}

.text-\[\#EB4C4B\] {
    --un-text-opacity: 1;
    color: rgb(235 76 75/var(--un-text-opacity))
}

.text-\[\#FF8000\] {
    --un-text-opacity: 1;
    color: rgb(255 128 0/var(--un-text-opacity))
}

.text-\[\#FF9F1A\] {
    --un-text-opacity: 1;
    color: rgb(255 159 26/var(--un-text-opacity))
}

.text-\[\#FFFFFF\],
.text-\[\#fff\],
.text-white {
    --un-text-opacity: 1;
    color: rgb(255 255 255/var(--un-text-opacity))
}

.text-blue-600 {
    --un-text-opacity: 1;
    color: rgb(37 99 235/var(--un-text-opacity))
}

.text-gray-200 {
    --un-text-opacity: 1;
    color: rgb(229 231 235/var(--un-text-opacity))
}

.text-gray-400 {
    --un-text-opacity: 1;
    color: rgb(156 163 175/var(--un-text-opacity))
}

.text-gray-500 {
    --un-text-opacity: 1;
    color: rgb(107 114 128/var(--un-text-opacity))
}

.text-gray-600 {
    --un-text-opacity: 1;
    color: rgb(75 85 99/var(--un-text-opacity))
}

.text-gray-700 {
    --un-text-opacity: 1;
    color: rgb(55 65 81/var(--un-text-opacity))
}

.text-gray-800 {
    --un-text-opacity: 1;
    color: rgb(31 41 55/var(--un-text-opacity))
}

.text-red-500 {
    --un-text-opacity: 1;
    color: rgb(239 68 68/var(--un-text-opacity))
}

.text-red-600 {
    --un-text-opacity: 1;
    color: rgb(220 38 38/var(--un-text-opacity))
}

.text-yellow-500 {
    --un-text-opacity: 1;
    color: rgb(234 179 8/var(--un-text-opacity))
}

.hover\:text-\[\#306AF1\]:hover {
    --un-text-opacity: 1;
    /* color: rgb(48 106 241/var(--un-text-opacity)) */
}

.hover\:text-\[\#fff\]:hover {
    --un-text-opacity: 1;
    color: rgb(255 255 255/var(--un-text-opacity))
}

.hover\:text-blue-500:hover {
    --un-text-opacity: 1;
    color: rgb(59 130 246/var(--un-text-opacity))
}

.hover\:text-blue-600:hover {
    --un-text-opacity: 1;
    color: rgb(37 99 235/var(--un-text-opacity))
}

.placeholder\:text-\[\#c3c7cd\]::-moz-placeholder {
    --un-text-opacity: 1;
    color: rgb(195 199 205/var(--un-text-opacity))
}

.placeholder\:text-\[\#c3c7cd\]::placeholder {
    --un-text-opacity: 1;
    color: rgb(195 199 205/var(--un-text-opacity))
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold,
.font600 {
    font-weight: 600
}

.font250 {
    font-weight: 250
}

.placeholder\:font-normal::-moz-placeholder {
    font-weight: 400
}

.placeholder\:font-normal::placeholder {
    font-weight: 400
}

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

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

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

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

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

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

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

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

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

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

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

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

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-snug {
    line-height: 1.375
}

.placeholder\:leading-\[24px\]::-moz-placeholder {
    line-height: 24px
}

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

.italic {
    font-style: italic
}

.underline {
    text-decoration-line: underline
}

.no-underline {
    text-decoration: none
}

.tab {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

.opacity-25 {
    opacity: .25
}

.opacity-30 {
    opacity: .3
}

.opacity-75 {
    opacity: .75
}

.hover\:opacity-90:hover {
    opacity: .9
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.shadow-\[6px_6px_12px_0_rgba\(0\,34\,102\,0\.05\)\] {
    --un-shadow: 6px 6px 12px 0 var(--un-shadow-color, rgba(0, 34, 102, .05));
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.shadow-\[6px_6px_12px_0px_rgba\(0\,34\,102\,0\.05\)\] {
    --un-shadow: 6px 6px 12px 0px var(--un-shadow-color, rgba(0, 34, 102, .05))
}

.shadow-\[6px_6px_12px_0px_rgba\(0\,34\,102\,0\.05\)\],
.shadow-sm {
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.shadow-sm {
    --un-shadow: var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgba(0, 0, 0, .05))
}

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

.focus\:ring-2:focus {
    --un-ring-width: 2px;
    --un-ring-offset-shadow: var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);
    --un-ring-shadow: var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.focus\:ring-blue-500:focus {
    --un-ring-opacity: 1;
    --un-ring-color: rgb(59 130 246/var(--un-ring-opacity))
}

.blur {
    --un-blur: blur(8px)
}

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

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

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

.transition-colors {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

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

.duration-100 {
    transition-duration: .1s
}

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

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

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

.placeholder-gray-400::-moz-placeholder {
    --un-placeholder-opacity: 1;
    color: rgb(156 163 175/var(--un-placeholder-opacity))
}

.placeholder-gray-400::placeholder {
    --un-placeholder-opacity: 1;
    color: rgb(156 163 175/var(--un-placeholder-opacity))
}

@media (min-width:640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

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

    .sm\:max-w-md {
        max-width: 28rem
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:768px) {
    .md\:absolute {
        position: absolute
    }

    .md\:left-\[50\%\] {
        left: 50%
    }

    .md\:right-\[37px\] {
        right: 37px
    }

    .md\:right-0 {
        right: 0
    }

    .md\:top-\[48px\] {
        top: 48px
    }

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

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

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

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

    .md\:mb-0,
    .md\:mb-\[0\],
    .md\:mb-\[0px\] {
        margin-bottom: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[108px\] {
        height: 108px
    }

    .md\:h-\[122px\] {
        height: 122px
    }

    .md\:h-\[138px\] {
        height: 138px
    }

    .md\:h-\[140px\] {
        height: 140px
    }

    .md\:h-\[146px\] {
        height: 146px
    }

    .md\:h-\[160px\] {
        height: 160px
    }

    .md\:h-\[16px\] {
        height: 16px
    }

    .md\:h-\[174px\] {
        height: 174px
    }

    .md\:h-\[22px\] {
        height: 22px
    }

    .md\:h-\[40px\] {
        height: 40px
    }

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

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

    .md\:h-\[72px\] {
        height: 72px
    }

    .md\:h-auto {
        height: auto
    }

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

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

    .md\:min-w-\[1400px\] {
        min-width: 1400px
    }

    .md\:w-\[336px\] {
        width: 336px
    }

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


    .md\:w-\[152px\] {
        width: 152px
    }

    .md\:w-\[176px\] {
        width: 176px
    }

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

    .md\:w-\[205px\] {
        width: 205px
    }

    .md\:w-\[240px\] {
        width: 240px
    }

    .md\:w-\[285px\] {
        width: 285px
    }

    .md\:w-\[320px\] {
        width: 320px
    }

    .md\:w-\[338px\] {
        width: 338px
    }

    .md\:w-\[500px\] {
        width: 500px
    }

    .md\:w-\[800px\] {
        width: 800px
    }

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

      .md\:w-\[246px\] {
        width: 246px
    }

    .md\:w-\[calc\(\(100\%-1rem\)\/2\)\] {
        width: calc(50% - .5rem)
    }

    .md\:w-\[calc\(50\%-8px\)\] {
        width: calc(50% - 8px)
    }

    .md\:w-auto {
        width: auto
    }

    .md\:flex {
        display: flex
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:flex-1 {
        flex: 1 1 0%
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:translate-x-\[-50\%\] {
        --un-translate-x: -50%
    }

    .md\:translate-x-\[-50\%\],
    .md\:translate-y-\[0px\] {
        transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
    }

    .md\:translate-y-\[0px\] {
        --un-translate-y: 0px
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-\[16px\] {
        gap: 16px
    }

    .md\:gap-\[24px\] {
        gap: 24px
    }

    .md\:gap-\[8px\] {
        gap: 8px
    }

    .md\:gap-4 {
        gap: 1rem
    }

     .gap-\[39px\] {
        gap: 39px
    }

    .md\:gap-x-\[16px\] {
        -moz-column-gap: 16px;
        column-gap: 16px
    }

    .md\:space-x-\[28px\]>:not([hidden])~:not([hidden]) {
        --un-space-x-reverse: 0;
        margin-left: calc(28px*(1 - var(--un-space-x-reverse)));
        margin-right: calc(28px*var(--un-space-x-reverse))
    }

    .md\:space-x-8>:not([hidden])~:not([hidden]) {
        --un-space-x-reverse: 0;
        margin-left: calc(2rem*(1 - var(--un-space-x-reverse)));
        margin-right: calc(2rem*var(--un-space-x-reverse))
    }

    .md\:overflow-x-visible {
        overflow-x: visible
    }

    .md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .md\:border,
    .md\:border-\[1px\] {
        border-width: 1px
    }

    .md\:border-b-\[1px\] {
        border-bottom-width: 1px
    }

    .md\:border-\[\#E1E5EB\] {
        --un-border-opacity: 1;
        border-color: rgb(225 229 235/var(--un-border-opacity))
    }

    .md\:border-\[\#ebedf0\] {
        --un-border-opacity: 1;
        border-color: rgb(235 237 240/var(--un-border-opacity))
    }

    .md\:border-b-\[\#ebedf0\] {
        --un-border-opacity: 1;
        --un-border-bottom-opacity: var(--un-border-opacity);
        border-bottom-color: rgb(235 237 240/var(--un-border-bottom-opacity))
    }

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

    .md\:rounded-lg {
        border-radius: .5rem
    }

    .md\:border-none {
        border-style: none
    }

    .md\:border-solid {
        border-style: solid
    }

    .md\:border-b-solid {
        border-bottom-style: solid
    }

    .md\:bg-\[\#F7F8FA\] {
        --un-bg-opacity: 1;
        background-color: rgb(247 248 250/var(--un-bg-opacity))
    }

    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:bg-white {
        --un-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--un-bg-opacity))
    }

    .md\:p-\[16px\] {
        padding: 16px
    }

    .md\:p-\[24px\] {
        padding: 24px
    }

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

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

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

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

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

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

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

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

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

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

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

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

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pb-20 {
        padding-bottom: 5rem
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem
    }

    .md\:pl-\[16px\] {
        padding-left: 16px
    }

    .md\:pt-\[12px\] {
        padding-top: 12px
    }

    .md\:pt-\[18px\] {
        padding-top: 18px
    }

    .md\:pt-\[20px\] {
        padding-top: 20px
    }
      .md\:pt-\[24px\] {
        padding-top: 24px
    }

    .md\:pt-\[40px\] {
        padding-top: 40px
    }

    .md\:pt-\[56px\] {
        padding-top: 56px
    }

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

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

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

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

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

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-\[\#061B40\],
    .md\:text-\[\#061b40\] {
        --un-text-opacity: 1;
        color: rgb(6 27 64/var(--un-text-opacity))
    }

    .md\:text-\[\#8A8F99\] {
        --un-text-opacity: 1;
        color: rgb(138 143 153/var(--un-text-opacity))
    }

    .md\:font-normal {
        font-weight: 400
    }

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

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

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

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

    .md\:shadow-\[6px_6px_12px_0_rgba\(0\,34\,102\,0\.05\)\] {
        --un-shadow: 6px 6px 12px 0 var(--un-shadow-color, rgba(0, 34, 102, .05));
        box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
    }

    .md\:shadow-\[6px_6px_12px_0px_rgba\(0\,34\,102\,0\.05\)\] {
        --un-shadow: 6px 6px 12px 0px var(--un-shadow-color, rgba(0, 34, 102, .05))
    }

    .md\:shadow-\[6px_6px_12px_0px_rgba\(0\,34\,102\,0\.05\)\],
    .md\:shadow-none {
        box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
    }

    .md\:shadow-none {
        --un-shadow: 0 0 var(--un-shadow-color, transparent)
    }
}

@media (min-width:1024px) {
    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-3 {
        order: 3
    }

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

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

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

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

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

    .lg\:block {
        display: block
    }

    .lg\:w-\[1400px\] {
        width: 1400px
    }

    .lg\:w-\[calc\(\(100\%-3rem\)\/4\)\] {
        width: calc(25% - .75rem)
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:gap-\[20px\] {
        gap: 20px
    }

    .lg\:gap-0 {
        gap: 0
    }

    .lg\:gap-y-\[60px\] {
        row-gap: 60px
    }

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

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

    .lg\:pl-\[80px\] {
        padding-left: 80px
    }

    .lg\:pr-\[120px\] {
        padding-right: 120px
    }

    .lg\:pt-\[64px\] {
        padding-top: 64px
    }

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

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

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

    .lg\:leading-6 {
        line-height: 1.5rem
    }
}

@media (min-width:1280px) {
    .xl\:gap-\[80px\] {
        gap: 80px
    }
}

@media (min-width:1536px) {
    .\32xl\:gap-\[160px\] {
        gap: 160px
    }

    .\32xl\:px-\[0px\] {
        padding-left: 0;
        padding-right: 0
    }
}

/* :root {
    --el-color-white: #fff;
    --el-color-black: #000;
    --el-color-primary-rgb: 64, 158, 255;
    --el-color-success-rgb: 103, 194, 58;
    --el-color-warning-rgb: 230, 162, 60;
    --el-color-danger-rgb: 245, 108, 108;
    --el-color-error-rgb: 245, 108, 108;
    --el-color-info-rgb: 144, 147, 153;
    --el-font-size-extra-large: 20px;
    --el-font-size-large: 18px;
    --el-font-size-medium: 16px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    --el-font-weight-primary: 500;
    --el-font-line-height-primary: 24px;
    --el-index-normal: 1;
    --el-index-top: 1000;
    --el-index-popper: 2000;
    --el-border-radius-base: 4px;
    --el-border-radius-small: 2px;
    --el-border-radius-round: 20px;
    --el-border-radius-circle: 100%;
    --el-transition-duration: .3s;
    --el-transition-duration-fast: .2s;
    --el-transition-function-ease-in-out-bezier: cubic-bezier(.645, .045, .355, 1);
    --el-transition-function-fast-bezier: cubic-bezier(.23, 1, .32, 1);
    --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
    --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-component-size-large: 40px;
    --el-component-size: 32px;
    --el-component-size-small: 24px;
    color-scheme: light;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #fff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #fff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #fff;
    --el-box-shadow: 0px 12px 32px 4px #0000000a, 0px 8px 20px #00000014;
    --el-box-shadow-light: 0px 0px 12px #0000001f;
    --el-box-shadow-lighter: 0px 0px 6px #0000001f;
    --el-box-shadow-dark: 0px 16px 48px 16px #00000014, 0px 12px 32px #0000001f, 0px 8px 16px -8px #00000029;
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: #000c;
    --el-overlay-color-light: #000000b3;
    --el-overlay-color-lighter: #00000080;
    --el-mask-color: #ffffffe6;
    --el-mask-color-extra-light: #ffffff4d;
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
} */

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-fade-in-enter-from,
.el-fade-in-leave-active {
    opacity: 0
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
    transform-origin: center bottom
}

.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1);
    transform-origin: top left;
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(.45)
}

.collapse-transition {
    transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.el-collapse-transition-enter-active,
.el-collapse-transition-leave-active {
    transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,
.el-list-leave-active {
    transition: all 1s
}

.el-list-enter-from,
.el-list-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.el-list-leave-active {
    position: absolute !important
}

.el-opacity-transition {
    transition: opacity var(--el-transition-duration) cubic-bezier(.55, 0, .1, 1)
}

.el-icon--right {
    margin-left: 5px
}

.el-icon--left {
    margin-right: 5px
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: var(--color);
    font-size: inherit
}

.el-icon.is-loading {
    animation: rotating 2s linear infinite
}

.el-icon svg {
    height: 1em;
    width: 1em
}

.el-badge {
    --el-badge-bg-color: var(--el-color-danger);
    --el-badge-radius: 10px;
    --el-badge-font-size: 12px;
    --el-badge-padding: 6px;
    --el-badge-size: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: fit-content
}

.el-badge__content {
    align-items: center;
    background-color: var(--el-badge-bg-color);
    border: 1px solid var(--el-bg-color);
    border-radius: var(--el-badge-radius);
    color: var(--el-color-white);
    display: inline-flex;
    font-size: var(--el-badge-font-size);
    height: var(--el-badge-size);
    justify-content: center;
    padding: 0 var(--el-badge-padding);
    white-space: nowrap
}

.el-badge__content.is-fixed {
    position: absolute;
    right: calc(1px + var(--el-badge-size)/2);
    top: 0;
    transform: translateY(-50%) translate(100%);
    z-index: var(--el-index-normal)
}

.el-badge__content.is-fixed.is-dot {
    right: 5px
}

.el-badge__content.is-dot {
    border-radius: 50%;
    height: 8px;
    padding: 0;
    right: 0;
    width: 8px
}

.el-badge__content.is-hide-zero {
    display: none
}

.el-badge__content--primary {
    background-color: var(--el-color-primary)
}

.el-badge__content--success {
    background-color: var(--el-color-success)
}

.el-badge__content--warning {
    background-color: var(--el-color-warning)
}

.el-badge__content--info {
    background-color: var(--el-color-info)
}

.el-badge__content--danger {
    background-color: var(--el-color-danger)
}

.el-message {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-border-color-lighter);
    --el-message-padding: 11px 15px;
    --el-message-close-size: 16px;
    --el-message-close-icon-color: var(--el-text-color-placeholder);
    --el-message-close-hover-color: var(--el-text-color-secondary);
    align-items: center;
    background-color: var(--el-message-bg-color);
    border-color: var(--el-message-border-color);
    border-radius: var(--el-border-radius-base);
    border-style: var(--el-border-style);
    border-width: var(--el-border-width);
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    max-width: calc(100% - 32px);
    padding: var(--el-message-padding);
    position: fixed;
    transition: opacity var(--el-transition-duration), transform .4s, top .4s, bottom .4s;
    width: fit-content
}

.el-message.is-left {
    left: 16px
}

.el-message.is-right {
    right: 16px
}

.el-message.is-center {
    left: 50%;
    transform: translate(-50%)
}

.el-message.is-plain {
    background-color: var(--el-bg-color-overlay);
    border-color: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-message p {
    margin: 0
}

.el-message--primary {
    --el-message-bg-color: var(--el-color-primary-light-9);
    --el-message-border-color: var(--el-color-primary-light-8);
    --el-message-text-color: var(--el-color-primary)
}

.el-message--primary .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--primary {
    color: var(--el-message-text-color)
}

.el-message--success {
    --el-message-bg-color: var(--el-color-success-light-9);
    --el-message-border-color: var(--el-color-success-light-8);
    --el-message-text-color: var(--el-color-success)
}

.el-message--success .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--success {
    color: var(--el-message-text-color)
}

.el-message--info {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-color-info-light-8);
    --el-message-text-color: var(--el-color-info)
}

.el-message--info .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--info {
    color: var(--el-message-text-color)
}

.el-message--warning {
    --el-message-bg-color: var(--el-color-warning-light-9);
    --el-message-border-color: var(--el-color-warning-light-8);
    --el-message-text-color: var(--el-color-warning)
}

.el-message--warning .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--warning {
    color: var(--el-message-text-color)
}

.el-message--error {
    --el-message-bg-color: var(--el-color-error-light-9);
    --el-message-border-color: var(--el-color-error-light-8);
    --el-message-text-color: var(--el-color-error)
}

.el-message--error .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--error {
    color: var(--el-message-text-color)
}

.el-message .el-message__badge {
    position: absolute;
    right: -8px;
    top: -8px
}

.el-message__content {
    font-size: 14px;
    line-height: 1;
    padding: 0
}

.el-message__content:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn {
    color: var(--el-message-close-icon-color);
    cursor: pointer;
    font-size: var(--el-message-close-size)
}

.el-message .el-message__closeBtn:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn:hover {
    color: var(--el-message-close-hover-color)
}

.el-message-fade-enter-from,
.el-message-fade-leave-to {
    opacity: 0
}

.el-message-fade-enter-from:is(.is-left, .is-right),
.el-message-fade-leave-to:is(.is-left, .is-right) {
    transform: translateY(-100%)
}

.el-message-fade-enter-from:is(.is-left, .is-right).is-bottom,
.el-message-fade-leave-to:is(.is-left, .is-right).is-bottom {
    transform: translateY(100%)
}

.el-message-fade-enter-from.is-center,
.el-message-fade-leave-to.is-center {
    transform: translate(-50%, -100%)
}

.el-message-fade-enter-from.is-center.is-bottom,
.el-message-fade-leave-to.is-center.is-bottom {
    transform: translate(-50%, 100%)
}

.login-pop[data-v-81a3b12a] {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1999
}

.login-pop[data-v-81a3b12a],
.login-pop #my-login[data-v-81a3b12a] {
    height: 100%;
    width: 100%
}

.third-party-login-modal[data-v-c7260972] {
    align-items: center;
    background-color: #00000080;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.modal-content[data-v-c7260972] {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 80%;
    max-height: 600px;
    max-width: 500px;
    padding: 20px;
    position: relative;
    width: 90%
}

.close-button[data-v-c7260972] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    top: 10px
}

.login-iframe[data-v-c7260972] {
    border: 1px solid #ccc;
    flex-grow: 1;
    height: 100%;
    width: 100%
}

.fixed[data-v-580d4e3b] {
    animation: fadeIn-580d4e3b .3s ease-out
}

@keyframes fadeIn-580d4e3b {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

img[data-v-580d4e3b] {
    height: auto;
    max-width: 100%
}

.el-backtop {
    --el-backtop-bg-color: var(--el-bg-color-overlay);
    --el-backtop-text-color: var(--el-color-primary);
    --el-backtop-hover-bg-color: var(--el-border-color-extra-light);
    align-items: center;
    background-color: var(--el-backtop-bg-color);
    border-radius: 50%;
    box-shadow: var(--el-box-shadow-lighter);
    color: var(--el-backtop-text-color);
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    position: fixed;
    width: 40px;
    z-index: 5
}

.el-backtop:hover {
    background-color: var(--el-backtop-hover-bg-color)
}

.el-backtop__icon {
    font-size: 20px
}

#__nuxt,
body,
html {
    /* height: 100vh; */
    margin: 0;
    padding: 0;
    width: 100%
}

html.dark {
    background: #222;
    color: #fff
}