@charset "UTF-8";

.spotlight[data-v-05a2b8a3] {
    background: linear-gradient(45deg, #00dc82, #36e4da 50%, #0047e1);
    bottom: -30vh;
    filter: blur(20vh);
    height: 40vh
}

.gradient-border[data-v-05a2b8a3] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .5rem;
    position: relative
}

@media (prefers-color-scheme:light) {
    .gradient-border[data-v-05a2b8a3] {
        background-color: rgba(255, 255, 255, .3)
    }

    .gradient-border[data-v-05a2b8a3]:before {
        background: linear-gradient(90deg, #e2e2e2, #e2e2e2 25%, #00dc82 50%, #36e4da 75%, #0047e1)
    }
}

@media (prefers-color-scheme:dark) {
    .gradient-border[data-v-05a2b8a3] {
        background-color: rgba(20, 20, 20, .3)
    }

    .gradient-border[data-v-05a2b8a3]:before {
        background: linear-gradient(90deg, #303030, #303030 25%, #00dc82 50%, #36e4da 75%, #0047e1)
    }
}

.gradient-border[data-v-05a2b8a3]:before {
    background-size: 400% auto;
    border-radius: .5rem;
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .5;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-position .3s ease-in-out, opacity .2s ease-in-out;
    width: 100%
}

.gradient-border[data-v-05a2b8a3]:hover:before {
    background-position: -50% 0;
    opacity: 1
}

.bg-white[data-v-05a2b8a3] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.cursor-pointer[data-v-05a2b8a3] {
    cursor: pointer
}

.flex[data-v-05a2b8a3] {
    display: flex
}

.grid[data-v-05a2b8a3] {
    display: grid
}

.place-content-center[data-v-05a2b8a3] {
    place-content: center
}

.items-center[data-v-05a2b8a3] {
    align-items: center
}

.justify-center[data-v-05a2b8a3] {
    justify-content: center
}

.font-sans[data-v-05a2b8a3] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-medium[data-v-05a2b8a3] {
    font-weight: 500
}

.font-light[data-v-05a2b8a3] {
    font-weight: 300
}

.text-8xl[data-v-05a2b8a3] {
    font-size: 6rem;
    line-height: 1
}

.text-xl[data-v-05a2b8a3] {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.leading-tight[data-v-05a2b8a3] {
    line-height: 1.25
}

.mb-8[data-v-05a2b8a3] {
    margin-bottom: 2rem
}

.mb-16[data-v-05a2b8a3] {
    margin-bottom: 4rem
}

.max-w-520px[data-v-05a2b8a3] {
    max-width: 520px
}

.min-h-screen[data-v-05a2b8a3] {
    min-height: 100vh
}

.overflow-hidden[data-v-05a2b8a3] {
    overflow: hidden
}

.px-8[data-v-05a2b8a3] {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-2[data-v-05a2b8a3] {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.px-4[data-v-05a2b8a3] {
    padding-left: 1rem;
    padding-right: 1rem
}

.fixed[data-v-05a2b8a3] {
    position: fixed
}

.left-0[data-v-05a2b8a3] {
    left: 0
}

.right-0[data-v-05a2b8a3] {
    right: 0
}

.text-center[data-v-05a2b8a3] {
    text-align: center
}

.text-black[data-v-05a2b8a3] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.antialiased[data-v-05a2b8a3] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.w-full[data-v-05a2b8a3] {
    width: 100%
}

.z-10[data-v-05a2b8a3] {
    z-index: 10
}

.z-20[data-v-05a2b8a3] {
    z-index: 20
}

@media (min-width:640px) {
    .sm\:text-4xl[data-v-05a2b8a3] {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-xl[data-v-05a2b8a3] {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .sm\:text-10xl[data-v-05a2b8a3] {
        font-size: 10rem;
        line-height: 1
    }

    .sm\:px-0[data-v-05a2b8a3] {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:py-3[data-v-05a2b8a3] {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .sm\:px-6[data-v-05a2b8a3] {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (prefers-color-scheme:dark) {
    .dark\:bg-black[data-v-05a2b8a3] {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
    }

    .dark\:text-white[data-v-05a2b8a3] {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }
}

.spotlight[data-v-c967d9a9] {
    background: linear-gradient(45deg, #00dc82, #36e4da 50%, #0047e1);
    filter: blur(20vh)
}

.bg-white[data-v-c967d9a9] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.grid[data-v-c967d9a9] {
    display: grid
}

.place-content-center[data-v-c967d9a9] {
    place-content: center
}

.font-sans[data-v-c967d9a9] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-medium[data-v-c967d9a9] {
    font-weight: 500
}

.font-light[data-v-c967d9a9] {
    font-weight: 300
}

.h-1\/2[data-v-c967d9a9] {
    height: 50%
}

.text-8xl[data-v-c967d9a9] {
    font-size: 6rem;
    line-height: 1
}

.text-xl[data-v-c967d9a9] {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.leading-tight[data-v-c967d9a9] {
    line-height: 1.25
}

.mb-8[data-v-c967d9a9] {
    margin-bottom: 2rem
}

.mb-16[data-v-c967d9a9] {
    margin-bottom: 4rem
}

.max-w-520px[data-v-c967d9a9] {
    max-width: 520px
}

.min-h-screen[data-v-c967d9a9] {
    min-height: 100vh
}

.overflow-hidden[data-v-c967d9a9] {
    overflow: hidden
}

.px-8[data-v-c967d9a9] {
    padding-left: 2rem;
    padding-right: 2rem
}

.fixed[data-v-c967d9a9] {
    position: fixed
}

.left-0[data-v-c967d9a9] {
    left: 0
}

.right-0[data-v-c967d9a9] {
    right: 0
}

.-bottom-1\/2[data-v-c967d9a9] {
    bottom: -50%
}

.text-center[data-v-c967d9a9] {
    text-align: center
}

.text-black[data-v-c967d9a9] {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.antialiased[data-v-c967d9a9] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:640px) {
    .sm\:text-4xl[data-v-c967d9a9] {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .sm\:text-10xl[data-v-c967d9a9] {
        font-size: 10rem;
        line-height: 1
    }

    .sm\:px-0[data-v-c967d9a9] {
        padding-left: 0;
        padding-right: 0
    }
}

@media (prefers-color-scheme:dark) {
    .dark\:bg-black[data-v-c967d9a9] {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
    }

    .dark\:text-white[data-v-c967d9a9] {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }
}

.new-list-page[data-v-c1040cb4] {
    margin: 15px auto 20px
}

.new-list-page .header[data-v-c1040cb4] {
    display: grid;
    grid-template-areas: "nav search";
    grid-template-columns: 1fr auto;
    margin: 40px 0
}

@media (max-width: 767.9px) {
    .new-list-page .header[data-v-c1040cb4] {
        gap: 10px;
        grid-template-areas: "search" "nav";
        grid-template-columns: 1fr;
        margin: 0 0 15px
    }
}

.catgory-nav[data-v-c1040cb4] {
    flex: 1;
    grid-area: nav;
    height: 50px;
    margin-right: 1em;
    overflow-x: auto;
    position: relative;
    width: 100%
}

@media (max-width: 767.9px) {
    .catgory-nav[data-v-c1040cb4] {
        height: 40px
    }
}

.catgory-nav ul[data-v-c1040cb4] {
    align-items: stretch;
    display: flex;
    height: 100%;
    overflow: auto hidden;
    position: absolute;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media (max-width: 767.9px) {
    .catgory-nav ul[data-v-c1040cb4] {
        position: static
    }
}

.catgory-nav ul[data-v-c1040cb4]::-webkit-scrollbar {
    display: none
}

.catgory-nav ul li[data-v-c1040cb4] {
    background: linear-gradient(#2c3967, #202c52);
    border-radius: 15px;
    color: #8098bf;
    margin-right: 12px
}

@media (max-width: 767.9px) {
    .catgory-nav ul li[data-v-c1040cb4] {
        margin-right: 10px
    }
}

@media (pointer:fine) {
    .catgory-nav ul li[data-v-c1040cb4]:hover {
        background: linear-gradient(#266ef1, #2a47ab);
        color: #fff
    }
}

.catgory-nav ul li[data-v-c1040cb4]:active {
    transform: scale(.95)
}

.catgory-nav ul a[data-v-c1040cb4] {
    align-items: center;
    box-sizing: border-box;
    color: inherit;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
    justify-content: center;
    line-height: 1.5em;
    min-width: 130px;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.catgory-nav ul .active[data-v-c1040cb4] {
    background: linear-gradient(#266ef1, #2a47ab);
    color: #fff
}

.search[data-v-c1040cb4] {
    grid-area: search;
    margin-left: 15px
}

@media (max-width: 767.9px) {
    .search[data-v-c1040cb4] {
        margin-left: 0
    }
}

.new-list-wrap[data-v-c1040cb4] .list {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

@media (max-width: 767.9px) {
    .new-list-wrap[data-v-c1040cb4] .list {
        gap: 10px;
        grid-template-columns: 1fr
    }
}

.breadcrumb[data-v-d1e2a111] {
    color: #8098bf;
    font-size: 16px;
    line-height: 1.4em
}

.breadcrumb ol[data-v-d1e2a111] {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb ol li[data-v-d1e2a111]:not(:last-child):after {
    color: #8098bf;
    content: "-";
    display: inline-block;
    margin: 0 .5em
}

.breadcrumb ol li[aria-current=page][data-v-d1e2a111] {
    color: #2a72e9
}

.breadcrumb a[data-v-d1e2a111] {
    color: inherit
}

.breadcrumb a[data-v-d1e2a111]:hover {
    color: #2a72e9;
    text-decoration: underline
}

.feq-root[data-v-b4989916] {
    overflow: hidden;
    padding: 15px
}

.feq-root .feq-content[data-v-b4989916] {
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    color: #e2e8f2;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px
}

@media (max-width: 479.9px) {
    .feq-root .feq-content[data-v-b4989916] {
        border-radius: 16px;
        padding: 12px 16px
    }
}

.feq-root .feq-content h1[data-v-b4989916] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h1[data-v-b4989916] {
        font-size: 22px;
        line-height: 30px
    }
}

.feq-root .feq-content h2[data-v-b4989916] {
    font-size: 22px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h2[data-v-b4989916] {
        font-size: 20px
    }
}

.feq-root .feq-content p[data-v-b4989916] {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0
}

.feq-root .feq-content img[data-v-b4989916] {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.feq-root .feq-content a[data-v-b4989916] {
    color: #266ef1
}

.feq-root[data-v-3faaf0ea] {
    overflow: hidden;
    padding: 15px
}

.feq-root .feq-content[data-v-3faaf0ea] {
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    color: #e2e8f2;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px
}

@media (max-width: 479.9px) {
    .feq-root .feq-content[data-v-3faaf0ea] {
        border-radius: 16px;
        padding: 12px 16px
    }
}

.feq-root .feq-content h1[data-v-3faaf0ea] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h1[data-v-3faaf0ea] {
        font-size: 22px;
        line-height: 30px
    }
}

.feq-root .feq-content h2[data-v-3faaf0ea] {
    font-size: 22px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h2[data-v-3faaf0ea] {
        font-size: 20px
    }
}

.feq-root .feq-content p[data-v-3faaf0ea] {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0
}

.feq-root .feq-content img[data-v-3faaf0ea] {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.feq-root .feq-content a[data-v-3faaf0ea] {
    color: #266ef1
}

.feq-root[data-v-60d3c1eb] {
    overflow: hidden;
    padding: 15px
}

.feq-root .feq-content[data-v-60d3c1eb] {
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    color: #e2e8f2;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px
}

@media (max-width: 479.9px) {
    .feq-root .feq-content[data-v-60d3c1eb] {
        border-radius: 16px;
        padding: 12px 16px
    }
}

.feq-root .feq-content h1[data-v-60d3c1eb] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h1[data-v-60d3c1eb] {
        font-size: 22px;
        line-height: 30px
    }
}

.feq-root .feq-content h2[data-v-60d3c1eb] {
    font-size: 22px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h2[data-v-60d3c1eb] {
        font-size: 20px
    }
}

.feq-root .feq-content p[data-v-60d3c1eb] {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0
}

.feq-root .feq-content img[data-v-60d3c1eb] {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.feq-root .feq-content a[data-v-60d3c1eb] {
    color: #266ef1
}

.feq-root[data-v-a496c866] {
    overflow: hidden;
    padding: 15px
}

.feq-root .feq-content[data-v-a496c866] {
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    color: #e2e8f2;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px
}

@media (max-width: 479.9px) {
    .feq-root .feq-content[data-v-a496c866] {
        border-radius: 16px;
        padding: 12px 16px
    }
}

.feq-root .feq-content h1[data-v-a496c866] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h1[data-v-a496c866] {
        font-size: 22px;
        line-height: 30px
    }
}

.feq-root .feq-content h2[data-v-a496c866] {
    font-size: 22px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h2[data-v-a496c866] {
        font-size: 20px
    }
}

.feq-root .feq-content p[data-v-a496c866] {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0
}

.feq-root .feq-content img[data-v-a496c866] {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.feq-root .feq-content a[data-v-a496c866] {
    color: #266ef1
}

.feq-root[data-v-6b64c349] {
    overflow: hidden;
    padding: 15px
}

.feq-root .feq-content[data-v-6b64c349] {
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    color: #e2e8f2;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px
}

@media (max-width: 479.9px) {
    .feq-root .feq-content[data-v-6b64c349] {
        border-radius: 16px;
        padding: 12px 16px
    }
}

.feq-root .feq-content h1[data-v-6b64c349] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h1[data-v-6b64c349] {
        font-size: 22px;
        line-height: 30px
    }
}

.feq-root .feq-content h2[data-v-6b64c349] {
    font-size: 22px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h2[data-v-6b64c349] {
        font-size: 20px
    }
}

.feq-root .feq-content p[data-v-6b64c349] {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0
}

.feq-root .feq-content img[data-v-6b64c349] {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.feq-root .feq-content a[data-v-6b64c349] {
    color: #266ef1
}

.feq-root[data-v-4a597ef6] {
    overflow: hidden;
    padding: 15px
}

.feq-root .feq-content[data-v-4a597ef6] {
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    color: #e2e8f2;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px
}

@media (max-width: 479.9px) {
    .feq-root .feq-content[data-v-4a597ef6] {
        border-radius: 16px;
        padding: 12px 16px
    }
}

.feq-root .feq-content h1[data-v-4a597ef6] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h1[data-v-4a597ef6] {
        font-size: 22px;
        line-height: 30px
    }
}

.feq-root .feq-content h2[data-v-4a597ef6] {
    font-size: 22px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h2[data-v-4a597ef6] {
        font-size: 20px
    }
}

.feq-root .feq-content p[data-v-4a597ef6] {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0
}

.feq-root .feq-content img[data-v-4a597ef6] {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.feq-root .feq-content a[data-v-4a597ef6] {
    color: #266ef1
}

.current-lang[data-v-2b61a10f] {
    cursor: pointer
}

.current-lang .s1[data-v-2b61a10f] {
    align-items: center;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#161d36, #161d36), linear-gradient(270deg, #00c1a5, #2a47ab);
    background-origin: border-box;
    background-size: cover;
    border: 2px solid transparent;
    border-radius: 25px;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 160px
}

.current-lang .s2[data-v-2b61a10f] {
    align-items: center;
    border: 1.5px solid #8098bf;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

@media (max-width: 1023.9px) {
    .current-lang .s2[data-v-2b61a10f] {
        height: 27px;
        width: 27px
    }
}

.current-lang .s2 .icon[data-v-2b61a10f] {
    color: #e2e8f2;
    display: block;
    font-size: 1.1em
}

.lang-options[data-v-2b61a10f] {
    background-color: #202c52;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    width: 160px
}

.lang-options .option[data-v-2b61a10f] {
    color: #8098bf;
    cursor: pointer;
    font-size: 16px;
    padding: .8em 1.2em
}

.lang-options .option[data-v-2b61a10f]:hover {
    background-color: #2e3f73;
    color: #e2e8f2
}

.bg-header[data-v-b690d392] {
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
    background: linear-gradient(180deg, rgba(37, 51, 93, .737), rgba(26, 33, 59, .737));
    box-shadow: 1px 0 9px 1px rgba(13, 17, 23, .57)
}

@media (max-width: 1279.9px) {
    .lang[data-v-b690d392] .current-lang {
        height: 28px;
        padding: 4px
    }

    .lang[data-v-b690d392] .current-lang .icon {
        font-size: 18px
    }

    .lang[data-v-b690d392] .current-lang span {
        display: none
    }
}

.lang[data-v-b690d392] .lang-options {
    right: -10px;
    text-align: left
}

.router-link-active:not(.no-active) {
    color: var(--first-text);
    position: relative
}

.active a:not(.no-active):before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 2em;
    height: 4px;
    --un-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));
    border-radius: 4px;
    content: "";
    background: var(--highlight)
}

.navigation-wrapper {
    margin-left: 10px;
    --sub-nav-offset: 5px
}

.navigation-wrapper .head-tab-box {
    color: var(--first-text)
}

.navigation-wrapper .icon {
    height: 1em
}

.navigation-wrapper .nav {
    display: flex;
    list-style-type: none;
    align-items: center;
    font-size: 16px
}

.navigation-wrapper .nav>.item {
    position: relative
}

.navigation-wrapper .nav>.item>.link, .navigation-wrapper .nav>.item>a {
    display: block;
    cursor: pointer;
    padding: .5em 1em;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.navigation-wrapper .nav>.item>a>span{
    display: none;
}

.navigation-wrapper .nav>.item span {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500
}

.navigation-wrapper .nav>.item:hover>.link {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

.navigation-wrapper .nav>.item:hover>.link+.sub-nav {
    display: block
}

.x_menu {
    position: absolute;
    top: calc(100% + var(--sub-nav-offset));
    left: 0;
    z-index: 2;
    border-radius: .25rem;
    --un-bg-opacity: 1;
    background-color: rgb(18 43 110 / var(--un-bg-opacity))
}
.x_menu a {
    display: block;
    white-space: nowrap;
    padding: 14px 34px;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
}
.x_menu a:hover {
    --un-bg-opacity: 1;
    background-color: rgb(16 34 96 / var(--un-bg-opacity))
}

.navigation-wrapper .sub-nav {
    position: absolute;
    top: calc(100% + var(--sub-nav-offset));
    left: 0;
    z-index: 2;
    display: none;
    border-radius: .25rem;
    --un-bg-opacity: 1;
    background-color: rgb(18 43 110 / var(--un-bg-opacity))
}

.navigation-wrapper .sub-nav:hover {
    display: block
}

.navigation-wrapper .sub-nav:before {
    position: absolute;
    display: block;
    width: 100%;
    content: "";
    height: 10px;
    top: -5px
}

.navigation-wrapper .sub-nav>.item:first-of-type .link {
    border-radius: var(--option-radius) var(--option-radius) 0 0
}

.navigation-wrapper .sub-nav>.item:last-of-type .link {
    border-radius: 0 0 var(--option-radius) var(--option-radius)
}

.navigation-wrapper .sub-nav>.item>.link {
    display: block;
    white-space: nowrap;
    padding: 14px 34px;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.navigation-wrapper .sub-nav>.item>.link:hover {
    --un-bg-opacity: 1;
    background-color: rgb(16 34 96 / var(--un-bg-opacity))
}

.navigation-wrapper .sub-nav>.item>.link>span {
    display: flex
}

.navigation-wrapper .sub-nav>.item .intro {
    margin-top: 10px;
    font-size: 14px;
    color: var(--border-color)
}

.navigation-wrapper .sub-nav>.item:first-of-type {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    overflow: hidden
}

.navigation-wrapper .sub-nav>.item:last-of-type {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden
}

.user-wrapper[data-v-d71b62eb] {
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity));
    align-items: center;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#161d36, #161d36), linear-gradient(270deg, #00c1a5, #2a47ab);
    background-origin: border-box;
    background-size: cover;
    border: 1.5px solid transparent;
    border-radius: 16px;
    height: 30px;
    justify-content: center;
    line-height: 1.9;
    padding: 0 20px
}

.service-wrapper .user_avatar {
    align-items: center;
    border: 1.5px solid #8098bf;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.option-box[data-v-d71b62eb] {
    background-color: #202c52;
    border-radius: 10px;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    width: 160px
}

.option-box .count[data-v-d71b62eb] {
    background: linear-gradient(180deg, #2e3f74, #333c67);
    border-radius: 10px;
    color: #e2e8f2;
    margin: 10px;
    padding: 10px 6px
}

.option-box i[data-v-d71b62eb] {
    margin-bottom: 4px;
    margin-right: 4px;
    font-size: 17px
}

.user-options .option[data-v-d71b62eb] {
    color: #8098bf;
    cursor: pointer;
    font-size: 16px;
    padding: .8em 1.2em
}

.user-options .option[data-v-d71b62eb]:hover {
    background-color: #2e3f73;
    color: #e2e8f2
}

a[data-v-f35f1575] {
    align-items: center;
    border: 1.5px solid #8098bf;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px
}

.to-top[data-v-5ba496cd] {
    bottom: calc(15% - 80px);
    position: fixed;
    right: 25px;
    z-index: 5
}

@media (max-width: 1279.9px) {
    .to-top[data-v-5ba496cd] {
        display: none
    }
}

.to-top-wrapper[data-v-5ba496cd] {
    cursor: pointer;
    font-size: 90px
}

.to-top-wrapper[data-v-5ba496cd]:active {
    transform: scale(.9)
}

.ant-cover__basic-modal2.ant-cover__basic-modal .ant-modal-confirm .ant-modal-confirm-content {
    color: #fff
}

.ant-popover.z-popover {
    border: none;
    color: #e2e8f2
}

.ant-popover.z-popover .ant-popover-inner {
    background: #202c52
}

.ant-popover.z-popover .ant-popover-arrow:before {
    background: #202c52
}

.ant-popover.z-popover .popover-text {
    padding: 4px 6px
}

.ant-popover.z-popover .popover-text .item {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px
}

.ant-popover.z-popover .popover-text .item .shortcu-btn {
    width: 2.3em;
    height: 2.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: .125rem;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.ant-popover.z-popover .popover-text .item .shortcu-btn:hover,
.ant-popover.z-popover .popover-text .item .active {
    --un-bg-opacity: 1;
    background-color: rgb(38 110 241 / var(--un-bg-opacity))
}

.z-input-number .ant-input-number-group-addon {
    background: #13192e
}

.feq-root[data-v-9604be9b] {
    overflow: hidden;
    padding: 15px
}

.feq-root .feq-content[data-v-9604be9b] {
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    color: #e2e8f2;
    margin: 0 auto;
    min-height: 500px;
    padding: 40px
}

@media (max-width: 479.9px) {
    .feq-root .feq-content[data-v-9604be9b] {
        border-radius: 16px;
        padding: 12px 16px
    }
}

.feq-root .feq-content h1[data-v-9604be9b] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h1[data-v-9604be9b] {
        font-size: 22px;
        line-height: 30px
    }
}

.feq-root .feq-content h2[data-v-9604be9b] {
    font-size: 22px;
    font-weight: 700
}

@media (max-width: 479.9px) {
    .feq-root .feq-content h2[data-v-9604be9b] {
        font-size: 20px
    }
}

.feq-root .feq-content p[data-v-9604be9b] {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0
}

.feq-root .feq-content img[data-v-9604be9b] {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%
}

.feq-root .feq-content a[data-v-9604be9b] {
    color: #266ef1
}

.blue[data-v-9fbee2d4] {
    color: var(--highlight)
}

.footer[data-v-9fbee2d4] {
    background-color: var(--bg-one)
}

.footer>.main[data-v-9fbee2d4] {
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - 30px);
    align-items: flex-start;
    color: #989fae;
    display: grid;
    font-size: 16px;
    gap: 40px 80px;
    grid-template: "business-div support-div user-div contact-div other-div" auto "copyright-div copyright-div copyright-div copyright-div copyright-div" auto/auto auto auto auto 1fr;
    padding: 50px 20px
}

@media (max-width: 1023.9px) {
    .footer>.main[data-v-9fbee2d4] {
        grid-template-areas: "business-div contact-div" "user-div support-div" "copyright-div copyright-div";
        grid-template-columns: auto auto;
        padding: 30px 20px
    }
}

@media (max-width: 599.9px) {
    .footer>.main[data-v-9fbee2d4] {
        gap: 40px;
        grid-template-areas: "business-div support-div " "copyright-div copyright-div ";
        grid-template-columns: auto;
        padding: 22px 0
    }

    .footer>.main .contact-div[data-v-9fbee2d4],
    .footer>.main .user-div[data-v-9fbee2d4] {
        display: none
    }
}

.footer h3.title[data-v-9fbee2d4] {
    color: var(--first-text);
    font-size: 20px;
    margin-bottom: 20px
}

@media (max-width: 479.9px) {
    .footer h3.title[data-v-9fbee2d4] {
        font-size: 16px
    }
}

.footer li[data-v-9fbee2d4] {
    align-items: center;
    color: var(--secondary-text);
    display: flex;
    margin-top: 10px
}

.footer li a[data-v-9fbee2d4] {
    color: inherit;
    line-height: 1.4em
}

.footer li a[data-v-9fbee2d4]:hover {
    color: #266ef1
}

.footer li .icon[data-v-9fbee2d4] {
    margin-right: 5px
}

.footer .business-div[data-v-9fbee2d4] {
    grid-area: business-div
}

.footer .support-div[data-v-9fbee2d4] {
    grid-area: support-div
}

.footer .user-div[data-v-9fbee2d4] {
    grid-area: user-div
}

.footer .contact-div[data-v-9fbee2d4] {
    grid-area: contact-div
}

.footer .other-div[data-v-9fbee2d4] {
    display: flex;
    flex-direction: column;
    place-self: flex-start flex-end
}

@media (max-width: 1023.9px) {
    .footer .other-div[data-v-9fbee2d4] {
        display: none
    }
}

.footer .other-div .brand[data-v-9fbee2d4] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAABaCAMAAAD+dH/RAAACSVBMVEUAAAD///////////////////////////////////////////////////////////8pXtsoXdMoTLQiW8smbO8laugqSa4oU8AnVMcnW88pUr8pSK4oW88pTbYmbfAmaOcnTa4nY98qSa8mbe8oYtsnYdopTbgpTLIoVMMpTbUmaOcoUr8nY94mausmauopSbAmaOcmbe4nXNEpUb4lbe8mbO4kau0nYNgmZ+UoWcwqR60pTbcoXtQpUr8nZeIpSbAnZ+YqSa8pV8cqR60qSK4nZOEoWMwnY94rS7QmbOQmbfAmausmbvEqR6soWMonXdQpSK4mauoqTLUpTLQoVsb///8nXtUnZuMmZ+UoVMMoVcUmaekoU8EnX9coWs4pULsma+wnYNkqTbYnZOAoWMkoXdIoUr4oWcwnY94pTrgnXNEoV8gnYtwoW88pTLQqT7kqSrApV8goVsYpUr8nYdonW9ApU8AnXdMmZeEqUbwpUb0qTLQmauonX9YqS7ImaOYqTrcmaOcpVsYoWMsoYdombO0pT7oqSK0mbO4pWMopS7MpSa8qSa4mbe8qS7EmbfApVsUoUsApSrEpUb4qULvy9v0pWcopWczK2PW8zfFffc6TsvApR63Y4PWvw++ht+pegtjX4vg1atvl6/nK2PeGpupskOFDbM/K1vLK1O54nutCeOWUrOR5mOA2ZtRbecuUq+KHoeFQfd9Dc9tCcdc2Y8xcjOlci+mUruhciuZQgeY1cOQ1buJdhd2UqNxRe9tEacpEY783V7mCH5ZbAAAAVXRSTlMA4LyJR/D46WN4pcWxz9iYDzAfB9sb1YEK9u3s5t++RxTwkICAeEw59+fd3djRy7y6o5SQZmAm6ufbzsrGubCclXhwZ19UUD0lFvry69vApX1yWdLATGr5AwAACLZJREFUeNrtnAW32jAUgFOhLQ57c3d3d3e3zN3d3d19Yxtzd3e3X7a2j71AIyR0Zzuc9rvnnjDeDTy+pgkp7AEOErXa12tTs0X54SdPDi/fomabeu1rJYAPJx3H1Bx6EmNozTEdgU9eKtQrf5xK+XoVgA+DRPuah/JQs71/LlPpUP7Q/vxRvgPwIevbbzLLzDytr5BEsuUsAVoOAj7ZVGizbZYQ29r4y0kW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) no-repeat 100%/contain;
    height: 45px;
    margin-bottom: 20px;
    width: 160px
}

.footer .other-div .lang[data-v-9fbee2d4] {
    display: inline-block
}

.footer .other-div .lang[data-v-9fbee2d4] .lang-options {
    left: 50%;
    right: auto;
    transform: translate(-50%)
}

.footer .copyright-div[data-v-9fbee2d4] {
    grid-area: copyright-div;
    text-align: center
}

@media (max-width: 599.9px) {
    .footer .copyright-div[data-v-9fbee2d4] {
        text-align: left
    }
}

.nav-list .item[data-v-f0da2bce] {
    background: url(./arrow-s1.853937e8.svg) no-repeat;
    background-position: calc(100% - 10px)
}

.nav-list .item .text[data-v-f0da2bce] {
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.nav-list .item:active .text[data-v-f0da2bce],
.nav-list .item:hover .text[data-v-f0da2bce] {
    color: var(--highlight)
}

.nav-list .item .link[data-v-f0da2bce] {
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 0 10px
}

.nav-list .item .icon[data-v-f0da2bce] {
    margin-right: .4em;
    display: block;
    width: 1.2em;
    height: 1.2em;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.nav-list .item .icon.other[data-v-f0da2bce] {
    --uno: "bg-bg-icon_light"
}

.nav-list .item .decorated[data-v-f0da2bce] {
    margin-left: .2em;
    display: block
}

.nav-list .log[data-v-f0da2bce] {
    margin-bottom: 16px;
    background: url(./back-s1.c1575feb.svg) no-repeat;
    background-position: 100%
}

.nav-list .log .link[data-v-f0da2bce] {
    padding: 0
}

.nav-list .log .icon[data-v-f0da2bce] {
    font-size: 28px
}

.nav-list .log .title[data-v-f0da2bce] {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 700;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.nav-list .info[data-v-f0da2bce] {
    display: block;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity));
    background: linear-gradient(80deg, #2a47ab, #266ef1);
    border-radius: 10px;
    font-size: 14px;
    position: relative
}

.nav-list .info[data-v-f0da2bce]:hover {
    background: linear-gradient(90deg, #266df1 10%, #07abb4 80%)
}

.nav-list .info[data-v-f0da2bce]:after {
    background: url(./arrow-s2.df6bd590.svg) no-repeat calc(100% - 10px);
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.nav-list .info>div[data-v-f0da2bce] {
    height: 30px;
    display: flex;
    align-items: center
}

.nav-list .login[data-v-f0da2bce] {
    margin-bottom: 10px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.nav-list .login a[data-v-f0da2bce] {
    display: block;
    align-items: center;
    border-radius: 10px;
    padding-left: 12px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity));
    background: linear-gradient(90deg, #266ef1 10%, #07abb4 83%)
}

.logout[data-v-f0da2bce] {
    margin-top: 10px;
    cursor: pointer;
    border-radius: 10px;
    --un-bg-opacity: 1;
    background-color: rgb(32 44 82 / var(--un-bg-opacity));
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.logout[data-v-f0da2bce]:hover {
    box-shadow: 0 2px #000
}

.router-link-active[data-v-f0da2bce] {
    background-color: var(--mobile-active-bg)
}

.side-nav-drawer .ant-drawer-content-wrapper {
    width: 65% !important;
    min-width: 200px;
    max-width: 300px
}

.side-nav-drawer .ant-drawer-body {
    padding: 0;
    background: #1a2342
}

.layouts-default[data-v-3505ca05] {
    --show-bg-logo: block;
    background-color: #13192e
}

.layouts-default[class*=page-name--index___][data-v-3505ca05] {
    --show-bg-logo: none
}

.main[data-v-3505ca05] {
    min-height: calc(100vh - 423px);
    z-index: 1
}

.bg-logo[data-v-3505ca05] {
    --size: clamp(200px, 40vw, 700px);
    display: var(--show-bg-logo);
    height: var(--size);
    left: calc(var(--size)*-1/5);
    pointer-events: none;
    position: fixed;
    top: calc(var(--size)*-1/14);
    width: var(--size);
    z-index: 0
}

.bg-logo img[data-v-3505ca05] {
    display: block;
    height: inherit;
    opacity: .15;
    position: relative;
    width: inherit;
    z-index: 1
}

.bg-logo[data-v-3505ca05]:before {
    background: radial-gradient(closest-side, #2b6fec, transparent);
    content: "";
    height: 250%;
    left: 50%;
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250%;
    z-index: 0
}

@media (max-width: 1023.9px) {
    .page-content[data-v-3d9eb388] {
        border-radius: 16px !important;
        margin: 16px auto !important
    }

    .page-content h1[data-v-3d9eb388] {
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
        font-size: 26px !important;
        padding: 15px !important
    }

    .page-content .list[data-v-3d9eb388] {
        overflow-y: scroll;
        padding: 0 16px 16px !important
    }

    .page-content .list .item[data-v-3d9eb388] {
        padding: 20px 0 10px !important
    }

    .page-content .list .item .title[data-v-3d9eb388] {
        font-size: 16px !important;
        font-weight: 500 !important
    }

    .page-content .empty-div[data-v-3d9eb388] .ant-empty-image {
        height: 120px;
        opacity: .6
    }

    .page-content .empty-div[data-v-3d9eb388] .ant-empty-description {
        color: var(--first-text);
        font-size: 16px
    }
}

.page-content[data-v-3d9eb388] {
    background: #202c52;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 40px auto;
    overflow: hidden
}

.page-content h1[data-v-3d9eb388] {
    background: linear-gradient(180deg, #2c3967 10%, #202c52 80%);
    color: var(--first-text);
    font-size: 30px;
    font-weight: 700;
    padding: 30px 40px
}

.page-content h1 span[data-v-3d9eb388] {
    padding-left: 20px;
    position: relative
}

.page-content h1 span[data-v-3d9eb388]:before {
    background: var(--highlight);
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 4px
}

.page-content .list[data-v-3d9eb388] {
    min-height: 600px;
    padding: 0 40px 40px
}

.page-content .list li:last-child .item[data-v-3d9eb388] {
    border: none
}

.page-content .list .item[data-v-3d9eb388] {
    border-bottom: 1.5px dashed #303c6a;
    display: grid;
    gap: 6px 30px;
    grid-template-areas: "title date" "brief brief";
    grid-template-columns: 1fr auto;
    padding: 24px 0
}

.page-content .list .item .title[data-v-3d9eb388] {
    color: var(--first-text);
    font-size: 20px;
    font-weight: 400;
    grid-area: title;
    line-height: 1.4em
}

.page-content .list .item .date[data-v-3d9eb388] {
    color: var(--secondary-text);
    grid-area: date;
    text-align: right
}

.page-content .list .item .brief[data-v-3d9eb388] {
    color: var(--secondary-text);
    display: -webkit-box;
    font-size: 16px;
    grid-area: brief;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.page-content .list .item:hover .title[data-v-3d9eb388] {
    color: #266ef1
}

.page-content .empty-div[data-v-3d9eb388] {
    align-items: center;
    background: #202c52;
    display: flex;
    justify-content: center;
    min-height: 800px
}

@media (max-width: 479.9px) {
    .page-content .empty-div[data-v-3d9eb388] {
        min-height: 500px
    }
}

.page-content .empty-div[data-v-3d9eb388] .ant-empty-image {
    height: 268px;
    margin-bottom: 20px
}

@media (max-width: 479.9px) {
    .page-content .empty-div[data-v-3d9eb388] .ant-empty-image {
        height: 150px
    }
}

.page-content .empty-div[data-v-3d9eb388] .ant-empty-description {
    color: var(--first-text);
    font-size: 20px
}

.search-list-page[data-v-b038b680] {
    margin: 15px auto 40px
}

.new-list-wrap[data-v-b038b680] .list {
    display: grid;
    gap: 40px
}

@media (max-width: 767.9px) {
    .new-list-wrap[data-v-b038b680] .list {
        gap: 15px
    }
}

.related-articles[data-v-b038b680] {
    margin-top: 100px
}

.related-articles[data-v-b038b680] .list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
}

@media (max-width: 1439.9px) {
    .related-articles[data-v-b038b680] .list {
        gap: 15px
    }
}

[data-v-66d0dac1] .ant-input-number-input {
    background: var(--bg-one);
    height: 50px
}

@media (max-width: 1023.9px) {
    [data-v-66d0dac1] .ant-input-number-input {
        border-radius: 10px;
        font-size: 16px;
        height: 40px;
        position: relative
    }
}

[data-v-66d0dac1] .ant-input-number-input::-moz-placeholder {
    color: red
}

[data-v-66d0dac1] .ant-input-number-input::placeholder {
    color: red
}

[data-v-66d0dac1] .ant-input-number-focused {
    box-shadow: none
}

textarea[data-v-66d0dac1] {
    resize: none
}

.batch-renting[data-v-66d0dac1] {
    width: 100%;
    height: 100%;
    padding: 40px
}

.batch-renting .container[data-v-66d0dac1] {
    margin: 0 auto;
    max-width: 1440px;
    border-radius: 30px;
    border-style: none !important
}

.batch-renting .container .main[data-v-66d0dac1] {
    display: flex;
    padding-left: 40px;
    padding-right: 40px
}

.batch-renting .container .batch-renting-bg[data-v-66d0dac1] {
    margin-top: 40px;
    width: 432px;
    height: 600px
}

@media (max-width: 1279.9px) {
    .batch-renting .container .batch-renting-bg[data-v-66d0dac1] {
        display: none
    }
}

@media (max-width: 1023.9px) {
    .batch-renting .container .batch-renting-bg[data-v-66d0dac1] {
        display: none
    }
}

.batch-renting .title[data-v-66d0dac1] {
    padding: 28px 40px;
    font-size: 28px;
    color: var(--first-text);
    font-weight: 700
}

.batch-renting .title span[data-v-66d0dac1] {
    padding-left: 20px;
    position: relative
}

.batch-renting .title span[data-v-66d0dac1]:before {
    background: var(--highlight);
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 4px
}

.batch-renting .form-info[data-v-66d0dac1] {
    margin-right: 1.5rem;
    flex: 1 1 0%
}

@media (max-width: 1023.9px) {
    .batch-renting .form-info[data-v-66d0dac1] {
        margin-right: 0
    }
}

.batch-renting .form-info .result[data-v-66d0dac1] {
    height: 40px;
    font-size: 16px;
    color: var(--first-text)
}

.batch-renting .form-info .operate[data-v-66d0dac1] .ant-form-item-control-input-content {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: 240px 1fr 1fr
}

.batch-renting .form-info .operate .toggle-continue-pause[data-v-66d0dac1] {
    width: 210px;
    height: 54px;
    padding: 10px 30px;
    font-size: 20px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.batch-renting .form-item[data-v-66d0dac1] {
    position: relative;
    margin-bottom: 20px
}

.batch-renting .form-item .label[data-v-66d0dac1] {
    margin-bottom: .75rem;
    display: flex;
    font-size: 18px;
    color: var(--first-text)
}

.batch-renting .form-item .label-suffix[data-v-66d0dac1] {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.batch-renting .form-item .input-spceil[data-v-66d0dac1] {
    padding-top: 9px;
    padding-bottom: 9px
}

.batch-renting .form-item .input[data-v-66d0dac1] {
    width: 100%;
    border-width: 0px !important;
    border-radius: 0 !important;
    background-color: none;
    padding: 0;
    font-size: 16px;
    background: transparent;
    border: none;
    color: var(--first-text)
}

.batch-renting .form-item .input[data-v-66d0dac1]::-moz-placeholder {
    color: var(--secondary-text);
    color: var(--secondary-text) !important
}

.batch-renting .form-item .input[data-v-66d0dac1]::placeholder {
    color: var(--secondary-text);
    color: var(--secondary-text) !important
}

.batch-renting .form-item .input[data-v-66d0dac1]:focus {
    border-width: 0px !important;
    --un-shadow: none;
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.batch-renting .form-item[data-v-66d0dac1] .secretkey .input {
    border-color: none !important
}

.batch-renting .form-item .key-input-clear[data-v-66d0dac1] {
    position: absolute;
    top: 10%;
    right: -3px;
    --un-translate-y: 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));
    --un-text-opacity: 1;
    color: rgb(154 154 154 / var(--un-text-opacity))
}

@media (max-width: 599.9px) {
    .batch-renting .form-item .key-input-clear[data-v-66d0dac1] {
        right: 10px
    }
}

.batch-renting .form-item .energy-input-clear[data-v-66d0dac1] {
    position: absolute;
    right: 15px;
    top: 50%;
    --un-translate-y: -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));
    --un-text-opacity: 1;
    color: rgb(154 154 154 / var(--un-text-opacity))
}

.batch-renting .form-item .addon-after[data-v-66d0dac1] {
    position: absolute;
    right: 10px;
    top: 40%;
    height: 30px;
    display: flex;
    --un-translate-y: 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));
    align-items: center;
    --un-text-opacity: 1;
    color: rgb(154 154 154 / var(--un-text-opacity))
}

.batch-renting .form-item .icon[data-v-66d0dac1] {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    --un-border-opacity: 1;
    border-color: rgb(176 176 176 / var(--un-border-opacity));
    padding: 0;
    --un-text-opacity: 1;
    color: rgb(176 176 176 / var(--un-text-opacity));
    background: transparent;
    border-width: 1.5px
}

.batch-renting .form-item .disabled[data-v-66d0dac1] {
    z-index: 1
}

.batch-renting .form-item .time-input-clear[data-v-66d0dac1] {
    margin: 2px 10px 0 0
}

.batch-renting .form-item .textarea[data-v-66d0dac1] {
    height: 300px;
    border-radius: 10px;
    background-color: var(--bg-one);
    padding: 8px 15px;
    font-size: 16px;
    line-height: 20px;
    color: var(--first-text);
    border: none
}

.batch-renting .form-item .textarea[data-v-66d0dac1]::-moz-placeholder {
    color: var(--secondary-text)
}

.batch-renting .form-item .textarea[data-v-66d0dac1]::placeholder {
    color: var(--secondary-text)
}

.batch-renting .form-item .textarea-clear[data-v-66d0dac1] {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.batch-renting .form-item .reacive-addr-info[data-v-66d0dac1] {
    position: absolute;
    right: 0;
    color: var(--first-text)
}

.batch-renting .api-key[data-v-66d0dac1] {
    margin-bottom: 20px
}

@media (max-width: 479.9px) {
    .batch-renting .api-key[data-v-66d0dac1] {
        margin-bottom: 11px
    }
}

.batch-renting .api-key .label[data-v-66d0dac1] {
    font-size: 18px
}

.batch-renting .api-key .label .text[data-v-66d0dac1] {
    color: var(--first-text)
}

.batch-renting .api-key .apply[data-v-66d0dac1] {
    margin-left: 10px;
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

@media (max-width: 479.9px) {
    .batch-renting .api-key .apply[data-v-66d0dac1] {
        font-size: 16px
    }
}

.batch-renting .api-key-card[data-v-66d0dac1] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    border-radius: .25rem;
    background: var(--bg-one);
    border-radius: 10px
}

@media (max-width: 1023.9px) {
    .batch-renting .api-key-card[data-v-66d0dac1] {
        margin-top: 11px;
        margin-bottom: 11px
    }
}

.batch-renting .api-key-card>*[data-v-66d0dac1] {
    padding: 12px 15px
}

.batch-renting .api-key-card .form-item[data-v-66d0dac1] {
    margin: 0 !important
}

.batch-renting .api-key-card .energy-count[data-v-66d0dac1] {
    display: flex;
    padding-top: 0;
    font-size: 1.1em;
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity));
    border-color: rgba(128, 152, 191, .5)
}

.batch-renting .api-key-card .energy-count .line[data-v-66d0dac1] {
    margin: 0 20px
}

.batch-renting .api-key-card .energy-count .balance[data-v-66d0dac1],
.batch-renting .api-key-card .energy-count .rentable[data-v-66d0dac1] {
    display: flex;
    align-items: center
}

@media (max-width: 1023.9px) {

    .batch-renting .api-key-card .energy-count .balance[data-v-66d0dac1],
    .batch-renting .api-key-card .energy-count .rentable[data-v-66d0dac1] {
        font-size: 14px
    }
}

.batch-renting .api-key-card .energy-count .value[data-v-66d0dac1] {
    margin-left: 5px
}

@media (max-width: 1023.9px) {
    .batch-renting[data-v-66d0dac1] {
        padding: 16px 16px 20px
    }

    .batch-renting .container[data-v-66d0dac1] {
        background: linear-gradient(#1a2342, #1a2342) padding-box, linear-gradient(240deg, #00c1a5, #2a47ab) border-box;
        border: 3px solid transparent;
        border-radius: 16px
    }

    .batch-renting .container .main[data-v-66d0dac1] {
        padding-left: 16px;
        padding-right: 16px
    }

    .batch-renting .title[data-v-66d0dac1] {
        padding: 16px 0;
        text-align: center;
        font-size: 26px;
        border-radius: 16px 16px 0 0
    }

    .batch-renting .title span[data-v-66d0dac1] {
        padding: 0
    }

    .batch-renting .title span[data-v-66d0dac1]:before {
        content: "";
        display: none
    }

    .batch-renting .form-info .form-item[data-v-66d0dac1] {
        margin-bottom: 11px;
        border-radius: .375rem
    }

    .batch-renting .form-info .form-item .label[data-v-66d0dac1] {
        margin-bottom: 11px;
        font-size: 16px
    }

    .batch-renting .form-info .form-item .input[data-v-66d0dac1] {
        border-radius: 10px;
        background-color: inherit;
        font-size: 16px
    }

    .batch-renting .form-info .form-item .input[data-v-66d0dac1]:focus {
        border-width: 0px;
        --un-shadow-color: inherit
    }

    .batch-renting .form-info .form-item .input-spceil[data-v-66d0dac1] {
        width: 80%
    }

    .batch-renting .form-info .form-item .addon-after[data-v-66d0dac1] {
        top: 25px;
        right: 5px
    }

    .batch-renting .form-info .form-item .textarea[data-v-66d0dac1] {
        height: 110px;
        resize: none;
        border-width: 0px;
        background-color: inherit;
        --un-bg-opacity: 1;
        background-color: rgb(19 25 46 / var(--un-bg-opacity));
        padding: 9px 12px;
        font-size: 14px
    }

    .batch-renting .form-info .form-item .textarea-clear[data-v-66d0dac1] {
        right: 5px;
        top: 0;
        height: fit-content;
        padding: 2px 10px;
        font-size: 14px
    }

    .batch-renting .form-info .form-item .reacive-addr-info[data-v-66d0dac1] {
        bottom: 0;
        right: 5px
    }

    .batch-renting .form-info .form-item .label-suffix[data-v-66d0dac1] {
        font-size: 12px
    }

    .batch-renting .form-info .form-item .key-input-clear[data-v-66d0dac1] {
        position: absolute;
        top: 10%;
        right: 10px;
        --un-translate-y: 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));
        --un-text-opacity: 1;
        color: rgb(154 154 154 / var(--un-text-opacity))
    }

    @media (max-width: 599.9px) {
        .batch-renting .form-info .form-item .key-input-clear[data-v-66d0dac1] {
            right: 10px
        }
    }

    .batch-renting .form-info .splice-item[data-v-66d0dac1] {
        border-radius: 10px;
        --un-bg-opacity: 1;
        background-color: rgb(19 25 46 / var(--un-bg-opacity));
        padding-left: 12px;
        padding-right: 12px
    }

    .batch-renting .form-info .energy-count[data-v-66d0dac1] {
        padding-left: 12px;
        padding-right: 12px
    }

    .batch-renting .form-info .operate[data-v-66d0dac1] {
        margin-top: 16px
    }

    .batch-renting .form-info .operate[data-v-66d0dac1] .ant-form-item-control-input-content {
        display: grid;
        gap: 10px 10px;
        grid-template-columns: auto
    }

    .batch-renting .form-info .operate .submit[data-v-66d0dac1],
    .batch-renting .form-info .operate .toggle-continue-pause[data-v-66d0dac1] {
        width: 100% !important;
        font-size: 18px
    }

    .batch-renting .form-info .result[data-v-66d0dac1] {
        font-size: 16px
    }
}

/*!
* Viewer.js v1.11.6
* https://fengyuanchen.github.io/viewerjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-09-17T03:16:35.830Z
*/
.viewer-close:before,
.viewer-flip-horizontal:before,
.viewer-flip-vertical:before,
.viewer-fullscreen-exit:before,
.viewer-fullscreen:before,
.viewer-next:before,
.viewer-one-to-one:before,
.viewer-play:before,
.viewer-prev:before,
.viewer-reset:before,
.viewer-rotate-left:before,
.viewer-rotate-right:before,
.viewer-zoom-in:before,
.viewer-zoom-out:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px
}

.viewer-zoom-in:before {
    background-position: 0 0;
    content: "Zoom In"
}

.viewer-zoom-out:before {
    background-position: -20px 0;
    content: "Zoom Out"
}

.viewer-one-to-one:before {
    background-position: -40px 0;
    content: "One to One"
}

.viewer-reset:before {
    background-position: -60px 0;
    content: "Reset"
}

.viewer-prev:before {
    background-position: -80px 0;
    content: "Previous"
}

.viewer-play:before {
    background-position: -100px 0;
    content: "Play"
}

.viewer-next:before {
    background-position: -120px 0;
    content: "Next"
}

.viewer-rotate-left:before {
    background-position: -140px 0;
    content: "Rotate Left"
}

.viewer-rotate-right:before {
    background-position: -160px 0;
    content: "Rotate Right"
}

.viewer-flip-horizontal:before {
    background-position: -180px 0;
    content: "Flip Horizontal"
}

.viewer-flip-vertical:before {
    background-position: -200px 0;
    content: "Flip Vertical"
}

.viewer-fullscreen:before {
    background-position: -220px 0;
    content: "Enter Full Screen"
}

.viewer-fullscreen-exit:before {
    background-position: -240px 0;
    content: "Exit Full Screen"
}

.viewer-close:before {
    background-position: -260px 0;
    content: "Close"
}

.viewer-container {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    bottom: 0;
    direction: ltr;
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.viewer-container ::-moz-selection,
.viewer-container::-moz-selection {
    background-color: transparent
}

.viewer-container ::selection,
.viewer-container::selection {
    background-color: transparent
}

.viewer-container:focus {
    outline: 0
}

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%
}

.viewer-canvas {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.viewer-canvas>img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto
}

.viewer-footer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center
}

.viewer-navbar {
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden
}

.viewer-list {
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0
}

.viewer-list>li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: .5;
    overflow: hidden;
    transition: opacity .15s;
    width: 30px
}

.viewer-list>li:focus,
.viewer-list>li:hover {
    opacity: .75
}

.viewer-list>li:focus {
    outline: 0
}

.viewer-list>li+li {
    margin-left: 1px
}

.viewer-list>.viewer-loading {
    position: relative
}

.viewer-list>.viewer-loading:after {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px
}

.viewer-list>.viewer-active,
.viewer-list>.viewer-active:focus,
.viewer-list>.viewer-active:hover {
    opacity: 1
}

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    right: 0;
    z-index: 1
}

.viewer-player,
.viewer-player>img {
    left: 0;
    position: absolute;
    top: 0
}

.viewer-toolbar>ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px
}

.viewer-toolbar>ul>li {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 24px;
    overflow: hidden;
    transition: background-color .15s;
    width: 24px
}

.viewer-toolbar>ul>li:focus,
.viewer-toolbar>ul>li:hover {
    background-color: rgba(0, 0, 0, .8)
}

.viewer-toolbar>ul>li:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
    position: relative;
    z-index: 1
}

.viewer-toolbar>ul>li:before {
    margin: 2px
}

.viewer-toolbar>ul>li+li {
    margin-left: 1px
}

.viewer-toolbar>ul>.viewer-small {
    height: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 18px
}

.viewer-toolbar>ul>.viewer-small:before {
    margin: -1px
}

.viewer-toolbar>ul>.viewer-large {
    height: 30px;
    margin-bottom: -3px;
    margin-top: -3px;
    width: 30px
}

.viewer-toolbar>ul>.viewer-large:before {
    margin: 5px
}

.viewer-tooltip {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px
}

.viewer-title {
    color: #ccc;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin: 5px 5%;
    max-width: 90%;
    min-height: 14px;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity .15s;
    white-space: nowrap
}

.viewer-title:hover {
    opacity: 1
}

.viewer-button {
    -webkit-app-region: no-drag;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -40px;
    transition: background-color .15s;
    width: 80px
}

.viewer-button:focus,
.viewer-button:hover {
    background-color: rgba(0, 0, 0, .8)
}

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0
}

.viewer-button:before {
    bottom: 15px;
    left: 15px;
    position: absolute
}

.viewer-fixed {
    position: fixed
}

.viewer-open {
    overflow: hidden
}

.viewer-show {
    display: block
}

.viewer-hide {
    display: none
}

.viewer-backdrop {
    background-color: rgba(0, 0, 0, .5)
}

.viewer-invisible {
    visibility: hidden
}

.viewer-move {
    cursor: move;
    cursor: grab
}

.viewer-fade {
    opacity: 0
}

.viewer-in {
    opacity: 1
}

.viewer-transition {
    transition: all .3s
}

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

    to {
        transform: rotate(1turn)
    }
}

.viewer-loading:after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid hsla(0, 0%, 100%, .1);
    border-left-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1
}

@media (max-width:767px) {
    .viewer-hide-xs-down {
        display: none
    }
}

@media (max-width:991px) {
    .viewer-hide-sm-down {
        display: none
    }
}

@media (max-width:1199px) {
    .viewer-hide-md-down {
        display: none
    }
}

.new-detail-page[data-v-d0ec625f] {
    display: grid;
    gap: 30px;
    grid-template: 50px auto/1fr auto;
    grid-template-areas: "main search" "main sidebar";
    margin: 15px auto 20px
}

@media (max-width: 1023.9px) {
    .new-detail-page[data-v-d0ec625f] {
        gap: 15px;
        grid-template: 40px auto auto/1fr;
        grid-template-areas: "search" "main" "sidebar"
    }
}

.new-detail-page .main[data-v-d0ec625f] {
    background-color: #202c52;
    border-radius: 30px;
    color: #fff;
    flex: 1
}

@media (max-width: 1023.9px) {
    .new-detail-page .main[data-v-d0ec625f] {
        border-radius: 20px
    }
}

.new-detail-page .title[data-v-d0ec625f] {
    background: linear-gradient(180deg, #2c3967, #202c52);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--first-text);
    font-weight: 700;
    padding: 40px 40px 0
}

@media (max-width: 1023.9px) {
    .new-detail-page .title[data-v-d0ec625f] {
        padding: 16px 16px 0
    }
}

.content[data-v-d0ec625f] {
    color: #b1bdd1;
    line-height: 1.5em;
    padding: 0 40px 40px
}

@media (max-width: 1023.9px) {
    .content[data-v-d0ec625f] {
        padding: 0 16px 16px
    }
}

.content[data-v-d0ec625f] h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 1em 0
}

.content[data-v-d0ec625f] h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1em 0
}

.content[data-v-d0ec625f] h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1em 0
}

.content[data-v-d0ec625f] p {
    margin: 1em 0
}

.content[data-v-d0ec625f] a {
    color: #2b72e9;
    text-decoration: underline
}

.content[data-v-d0ec625f] a:hover {
    color: #3c7ded
}

.content[data-v-d0ec625f] ul,
.content[data-v-d0ec625f] ol {
    list-style: initial;
    margin: 1em 0 1em 2em
}

.content[data-v-d0ec625f] li {
    margin: .5em 0
}

.content[data-v-d0ec625f] img {
    height: auto !important;
    max-width: 100%
}

@media (max-width: 767.9px) {
    .content[data-v-d0ec625f] img[style*="width:"] {
        width: 100% !important
    }
}

.content[data-v-d0ec625f] blockquote {
    background-color: rgba(0, 0, 0, .2);
    border-left: 4px solid #3c7ded;
    padding: 1.5em 1em
}

.content[data-v-d0ec625f] table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100% !important
}

.content[data-v-d0ec625f] table td,
.content[data-v-d0ec625f] table th {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    text-align: left
}

.content[data-v-d0ec625f] table th {
    background-color: #19223c;
    font-weight: 700
}

.content[data-v-d0ec625f] table tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, .1)
}

.content[data-v-d0ec625f] table tr:hover {
    background-color: rgba(0, 0, 0, .2)
}

.related-articles[data-v-d0ec625f] .list {
    display: grid;
    gap: 15px
}

@media (max-width: 1023.9px) {
    .related-articles[data-v-d0ec625f] .list {
        gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
    }
}

@media (max-width: 1023.9px) {
    .related-articles[data-v-d0ec625f] .list {
        grid-template-columns: 1fr
    }
}

.medium-zoom-overlay {
    z-index: 100
}

.medium-zoom-image--opened {
    z-index: 101
}

.page-cotnent[data-v-024643b9] {
    align-items: center;
    background: linear-gradient(180deg, #2c3967, #202c52 8%, #202c52 29%);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    min-height: 800px;
    padding: 30px
}

@media (max-width: 1023.9px) {
    .page-cotnent[data-v-024643b9] {
        min-height: 500px;
        padding: 30px 15px
    }
}

.page-cotnent .main[data-v-024643b9] {
    align-items: center;
    color: #e2e8f2;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-cotnent .result-icon[data-v-024643b9] {
    height: auto;
    width: 160px
}

@media (max-width: 1023.9px) {
    .page-cotnent .result-icon[data-v-024643b9] {
        width: 140px
    }
}

.page-cotnent .result-title[data-v-024643b9] {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 20px 0
}

.page-cotnent .tips[data-v-024643b9] {
    color: #8098bf;
    font-size: 1rem;
    line-height: 1.2em
}

.page-cotnent .order-info[data-v-024643b9] {
    background-color: #25335d;
    border-radius: 6px;
    color: #e2e8f2;
    font-size: 1rem;
    line-height: 1.4em;
    margin-top: 35px;
    padding: 1em 1.5em;
    text-align: center;
    white-space: nowrap
}

.update-app-notification.update-app-notification {
    background-color: #2a47ab;
    border-radius: 10px
}

.notification[data-v-a04a489f] {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
    position: relative
}

.notification .content[data-v-a04a489f] {
    flex: 1;
    max-width: 100%
}

.notification .notification-icon[data-v-a04a489f] {
    margin-right: 12px;
    width: 60px
}

@media (max-width: 767.9px) {
    .notification .notification-icon[data-v-a04a489f] {
        width: 40px
    }
}

.notification .title[data-v-a04a489f] {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.notification .msg[data-v-a04a489f] {
    color: #fff;
    font-size: 16px;
    max-height: 196.8px;
    max-width: 257px;
    overflow: hidden;
    white-space: pre-wrap;
    width: 100%
}

@media (max-width: 767.9px) {
    .notification .msg[data-v-a04a489f] {
        font-size: 14px;
        height: calc(50% - 50px)
    }
}

.notification .msg[data-v-a04a489f] * {
    overflow: hidden;
    text-overflow: ellipsis
}

.notification .msg[data-v-a04a489f] * img {
    display: none
}

.notification .msg[data-v-a04a489f] * a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px
}

.wrapper[data-v-ca06db60] {
    pointer-events: all
}

.wrapper .cover-img[data-v-ca06db60] {
    color: #fff;
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: calc(100vh - 200px);
    max-width: 100%
}

.wrapper .cover-img.pointer[data-v-ca06db60] {
    cursor: pointer
}

.wrapper .close-btn[data-v-ca06db60] {
    cursor: pointer;
    height: 40px;
    margin: 30px auto 0;
    position: relative;
    width: 40px
}

.wrapper .close-btn .icon[data-v-ca06db60] {
    color: #fff;
    height: inherit;
    width: inherit
}

.announcement-modal {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: auto !important
}

.announcement-notification .ant-notification-notice-message {
    display: none !important
}

.pay-type-main[data-v-9979dba8] {
    display: flex;
    gap: 16px;
    width: 100%
}

.pay-type-main .item[data-v-9979dba8] {
    align-items: center;
    background: #2f3e6f;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px 7px;
    position: relative
}

@media (hover:hover) {
    .pay-type-main .item[data-v-9979dba8]:hover {
        box-shadow: 0 0 0 2px #00c1a5
    }

    .pay-type-main .item[data-v-9979dba8]:hover:after {
        background: url(./active.aa578097.svg);
        background-size: cover;
        content: "";
        height: 18px;
        position: absolute;
        right: -5px;
        top: -5px;
        width: 18px
    }
}

.pay-type-main .item.active[data-v-9979dba8] {
    box-shadow: 0 0 0 2px #00c1a5
}

.pay-type-main .item.active[data-v-9979dba8]:after {
    background: url(./active.aa578097.svg);
    background-size: cover;
    content: "";
    height: 18px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px
}

.pay-type-main .item .icon[data-v-9979dba8] {
    margin-right: 10px
}

.pay-type-main .item .icon img[data-v-9979dba8] {
    width: 26px
}

.pay-type-main .item .content[data-v-9979dba8] {
    flex: 1;
    font-size: 12px
}

.pay-type-main .item .content .name[data-v-9979dba8] {
    color: #e2e8f2;
    font-size: 14px;
    margin-bottom: 2px
}

.pay-type-main .item .content .describe[data-v-9979dba8] {
    color: #989fae;
    font-size: 12px;
    line-height: 13px
}

.pay-type-main.b2c[data-v-9979dba8] {
    align-items: stretch;
    justify-content: space-between
}

.pay-type-main.b2c .item[data-v-9979dba8] {
    flex: 1
}

.pay-type-main.c2c[data-v-9979dba8] {
    flex-direction: column;
    justify-content: center
}

@media (max-width: 767.9px) {
    .pay-type-main.b2c[data-v-9979dba8] {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center
    }

    .pay-type-main.b2c .item[data-v-9979dba8] {
        width: 100%
    }
}

[data-v-f1c8c89a] .ant-image .ant-image-mask {
    border-radius: 10px 10px 0 0
}

.agent-wrap[data-v-f1c8c89a] {
    margin: 40px auto 45px;
    max-width: 1440px
}

@media (max-width: 767.9px) {
    .agent-wrap[data-v-f1c8c89a] {
        margin-bottom: 16px
    }
}

.agent-wrap h1[data-v-f1c8c89a] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 40px;
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(180deg, #24305a, #192242);
    border-radius: 30px 30px 0 0;
    color: var(--first-text)
}

.agent-wrap h1 p[data-v-f1c8c89a] {
    position: relative
}

.agent-wrap h1 p[data-v-f1c8c89a]:before {
    background: var(--highlight);
    content: "";
    height: 26px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 4px
}

.agent-wrap .main[data-v-f1c8c89a] {
    min-height: 370px;
    --un-bg-opacity: 1;
    background-color: rgb(26 35 66 / var(--un-bg-opacity));
    padding: 0 40px;
    font-size: 18px;
    border-radius: 0 0 30px 30px
}

.agent-wrap .main .info[data-v-f1c8c89a] {
    font-size: 18px;
    line-height: 1.8em;
    color: var(--first-text)
}

.agent-wrap .code[data-v-f1c8c89a] {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 114px;
    min-height: 500px;
    width: 100%;
    border-radius: 10px;
    --un-bg-opacity: 1;
    background-color: rgb(32 44 82 / var(--un-bg-opacity));
    font-size: 18px;
    line-height: 30px;
    color: var(--secondary-text);
    word-break: break-word
}

.agent-wrap .code .tips[data-v-f1c8c89a] {
    position: absolute;
    display: inline-block;
    border-radius: 10px 0;
    --un-bg-opacity: 1;
    background-color: rgb(38 126 235 / var(--un-bg-opacity));
    padding: 10px 20px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity));
    z-index: 1000
}

.agent-wrap .code .copy[data-v-f1c8c89a] {
    position: absolute;
    top: 25px;
    right: 15px
}

.agent-wrap .mask[data-v-f1c8c89a] {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, .5);
    border-radius: 0 0 10px 10px;
    color: #e2e8f2;
    left: 0;
    position: absolute;
    top: 0
}

.agent-wrap .mask[data-v-f1c8c89a]:hover {
    color: var(--highlight)
}

.agent-wrap .btn[data-v-f1c8c89a] {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity));
    background: var(--highlight)
}

.agent-wrap .btn[data-v-f1c8c89a]:hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat
}

@media (max-width: 1023.9px) {
    .agent-wrap[data-v-f1c8c89a] {
        margin-top: 16px
    }

    .agent-wrap h1[data-v-f1c8c89a] {
        padding: 14px 16px;
        font-size: 26px;
        border-radius: 16px 16px 0 0
    }

    .agent-wrap .main[data-v-f1c8c89a] {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 20px;
        font-size: 16px;
        border-radius: 0 0 16px 16px
    }

    .agent-wrap .main .info[data-v-f1c8c89a] {
        font-size: 16px
    }

    .agent-wrap .code[data-v-f1c8c89a] {
        margin-top: 0;
        margin-bottom: 0;
        min-height: auto;
        font-size: 16px
    }

    .agent-wrap .code .tips[data-v-f1c8c89a] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px 0;
        background-color: transparent;
        padding: 5px 10px
    }

    .agent-wrap .btn[data-v-f1c8c89a] {
        width: 120px;
        height: 40px;
        border-radius: 8px;
        font-size: 14px
    }
}

.crumbs-wrapper[data-v-b3411f23] {
    color: #616674
}

.crumbs-wrapper a[data-v-b3411f23] {
    color: inherit
}

.page[data-v-d92af583] {
    overflow: hidden
}

.page-content[data-v-d92af583] {
    border-radius: 30px;
    margin: 40px auto 0;
    overflow: hidden
}

.page-content .crumbs-wrapper[data-v-d92af583] {
    background: linear-gradient(180deg, #2c3967, #202c52);
    color: var(--secondary-text);
    font-size: 14px;
    padding: 40px 0 20px 40px
}

.page-content .article[data-v-d92af583] {
    background: #202c52;
    line-height: 1.6em;
    min-height: 800px;
    padding-top: 30px;
    word-wrap: break-word
}

.page-content .article h1[data-v-d92af583] {
    color: var(--first-text);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center
}

.page-content .article .main[data-v-d92af583] {
    color: var(--secondary-text);
    font-size: 18px;
    line-height: 30px;
    padding: 20px 40px
}

.page-content .article[data-v-d92af583] img {
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    width: auto !important
}

@media (max-width: 1023.9px) {
    .page-content[data-v-d92af583] {
        border-radius: 16px;
        margin: 16px auto 0;
        padding: 0
    }

    .page-content .crumbs-wrapper[data-v-d92af583] {
        padding: 14px 16px
    }

    .page-content .article[data-v-d92af583] {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        min-height: 300px
    }

    .page-content .article .main[data-v-d92af583] {
        color: var(--secondary-text);
        padding: 20px 16px
    }
}

.notice[data-v-6c0f010d] {
    color: var(--secondary-text);
    font-size: 14px;
    margin: -10px 0 10px 5px
}

h2[data-v-6c0f010d] {
    font-size: 24px;
    margin: 5px 0 20px;
    text-align: center
}

.rent-grid[data-v-6c0f010d] {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between
}

.tags[data-v-6c0f010d] {
    align-items: center;
    background: var(--bg-one);
    border-radius: 6px;
    box-sizing: border-box;
    color: #707582;
    display: flex;
    font-size: 16px;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 14px;
    width: 100%
}

@media (max-width: 1023.9px) {
    .tags[data-v-6c0f010d] {
        height: 40px
    }
}

.tags .left[data-v-6c0f010d] {
    color: var(--secondary-text)
}

@media (max-width: 479.9px) {
    .tags .left[data-v-6c0f010d] {
        font-size: 14px
    }
}

.tags .right[data-v-6c0f010d] {
    color: var(--first-text)
}

.footer[data-v-6c0f010d] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%
}

.footer *[data-v-6c0f010d] {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 20px 0;
    width: 45%
}

.footer .insufficient[data-v-6c0f010d] {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .cancel[data-v-6c0f010d] {
    background-color: #707582
}

.paying[data-v-a932f986] {
    text-align: center
}

.paying .rocket[data-v-a932f986] {
    font-size: 80px
}

@media (max-width: 479.9px) {
    .paying .rocket[data-v-a932f986] {
        font-size: 60px
    }
}

.paying .content p[data-v-a932f986] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    font-size: 16px;
    line-height: 2
}

@media (max-width: 479.9px) {
    .paying .content p[data-v-a932f986] {
        font-size: 14px
    }
}

.paying .content .title[data-v-a932f986] {
    font-size: 20px;
    margin: 24px 0 13px
}

.paying .footer[data-v-a932f986] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%
}

.paying .footer *[data-v-a932f986] {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 20px 0;
    width: 45%
}

.paying .footer .cancel[data-v-a932f986] {
    background-color: #707582
}

.tronlink-result-modal[data-v-4ad974bd] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.tronlink-result-modal .warning-icon[data-v-4ad974bd] {
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity));
    height: 60px;
    width: 60px
}

.tronlink-result-modal .msg[data-v-4ad974bd] {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px
}

.tronlink-result-modal .refresh-btn[data-v-4ad974bd] {
    --un-bg-opacity: 1;
    background-color: rgb(226 232 242 / var(--un-bg-opacity));
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: .4em 1.7em
}

.payment-results-modal[data-v-4ad974bd] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.payment-results-modal i[data-v-4ad974bd],
.payment-results-modal>img[data-v-4ad974bd] {
    height: 100px;
    width: 100px
}

.payment-results-modal>.text[data-v-4ad974bd] {
    font-size: 22px;
    font-weight: 700
}

.payment-results-modal>*[data-v-4ad974bd] {
    margin: 10px 0
}

.payment-results-modal .wait-toc2c[data-v-4ad974bd] {
    margin-left: 5px
}

.ttpay-popup[data-v-4ad974bd] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.ttpay-popup>img[data-v-4ad974bd] {
    height: 100px;
    width: 100px
}

.ttpay-popup>.text[data-v-4ad974bd] {
    font-size: 20px
}

.ttpay-popup>.confirm-button[data-v-4ad974bd] {
    align-items: center;
    background-color: #2a47ab;
    border-radius: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 50%
}

.ttpay-popup>*[data-v-4ad974bd] {
    margin: 10px 0
}

.detail[data-v-495bdcb1] {
    margin: 0 5px;
    cursor: pointer;
    white-space: nowrap;
    color: var(--highlight)
}

.deil-title[data-v-495bdcb1] {
    --un-bg-opacity: 1;
    background-color: rgb(25 34 65 / var(--un-bg-opacity));
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 15px;
    --un-text-opacity: 1;
    color: rgb(246 246 246 / var(--un-text-opacity));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.deil-popover.deil-popover.deil-popover .ant-table-thead {
    background: #202c52
}

.deil-popover.deil-popover.deil-popover .deil-title {
    --un-bg-opacity: 1;
    background-color: rgb(25 34 65 / var(--un-bg-opacity));
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 15px;
    --un-text-opacity: 1;
    color: rgb(246 246 246 / var(--un-text-opacity));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.deil-popover.deil-popover.deil-popover .ant-table-wrapper .ant-table-thead>tr>th {
    background: #202c52
}

.deil-popover.deil-popover.deil-popover .ant-table-row {
    border-radius: 0
}

.deil-popover.deil-popover.deil-popover .ant-table {
    background-color: transparent;
    --un-text-opacity: 1;
    color: rgb(200 208 223 / var(--un-text-opacity))
}

.deil-popover.deil-popover.deil-popover .ant-table .ant-table-thead>tr>th {
    white-space: nowrap;
    border-style: none;
    padding: 9px 30px;
    --un-text-opacity: 1;
    color: rgb(246 246 246 / var(--un-text-opacity))
}

.deil-popover.deil-popover.deil-popover .ant-table .ant-table-tbody {
    background: #1a2241
}

.deil-popover.deil-popover.deil-popover .ant-table .ant-table-tbody>tr>td {
    border-style: none;
    padding: 7px 30px
}

.deil-popover.deil-popover.deil-popover .ant-table .ant-table-tbody>tr.ant-table-row:hover>td {
    background: #202c52 !important;
    border-radius: none
}

.deil-popover.deil-popover.deil-popover .ant-table .ant-table-tbody>tr.ant-table-row:hover>td,
.deil-popover.deil-popover.deil-popover .ant-table .ant-table-tbody>tr>td.ant-table-cell-row-hover {
    background-color: transparent
}

.deil-popover.deil-popover.deil-popover.ant-popover-placement-right {
    padding-left: 15px
}

.deil-popover.deil-popover.deil-popover .ant-popover-arrow:before {
    --un-scale-x: 2;
    --un-scale-y: 2;
    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));
    --un-bg-opacity: 1;
    background-color: rgb(26 34 65 / var(--un-bg-opacity))
}

.deil-popover.deil-popover.deil-popover .ant-popover-inner-content {
    border-radius: 10px;
    --un-bg-opacity: 1;
    background-color: rgb(26 34 65 / var(--un-bg-opacity));
    padding: 0;
    --un-text-opacity: 1;
    color: rgb(200 208 223 / var(--un-text-opacity))
}

.deil-popover.deil-popover.deil-popover .ant-popover-inner {
    box-shadow: none;
    --un-bg-opacity: .8;
    background-color: rgba(1, 2, 18, var(--un-bg-opacity));
    padding: 0
}

[data-v-d6e6e36c] .energy-select {
    margin-top: 9px;
    display: flex;
    gap: 8px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

@media (max-width: 599.9px) {
    [data-v-d6e6e36c] .energy-select {
        flex-grow: 1;
        gap: 6px;
        font-size: 12px
    }
}

[data-v-d6e6e36c] .energy-select .energy-info {
    width: 90px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-width: 1.5px;
    border-radius: 8px;
    border-color: rgba(128, 152, 191, .5);
    transition: display .3s
}

[data-v-d6e6e36c] .energy-select .energy-info:hover {
    --un-border-opacity: 1;
    border-color: rgb(20 138 245 / var(--un-border-opacity));
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

@media (max-width: 479.9px) {
    [data-v-d6e6e36c] .energy-select .energy-info {
        height: 28px;
        width: 100%
    }
}

[data-v-d6e6e36c] .energy-select.imtoken {
    justify-content: flex-start
}

[data-v-d6e6e36c] .energy-select.imtoken .energy-info {
    width: 50%
}

.search-input-wrap[data-v-1b138a8f] {
    align-items: center;
    background: #202c52;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    position: relative
}

.search-input-wrap .icon[data-v-1b138a8f] {
    color: #8098bf;
    font-size: 1.4em;
    margin: 0 .5em
}

.search-input-wrap input[data-v-1b138a8f] {
    background: inherit;
    border: none;
    caret-color: #2a72e9;
    color: #fff;
    flex: 1;
    height: 100%;
    height: 40px;
    outline: none;
    padding: 0
}

.search-input-wrap input[data-v-1b138a8f]::-moz-placeholder {
    color: #8098bf
}

.search-input-wrap input[data-v-1b138a8f]::placeholder {
    color: #8098bf
}

.search-input-wrap input[data-v-1b138a8f]:-webkit-autofill,
.search-input-wrap input[data-v-1b138a8f]:-webkit-autofill:active,
.search-input-wrap input[data-v-1b138a8f]:-webkit-autofill:focus,
.search-input-wrap input[data-v-1b138a8f]:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 9999s ease-in-out 0s;
    transition: background-color 9999s ease-in-out 0s
}

.search-input-wrap .clear-btn[data-v-1b138a8f] {
    align-items: center;
    color: #8098bf;
    cursor: pointer;
    display: flex;
    height: 1.6em;
    justify-content: center;
    position: absolute;
    right: .5em;
    width: 1.6em
}

.search-input-wrap .clear-btn[data-v-1b138a8f]:hover {
    color: #2b72e9
}

.aaaa[data-v-11bf85f8] {
    color: wheat
}

.about[data-v-ed328c6d] {
    width: 630px
}

@media (max-width: 1599.9px) {
    .about[data-v-ed328c6d] {
        margin-bottom: 30px;
        width: 100%;
        height: 100%
    }
}

.about .about-container[data-v-ed328c6d] {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 599.9px) {
    .about .about-container[data-v-ed328c6d] {
        display: none
    }
}

.about .about-container header .spaceman-img[data-v-ed328c6d] {
    position: relative;
    left: -20px;
    width: 327px;
    height: 109px
}

.about .about-container header h1[data-v-ed328c6d] {
    margin-bottom: 22px;
    font-size: 90px;
    font-weight: 800;
    line-height: 7.3rem;
    color: transparent;
    background: linear-gradient(90deg, #2680eb, #00c1a5 30%);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative
}

.about .about-container header h2[data-v-ed328c6d] {
    font-size: 48px;
    font-weight: 600
}

.about .about-container .introduce[data-v-ed328c6d] {
    margin: 23px 0
}

.about .about-container .introduce>img[data-v-ed328c6d] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px
}

.about .about-container .convert-info[data-v-ed328c6d] {
    position: relative;
    padding-top: 26px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.about .about-container .convert-info[data-v-ed328c6d]:before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 340px;
    height: 1px;
    background: linear-gradient(90deg, #2a47ab, #2a47ab, transparent 50%) repeat-x;
    background-size: 8px 1px;
    content: ""
}

.about .about-container ul[data-v-ed328c6d] {
    display: inline;
    list-style-type: initial;
    line-height: 2em;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    list-style-type: none
}

.about .about-container ul li[data-v-ed328c6d] {
    font-size: 20px;
    list-style: outside url(./dot.9335d9ab.svg);
    margin-left: 30px;
    padding-left: 10px
}

.popup[data-v-e9c4b6cc] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.popup>img[data-v-e9c4b6cc] {
    height: 100px;
    width: 100px
}

.popup>.text[data-v-e9c4b6cc] {
    font-size: 20px
}

.popup>.confirm-button[data-v-e9c4b6cc] {
    align-items: center;
    background-color: #2a47ab;
    border-radius: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 50%
}

.popup>*[data-v-e9c4b6cc] {
    margin: 10px 0
}

.popup[data-v-e027e058] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 10px;
    width: 100%
}

.popup>*[data-v-e027e058] {
    background-color: #13192e;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding: 15px 20px
}

@media (max-width: 767.9px) {
    .popup>*[data-v-e027e058] {
        font-size: 15px;
        margin-top: 5px
    }
}

.popup>.title[data-v-e027e058] {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: center
}

@media (max-width: 767.9px) {
    .popup>.title[data-v-e027e058] {
        margin-bottom: 15px;
        padding: 0
    }
}

@media (max-width: 767.9px) {

    .popup .pay-address[data-v-e027e058],
    .popup>.receiver-address[data-v-e027e058] {
        flex-direction: column
    }
}

.popup>.exchange-info[data-v-e027e058] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.popup>.hint[data-v-e027e058] {
    background-color: transparent;
    color: var(--secondary-text);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 15px 0 0
}

.popup .action[data-v-e027e058] {
    background: transparent;
    padding: 0
}

.popup .action>*[data-v-e027e058] {
    align-items: center;
    border-radius: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 47%
}

@media (max-width: 767.9px) {
    .popup .action>*[data-v-e027e058] {
        font-size: 16px;
        padding: 25px 0
    }
}

@media (max-width: 1023.9px) {
    .dapp-pay[data-v-f9d44604] {
        padding: 0 16px
    }

    @media (max-width: 599.9px) {
        .dapp-pay .wallet-address[data-v-f9d44604] {
            padding: 10px 15px;
            font-size: .75rem;
            line-height: 1rem
        }
    }

    .dapp-pay .wallet-address>i[data-v-f9d44604] {
        margin-right: 5px !important;
        width: 16px
    }

    .dapp-pay .add-address>.add-address-content[data-v-f9d44604] {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .dapp-pay .pay-info .label[data-v-f9d44604],
    .dapp-pay .pay-info .label .unaddress[data-v-f9d44604] {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .dapp-pay .pay-info .address[data-v-f9d44604] {
        margin-top: 15px;
        font-size: 1rem;
        line-height: 1.5rem;
        --un-text-opacity: 1;
        color: rgb(18 28 65 / var(--un-text-opacity))
    }

    .dapp-pay .submit[data-v-f9d44604] {
        border-radius: 6px;
        padding: 20px 0
    }
}

[data-v-f9d44604] .ant-select-selector {
    height: 40px !important
}

.dapp-pay[data-v-f9d44604] {
    margin-top: 20px
}

.dapp-pay .switch-currency-button[data-v-f9d44604] {
    margin: 20px 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.dapp-pay .wallet-address[data-v-f9d44604] {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: var(--bg-one);
    padding: 15px;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.dapp-pay .add-address[data-v-f9d44604] {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.dapp-pay .add-address>.add-address-content[data-v-f9d44604] {
    display: flex;
    cursor: pointer;
    align-items: center;
    --un-text-opacity: 1;
    color: rgb(38 161 123 / var(--un-text-opacity))
}

.dapp-pay .add-address>.add-address-content[data-v-f9d44604]>:first-child {
    margin-right: 5px
}

.dapp-pay .from-currency[data-v-f9d44604] {
    border-radius: 10px;
    background-color: var(--bg-one);
    font-size: 16px;
    padding: 5px
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency[data-v-f9d44604] {
        padding: 15px
    }
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency>*[data-v-f9d44604] {
        padding: 0
    }
}

.dapp-pay .from-currency .input[data-v-f9d44604] {
    align-items: center;
    display: flex
}

.dapp-pay .from-currency .input[data-v-f9d44604] .ant-form-item {
    flex: 1 0 0;
    margin-bottom: 0 !important
}

.dapp-pay .from-currency .input[data-v-f9d44604] .ant-form-item input {
    font-size: 22px
}

.dapp-pay .from-currency .balance[data-v-f9d44604] {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 15px
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency .balance[data-v-f9d44604] {
        padding: 0 0 15px;
        font-size: 14px;
        --un-text-opacity: 1;
        color: rgb(128 152 191 / var(--un-text-opacity))
    }
}

.dapp-pay .from-currency .balance .balance-info[data-v-f9d44604] {
    align-items: center;
    display: flex
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency .balance .balance-info[data-v-f9d44604] {
        font-size: 12px
    }
}

.dapp-pay .from-currency .balance .balance-info .ant-spin-blur[data-v-f9d44604]:after {
    opacity: 0
}

.dapp-pay .from-currency .balance .balance-info .balance-info-number[data-v-f9d44604] {
    font-weight: 700;
    margin: 0 5px
}

.dapp-pay .input[data-v-f9d44604] {
    padding: 0 15px 5px 5px
}

@media (max-width: 599.9px) {
    .dapp-pay .input[data-v-f9d44604] {
        padding: 0
    }
}

.dapp-pay .input .select-currency .currency-item[data-v-f9d44604] {
    display: flex;
    align-items: center;
    color: #fff
}

@media (max-width: 599.9px) {
    .dapp-pay .input .select-currency .currency-item[data-v-f9d44604] {
        font-size: 14px
    }
}

.dapp-pay .input .select-currency .select-down-icon[data-v-f9d44604] {
    color: #c8d0df
}

.dapp-pay .input .input-clear[data-v-f9d44604] {
    color: #9498a1;
    cursor: pointer
}

.dapp-pay .shortcut-select[data-v-f9d44604] {
    display: flex;
    justify-content: flex-start;
    padding-top: 15px
}

@media (max-width: 599.9px) {
    .dapp-pay .shortcut-select[data-v-f9d44604] {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px
    }
}

.dapp-pay .shortcut-select>*[data-v-f9d44604] {
    font-size: 13px;
    border: 1.5px solid rgba(128, 152, 191, .5);
    border-radius: 8px;
    color: var(--secondary-text);
    cursor: pointer;
    font-size: 14px;
    margin-right: 8px;
    padding: 6px 30px;
    transition: all .5s ease-in-out
}

@media (max-width: 599.9px) {
    .dapp-pay .shortcut-select>*[data-v-f9d44604] {
        border-radius: 8px;
        padding: 5px 17px;
        --un-text-opacity: 1;
        color: rgb(111 142 202 / var(--un-text-opacity))
    }
}

.dapp-pay .shortcut-select[data-v-f9d44604]>:hover {
    --un-border-opacity: 1;
    border-color: rgb(38 110 241 / var(--un-border-opacity));
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.dapp-pay .to-currency[data-v-f9d44604] {
    background-color: var(--bg-one);
    border-radius: 10px;
    padding: 5px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency[data-v-f9d44604] {
        padding: 15px
    }
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency>*[data-v-f9d44604] {
        padding: 0
    }
}

.dapp-pay .to-currency .input[data-v-f9d44604] {
    align-items: center;
    display: flex
}

.dapp-pay .to-currency .input[data-v-f9d44604] .ant-form-item {
    flex: 1 0 0;
    margin-bottom: 0 !important
}

.dapp-pay .to-currency .input[data-v-f9d44604] .ant-form-item input {
    font-size: 22px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .input[data-v-f9d44604] .ant-form-item input {
        font-size: 20px
    }
}

.dapp-pay .to-currency .balance[data-v-f9d44604] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 15px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .balance[data-v-f9d44604] {
        padding: 0
    }
}

.dapp-pay .to-currency .balance .balance-info[data-v-f9d44604] {
    align-items: center;
    display: flex
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .balance .balance-info[data-v-f9d44604] {
        font-size: 12px
    }
}

.dapp-pay .to-currency .balance .balance-info .ant-spin-blur[data-v-f9d44604]:after {
    opacity: 0
}

.dapp-pay .to-currency .balance .balance-info .balance-info-number[data-v-f9d44604] {
    font-weight: 700;
    margin: 0 5px
}

.dapp-pay .to-currency .shortcut-select[data-v-f9d44604] {
    display: flex;
    justify-content: flex-start;
    padding: 15px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .shortcut-select[data-v-f9d44604] {
        padding: 15px 0 0
    }
}

.dapp-pay .to-currency .shortcut-select>*[data-v-f9d44604] {
    border: 1px solid #26a17b;
    border-radius: 3px;
    color: #26a17b;
    cursor: pointer;
    font-size: 12px;
    margin-right: 8px;
    padding: 0 15px;
    transition: all .5s ease-in-out
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .shortcut-select>*[data-v-f9d44604] {
        border-color: 1.5px solid #6f8eca;
        padding: 7px 17px;
        font-size: 13px;
        --un-text-opacity: 1;
        color: rgb(111 142 202 / var(--un-text-opacity))
    }
}

.dapp-pay .to-currency .shortcut-select[data-v-f9d44604]>:hover {
    background-color: #26a17b;
    color: #fff
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .shortcut-select[data-v-f9d44604]>:hover {
        background-color: #266ef1
    }
}

.dapp-pay .pay-info[data-v-f9d44604] {
    margin: 20px 0;
    border-radius: 6px;
    --un-bg-opacity: 1;
    background-color: rgb(19 25 46 / var(--un-bg-opacity));
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px
}

.dapp-pay .pay-info .label[data-v-f9d44604] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fff
}

.dapp-pay .pay-info .label .unaddress[data-v-f9d44604] {
    transition: all .5s;
    display: flex;
    cursor: pointer;
    align-items: center;
    --un-text-opacity: 1;
    color: rgb(38 161 123 / var(--un-text-opacity));
    opacity: 1
}

.dapp-pay .pay-info .label .unaddress[data-v-f9d44604]>:first-child {
    margin-right: 5px
}

.dapp-pay .pay-info[data-v-f9d44604] .address {
    margin-top: 10px;
    --un-text-opacity: 1;
    color: rgb(156 184 255 / var(--un-text-opacity))
}

.dapp-pay .pay-info[data-v-f9d44604] .address .address-form-item input {
    margin-top: 0
}

.dapp-pay .pay-info[data-v-f9d44604] .address>input {
    padding: 15px 0
}

.dapp-pay .pay-info[data-v-f9d44604] .address>input:focus-visible {
    border-style: none;
    background-image: none
}

.dapp-pay .show-address-enter-active[data-v-f9d44604],
.dapp-pay .show-address-leave-active[data-v-f9d44604] {
    transition: opacity .3s ease
}

.dapp-pay .show-address-enter-from[data-v-f9d44604],
.dapp-pay .show-address-leave-to[data-v-f9d44604] {
    opacity: 0
}

[data-v-f9d44604] .ant-input-number {
    background-color: var(--bg-lesser-color);
    color: var(--text-primary-color)
}

[data-v-f9d44604] .ant-input-number input::-moz-placeholder {
    border-radius: 0;
    color: #bfbfbf;
    font-size: 16px
}

[data-v-f9d44604] .ant-input-number input::placeholder {
    border-radius: 0;
    color: #bfbfbf;
    font-size: 16px
}

[data-v-f9d44604] .ant-input {
    background-color: var(--bg-lesser-color);
    color: var(--text-primary-color)
}

[data-v-f9d44604] .ant-input :first-child {
    background: unset;
    border-radius: 0 !important;
    font-size: 22px !important
}

[data-v-f9d44604] .ant-input::-moz-placeholder {
    color: #bfbfbf;
    font-size: 16px
}

[data-v-f9d44604] .ant-input::placeholder {
    color: #bfbfbf;
    font-size: 16px
}

@media (max-width: 1023.9px) {
    .example-content img[data-v-5769ea8e-s] {
        height: 70vh
    }
}

.example-content[data-v-5769ea8e] {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 15px
}

[data-v-9f72b8f2] .ant-select-selector {
    height: 40px !important
}

.ant-input-number-input[data-v-9f72b8f2] {
    font-weight: 700
}

.transfer-pay[data-v-9f72b8f2] {
    margin-top: 20px
}

.transfer-pay .switch-currency-button[data-v-9f72b8f2] {
    margin: 20px 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: var(--highlight)
}

.transfer-pay .from-currency[data-v-9f72b8f2],
.transfer-pay .to-currency[data-v-9f72b8f2] {
    border-radius: 6px;
    --un-bg-opacity: 1;
    background-color: rgb(19 25 46 / var(--un-bg-opacity));
    padding: 5px
}

@media (max-width: 599.9px) {

    .transfer-pay .from-currency[data-v-9f72b8f2],
    .transfer-pay .to-currency[data-v-9f72b8f2] {
        padding: 15px
    }
}

.transfer-pay .from-currency>*[data-v-9f72b8f2],
.transfer-pay .to-currency>*[data-v-9f72b8f2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px
}

@media (max-width: 599.9px) {

    .transfer-pay .from-currency>*[data-v-9f72b8f2],
    .transfer-pay .to-currency>*[data-v-9f72b8f2] {
        padding: 0
    }
}

.transfer-pay .from-currency .balance[data-v-9f72b8f2],
.transfer-pay .to-currency .balance[data-v-9f72b8f2] {
    color: var(--secondary-text)
}

@media (max-width: 599.9px) {

    .transfer-pay .from-currency .balance[data-v-9f72b8f2],
    .transfer-pay .to-currency .balance[data-v-9f72b8f2] {
        padding-bottom: 15px;
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.transfer-pay .from-currency .input[data-v-9f72b8f2],
.transfer-pay .to-currency .input[data-v-9f72b8f2] {
    padding: 0 15px 5px 5px
}

@media (max-width: 599.9px) {

    .transfer-pay .from-currency .input[data-v-9f72b8f2],
    .transfer-pay .to-currency .input[data-v-9f72b8f2] {
        padding: 0
    }
}

.transfer-pay .from-currency .input .select-currency .currency-item[data-v-9f72b8f2],
.transfer-pay .to-currency .input .select-currency .currency-item[data-v-9f72b8f2] {
    display: flex;
    align-items: center;
    color: #fff
}

@media (max-width: 599.9px) {

    .transfer-pay .from-currency .input .select-currency .currency-item[data-v-9f72b8f2],
    .transfer-pay .to-currency .input .select-currency .currency-item[data-v-9f72b8f2] {
        font-size: 14px
    }
}

.transfer-pay .from-currency .input .select-currency .select-down-icon[data-v-9f72b8f2],
.transfer-pay .to-currency .input .select-currency .select-down-icon[data-v-9f72b8f2] {
    --un-text-opacity: 1;
    color: rgb(200 208 223 / var(--un-text-opacity))
}

.transfer-pay .from-currency .input .input-clear[data-v-9f72b8f2],
.transfer-pay .to-currency .input .input-clear[data-v-9f72b8f2] {
    cursor: pointer;
    font-size: 20px;
    --un-text-opacity: 1;
    color: rgb(148 152 161 / var(--un-text-opacity))
}

.transfer-pay .shortcut-select[data-v-9f72b8f2] {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px
}

@media (max-width: 599.9px) {
    .transfer-pay .shortcut-select[data-v-9f72b8f2] {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px
    }
}

.transfer-pay .shortcut-select>*[data-v-9f72b8f2] {
    margin-right: 8px;
    cursor: pointer;
    border-width: 1.5px;
    border-radius: 8px;
    padding: 7px 30px;
    font-size: .75rem;
    line-height: 1rem;
    color: var(--secondary-text);
    transition-property: all;
    transition-duration: .15s;
    transition-duration: .5ms;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    font-size: 13px;
    border: 1.5px solid rgba(128, 152, 191, .5)
}

@media (max-width: 599.9px) {
    .transfer-pay .shortcut-select>*[data-v-9f72b8f2] {
        border-radius: 8px;
        padding: 7px 17px;
        --un-text-opacity: 1;
        color: rgb(111 142 202 / var(--un-text-opacity))
    }
}

.transfer-pay .shortcut-select[data-v-9f72b8f2]>:hover {
    --un-border-opacity: 1;
    border-color: rgb(38 110 241 / var(--un-border-opacity));
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.transfer-pay .teaching-link[data-v-9f72b8f2] {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

@media (max-width: 479.9px) {
    .transfer-pay .teaching-link[data-v-9f72b8f2] {
        font-size: 12px
    }
}

@media (max-width: 599.9px) {
    .transfer-pay .teaching-link>.pc-course[data-v-9f72b8f2] {
        display: none
    }
}

@media (max-width: 599.9px) {
    .transfer-pay .teaching-link>.mobile-course[data-v-9f72b8f2] {
        display: none
    }
}

.transfer-pay .teaching-link .example-title[data-v-9f72b8f2] {
    margin-left: 6px;
    cursor: pointer;
    color: var(--highlight)
}

.transfer-pay .pay-info[data-v-9f72b8f2] {
    margin-top: 20px;
    border-width: 1px;
    border-radius: 6px
}

.transfer-pay .pay-info .content[data-v-9f72b8f2] {
    border-top: 1.5px dashed #273564;
    padding-top: 22px
}

@media (min-width: 600px) {
    .transfer-pay .pay-info .content[data-v-9f72b8f2] {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.transfer-pay .pay-info .content .content-text[data-v-9f72b8f2] {
    width: 70%
}

@media (max-width: 599.9px) {
    .transfer-pay .pay-info .content .content-text[data-v-9f72b8f2] {
        width: 100%
    }
}

.transfer-pay .pay-info .content .content-text .address-label[data-v-9f72b8f2] {
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

@media (max-width: 479.9px) {
    .transfer-pay .pay-info .content .content-text .address-label[data-v-9f72b8f2] {
        font-size: 12px
    }
}

.transfer-pay .pay-info .content .content-text .address[data-v-9f72b8f2] {
    font-size: 16px;
    color: rgb(128 152 191 / var(--un-text-opacity));
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    --un-text-opacity: 1;
    color: rgb(127 143 200 / var(--un-text-opacity));
    word-break: break-word
}

@media (max-width: 479.9px) {
    .transfer-pay .pay-info .content .content-text .address[data-v-9f72b8f2] {
        font-size: 12px
    }
}

.transfer-pay .pay-info .content .content-text .address span[data-v-9f72b8f2] {
    width: 100%
}

.transfer-pay .pay-info .content .content-text .address[data-v-9f72b8f2] .icon {
    box-sizing: content-box;
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.5rem
}

.transfer-pay .pay-info .content .content-text .amount[data-v-9f72b8f2] {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: var(--bg-one);
    padding: 15px;
    --un-text-opacity: 1;
    color: rgb(127 143 200 / var(--un-text-opacity))
}

@media (max-width: 599.9px) {
    .transfer-pay .pay-info .content .content-text .amount[data-v-9f72b8f2] {
        height: 40px;
        font-size: .75rem;
        line-height: 1rem
    }
}

.transfer-pay .pay-info .content .content-text .amount .label[data-v-9f72b8f2] {
    margin-right: 10px;
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(127 143 200 / var(--un-text-opacity))
}

@media (max-width: 599.9px) {
    .transfer-pay .pay-info .content .content-text .amount .label[data-v-9f72b8f2] {
        font-size: 14px;
        --un-text-opacity: 1;
        color: rgb(226 232 242 / var(--un-text-opacity))
    }
}

.transfer-pay .pay-info .content .content-text .amount .value[data-v-9f72b8f2] {
    --un-text-opacity: 1;
    color: rgb(86 104 151 / var(--un-text-opacity))
}

@media (max-width: 599.9px) {
    .transfer-pay .pay-info .content .content-text .amount .value[data-v-9f72b8f2] {
        --un-text-opacity: 1;
        color: rgb(112 117 130 / var(--un-text-opacity))
    }
}

.transfer-pay .pay-info .content .content-qr-code[data-v-9f72b8f2] {
    width: 103px;
    height: 103px
}

.transfer-pay .pay-info .hint[data-v-9f72b8f2] {
    line-height: 1.4em;
    --un-text-opacity: 1;
    color: rgb(38 161 123 / var(--un-text-opacity))
}

@media (max-width: 599.9px) {
    .transfer-pay .pay-info .hint[data-v-9f72b8f2] {
        font-size: .75rem;
        line-height: 1rem;
        line-height: 1.2em
    }
}

.transfer-pay .copy[data-v-9f72b8f2] {
    margin-top: 30px;
    width: 100%
}

@media (max-width: 599.9px) {
    .transfer-pay .copy[data-v-9f72b8f2] {
        margin-top: 20px;
        border-width: 2px
    }
}

[data-v-9f72b8f2] .ant-input-number {
    background-color: var(--bg-lesser-color);
    color: var(--text-primary-color);
    font-size: 22px
}

[data-v-9f72b8f2] .ant-input-number input::-moz-placeholder {
    color: #bfbfbf;
    font-size: 16px
}

[data-v-9f72b8f2] .ant-input-number input::placeholder {
    color: #bfbfbf;
    font-size: 16px
}

[data-v-9f72b8f2] .ant-input {
    background-color: var(--bg-lesser-color);
    color: var(--text-primary-color);
    font-size: 16px
}

[data-v-9f72b8f2] .ant-input::-moz-placeholder {
    color: var(--text--secondary-color)
}

[data-v-9f72b8f2] .ant-input::placeholder {
    color: var(--text--secondary-color)
}

@media (max-width: 1023.9px) {
    .dapp-pay[data-v-1f8c008f] {
        padding: 0 16px
    }

    @media (max-width: 599.9px) {
        .dapp-pay .wallet-address[data-v-1f8c008f] {
            padding: 10px 15px;
            font-size: .75rem;
            line-height: 1rem
        }
    }

    .dapp-pay .wallet-address>i[data-v-1f8c008f] {
        margin-right: 5px !important;
        width: 16px
    }

    .dapp-pay .add-address>.add-address-content[data-v-1f8c008f] {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .dapp-pay .pay-info .label[data-v-1f8c008f],
    .dapp-pay .pay-info .label .unaddress[data-v-1f8c008f] {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .dapp-pay .pay-info .address[data-v-1f8c008f] {
        margin-top: 15px;
        font-size: 1rem;
        line-height: 1.5rem;
        --un-text-opacity: 1;
        color: rgb(18 28 65 / var(--un-text-opacity))
    }

    .dapp-pay .submit[data-v-1f8c008f] {
        border-radius: 6px;
        padding: 20px 0
    }
}

.pay[data-v-1f8c008f] {
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    --un-bg-opacity: 1;
    background-color: rgb(32 44 82 / var(--un-bg-opacity));
    padding: .625rem .625rem .5rem;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.pay div[data-v-1f8c008f] {
    display: flex;
    justify-content: space-between;
    font-size: 16px
}

[data-v-1f8c008f] .ant-select-selector {
    height: 40px !important
}

.dapp-pay[data-v-1f8c008f] {
    margin-top: 20px
}

.dapp-pay .switch-currency-button[data-v-1f8c008f] {
    margin: 20px 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.dapp-pay .wallet-address[data-v-1f8c008f] {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: var(--bg-one);
    padding: 15px;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.dapp-pay .add-address[data-v-1f8c008f] {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.dapp-pay .add-address>.add-address-content[data-v-1f8c008f] {
    display: flex;
    cursor: pointer;
    align-items: center;
    --un-text-opacity: 1;
    color: rgb(38 161 123 / var(--un-text-opacity))
}

.dapp-pay .add-address>.add-address-content[data-v-1f8c008f]>:first-child {
    margin-right: 5px
}

.dapp-pay .from-currency[data-v-1f8c008f] {
    border-radius: 10px;
    background-color: var(--bg-one);
    font-size: 16px;
    padding: 5px
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency[data-v-1f8c008f] {
        padding: 15px
    }
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency>*[data-v-1f8c008f] {
        padding: 0
    }
}

.dapp-pay .from-currency .input[data-v-1f8c008f] {
    align-items: center;
    display: flex
}

.dapp-pay .from-currency .input[data-v-1f8c008f] .ant-form-item {
    flex: 1 0 0;
    margin-bottom: 0 !important
}

.dapp-pay .from-currency .input[data-v-1f8c008f] .ant-form-item input {
    font-size: 22px
}

.dapp-pay .from-currency .balance[data-v-1f8c008f] {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 15px
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency .balance[data-v-1f8c008f] {
        padding: 0 0 15px;
        font-size: 14px;
        --un-text-opacity: 1;
        color: rgb(128 152 191 / var(--un-text-opacity))
    }
}

.dapp-pay .from-currency .balance .balance-info[data-v-1f8c008f] {
    align-items: center;
    display: flex
}

@media (max-width: 767.9px) {
    .dapp-pay .from-currency .balance .balance-info[data-v-1f8c008f] {
        font-size: 12px
    }
}

.dapp-pay .from-currency .balance .balance-info .ant-spin-blur[data-v-1f8c008f]:after {
    opacity: 0
}

.dapp-pay .from-currency .balance .balance-info .balance-info-number[data-v-1f8c008f] {
    font-weight: 700;
    margin: 0 5px
}

.dapp-pay .input[data-v-1f8c008f] {
    padding-right: 15px;
    padding-left: 5px
}

@media (max-width: 599.9px) {
    .dapp-pay .input[data-v-1f8c008f] {
        padding: 0
    }
}

.dapp-pay .input .select-currency .currency-item[data-v-1f8c008f] {
    display: flex;
    align-items: center;
    color: #fff
}

@media (max-width: 599.9px) {
    .dapp-pay .input .select-currency .currency-item[data-v-1f8c008f] {
        font-size: 14px
    }
}

.dapp-pay .input .select-currency .select-down-icon[data-v-1f8c008f] {
    color: #c8d0df
}

.dapp-pay .input .input-clear[data-v-1f8c008f] {
    color: #9498a1;
    cursor: pointer
}

.dapp-pay .shortcut-select[data-v-1f8c008f] {
    display: flex;
    justify-content: flex-start;
    padding-top: 15px
}

@media (max-width: 599.9px) {
    .dapp-pay .shortcut-select[data-v-1f8c008f] {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px
    }
}

.dapp-pay .shortcut-select>*[data-v-1f8c008f] {
    font-size: 13px;
    border: 1.5px solid rgba(128, 152, 191, .5);
    border-radius: 8px;
    color: var(--secondary-text);
    cursor: pointer;
    font-size: 14px;
    margin-right: 8px;
    padding: 6px 30px;
    transition: all .5s ease-in-out
}

@media (max-width: 599.9px) {
    .dapp-pay .shortcut-select>*[data-v-1f8c008f] {
        border-radius: 8px;
        padding: 5px 17px;
        --un-text-opacity: 1;
        color: rgb(111 142 202 / var(--un-text-opacity))
    }
}

.dapp-pay .shortcut-select[data-v-1f8c008f]>:hover {
    --un-border-opacity: 1;
    border-color: rgb(38 110 241 / var(--un-border-opacity));
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.dapp-pay .to-currency[data-v-1f8c008f] {
    background-color: var(--bg-one);
    border-radius: 10px;
    padding: 5px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency[data-v-1f8c008f] {
        padding: 15px
    }
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency>*[data-v-1f8c008f] {
        padding: 0
    }
}

.dapp-pay .to-currency .input[data-v-1f8c008f] {
    align-items: center;
    display: flex
}

.dapp-pay .to-currency .input[data-v-1f8c008f] .ant-form-item {
    flex: 1 0 0;
    margin-bottom: 0 !important
}

.dapp-pay .to-currency .input[data-v-1f8c008f] .ant-form-item input {
    font-size: 22px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .input[data-v-1f8c008f] .ant-form-item input {
        font-size: 20px
    }
}

.dapp-pay .to-currency .balance[data-v-1f8c008f] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    padding: 15px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .balance[data-v-1f8c008f] {
        padding: 0
    }
}

.dapp-pay .to-currency .balance .balance-info[data-v-1f8c008f] {
    align-items: center;
    display: flex
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .balance .balance-info[data-v-1f8c008f] {
        font-size: 12px
    }
}

.dapp-pay .to-currency .balance .balance-info .ant-spin-blur[data-v-1f8c008f]:after {
    opacity: 0
}

.dapp-pay .to-currency .balance .balance-info .balance-info-number[data-v-1f8c008f] {
    font-weight: 700;
    margin: 0 5px
}

.dapp-pay .to-currency .shortcut-select[data-v-1f8c008f] {
    display: flex;
    justify-content: flex-start;
    padding: 15px
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .shortcut-select[data-v-1f8c008f] {
        padding: 15px 0 0
    }
}

.dapp-pay .to-currency .shortcut-select>*[data-v-1f8c008f] {
    border: 1px solid #26a17b;
    border-radius: 3px;
    color: #26a17b;
    cursor: pointer;
    font-size: 12px;
    margin-right: 8px;
    padding: 0 15px;
    transition: all .5s ease-in-out
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .shortcut-select>*[data-v-1f8c008f] {
        border-color: 1.5px solid #6f8eca;
        padding: 7px 17px;
        font-size: 13px;
        --un-text-opacity: 1;
        color: rgb(111 142 202 / var(--un-text-opacity))
    }
}

.dapp-pay .to-currency .shortcut-select[data-v-1f8c008f]>:hover {
    background-color: #26a17b;
    color: #fff
}

@media (max-width: 767.9px) {
    .dapp-pay .to-currency .shortcut-select[data-v-1f8c008f]>:hover {
        background-color: #266ef1
    }
}

.dapp-pay .pay-info[data-v-1f8c008f] {
    margin: 20px 0;
    border-radius: 6px;
    --un-bg-opacity: 1;
    background-color: rgb(19 25 46 / var(--un-bg-opacity));
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px
}

.dapp-pay .pay-info .label[data-v-1f8c008f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #fff
}

.dapp-pay .pay-info .label .unaddress[data-v-1f8c008f] {
    transition: all .5s;
    display: flex;
    cursor: pointer;
    align-items: center;
    --un-text-opacity: 1;
    color: rgb(38 161 123 / var(--un-text-opacity));
    opacity: 1
}

.dapp-pay .pay-info .label .unaddress[data-v-1f8c008f]>:first-child {
    margin-right: 5px
}

.dapp-pay .pay-info[data-v-1f8c008f] .address {
    margin-top: 10px;
    --un-text-opacity: 1;
    color: rgb(156 184 255 / var(--un-text-opacity))
}

.dapp-pay .pay-info[data-v-1f8c008f] .address .address-form-item input {
    margin-top: 0
}

.dapp-pay .pay-info[data-v-1f8c008f] .address>input {
    padding: 15px 0
}

.dapp-pay .pay-info[data-v-1f8c008f] .address>input:focus-visible {
    border-style: none;
    background-image: none
}

.dapp-pay .show-address-enter-active[data-v-1f8c008f],
.dapp-pay .show-address-leave-active[data-v-1f8c008f] {
    transition: opacity .3s ease
}

.dapp-pay .show-address-enter-from[data-v-1f8c008f],
.dapp-pay .show-address-leave-to[data-v-1f8c008f] {
    opacity: 0
}

[data-v-1f8c008f] .ant-input-number {
    background-color: var(--bg-lesser-color);
    color: var(--text-primary-color)
}

[data-v-1f8c008f] .ant-input-number input::-moz-placeholder {
    border-radius: 0;
    color: #bfbfbf;
    font-size: 16px
}

[data-v-1f8c008f] .ant-input-number input::placeholder {
    border-radius: 0;
    color: #bfbfbf;
    font-size: 16px
}

[data-v-1f8c008f] .ant-input {
    background-color: var(--bg-lesser-color);
    color: var(--text-primary-color)
}

[data-v-1f8c008f] .ant-input :first-child {
    background: unset;
    border-radius: 0 !important;
    font-size: 22px !important
}

[data-v-1f8c008f] .ant-input::-moz-placeholder {
    color: #bfbfbf;
    font-size: 16px
}

[data-v-1f8c008f] .ant-input::placeholder {
    color: #bfbfbf;
    font-size: 16px
}

@media (max-width: 1279.9px) {
    .function-area[data-v-7bda6100] {
        width: 100%
    }
}

.function-area .function-area-container[data-v-7bda6100] {
    background-color: #222e56;
    border: 3px solid transparent;
    border-radius: 25px;
    padding: 30px
}

@media (max-width: 1023.9px) {
    .function-area .function-area-container[data-v-7bda6100] {
        border-radius: 16px;
        padding: 0 0 16px
    }

    .function-area .function-area-container>header[data-v-7bda6100] {
        display: grid;
        margin-bottom: 10px;
        justify-content: stretch;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        text-align: center;
        border-radius: 16px 16px 0 0
    }

    .function-area .function-area-container>header>h1[data-v-7bda6100] {
        font-size: 26px;
        margin-bottom: 10px
    }

    .function-area .function-area-container>.transfer-pay[data-v-7bda6100] {
        padding-left: 16px;
        padding-right: 16px
    }

    .function-area .function-area-container[data-v-7bda6100] .ant-radio-group {
        height: 34px
    }
}

.function-area .function-area-container>header[data-v-7bda6100] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width: 479.9px) {
    .function-area .function-area-container>header[data-v-7bda6100] {
        display: grid;
        margin-bottom: 10px;
        justify-content: stretch;
        text-align: center
    }
}

.function-area .function-area-container>.switch-currency-button[data-v-7bda6100] {
    cursor: pointer;
    height: 30px;
    margin: 20px 10px;
    width: 30px
}

.function-area .ant-radio-group>label[data-v-7bda6100] {
    height: 34px !important
}

[data-v-11ed33a7] .ant-select-selector {
    background-color: #202c52 !important;
    border: none !important;
    border-radius: 6px !important
}

@media (max-width: 767.9px) {
    [data-v-11ed33a7] .ant-select-selector {
        background-color: #202c52 !important;
        font-size: 14px !important;
        height: 34px !important
    }
}

[data-v-11ed33a7] .ant-select-selection-item {
    align-items: center;
    display: flex
}

[data-v-11ed33a7] .ant-input {
    color: #fff
}

[data-v-11ed33a7] .ant-input-number-group-addon {
    border: none !important
}

[data-v-11ed33a7] .ant-input-affix-wrapper {
    padding: 0 10px 0 0
}

[data-v-11ed33a7] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
    color: rgba(148, 148, 148, .92)
}

@media (max-width: 767.9px) {
    [data-v-11ed33a7] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
        color: rgba(0, 0, 0, .25)
    }
}

[data-v-11ed33a7] .ant-input-group-addon {
    background-color: transparent !important;
    border: none;
    color: rgba(148, 148, 148, .92);
    padding: 0 10px 0 0
}

[data-v-11ed33a7] .ant-input-group-addon>.address-input-clear {
    display: block
}

[data-v-11ed33a7] .ant-input-group-addon>.address-input-clear.hidden {
    visibility: hidden
}

[data-v-11ed33a7] .ant-input-number {
    width: 100%
}

[data-v-11ed33a7] .ant-input-number-group-wrapper {
    margin: 10px 10px 10px 0;
    width: 100%
}

@media (max-width: 767.9px) {
    [data-v-11ed33a7] .ant-input-number-group-wrapper {
        margin: 0
    }
}

[data-v-11ed33a7] .ant-input-number-input {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 767.9px) {
    [data-v-11ed33a7] .ant-input-number-input {
        font-size: 20px;
        padding-left: 0
    }
}

[data-v-11ed33a7] .antnumber-input::-moz-placeholder {
    font-size: 16px
}

[data-v-11ed33a7] .antnumber-input::placeholder {
    font-size: 16px
}

@media (max-width: 767.9px) {
    [data-v-11ed33a7] .antnumber-input::-moz-placeholder {
        font-size: 12px
    }

    [data-v-11ed33a7] .antnumber-input::placeholder {
        font-size: 12px
    }
}

[data-v-11ed33a7] .ant-input-number-group-addon {
    background: none;
    border: none;
    position: relative
}

[data-v-11ed33a7] .ant-input-number-group-addon>* {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[data-v-11ed33a7] .ant-input-number-disabled {
    background: none
}

[data-v-11ed33a7] .ant-input {
    margin-top: 10px;
    padding-left: 0
}

@media (max-width: 767.9px) {
    [data-v-11ed33a7] .ant-input {
        margin-top: 0
    }
}

.input-clear[data-v-11ed33a7] {
    font-size: 18px
}

.swap[data-v-11ed33a7] {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: repeat
}

@media (max-width: 1023.9px) {
    .swap[data-v-11ed33a7] {
        min-height: calc(100vh - 150px)
    }
}

@media (max-width: 599.9px) {
    .swap[data-v-11ed33a7] {
        min-height: calc(100vh - 110px)
    }
}

.swap[data-v-11ed33a7] .container {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - 30px)
}

@media (max-width: 1279.9px) {
    .swap[data-v-11ed33a7] .container {
        flex-direction: column;
        justify-content: center;
        padding: 30px
    }
}

@media (max-width: 767.9px) {
    .swap[data-v-11ed33a7] .container {
        padding: 0 0 20px
    }
}

.swap[data-v-11ed33a7] .container h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.swap[data-v-11ed33a7] .container>:first-child {
    position: relative
}

.swap[data-v-11ed33a7] .about {
    width: 600px;
    height: 820px
}

@media (max-width: 1279.9px) {
    .swap[data-v-11ed33a7] .about {
        margin-bottom: 30px;
        width: 100%;
        height: 100%
    }
}

.swap[data-v-11ed33a7] .about .about-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 767.9px) {
    .swap[data-v-11ed33a7] .about .about-container {
        display: none
    }
}

.swap[data-v-11ed33a7] .about .about-container .introduce {
    position: relative;
    margin: 30px 0
}

.swap[data-v-11ed33a7] .about .about-container .introduce>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px
}

@media (max-width: 1279.9px) {
    .swap[data-v-11ed33a7] .about .about-container .introduce>img {
        display: none
    }
}

.swap[data-v-11ed33a7] .function-area {
    width: 603px
}

@media (max-width: 1279.9px) {
    .swap[data-v-11ed33a7] .function-area {
        width: 100%
    }
}

.swap[data-v-11ed33a7] .function-area .mobile-title {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --un-text-opacity: 1;
    color: rgb(18 28 65 / var(--un-text-opacity))
}

@media (width >=600px) {
    .swap[data-v-11ed33a7] .function-area .mobile-title {
        display: none
    }
}

.swap[data-v-11ed33a7] .function-area :deep(.function-area-container) {
    border-width: 1px;
    border-style: solid;
    border-radius: 25px;
    --un-bg-opacity: 1;
    background-color: rgb(26 35 66 / var(--un-bg-opacity));
    padding: 30px
}

.swap[data-v-11ed33a7] .function-area :deep(.function-area-container)>.switch-currency-button {
    margin: 20px 10px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.lg-screen[data-v-121a1751] {
    --bottom-margin: 0px;
    --bg-color: radial-gradient(circle, #00196b 6%, #fff 74%);
    --bg-diffusion-color: radial-gradient(ellipse closest-side at center, #00196b, hsla(0, 0%, 100%, 0))
}

.gradient-text[data-v-121a1751] {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #00c1a5, #2680eb);
    -webkit-text-fill-color: transparent
}

.to-page-btn[data-v-211889a7] {
    align-items: center;
    border: 1.5px solid var(--z-blue);
    border-radius: 9999px;
    color: var(--z-blue);
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    width: 190px
}

@media (max-width: 1023.9px) {
    .to-page-btn[data-v-211889a7] {
        font-size: 16px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        width: 150px
    }
}

.to-page-btn[data-v-211889a7]:before {
    background: inherit;
    content: "";
    filter: blur(36px);
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    position: absolute;
    transition: .4s ease-out
}

.to-page-btn[data-v-211889a7]:hover {
    animation: glow-211889a7 10s linear forwards;
    background: linear-gradient(90deg, #f9d923, #00a19d, #0c87b7, #cb49ff, #f66, #f9d923);
    background-size: 400%;
    border-color: transparent;
    box-shadow: 0 0 15px #020418;
    color: #fff;
    z-index: 1
}

@keyframes glow-211889a7 {
    0% {
        background-position: 0
    }

    to {
        background-position: 400%
    }
}

.to-page-btn[data-v-211889a7]:hover:before {
    opacity: 1;
    z-index: -1
}

.to-page-btn .text[data-v-211889a7] {
    display: inline-block;
    font-weight: 600;
    position: relative;
    transition: transform .2s
}

.to-page-btn .text[data-v-211889a7]:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQgMTJoMTZtMCAwLTYtNm02IDYtNiA2Ii8+PC9zdmc+) no-repeat 50%/110%;
    content: "";
    height: 1em;
    opacity: 0;
    position: absolute;
    transform: translate(-.5em) scale(0);
    transition: all .2s;
    width: 1em
}

.to-page-btn:hover .text[data-v-211889a7] {
    transform: translate(-.5em)
}

.to-page-btn:hover .text[data-v-211889a7]:after {
    opacity: 1;
    transform: translate(.2em) scale(1)
}

.exchange-wrapper>.main[data-v-211889a7] {
    display: grid
}

@media (min-width: 1024px) {
    .exchange-wrapper>.main[data-v-211889a7] {
        gap: 0 20px;
        grid-template: auto 1fr/auto 520px;
        grid-template-areas: "main-img title" "main-img content";
        place-content: start space-between
    }
}

@media (max-width: 1023.9px) {
    .exchange-wrapper>.main[data-v-211889a7] {
        grid-template-areas: "title" "main-img" "content";
        justify-items: center
    }
}

.section-title[data-v-211889a7] {
    background: url(./title-decorate.04ce9eb0.png) no-repeat 0 0/auto 1.5em
}

@media (max-width: 1023.9px) {
    .section-title[data-v-211889a7] {
        background-position: top
    }
}

.feature-list li[data-v-211889a7] {
    margin: 5px 0;
    line-height: 1.8em;
    background: url(./dot.9335d9ab.svg) no-repeat 0;
    padding-left: 40px
}

.feature-list li[data-v-211889a7]::marker {
    font-size: .8em;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

@media (max-width: 767.9px) {
    .feature-list li[data-v-211889a7] {
        width: auto
    }
}

.to-page-btn[data-v-9085d4d6] {
    align-items: center;
    border: 1.5px solid var(--z-blue);
    border-radius: 9999px;
    color: var(--z-blue);
    display: flex;
    font-size: 22px;
    height: 50px;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    width: 190px
}

@media (max-width: 1023.9px) {
    .to-page-btn[data-v-9085d4d6] {
        font-size: 16px;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        width: 150px
    }
}

.to-page-btn[data-v-9085d4d6]:before {
    background: inherit;
    content: "";
    filter: blur(36px);
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    position: absolute;
    transition: .4s ease-out
}

.to-page-btn[data-v-9085d4d6]:hover {
    animation: glow-9085d4d6 10s linear forwards;
    background: linear-gradient(90deg, #f9d923, #00a19d, #0c87b7, #cb49ff, #f66, #f9d923);
    background-size: 400%;
    border-color: transparent;
    box-shadow: 0 0 15px #020418;
    color: #fff;
    z-index: 1
}

@keyframes glow-9085d4d6 {
    0% {
        background-position: 0
    }

    to {
        background-position: 400%
    }
}

.to-page-btn[data-v-9085d4d6]:hover:before {
    opacity: 1;
    z-index: -1
}

.to-page-btn .text[data-v-9085d4d6] {
    display: inline-block;
    font-weight: 600;
    position: relative;
    transition: transform .2s
}

.to-page-btn .text[data-v-9085d4d6]:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQgMTJoMTZtMCAwLTYtNm02IDYtNiA2Ii8+PC9zdmc+) no-repeat 50%/110%;
    content: "";
    height: 1em;
    opacity: 0;
    position: absolute;
    transform: translate(-.5em) scale(0);
    transition: all .2s;
    width: 1em
}

.to-page-btn:hover .text[data-v-9085d4d6] {
    transform: translate(-.5em)
}

.to-page-btn:hover .text[data-v-9085d4d6]:after {
    opacity: 1;
    transform: translate(.2em) scale(1)
}

.robot-wrapper>.main[data-v-9085d4d6] {
    display: grid
}

@media (min-width: 1024px) {
    .robot-wrapper>.main[data-v-9085d4d6] {
        gap: 0 20px;
        grid-template: auto 1fr/520px auto;
        grid-template-areas: "title main-img" "content main-img";
        place-content: center space-between
    }
}

@media (max-width: 1023.9px) {
    .robot-wrapper>.main[data-v-9085d4d6] {
        grid-template-areas: "title" "main-img" "content";
        justify-items: center
    }
}

.section-title[data-v-9085d4d6] {
    background: url(./title-decorate.04ce9eb0.png) no-repeat 0 0/auto 1.5em
}

@media (max-width: 1023.9px) {
    .section-title[data-v-9085d4d6] {
        background-position: top
    }
}

.feature-list li[data-v-9085d4d6] {
    margin: 5px 0;
    line-height: 1.8em;
    background: url(./dot.9335d9ab.svg) no-repeat 0;
    padding-left: 40px
}

.feature-list li[data-v-9085d4d6]::marker {
    font-size: .8em;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

@media (max-width: 767.9px) {
    .feature-list li[data-v-9085d4d6] {
        width: auto
    }
}

.item .header[data-v-b8938d15] {
    align-items: center;
    color: #e2e8f2;
    display: flex;
    margin-bottom: 38px
}

@media (max-width: 1023.9px) {
    .item .header[data-v-b8938d15] {
        margin-bottom: 20px
    }
}

.item .header .icon[data-v-b8938d15] {
    display: block;
    height: 70px;
    width: 70px
}

@media (min-width: 1024px) and (max-width: 1279.9px) {
    .item .header .icon[data-v-b8938d15] {
        height: 60px;
        width: 60px
    }
}

@media (max-width: 1023.9px) {
    .item .header .icon[data-v-b8938d15] {
        height: 40px;
        width: 40px
    }
}

.item .header .title[data-v-b8938d15] {
    font-size: 30px;
    margin-left: 20px
}

@media (max-width: 1023.9px) {
    .item .header .title[data-v-b8938d15] {
        font-size: 20px;
        margin-left: 16px
    }
}

.item .text[data-v-b8938d15] {
    color: #8098bf;
    font-size: 20px;
    line-height: 1.5em
}

@media (min-width: 1024px) and (max-width: 1279.9px) {
    .item .text[data-v-b8938d15] {
        font-size: 18px
    }
}

@media (max-width: 1023.9px) {
    .item .text[data-v-b8938d15] {
        font-size: 14px
    }
}

.statistics[data-v-bfb40d2c] {
    --padding-y: 50px
}

@media (max-width: 1023.9px) {
    .statistics[data-v-bfb40d2c] {
        --padding-y: 30px
    }
}

.statistics[data-v-bfb40d2c]:after,
.statistics[data-v-bfb40d2c]:before {
    background: radial-gradient(closest-side, rgba(38, 109, 241, .5), hsla(0, 0%, 100%, 0));
    content: "";
    display: block;
    height: var(--padding-y);
    left: 50%;
    position: absolute;
    width: 1700px
}

@media (max-width: 1023.9px) {

    .statistics[data-v-bfb40d2c]:after,
    .statistics[data-v-bfb40d2c]:before {
        width: 100%
    }
}

.statistics[data-v-bfb40d2c]:before {
    top: 0;
    transform: translate(-50%, -50%)
}

.statistics[data-v-bfb40d2c]:after {
    bottom: 0;
    transform: rotate(180deg) translate(50%, -50%)
}

.item[data-v-bfb40d2c] {
    flex: 1;
    text-align: center
}

@media (max-width: 1023.9px) {
    .item[data-v-bfb40d2c]:first-of-type {
        text-align: left
    }

    .item[data-v-bfb40d2c]:nth-of-type(3) {
        text-align: right
    }
}

.item .num[data-v-bfb40d2c] {
    color: #e2e8f2;
    font-size: 40px;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    margin-bottom: 14px
}

@media (max-width: 1023.9px) {
    .item .num[data-v-bfb40d2c] {
        font-size: 24px;
        margin-bottom: 10px
    }
}

.item .title[data-v-bfb40d2c] {
    color: #8098bf;
    font-size: 18px
}

@media (max-width: 1023.9px) {
    .item .title[data-v-bfb40d2c] {
        font-size: 12px
    }
}

.flipy[data-v-b83357d3] {
    transform: scaleY(-1);
    transition: transform .3s
}

.htm-bar[data-v-b83357d3] {
    position: absolute;
    right: -2px;
    width: 5px;
    --un-bg-opacity: 1;
    background-color: rgb(38 110 241 / var(--un-bg-opacity));
    transition: all .5s ease 0s
}

@media (max-width: 767.9px) {
    .htm-bar[data-v-b83357d3] {
        width: 3px
    }
}

.faq-content[data-v-b83357d3] {
    align-items: center;
    display: flex;
    width: 100%;
    -webkit-box-align: center
}

.faq-content .faq-content-wrap[data-v-b83357d3] {
    width: 100%;
    display: flex;
    flex-direction: column
}

.faq-content .faq-content-wrap .faq[data-v-b83357d3] {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    line-height: 50px
}

@media (max-width: 479.9px) {
    .faq-content .faq-content-wrap .faq[data-v-b83357d3] {
        line-height: 30px
    }
}

.faq-content .faq-content-wrap .faq-text[data-v-b83357d3] {
    width: 100%;
    display: flex;
    align-items: flex-start;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.faq-content .faq-content-wrap .faq-text .arrow-down[data-v-b83357d3] {
    transition: all .5s ease-out 0s
}

.faq-content .faq-content-wrap .faq-desc[data-v-b83357d3] {
    margin-top: 16px;
    margin-bottom: 16px;
    flex-direction: column;
    padding-left: 40px
}

@media (max-width: 479.9px) {
    .faq-content .faq-content-wrap .faq-desc[data-v-b83357d3] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (pointer:fine) {
    .collapse-wrap[data-v-b83357d3] {
        border-right: 2px solid #2c314b;
        display: flex;
        flex-direction: column;
        padding-right: 55px;
        position: relative;
        scrollbar-color: rgba(0, 0, 0, .5) transparent;
        scrollbar-width: thin
    }

    .collapse-wrap[data-v-b83357d3]::-webkit-scrollbar {
        background-color: transparent;
        height: 5px;
        width: 5px
    }

    .collapse-wrap[data-v-b83357d3]::-webkit-scrollbar-thumb {
        background-color: #266ef1;
        border-radius: 0
    }

    .collapse-wrap[data-v-b83357d3]::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, .6)
    }
}

@media (max-width: 767.9px) {
    .collapse-wrap[data-v-b83357d3] {
        border-right: 1px solid #2c314b;
        padding-right: 23px
    }
}

.item[data-v-f45d4128] {
    align-items: center;
    background: #202c52;
    border-radius: 10px;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 300px
}

@media (max-width: 1279.9px) {
    .item[data-v-f45d4128] {
        height: 80px;
        width: auto
    }
}

@media (max-width: 479.9px) {
    .item[data-v-f45d4128] {
        height: 44px
    }
}

.item[data-v-f45d4128]:hover {
    transform: scale(1.05)
}

.item .header[data-v-f45d4128] {
    align-items: center;
    color: #8098bf;
    display: flex
}

.item .header .icon[data-v-f45d4128] {
    display: block;
    font-size: 35px;
    height: 35px;
    margin-right: 16px;
    width: 35px
}

@media (max-width: 599.9px) {
    .item .header .icon[data-v-f45d4128] {
        font-size: 20px;
        height: 20px;
        margin-right: 7px;
        width: 20px
    }
}

.item .header .title[data-v-f45d4128] {
    font-size: 24px
}

@media (max-width: 599.9px) {
    .item .header .title[data-v-f45d4128] {
        font-size: 15px
    }
}

.api-wrapper[data-v-57a8c58e] {
    --bg-img: url(./api-bg.4f382907.svg) repeat
}

:root:lang(zh) .estimate-tooltip-lkr3 {
    max-width: none
}

:root:lang(zh) .estimate-tooltip-lkr3 .tooltip-content {
    white-space: nowrap
}

.energy-select[data-v-b673b9c1] {
    margin-top: 9px;
    display: flex;
    flex-grow: 1;
    gap: 8px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

@media (max-width: 599.9px) {
    .energy-select[data-v-b673b9c1] {
        font-size: 12px
    }
}

.energy-info[data-v-b673b9c1] {
    height: 34px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-width: 1.5px;
    border-radius: 8px;
    border-color: rgba(128, 152, 191, .5)
}

.energy-info[data-v-b673b9c1]:hover {
    --un-border-opacity: 1;
    border-color: rgb(20 138 245 / var(--un-border-opacity));
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

@media (max-width: 479.9px) {
    .energy-info[data-v-b673b9c1] {
        height: 28px
    }
}

[data-v-b673b9c1] .input-number .ant-input-number-input-wrap {
    flex: 1
}

@media (max-width: 479.9px) {
    .wallet-container[data-v-0b429667] {
        margin-top: 16px
    }

    .wallet-container .wallet-box[data-v-0b429667] {
        width: 100%
    }
}

.wallet-box[data-v-0b429667] {
    border-radius: 30px;
    padding: 30px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    background: linear-gradient(180deg, #2e3f74, #232c4f);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly
}

.wallet-box .header[data-v-0b429667] {
    background: #202c52;
    border-radius: 10px;
    height: 50px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px
}

.wallet-box .box .item .item-title[data-v-0b429667] {
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.wallet-box .box2[data-v-0b429667] {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 19px;
    padding-top: 12px;
    font-size: 18px
}

.wallet-box .box2[data-v-0b429667]:before {
    background: linear-gradient(90deg, #13192e 0, #13192e 50%, transparent 0) repeat-x;
    background-size: 8px 1px;
    content: "";
    height: 1px;
    position: absolute;
    top: -2px;
    width: 100%
}

.wallet-box .box2 .item[data-v-0b429667] {
    width: 50%
}

.wallet-box .box2 .item .item-title[data-v-0b429667] {
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.wallet-box .box2 .item .number[data-v-0b429667] {
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.wallet[data-v-0b429667] {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 30px;
    background: linear-gradient(180deg, #2e3f74, #232c4f)
}

.wallet span[data-v-0b429667] {
    margin-left: 10px;
    font-size: 22px;
    color: var(--first-text)
}

.wallet-mobile-box[data-v-0b429667] {
    border-radius: 10px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity));
    background: #2a3968
}

.wallet-mobile-box .header[data-v-0b429667] {
    height: 44px;
    display: flex;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 17px;
    line-height: 44px;
    background: linear-gradient(180deg, #31447e, #253258);
    border-radius: 10px 10px 0 0
}

.wallet-mobile-box .info[data-v-0b429667] {
    line-height: 27px;
    width: 100%
}

.wallet-mobile-box .flipy[data-v-0b429667] {
    transform: scaleY(-1);
    transition: transform .3s
}

[data-v-0b429667] .ant-progress-inner {
    background-color: #8098bf
}

[data-v-0b429667] .ant-progress-text {
    display: none
}

[data-v-0b429667] .ant-progress.ant-progress-status-success .ant-progress-bg {
    background-color: #04b3a5
}

@media (min-width: 1280px) and (max-width: 1439.9px),
(min-width: 1024px) and (max-width: 1279.9px),
(max-width: 1023.9px) {
    .activity-main[data-v-31bbb58c] {
        margin-bottom: 0;
        border-radius: 16px;
        padding: 16px;
        font-size: 13px;
        --un-text-opacity: 1;
        color: rgb(222 229 239 / var(--un-text-opacity));
        background: linear-gradient(90deg, #2680eb 50%, #07939a)
    }

    @media (max-width: 1023.9px) {
        .activity-main[data-v-31bbb58c] {
            border-radius: 10px
        }
    }

    .activity-main .receive-btn[data-v-31bbb58c] {
        width: 110px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        --un-bg-opacity: 1;
        background-color: rgb(38 110 241 / var(--un-bg-opacity));
        text-align: center;
        box-shadow: inset 0 -4px #1f5cca
    }

    .activity-main .tips[data-v-31bbb58c] {
        position: relative;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 15px;
        --un-text-opacity: 1;
        color: rgb(255 197 47 / var(--un-text-opacity));
        z-index: 99999
    }

    .activity-main .list-box[data-v-31bbb58c] {
        margin-top: 7px;
        border-radius: 12px;
        font-size: 14px;
        --un-text-opacity: 1;
        color: rgb(222 229 239 / var(--un-text-opacity));
        background: hsla(0, 0%, 100%, .2);
        height: 34px;
        line-height: 30px
    }
}

.activity-pc[data-v-6cd04fa3] {
    display: flex;
    border-radius: 30px;
    padding: 30px;
    color: rgb(222 229 239 / var(--un-text-opacity));
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity));
    background: linear-gradient(225deg, #192038, #2e3f74);
    height: 230px
}

.activity-pc .receive-btn[data-v-6cd04fa3] {
    width: 170px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    --un-bg-opacity: 1;
    background-color: rgb(38 110 241 / var(--un-bg-opacity));
    text-align: center;
    font-size: 16px;
    border: none
}

.activity-pc .receive-btn[data-v-6cd04fa3]:hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat
}

.activity-pc .list[data-v-6cd04fa3] {
    margin-left: 25px;
    margin-right: 20px;
    width: 267px;
    border-radius: 15px;
    padding: 10px 12px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    background: linear-gradient(90deg, #25335e, #202c52 83%);
    height: 160px;
    line-height: 35px
}

.popup[data-v-47952557] {
    background: linear-gradient(225deg, #192038, #2e3f74);
    border-radius: 30px;
    color: var(--first-text);
    height: 230px;
    padding: 30px;
    width: 100%
}

.popup .join[data-v-47952557] {
    display: grid;
    gap: 0 30px;
    grid-template-columns: 600px auto;
    grid-template-rows: 50px 50px 70px;
    justify-content: space-between;
    margin: auto 0
}

.popup .join .title[data-v-47952557] {
    font-size: 22px;
    font-weight: 700
}

.popup .join .info[data-v-47952557] {
    font-size: 14px;
    grid-column: 1;
    grid-row: 2;
    line-height: 20px
}

.popup .join .box[data-v-47952557] {
    align-items: center;
    display: flex;
    grid-column: 1;
    grid-row: 3;
    justify-content: flex-start
}

.popup .join .box>*[data-v-47952557] {
    width: 30%
}

.popup .join .box .link[data-v-47952557] {
    align-items: center;
    display: flex;
    justify-content: center
}

.popup .join .box .link-text[data-v-47952557] {
    color: var(--secondary-text);
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px
}

.popup .join .join-button[data-v-47952557] {
    background: #266ef1;
    border: none;
    border-radius: 10px;
    color: var(--first-text);
    font-size: 16px;
    height: 40px;
    width: 28%
}

.popup .join .join-button[data-v-47952557]:active,
.popup .join .join-button[data-v-47952557]:hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat
}

.popup .join .sell-img[data-v-47952557] {
    grid-column: 2;
    grid-row: 1 / 2;
    margin-right: 20px
}

@media (max-width: 1439.9px) {
    .popup[data-v-47952557] {
        background: none;
        height: auto;
        padding: 0
    }

    .popup .join[data-v-47952557] {
        display: grid;
        gap: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto
    }

    .popup .join .title[data-v-47952557] {
        font-weight: 400;
        font-weight: 700;
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 24px;
        text-align: center
    }

    .popup .join .info[data-v-47952557] {
        grid-column: 1;
        grid-row: 2
    }

    .popup .join .box[data-v-47952557] {
        display: block;
        grid-column: 1;
        grid-row: 4;
        text-align: center
    }

    .popup .join .box>*[data-v-47952557] {
        flex-wrap: wrap;
        width: 100%
    }

    .popup .join .box button[data-v-47952557] {
        font-size: 16px;
        margin: 30px 0;
        width: 170px
    }

    .popup .join .box .link2[data-v-47952557] {
        margin-top: 13px
    }

    .popup .join .box i[data-v-47952557] {
        font-size: 18px
    }

    .popup .join .join-button[data-v-47952557] {
        left: 50%;
        position: relative
    }

    .popup .join .sell-img[data-v-47952557] {
        grid-column: 1;
        grid-row: 3;
        left: 50%;
        margin-right: 0;
        margin-top: 28px;
        position: relative;
        transform: translate(-50%)
    }
}

.trad-box[data-v-a7f8a73d] {
    background: #202c52;
    border-radius: 30px;
    color: #e2e8f2;
    padding: 30px;
    width: 100%
}

.trad-box .trad[data-v-a7f8a73d] {
    align-items: center;
    display: grid;
    gap: 0 20px;
    grid-template-columns: 270px 1fr;
    grid-template-rows: 1fr auto .5fr;
    justify-content: space-between;
    margin: auto 0
}

.trad-box .trad .go-button[data-v-a7f8a73d] {
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    background: #266ef1;
    border: none;
    border-radius: 10px;
    color: var(--first-text);
    width: 170px
}

.trad-box .trad .go-button[data-v-a7f8a73d]:active,
.trad-box .trad .go-button[data-v-a7f8a73d]:hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat
}

.trad-box .trad .sell-img[data-v-a7f8a73d] {
    grid-column-start: 2;
    grid-row: 1 / 4
}

.notice[data-v-79fb8aa9] {
    color: var(--secondary-text);
    font-size: 14px;
    margin: -10px 0 10px 5px
}

h2[data-v-79fb8aa9] {
    font-size: 24px;
    margin: 5px 0 20px;
    text-align: center
}

.rent-grid[data-v-79fb8aa9] {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between
}

.tags[data-v-79fb8aa9] {
    align-items: center;
    background: var(--bg-one);
    border-radius: 6px;
    box-sizing: border-box;
    color: #707582;
    display: flex;
    font-size: 16px;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 14px;
    width: 100%
}

@media (max-width: 1023.9px) {
    .tags[data-v-79fb8aa9] {
        height: 40px
    }
}

.tags .left[data-v-79fb8aa9] {
    color: var(--secondary-text)
}

@media (max-width: 479.9px) {
    .tags .left[data-v-79fb8aa9] {
        font-size: 14px
    }
}

.tags .right[data-v-79fb8aa9] {
    color: var(--first-text)
}

.footer[data-v-79fb8aa9] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%
}

.paying[data-v-2b1218ba] {
    text-align: center
}

.paying .rocket[data-v-2b1218ba] {
    font-size: 80px
}

@media (max-width: 479.9px) {
    .paying .rocket[data-v-2b1218ba] {
        font-size: 60px
    }
}

.paying .content p[data-v-2b1218ba] {
    color: #8098bf;
    font-size: 16px;
    line-height: 2
}

.paying .content .title[data-v-2b1218ba] {
    color: #e2e8f2;
    font-size: 20px;
    margin: 24px 0;
    text-align: center
}

.paying .footer[data-v-2b1218ba] {
    display: flex;
    gap: 19px;
    justify-content: space-between;
    margin-top: 20px
}

.paying .footer *[data-v-2b1218ba] {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 20px 0;
    width: 45%
}

.paying .footer .cancel[data-v-2b1218ba] {
    background-color: #707582
}

@media (max-width: 767.9px) {
    .paying[data-v-2b1218ba] {
        transform: scale(.87)
    }
}

.custom-input-number[data-v-a6d9115d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .75rem;
    --un-bg-opacity: 1;
    background-color: rgb(19 25 46 / var(--un-bg-opacity));
    padding-left: .25rem;
    padding-right: .25rem
}

.custom-input-number .input[data-v-a6d9115d] {
    margin-left: .25rem;
    margin-right: .25rem;
    flex: 1 1 0%
}

.custom-input-number[data-v-a6d9115d] .ant-input-number.z-input-number {
    width: 100%
}

.custom-input-number[data-v-a6d9115d] .ant-input-number.z-input-number .ant-input-number-input-wrap input {
    text-align: center
}

.custom-input-number input[data-v-a6d9115d]::-webkit-inner-spin-button,
.custom-input-number input[data-v-a6d9115d]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.custom-input-number input[data-v-a6d9115d] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.check-box[data-v-313f138d] {
    flex-direction: row;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-width: 1.5px;
    --un-border-opacity: 1;
    border-color: rgb(128 152 191 / var(--un-border-opacity));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch
}

@media (max-width: 479.9px) {
    .check-box[data-v-313f138d] {
        display: flex;
        align-items: center;
        justify-content: space-around
    }
}

.check-box>div[data-v-313f138d] {
    min-width: 86px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    --uno: "first-child:rounded-bl-[8px] first-child:rounded-tl-[8px] last-child:rounded-br-[8px] last-child:rounded-tr-[8px]"
}

@media (max-width: 479.9px) {
    .check-box>div[data-v-313f138d] {
        flex: 1 1 0%;
        line-height: normal
    }
}

@media (max-width: 767.9px) {
    .check-box>div[data-v-313f138d] {
        height: 26px;
        min-width: 40px
    }
}

@media (min-width: 1280px) {
    .check-box>div[data-v-313f138d]:hover {
        --un-text-opacity: 1;
        color: rgb(226 232 242 / var(--un-text-opacity))
    }
}

@media (max-width: 1023.9px) {
    [data-v-0eb24acf] .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
        height: 40px
    }

    [data-v-0eb24acf] .ant-select-single .ant-select-selector .ant-select-selection-item {
        line-height: 38px
    }

    [data-v-0eb24acf] .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
        line-height: 36px
    }
}

.buy-container[data-v-0eb24acf] {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 30px;
    border: 3px solid transparent;
    color: var(--text-primary-color);
    position: relative
}

@media (max-width: 479.9px) {
    .buy-container[data-v-0eb24acf] {
        border-radius: 16px;
        padding: 30px 22px
    }
}

[data-v-df8c8b98] .ant-form-item.z-form-item .ant-form-item-label label {
    height: 40px
}

.freeze .z-form .z-form-item[data-v-df8c8b98] {
    margin-bottom: 0
}

.info[data-v-baeb849d] {
    margin-bottom: 30px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.info p[data-v-baeb849d],
.info p span[data-v-baeb849d] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.info .icon[data-v-baeb849d] {
    font-size: 18px
}

.order-table[data-v-04252004] {
    --both-sides-padding: 30px
}

@media (max-width: 767.9px) {
    .order-table[data-v-04252004] {
        --both-sides-padding: 16px
    }
}

.order-table[data-v-04252004] .ant-table-tbody>tr>td {
    padding-bottom: 10px;
    padding-top: 10px
}

@media (max-width: 767.9px) {
    .order-table[data-v-04252004] .ant-table-tbody>tr>td {
        padding: 10px
    }
}

@media (min-width: 768px) {
    .order-table[data-v-04252004] .ant-table {
        min-height: 540px
    }
}

.order-table[data-v-04252004] .ant-table-pagination {
    margin-bottom: 0 !important
}

@media (min-width: 768px) {
    .order-table[data-v-04252004] .ant-table-cell:nth-child(n+4) {
        vertical-align: middle
    }
}

.ant-pagination.ant-cover__basic-pagination li.ant-pagination-item,
.ant-pagination.ant-cover__basic-pagination li.ant-pagination-prev {
    height: 30px;
    min-width: 28px
}

.vote-input[data-v-c991597a] {
    width: 100px
}

.vote-input[data-v-c991597a] input {
    height: 34px !important
}

[data-v-c991597a]::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

[data-v-c991597a]::-webkit-scrollbar-thumb {
    background: #266ef1;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #266ef1
}

[data-v-c991597a]::-webkit-scrollbar-track {
    background: #35457c;
    border-radius: 0;
    box-shadow: inset 0 0 5px #35457c
}

.right-extra[data-v-58119dcb] {
    align-items: center;
    display: flex
}

.sort-select[data-v-58119dcb] {
    width: 120px
}

@media (max-width: 767.9px) {
    .sort-select[data-v-58119dcb] {
        width: 110px
    }
}

.sort-select[data-v-58119dcb] .ant-select-selector {
    border: 2px solid #303c6a !important;
    border-radius: 10px !important;
    color: #8098bf;
    font-size: 16px
}

@media (max-width: 767.9px) {
    .sort-select[data-v-58119dcb] .ant-select-selector {
        font-size: 14px
    }
}

.sort-select[data-v-58119dcb] .ant-select-arrow {
    color: #8098bf
}

.current-order-wrapper[data-v-a28c54bd] {
    --padding: 30px;
    --y-padding: calc(var(--padding) - 8px);
    background: var(--app-gradient-top-light-d);
    border-radius: var(--padding);
    padding: var(--y-padding) var(--padding)
}

@media (max-width: 767.9px) {
    .current-order-wrapper[data-v-a28c54bd] {
        --padding: 16px;
        --y-padding: 16px
    }
}

.current-order-wrapper>.header[data-v-a28c54bd] {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--y-padding)
}

.current-order-wrapper>.main[data-v-a28c54bd] {
    margin: 0 calc(var(--padding)*-1)
}

.res-type-select[data-v-a28c54bd] {
    min-width: 100px
}

.res-type-select[data-v-a28c54bd] .ant-select-selection-search {
    height: 40px !important
}

.res-type-select[data-v-a28c54bd] .ant-select-selector {
    background: transparent;
    border: none !important;
    margin-right: 16px;
    padding: 0 !important
}

.res-type-select[data-v-a28c54bd] .ant-select-selector .ant-select-selection-item {
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 767.9px) {
    .res-type-select[data-v-a28c54bd] .ant-select-selector .ant-select-selection-item {
        font-size: 16px
    }
}

.res-type-select[data-v-a28c54bd] .ant-select-arrow {
    color: #8098bf
}

.mb-containar .latest-panel[data-v-2bd48873] {
    background-color: #1a2342;
    padding: 0 16px
}

.mb-containar .latest-panel .header[data-v-2bd48873] {
    align-items: center;
    background-color: #202c52;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin: 0 -16px;
    padding: 10px 12px 8px
}

.mb-containar .latest-panel .header .left[data-v-2bd48873] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    align-items: center;
    display: flex
}

.mb-containar .latest-panel .right .mb-btn[data-v-2bd48873] {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity));
    border: none
}

.mb-containar .latest-panel .right a[data-v-2bd48873] {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

@media (max-width: 1023.9px) {
    .mb-containar .latest-panel .right a[data-v-2bd48873] {
        font-size: 14px
    }
}

.mb-containar .latest-panel .right .pay-detail-mb[data-v-2bd48873] {
    margin-right: 8px;
    cursor: pointer;
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

.mb-containar .body[data-v-2bd48873] {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.mb-containar .body span[data-v-2bd48873]:nth-child(2n) {
    text-align: right
}

.mb-containar .body span i[data-v-2bd48873] {
    color: #707582
}

.mb-containar .body span em[data-v-2bd48873] {
    color: #707582;
    font-style: normal
}

.ant-btn-primary[data-v-e176221e]:disabled {
    background-color: #2e3f73;
    border-color: transparent;
    color: #8098bf
}

[data-v-e176221e] .ant-table-cell {
    font-size: 16px
}

.mb-containar .agent-panel[data-v-e176221e] {
    background-color: #1a2344;
    padding: 0 12px
}

.mb-containar .agent-panel .header[data-v-e176221e] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    align-items: center;
    background-color: #202c52;
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
    padding: 10px 12px 8px
}

.mb-containar .agent-panel .header .left[data-v-e176221e] {
    align-items: center;
    display: flex
}

.mb-containar .agent-panel .right a[data-v-e176221e] {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

.mb-containar .agent-panel .right .pay-detail-mb[data-v-e176221e] {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity));
    cursor: pointer;
    margin-right: 8px
}

.mb-containar .body[data-v-e176221e] {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.mb-containar .body span[data-v-e176221e]:nth-child(2n) {
    text-align: right
}

.mb-containar .body span i[data-v-e176221e] {
    color: #707582
}

.mb-containar .body span em[data-v-e176221e] {
    color: #707582;
    font-style: normal
}

.progress-container[data-v-7ff81146] {
    display: grid;
    grid-template-rows: 12px 1fr;
    justify-items: center;
    margin: auto
}

.wait[data-v-7ff81146] {
    color: #266ef1
}

.num[data-v-7ff81146],
.status[data-v-7ff81146] {
    white-space: nowrap
}

.box[data-v-78d6abe7] {
    margin: 0 -40px -30px
}

@media (max-width: 767.9px) {
    .box[data-v-78d6abe7] {
        margin: 0 -20px -10px
    }
}

[data-v-78d6abe7] .ant-table-wrapper .ant-table {
    background: transparent
}

[data-v-3ce0a00c] .ant-table-cell {
    font-size: 16px
}

.progress-mb[data-v-3ce0a00c] {
    display: none
}

@media (max-width: 1023.9px) {
    .progress-mb[data-v-3ce0a00c] {
        display: block
    }

    .progress-mb[data-v-3ce0a00c] .progress-container {
        margin: 0
    }
}

.mb-containar .buy-panel[data-v-3ce0a00c] {
    background-color: #1a2344;
    padding: 0 12px
}

.mb-containar .buy-panel .img[data-v-3ce0a00c] {
    color: #2a47ab;
    width: 25px
}

.mb-containar .buy-panel .header[data-v-3ce0a00c] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    align-items: center;
    background-color: #202c52;
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
    padding: 10px 12px 8px
}

.mb-containar .buy-panel .header .left[data-v-3ce0a00c] {
    align-items: center;
    display: flex
}

.mb-containar .buy-panel .header .right[data-v-3ce0a00c] {
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

.mb-containar .body[data-v-3ce0a00c] {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.mb-containar .body span[data-v-3ce0a00c]:nth-child(2n) {
    text-align: right
}

.mb-containar .body span i[data-v-3ce0a00c] {
    color: #707582
}

.mb-containar .body span em[data-v-3ce0a00c] {
    color: #707582;
    font-style: normal
}

.sort-select[data-v-3ce0a00c] {
    position: absolute;
    right: 0;
    top: -60px;
    width: 150px
}

@media (max-width: 767.9px) {
    .sort-select[data-v-3ce0a00c] {
        right: -6px;
        top: -48px;
        width: 106px
    }
}

.sort-select[data-v-3ce0a00c] .ant-select-selector {
    border: 2px solid #303c6a !important;
    border-radius: 10px !important;
    color: #8098bf;
    font-size: 16px
}

@media (max-width: 767.9px) {
    .sort-select[data-v-3ce0a00c] .ant-select-selector {
        font-size: 12px
    }
}

.sort-select[data-v-3ce0a00c] .ant-select-arrow {
    color: #8098bf
}

.history-order-container[data-v-5e19f7c5] {
    --padding: 30px;
    background: var(--app-gradient-top-light-d);
    border-radius: var(--padding);
    margin-bottom: var(--padding);
    padding: 10px var(--padding) var(--padding)
}

@media (max-width: 767.9px) {
    .history-order-container[data-v-5e19f7c5] {
        --padding: 16px
    }
}

.history-order-container .content[data-v-5e19f7c5] {
    --both-sides-padding: var(--padding);
    margin: 0 calc(var(--padding)*-1)
}

.c2c-content[data-v-7c17f0b8] {
    margin: auto;
    z-index: 4 !important
}

@media (min-width: 1440px) {
    .c2c-content[data-v-7c17f0b8] {
        margin-top: 40px
    }

    .c2c-content .activity-box[data-v-7c17f0b8] {
        grid-row: 1
    }

    .c2c-content .sell-div[data-v-7c17f0b8] {
        grid-row: 1 / 3
    }

    .c2c-content .wallet-div[data-v-7c17f0b8] {
        grid-row-start: 1
    }

    .c2c-content .current-div[data-v-7c17f0b8] {
        grid-row: 3 / 5
    }

    .c2c-content .c2c-box[data-v-7c17f0b8] {
        display: grid;
        gap: 30px;
        grid-template-columns: 910px 1fr;
        grid-template-rows: 100px 100px 65px auto
    }

    .c2c-content .c2c-box2[data-v-7c17f0b8] {
        display: grid;
        gap: 30px;
        grid-template-columns: 910px 1fr;
        grid-template-rows: 100px 100px 350px auto
    }
}

@media (max-width: 1439.9px) {

    .c2c-content .c2c-box[data-v-7c17f0b8],
    .c2c-content .c2c-box2[data-v-7c17f0b8] {
        display: grid;
        gap: 16px;
        grid-template-columns: 100%
    }

    .c2c-content .c2c-box .buy-div[data-v-7c17f0b8],
    .c2c-content .c2c-box .notif-div[data-v-7c17f0b8],
    .c2c-content .c2c-box .sell-div[data-v-7c17f0b8],
    .c2c-content .c2c-box2 .buy-div[data-v-7c17f0b8],
    .c2c-content .c2c-box2 .notif-div[data-v-7c17f0b8],
    .c2c-content .c2c-box2 .sell-div[data-v-7c17f0b8] {
        display: none
    }

    .c2c-content .top-buttons[data-v-7c17f0b8] {
        gap: 15px
    }

    .c2c-content .top-buttons .custom-button[data-v-7c17f0b8] {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, #2e3f74, #232c4f);
        border: none;
        border-radius: 10px;
        color: #dee5ef;
        flex: 1;
        font-size: 18px;
        height: 50px;
        line-height: 50px
    }
}

@media (max-width: 1023.9px) {
    [data-v-7c17f0b8] .ant-empty .ant-empty-image {
        height: 50px
    }
}

[data-v-7c17f0b8] .slick-arrow.custom-slick-arrow {
    background-color: rgba(31, 45, 61, .11);
    color: #fff;
    font-size: 25px;
    height: 25px;
    opacity: .3;
    transition: all .3s ease;
    width: 25px;
    z-index: 1
}

[data-v-7c17f0b8] .slick-arrow.custom-slick-arrow:before {
    display: none
}

[data-v-7c17f0b8] .slick-arrow.custom-slick-arrow:hover {
    color: #fff;
    opacity: .5
}

[data-v-7c17f0b8] .slick-slide h3 {
    color: #fff
}

.rental-about[data-v-f034814f] {
    position: relative;
    margin-right: 40px;
    min-width: 280px;
    max-width: 630px;
    flex: 1
}

@media (max-width: 1023.9px) {
    .rental-about[data-v-f034814f] {
        display: none
    }
}

.rental-about h1[data-v-f034814f] {
    margin-bottom: 22px;
    font-size: 90px;
    font-weight: 800;
    line-height: 7.3rem;
    color: transparent;
    background: linear-gradient(98deg, #2680eb, #00c1a5 59%);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative
}

.rental-about h2[data-v-f034814f] {
    font-size: 48px;
    font-weight: 600;
    color: var(--first-text)
}

.rental-about .introduce[data-v-f034814f] {
    position: relative;
    margin-top: 40px
}

.rental-about .info[data-v-f034814f] {
    margin-top: 25px;
    color: var(--secondary-text);
    font-size: 20px;
    padding-top: 27px;
    position: relative
}

.rental-about .info[data-v-f034814f] :before {
    background: linear-gradient(90deg, #2a47ab, #2a47ab, transparent 50%) repeat-x;
    background-size: 8px 1px;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 340px
}

.rental-about .info .customer-link[data-v-f034814f] {
    margin: 0 5px;
    color: var(--highlight)
}

.rental-about .info .detail[data-v-f034814f] {
    margin: 0 5px;
    cursor: pointer;
    white-space: nowrap;
    color: var(--highlight)
}

.rental-about ul[data-v-f034814f] {
    list-style: initial;
    font-size: 20px;
    line-height: 1.8em;
    color: var(--secondary-text);
    display: inline;
    list-style-type: none
}

.rental-about ul li[data-v-f034814f] {
    list-style: outside url(./dot.9335d9ab.svg);
    margin-left: 30px;
    padding-left: 10px
}

.modal-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

@media (max-width: 1023.9px) {
    [data-v-111e3980] .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
        height: 40px
    }

    [data-v-111e3980] .ant-select-single .ant-select-selector .ant-select-selection-item {
        line-height: 38px
    }

    [data-v-111e3980] .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
        line-height: 36px
    }
}

.ant-input-affix-wrapper[data-v-111e3980] {
    height: 50px;
    padding: 0 10px
}

@media (max-width: 1023.9px) {
    .ant-input-affix-wrapper[data-v-111e3980] {
        height: 40px
    }
}

.ant-radio-wrapper[data-v-111e3980] {
    color: #e2e8f2
}

[data-v-111e3980] .ant-input-group .ant-input-group-addon {
    background: #13192e
}

[data-v-111e3980] .ant-picker-range {
    background-color: var(--bg-one);
    border-color: var(--bg-one);
    border-radius: 10px;
    box-shadow: none;
    height: 50px
}

[data-v-111e3980] .ant-picker .ant-picker-input>input {
    color: #e2e8f2
}

[data-v-111e3980] .ant-picker .ant-picker-input>input::-moz-placeholder {
    color: #8098bf
}

[data-v-111e3980] .ant-picker .ant-picker-input>input::placeholder {
    color: #8098bf
}

[data-v-111e3980] .ant-picker .ant-picker-clear {
    background: transparent
}

.ant-picker-status-error.ant-picker[data-v-111e3980],
.ant-picker-status-error.ant-picker[data-v-111e3980]:not([disabled]):hover {
    background: transparent
}

[data-v-111e3980] .anticon svg {
    color: #8098bf
}

[data-v-111e3980] .ant-checkbox+span {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.automatic-popup[data-v-111e3980] {
    position: relative;
    width: 100%;
    color: var(--text-primary-color)
}

.automatic-popup .disabled-cls[data-v-111e3980] {
    opacity: .6;
    pointer-events: none
}

.automatic-popup .disabled-cls .ant-radio-button-wrapper[data-v-111e3980] {
    cursor: not-allowed !important
}

.automatic-popup .disabled-cls input[data-v-111e3980] {
    background-color: #f6f6f6;
    cursor: not-allowed !important
}

.automatic-popup .z-form[data-v-111e3980] {
    margin-top: 22px;
    margin-bottom: 22px
}

@media (max-width: 479.9px) {
    .automatic-popup .z-form[data-v-111e3980] {
        margin-bottom: 5px;
        font-size: 16px;
        --un-text-opacity: 1;
        color: rgb(128 152 191 / var(--un-text-opacity))
    }
}

.automatic-popup .z-form .set-box[data-v-111e3980] {
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.automatic-popup .z-form .z-form-item[data-v-111e3980] {
    margin-bottom: 16px
}

@media (max-width: 479.9px) {
    .automatic-popup .z-form .z-form-item[data-v-111e3980] {
        margin-bottom: 10px
    }
}

.automatic-popup .prefix-icon[data-v-111e3980] {
    color: #8098bf;
    font-size: 16px
}

.flipy[data-v-111e3980] {
    transform: scaleY(-1);
    transition: transform .3s
}

.question[data-v-111e3980] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.z-tooltip[data-v-111e3980] {
    color: #8098bf;
    font-size: 1.2rem
}

.custom-input[data-v-111e3980] .ant-input-number-handler-wrap {
    display: none
}

.coffee-stains[data-v-e2efc6c8]:after {
    background: url(./coffee-stains.d2d8029e.png);
    background-repeat: no-repeat;
    background-size: 95.9%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 102%;
    z-index: 1
}

@media (max-width: 1023.9px) {
    .coffee-stains[data-v-e2efc6c8]:after {
        background-position: 11px 0;
        height: 24px
    }
}

@media (min-width: 1024px) {
    .coffee-stains[data-v-e2efc6c8]:after {
        background-position: 32px 0;
        background-size: 93%;
        height: 50px
    }
}

.comfirm-btn.imtoken[data-v-e2efc6c8],
.comfirm-btn:hover.imtoken[data-v-e2efc6c8] {
    background: url(./coffee.21f26c93.png) no-repeat 99.8%/32%, linear-gradient(286deg, #9f542b 18.94%, #8f3d26 97.51%) !important
}

.slide-fade-enter-active[data-v-e2efc6c8] {
    transition: all .3s ease-out
}

.slide-fade-leave-active[data-v-e2efc6c8] {
    transition: all .3s cubic-bezier(1, .5, .8, 1)
}

.slide-fade-enter-from[data-v-e2efc6c8],
.slide-fade-leave-to[data-v-e2efc6c8] {
    opacity: 0;
    transform: translate(20px)
}

.receive-btn[data-v-e2efc6c8] {
    align-items: center;
    background: #266ef1;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 34px
}

@media (max-width: 479.9px) {
    .receive-btn[data-v-e2efc6c8] {
        font-size: 12px
    }
}

.receive-btn[data-v-e2efc6c8]:hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat
}

.collapse-panel[data-v-fe80bb0c] {
    border: none !important;
    margin-bottom: 5px
}

.collapse-panel[data-v-fe80bb0c] .ant-collapse-header {
    background-color: #202c52;
    color: #8098bf !important;
    font-size: 14px;
    line-height: 1.7 !important;
    padding: 10px 16px !important
}

.collapse-panel[data-v-fe80bb0c] .ant-collapse-content-box {
    color: #e2e8f2 !important;
    font-size: 14px;
    padding: 16px 16px 0 !important
}

.collapse-panel[data-v-fe80bb0c] .ant-collapse-content-box li:not(:last-of-type) {
    margin-bottom: 6px
}

.collapse .content[data-v-fe80bb0c] {
    color: #e2e8f2
}

.box[data-v-33f7091d] {
    margin: 0 -40px -30px
}

@media (max-width: 1023.9px) {
    .box[data-v-33f7091d] {
        margin: 0 -20px -10px
    }
}

.title[data-v-33f7091d] {
    padding-left: 30px;
    padding-bottom: 27px;
    text-align: center;
    font-size: 24px;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

@media (max-width: 1023.9px) {
    .title[data-v-33f7091d] {
        padding-left: 0;
        padding-bottom: 20px;
        font-size: 22px
    }
}

.auto-detail-table[data-v-33f7091d] {
    --both-sides-padding: 30px !important
}

@media (max-width: 767.9px) {
    .auto-detail-table[data-v-33f7091d] {
        --both-sides-padding: 16px !important
    }
}

@media (min-width: 768px) {
    .auto-detail-table[data-v-33f7091d] .ant-table {
        min-height: 300px
    }
}

[data-v-33f7091d] .ant-table-wrapper .ant-table {
    background: transparent
}

[data-v-33f7091d] .ant-progress .ant-progress-text {
    color: #e2e8f2;
    margin-left: 0;
    margin-top: 10px;
    width: 100%
}

[data-v-33f7091d] .ant-progress .ant-progress-inner {
    background-color: #000
}

@media (max-width: 767.9px) {
    .auto-log-container[data-v-81227c3a] {
        margin: 0 0 20px
    }

    .auto-log-container .table[data-v-81227c3a] {
        display: none
    }

    .auto-log-container .tc[data-v-81227c3a] {
        display: block
    }
}

.auto-log-container[data-v-81227c3a] {
    text-align: center
}

.ant-cover__basic-modal .ant-modal-content[data-v-81227c3a] {
    padding: 30px 40px 56px !important
}

.mobile-box[data-v-81227c3a] {
    display: none
}

.mobile-box .list-box[data-v-81227c3a] {
    padding-bottom: 20px
}

.mobile-box .header[data-v-81227c3a] {
    align-items: center;
    background: #202c52;
    color: #8098bf;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    padding: 10px 16px
}

.mobile-box .title[data-v-81227c3a] {
    flex: 2;
    text-align: left
}

.mobile-box ul[data-v-81227c3a] {
    color: #b1bdd1;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 20px 16px 15px;
    text-align: left
}

.mobile-box ul li[data-v-81227c3a] {
    display: flex;
    justify-content: space-between
}

.mobile-box ul li span[data-v-81227c3a] {
    color: #e2e8f2
}

.mobile-box .operate[data-v-81227c3a] {
    color: #e2e8f2;
    cursor: pointer;
    font-size: 14px;
    padding-right: 20px;
    text-align: right
}

.mobile-box .operate>span[data-v-81227c3a] {
    background: #2e3f73;
    border-radius: 6px;
    padding: 5px 16px
}

@media (max-width: 1023.9px) {
    .stc-display[data-v-69bde222] {
        display: none
    }

    .b2c-container .b2c-content[data-v-69bde222] {
        margin: 16px 16px 20px
    }

    .b2c-container .b2c-content .b2c-form[data-v-69bde222] {
        display: block;
        max-width: 1440px;
        padding: 0;
        width: 100%
    }

    .b2c-container .api[data-v-69bde222] {
        background-color: transparent;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    [data-v-69bde222] .api .title {
        color: #000
    }
}

@media (max-width: 1279.9px) {
    .b2c-content[data-v-69bde222] {
        flex-direction: column;
        justify-content: center
    }
}

.b2c-content[data-v-69bde222] {
    margin: auto;
    max-width: 1440px;
    position: relative !important;
    width: calc(100% - 30px);
    z-index: 4
}

.b2c-content .b2c-form[data-v-69bde222] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    position: relative
}

.b2c-content .trad-order[data-v-69bde222] {
    background: var(--app-gradient-top-light-d);
    border-radius: 30px;
    margin: 50px 0 30px;
    padding: 10px 20px 30px
}

@media (max-width: 767.9px) {
    .b2c-content .trad-order[data-v-69bde222] {
        border-radius: 10px;
        margin: 16px 0 30px;
        padding: 10px 15px
    }
}

.b2c-content .trad-order .content[data-v-69bde222] {
    margin: 0 -20px
}

@media (max-width: 767.9px) {
    .b2c-content .trad-order .content[data-v-69bde222] {
        margin: 0 -15px
    }
}

.api[data-v-69bde222] {
    margin: 30px auto
}

[data-v-69bde222] .api .title {
    color: #fff
}

.info[data-v-152d9008] {
    width: 630px
}

@media (max-width: 1599.9px) {
    .info[data-v-152d9008] {
        margin-bottom: 30px;
        width: 100%;
        height: 100%
    }
}

.info .info-container[data-v-152d9008] {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 599.9px) {
    .info .info-container[data-v-152d9008] {
        display: none
    }
}

.info .info-container header h1[data-v-152d9008] {
    margin-bottom: 22px;
    font-size: 67px;
    font-weight: 800;
    line-height: 7.3rem;
    color: transparent;
    background: linear-gradient(90deg, #2680eb, #00c1a5 30%);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative
}

.info .info-container header h2[data-v-152d9008] {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 600;
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.info .info-container .introduce[data-v-152d9008] {
    margin: 23px 0
}

.info .info-container ul[data-v-152d9008] {
    display: inline;
    list-style-type: initial;
    line-height: 1.5em;
    --un-text-opacity: 1;
    color: rgb(177 189 209 / var(--un-text-opacity));
    display: grid;
    gap: 16px;
    list-style-type: none
}

.info .info-container ul li[data-v-152d9008] {
    font-size: 20px;
    list-style: outside url(./dot.9335d9ab.svg);
    margin-left: 30px;
    padding-left: 10px
}

.info .info-container ul li p[data-v-152d9008] {
    font-size: 16px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.currency .input input[data-v-4f178cce]::-moz-placeholder {
    color: #768cb2
}

.currency .input input[data-v-4f178cce]::placeholder {
    color: #768cb2
}

.currency .input[data-v-4f178cce] .ant-form-item {
    flex: 1 0 0;
    margin-bottom: 0 !important
}

.currency .input[data-v-4f178cce] .ant-form-item .ant-input-number-group-wrapper {
    margin: 0
}

.currency .input[data-v-4f178cce] .ant-form-item input {
    font-size: 20px;
    padding: 0
}

.currency .input[data-v-4f178cce] .ant-form-item .ant-form-item-explain-error {
    bottom: -10px;
    position: absolute
}

.no-spinners[data-v-4f178cce]::-webkit-inner-spin-button,
.no-spinners[data-v-4f178cce]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.inputBox[data-v-4f178cce] {
    background: transparent;
    border: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.borderErr[data-v-4f178cce] {
    border: 1px solid #d42828
}

.pay-info[data-v-567450da] .ant-form-item {
    margin-bottom: 20px
}

.pay-info[data-v-567450da] .address {
    color: #9cb8ff;
    margin-top: 10px
}

.pay-info[data-v-567450da] .address .address-form-item input {
    margin-top: 0
}

.pay-info[data-v-567450da] .address .ant-form-item-control-input-content {
    padding: 0 15px
}

.pay-info[data-v-567450da] .address .ant-input {
    margin-top: 0
}

.ttxs-box-shadow[data-v-567450da] {
    background: #23315f;
    border-radius: 8px;
    box-shadow: inset 0 0 5px #354888;
    margin-bottom: 20px;
    padding: 15px
}

.ant-cover__basic-modal.content-wallet-modal .ant-modal-content .ant-modal-close {
    right: 27px;
    top: 38px
}

@media (max-width: 1023.9px) {
    .ant-cover__basic-modal.content-wallet-modal .ant-modal-content .ant-modal-close {
        right: 17px
    }
}

li.li-icon[data-v-4cbfe5ba]:first-child,
div.li-icon-box[data-v-4cbfe5ba]:first-child {
    margin-top: 0
}

.scroll-container[data-v-4cbfe5ba] {
    -webkit-overflow-scrolling: touch
}

.scroll-container[data-v-4cbfe5ba]>:not(:first-child) {
    margin-top: 30px
}

.activeKey[data-v-4cbfe5ba] {
    background: #266ef1;
    color: #fff
}

[data-v-4cbfe5ba]::-webkit-scrollbar {
    background-color: transparent;
    height: 5px;
    width: 5px
}

[data-v-4cbfe5ba]::-webkit-scrollbar-thumb {
    background-color: #256df0;
    border-radius: 5px
}

@media (pointer:fine) {
    .overflow-y-scroll[data-v-4cbfe5ba] {
        scrollbar-color: #256df0 transparent;
        scrollbar-width: 5px
    }
}

.state[data-v-5825fc55] {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 20px;
    z-index: 1
}

.rotating[data-v-5825fc55] {
    animation: rotate-5825fc55 2s linear infinite
}

@keyframes rotate-5825fc55 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.dotted-line[data-v-508eb28f] {
    pointer-events: none
}

.dotted-line[data-v-508eb28f]:before {
    background: repeating-linear-gradient(180deg, transparent, transparent 4px, #778db3 0, #778db3 6px);
    content: "";
    top: 33%;
    right: 50%;
    bottom: 33%;
    left: 50%;
    position: absolute;
    width: 2px;
    z-index: 0
}

img[data-v-67e08863] {
    height: 2rem;
    width: 2rem
}

.progress[data-v-67e08863] {
    background-color: #2e3f73;
    border-radius: 50rem;
    display: flex;
    font-size: .75rem;
    height: 1rem;
    overflow: hidden
}

.progress-bar-animated[data-v-67e08863] {
    animation: progress-bar-stripes-67e08863 1s linear infinite
}

.progress-bar-striped[data-v-67e08863] {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, rgba(90, 196, 169, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar[data-v-67e08863] {
    background-color: #007bff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@keyframes progress-bar-stripes-67e08863 {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1rem 0
    }
}

.rotating[data-v-67e08863] {
    animation: rotate-67e08863 2s linear infinite
}

@keyframes rotate-67e08863 {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.section-box[data-v-222e14a1] {
    display: grid;
    grid-gap: 25px 15px;
    grid-template-areas: "left top" "left bottom";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr
}

.border-bottom[data-v-222e14a1] {
    border-bottom: 1.5px dashed #35426c
}

[data-v-8afd26c8] .ant-select-selector {
    background-color: #202c52 !important;
    border: none !important;
    border-radius: 6px !important
}

@media (max-width: 767.9px) {
    [data-v-8afd26c8] .ant-select-selector {
        background-color: #202c52 !important;
        font-size: 14px !important;
        height: 34px !important
    }
}

[data-v-8afd26c8] .ant-select-selection-item {
    align-items: center;
    display: flex
}

[data-v-8afd26c8] .ant-input {
    color: #fff
}

[data-v-8afd26c8] .ant-input-affix-wrapper {
    padding: 0 10px 0 0
}

[data-v-8afd26c8] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
    color: rgba(148, 148, 148, .92)
}

@media (max-width: 767.9px) {
    [data-v-8afd26c8] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
        color: rgba(0, 0, 0, .25)
    }
}

[data-v-8afd26c8] .ant-input-group-addon {
    background-color: transparent !important;
    border: none;
    color: rgba(148, 148, 148, .92);
    padding: 0 10px 0 0
}

[data-v-8afd26c8] .ant-input-group-addon>.address-input-clear {
    display: block
}

[data-v-8afd26c8] .ant-input-group-addon>.address-input-clear.hidden {
    visibility: hidden
}

[data-v-8afd26c8] .ant-input-number {
    width: 100%
}

[data-v-8afd26c8] .ant-input-number-group-wrapper {
    margin: 10px 10px 10px 0;
    width: 100%
}

@media (max-width: 767.9px) {
    [data-v-8afd26c8] .ant-input-number-group-wrapper {
        margin: 0
    }
}

[data-v-8afd26c8] .ant-input-number-input {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 767.9px) {
    [data-v-8afd26c8] .ant-input-number-input {
        font-size: 20px;
        padding-left: 0
    }
}

[data-v-8afd26c8] .antnumber-input::-moz-placeholder {
    font-size: 16px
}

[data-v-8afd26c8] .antnumber-input::placeholder {
    font-size: 16px
}

@media (max-width: 767.9px) {
    [data-v-8afd26c8] .antnumber-input::-moz-placeholder {
        font-size: 12px
    }

    [data-v-8afd26c8] .antnumber-input::placeholder {
        font-size: 12px
    }
}

[data-v-8afd26c8] .ant-input-number-group-addon {
    background: none;
    border: none;
    position: relative
}

[data-v-8afd26c8] .ant-input-number-group-addon>* {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[data-v-8afd26c8] .ant-input-number-disabled {
    background: none
}

[data-v-8afd26c8] .ant-input {
    margin-top: 10px;
    padding-left: 0
}

@media (max-width: 767.9px) {
    [data-v-8afd26c8] .ant-input {
        margin-top: 0
    }
}

[data-v-8afd26c8] .ant-spin-blur:after {
    opacity: 0
}

[data-v-8afd26c8] .ant-radio-group {
    display: flex
}

[data-v-8afd26c8] .comfirm-btn {
    background: linear-gradient(80deg, #2a47ab, #266ef1);
    border: 3px solid #0d0f1c;
    border-radius: 10px;
    color: #e2e8f2;
    cursor: pointer;
    flex: 1;
    font-weight: 700;
    height: 50px
}

@media (max-width: 1023.9px) {
    [data-v-8afd26c8] .comfirm-btn {
        border: 2px solid #0d0f1c
    }
}

[data-v-8afd26c8] .comfirm-btn:not(:disabled):hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat;
    color: #e2e8f2 !important
}

[data-v-8afd26c8] .comfirm-btn:disabled {
    border: 3px solid #0d0f1c;
    color: #e2e8f2;
    opacity: .3
}

.section-box[data-v-8afd26c8] {
    display: grid;
    grid-gap: 25px 15px;
    grid-template-areas: "left top" "left bottom";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr
}

.border-bottom[data-v-8afd26c8] {
    border-bottom: 1.5px dashed #35426c
}

[data-v-a4eaf8f1] .ant-select-selector {
    background-color: #202c52 !important;
    border: none !important;
    border-radius: 6px !important
}

@media (max-width: 767.9px) {
    [data-v-a4eaf8f1] .ant-select-selector {
        background-color: #202c52 !important;
        font-size: 14px !important;
        height: 34px !important
    }
}

[data-v-a4eaf8f1] .ant-select-selection-item {
    align-items: center;
    display: flex
}

[data-v-a4eaf8f1] .ant-input {
    color: #fff
}

[data-v-a4eaf8f1] .ant-input-affix-wrapper {
    padding: 0 10px 0 0
}

[data-v-a4eaf8f1] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
    color: rgba(148, 148, 148, .92)
}

@media (max-width: 767.9px) {
    [data-v-a4eaf8f1] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
        color: rgba(0, 0, 0, .25)
    }
}

[data-v-a4eaf8f1] .ant-input-group-addon {
    background-color: transparent !important;
    border: none;
    color: rgba(148, 148, 148, .92);
    padding: 0 10px 0 0
}

[data-v-a4eaf8f1] .ant-input-group-addon>.address-input-clear {
    display: block
}

[data-v-a4eaf8f1] .ant-input-group-addon>.address-input-clear.hidden {
    visibility: hidden
}

[data-v-a4eaf8f1] .ant-input-number {
    width: 100%
}

[data-v-a4eaf8f1] .ant-input-number-group-wrapper {
    margin: 10px 10px 10px 0;
    width: 100%
}

@media (max-width: 767.9px) {
    [data-v-a4eaf8f1] .ant-input-number-group-wrapper {
        margin: 0
    }
}

[data-v-a4eaf8f1] .ant-input-number-input {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 767.9px) {
    [data-v-a4eaf8f1] .ant-input-number-input {
        font-size: 20px;
        padding-left: 0
    }
}

[data-v-a4eaf8f1] .antnumber-input::-moz-placeholder {
    font-size: 16px
}

[data-v-a4eaf8f1] .antnumber-input::placeholder {
    font-size: 16px
}

@media (max-width: 767.9px) {
    [data-v-a4eaf8f1] .antnumber-input::-moz-placeholder {
        font-size: 12px
    }

    [data-v-a4eaf8f1] .antnumber-input::placeholder {
        font-size: 12px
    }
}

[data-v-a4eaf8f1] .ant-input-number-group-addon {
    background: none;
    border: none;
    position: relative
}

[data-v-a4eaf8f1] .ant-input-number-group-addon>* {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[data-v-a4eaf8f1] .ant-input-number-disabled {
    background: none
}

[data-v-a4eaf8f1] .ant-input {
    margin-top: 10px;
    padding-left: 0
}

@media (max-width: 767.9px) {
    [data-v-a4eaf8f1] .ant-input {
        margin-top: 0
    }
}

[data-v-a4eaf8f1] .ant-spin-blur:after {
    opacity: 0
}

[data-v-a4eaf8f1] .ant-radio-group {
    display: flex
}

[data-v-a4eaf8f1] .comfirm-btn {
    background: linear-gradient(80deg, #2a47ab, #266ef1);
    border: 3px solid #0d0f1c;
    border-radius: 10px;
    color: #e2e8f2;
    cursor: pointer;
    flex: 1;
    font-weight: 700;
    height: 50px
}

@media (max-width: 1023.9px) {
    [data-v-a4eaf8f1] .comfirm-btn {
        border: 2px solid #0d0f1c
    }
}

[data-v-a4eaf8f1] .comfirm-btn:not(:disabled):hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat;
    color: #e2e8f2 !important
}

[data-v-a4eaf8f1] .comfirm-btn:disabled {
    border: 3px solid #0d0f1c;
    color: #e2e8f2;
    opacity: .3
}

.section-box[data-v-a4eaf8f1] {
    display: grid;
    grid-gap: 25px 15px;
    grid-template-areas: "left top" "left bottom";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr
}

.border-bottom[data-v-a4eaf8f1] {
    border-bottom: 1.5px dashed #35426c
}

[data-v-5686cd01] .ant-select-selector {
    background-color: #202c52 !important;
    border: none !important;
    border-radius: 6px !important
}

@media (max-width: 767.9px) {
    [data-v-5686cd01] .ant-select-selector {
        background-color: #202c52 !important;
        font-size: 14px !important;
        height: 34px !important
    }
}

[data-v-5686cd01] .ant-select-selection-item {
    align-items: center;
    display: flex
}

[data-v-5686cd01] .ant-input {
    color: #fff
}

[data-v-5686cd01] .ant-input-affix-wrapper {
    padding: 0 10px 0 0
}

[data-v-5686cd01] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
    color: rgba(148, 148, 148, .92)
}

@media (max-width: 767.9px) {
    [data-v-5686cd01] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
        color: rgba(0, 0, 0, .25)
    }
}

[data-v-5686cd01] .ant-input-group-addon {
    background-color: transparent !important;
    border: none;
    color: rgba(148, 148, 148, .92);
    padding: 0 10px 0 0
}

[data-v-5686cd01] .ant-input-group-addon>.address-input-clear {
    display: block
}

[data-v-5686cd01] .ant-input-group-addon>.address-input-clear.hidden {
    visibility: hidden
}

[data-v-5686cd01] .ant-input-number {
    width: 100%
}

[data-v-5686cd01] .ant-input-number-group-wrapper {
    margin: 10px 10px 10px 0;
    width: 100%
}

@media (max-width: 767.9px) {
    [data-v-5686cd01] .ant-input-number-group-wrapper {
        margin: 0
    }
}

[data-v-5686cd01] .ant-input-number-input {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 767.9px) {
    [data-v-5686cd01] .ant-input-number-input {
        font-size: 20px;
        padding-left: 0
    }
}

[data-v-5686cd01] .antnumber-input::-moz-placeholder {
    font-size: 16px
}

[data-v-5686cd01] .antnumber-input::placeholder {
    font-size: 16px
}

@media (max-width: 767.9px) {
    [data-v-5686cd01] .antnumber-input::-moz-placeholder {
        font-size: 12px
    }

    [data-v-5686cd01] .antnumber-input::placeholder {
        font-size: 12px
    }
}

[data-v-5686cd01] .ant-input-number-group-addon {
    background: none;
    border: none;
    position: relative
}

[data-v-5686cd01] .ant-input-number-group-addon>* {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[data-v-5686cd01] .ant-input-number-disabled {
    background: none
}

[data-v-5686cd01] .ant-input {
    margin-top: 10px;
    padding-left: 0
}

@media (max-width: 767.9px) {
    [data-v-5686cd01] .ant-input {
        margin-top: 0
    }
}

[data-v-5686cd01] .ant-spin-blur:after {
    opacity: 0
}

[data-v-5686cd01] .ant-radio-group {
    display: flex
}

[data-v-5686cd01] .comfirm-btn {
    background: linear-gradient(80deg, #2a47ab, #266ef1);
    border: 3px solid #0d0f1c;
    border-radius: 10px;
    color: #e2e8f2;
    cursor: pointer;
    flex: 1;
    font-weight: 700;
    height: 50px
}

@media (max-width: 1023.9px) {
    [data-v-5686cd01] .comfirm-btn {
        border: 2px solid #0d0f1c
    }
}

[data-v-5686cd01] .comfirm-btn:not(:disabled):hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat;
    color: #e2e8f2 !important
}

[data-v-5686cd01] .comfirm-btn:disabled {
    border: 3px solid #0d0f1c;
    color: #e2e8f2;
    opacity: .3
}

@media (max-width: 1279.9px) {
    .function-area[data-v-fc8d5dfa] {
        width: 100%
    }
}

.function-area .function-area-container[data-v-fc8d5dfa] {
    background-color: #222e56;
    border: 3px solid transparent;
    border-radius: 25px;
    padding: 48px
}

@media (max-width: 1023.9px) {
    .function-area .function-area-container[data-v-fc8d5dfa] {
        border-radius: 16px;
        padding: 16px 0 32px
    }

    .function-area .function-area-container header[data-v-fc8d5dfa] {
        border-radius: 16px 16px 0 0;
        padding: 16px
    }
}

.function-area .function-area-container>.switch-currency-button[data-v-fc8d5dfa] {
    cursor: pointer;
    height: 1.875rem;
    margin: 1.25rem .625rem;
    width: 1.875rem
}

[data-v-5f5a0bd5] .ant-table-title {
    background: linear-gradient(180deg, #26335f, #192242);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--first-text);
    font-size: 22px;
    padding: 27px 32px;
    text-align: left
}

.btn-status[data-v-5f5a0bd5] {
    align-items: center;
    background: transparent;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 86px
}

.primary-status[data-v-5f5a0bd5] {
    border: 1.5px solid #00c1a5;
    color: #00c1a5
}

.warn-status[data-v-5f5a0bd5] {
    border: 1.5px solid #fdb754;
    color: #fdb754
}

.danger-status[data-v-5f5a0bd5] {
    border: 1.5px solid #db3e3e;
    color: #db3e3e
}

.gray-status[data-v-5f5a0bd5] {
    border: 1.5px solid #9b9b9b;
    color: #9b9b9b
}

.mb-containar[data-v-5f5a0bd5] {
    background: var(--app-gradient-top-light-d)
}

.mb-containar .historyPanel[data-v-5f5a0bd5] {
    background-color: #1a2342;
    padding: 0 12px 10px
}

.mb-containar .historyPanel .header[data-v-5f5a0bd5] {
    align-items: center;
    background-color: #202c52;
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
    padding: 10px 8px 8px 15px
}

.mb-containar .historyPanel .header .left[data-v-5f5a0bd5] {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity));
    align-items: center;
    display: flex
}

.mb-containar .historyPanel .body[data-v-5f5a0bd5] {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.TtxsPlugInIcon[data-v-141b5782] {
    border: 1px solid #2f3c64;
    border-radius: 10px;
    cursor: pointer
}

.connecting .icon[data-v-56465fa7] {
    margin-bottom: 37px;
    font-size: 70px
}

.connecting .title[data-v-56465fa7] {
    font-size: 24px;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.connecting .sub-title[data-v-56465fa7] {
    margin-top: 13px;
    margin-bottom: 30px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.main[data-v-ac9accae] {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px
}

.main .item[data-v-ac9accae] {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    border-radius: .5rem;
    --un-bg-opacity: 1;
    background-color: rgb(46 63 115 / var(--un-bg-opacity));
    padding: 15px 30px;
    text-align: left;
    font-size: 18px;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity));
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: .15s;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.main .item[data-v-ac9accae]:hover {
    --un-scale-x: 1.05;
    --un-scale-y: 1.05;
    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))
}

.main .item .icon[data-v-ac9accae] {
    width: 52px;
    margin-right: 20px;
    font-size: 40px
}

.ant-cover__basic-modal.TtxsModalWalletList .ant-modal-content .ant-modal-close {
    top: 35px !important
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab {
    color: #8098bf
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab .ant-tabs-tab-btn {
    background: #2e3f73;
    border-radius: 10px;
    overflow: hidden
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab .ant-tabs-tab-active .ant-tabs-tab-btn {
    background: #266ef1;
    color: #fff
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab .ant-tabs-nav-more {
    display: none !important
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab.ant-tabs-top .ant-tabs-tab-btn {
    padding: 5px 20px
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab.ant-tabs-top .ant-tabs-tab+.ant-tabs-tab {
    margin: 0 0 0 10px
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab ::-webkit-scrollbar {
    background-color: transparent;
    width: 5px
}

[data-v-17ba5f1e] .ant-tabs.ttxs-tab ::-webkit-scrollbar-thumb {
    background-color: #256df0;
    border-radius: 5px
}

.scroll-container[data-v-17ba5f1e] {
    max-height: 500px;
    min-height: 400px;
    -webkit-overflow-scrolling: touch
}

.scroll-container>div[data-v-17ba5f1e] {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr))
}

.ttxs-AModal[data-v-17ba5f1e] .ant-modal .ant-modal-close {
    top: 35px
}

[data-v-d8f514c9] .ant-select-selector {
    background-color: #202c52 !important;
    border: none !important;
    border-radius: 6px !important
}

@media (max-width: 767.9px) {
    [data-v-d8f514c9] .ant-select-selector {
        background-color: #202c52 !important;
        font-size: 14px !important;
        height: 34px !important
    }
}

[data-v-d8f514c9] .ant-select-selection-item {
    align-items: center;
    display: flex
}

[data-v-d8f514c9] .ant-input {
    color: #fff
}

[data-v-d8f514c9] .ant-input-affix-wrapper {
    padding: 0 10px 0 0
}

[data-v-d8f514c9] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
    color: rgba(148, 148, 148, .92)
}

@media (max-width: 767.9px) {
    [data-v-d8f514c9] .ant-input-affix-wrapper .anticon.ant-input-clear-icon {
        color: rgba(0, 0, 0, .25)
    }
}

[data-v-d8f514c9] .ant-input-group-addon {
    background-color: transparent !important;
    border: none;
    color: rgba(148, 148, 148, .92);
    padding: 0 10px 0 0
}

[data-v-d8f514c9] .ant-input-group-addon>.address-input-clear {
    display: block
}

[data-v-d8f514c9] .ant-input-group-addon>.address-input-clear.hidden {
    visibility: hidden
}

[data-v-d8f514c9] .ant-input-number {
    width: 100%
}

[data-v-d8f514c9] .ant-input-number-group-wrapper {
    margin: 10px 10px 10px 0;
    width: 100%
}

@media (max-width: 767.9px) {
    [data-v-d8f514c9] .ant-input-number-group-wrapper {
        margin: 0
    }
}

[data-v-d8f514c9] .ant-input-number-input {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

@media (max-width: 767.9px) {
    [data-v-d8f514c9] .ant-input-number-input {
        font-size: 20px;
        padding-left: 0
    }
}

[data-v-d8f514c9] .antnumber-input::-moz-placeholder {
    font-size: 16px
}

[data-v-d8f514c9] .antnumber-input::placeholder {
    font-size: 16px
}

@media (max-width: 767.9px) {
    [data-v-d8f514c9] .antnumber-input::-moz-placeholder {
        font-size: 12px
    }

    [data-v-d8f514c9] .antnumber-input::placeholder {
        font-size: 12px
    }
}

[data-v-d8f514c9] .ant-input-number-group-addon {
    background: none;
    border: none;
    position: relative
}

[data-v-d8f514c9] .ant-input-number-group-addon>* {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[data-v-d8f514c9] .ant-input-number-disabled {
    background: none
}

[data-v-d8f514c9] .ant-input {
    margin-top: 10px;
    padding-left: 0
}

@media (max-width: 767.9px) {
    [data-v-d8f514c9] .ant-input {
        margin-top: 0
    }
}

[data-v-d8f514c9] .ant-spin-blur:after {
    opacity: 0
}

[data-v-d8f514c9] .ant-radio-group {
    display: flex
}

[data-v-d8f514c9] .comfirm-btn {
    background: linear-gradient(80deg, #2a47ab, #266ef1);
    border: 3px solid #0d0f1c;
    border-radius: 10px;
    color: #e2e8f2;
    cursor: pointer;
    flex: 1;
    font-weight: 700;
    height: 50px
}

@media (max-width: 1023.9px) {
    [data-v-d8f514c9] .comfirm-btn {
        border: 2px solid #0d0f1c
    }
}

[data-v-d8f514c9] .comfirm-btn:not(:disabled):hover {
    background: linear-gradient(90deg, #2680eb, #00c1a5) no-repeat;
    color: #e2e8f2 !important
}

[data-v-d8f514c9] .comfirm-btn:disabled {
    border: 3px solid #0d0f1c;
    color: #e2e8f2;
    opacity: .3
}

.input-clear[data-v-d8f514c9] {
    font-size: 18px
}

.bridge-swap[data-v-d8f514c9] {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: repeat
}

@media (max-width: 1023.9px) {
    .bridge-swap[data-v-d8f514c9] {
        min-height: calc(100vh - 150px)
    }
}

@media (max-width: 599.9px) {
    .bridge-swap[data-v-d8f514c9] {
        min-height: calc(100vh - 110px)
    }
}

.bridge-swap[data-v-d8f514c9] .container {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - 30px)
}

@media (max-width: 1279.9px) {
    .bridge-swap[data-v-d8f514c9] .container {
        flex-direction: column;
        justify-content: center;
        padding: 30px
    }
}

@media (max-width: 767.9px) {
    .bridge-swap[data-v-d8f514c9] .container {
        padding: 0 0 20px
    }
}

.bridge-swap[data-v-d8f514c9] .container h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.bridge-swap[data-v-d8f514c9] .container>:first-child {
    position: relative
}

.bridge-swap[data-v-d8f514c9] .info {
    width: 600px
}

@media (max-width: 1279.9px) {
    .bridge-swap[data-v-d8f514c9] .info {
        margin-bottom: 30px;
        width: 100%;
        height: 100%
    }
}

.bridge-swap[data-v-d8f514c9] .info .info-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 767.9px) {
    .bridge-swap[data-v-d8f514c9] .info .info-container {
        display: none
    }
}

.bridge-swap[data-v-d8f514c9] .info .info-container .introduce {
    position: relative;
    margin: 33px 0
}

.bridge-swap[data-v-d8f514c9] .info .info-container .introduce>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px
}

@media (max-width: 1279.9px) {
    .bridge-swap[data-v-d8f514c9] .info .info-container .introduce>img {
        display: none
    }
}

.bridge-swap[data-v-d8f514c9] .function-area {
    width: 603px
}

@media (max-width: 1279.9px) {
    .bridge-swap[data-v-d8f514c9] .function-area {
        width: 100%
    }
}

.bridge-swap[data-v-d8f514c9] .function-area .mobile-title {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --un-text-opacity: 1;
    color: rgb(18 28 65 / var(--un-text-opacity))
}

@media (width >=600px) {
    .bridge-swap[data-v-d8f514c9] .function-area .mobile-title {
        display: none
    }
}

.bridge-swap[data-v-d8f514c9] .function-area :deep(.function-area-container) {
    border-width: 1px;
    border-style: solid;
    border-radius: 25px;
    --un-bg-opacity: 1;
    background-color: rgb(26 35 66 / var(--un-bg-opacity));
    padding: 30px
}

.bridge-swap[data-v-d8f514c9] .function-area :deep(.function-area-container)>.switch-currency-button {
    margin: 20px 10px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.ant-modal-wrap.ant-cover__basic-modal.TTXS .ant-modal-content .ant-modal-body {
    color: #b1bdd1 !important
}

*,
: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:
}

.i-ant-design\:caret-down-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:check-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5L207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:close-circle-filled {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960S64 759.4 64 512S264.6 64 512 64m127.978 274.82l-.034.006c-.023.007-.042.018-.083.059L512 466.745l-127.86-127.86c-.042-.041-.06-.052-.084-.059a.118.118 0 0 0-.07 0c-.022.007-.041.018-.082.059l-45.02 45.019c-.04.04-.05.06-.058.083a.118.118 0 0 0 0 .07l.01.022a.268.268 0 0 0 .049.06L466.745 512l-127.86 127.862c-.041.04-.052.06-.059.083a.118.118 0 0 0 0 .07c.007.022.018.041.059.082l45.019 45.02c.04.04.06.05.083.058a.118.118 0 0 0 .07 0c.022-.007.041-.018.082-.059L512 557.254l127.862 127.861c.04.041.06.052.083.059a.118.118 0 0 0 .07 0c.022-.007.041-.018.082-.059l45.02-45.019c.04-.04.05-.06.058-.083a.118.118 0 0 0 0-.07l-.01-.022a.268.268 0 0 0-.049-.06L557.254 512l127.861-127.86c.041-.042.052-.06.059-.084a.118.118 0 0 0 0-.07c-.007-.022-.018-.041-.059-.082l-45.019-45.02a.199.199 0 0 0-.083-.058a.118.118 0 0 0-.07 0Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:close-circle-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960S64 759.4 64 512S264.6 64 512 64m0 76c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m128.013 198.826c.023.007.042.018.083.059l45.02 45.019c.04.04.05.06.058.083a.118.118 0 0 1 0 .07c-.007.022-.018.041-.059.082L557.254 512l127.861 127.862a.268.268 0 0 1 .05.06l.009.023a.118.118 0 0 1 0 .07c-.007.022-.018.041-.059.082l-45.019 45.02c-.04.04-.06.05-.083.058a.118.118 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059L512 557.254L384.14 685.115c-.042.041-.06.052-.084.059a.118.118 0 0 1-.07 0c-.022-.007-.041-.018-.082-.059l-45.02-45.019a.199.199 0 0 1-.058-.083a.118.118 0 0 1 0-.07c.007-.022.018-.041.059-.082L466.745 512l-127.86-127.86a.268.268 0 0 1-.05-.061l-.009-.023a.118.118 0 0 1 0-.07c.007-.022.018-.041.059-.082l45.019-45.02c.04-.04.06-.05.083-.058a.118.118 0 0 1 .07 0c.022.007.041.018.082.059L512 466.745l127.862-127.86c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:down-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2L227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:field-time-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M945 412H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h256c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M811 548H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h122c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M477.3 322.5H434c-6.2 0-11.2 5-11.2 11.2v248c0 3.6 1.7 6.9 4.6 9l148.9 108.6c5 3.6 12 2.6 15.6-2.4l25.7-35.1v-.1c3.6-5 2.5-12-2.5-15.6l-126.7-91.6V333.7c.1-6.2-5-11.2-11.1-11.2'/%3E%3Cpath fill='currentColor' d='M804.8 673.9H747c-5.6 0-10.9 2.9-13.9 7.7c-12.7 20.1-27.5 38.7-44.5 55.7c-29.3 29.3-63.4 52.3-101.3 68.3c-39.3 16.6-81 25-124 25c-43.1 0-84.8-8.4-124-25c-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124c0-43.1 8.4-84.7 25-124c16-37.9 39-72 68.3-101.3c29.3-29.3 63.4-52.3 101.3-68.3c39.2-16.6 81-25 124-25c43.1 0 84.8 8.4 124 25c37.9 16 72 39 101.3 68.3c17 17 31.8 35.6 44.5 55.7c3 4.8 8.3 7.7 13.9 7.7h57.8c6.9 0 11.3-7.2 8.2-13.3c-65.2-129.7-197.4-214-345-215.7c-216.1-2.7-395.6 174.2-396 390.1C71.6 727.5 246.9 903 463.2 903c149.5 0 283.9-84.6 349.8-215.8c3.1-6.1-1.4-13.3-8.2-13.3'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:lock-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32M332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332zm460 600H232V536h560zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:minus-circle-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8'/%3E%3Cpath fill='currentColor' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:plus-circle-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8'/%3E%3Cpath fill='currentColor' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:question-circle-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372'/%3E%3Cpath fill='currentColor' d='M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7c-21.2 8.1-39.2 22.3-52.1 40.9c-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5c.1-39.3-17.1-76-48.3-103.3M472 732a40 40 0 1 0 80 0a40 40 0 1 0-80 0'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:redo-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M758.2 839.1C851.8 765.9 912 651.9 912 523.9C912 303 733.5 124.3 512.6 124C291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2c3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1c-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7c29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6c29.4 29.4 52.5 63.6 68.6 101.7c16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:safety-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110l312 110z'/%3E%3Cpath fill='currentColor' d='M378.4 475.1a35.91 35.91 0 0 0-50.9 0a35.91 35.91 0 0 0 0 50.9l129.4 129.4l2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:search-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1c-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6M570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ant-design\:user-outlined {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M858.5 763.6a374 374 0 0 0-80.6-119.5a375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1c-.4.2-.8.3-1.2.5c-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8c2-77.2 33-149.5 87.8-204.3c56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2M512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-bi\:globe-asia-australia\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='currentColor'%3E%3Cpath d='m10.495 6.92l1.278-.619a.483.483 0 0 0 .126-.782c-.252-.244-.682-.139-.932.107c-.23.226-.513.373-.816.53l-.102.054c-.338.178-.264.626.1.736a.48.48 0 0 0 .346-.027ZM7.741 9.808V9.78a.413.413 0 1 1 .783.183l-.22.443a.6.6 0 0 1-.12.167l-.193.185a.36.36 0 1 1-.5-.516l.112-.108a.45.45 0 0 0 .138-.326M5.672 12.5l.482.233A.386.386 0 1 0 6.32 12h-.416a.7.7 0 0 1-.419-.139l-.277-.206a.302.302 0 1 0-.298.52z'/%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1.612 10.867l.756-1.288a1 1 0 0 1 1.545-.225l1.074 1.005a.986.986 0 0 0 1.36-.011l.038-.037a.88.88 0 0 0 .26-.755c-.075-.548.37-1.033.92-1.099c.728-.086 1.587-.324 1.728-.957c.086-.386-.114-.83-.361-1.2c-.207-.312 0-.8.374-.8c.123 0 .24-.055.318-.15l.393-.474c.196-.237.491-.368.797-.403c.554-.064 1.407-.277 1.583-.973c.098-.391-.192-.634-.484-.88c-.254-.212-.51-.426-.515-.741a7 7 0 0 1 3.425 7.692a1 1 0 0 0-.087-.063l-.316-.204a1 1 0 0 0-.977-.06l-.169.082a1 1 0 0 1-.741.051l-1.021-.329A1 1 0 0 0 11.205 9h-.165a1 1 0 0 0-.945.674l-.172.499a1 1 0 0 1-.404.514l-.802.518a1 1 0 0 0-.458.84v.455a1 1 0 0 0 1 1h.257a1 1 0 0 1 .542.16l.762.49a1 1 0 0 0 .283.126a7 7 0 0 1-9.49-3.409Z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-cryptocurrency-color\:trx {
    background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23EF0027'/%3E%3Cpath fill='%23FFF' d='M21.932 9.913L7.5 7.257l7.595 19.112l10.583-12.894zm-.232 1.17l2.208 2.099l-6.038 1.093zm-5.142 2.973l-6.364-5.278l10.402 1.914zm-.453.934l-1.038 8.58L9.472 9.487zm.96.455l6.687-1.21l-7.67 9.343z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-cryptocurrency-color\:usdt {
    background: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2326A17B'/%3E%3Cpath fill='%23FFF' d='M17.922 17.383v-.002c-.11.008-.677.042-1.942.042c-1.01 0-1.721-.03-1.971-.042v.003c-3.888-.171-6.79-.848-6.79-1.658c0-.809 2.902-1.486 6.79-1.66v2.644c.254.018.982.061 1.988.061c1.207 0 1.812-.05 1.925-.06v-2.643c3.88.173 6.775.85 6.775 1.658c0 .81-2.895 1.485-6.775 1.657m0-3.59v-2.366h5.414V7.819H8.595v3.608h5.414v2.365c-4.4.202-7.709 1.074-7.709 2.118c0 1.044 3.309 1.915 7.709 2.118v7.582h3.913v-7.584c4.393-.202 7.694-1.073 7.694-2.116c0-1.043-3.301-1.914-7.694-2.117'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-ep\:arrow-down {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M831.872 340.864L512 652.672L192.128 340.864a30.59 30.59 0 0 0-42.752 0a29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728a30.59 30.59 0 0 0-42.752 0z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ep\:arrow-up {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m488.832 344.32l-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872l319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-fluent-mdl2\:numbered-list-text {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 2048 2048' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M512 1536v-128h1536v128zm0-1152h1536v128H512zm0 640V896h1536v128z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-iconamoon\:file-document-fill {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M5 2a1 1 0 0 0-1 1v16a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V8a1 1 0 0 0-.293-.707l-5-5A1 1 0 0 0 14 2zm9 2.414L17.586 8H14zM8 13a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:add-btn {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='组_14322' data-name='组 14322' transform='translate(-259 -1149)'%3E%3Crect id='矩形_2783' data-name='矩形 2783' width='20' height='20' transform='translate(259 1149)' fill='%23e2e8f2' opacity='0'/%3E%3Cpath id='添加' d='M70.427,62.7a8,8,0,1,0,8,8A8,8,0,0,0,70.427,62.7Zm4.794,8.91H71.31v3.91H69.49v-3.91H65.58v-1.82h3.91v-3.91h1.82v3.91h3.91Z' transform='translate(198.573 1088.304)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:agent-icon\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' id='组_17503' data-name='组 17503' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect id='矩形_5228' data-name='矩形 5228' width='16' height='16' fill='%238098bf' opacity='0'/%3E%3Cpath id='诚信合作握手' d='M115.4,207.689l2.3-1.731a2.312,2.312,0,0,1,2.189-.307l3.653,1.384a2.049,2.049,0,0,0,.739.134h.6a.314.314,0,0,1,.322.307v4.448a.326.326,0,0,1-.322.32h-.792a.5.5,0,0,0-.309.107l-.175.147a.109.109,0,0,1-.148-.013l-4.257-5.141a.351.351,0,0,0-.444-.079l-1.947,1.079a1.477,1.477,0,0,1-1.275.066.44.44,0,0,1-.228-.572A.2.2,0,0,1,115.4,207.689Zm-3.008,4.542h.685l.483-.586a1.24,1.24,0,0,1,1.732-.16,1.268,1.268,0,0,1,.4.612,1.21,1.21,0,0,1,.86.84,1.189,1.189,0,0,1,.711.559,1.245,1.245,0,0,1,.685.346,1.258,1.258,0,0,1,.175,1.518l-.068.12v.013a.712.712,0,0,0,.98-.173.682.682,0,0,0,.107-.533v-.013h.013l.054.053a.734.734,0,0,0,.912.092.7.7,0,0,0,.282-.706V214.2h.013l.054.053a.734.734,0,0,0,.912.092.7.7,0,0,0,.3-.706v-.012h.013l.054.053a.719.719,0,0,0,.86.107.693.693,0,0,0,.243-.959.864.864,0,0,0-.081-.107l-.429-.52-3.478-4.194a.125.125,0,0,0-.148-.026l-1.665.919a2.106,2.106,0,0,1-1.746.134,1.127,1.127,0,0,1-.685-.667,1.164,1.164,0,0,1,.12-.945.155.155,0,0,0-.068-.213.174.174,0,0,0-.081-.013h-2.269a.314.314,0,0,0-.322.307v4.435A.449.449,0,0,0,112.389,212.231Zm2.417-.32a.608.608,0,0,0-.779.16l-.47.573a.584.584,0,0,0,.081.825h.013l.068.053a.619.619,0,0,0,.658.053c.013-.013.026,0,.04.013v.026a.588.588,0,0,0,.214.572l.054.04a.624.624,0,0,0,.645.066.025.025,0,0,1,.04.013v.013a.6.6,0,0,0,.228.533l.04.026a.57.57,0,0,0,.645.053.025.025,0,0,1,.04.013v.013a.606.606,0,0,0,.228.373l.026.013a.6.6,0,0,0,.846-.107.253.253,0,0,1,.054-.066l.081-.147a.6.6,0,0,0-.107-.759.623.623,0,0,0-.658-.107c-.013,0-.013,0-.026-.013v-.013a.614.614,0,0,0-.564-.625.777.777,0,0,0-.243.04c-.094.013-.068-.066-.068-.066a.591.591,0,0,0-.322-.772.623.623,0,0,0-.51.026c-.068.013-.054-.053-.054-.053a.538.538,0,0,0-.2-.769Zm0,0' transform='translate(-110.767 -202.503)' fill='%238098bf'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:buy-btn {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='组_8377' data-name='组 8377' transform='translate(-325 -429)'%3E%3Crect id='矩形_2767' data-name='矩形 2767' width='26' height='26' transform='translate(325 429)' fill='%23fff' opacity='0'/%3E%3Cpath id='购买' d='M52.356,60.838l2.767,7.9-.58-.412H66.1a.615.615,0,1,1,0,1.229H54.543a.615.615,0,0,1-.58-.411L49.656,56.848l.58.411H48.994a.615.615,0,0,1,0-1.229h1.242a.615.615,0,0,1,.58.412l1.11,3.168H66.883a.615.615,0,0,1,.6.738L66.5,65.133a.615.615,0,0,1-.534.487l-9.081,1.012a.615.615,0,1,1-.136-1.222l8.645-.992s.437-2.023.756-3.579c.007-.034-11.173-.008-13.8,0Zm3.579,11.236a.892.892,0,1,1-.892.892.893.893,0,0,1,.892-.892m0-1.174A2.065,2.065,0,1,0,58,72.965,2.065,2.065,0,0,0,55.936,70.9Zm8.606,1.174a.892.892,0,1,1-.892.892.893.893,0,0,1,.892-.892m0-1.174a2.065,2.065,0,1,0,2.065,2.065A2.065,2.065,0,0,0,64.541,70.9Zm0,4.131' transform='translate(279.621 376.969)' fill='%23e2e8f2' stroke='%23dee5ef' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:char-s1\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='组_8443' data-name='组 8443' transform='translate(-20 -354)'%3E%3Crect id='矩形_2339' data-name='矩形 2339' width='21' height='21' transform='translate(20 354)' fill='%23fff' opacity='0'/%3E%3Cpath id='消息_1_' data-name='消息 (1)' d='M67.257,141.6H81.263a1.255,1.255,0,0,1,1.257,1.257v9.876a1.255,1.255,0,0,1-1.257,1.257H79.247l-.342,1.515a.935.935,0,0,1-1.547.48l-2.162-2h-7.94A1.255,1.255,0,0,1,66,152.733v-9.876A1.258,1.258,0,0,1,67.257,141.6Zm10.68,6.767a1.062,1.062,0,1,0-1.062-1.062A1.063,1.063,0,0,0,77.937,148.367Zm-3.869.074a1.062,1.062,0,1,0-1.062-1.062A1.063,1.063,0,0,0,74.068,148.441Zm-3.869,0a1.062,1.062,0,1,0-1.062-1.062A1.063,1.063,0,0,0,70.2,148.441Z' transform='translate(-44 215.4)' fill='%239db1d8'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:close-s1 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='组_8870' data-name='组 8870' transform='translate(6400 -1269)'%3E%3Cg id='椭圆_10156' data-name='椭圆 10156' transform='translate(-6400 1269)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='15' cy='15' r='15' stroke='none'/%3E%3Ccircle cx='15' cy='15' r='14.25' fill='none'/%3E%3C/g%3E%3Cline id='直线_365' data-name='直线 365' x2='19' transform='translate(-6391.717 1277.282) rotate(45)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3Cline id='直线_366' data-name='直线 366' x2='19' transform='translate(-6391.718 1290.718) rotate(-45)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:copy-btn {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' id='复制' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='复制-2' data-name='复制' d='M113.772,106.666h11.053a1.842,1.842,0,0,1,1.842,1.842v11.053a1.842,1.842,0,0,1-1.842,1.842H113.772a1.842,1.842,0,0,1-1.842-1.842V108.508a1.842,1.842,0,0,1,1.842-1.842Zm0,1.579a.263.263,0,0,0-.263.263v11.053a.263.263,0,0,0,.263.263h11.053a.263.263,0,0,0,.263-.263V108.508a.263.263,0,0,0-.263-.263Zm6.053,14.737a.789.789,0,1,1,1.579,0v1.842a1.842,1.842,0,0,1-1.842,1.842H108.508a1.842,1.842,0,0,1-1.842-1.842V113.772a1.842,1.842,0,0,1,1.842-1.842h1.842a.789.789,0,1,1,0,1.579h-1.842a.263.263,0,0,0-.263.263v11.053a.263.263,0,0,0,.263.263h11.053a.263.263,0,0,0,.263-.263v-1.842Z' transform='translate(-106.666 -106.666)' fill='%238098bf'/%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:deal-s1\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='组_8487' data-name='组 8487' transform='translate(-20 -354)'%3E%3Crect id='矩形_2339' data-name='矩形 2339' width='21' height='21' transform='translate(20 354)' fill='%23fff' opacity='0'/%3E%3Cpath id='减去_12' data-name='减去 12' d='M5090.5-4242a9.511,9.511,0,0,1-9.5-9.5,9.51,9.51,0,0,1,9.5-9.5,9.511,9.511,0,0,1,9.5,9.5A9.512,9.512,0,0,1,5090.5-4242Zm-4.568-5.85,0,0a5.767,5.767,0,0,0,4.555,2.258,5.738,5.738,0,0,0,5.685-5.018.565.565,0,0,0-.115-.417.546.546,0,0,0-.372-.213.616.616,0,0,0-.079-.006.563.563,0,0,0-.557.5,4.605,4.605,0,0,1-4.563,4.026,4.6,4.6,0,0,1-4.562-4.026.573.573,0,0,0-.557-.5l-.043,0a.567.567,0,0,0-.526.565v3.555a.566.566,0,0,0,.565.566.567.567,0,0,0,.566-.566v-.729Zm2.224-2.675a.565.565,0,0,0-.565.565.567.567,0,0,0,.565.566h1.826v1.484a.567.567,0,0,0,.566.566.566.566,0,0,0,.565-.566v-1.484h1.827a.567.567,0,0,0,.565-.566.565.565,0,0,0-.565-.565h-1.827v-.236h1.827a.565.565,0,0,0,.565-.565.565.565,0,0,0-.565-.564h-1.369l1.369-1.369a.562.562,0,0,0,.165-.4.562.562,0,0,0-.165-.4.56.56,0,0,0-.4-.166.553.553,0,0,0-.4.166l-1.592,1.59-1.589-1.59a.558.558,0,0,0-.4-.167.552.552,0,0,0-.4.167.566.566,0,0,0,0,.8l1.369,1.369h-1.37a.565.565,0,0,0-.565.564.565.565,0,0,0,.565.565h1.826v.236Zm2.333-5.321a4.606,4.606,0,0,1,4.563,4.027.56.56,0,0,0,.552.5.3.3,0,0,0,.044,0,.566.566,0,0,0,.529-.564v-3.556a.565.565,0,0,0-.565-.564.565.565,0,0,0-.565.564v.731a5.77,5.77,0,0,0-4.559-2.262,5.734,5.734,0,0,0-5.683,5.018.551.551,0,0,0,.115.416.55.55,0,0,0,.373.213.585.585,0,0,0,.073.006.567.567,0,0,0,.56-.5A4.6,4.6,0,0,1,5090.488-4255.846Z' transform='translate(-5060 4616)' fill='%239db1d8'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:delete {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='组_16290' data-name='组 16290' transform='translate(-133 -2066)'%3E%3Crect id='矩形_4957' data-name='矩形 4957' width='22' height='22' transform='translate(133 2066)' fill='%23fff' opacity='0'/%3E%3Cg id='删除色块' transform='translate(136 2068)'%3E%3Cpath id='路径_39014' data-name='路径 39014' d='M96,128h16v1.225H96Zm.615,2.451h14.769l-1.712,13.48H98.327Z' transform='translate(-96 -125.799)' fill='%23148af5'/%3E%3Cpath id='路径_39015' data-name='路径 39015' d='M384,64h5.2v1.951H384Z' transform='translate(-378.601 -64)' fill='%23148af5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:energy-s1\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='组_7280' data-name='组 7280' transform='translate(0 0)'%3E%3Crect id='矩形_2339' data-name='矩形 2339' width='21' height='21' transform='translate(0 0)' fill='%23fff' opacity='0'/%3E%3Cg id='组_8436' data-name='组 8436' transform='translate(-1098 -279.78)'%3E%3Cpath id='闪电-实' d='M281.732,70.363a1.181,1.181,0,0,0-.931-.4h-3.312l3.839-4.7a.658.658,0,0,0,.027-.834,1.171,1.171,0,0,0-.945-.423H272.3a1.046,1.046,0,0,0-1.063.671l-2.163,8.74a.687.687,0,0,0,.23.677,1.24,1.24,0,0,0,.832.3h3.079l-1.033,6.7a.848.848,0,0,0,.743.879,1.246,1.246,0,0,0,1.277-.386l7.545-10.4A.656.656,0,0,0,281.732,70.363Z' transform='translate(832.945 217.78)' fill='%239db1d8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:energy-s2 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='组_8388' data-name='组 8388' transform='translate(-259 -1149)'%3E%3Crect id='矩形_2783' data-name='矩形 2783' width='23' height='23' transform='translate(259 1149)' fill='none' opacity='0'/%3E%3Cpath id='危险的闪电_1_' data-name='危险的闪电 (1)' d='M326.24,217.425a.538.538,0,0,1-.193-.039.494.494,0,0,1-.3-.523l1.031-7.472h-4.827a.494.494,0,0,1-.454-.7l4.294-9.95a.494.494,0,0,1,.454-.3h7.063a.484.484,0,0,1,.424.73l-2.961,5.745h4.086a.486.486,0,0,1,.395.77l-8.622,11.539A.493.493,0,0,1,326.24,217.425Zm-3.534-9.022h4.669a.493.493,0,0,1,.489.558L327,215.105l6.909-9.209H330a.494.494,0,0,1-.439-.716l2.961-5.745H326.6Z' transform='translate(-57.457 952.556)' fill='%23266ef1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:fail {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='组_12186' data-name='组 12186' transform='translate(-1522 -1878)'%3E%3Cpath id='成功' d='M67.667,92.667a25,25,0,1,1,25-25,25,25,0,0,1-25,25Z' transform='translate(1479.333 1835.333)' fill='%23e30000'/%3E%3Cg id='错' transform='translate(1330.708 1687.658)'%3E%3Cpath id='路径_19542' data-name='路径 19542' d='M226.931,207.949l-18.979,18.982a1.628,1.628,0,1,1-2.3-2.3l18.979-18.979a1.627,1.627,0,0,1,2.3,2.3Z' transform='translate(0 -0.132)' fill='%23fff'/%3E%3Cpath id='路径_19543' data-name='路径 19543' d='M226.931,226.8a1.632,1.632,0,0,1-2.3,0L205.65,207.816a1.628,1.628,0,0,1,2.3-2.3l18.979,18.979A1.63,1.63,0,0,1,226.931,226.8Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:home-s1\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='组_7280' data-name='组 7280' transform='translate(0 0)'%3E%3Crect id='矩形_2339' data-name='矩形 2339' width='21' height='21' transform='translate(0 0)' fill='%23fff' opacity='0'/%3E%3Cpath id='律领英首页' d='M165.66,100.651h-3.854a2.164,2.164,0,0,1-1.146-.2,1.339,1.339,0,0,1-.562-.562,2.159,2.159,0,0,1-.2-1.146V90.987l7.8-6.687,7.8,6.69v7.757a2.164,2.164,0,0,1-.2,1.146,1.339,1.339,0,0,1-.562.562,2.159,2.159,0,0,1-1.146.2H169.75V96.4a1.052,1.052,0,0,0-.1-.573.682.682,0,0,0-.281-.281,1.074,1.074,0,0,0-.573-.1h-2.182a1.052,1.052,0,0,0-.573.1.682.682,0,0,0-.281.281,1.074,1.074,0,0,0-.1.573Z' transform='translate(-156.901 -82.3)' fill='%239db1d8'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:loding {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' id='组_11970' data-name='组 11970' xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cpath id='等待' d='M198.843,150.523a3.189,3.189,0,0,1,2.243,5.455l-9.014,9.01a3.032,3.032,0,0,1-2.246.926,3.1,3.1,0,0,1-3.186-3.185,3.062,3.062,0,0,1,.92-2.241l9.017-9.02a3.08,3.08,0,0,1,2.265-.945Zm-22.564-9.312a3.189,3.189,0,0,1,3.188,3.185v12.75a3.189,3.189,0,1,1-6.378,0V144.4a3.19,3.19,0,0,1,3.189-3.186Zm-22.538,9.312a3.06,3.06,0,0,1,2.243.944L165,160.489a3.163,3.163,0,0,1,.012,4.5,3.115,3.115,0,0,1-2.257.935A3.079,3.079,0,0,1,160.49,165l-9.017-9.021a3.2,3.2,0,0,1,2.27-5.455h0Zm-9.341,22.57h12.751a3.185,3.185,0,1,1,0,6.371H144.4a3.186,3.186,0,0,1,0-6.371Z' transform='translate(-141.211 -141.211)' fill='%23266ef1'/%3E%3Cpath id='等待-2' data-name='等待' d='M160.073,173.579a3.188,3.188,0,0,1,2.245,5.455l-9.016,9.01a3.186,3.186,0,0,1-4.513-4.5l9.015-9.02a3.081,3.081,0,0,1,2.266-.944h0Z' transform='translate(-138.531 -128.311)' fill='%235c8dfd'/%3E%3Cpath id='等待-3' data-name='等待' d='M167.127,177.572a3.19,3.19,0,0,1,3.188,3.2v12.741a3.189,3.189,0,1,1-6.378,0V180.767a3.19,3.19,0,0,1,3.189-3.2Z' transform='translate(-132.127 -126.703)' fill='%237ca2fb'/%3E%3Cpath id='等待-4' data-name='等待' d='M176.785,173.579a3.066,3.066,0,0,1,2.246.945l9.013,9.02a3.185,3.185,0,1,1-4.508,4.5l-9.017-9.011a3.2,3.2,0,0,1,2.27-5.455h0Z' transform='translate(-128.303 -128.311)' fill='%239fbcfe'/%3E%3Cpath id='等待-5' data-name='等待' d='M180.763,163.94h12.751a3.185,3.185,0,0,1,0,6.371H180.763a3.185,3.185,0,1,1,0-6.371Z' transform='translate(-126.703 -132.126)' fill='%23b5cbfc'/%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:logo-1 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23266ef1'/%3E%3Cstop offset='1' stop-color='%232a47ab'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='组_8780' data-name='组 8780' transform='translate(-40 -20)'%3E%3Ccircle id='椭圆_2' data-name='椭圆 2' cx='16' cy='16' r='16' transform='translate(40 20)' fill='url(%23linear-gradient)'/%3E%3Cpath id='路径_17004' data-name='路径 17004' d='M14.5-19.365a.9.9,0,0,1-.234.41,1.451,1.451,0,0,0-.293.527,9.813,9.813,0,0,0-1.348.132,9.758,9.758,0,0,1-1.318.132,4.268,4.268,0,0,1-.483-.044,4.3,4.3,0,0,0-.513-.044q-.527.059-1.523.264A4.777,4.777,0,0,0,6.8-16.055a6.045,6.045,0,0,0-1.143,2.637,3.166,3.166,0,0,1,.879-.146,13.839,13.839,0,0,1,5.215.967l.264-.029a2.335,2.335,0,0,0,.527.674,1.849,1.849,0,0,1,.527.791,1.287,1.287,0,0,1-.762.85,5.714,5.714,0,0,0-1.025.586q-4.189-.322-4.043-.322A7.187,7.187,0,0,0,4.922-8.73,22.224,22.224,0,0,0,3.75-4.951a22.391,22.391,0,0,0-.264,3.867.78.78,0,0,0,.088.352l-.088.059L3.4-.41a2.891,2.891,0,0,0-.85.41,2.733,2.733,0,0,1-.088-.806,2.733,2.733,0,0,0-.088-.806q.059-.586.029-3.4a14.329,14.329,0,0,1,.322-3.369l-.264-.234q0-.176-.029-.527v-.5a2.818,2.818,0,0,1,.41-1.436q.732-1.289.732-1.318a21.529,21.529,0,0,0,.938-2.959H4.395q-.674-.059-.908.938a1.947,1.947,0,0,0-.923.586,1.683,1.683,0,0,1-1.04.557q-.41,0-.762-.645A2.417,2.417,0,0,1,.41-15.029a2.833,2.833,0,0,1,.352-1.23l-.029-.176A2.606,2.606,0,0,1,.586-16.7L.82-16.9.732-19.1a.919.919,0,0,1,1.055-.469,1.34,1.34,0,0,1,.4-.542,1.853,1.853,0,0,0,.366-.4,8.038,8.038,0,0,1,.82-.117l.146.146a.553.553,0,0,0,.176.029q-.029,0,1.641-.234a35.676,35.676,0,0,1,4.395-.439Q14.092-21.123,14.5-19.365Z' transform='translate(49.19 48)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:minus-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='增加' d='M97.333,109.333a12,12,0,1,1,12-12A12,12,0,0,1,97.333,109.333Zm0-1.8a10.2,10.2,0,1,0-10.2-10.2A10.2,10.2,0,0,0,97.333,107.533Zm.9-11.1v5.4a.9.9,0,1,1-1.8,0v-9a.9.9,0,1,1,1.8,0v3.6Z' transform='translate(109.333 -85.333) rotate(90)' fill='%238098bf'/%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:moon\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='组_17365' data-name='组 17365' transform='translate(-319 -563)'%3E%3Crect id='矩形_5173' data-name='矩形 5173' width='16' height='16' transform='translate(319 563)' fill='%23fff' opacity='0.004'/%3E%3Cpath id='月亮' d='M68.686,70.528a6.287,6.287,0,1,1-7.963,7.3,5.941,5.941,0,0,0,7.994-7.2Z' transform='translate(260.258 493.948)' fill='%23e2e8f2'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:out-icon\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' id='组_17509' data-name='组 17509' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect id='矩形_5228' data-name='矩形 5228' width='16' height='16' fill='%238098bf' opacity='0'/%3E%3Cpath id='退出登录_1_' data-name='退出登录 (1)' d='M33.038,33.883H28.08A1.983,1.983,0,0,1,26.1,31.9V23.966a1.983,1.983,0,0,1,1.983-1.983h4.958a.992.992,0,1,1,0,1.983H29.072a.988.988,0,0,0-.992.984v5.958a.988.988,0,0,0,.984.992h3.975a.992.992,0,1,1,0,1.983Zm4.85-5.64L35.9,30.721a.5.5,0,0,1-.883-.309V28.924H31.055a.992.992,0,0,1,0-1.983h3.967V25.454a.5.5,0,0,1,.883-.309l1.983,2.479A.493.493,0,0,1,37.888,28.242Z' transform='translate(-23.898 -19.784)' fill='%238098bf'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:plus-icon {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='增加' d='M97.333,109.333a12,12,0,1,1,12-12A12,12,0,0,1,97.333,109.333Zm0-1.8a10.2,10.2,0,1,0-10.2-10.2A10.2,10.2,0,0,0,97.333,107.533Zm.9-11.1h3.6a.9.9,0,1,1,0,1.8h-3.6v3.6a.9.9,0,1,1-1.8,0v-3.6h-3.6a.9.9,0,1,1,0-1.8h3.6v-3.6a.9.9,0,1,1,1.8,0v3.6Z' transform='translate(-85.333 -85.333)' fill='%238098bf'/%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:pocket {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='组_17458' data-name='组 17458' transform='translate(-1666 -2)'%3E%3Crect id='矩形_5229' data-name='矩形 5229' width='16' height='16' transform='translate(1666 2)' fill='%238098bf' opacity='0'/%3E%3Cpath id='排除_58' data-name='排除 58' d='M6.316,15A10.655,10.655,0,0,1,2.06,14.09,4.609,4.609,0,0,1,.069,10.877a7.379,7.379,0,0,1,.1-2.484l.007-.036A8.224,8.224,0,0,1,1.384,5.781,8.129,8.129,0,0,1,2.94,4.134,7.282,7.282,0,0,1,4.855,3H8.186a9.036,9.036,0,0,1,3.035,2.173,6.959,6.959,0,0,1,1.4,2.431,7.825,7.825,0,0,1,.311,3.415c0,.033-.007.061-.009.084a4.368,4.368,0,0,1-2.812,3.346,8.5,8.5,0,0,1-3.18.542H6.677C6.561,15,6.439,15,6.316,15ZM4.969,11.023a.148.148,0,0,0-.143.148v.565a.156.156,0,0,0,.143.157,6.071,6.071,0,0,0,1,.136V12.7a.159.159,0,0,0,.153.157h.693a.159.159,0,0,0,.153-.157v-.711h0a1.68,1.68,0,0,0,1.076-.618,1.585,1.585,0,0,0,.3-.969A1.722,1.722,0,0,0,7.272,8.791l-.92-.523c-.492-.281-.634-.439-.634-.7,0-.368.272-.555.808-.555a14.867,14.867,0,0,1,1.513.084h.022a.131.131,0,0,0,.1-.043.138.138,0,0,0,.035-.1V6.362c0-.068-.055-.124-.143-.147A8.107,8.107,0,0,0,6.968,6.09V5.462a.159.159,0,0,0-.153-.157h-.7a.159.159,0,0,0-.153.157V6.12A1.359,1.359,0,0,0,4.658,7.563a1.472,1.472,0,0,0,.186.768,1.971,1.971,0,0,0,.723.675l1.012.616c.52.319.655.478.655.774a.659.659,0,0,1-.184.528,1.043,1.043,0,0,1-.7.183c-.272,0-1.046-.041-1.359-.083ZM8.1,2.176H4.748l0,0C4.614,2.011,3.952,1.19,3.75.861A.291.291,0,0,1,3.712.6c.062-.172.307-.325.748-.466A11.835,11.835,0,0,1,6.533,0,10.714,10.714,0,0,1,8.516.136c.7.1.725.378.739.529,0,.01,0,.019,0,.027A11.751,11.751,0,0,1,8.1,2.176Z' transform='translate(1667.498 2.5)' fill='%238098bf'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:pocket\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='组_17458' data-name='组 17458' transform='translate(-1666 -2)'%3E%3Crect id='矩形_5229' data-name='矩形 5229' width='16' height='16' transform='translate(1666 2)' fill='%238098bf' opacity='0'/%3E%3Cpath id='排除_58' data-name='排除 58' d='M6.316,15A10.655,10.655,0,0,1,2.06,14.09,4.609,4.609,0,0,1,.069,10.877a7.379,7.379,0,0,1,.1-2.484l.007-.036A8.224,8.224,0,0,1,1.384,5.781,8.129,8.129,0,0,1,2.94,4.134,7.282,7.282,0,0,1,4.855,3H8.186a9.036,9.036,0,0,1,3.035,2.173,6.959,6.959,0,0,1,1.4,2.431,7.825,7.825,0,0,1,.311,3.415c0,.033-.007.061-.009.084a4.368,4.368,0,0,1-2.812,3.346,8.5,8.5,0,0,1-3.18.542H6.677C6.561,15,6.439,15,6.316,15ZM4.969,11.023a.148.148,0,0,0-.143.148v.565a.156.156,0,0,0,.143.157,6.071,6.071,0,0,0,1,.136V12.7a.159.159,0,0,0,.153.157h.693a.159.159,0,0,0,.153-.157v-.711h0a1.68,1.68,0,0,0,1.076-.618,1.585,1.585,0,0,0,.3-.969A1.722,1.722,0,0,0,7.272,8.791l-.92-.523c-.492-.281-.634-.439-.634-.7,0-.368.272-.555.808-.555a14.867,14.867,0,0,1,1.513.084h.022a.131.131,0,0,0,.1-.043.138.138,0,0,0,.035-.1V6.362c0-.068-.055-.124-.143-.147A8.107,8.107,0,0,0,6.968,6.09V5.462a.159.159,0,0,0-.153-.157h-.7a.159.159,0,0,0-.153.157V6.12A1.359,1.359,0,0,0,4.658,7.563a1.472,1.472,0,0,0,.186.768,1.971,1.971,0,0,0,.723.675l1.012.616c.52.319.655.478.655.774a.659.659,0,0,1-.184.528,1.043,1.043,0,0,1-.7.183c-.272,0-1.046-.041-1.359-.083ZM8.1,2.176H4.748l0,0C4.614,2.011,3.952,1.19,3.75.861A.291.291,0,0,1,3.712.6c.062-.172.307-.325.748-.466A11.835,11.835,0,0,1,6.533,0,10.714,10.714,0,0,1,8.516.136c.7.1.725.378.739.529,0,.01,0,.019,0,.027A11.751,11.751,0,0,1,8.1,2.176Z' transform='translate(1667.498 2.5)' fill='%238098bf'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:praise-s1\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='组_8813' data-name='组 8813' transform='translate(0 0)'%3E%3Crect id='矩形_2339' data-name='矩形 2339' width='21' height='21' transform='translate(0 0)' fill='%23fff' opacity='0'/%3E%3Cg id='推荐_1_' data-name='推荐 (1)' transform='translate(-9.713 2.673)'%3E%3Cpath id='减去_13' data-name='减去 13' d='M5082.537-4682.882H5072.3a1.588,1.588,0,0,1-1.585-1.587V-4692a1.588,1.588,0,0,1,1.585-1.587h.963c.627,0,1.78,0,2.451-.007a1.382,1.382,0,0,0,.987-.524,4.558,4.558,0,0,0,1-3.045,1.425,1.425,0,0,1,.42-1.1,1.409,1.409,0,0,1,1-.412c.037,0,.071,0,.1,0a2.964,2.964,0,0,1,1.255.318c.838.395,1.077,1.692,1.145,2.431a7.567,7.567,0,0,1-.347,3.122h1.921a2.9,2.9,0,0,1,2.207,1.016,2.891,2.891,0,0,1,.655,2.338l-.659,4.125A2.886,2.886,0,0,1,5082.537-4682.882Zm-9.664-9.464v8.288h1.183v-8.288Z' transform='translate(-5058.192 4698.803)' fill='%239db1d8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:reverse-currency\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg id='页面-1' transform='translate(0)'%3E%3Cg id='画板备份-2' transform='translate(0)'%3E%3Cg id='转换icon'%3E%3Cpath id='形状' d='M19.1,14.689a.978.978,0,0,1,.554.171l10.266,7.053a.917.917,0,0,1,.23,1.3.945.945,0,0,1-.213.212L19.667,30.817a.978.978,0,0,1-1.342-.195.916.916,0,0,1-.188-.555V25.312H9.744Q.772,25.361,0,16.688c.52.529,2.791,3.652,9.744,3.652q6.952,0,8.393-.155V15.623A.947.947,0,0,1,19.1,14.689ZM12.675.378a.916.916,0,0,1,.188.555V5.688h8.393q8.972-.05,9.744,8.624c-.52-.529-2.791-3.652-9.744-3.652q-6.953,0-8.393.155v4.561a.947.947,0,0,1-.96.933.978.978,0,0,1-.554-.171L1.084,9.087a.917.917,0,0,1-.23-1.3.945.945,0,0,1,.213-.212L11.333.183a.978.978,0,0,1,1.342.195Z' transform='translate(31) rotate(90)' fill='%232a47ab'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:sell-btn {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='组_8374' data-name='组 8374' transform='translate(-325 -429)'%3E%3Crect id='矩形_2767' data-name='矩形 2767' width='26' height='26' transform='translate(325 429)' fill='%23fff' opacity='0'/%3E%3Cg id='钱袋' transform='translate(152.734 385.112)'%3E%3Cpath id='路径_16553' data-name='路径 16553' d='M893.457,709.055' transform='translate(-699.479 -647.461)' fill='%23dee5ef' stroke='%23dee5ef' stroke-width='0.5'/%3E%3Cpath id='路径_16554' data-name='路径 16554' d='M491.89,337.94' transform='translate(-307.829 -284.039)' fill='%23dee5ef' stroke='%23dee5ef' stroke-width='0.5'/%3E%3Cpath id='路径_16555' data-name='路径 16555' d='M568.155,338.994' transform='translate(-382.211 -285.071)' fill='%23dee5ef' stroke='%23dee5ef' stroke-width='0.5'/%3E%3Cpath id='路径_16556' data-name='路径 16556' d='M577.3,293.382' transform='translate(-391.13 -240.405)' fill='%23dee5ef' stroke='%23dee5ef' stroke-width='0.5'/%3E%3Cpath id='路径_16557' data-name='路径 16557' d='M474.6,270.56' transform='translate(-290.968 -218.056)' fill='%23dee5ef' stroke='%23dee5ef' stroke-width='0.5'/%3E%3Cpath id='路径_16558' data-name='路径 16558' d='M190.974,55.268c-.283-.292-.588-.576-.883-.85-.781-.726-1.52-1.413-1.586-2a5.89,5.89,0,0,1,.652-.756c.814-.859,1.736-1.832.945-2.5-.568-.477-1.973-1.277-5-1.277-2.295,0-3.972.425-5,1.274-.8.658.123,1.629.936,2.485a5.99,5.99,0,0,1,.657.761c-.086.543-.846,1.195-1.582,1.825-.387.332-.788.675-1.137,1.035-1.867,1.928-2.752,3.753-2.706,5.579.121,4.864,5.446,5.59,8.61,5.59,5.7,0,8.642-1.89,8.736-5.618C193.659,58.965,192.8,57.149,190.974,55.268Zm-6.1,10.223c-4.889,0-7.406-1.569-7.483-4.664-.04-1.593.763-3.216,2.453-4.962.316-.326.7-.654,1.068-.97.939-.8,1.826-1.564,1.906-2.462.033-.369-.288-.725-.9-1.375a4.957,4.957,0,0,1-.985-1.256c1-.8,2.813-.968,4.167-.968,2.629,0,3.77.653,4.167.968a4.884,4.884,0,0,1-.991,1.27c-.605.638-.92.988-.9,1.349.054.934.94,1.758,1.879,2.631.286.265.581.54.845.813,1.646,1.7,2.427,3.314,2.387,4.935C192.457,61.96,192.369,65.491,184.878,65.491Z' fill='%23dee5ef' stroke='%23dee5ef' stroke-width='0.5'/%3E%3Cpath id='路径_16559' data-name='路径 16559' d='M448.781,408.472c-.114-.073-.22-.139-.307-.2a2,2,0,0,1-.91-1.055.563.563,0,0,1,.132-.449.872.872,0,0,1,.69-.348,1.492,1.492,0,0,1,1.03.317.537.537,0,1,0,.742-.767,2,2,0,0,0-1.519-.655V405a.556.556,0,1,0-1.112,0v.434a2.056,2.056,0,0,0-.818.675,1.673,1.673,0,0,0-.294,1.3,2.974,2.974,0,0,0,1.394,1.792c.1.07.229.146.36.229,1.118.709,1.386,1.074,1.129,1.564a.946.946,0,0,1-.717.482,1.494,1.494,0,0,1-1.275-.476.564.564,0,0,0-.8,0,.57.57,0,0,0-.079.8,3.57,3.57,0,0,0,1.1.716v.946a.556.556,0,1,0,1.112,0v-.876a1.874,1.874,0,0,0,1.579-1.062C451.033,409.953,449.539,408.953,448.781,408.472Z' transform='translate(-263.364 -350.235)' fill='%23dee5ef' stroke='%23dee5ef' stroke-width='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:sell-icon\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' id='组_17502' data-name='组 17502' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect id='矩形_5228' data-name='矩形 5228' width='16' height='16' fill='%238098bf' opacity='0'/%3E%3Cg id='商店' transform='translate(-0.487 -47.706)'%3E%3Cpath id='路径_16662' data-name='路径 16662' d='M4.6,54.874a2.106,2.106,0,0,1-2.111-1.6l0-.027a1.076,1.076,0,0,1,.146-.647l1.215-1.64a2.181,2.181,0,0,1,1.607-.756h6.4a2.18,2.18,0,0,1,1.607.755l1.213,1.63a1.164,1.164,0,0,1,.167.628l0,.032a2.121,2.121,0,0,1-2.111,1.621,2.242,2.242,0,0,1-1.993-1.386h-.1a2.246,2.246,0,0,1-1.993,1.4,2.246,2.246,0,0,1-1.993-1.4H6.6A2.245,2.245,0,0,1,4.6,54.874Zm8.124-.388' transform='translate(0 0)' fill='%238098bf'/%3E%3Cpath id='路径_16663' data-name='路径 16663' d='M99.137,390.81a2.521,2.521,0,0,1-1.977-.982h-.174a2.295,2.295,0,0,1-3.851.005H93a2.542,2.542,0,0,1-1.981.972,2.773,2.773,0,0,1-1.053-.223v5.078a1.072,1.072,0,0,0,1.071,1.173h1.6c.45,0,1.007-.262,1.007-.738l-.008-2.493a1.554,1.554,0,0,1,1.542-1.4,1.588,1.588,0,0,1,1.59,1.537.683.683,0,0,1,0,.118l-.005,2.074a.845.845,0,0,0,.782.9h1.58a1.2,1.2,0,0,0,1.234-1.173v-5.169A2.5,2.5,0,0,1,99.137,390.81Z' transform='translate(-86.417 -335.512)' fill='%238098bf'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:service-s1\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='组_8486' data-name='组 8486' transform='translate(-20 -354)'%3E%3Crect id='矩形_2339' data-name='矩形 2339' width='21' height='21' transform='translate(20 354)' fill='%23fff' opacity='0'/%3E%3Cpath id='客服' d='M24.878,14.063a2.224,2.224,0,0,0,2.116-1.541.126.126,0,0,0-.068-.155.128.128,0,0,0-.162.052c0,.005-.343.554-1.667.733a4.338,4.338,0,0,1-.574.041,2.155,2.155,0,0,1-1.344-.353.127.127,0,0,0-.192.162,2.24,2.24,0,0,0,1.891,1.062Zm0,0,7.117-8.2-.033,0a7.47,7.47,0,0,0-14.646.277,1.4,1.4,0,0,0-1.151,1.386v2.779a1.4,1.4,0,0,0,1.4,1.411,1.38,1.38,0,0,0,1.075-.521A6.487,6.487,0,0,0,22.1,14.838a.738.738,0,0,1,.07-.113c.025-.032.053-.059.077-.059a.117.117,0,0,1,.067.023,6.284,6.284,0,0,1-1.985-3.648,1.7,1.7,0,0,1,1.276-1.855c1.212-.226,2.417-.483,3.628-.7a2.091,2.091,0,0,0,1.618-1.266,3.269,3.269,0,0,0,.234-.976.15.15,0,0,1,.147-.126.152.152,0,0,1,.121.062l.033-.021A8.627,8.627,0,0,1,28.948,10c.156,1.851.069,3.118-1.348,4.415l-.006.005a.116.116,0,0,0-.031.079.114.114,0,0,0,.052.095l.035.016a.13.13,0,0,0,.028.005.106.106,0,0,0,.027-.005l.059-.034A6.479,6.479,0,0,0,30.8,10.886a1.433,1.433,0,0,0,.9.6c-.6,2.728-3.032,4.435-6.046,4.694a1.234,1.234,0,0,0-1.147-.766,1.206,1.206,0,1,0,1.17,1.572c3.489-.284,6.285-2.357,6.869-5.579a1.423,1.423,0,0,0,.878-1.312V7.284A1.428,1.428,0,0,0,31.995,5.86Zm-1.287.808a6.431,6.431,0,0,0-12.071-.031,1.516,1.516,0,0,0-.152-.152,6.268,6.268,0,0,1,12.364-.043,1.4,1.4,0,0,0-.141.226Zm0,0M22.1,14.838h0s0,0,0,0Zm0,0' transform='translate(5.835 356)' fill='%239db1d8'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:success {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cg id='组_13588' data-name='组 13588' transform='translate(0.115)'%3E%3Cpath id='success' d='M77.667,112.667a35,35,0,1,1,35-35,35,35,0,0,1-35,35Z' transform='translate(-42.782 -42.667)' fill='%2352c41a'/%3E%3Cpath id='success-2' data-name='success' d='M74.773,88.388,64.558,78.176a2.165,2.165,0,0,0-3.06,3.06L73.321,93.063l.023.023.017.014a2.165,2.165,0,0,0,3.387-.416L99.583,67a2.166,2.166,0,0,0-3.239-2.876L74.773,88.388Z' transform='translate(-45.031 -43.394)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:sun\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='组_17364' data-name='组 17364' transform='translate(-319 -563)'%3E%3Crect id='矩形_5173' data-name='矩形 5173' width='16' height='16' transform='translate(319 563)' fill='%23fff' opacity='0.004'/%3E%3Cpath id='太阳' d='M71.248,80.262a.519.519,0,0,1,.519.506v1.423a.519.519,0,0,1-1.039.012V80.781A.519.519,0,0,1,71.248,80.262Zm-3.8-1.62a.519.519,0,0,1,.008.724l-.008.009-.993,1a.517.517,0,0,1-.739-.724l.008-.009.993-1A.515.515,0,0,1,67.444,78.642Zm8.4-.009.009.009.993,1a.517.517,0,0,1-.721.741l-.009-.009-.993-1a.517.517,0,0,1,.721-.741Zm-4.595-8.305a4.515,4.515,0,1,1-4.5,4.515A4.508,4.508,0,0,1,71.248,70.328Zm-5.823,3.934a.521.521,0,0,1,.012,1.042H64.018a.521.521,0,0,1-.012-1.042h1.419Zm12.932,0a.521.521,0,0,1,.012,1.042H76.95a.521.521,0,0,1-.012-1.042h1.419ZM66.442,69.239l.009.009.993,1a.517.517,0,0,1-.721.741l-.009-.009-.993-1a.517.517,0,0,1,.721-.741Zm10.316.009a.519.519,0,0,1,.008.724l-.008.009-.993,1a.517.517,0,0,1-.739-.724l.009-.009.993-1A.515.515,0,0,1,76.758,69.247ZM71.248,67.1a.518.518,0,0,1,.518.511v1.425a.518.518,0,0,1-1.035.009V67.619A.518.518,0,0,1,71.248,67.1Z' transform='translate(255.5 495.9)' fill='%23e2e8f2'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:swap-s1\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg id='组_8814' data-name='组 8814' transform='translate(-20 -354)'%3E%3Crect id='矩形_2339' data-name='矩形 2339' width='21' height='21' transform='translate(20 354)' fill='%23fff' opacity='0'/%3E%3Cg id='组_8815' data-name='组 8815' transform='translate(-0.5)'%3E%3Cpath id='减去_12' data-name='减去 12' d='M5090.5-4284a9.01,9.01,0,0,1-9-9,9.011,9.011,0,0,1,9-9,9.01,9.01,0,0,1,9,9A9.01,9.01,0,0,1,5090.5-4284Zm-5.5-8.418a5.482,5.482,0,0,0,5.47,4.864,5.483,5.483,0,0,0,5.469-4.864H5094.7a4.292,4.292,0,0,1-4.232,3.648,4.244,4.244,0,0,1-3.848-2.433h3.848v1.216l2.446-2.432H5085Zm4.857-3.648-2.447,2.431h8.529a5.482,5.482,0,0,0-5.469-4.864,5.481,5.481,0,0,0-5.47,4.864h1.236a4.259,4.259,0,0,1,1.421-2.6,4.284,4.284,0,0,1,2.813-1.051,4.241,4.241,0,0,1,3.846,2.432h-4.458Z' transform='translate(-5059.5 4658)' fill='%239db1d8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:switch\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='组_13440' data-name='组 13440' transform='translate(-717 -779)'%3E%3Cg id='组_11472' data-name='组 11472' transform='translate(717 779)'%3E%3Crect id='矩形_3602' data-name='矩形 3602' width='22' height='22' fill='%23848a9d' opacity='0'/%3E%3Cpath id='exchange' d='M217,275.2h14.5a1.064,1.064,0,0,0,0-2.123H219.415l1.633-1.74a1.108,1.108,0,0,0,0-1.5.951.951,0,0,0-1.409,0l-3.243,3.453a1.086,1.086,0,0,0-.4.849A1.03,1.03,0,0,0,217,275.2Zm15.22,3.008a.954.954,0,0,0-.869-.295H217a1.064,1.064,0,0,0,0,2.123h12.1l-1.619,1.725a1.108,1.108,0,0,0,0,1.5.959.959,0,0,0,1.411,0l3.332-3.55A1.118,1.118,0,0,0,232.216,278.208Z' transform='translate(-213.115 -265.197)' fill='%238098bf'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:telegram {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='组_14311' data-name='组 14311' transform='translate(12295 8240)'%3E%3Crect id='矩形_4784' data-name='矩形 4784' width='19' height='19' transform='translate(-12295 -8240)' fill='none'/%3E%3Cg id='组_14310' data-name='组 14310' transform='translate(-14108.4 -8240)'%3E%3Cpath id='路径_20912' data-name='路径 20912' d='M514.176,546.3a14.44,14.44,0,0,1-1.511-.076.7.7,0,0,1,.156-1.4c1.757.194,4.452.027,4.923-.953a.705.705,0,0,1,1.272.611C518.268,546.03,515.82,546.3,514.176,546.3Z' transform='translate(1310.837 -533.689)' fill='%23e2e8f2'/%3E%3Cpath id='路径_20913' data-name='路径 20913' d='M144.926,112.023a.7.7,0,0,1-.706-.706v-2.433l-.945-.338a.708.708,0,0,1-.471-.664,6.354,6.354,0,0,0-12.708,0,.7.7,0,0,1-.3.573l-.41.292v2.566a.706.706,0,1,1-1.412,0v-2.93a.7.7,0,0,1,.3-.573l.418-.3a7.769,7.769,0,0,1,15.513-.129l.96.342a.708.708,0,0,1,.471.664v2.93A.71.71,0,0,1,144.926,112.023Z' transform='translate(1686.422 -100.112)' fill='%23e2e8f2'/%3E%3Cpath id='路径_20914' data-name='路径 20914' d='M168.545,266.088v-.213a4.27,4.27,0,0,0,1.4-1.606,12.482,12.482,0,0,1-1.936.065c-.706,0-1.31.019-1.678-.023a1.483,1.483,0,0,1-1.249-1.628,1.414,1.414,0,0,1,1.56-1.249,10.071,10.071,0,0,0,4-.307c.03-.645.023-1.325.023-1.841a4.51,4.51,0,0,0-4.783-4.878h-.429c-2.945.061-4.71,1.875-4.71,4.9,0,1.867.03,4.915,2.148,6.57v.213c-2.824.44-4.988,1.6-4.988,3.135a.758.758,0,0,0,.717.755h13.858a.917.917,0,0,0,.881-.755C173.369,267.69,171.372,266.532,168.545,266.088Z' transform='translate(1657.151 -251.004)' fill='%23e2e8f2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:tg-s4 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='组_58' data-name='组 58' transform='translate(-1448 -23)'%3E%3Ccircle id='椭圆_1' data-name='椭圆 1' cx='15' cy='15' r='15' transform='translate(1448 23)' fill='%23266ef1'/%3E%3Cpath id='路径_2' data-name='路径 2' d='M332.045,240.734l4.361,1.8,2.612-15.137-16.278,8.963,4.31,2.307,8.773-7.872-7.049,8.672-.025,4.082Z' transform='translate(1131.261 -197.397)' fill='%23e2e8f2'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:tg-s5 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='组_12517' data-name='组 12517' transform='translate(-1091 -372)'%3E%3Ccircle id='椭圆_10241' data-name='椭圆 10241' cx='11' cy='11' r='11' transform='translate(1091 372)' fill='%23266ef1'/%3E%3Cpath id='邮箱_1_' data-name='邮箱 (1)' d='M64.272,171.8h9.372a1.133,1.133,0,0,1,1.172,1.063l-5.855,3.006-5.854-3A1.126,1.126,0,0,1,64.272,171.8Zm-1.166,2.217-.005,5.315a1.13,1.13,0,0,0,1.172,1.075h9.372a1.13,1.13,0,0,0,1.172-1.075v-5.317L69.1,176.879a.312.312,0,0,1-.28,0l-5.712-2.863Z' transform='translate(1032.888 207.2)' fill='%23e2e8f2'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:totop {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='85' height='85' viewBox='0 0 85 85'%3E%3Cdefs%3E%3Cfilter id='椭圆_10034' x='0' y='0' width='85' height='85' filterUnits='userSpaceOnUse'%3E%3CfeOffset input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='5' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='组_8304' data-name='组 8304' transform='translate(-1819 -1411)'%3E%3Cg transform='matrix(1, 0, 0, 1, 1819, 1411)' filter='url(%23椭圆_10034)'%3E%3Ccircle id='椭圆_10034-2' data-name='椭圆 10034' cx='27.5' cy='27.5' r='27.5' transform='translate(15 15)' fill='%23266ef1'/%3E%3C/g%3E%3Cg id='置顶' transform='translate(1664.66 1301.2)'%3E%3Cpath id='路径_14971' data-name='路径 14971' d='M207.548,230.6l-7.364-9.779a.878.878,0,0,0-1.435-.023L191,230.581a.881.881,0,0,0,.712,1.4h3.641v4.54a1.262,1.262,0,0,0,1.26,1.26h5.263a1.262,1.262,0,0,0,1.26-1.26v-4.54h3.676A.883.883,0,0,0,207.548,230.6Z' transform='translate(-1.939 -75.122)' fill='%23dee5ef'/%3E%3Cpath id='路径_14972' data-name='路径 14972' d='M189.832,144.284h14.937a.992.992,0,1,0,0-1.984H189.832a.992.992,0,0,0,0,1.984Z' fill='%23dee5ef'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:tron-bw2-s2 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='组_13444' data-name='组 13444' transform='translate(-259 -1149)'%3E%3Crect id='矩形_2783' data-name='矩形 2783' width='23' height='23' transform='translate(259 1149)' fill='%23fff' opacity='0'/%3E%3Cg id='_1仪表盘' data-name='1仪表盘' transform='translate(167.908 987.763)'%3E%3Cpath id='路径_16637' data-name='路径 16637' d='M416.629,234.873a.511.511,0,0,1-.511-.511v-1.124a.511.511,0,0,1,1.022,0v1.124A.511.511,0,0,1,416.629,234.873Zm0,8.758a2.141,2.141,0,1,1,2.141-2.136A2.141,2.141,0,0,1,416.629,243.631Zm0-3.239a1.119,1.119,0,1,0,1.119,1.119A1.119,1.119,0,0,0,416.629,240.392Z' transform='translate(-314.339 -66.008)' fill='%23266ef1'/%3E%3Cpath id='路径_16638' data-name='路径 16638' d='M183.093,342.625a.511.511,0,0,1-.511-.511v-1.625a.511.511,0,1,1,1.022,0v1.625A.511.511,0,0,1,183.093,342.625Zm4.134-2.964a.511.511,0,0,1-.358-.869l.823-.818a.511.511,0,1,1,.72.726l-.823.812A.511.511,0,0,1,187.226,339.661Zm-8.4,0a.511.511,0,0,1-.363-.148l-.812-.812a.513.513,0,0,1,.726-.726l.812.818a.508.508,0,0,1-.363.869Zm11.011,3.929h-1.124a.511.511,0,0,1,0-1.022h1.124a.511.511,0,0,1,0,1.022Zm-12.467,0h-1.15a.511.511,0,1,1,0-1.022h1.15a.511.511,0,1,1,0,1.022Z' transform='translate(-80.803 -168.798)' fill='%23266ef1'/%3E%3Cpath id='路径_16639' data-name='路径 16639' d='M107.966,180.331H96.628a2.693,2.693,0,0,1-2.35-1.379,9.19,9.19,0,1,1,16.039,0,2.688,2.688,0,0,1-2.35,1.379Zm-5.677-14.01a7.994,7.994,0,0,0-.92.051,8.175,8.175,0,0,0-6.2,12.1,1.681,1.681,0,0,0,1.461.858h11.338a1.666,1.666,0,0,0,1.477-.858,8.18,8.18,0,0,0-7.153-12.151Z' transform='translate(0)' fill='%23266ef1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:tron-rank\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' id='组_8480' data-name='组 8480' xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Crect id='矩形_2767' data-name='矩形 2767' width='26' height='26' fill='%23dee5ef' opacity='0'/%3E%3Cpath id='投票' d='M50.82,42.327H53.4v13.7H50.82v-13.7Zm-5.444,3.8h2.582V56.11H45.376Zm-5.454,3.71H42.5v6.235H39.922ZM38.708,60.06V58.184H53.634V60.06H38.707Z' transform='translate(-33.207 -38.325)' fill='%23dee5ef'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:tron-wallet-s2 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='组_8819' data-name='组 8819' transform='translate(-50 -921)'%3E%3Cg id='组_8389' data-name='组 8389' transform='translate(-209 -139)'%3E%3Crect id='矩形_2784' data-name='矩形 2784' width='23' height='23' transform='translate(259 1060)' fill='none' opacity='0'/%3E%3C/g%3E%3Cpath id='钱包' d='M54.433,81.108,49.821,83.77H47.5l6.686-3.86a.773.773,0,0,1,1.056.283l2.065,3.577h1.585a.773.773,0,0,1,.773.773V94.589a.773.773,0,0,1-.773.773H43.439a.773.773,0,0,1-.773-.773V84.544a.773.773,0,0,1,.773-.773H55.97l-1.537-2.663Zm4.075,3.822H43.826v2.318H47.3a2.318,2.318,0,0,1,0,4.636H43.826V94.2H58.508V84.93ZM47.3,88.407H43.826v2.318H47.3a1.159,1.159,0,0,0,.068-2.316l-.068,0Zm9.466,0a.58.58,0,0,1,.58.58v1.159a.58.58,0,1,1-1.159,0V88.987A.58.58,0,0,1,56.769,88.407Z' transform='translate(10.333 845.193)' fill='%23266ef1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:tronlink-s2 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='30' viewBox='0 0 30 30'%3E%3Cdefs%3E%3Cpattern id='pattern' preserveAspectRatio='xMidYMid slice' width='100%25' height='100%25' viewBox='0 0 128 128'%3E%3Cimage width='128' height='128' xlink:href='data:image/png;base64,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'/%3E%3C/pattern%3E%3C/defs%3E%3Crect id='企业微信截图_b975bbeb-6125-4155-b545-6ebd89384684' width='30' height='30' rx='6' fill='url(%23pattern)'/%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:trx {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' t='1695018692715' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5124' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cpath d='M512.85 511.04m-447.5 0a447.5 447.5 0 1 0 895 0 447.5 447.5 0 1 0-895 0Z' fill='%23D80917' p-id='5125'%3E%3C/path%3E%3Cpath d='M477.1 787.2c-0.84 0-1.71-0.05-2.55-0.18a18.645 18.645 0 0 1-15.04-12.25L277.69 259.74c-2.31-6.56-0.78-13.86 3.97-18.94s11.96-7.12 18.63-5.23l366.29 102.15c2.37 0.66 4.63 1.8 6.56 3.35l68.87 54.7c7.76 6.15 9.36 17.3 3.64 25.36L492.32 779.31a18.628 18.628 0 0 1-15.22 7.89zM324.8 281.12l157.87 447.25L705 414.01l-52.08-41.37-328.12-91.52z' fill='%23FFFFFF' p-id='5126'%3E%3C/path%3E%3Cpath d='M477.13 787.2c-0.69 0-1.35-0.04-2.04-0.11-10.23-1.11-17.63-10.31-16.53-20.54l27.42-253.89c1.09-10.27 10.6-17.48 20.54-16.53 10.23 1.11 17.63 10.31 16.53 20.54l-27.42 253.89c-1.02 9.55-9.1 16.64-18.5 16.64z' fill='%23FFFFFF' p-id='5127'%3E%3C/path%3E%3Cpath d='M504.52 533.31c-4.73 0-9.47-1.78-13.11-5.37-7.32-7.25-7.39-19.05-0.15-26.38L648.3 342.57c7.25-7.32 19.05-7.39 26.37-0.16 7.32 7.25 7.39 19.05 0.15 26.38L517.77 527.77a18.59 18.59 0 0 1-13.25 5.54z' fill='%23FFFFFF' p-id='5128'%3E%3C/path%3E%3Cpath d='M504.52 533.31c-7.03 0-13.77-4.01-16.93-10.83-4.3-9.34-0.22-20.43 9.1-24.75l225.9-104.28c9.4-4.32 20.43-0.24 24.76 9.12 4.3 9.34 0.22 20.43-9.1 24.75L512.35 531.6a18.857 18.857 0 0 1-7.83 1.71z' fill='%23FFFFFF' p-id='5129'%3E%3C/path%3E%3Cpath d='M507.21 536.55c-5.46 0-10.85-2.39-14.53-6.99L280.73 265.19c-6.45-8.03-5.15-19.76 2.9-26.2 8.01-6.41 19.79-5.12 26.2 2.9l211.91 264.37c6.45 8.03 5.17 19.76-2.88 26.2a18.563 18.563 0 0 1-11.65 4.09z' fill='%23FFFFFF' p-id='5130'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:twtter {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' t='1718334265161' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8029' width='200' height='200'%3E%3Cpath d='M1021.475485 514.767842c0 256.030416-189.774574 467.694257-436.315247 502.043881a514.331881 514.331881 0 0 1-151.77505-1.601901C192.035485 976.358653 7.685069 767.067248 7.685069 514.767842 7.685069 234.79002 234.658218 7.806733 514.615762 7.806733c279.967683 0 506.930693 226.973149 506.930693 506.95097h-0.07097z' fill='%23266EF1' p-id='8030' data-spm-anchor-id='a313x.search_index.0.i13.59a03a8197aBJS' class='selected'%3E%3C/path%3E%3Cpath d='M213.275881 231.383446l233.786297 312.573465L211.815921 798.111683h52.964119l205.976079-222.50202L637.161188 798.111683h180.183446L570.418693 467.947723 789.392475 231.383446h-52.95398L546.765307 436.29497 393.499881 231.383446H213.275881z m77.864555 39.003247h82.751366L739.409109 759.108436h-82.761505L291.130297 270.396832z' fill='%23ffffff' p-id='8031' data-spm-anchor-id='a313x.search_index.0.i15.59a03a8197aBJS' class=''%3E%3C/path%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:user {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='组_17454' data-name='组 17454' transform='translate(-41 -118)'%3E%3Crect id='矩形_5228' data-name='矩形 5228' width='16' height='16' transform='translate(41 118)' fill='%238098bf' opacity='0'/%3E%3Cpath id='无头像' d='M1.551,9.46,4.233,8.414a2.789,2.789,0,0,0,.71-.394c.128-.126.119-.422.005-.8S3.461,5.3,3.461,3.907C3.461,1.749,4.879,0,6.629,0S9.8,1.749,9.8,3.907C9.8,5.245,8.571,6.84,8.42,7.13a.955.955,0,0,0,0,.866,2.684,2.684,0,0,0,.835.4l2.419,1.078a1.482,1.482,0,0,1,1.008,1.337V11.1A1.084,1.084,0,0,1,11.5,12.156H1.731A1.084,1.084,0,0,1,.543,11.1v-.285A1.5,1.5,0,0,1,1.551,9.46Zm0,0' transform='translate(42.457 120)' fill='%238098bf'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:user\?mask {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='组_17454' data-name='组 17454' transform='translate(-41 -118)'%3E%3Crect id='矩形_5228' data-name='矩形 5228' width='16' height='16' transform='translate(41 118)' fill='%238098bf' opacity='0'/%3E%3Cpath id='无头像' d='M1.551,9.46,4.233,8.414a2.789,2.789,0,0,0,.71-.394c.128-.126.119-.422.005-.8S3.461,5.3,3.461,3.907C3.461,1.749,4.879,0,6.629,0S9.8,1.749,9.8,3.907C9.8,5.245,8.571,6.84,8.42,7.13a.955.955,0,0,0,0,.866,2.684,2.684,0,0,0,.835.4l2.419,1.078a1.482,1.482,0,0,1,1.008,1.337V11.1A1.084,1.084,0,0,1,11.5,12.156H1.731A1.084,1.084,0,0,1,.543,11.1v-.285A1.5,1.5,0,0,1,1.551,9.46Zm0,0' transform='translate(42.457 120)' fill='%238098bf'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-local\:wallet {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg id='组_8594' data-name='组 8594' transform='translate(-662 -347)'%3E%3Crect id='矩形_2800' data-name='矩形 2800' width='30' height='30' transform='translate(662 347)' fill='%23fff' opacity='0'/%3E%3Cpath id='理财_1_' data-name='理财 (1)' d='M66.387,95.931a2.038,2.038,0,0,1-.138.754,1.869,1.869,0,0,1-.393.616,1.817,1.817,0,0,1-1.338.563H49.1a1.988,1.988,0,0,1-.765-.149A2.02,2.02,0,0,1,47.7,97.3a1.988,1.988,0,0,1-.435-.616,1.8,1.8,0,0,1-.159-.754v-10.6A1.922,1.922,0,0,1,49.036,83.4H64.454a1.922,1.922,0,0,1,1.933,1.933v2.888H61.566a1.883,1.883,0,0,0-1.37.552,1.829,1.829,0,0,0-.563,1.359,2.364,2.364,0,0,0,.234.977,1.8,1.8,0,0,0,.563.658,1.858,1.858,0,0,0,1.136.3h4.821ZM63.5,82.425H53.857Q55,81.83,56.023,81.278q.892-.467,1.763-.934t1.359-.722a2.548,2.548,0,0,1,1.327-.372,2.969,2.969,0,0,1,.987.2,2.66,2.66,0,0,1,.807.616ZM60.61,90.134a.956.956,0,1,1,1.911,0,.959.959,0,0,1-.276.69.949.949,0,0,1-1.359,0A.959.959,0,0,1,60.61,90.134Z' transform='translate(620.476 273.277)' fill='%23148af5'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:wallet-s3 {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='组_14261' data-name='组 14261' transform='translate(7244 43)'%3E%3Crect id='矩形_4775' data-name='矩形 4775' width='40' height='40' transform='translate(-7244 -43)' fill='none'/%3E%3Cg id='组_14260' data-name='组 14260' transform='translate(-40 -12)'%3E%3Ccircle id='_2' data-name='2' cx='20' cy='20' r='20' transform='translate(-7204 -31)' fill='%23148af5'/%3E%3Cpath id='理财' d='M69.709,98.806a2.39,2.39,0,0,1-.162.884,2.191,2.191,0,0,1-.461.722,2.13,2.13,0,0,1-1.568.66H49.444a2.331,2.331,0,0,1-.9-.174,2.368,2.368,0,0,1-.747-.485,2.33,2.33,0,0,1-.51-.722,2.111,2.111,0,0,1-.187-.884V86.383a2.253,2.253,0,0,1,2.265-2.265H67.443a2.253,2.253,0,0,1,2.265,2.265v3.386H64.058a2.207,2.207,0,0,0-1.606.647,2.145,2.145,0,0,0-.66,1.593,2.771,2.771,0,0,0,.274,1.145,2.109,2.109,0,0,0,.66.772,2.178,2.178,0,0,0,1.332.349h5.651ZM66.323,82.972h-11.3q1.344-.7,2.539-1.344,1.046-.548,2.066-1.1t1.593-.846a2.987,2.987,0,0,1,1.556-.436,3.481,3.481,0,0,1,1.158.237,3.119,3.119,0,0,1,.946.722Zm-3.386,9.037a1.12,1.12,0,1,1,2.241,0,1.125,1.125,0,0,1-.324.809,1.112,1.112,0,0,1-1.593,0A1.125,1.125,0,0,1,62.937,92.009Z' transform='translate(-7242.103 -102.248)' fill='%23e2e8f2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:wallets--metamask {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='400' viewBox='0 0 400 400'%3E%3Cdefs%3E%3CclipPath id='clip-Metamask'%3E%3Crect width='400' height='400'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Metamask' clip-path='url(%23clip-Metamask)'%3E%3Crect id='企业微信截图_b975bbeb-6125-4155-b545-6ebd89384684' width='400' height='400' fill='%23ffeee2'/%3E%3Cg id='组_2' data-name='组 2' transform='translate(6144.666 -2214.291)'%3E%3Cpath id='路径_37' data-name='路径 37' d='M134.988,1,19.82,86.193,41.293,35.971Z' transform='translate(-5946.869 2277)' fill='%23e17726' stroke='%23e17726' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_38' data-name='路径 38' d='M13.453,1,127.569,86.894,107.147,36.059ZM237.566,198.468l-30.676,46.8,65.647,18.055,18.756-63.807ZM1.27,199.52l18.669,63.807,65.472-18.055-30.5-46.8L1.27,199.52Z' transform='translate(-6090.904 2277)' fill='%23e27625' stroke='%23e27625' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_39' data-name='路径 39' d='M26.621,50.15,8.39,77.671l64.859,2.98L71.145,10.8,26.621,50.238Zm128.665.088L110.06,9.92l-1.49,70.731,64.859-2.98ZM30.126,176.011,69.48,157.079,35.648,130.785Zm82.388-19.019,39.09,19.019L146.346,130.7l-33.832,26.294Z' transform='translate(-6035.619 2346.261)' fill='%23e27625' stroke='%23e27625' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_40' data-name='路径 40' d='M132.348,45.642,93.258,26.71l3.155,25.418-.351,10.781Zm-121.478,0L47.331,62.908l-.263-10.781L50.223,26.71Z' transform='translate(-6016.363 2476.63)' fill='%23d5bfb2' stroke='%23d5bfb2' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_41' data-name='路径 41' d='M43.829,39.561,11.4,30.1,34.363,19.578l9.553,19.983Zm47.417,0,9.641-20.071,23.051,10.518L91.246,39.649Z' transform='translate(-6012.247 2420.569)' fill='%23233447' stroke='%23233447' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_42' data-name='路径 42' d='M37.891,115.99l5.7-46.8L7.39,70.238l30.5,45.752Zm115.957-46.8,5.522,46.8,30.676-45.752ZM181.281,17.65l-64.859,2.98,5.96,33.306,9.641-20.159,23.051,10.518L181.281,17.65ZM42.536,44.382,65.5,33.865l9.554,19.983L81.1,20.542,16.242,17.65Z' transform='translate(-6043.384 2406.281)' fill='%23cc6228' stroke='%23cc6228' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_43' data-name='路径 43' d='M8.4,17.65,35.57,70.676l-.876-26.294L8.4,17.65ZM147.232,44.382l-1.052,26.294L173.351,17.65,147.232,44.382ZM73.259,20.63,67.123,53.936,74.836,93.2l1.753-51.8Zm35.234,0-3.155,20.685L106.915,93.2l7.625-39.353-6.048-33.306Z' transform='translate(-6035.542 2406.281)' fill='%23e27525' stroke='%23e27525' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_44' data-name='路径 44' d='M91.324,30.166,83.7,69.519l5.522,3.856,33.744-26.294L124.016,20.7ZM11.478,20.7l.876,26.294L46.186,73.288l5.434-3.769L43.995,30.166,11.39,20.7Z' transform='translate(-6012.325 2429.964)' fill='%23f5841f' stroke='%23f5841f' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_45' data-name='路径 45' d='M96.15,46.136l.263-10.781L93.433,32.9H49.96l-2.892,2.454.263,10.781L10.87,28.87l12.8,10.518L49.522,57.18H93.784L119.727,39.3l12.621-10.43L96.063,46.136Z' transform='translate(-6016.363 2493.402)' fill='%23c0ac9d' stroke='%23c0ac9d' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_46' data-name='路径 46' d='M61.19,30.039,55.668,26.27H23.589l-5.434,3.856L15,55.544l2.892-2.454H61.365l2.98,2.454L61.19,30.126Z' transform='translate(-5984.295 2473.213)' fill='%23161616' stroke='%23161616' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_47' data-name='路径 47' d='M286.027,91.714l9.641-46.891L281.119,1,169.808,83.388l42.859,36.023,60.476,17.617,13.322-15.513-5.785-4.207,9.2-8.414-7.012-5.434,9.2-7.012-6.135-4.733ZM1,44.736l9.816,46.979L4.506,96.36l9.378,7.012-7.012,5.522,9.115,8.414L10.2,121.514l13.322,15.513L84,119.5l42.859-36.2L15.549,1Z' transform='translate(-6093 2277)' fill='%23763e1a' stroke='%23763e1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3Cpath id='路径_48' data-name='路径 48' d='M271.047,106.047,210.57,88.517,228.8,115.951l-27.17,53.026,35.935-.438h53.727ZM81.905,88.43,21.429,106.047,1.27,168.539H55l35.935.438-27.17-53.026L81.993,88.43Zm81.95,30.5L167.8,52.319,185.328,4.99H107.147l17.529,47.329,3.944,66.612,1.49,20.86V191.5h32.166l.175-51.712Z' transform='translate(-6090.904 2307.981)' fill='%23f5841f' stroke='%23f5841f' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:wallets--tronlink {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400' height='400' viewBox='0 0 400 400'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='企业微信截图_b975bbeb-6125-4155-b545-6ebd89384684' width='400' height='400' fill='%235882f4'/%3E%3C/clipPath%3E%3CclipPath id='clip-Tronlink'%3E%3Crect width='400' height='400'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Tronlink' clip-path='url(%23clip-Tronlink)'%3E%3Crect id='企业微信截图_b975bbeb-6125-4155-b545-6ebd89384684-2' data-name='企业微信截图_b975bbeb-6125-4155-b545-6ebd89384684' width='400' height='400' fill='%235882f4'/%3E%3Cg id='蒙版组_15' data-name='蒙版组 15' clip-path='url(%23clip-path)'%3E%3Cpath id='路径_35' data-name='路径 35' d='M679.153,466.483l-352.19-57.775,184.015,413.81L760.52,545.082Zm40.4,72.353-133.7,17.18,80.784-62.982Zm-80.8-52.573-93.3,67.146-136.563-106.7ZM511.315,761.621,385.569,479.5,533.5,573.2Zm26.167,0,15.926-175.9,155.559-25.281Z' transform='translate(-263.071 -326.645)' fill='%23fff' stroke='%23fff' stroke-width='0.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-local\:warning {
    background: url("data:image/svg+xml;utf8,%3Csvg display='inline-block' flex='none' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg id='组_6835' data-name='组 6835' transform='translate(-1127 -1209)'%3E%3Cpath id='成功' d='M67.667,92.667a25,25,0,1,1,25-25,25,25,0,0,1-25,25Z' transform='translate(1084.333 1166.333)' fill='%23fdb754'/%3E%3Cpath id='提示' d='M52.581,73.592a3.088,3.088,0,0,1,6.176,0V89.507a3.088,3.088,0,0,1-6.176,0V73.592Zm3.088,27.779a3.357,3.357,0,1,1,3.359-3.363,3.361,3.361,0,0,1-3.359,3.363Z' transform='translate(1096.69 1149.062)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    display: inline-block;
    flex: none;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.i-material-symbols-light\:preview-outline-sharp {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 20V4h16v16zm1-1h14V7H5zm7-3q-1.627 0-2.932-.834Q7.763 14.333 7.096 13q.667-1.333 1.972-2.166Q10.373 10 12 10t2.932.834q1.305.833 1.972 2.166q-.667 1.333-1.972 2.166Q13.627 16 12 16m0-.885q1.188 0 2.213-.556T15.946 13q-.708-1.002-1.733-1.559T12 10.885q-1.188 0-2.213.556T8.054 13q.708 1.002 1.733 1.559t2.213.556m.005-1q.466 0 .788-.326q.322-.327.322-.794t-.326-.788q-.327-.322-.794-.322t-.788.326q-.322.327-.322.794t.326.788q.327.322.794.322'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-material-symbols\:arrow-forward-ios {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.025 22L6.25 20.225L14.475 12L6.25 3.775L8.025 2l10 10z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-material-symbols\:cancel-rounded {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 13.4l2.9 2.9q.275.275.7.275t.7-.275q.275-.275.275-.7t-.275-.7L13.4 12l2.9-2.9q.275-.275.275-.7t-.275-.7q-.275-.275-.7-.275t-.7.275L12 10.6L9.1 7.7q-.275-.275-.7-.275t-.7.275q-.275.275-.275.7t.275.7l2.9 2.9l-2.9 2.9q-.275.275-.275.7t.275.7q.275.275.7.275t.7-.275zm0 8.6q-2.075 0-3.9-.788t-3.175-2.137q-1.35-1.35-2.137-3.175T2 12q0-2.075.788-3.9t2.137-3.175q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9.788t3.175 2.137q1.35 1.35 2.138 3.175T22 12q0 2.075-.788 3.9t-2.137 3.175q-1.35 1.35-3.175 2.138T12 22'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-material-symbols\:timer-outline-rounded {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 3q-.425 0-.712-.288T9 2q0-.425.288-.712T10 1h4q.425 0 .713.288T15 2q0 .425-.288.713T14 3zm2 11q.425 0 .713-.288T13 13V9q0-.425-.288-.712T12 8q-.425 0-.712.288T11 9v4q0 .425.288.713T12 14m0 8q-1.85 0-3.488-.712T5.65 19.35q-1.225-1.225-1.937-2.863T3 13q0-1.85.713-3.488T5.65 6.65q1.225-1.225 2.863-1.937T12 4q1.55 0 2.975.5t2.675 1.45l.7-.7q.275-.275.7-.275t.7.275q.275.275.275.7t-.275.7l-.7.7Q20 8.6 20.5 10.025T21 13q0 1.85-.713 3.488T18.35 19.35q-1.225 1.225-2.863 1.938T12 22m0-2q2.9 0 4.95-2.05T19 13q0-2.9-2.05-4.95T12 6Q9.1 6 7.05 8.05T5 13q0 2.9 2.05 4.95T12 20m0-7'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ph\:magnifying-glass-bold {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M232.49 215.51L185 168a92.12 92.12 0 1 0-17 17l47.53 47.54a12 12 0 0 0 17-17ZM44 112a68 68 0 1 1 68 68a68.07 68.07 0 0 1-68-68'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ph\:newspaper-clipping-fill {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M72 104h32v48H72Zm160-48v160a8 8 0 0 1-11.58 7.15L192 208.94l-28.42 14.21a8 8 0 0 1-7.16 0L128 208.94l-28.42 14.21a8 8 0 0 1-7.16 0L64 208.94l-28.42 14.21A8 8 0 0 1 24 216V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16M120 96a8 8 0 0 0-8-8H64a8 8 0 0 0-8 8v64a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8Zm80 48a8 8 0 0 0-8-8h-48a8 8 0 0 0 0 16h48a8 8 0 0 0 8-8m0-32a8 8 0 0 0-8-8h-48a8 8 0 0 0 0 16h48a8 8 0 0 0 8-8'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ri\:error-warning-line {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm0-8h2v6h-2z'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-ri\:question-line {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm2-1.645V14h-2v-1.5a1 1 0 0 1 1-1a1.5 1.5 0 1 0-1.471-1.794l-1.962-.393A3.501 3.501 0 1 1 13 13.355'/%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.i-svg-spinners\:180-ring-with-bg {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z' opacity='.25'/%3E%3Cpath fill='currentColor' d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z'%3E%3CanimateTransform attributeName='transform' dur='0.75s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    height: 1em;
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    vertical-align: middle;
    width: 1em
}

.container {
    width: 100%
}

.abs-center {
    left: 50%;
    position: absolute;
    top: 50%;
    --un-translate-y: -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));
    --un-translate-x: -50%
}

.after\:abs-center:after {
    left: 50%;
    position: absolute;
    top: 50%;
    --un-translate-y: -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));
    --un-translate-x: -50%
}

.page-section {
    margin: 0 auto;
    max-width: 1440px;
    width: calc(100% - 30px)
}

.page-content-width {
    max-width: 1400px;
    min-width: 330px;
    width: calc(100% - 30px)
}

.\!flex-between {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important
}

.flex-between {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.flex-center\! {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important
}

.border-solid {
    border-style: solid;
    border-width: 1px
}

@media (max-width:1279.9px) {
    .lt-laptop\:abs-center {
        left: 50%;
        position: absolute;
        top: 50%;
        --un-translate-y: -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));
        --un-translate-x: -50%
    }
}

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

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

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

@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:1440px) {
    .container {
        max-width: 1440px
    }
}

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

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

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

.\[--both-sides-padding\:26px\] {
    --both-sides-padding: 26px
}

.\[--bubble-offset\:100px\] {
    --bubble-offset: 100px
}

.\[--bubble-offset\:105px\] {
    --bubble-offset: 105px
}

.\[--bubble-offset\:50px\] {
    --bubble-offset: 50px
}

.\[--bubble-offset\:60px\] {
    --bubble-offset: 60px
}

.\[--help-min-width\:155px\] {
    --help-min-width: 155px
}

.\[background-image\:var\(--bg-color\)\] {
    background-image: var(--bg-color)
}

.\[background\:var\(--bg-img\)\] {
    background: var(--bg-img)
}

.\[border-bottom\:1\.5px_dashed_\#333c67\] {
    border-bottom: 1.5px dashed #333c67
}

.\[box-shadow\:none\] {
    box-shadow: none
}

.\[grid-area\:content\] {
    grid-area: content
}

.\[grid-area\:feature-list\] {
    grid-area: feature-list
}

.\[grid-area\:main-img\] {
    grid-area: main-img
}

.\[grid-area\:main\] {
    grid-area: main
}

.\[grid-area\:search\] {
    grid-area: search
}

.\[grid-area\:sidebar\] {
    grid-area: sidebar
}

.\[list-style\:initial\] {
    list-style: initial
}

.\[transition\:all_0\.5s\] {
    transition: all .5s
}

.\[transition\:opacity_0\.3s_ease\] {
    transition: opacity .3s ease
}

[lt-laptop\:gap-20px=""] {
    lt-laptop: gap-20px=""
}

[lt-laptop\:grid-cols-2=""] {
    lt-laptop: grid-cols-2=""
}

.after\:\[background-image\:var\(--bg-diffusion-color\)\]:after {
    background-image: var(--bg-diffusion-color)
}

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

.pointer-events-initial {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.static {
    position: static
}

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

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

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

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

.bottom-15px {
    bottom: 15px
}

.left--20px {
    left: -20px
}

.left-0,
.left-0\%,
.left-0px {
    left: 0
}

.left-100\% {
    left: 100%
}

.left-10px {
    left: 10px
}

.left-16px {
    left: 16px
}

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

.left-33\.33\% {
    left: 33.33%
}

.left-66\.66\% {
    left: 66.66%
}

.right--2px,
.right-\[-2px\] {
    right: -2px
}

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

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

.right-10px,
.right-\[10px\] {
    right: 10px
}

.right-15px,
.right-\[15px\] {
    right: 15px
}

.right-2 {
    right: .5rem
}

.right-5px {
    right: 5px
}

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

.top-\[calc\(100\%_\+_var\(--sub-nav-offset\)\)\] {
    top: calc(100% + var(--sub-nav-offset))
}

.top-0 {
    top: 0
}

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

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

.top-12px {
    top: 12px
}

.top-1px {
    top: 1px
}

.top-200\% {
    top: 200%
}

.top-25px {
    top: 25px
}

.top-40\% {
    top: 40%
}

.top-45\% {
    top: 45%
}

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

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

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

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

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-5 {
    z-index: 5
}

.\!grid {
    display: grid !important
}

.grid {
    display: grid
}

.row-span-2 {
    grid-row: span 2 / span 2
}

.\!col-start-1 {
    grid-column-start: 1 !important
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-4 {
    grid-row-start: 4
}

.\!col-end-3 {
    grid-column-end: 3 !important
}

.row-end-2 {
    grid-row-end: 2
}

.row-end-4 {
    grid-row-end: 4
}

.row-end-5 {
    grid-row-end: 5
}

.grid-cols-\[1fr_120px\] {
    grid-template-columns: 1fr 120px
}

.grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto
}

.grid-cols-\[auto_1fr_auto_auto_auto\] {
    grid-template-columns: auto 1fr auto auto auto
}

.grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto
}

.grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto
}

.grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr
}

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

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

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

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

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

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

.\!m-0 {
    margin: 0 !important
}

.m-\[0_auto\] {
    margin: 0 auto
}

.m-\[2px_10px_0_0\] {
    margin: 2px 10px 0 0
}

.m-\[5px_0\] {
    margin: 5px 0
}

.m-0 {
    margin: 0
}

.m-20px {
    margin: 20px
}

.mx-0,
.mx-\[0\] {
    margin-left: 0;
    margin-right: 0
}

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

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

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-20px {
    margin-left: 20px;
    margin-right: 20px
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

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

.my-0,
.my-\[0\] {
    margin-bottom: 0;
    margin-top: 0
}

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

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

.my-\[1em\] {
    margin-bottom: 1em;
    margin-top: 1em
}

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

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

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

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

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

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

.my-18px\! {
    margin-bottom: 18px !important;
    margin-top: 18px !important
}

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

.my-22px {
    margin-bottom: 22px;
    margin-top: 22px
}

.my-32px {
    margin-bottom: 32px;
    margin-top: 32px
}

.my-33px {
    margin-bottom: 33px;
    margin-top: 33px
}

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

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

.my-54px {
    margin-bottom: 54px;
    margin-top: 54px
}

.my-8px {
    margin-bottom: 8px;
    margin-top: 8px
}

.my69 {
    margin-bottom: 17.25rem;
    margin-top: 17.25rem
}

.\!mb-4 {
    margin-bottom: 1rem !important
}

.\!mr-\[5px\] {
    margin-right: 5px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 {
    margin-bottom: 0
}

.mb-100px {
    margin-bottom: 100px
}

.mb-114px {
    margin-bottom: 114px
}

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

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

.mb-19px {
    margin-bottom: 19px
}

.mb-1em {
    margin-bottom: 1em
}

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

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

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

.mb-37px {
    margin-bottom: 37px
}

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

.mb-4\.5 {
    margin-bottom: 1.125rem
}

.mb-44px {
    margin-bottom: 44px
}

.mb-45px {
    margin-bottom: 45px
}

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

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

.mb-60px {
    margin-bottom: 60px
}

.mb-7\.5 {
    margin-bottom: 1.875rem
}

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

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

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

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

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

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

.ml-0\.2em {
    margin-left: .2em
}

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

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

.ml-15px {
    margin-left: 15px
}

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

.ml-25px {
    margin-left: 25px
}

.ml-3 {
    margin-left: .75rem
}

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

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

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

.ml-5px {
    margin-left: 5px
}

.ml-auto {
    margin-left: auto
}

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

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

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

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

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

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

.mr-0\.2em {
    margin-right: .2em
}

.mr-0\.3em {
    margin-right: .3em
}

.mr-0\.4em {
    margin-right: .4em
}

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

.mr-13px {
    margin-right: 13px
}

.mr-2 {
    margin-right: .5rem
}

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

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

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

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

.mr-6 {
    margin-right: 1.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-100px {
    margin-top: 100px
}

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

.mt-13px {
    margin-top: 13px
}

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

.mt-17px {
    margin-top: 17px
}

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

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

.mt-23px {
    margin-top: 23px
}

.mt-26px {
    margin-top: 26px
}

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

.mt-30px {
    margin-top: 30px
}

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

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

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

.mt-60px {
    margin-top: 60px
}

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

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

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

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

.mt-9px {
    margin-top: 9px
}

.mt-auto {
    margin-top: auto
}

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

.\!inline {
    display: inline !important
}

.inline {
    display: inline
}

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

.inline-block {
    display: inline-block
}

.\!hidden,
.hidden\! {
    display: none !important
}

.hidden {
    display: none
}

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

.\!h-10 {
    height: 2.5rem !important
}

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

.\!w-50\% {
    width: 50% !important
}

.\!w-65\% {
    width: 65% !important
}

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

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

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

.h-20px,
.h-\[20px\] {
    height: 20px
}

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

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

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

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

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

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

.h-50px,
.h-\[50px\] {
    height: 50px
}

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

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

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

.h-\[calc\(100\%_\+_var\(--bottom-margin\)\)\] {
    height: calc(100% + var(--bottom-margin))
}

.h-\[fit-content\] {
    height: -moz-fit-content;
    height: fit-content
}

.h-1\.5em {
    height: 1.5em
}

.h-1\/2 {
    height: 50%
}

.h-10 {
    height: 2.5rem
}

.h-109px {
    height: 109px
}

.h-10px {
    height: 10px
}

.h-110px {
    height: 110px
}

.h-115px {
    height: 115px
}

.h-125px {
    height: 125px
}

.h-140px {
    height: 140px
}

.h-150px {
    height: 150px
}

.h-160px {
    height: 160px
}

.h-166px {
    height: 166px
}

.h-17px {
    height: 17px
}

.h-181px {
    height: 181px
}

.h-1em {
    height: 1em
}

.h-1px {
    height: 1px
}

.h-2\.3em {
    height: 2.3em
}

.h-248px {
    height: 248px
}

.h-25px {
    height: 25px
}

.h-28px {
    height: 28px
}

.h-300px {
    height: 300px
}

.h-34px {
    height: 34px
}

.h-4\.5 {
    height: 1.125rem
}

.h-44px {
    height: 44px
}

.h-48px {
    height: 48px
}

.h-49px {
    height: 49px
}

.h-54px {
    height: 54px
}

.h-600px {
    height: 600px
}

.h-60px {
    height: 60px
}

.h-650px {
    height: 650px
}

.h-7px {
    height: 7px
}

.h-80px {
    height: 80px
}

.h-820px {
    height: 820px
}

.h-auto {
    height: auto
}

.h1 {
    height: .25rem
}

.h1\.2em {
    height: 1.2em
}

.h2 {
    height: .5rem
}

.h3 {
    height: .75rem
}

.h400px {
    height: 400px
}

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

.max-h-\[calc\(1em\*1\.5\*2\)\] {
    max-height: 3em
}

.max-h-\[calc\(1em\*1\.5\*3\)\] {
    max-height: 4.5em
}

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

.max-h-450px {
    max-height: 450px
}

.max-h-600px {
    max-height: 600px
}

.max-w-1440px,
.page-max-width {
    max-width: 1440px
}

.max-w-300px {
    max-width: 300px
}

.max-w-520px {
    max-width: 520px
}

.max-w-590px {
    max-width: 590px
}

.max-w-600px {
    max-width: 600px
}

.max-w-630px {
    max-width: 630px
}

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

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

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

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

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

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

.min-h-100px {
    min-height: 100px
}

.min-h-370px {
    min-height: 370px
}

.min-h-500px {
    min-height: 500px
}

.min-h-50px {
    min-height: 50px
}

.min-h-auto {
    min-height: auto
}

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

.min-w-170px {
    min-width: 170px
}

.min-w-200px {
    min-width: 200px
}

.min-w-280px {
    min-width: 280px
}

.min-w-48\% {
    min-width: 48%
}

.min-w-86px {
    min-width: 86px
}

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

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

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

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

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

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

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

.w-\[2em\] {
    width: 2em
}

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

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

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

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

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

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

.w-620px,
.w-\[620px\] {
    width: 620px
}

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

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

.w-70px,
.w-\[70px\] {
    width: 70px
}

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

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

.w-1\.2em {
    width: 1.2em
}

.w-100px {
    width: 100px
}

.w-110px {
    width: 110px
}

.w-1200px {
    width: 1200px
}

.w-125px {
    width: 125px
}

.w-140px {
    width: 140px
}

.w-142 {
    width: 35.5rem
}

.w-163px {
    width: 163px
}

.w-170px {
    width: 170px
}

.w-2\.3em {
    width: 2.3em
}

.w-20\% {
    width: 20%
}

.w-200px {
    width: 200px
}

.w-20px {
    width: 20px
}

.w-210px {
    width: 210px
}

.w-232px {
    width: 232px
}

.w-25px {
    width: 25px
}

.w-267px {
    width: 267px
}

.w-30 {
    width: 7.5rem
}

.w-327px {
    width: 327px
}

.w-340px {
    width: 340px
}

.w-4\.5 {
    width: 1.125rem
}

.w-432px {
    width: 432px
}

.w-48px {
    width: 48px
}

.w-49px {
    width: 49px
}

.w-5 {
    width: 1.25rem
}

.w-50\% {
    width: 50%
}

.w-5px {
    width: 5px
}

.w-600px {
    width: 600px
}

.w-60px {
    width: 60px
}

.w-650px {
    width: 650px
}

.w-800px {
    width: 800px
}

.w-80px {
    width: 80px
}

.w-86\% {
    width: 86%
}

.w-96px {
    width: 96px
}

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

.after\:h-100\%:after {
    height: 100%
}

.after\:w-100\%:after {
    width: 100%
}

.\!flex,
.flex\! {
    display: flex !important
}

.flex {
    display: flex
}

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

.flex-\[1\] {
    flex: 1
}

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

.flex-1\! {
    flex: 1 1 0% !important
}

.flex-auto {
    flex: 1 1 auto
}

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

.grow,
.grow-1 {
    flex-grow: 1
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.table {
    display: table
}

.border-collapse {
    border-collapse: collapse
}

.-translate-x-1\/2,
.translate-x--50\% {
    --un-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--0\% {
    --un-translate-x: 0;
    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--100\% {
    --un-translate-x: -100%;
    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-y--1\/2,
.translate-y--50\% {
    --un-translate-y: -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-y--2px {
    --un-translate-y: -2px;
    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-y-50\% {
    --un-translate-y: 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-y-6px {
    --un-translate-y: 6px;
    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))
}

.scale-120 {
    --un-scale-x: 1.2;
    --un-scale-y: 1.2;
    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))
}

.scale-140 {
    --un-scale-x: 1.4;
    --un-scale-y: 1.4;
    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))
}

.scale-75 {
    --un-scale-x: .75;
    --un-scale-y: .75;
    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))
}

.hover\:scale-105:hover {
    --un-scale-x: 1.05;
    --un-scale-y: 1.05;
    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))
}

.before\:scale-200:before {
    --un-scale-x: 2;
    --un-scale-y: 2;
    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))
}

.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 {
    cursor: not-allowed
}

.resize-none {
    resize: none
}

.scroll-ml-6 {
    scroll-margin-left: 1.5rem
}

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

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

.place-content-center {
    place-content: center
}

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

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

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

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.self-center {
    align-self: center
}

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

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

.justify-center {
    justify-content: center
}

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

.justify-stretch {
    justify-content: stretch
}

.justify-items-start {
    justify-items: start
}

.justify-self-end {
    justify-self: end
}

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

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

.gap-30px,
.gap-\[30px\] {
    gap: 30px
}

.gap-12px {
    gap: 12px
}

.gap-160px {
    gap: 160px
}

.gap-2 {
    gap: .5rem
}

.gap-4,
.gap4 {
    gap: 1rem
}

.gap-4px {
    gap: 4px
}

.gap-67px {
    gap: 67px
}

.gap-8px {
    gap: 8px
}

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

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-2\.5 {
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.gap-x-30px {
    -moz-column-gap: 30px;
    column-gap: 30px
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

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

.divide-y>:not([hidden])~:not([hidden]) {
    --un-divide-y-reverse: 0;
    border-bottom-width: calc(1px*var(--un-divide-y-reverse));
    border-top-width: calc(1px*(1 - var(--un-divide-y-reverse)))
}

.divide-\[\#303C6A\]>:not([hidden])~:not([hidden]) {
    --un-divide-opacity: 1;
    border-color: rgb(48 60 106 / var(--un-divide-opacity))
}

.divide-dashed>:not([hidden])~:not([hidden]) {
    border-style: dashed
}

.overflow-hidden {
    overflow: hidden
}

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

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

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

.text-ellipsis {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

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

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

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

.border-0 {
    border-width: 0
}

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

.border-3\! {
    border-width: 3px !important
}

.focus\:border-0:focus {
    border-width: 0
}

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

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

.\!border-\[none\] {
    border-color: none !important
}

.border-\[\#266ef1\],
.border-text-blue {
    --un-border-opacity: 1;
    border-color: rgb(38 110 241 / var(--un-border-opacity))
}

.border-\[\#b0b0b0\] {
    --un-border-opacity: 1;
    border-color: rgb(176 176 176 / var(--un-border-opacity))
}

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

.border-\#8098bf {
    --un-border-opacity: 1;
    border-color: rgb(128 152 191 / var(--un-border-opacity))
}

.hover\:border-active:hover {
    --un-border-opacity: 1;
    border-color: rgb(20 138 245 / var(--un-border-opacity))
}

.border-b-\#2C314B {
    --un-border-opacity: 1;
    --un-border-bottom-opacity: var(--un-border-opacity);
    border-bottom-color: rgb(44 49 75 / var(--un-border-bottom-opacity))
}

.\!rounded-none {
    border-radius: 0 !important
}

.border-rd-\[10px_0\] {
    border-radius: 10px 0
}

.border-rd-\[10px_10px_0_0\] {
    border-radius: 10px 10px 0 0
}

.border-rd-10px,
.rounded-10px,
.rounded-\[10px\] {
    border-radius: 10px
}

.border-rd-12px {
    border-radius: 12px
}

.border-rd-15px,
.rounded-15px {
    border-radius: 15px
}

.border-rd-16px {
    border-radius: 16px
}

.border-rd-30px {
    border-radius: 30px
}

.border-rd-8px,
.rounded-8px,
.rounded-\[8px\] {
    border-radius: 8px
}

.rounded {
    border-radius: .25rem
}

.rounded-\[0_0_var\(--option-radius\)_var\(--option-radius\)\] {
    border-radius: 0 0 var(--option-radius) var(--option-radius)
}

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

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

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

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

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

.rounded-\[var\(--option-radius\)_var\(--option-radius\)_0_0\] {
    border-radius: var(--option-radius) var(--option-radius) 0 0
}

.rounded-4 {
    border-radius: 1rem
}

.rounded-70\% {
    border-radius: 70%
}

.rounded-8\! {
    border-radius: 2rem !important
}

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

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

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

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

.rounded-xl {
    border-radius: .75rem
}

.rounded-t-md {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

.border-none {
    border-style: none
}

.border-none\! {
    border-style: none !important
}

.focus-visible\:border-none:focus-visible {
    border-style: none
}

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

.bg-\[--bg-one\] {
    background-color: var(--bg-one)
}

.bg-\[\#102260\] {
    --un-bg-opacity: 1;
    background-color: rgb(16 34 96 / var(--un-bg-opacity))
}

.bg-\[\#122b6e\] {
    --un-bg-opacity: 1;
    background-color: rgb(18 43 110 / var(--un-bg-opacity))
}

.bg-\#13192E,
.bg-\#13192e,
.bg-\[\#13192E\],
.bg-\[\#13192e\],
.bg-bg {
    --un-bg-opacity: 1;
    background-color: rgb(19 25 46 / var(--un-bg-opacity))
}

.bg-\[\#148AF5\] {
    --un-bg-opacity: 1;
    background-color: rgb(20 138 245 / var(--un-bg-opacity))
}

.bg-\[\#192241\] {
    --un-bg-opacity: 1;
    background-color: rgb(25 34 65 / var(--un-bg-opacity))
}

.bg-\[\#1a2241\] {
    --un-bg-opacity: 1;
    background-color: rgb(26 34 65 / var(--un-bg-opacity))
}

.bg-\#1a2342,
.bg-\[\#1A2342\],
.bg-\[\#1a2342\] {
    --un-bg-opacity: 1;
    background-color: rgb(26 35 66 / var(--un-bg-opacity))
}

.bg-\#202C52,
.bg-\#202c52,
.bg-\[\#202C52\],
.bg-\[\#202c52\],
.bg-bg-secondary {
    --un-bg-opacity: 1;
    background-color: rgb(32 44 82 / var(--un-bg-opacity))
}

.bg-\#266EF1,
.bg-\#266ef1,
.bg-\[\#266ef1\] {
    --un-bg-opacity: 1;
    background-color: rgb(38 110 241 / var(--un-bg-opacity))
}

.bg-\[\#267eeb\] {
    --un-bg-opacity: 1;
    background-color: rgb(38 126 235 / var(--un-bg-opacity))
}

.bg-\[\#283460\] {
    --un-bg-opacity: 1;
    background-color: rgb(40 52 96 / var(--un-bg-opacity))
}

.bg-\[\#2E3F73\],
.bg-bg-info {
    --un-bg-opacity: 1;
    background-color: rgb(46 63 115 / var(--un-bg-opacity))
}

.bg-\[\#8098bf\] {
    --un-bg-opacity: 1;
    background-color: rgb(128 152 191 / var(--un-bg-opacity))
}

.bg-\[\#E8EAED\] {
    --un-bg-opacity: 1;
    background-color: rgb(232 234 237 / var(--un-bg-opacity))
}

.bg-\[none\] {
    background-color: none
}

.bg-\[rgba\(1\,2\,18\,_0\.8\)\] {
    --un-bg-opacity: .8;
    background-color: rgba(1, 2, 18, var(--un-bg-opacity))
}

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

.bg-\[var\(--bg-two\)\] {
    background-color: var(--bg-two)
}

.bg-\[var\(--mobile-active-bg\)\] {
    background-color: var(--mobile-active-bg)
}

.bg-\#161D36 {
    --un-bg-opacity: 1;
    background-color: rgb(22 29 54 / var(--un-bg-opacity))
}

.bg-\#222D50 {
    --un-bg-opacity: 1;
    background-color: rgb(34 45 80 / var(--un-bg-opacity))
}

.bg-\#256DF1 {
    --un-bg-opacity: 1;
    background-color: rgb(37 109 241 / var(--un-bg-opacity))
}

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

.bg-inherit {
    background-color: inherit
}

.bg-primary-100 {
    --un-bg-opacity: 1;
    background-color: rgb(226 232 242 / var(--un-bg-opacity))
}

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

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

.dark .dark\:bg-white\/10 {
    background-color: rgba(255, 255, 255, .1)
}

.hover\:bg-\[\#2e3f73\]:hover {
    --un-bg-opacity: 1;
    background-color: rgb(46 63 115 / var(--un-bg-opacity))
}

.hover\:bg-\#266EF1:hover {
    --un-bg-opacity: 1;
    background-color: rgb(38 110 241 / var(--un-bg-opacity))
}

.before\:bg-\[\#1a2241\]:before {
    --un-bg-opacity: 1;
    background-color: rgb(26 34 65 / var(--un-bg-opacity))
}

.focus-visible\:bg-none:focus-visible {
    background-image: none
}

.bg-cover {
    background-size: cover
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.bg-repeat {
    background-repeat: repeat
}

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

.\!p-\[11px_12px\] {
    padding: 11px 12px !important
}

.p-\[0_10px\] {
    padding: 0 10px
}

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

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

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

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

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

.p-0 {
    padding: 0
}

.p-14px {
    padding: 14px
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-3 {
    padding: .75rem
}

.p-3\.5 {
    padding: .875rem
}

.p-4 {
    padding: 1rem
}

.p-40px {
    padding: 40px
}

.p-4px {
    padding: 4px
}

.p-7\.5 {
    padding: 1.875rem
}

.p-8 {
    padding: 2rem
}

/* .px,
.px-4,
.px4 {
    padding-left: 1rem;
    padding-right: 1rem
} */

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

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

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

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

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

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

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

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

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

.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-17px {
    padding-left: 17px;
    padding-right: 17px
}

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

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

.px-22px {
    padding-left: 22px;
    padding-right: 22px
}

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

.px-34px {
    padding-left: 34px;
    padding-right: 34px
}

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

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

.py-0,
.py-\[0\] {
    padding-bottom: 0;
    padding-top: 0
}

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

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

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

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

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

.py-\$padding-y {
    padding-bottom: var(--padding-y);
    padding-top: var(--padding-y)
}

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

.py-105px {
    padding-bottom: 105px;
    padding-top: 105px
}

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

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

.py-14 {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

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

.py-150px {
    padding-bottom: 150px;
    padding-top: 150px
}

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

.py-170px {
    padding-bottom: 170px;
    padding-top: 170px
}

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

.py-23px {
    padding-bottom: 23px;
    padding-top: 23px
}

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

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

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

.py-30px {
    padding-bottom: 30px;
    padding-top: 30px
}

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

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

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

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

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

.p-r-3 {
    padding-right: .75rem
}

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

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

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

.pb-0 {
    padding-bottom: 0
}

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

.pb-15px {
    padding-bottom: 15px
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-20px {
    padding-bottom: 20px
}

.pb-27px {
    padding-bottom: 27px
}

.pb-50\% {
    padding-bottom: 50%
}

.pb-50px {
    padding-bottom: 50px
}

.pl-0,
.pl-\[0\],
.pl0 {
    padding-left: 0
}

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

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

.pl-12px {
    padding-left: 12px
}

.pl-20px {
    padding-left: 20px
}

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

.pl-30px {
    padding-left: 30px
}

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

.pr-0,
.pr-\[0\] {
    padding-right: 0
}

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

.pr-20px {
    padding-right: 20px
}

.pr-30px {
    padding-right: 30px
}

.pr-40px {
    padding-right: 40px
}

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

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

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

.pt-0 {
    padding-top: 0
}

.pt-14 {
    padding-top: 3.5rem
}

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

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

.pt-30px {
    padding-top: 30px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.align-middle {
    vertical-align: middle
}

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

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

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

.\!text-\[17px\] {
    font-size: 17px !important
}

.text-\[0\.75em\] {
    font-size: .75em
}

.text-1\.1em,
.text-\[1\.1em\] {
    font-size: 1.1em
}

.text-\[1\.2em\] {
    font-size: 1.2em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-1\.25em {
    font-size: 1.25em
}

.text-110px {
    font-size: 110px
}

.text-17px {
    font-size: 17px
}

.text-28px {
    font-size: 28px
}

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

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4 {
    font-size: 1rem
}

.text-40px {
    font-size: 40px
}

.text-48px {
    font-size: 48px
}

.text-67px {
    font-size: 67px
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-7 {
    font-size: 1.75rem
}

.text-70px {
    font-size: 70px
}

.text-80px {
    font-size: 80px
}

.text-8px {
    font-size: 8px
}

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

.text-90px {
    font-size: 90px
}

.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
}

.marker\:text-0\.8em::marker {
    font-size: .8em
}

.text-size-200px {
    font-size: 200px
}

.text-size-32px {
    font-size: 32px
}

.font-400,
.font-normal {
    font-weight: 400
}

.font-500,
.font-medium {
    font-weight: 500
}

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

.font-700,
.font-bold {
    font-weight: 700
}

.font-800,
.font-extrabold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.font-light {
    font-weight: 300
}

.font-normal\! {
    font-weight: 400 !important
}

.leading-\[1\.4em\],
.lh-1\.4em {
    line-height: 1.4em
}

.leading-\[1\.8em\],
.lh-1\.8em {
    line-height: 1.8em
}

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

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

.leading-\[2em\] {
    line-height: 2em
}

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

.leading-1\.5em,
.lh-1\.5em {
    line-height: 1.5em
}

.leading-15px {
    line-height: 15px
}

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

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

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-loose {
    line-height: 2
}

.leading-tight {
    line-height: 1.25
}

.lh-0 {
    line-height: 0
}

.lh-24px {
    line-height: 24px
}

.lh-30px {
    line-height: 30px
}

.lh-40px {
    line-height: 40px
}

.lh-44px {
    line-height: 44px
}

.lh-50px {
    line-height: 50px
}

.lh-7\.3rem {
    line-height: 7.3rem
}

.lh-normal {
    line-height: 1.5
}

.lh-snug {
    line-height: 1.375
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.tabular-nums {
    --un-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)
}

.color-\#3870f0,
.color-\[\#3870f0\] {
    --un-text-opacity: 1;
    color: rgb(56 112 240 / var(--un-text-opacity))
}

.color-\#8098bf,
.text-\#8098BF,
.text-\#8098bf,
.text-\[\#8098BF\],
.text-\[\#8098bf\],
.text-primary {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.\!text-\[\#266EF1\] {
    --un-text-opacity: 1 !important;
    color: rgb(38 110 241 / var(--un-text-opacity)) !important
}

.\!text-\[\#27c1a5\],
.\!text-text-green {
    --un-text-opacity: 1 !important;
    color: rgb(39 193 165 / var(--un-text-opacity)) !important
}

.\!text-\[\#e2e8f2\] {
    --un-text-opacity: 1 !important;
    color: rgb(226 232 242 / var(--un-text-opacity)) !important
}

.\!text-\[\#ffc52f\] {
    --un-text-opacity: 1 !important;
    color: rgb(255 197 47 / var(--un-text-opacity)) !important
}

.\!text-\#EF0027 {
    --un-text-opacity: 1 !important;
    color: rgb(239 0 39 / var(--un-text-opacity)) !important
}

.\!text-bg-active {
    --un-text-opacity: 1 !important;
    color: rgb(20 138 245 / var(--un-text-opacity)) !important
}

.\!text-text {
    --un-text-opacity: 1 !important;
    color: rgb(222 229 239 / var(--un-text-opacity)) !important
}

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

.text-\[--first-text\] {
    color: var(--first-text)
}

.text-\[--highlight\] {
    color: var(--highlight)
}

.text-\[--secondary-text\],
.text-\[var\(--secondary-text\)\] {
    color: var(--secondary-text)
}

.text-\[\#121c41\] {
    --un-text-opacity: 1;
    color: rgb(18 28 65 / var(--un-text-opacity))
}

.text-\[\#13192e\] {
    --un-text-opacity: 1;
    color: rgb(19 25 46 / var(--un-text-opacity))
}

.text-\#148AF5,
.text-\[\#148af5\],
.text-bg-active,
.text-text-light {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

.text-\[\#1677ff\] {
    --un-text-opacity: 1;
    color: rgb(22 119 255 / var(--un-text-opacity))
}

.text-\[\#1A254A\] {
    --un-text-opacity: 1;
    color: rgb(26 37 74 / var(--un-text-opacity))
}

.text-\[\#1c82f3\] {
    --un-text-opacity: 1;
    color: rgb(28 130 243 / var(--un-text-opacity))
}

.text-\#266ef1,
.text-\[\#266ef1\],
.text-text-blue {
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.text-\[\#26a17b\] {
    --un-text-opacity: 1;
    color: rgb(38 161 123 / var(--un-text-opacity))
}

.text-\[\#27c1a5\],
.text-text-green {
    --un-text-opacity: 1;
    color: rgb(39 193 165 / var(--un-text-opacity))
}

.text-\[\#566897\] {
    --un-text-opacity: 1;
    color: rgb(86 104 151 / var(--un-text-opacity))
}

.text-\[\#7f8fc8\] {
    --un-text-opacity: 1;
    color: rgb(127 143 200 / var(--un-text-opacity))
}

.text-\[\#9498a1\] {
    --un-text-opacity: 1;
    color: rgb(148 152 161 / var(--un-text-opacity))
}

.text-\[\#9a9a9a\] {
    --un-text-opacity: 1;
    color: rgb(154 154 154 / var(--un-text-opacity))
}

.text-\[\#9cb8ff\] {
    --un-text-opacity: 1;
    color: rgb(156 184 255 / var(--un-text-opacity))
}

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

.text-\#b1bdd1,
.text-\[\#B1BDD1\],
.text-\[\#b1bdd1\] {
    --un-text-opacity: 1;
    color: rgb(177 189 209 / var(--un-text-opacity))
}

.text-\[\#c8d0df\] {
    --un-text-opacity: 1;
    color: rgb(200 208 223 / var(--un-text-opacity))
}

.text-\#dee5ef,
.text-\[\#dee5ef\],
.text-text {
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.text-\#E2E8F2,
.text-\#e2e8f2,
.text-\[\#E2E8F2\],
.text-\[\#e2e8f2\],
.text-primary-100 {
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.text-\[\#E8EAED\] {
    --un-text-opacity: 1;
    color: rgb(232 234 237 / var(--un-text-opacity))
}

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

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

.text-\[var\(--border-color\)\] {
    color: var(--border-color)
}

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

.text-\#94a3b8 {
    --un-text-opacity: 1;
    color: rgb(148 163 184 / var(--un-text-opacity))
}

.text-\#E4C11D {
    --un-text-opacity: 1;
    color: rgb(228 193 29 / var(--un-text-opacity))
}

.text-\#EF0027 {
    --un-text-opacity: 1;
    color: rgb(239 0 39 / var(--un-text-opacity))
}

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

.text-text-secondary {
    --un-text-opacity: 1;
    color: rgb(122 145 183 / var(--un-text-opacity))
}

.text-transparent {
    color: transparent
}

.group\/item:hover .group-hover\/item\:text-\#2A72E9 {
    --un-text-opacity: 1;
    color: rgb(42 114 233 / var(--un-text-opacity))
}

.hover\:text-\[\#148AF5\]:hover {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

.hover\:text-\[\#266ef1\]:hover {
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.hover\:text-\[\#e2e8f2\]:hover {
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.hover\:text-active:hover {
    --un-text-opacity: 1;
    color: rgb(20 138 245 / var(--un-text-opacity))
}

.hover\:text-text-blue:hover {
    --un-text-opacity: 1;
    color: rgb(38 110 241 / var(--un-text-opacity))
}

.hover\:text-text:hover {
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.marker\:text-primary-100::marker {
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.text-inherit {
    color: inherit
}

.decoration-underline,
.underline {
    text-decoration-line: underline
}

.line-through {
    text-decoration-line: line-through
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.\!underline-offset-4 {
    text-underline-offset: 4px !important
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-60\% {
    opacity: .6
}

.shadow-\[none\] {
    --un-shadow: none;
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.hover\:shadow-\[0_0_0_3px_\#2B72E9\]:hover {
    --un-shadow: 0 0 0 3px var(--un-shadow-color, #2b72e9);
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.focus\:shadow-inherit:focus {
    --un-shadow-color: inherit
}

.outline {
    outline-style: solid
}

.blur {
    --un-blur: blur(8px);
    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)
}

.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)
}

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

.transition {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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)
}

.duration-0\.5 {
    transition-duration: .5ms
}

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

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

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

.content-\[\'\'\] {
    content: ""
}

.after\:content-\[\'\'\]:after {
    content: ""
}

@media (max-width:1599.9px) {
    .lt-desktop\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .lt-desktop\:h-full {
        height: 100%
    }

    .lt-desktop\:w-full {
        width: 100%
    }
}

@media (max-width:1439.9px) {
    .lt-laptopl\:left-\[50\%\] {
        left: 50%
    }

    .lt-laptopl\:my-30px {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .lt-laptopl\:block {
        display: block
    }

    .lt-laptopl\:block\! {
        display: block !important
    }

    .lt-laptopl\:hidden {
        display: none
    }

    .\!lt-laptopl\:w-170px {
        width: 170px !important
    }

    .lt-laptopl\:flex {
        display: flex
    }

    .lt-laptopl\:translate-x--50\% {
        --un-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))
    }

    .lt-laptopl\:justify-between {
        justify-content: space-between
    }
}

@media (max-width:1279.9px) {
    .lt-laptop\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lt-laptop\:block {
        display: block
    }

    .lt-laptop\:hidden {
        display: none
    }

    .lt-laptop\:min-h-50px {
        min-height: 50px
    }

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

    .lt-laptop\:scale-\[0\.9\] {
        --un-scale-x: .9;
        --un-scale-y: .9;
        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))
    }

    .lt-laptop\:justify-self-end {
        justify-self: end
    }

    .lt-laptop\:gap-20px {
        gap: 20px
    }

    .lt-laptop\:text-white {
        --un-text-opacity: 1;
        color: rgb(255 255 255 / var(--un-text-opacity))
    }
}

@media (max-width:1023.9px) {
    .lt-tabletl\:grid-cols-\[auto_1fr\] {
        grid-template-columns: auto 1fr
    }

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

    .lt-tabletl\:my-20px,
    .lt-tabletl\:my-\[20px\] {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .lt-tabletl\:my-11px {
        margin-bottom: 11px;
        margin-top: 11px
    }

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

    .lt-tabletl\:mb-30px {
        margin-bottom: 30px
    }

    .lt-tabletl\:mr-0 {
        margin-right: 0
    }

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

    .lt-tabletl\:mt-0,
    .lt-tabletl\:mt0 {
        margin-top: 0
    }

    .lt-tabletl\:mt-40px {
        margin-top: 40px
    }

    .lt-tabletl\:block {
        display: block
    }

    .lt-tabletl\:\!hidden {
        display: none !important
    }

    .lt-tabletl\:hidden {
        display: none
    }

    .lt-tabletl\:h-40px {
        height: 40px
    }

    .lt-tabletl\:h-68px {
        height: 68px
    }

    .lt-tabletl\:h-auto {
        height: auto
    }

    .lt-tabletl\:min-h-0 {
        min-height: 0
    }

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

    .lt-tabletl\:w-150px {
        width: 150px
    }

    .lt-tabletl\:w-auto {
        width: auto
    }

    .lt-tabletl\:justify-center {
        justify-content: center
    }

    .lt-tabletl\:gap-40px {
        gap: 40px
    }

    .lt-tabletl\:gap-x-15px {
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    .lt-tabletl\:gap-y-5px {
        row-gap: 5px
    }

    .lt-tabletl\:border-rd-10px {
        border-radius: 10px
    }

    .lt-tabletl\:rounded-4\! {
        border-radius: 1rem !important
    }

    .lt-tabletl\:px-15px {
        padding-left: 15px;
        padding-right: 15px
    }

    .lt-tabletl\:px-20px {
        padding-left: 20px;
        padding-right: 20px
    }

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

    .lt-tabletl\:py-50px {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .lt-tabletl\:py-60px {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .lt-tabletl\:py-7 {
        padding-bottom: 1.75rem;
        padding-top: 1.75rem
    }

    .lt-tabletl\:pb-20px {
        padding-bottom: 20px
    }

    .lt-tabletl\:pl-0 {
        padding-left: 0
    }

    .lt-tabletl\:pr-35px {
        padding-right: 35px
    }

    .lt-tabletl\:text-center {
        text-align: center
    }

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

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

    .lt-tabletl\:text-12px {
        font-size: 12px
    }

    .lt-tabletl\:text-14px {
        font-size: 14px
    }

    .lt-tabletl\:text-15px {
        font-size: 15px
    }

    .lt-tabletl\:text-22px {
        font-size: 22px
    }

    .lt-tabletl\:text-4 {
        font-size: 1rem
    }

    .lt-tabletl\:text-7 {
        font-size: 1.75rem
    }

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

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

    .lt-tabletl\:font-bold {
        font-weight: 700
    }
}

@media (max-width:767.9px) {
    .lt-tablet\:line-clamp-2 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2
    }

    .lt-tablet\:m-15px {
        margin: 15px
    }

    .lt-tablet\:m-auto {
        margin: auto
    }

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

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

    .lt-tablet\:mb-0 {
        margin-bottom: 0
    }

    .lt-tablet\:mb-16px {
        margin-bottom: 16px
    }

    .lt-tablet\:mt-\[10px\] {
        margin-top: 10px
    }

    .lt-tablet\:mt-\[5px\] {
        margin-top: 5px
    }

    .lt-tablet\:block {
        display: block
    }

    .lt-tablet\:block\! {
        display: block !important
    }

    .lt-tablet\:\!hidden {
        display: none !important
    }

    .lt-tablet\:hidden {
        display: none
    }

    .lt-tablet\:h-40px,
    .lt-tablet\:h-\[40px\] {
        height: 40px
    }

    .lt-tablet\:h-26px {
        height: 26px
    }

    .lt-tablet\:h-34px {
        height: 34px
    }

    .lt-tablet\:h-80px {
        height: 80px
    }

    .lt-tablet\:h-auto {
        height: auto
    }

    .lt-tablet\:max-h-\[calc\(1em\*1\.5\*2\)\] {
        max-height: 3em
    }

    .lt-tablet\:min-w-40px {
        min-width: 40px
    }

    .lt-tablet\:w-150px {
        width: 150px
    }

    .lt-tablet\:w-3px {
        width: 3px
    }

    .lt-tablet\:w-40px {
        width: 40px
    }

    .lt-tablet\:w-72\% {
        width: 72%
    }

    .lt-tablet\:w-auto {
        width: auto
    }

    .lt-tablet\:w-full {
        width: 100%
    }

    .lt-tablet\:flex-wrap {
        flex-wrap: wrap
    }

    .lt-tablet\:border-\[1\.5px_solid_\#6f8eca\] {
        border-color: 1.5px solid #6f8eca
    }

    .lt-tablet\:rounded-10px {
        border-radius: 10px
    }

    .lt-tablet\:p-0 {
        padding: 0
    }

    .lt-tablet\:p-15px {
        padding: 15px
    }

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

    .lt-tablet\:px-17px {
        padding-left: 17px;
        padding-right: 17px
    }

    .lt-tablet\:py-10px {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .lt-tablet\:py-7px {
        padding-bottom: 7px;
        padding-top: 7px
    }

    .lt-tablet\:pb-0 {
        padding-bottom: 0
    }

    .lt-tablet\:pb-15px {
        padding-bottom: 15px
    }

    .lt-tablet\:pl-10px {
        padding-left: 10px
    }

    .lt-tablet\:pl-15px {
        padding-left: 15px
    }

    .lt-tablet\:pr-40px {
        padding-right: 40px
    }

    .lt-tablet\:pt-15px {
        padding-top: 15px
    }

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

    .lt-tablet\:text-\[14px\]\! {
        font-size: 14px !important
    }

    .lt-tablet\:text-13px {
        font-size: 13px
    }

    .lt-tablet\:text-14px {
        font-size: 14px
    }

    .lt-tablet\:text-16px {
        font-size: 16px
    }

    .lt-tablet\:text-20px {
        font-size: 20px
    }

    .lt-tablet\:text-\[\#6f8eca\] {
        --un-text-opacity: 1;
        color: rgb(111 142 202 / var(--un-text-opacity))
    }

    .lt-tablet\:text-\[\#8098bf\] {
        --un-text-opacity: 1;
        color: rgb(128 152 191 / var(--un-text-opacity))
    }

    .lt-tablet\:text-\#266ef1 {
        --un-text-opacity: 1;
        color: rgb(38 110 241 / var(--un-text-opacity))
    }
}

@media (max-width:599.9px) {
    .lt-mobilel\:right-\[10px\] {
        right: 10px
    }

    .lt-mobilel\:mt-20px {
        margin-top: 20px
    }

    .lt-mobilel\:hidden {
        display: none
    }

    .lt-mobilel\:h-40px {
        height: 40px
    }

    .lt-mobilel\:max-w-320px {
        max-width: 320px
    }

    .lt-mobilel\:w-\[100\%\] {
        width: 100%
    }

    .lt-mobilel\:w-\[80\%\] {
        width: 80%
    }

    .lt-mobilel\:grow-1 {
        flex-grow: 1
    }

    .lt-mobilel\:gap-6px {
        gap: 6px
    }

    .lt-mobilel\:border-2px {
        border-width: 2px
    }

    .lt-mobilel\:border-rd-8px {
        border-radius: 8px
    }

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

    .lt-mobilel\:p-0 {
        padding: 0
    }

    .lt-mobilel\:px-\[10px\] {
        padding-left: 10px;
        padding-right: 10px
    }

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

    .lt-mobilel\:px-17px {
        padding-left: 17px;
        padding-right: 17px
    }

    .lt-mobilel\:py-\[10px\] {
        padding-bottom: 10px;
        padding-top: 10px
    }

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

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

    .lt-mobilel\:pb-\[15px\] {
        padding-bottom: 15px
    }

    .lt-mobilel\:pl-\[0\] {
        padding-left: 0
    }

    .lt-mobilel\:pr-\[0\] {
        padding-right: 0
    }

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

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

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

    .lt-mobilel\:text-22px {
        font-size: 22px
    }

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

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

    .lt-mobilel\:leading-\[1\.2em\] {
        line-height: 1.2em
    }

    .lt-mobilel\:text-\[\#6f8eca\] {
        --un-text-opacity: 1;
        color: rgb(111 142 202 / var(--un-text-opacity))
    }

    .lt-mobilel\:text-\[\#707582\] {
        --un-text-opacity: 1;
        color: rgb(112 117 130 / var(--un-text-opacity))
    }

    .lt-mobilel\:text-\[\#e2e8f2\] {
        --un-text-opacity: 1;
        color: rgb(226 232 242 / var(--un-text-opacity))
    }
}

@media (max-width:479.9px) {
    .lt-mobile\:grid {
        display: grid
    }

    .lt-mobile\:grid-cols-\[1fr\] {
        grid-template-columns: 1fr
    }

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

    .lt-mobile\:mb-11px {
        margin-bottom: 11px
    }

    .lt-mobile\:mb-5px {
        margin-bottom: 5px
    }

    .lt-mobile\:mb-5px\! {
        margin-bottom: 5px !important
    }

    .lt-mobile\:h-150px {
        height: 150px
    }

    .lt-mobile\:h-28px {
        height: 28px
    }

    .lt-mobile\:h-40px {
        height: 40px
    }

    .lt-mobile\:min-h-500px {
        min-height: 500px
    }

    .lt-mobile\:flex {
        display: flex
    }

    .lt-mobile\:flex-1,
    .lt-mobile\:flex-\[1_1_0\%\] {
        flex: 1 1 0%
    }

    .lt-mobile\:items-center {
        align-items: center
    }

    .lt-mobile\:justify-around {
        justify-content: space-around
    }

    .lt-mobile\:justify-stretch {
        justify-content: stretch
    }

    .lt-mobile\:gap-y-2 {
        row-gap: .5rem
    }

    .lt-mobile\:border-rd-16px {
        border-radius: 16px
    }

    .\!lt-mobile\:px-\[5px\] {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .lt-mobile\:px-10px {
        padding-left: 10px;
        padding-right: 10px
    }

    .lt-mobile\:px-15px {
        padding-left: 15px;
        padding-right: 15px
    }

    .lt-mobile\:px-22px {
        padding-left: 22px;
        padding-right: 22px
    }

    .lt-mobile\:px-5px {
        padding-left: 5px;
        padding-right: 5px
    }

    .lt-mobile\:py-10px {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .lt-mobile\:py-30px {
        padding-bottom: 30px;
        padding-top: 30px
    }

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

    .lt-mobile\:text-center {
        text-align: center
    }

    .\!lt-mobile\:text-\[14px\] {
        font-size: 14px !important
    }

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

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

    .lt-mobile\:text-\[26px\] {
        font-size: 26px
    }

    .lt-mobile\:text-12px {
        font-size: 12px
    }

    .lt-mobile\:text-14px {
        font-size: 14px
    }

    .lt-mobile\:text-18px {
        font-size: 18px
    }

    .lt-mobile\:text-35px {
        font-size: 35px
    }

    .lt-mobile\:text-60px {
        font-size: 60px
    }

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

    .lt-mobile\:leading-\[normal\] {
        line-height: normal
    }

    .lt-mobile\:lh-30px {
        line-height: 30px
    }

    .lt-mobile\:text-primary {
        --un-text-opacity: 1;
        color: rgb(128 152 191 / var(--un-text-opacity))
    }
}

@media (min-width:480px) {
    .mobile\:flex {
        display: flex
    }
}

@media (min-width:600px) {
    .mobilel\:flex {
        display: flex
    }

    .mobilel\:items-center {
        align-items: center
    }

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

@media (min-width:768px) {
    .\!tablet\:text-\[14px\] {
        font-size: 14px !important
    }
}

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

    .tabletl\:mb-15px {
        margin-bottom: 15px
    }

    .tabletl\:block {
        display: block
    }

    .tabletl\:\!hidden {
        display: none !important
    }

    .tabletl\:hidden {
        display: none
    }

    .tabletl\:min-h-125 {
        min-height: 31.25rem
    }

    .tabletl\:flex {
        display: flex
    }

    .tabletl\:p-10 {
        padding: 2.5rem
    }
}

@media (min-width:1024px) and (max-width:1279.9px) {

    .at-tabletl\:mt-0,
    .at-tabletl\:mt0 {
        margin-top: 0
    }

    .at-tabletl\:max-h-600px {
        max-height: 600px
    }

    .at-tabletl\:max-w-500px {
        max-width: 500px
    }

    .at-tabletl\:w-500px {
        width: 500px
    }

    .at-tabletl\:w-520px {
        width: 520px
    }

    .at-tabletl\:gap-80px {
        gap: 80px
    }

    .at-tabletl\:py-100px {
        padding-bottom: 100px;
        padding-top: 100px
    }

    .at-tabletl\:py-150px {
        padding-bottom: 150px;
        padding-top: 150px
    }

    .at-tabletl\:text-44px,
    .at-tabletl\:text-\[44px\] {
        font-size: 44px
    }

    .at-tabletl\:text-16px {
        font-size: 16px
    }

    .at-tabletl\:text-18px {
        font-size: 18px
    }

    .at-tabletl\:font-bold {
        font-weight: 700
    }
}

@media (min-width:1280px) {
    .laptop\:block {
        display: block
    }

    .laptop\:hover\:text-\#E2E8F2:hover {
        --un-text-opacity: 1;
        color: rgb(226 232 242 / var(--un-text-opacity))
    }
}

@media (min-width:1280px) and (max-width:1439.9px) {
    .at-laptop\:max-h-600px {
        max-height: 600px
    }
}

@media (min-width:1440px) {
    .laptopl\:max-h-610px {
        max-height: 610px
    }

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

hr[data-v-227865f3] {
    border: none;
    border-top: 1.5px dashed var(--bg-one);
    margin: 20px 0
}

.item p[data-v-227865f3] {
    color: #8098bf;
    line-height: 2;
    margin-bottom: 12px
}

.main[data-v-8fdaafd7] {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px
}

.main .item[data-v-8fdaafd7] {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    border-radius: .5rem;
    --un-bg-opacity: 1;
    background-color: rgb(46 63 115 / var(--un-bg-opacity));
    padding: 15px 30px;
    text-align: left;
    font-size: 18px;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity));
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: .15s;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.main .item[data-v-8fdaafd7]:hover {
    --un-scale-x: 1.05;
    --un-scale-y: 1.05;
    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))
}

.main .item .icon[data-v-8fdaafd7] {
    margin-right: 20px;
    font-size: 40px
}

.connecting .icon[data-v-8fdaafd7] {
    margin-bottom: 37px;
    font-size: 70px
}

.connecting .title[data-v-8fdaafd7] {
    font-size: 24px;
    --un-text-opacity: 1;
    color: rgb(222 229 239 / var(--un-text-opacity))
}

.connecting .sub-title[data-v-8fdaafd7] {
    margin-top: 13px;
    margin-bottom: 30px;
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.last-login-tips[data-v-f64f34c2] {
    color: #8098bf !important;
    font-size: 14px !important;
    margin: 16px 0 18px !important;
    text-align: center !important
}

.last-login-tips[data-v-f64f34c2]:after,
.last-login-tips[data-v-f64f34c2]:before {
    border-color: #8098bf !important
}

.login-item[data-v-f64f34c2] {
    background: #2e3f73;
    border-radius: 10px;
    color: #8098bf;
    cursor: pointer;
    height: 34px
}

.login-item[data-v-f64f34c2]:hover {
    color: #266ef1
}

.login-item[data-v-f64f34c2]:active {
    transform: scale(.98)
}

.ant-modal-wrap.auth-modal-scoped .ant-modal-content {
    background: linear-gradient(180deg, #2e3f74, #232c4f 10%);
    border-radius: 10px 20px 20px 10px;
    overflow: hidden;
    padding: 0
}

@media (max-width: 1023.9px) {
    .ant-modal-wrap.auth-modal-scoped .ant-modal-content {
        border-radius: 16px
    }
}

.ant-modal-wrap.auth-modal-scoped .ant-modal-content .ant-modal-close-x {
    color: var(--secondary-text);
    font-size: 23px
}

.ant-modal-wrap.auth-modal-scoped .ant-modal-content .ant-modal-body {
    color: var(--secondary-text)
}

.auth-form-scoped-left {
    background: linear-gradient(to bottom right, #2680eb, #2a47ab)
}

.auth-form-scoped-right {
    background: linear-gradient(180deg, #2e3f74, #232c4f 10%)
}

.auth-form-scoped-right .ant-form .ant-form-item .ant-form-item-control-input {
    font-size: 14px;
    min-height: 40px
}

.auth-form-scoped-right .ant-form .ant-form-item .ant-form-item-explain-connected {
    font-size: 14px
}

.auth-form-scoped-right .ant-form .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon {
    color: #8098bf;
    font-size: 14px
}

.auth-form-scoped-right .ant-input-affix-wrapper>input.ant-input:focus {
    box-shadow: inset 0 0 0 1000px #13192e !important
}

.auth-form-scoped-right input:-webkit-autofill,
.auth-form-scoped-right input:-webkit-autofill:active,
.auth-form-scoped-right input:-webkit-autofill:focus,
.auth-form-scoped-right input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #13192e !important;
    -webkit-text-fill-color: #e2e8f2 !important
}

.update-app-notification.update-app-notification .ant-notification-notice-close {
    display: none
}

.notification-wrap[data-v-d5e396c6] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(3, auto);
    margin-bottom: -15px
}

.notification-wrap .rocket[data-v-d5e396c6] {
    grid-row: 1 / 4;
    margin-right: 20px;
    margin-top: 10px
}

.notification-wrap .title[data-v-d5e396c6] {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.notification-wrap .msg[data-v-d5e396c6] {
    color: #c8d0df;
    font-size: 14px
}

.notification-wrap .btns[data-v-d5e396c6] {
    color: #fff;
    display: flex;
    margin-top: 20px
}

.notification-wrap .btns .btn[data-v-d5e396c6] {
    border-radius: 5px;
    cursor: pointer;
    flex: 1;
    line-height: 40px;
    text-align: center
}

.notification-wrap .btns .btn+.btn[data-v-d5e396c6] {
    margin-left: 15px
}

.notification-wrap .btns .btn.later[data-v-d5e396c6] {
    background-color: #6f8eca
}

.notification-wrap .btns .btn.reload[data-v-d5e396c6] {
    background-color: #266ef1
}

body {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

:focus {
    outline: 0
}

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

a:-webkit-any-link {
    cursor: pointer
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:root {
    background: #13192e
}

.tag,
.tag-danger,
.tag-default,
.tag-success,
.tag-warn {
    --color: #3a4979;
    align-items: center;
    background: transparent;
    border: 1.5px solid var(--color);
    border-radius: .5em;
    color: var(--color);
    display: inline-flex;
    justify-content: center;
    padding: .3em .8em
}

.tag-success {
    --color: #00c1a5
}

.tag-warn {
    --color: #fdb754
}

.tag-danger {
    --color: #db3e3e
}

.pagination-wrapper {
    margin: 10px auto 0;
    padding: 0 10px;
    width: -moz-fit-content;
    width: fit-content
}

.gradient-border-box {
    background: var(--app-gradient-top-light-d) padding-box, var(--app-gradient-green-blue) border-box;
    border: 2px solid transparent;
    border-left-width: 0 !important;
    border-radius: 10px;
    border-top-width: 0 !important;
    box-shadow: 0 0 100px rgba(0, 0, 0, .4);
    transform: scale(1)
}

.none-animation,
.none-animation * {
    transition: none !important
}

@media (pointer:fine) {
    * {
        scrollbar-color: rgba(0, 0, 0, .5) transparent;
        scrollbar-width: thin
    }

    ::-webkit-scrollbar {
        background-color: #14192e;
        height: 5px;
        width: 5px
    }

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

    ::-webkit-scrollbar-thumb:hover {
        background-color: #3a4166
    }
}

.ant-modal-wrap.ant-cover__basic-modal .ant-modal-content {
    background: var(--app-gradient-top-light-l);
    border-radius: 30px;
    padding: 30px 40px 40px
}

@media (max-width: 1023.9px) {
    .ant-modal-wrap.ant-cover__basic-modal .ant-modal-content {
        border-radius: 16px;
        padding: 30px 20px
    }
}

.ant-modal-wrap.ant-cover__basic-modal .ant-modal-content .ant-modal-header {
    background: transparent
}

.ant-modal-wrap.ant-cover__basic-modal .ant-modal-content .ant-modal-title {
    color: #e2e8f2;
    font-size: 24px;
    text-align: center
}

@media (max-width: 1023.9px) {
    .ant-modal-wrap.ant-cover__basic-modal .ant-modal-content .ant-modal-title {
        font-size: 20px
    }
}

.ant-modal-wrap.ant-cover__basic-modal .ant-modal-content .ant-modal-close-x {
    color: var(--secondary-text);
    font-size: 23px
}

.ant-modal-wrap.ant-cover__basic-modal .ant-modal-content .ant-modal-body {
    color: var(--secondary-text)
}

.ant-modal-wrap.ant-cover__basic-modal .ant-modal-content .ant-modal-footer {
    display: flex;
    font-size: 18px;
    margin-top: 30px;
    text-align: center
}

.ant-modal-wrap.ant-cover__basic-modal-table .ant-modal-content {
    padding: 30px 40px 56px
}

@media (max-width: 1023.9px) {
    .ant-modal-wrap.ant-cover__basic-modal-table .ant-modal-content {
        padding: 30px 20px
    }
}

.ant-modal-wrap.ant-cover__basic-modal-confirm .ant-modal-confirm .ant-modal-content {
    background: var(--app-gradient-top-light-l) !important
}

.ant-modal-wrap.ant-cover__basic-modal-confirm .ant-modal-confirm .ant-modal-content .ant-modal-confirm-title {
    color: var(--first-text)
}

.ant-modal-wrap.ant-cover__basic-modal-confirm .ant-modal-confirm .ant-modal-content .ant-modal-confirm-content {
    color: var(--secondary-text)
}

.ant-cover__basic-modal-warning.ant-cover__basic-modal .ant-modal-confirm-btns {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.ant-cover__basic-modal-warning.ant-cover__basic-modal .ant-modal-confirm-body {
    justify-content: center
}

.ant-cover__basic-modal-warning.ant-cover__basic-modal .ant-modal-confirm-body .anticon-exclamation-circle {
    font-size: 27px;
    margin-bottom: 10px
}

.ant-tabs.ant-cover__basic-tabs .ant-tabs-tab {
    color: var(--secondary-text);
    font-size: 22px;
    transition: none
}

@media (max-width: 767.9px) {
    .ant-tabs.ant-cover__basic-tabs .ant-tabs-tab {
        font-size: 16px;
        padding: 6px 0
    }
}

.ant-tabs.ant-cover__basic-tabs .ant-tabs-tab:active,
.ant-tabs.ant-cover__basic-tabs .ant-tabs-tab:hover {
    color: var(--first-text)
}

.ant-tabs.ant-cover__basic-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: var(--first-text);
    font-weight: 500
}

.ant-tabs.ant-cover__basic-tabs .ant-tabs-tab .ant-tabs-tab-btn:active {
    color: inherit
}

@media (max-width: 767.9px) {
    .ant-tabs.ant-cover__basic-tabs .ant-tabs-tab+.ant-tabs-tab {
        margin: 0 0 0 8px
    }
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-item,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-item {
    background-color: #24325c;
    color: var(--secondary-text)
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-item:hover,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-item:hover {
    color: var(--first-text)
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-disabled,
.ant-pagination.ant-cover__basic-pagination .ant-pagination-disabled:hover,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-disabled {
    opacity: .3
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-cover__basic-pagination .ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-disabled .ant-pagination-item-link {
    color: var(--secondary-text)
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-next,
.ant-pagination.ant-cover__basic-pagination .ant-pagination-prev,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-next,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-prev {
    background-color: #24325c
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) .ant-pagination-item-link,
.ant-pagination.ant-cover__basic-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled) .ant-pagination-item-link,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-next:hover:not(.ant-pagination-disabled) .ant-pagination-item-link,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-prev:hover:not(.ant-pagination-disabled) .ant-pagination-item-link {
    background-color: #24325c;
    color: var(--first-text)
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination.ant-cover__basic-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis {
    color: var(--secondary-text)
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-item-active,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-item-active {
    background-color: var(--highlight);
    border-color: var(--highlight)
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-item-active:hover,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-item-active:hover {
    border-color: var(--highlight)
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover {
    background-color: #24325c
}

.ant-pagination.ant-cover__basic-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover a,
.ant-table-wrapper.ant-cover__basic-table .ant-pagination.ant-table-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover a {
    color: var(--first-text)
}

.ant-table-wrapper.ant-cover__basic-table .ant-empty-normal {
    color: var(--secondary-text)
}

.ant-table-wrapper.ant-cover__basic-table .ant-table-content {
    font-size: 16px
}

@media (max-width: 767.9px) {
    .ant-table-wrapper.ant-cover__basic-table .ant-table-content {
        font-size: 14px
    }
}

.ant-table-wrapper.ant-cover__basic-table.define-both-sides-padding .ant-table-cell:first-child {
    padding-left: var(--both-sides-padding) !important
}

.ant-table-wrapper.ant-cover__basic-table.define-both-sides-padding .ant-table-cell:last-child {
    padding-right: var(--both-sides-padding) !important
}

.ant-select-dropdown.ant-cover__basic-select-dropdown {
    padding: 0
}

.ant-select-dropdown.ant-cover__basic-select-dropdown .ant-select-item-option {
    background-color: #222c52;
    border-radius: 0;
    padding: 12px
}

.ant-select-dropdown.ant-cover__basic-select-dropdown .ant-select-item-option-content {
    align-items: center;
    display: flex
}

.ant-select-dropdown.ant-cover__basic-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ant-select-dropdown.ant-cover__basic-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background-color: #313f73
}

.ant-drawer.ant-cover__basic-drawer .ant-drawer-header,
.ant-drawer.ant-cover__basic-drawer .ant-drawer-body {
    padding: 16px
}

.ant-drawer.ant-cover__basic-drawer .ant-drawer-content {
    background: var(--app-gradient-top-light-l);
    border-radius: 20px 20px 0 0
}

.ant-drawer.ant-cover__basic-drawer .ant-drawer-title,
.ant-drawer.ant-cover__basic-drawer .ant-drawer-close {
    color: #e2e8f2
}

.ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper {
    align-items: center;
    background-color: #1f2a4f;
    border: 1px solid var(--secondary-text) !important;
    color: var(--secondary-text);
    display: flex;
    height: 34px !important;
    justify-content: center;
    overflow: hidden;
    padding: 0 15px
}

@media (max-width: 767.9px) {
    .ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper {
        font-size: 14px;
        height: 34px !important
    }
}

.ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper:hover {
    --un-bg-opacity: 1;
    background-color: rgb(46 63 115 / var(--un-bg-opacity));
    --un-text-opacity: 1;
    color: rgb(226 232 242 / var(--un-text-opacity))
}

.ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper:first-child {
    border-radius: 8px 0 0 8px
}

.ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper:last-child {
    border-radius: 0 8px 8px 0
}

.ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    background-color: var(--secondary-text);
    border-color: var(--secondary-text);
    box-shadow: none;
    color: var(--bg-one)
}

.ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active,
.ant-radio-group.ant-cover__basic-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    background: #8098bf;
    color: var(--bg-one)
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-range-arrow {
    display: none !important
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-panel-container {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1), 0 3px 6px -4px rgba(0, 0, 0, .2), 0 9px 28px 8px rgba(0, 0, 0, .2)
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-panel-container .ant-picker-panels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90vw
}

@media (max-width: 479.9px) {
    .ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-datetime-panel {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 479.9px) {
    .ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-time-panel-column {
        width: 100px
    }
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
    background: #8098bf
}

@media (max-width: 479.9px) {
    .ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
        margin: 0 auto
    }
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
    background: #8098bf
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-in-range:before {
    --un-bg-opacity: 1;
    background-color: rgb(128 152 191 / var(--un-bg-opacity));
    opacity: .4
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:before {
    --un-bg-opacity: 1;
    background-color: rgb(128 152 191 / var(--un-bg-opacity))
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after,
.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
    --un-bg-opacity: 1;
    background-color: rgb(128 152 191 / var(--un-bg-opacity))
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,
.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before {
    --un-bg-opacity: 1;
    background-color: rgb(128 152 191 / var(--un-bg-opacity));
    opacity: .4
}

.ant-picker-dropdown.ant-cover__basic-range-picker-dropdown .ant-btn-primary:disabled {
    --un-text-opacity: 1;
    color: rgb(128 152 191 / var(--un-text-opacity))
}

.ant-tooltip-open.z-tooltip,
.z-tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-size: 1.4rem
}

.ant-tooltip-open.z-tooltip .icon,
.z-tooltip .icon {
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 1024 1024' display='inline-block' flex='none' vertical-align='middle' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372'/%3E%3Cpath fill='currentColor' d='M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7c-21.2 8.1-39.2 22.3-52.1 40.9c-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5c.1-39.3-17.1-76-48.3-103.3M472 732a40 40 0 1 0 80 0a40 40 0 1 0-80 0'/%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex: none;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-left: .5rem;
    margin-right: .5rem
}

.ant-tooltip {
    font-size: 14px
}

.ant-form.antd-cover__bubble-help-form .ant-form-show-help {
    font-size: 14px;
    position: relative
}

.ant-form.antd-cover__bubble-help-form .ant-form-show-help+div {
    display: none
}

.ant-form.antd-cover__bubble-help-form .ant-form-show-help>div {
    align-items: flex-start;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff !important;
    display: flex;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
    line-height: 1.4em;
    max-width: var(--help-max-width, 80%);
    min-width: var(--help-min-width);
    padding: 8px 10px;
    pointer-events: none;
    position: absolute;
    top: var(--bubble-offset, 10px);
    z-index: 2
}

@media (max-width: 1023.9px) {
    .ant-form.antd-cover__bubble-help-form .ant-form-show-help>div {
        max-width: var(--help-max-width, initial);
        min-width: var(--help-min-width)
    }
}

.ant-form.antd-cover__bubble-help-form .ant-form-show-help>div:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZjUyNTIiIGQ9Ik0xMiAxN3EuNDI1IDAgLjcxMy0uMjg4VDEzIDE2cTAtLjQyNS0uMjg4LS43MTNUMTIgMTVxLS40MjUgMC0uNzEzLjI4OFQxMSAxNnEwIC40MjUuMjg4LjcxM1QxMiAxN20wLTRxLjQyNSAwIC43MTMtLjI4OFQxMyAxMlY4cTAtLjQyNS0uMjg4LS43MTNUMTIgN3EtLjQyNSAwLS43MTMuMjg4VDExIDh2NHEwIC40MjUuMjg4LjcxM1QxMiAxM20wIDlxLTIuMDc1IDAtMy45LS43ODh0LTMuMTc1LTIuMTM3cS0xLjM1LTEuMzUtMi4xMzctMy4xNzVUMiAxMnQuNzg4LTMuOSAyLjEzNy0zLjE3NXExLjM1LTEuMzUgMy4xNzUtMi4xMzdUMTIgMnQzLjkuNzg4IDMuMTc1IDIuMTM3cTEuMzUgMS4zNSAyLjEzOCAzLjE3NVQyMiAxMnEwIDIuMDc1LS43ODggMy45dC0yLjEzNyAzLjE3NXEtMS4zNSAxLjM1LTMuMTc1IDIuMTM4VDEyIDIyIi8+PC9zdmc+) no-repeat 50%/120%;
    content: "";
    display: inline-block;
    flex: none;
    height: 1em;
    margin-right: .3em;
    margin-top: .2em;
    width: 1em
}

.ant-form.antd-cover__bubble-help-form .ant-form-show-help>div:after {
    background-color: rgba(0, 0, 0, .75);
    -webkit-clip-path: path("M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z");
    clip-path: path("M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z");
    content: "";
    height: 16px;
    left: 10px;
    position: absolute;
    top: -7.7px;
    width: 16px
}

.ant-form.antd-cover__bubble-help-form.bubble-help-top .ant-form-show-help>div {
    bottom: var(--bubble-offset, 65px);
    top: inherit
}

.ant-form.antd-cover__bubble-help-form.bubble-help-top .ant-form-show-help>div:after {
    bottom: 0;
    top: inherit;
    transform: rotate(180deg) translateY(-50%)
}

.ant-form.antd-cover__bubble-help-form .ant-form-margin-offset {
    display: none
}

:root {
    --z-primary-color: #8098bf;
    --z-active-bg: #148af5;
    --z-light-text: #148af5;
    --z-secondary-text: #7a91b7;
    --z-primary-text: #dee5ef;
    --z-green: #27c1a5;
    --z-blue: #266ef1;
    --z-error-color: #db3e3e;
    --z-primary-bg: #13192e;
    --z-secondary-bg: #202c52;
    --z-primary-color-1: #e2e8f2;
    --z-deep-bg: #25335d;
    --z-info-bg: #2e3f73;
    --z-un-bg: #19223f;
    --z-un-text: #334162;
    --lower-cable: #303c6a;
    --highlight: #266ef1;
    --first-text: #e2e8f2;
    --secondary-text: #8098bf;
    --bg-one: #13192e;
    --bg-two: #161d36;
    --bg-three: #1a2342;
    --bg-four: #202c52;
    --app-green: #00c1a5;
    --app-blue: #2680eb;
    --app-gradient-green-blue: linear-gradient(240deg, var(--app-green), var(--app-blue));
    --app-gradient-blue-blue: linear-gradient(240deg, #266ef1, #2a47ab);
    --app-gradient-top-light-d: linear-gradient(#24305a, #1a2342 60px);
    --app-gradient-top-light-l: linear-gradient(#2c3967, #202c52 60px)
}

.ant-input-number-affix-wrapper-focused {
    box-shadow: none !important
}

.ant-notification-topRight {
    top: 80px !important
}

.ant-notification-topRight .ant-notification-notice {
    background-color: #2a47ab;
    border-radius: 10px
}

.ant-notification-topRight .ant-notification-notice .ant-notification-notice-close {
    color: #fff;
    height: 26px;
    right: 8px;
    top: 8px;
    width: 26px
}

.ant-notification-topRight .ant-notification-notice .ant-notification-notice-close:hover {
    background-color: rgba(0, 0, 0, .15);
    color: #fff
}

.ant-message-notice.ant-message-notice .ant-message-notice-content {
    background: none;
    padding: 0
}

.ant-message-notice.ant-message-notice .ant-message-custom-content {
    --border-color: #27419b;
    --bg-color: #081938;
    background: var(--bg-color);
    border: 1.5px solid var(--border-color);
    border-radius: 10px;
    color: #e2e8f2;
    padding: 10px 12px
}

.ant-message-notice.ant-message-notice .ant-message-success {
    --border-color: #005347;
    --bg-color: #00241f
}

.ant-message-notice.ant-message-notice .ant-message-info {
    --border-color: #27419b;
    --bg-color: #081938
}

.ant-message-notice.ant-message-notice .ant-message-error {
    --border-color: #5c1919;
    --bg-color: #330d0d
}

.ant-spin-nested-loading.ant-spin-nested-loading .ant-spin-container:after {
    background: transparent
}

.ant-tooltip.ant-tooltip {
    font-size: 14px
}

.rc-virtual-list-scrollbar-thumb {
    background: #266ef1 !important
}

.ant-btn-default.comfirm-btn,
.comfirm-btn {
    --bg-color: linear-gradient(80deg, #2a47ab, #266ef1);
    --bg-color-hover: linear-gradient(80deg, #2680eb, #00c1a5);
    background: var(--bg-color);
    border: 2px solid #0d0f1c;
    border-radius: 10px;
    color: #e2e8f2;
    font-weight: 700;
    height: 50px
}

@media (max-width: 1023.9px) {

    .ant-btn-default.comfirm-btn,
    .comfirm-btn {
        border-width: 2px
    }
}

.ant-btn-default.comfirm-btn:disabled,
.comfirm-btn:disabled {
    border-color: #0d0f1c;
    color: #e2e8f2;
    opacity: .3
}

.ant-btn-default.comfirm-btn:not(:disabled):active,
.ant-btn-default.comfirm-btn:not(:disabled):hover,
.comfirm-btn:not(:disabled):active,
.comfirm-btn:not(:disabled):hover {
    background: var(--bg-color-hover);
    border-color: #0d0f1c;
    color: #e2e8f2
}

.ant-btn-default.cancel-btn,
.cancel-btn {
    --bg-color: linear-gradient(80deg, #192242, #24305a);
    --bg-color-hover: linear-gradient(80deg, #2e3f74, #333c67);
    background: var(--bg-color);
    border: 2px solid #0d0f1c;
    border-radius: 10px;
    color: var(--secondary-text);
    cursor: pointer;
    font-weight: 700;
    height: 50px
}

@media (max-width: 1023.9px) {

    .ant-btn-default.cancel-btn,
    .cancel-btn {
        border-width: 2px
    }
}

.ant-btn-default.cancel-btn:disabled,
.cancel-btn:disabled {
    border-color: #0d0f1c;
    color: #e2e8f2;
    opacity: .3
}

.ant-btn-default.cancel-btn:not(:disabled):active,
.ant-btn-default.cancel-btn:not(:disabled):hover,
.cancel-btn:not(:disabled):active,
.cancel-btn:not(:disabled):hover {
    background: var(--bg-color-hover);
    border-color: #0d0f1c;
    color: #e2e8f2
}

.ant-form-item.ant-cover__basic-form-item {
    margin-bottom: 16px
}

.ant-form-item.ant-cover__basic-form-item .ant-form-item-label {
    flex-grow: 1
}

.ant-form-item.ant-cover__basic-form-item .ant-form-item-label label {
    display: inline-block;
    width: 100%
}

.ant-input-number-group-wrapper.ant-cover__input-number-hidden-addon-after {
    --bg-color: #13192d
}

.ant-input-number-group-wrapper.ant-cover__input-number-hidden-addon-after .ant-input-number-group-addon {
    background-color: var(--bg-color) !important
}

.ant-input-number-group-wrapper.ant-cover__input-number-hidden-addon-after .ant-input-number-affix-wrapper:not(:focus, :hover, .ant-input-number-affix-wrapper-focused),
.ant-input-number-group-wrapper.ant-cover__input-number-hidden-addon-after .ant-input-number:not(:focus, :hover, .ant-input-number-focused) {
    border-right-color: var(--bg-color)
}

[v-cloak] {
    display: none !important
}

.page-enter-active,
.page-leave-active {
    transition: all .4s
}

.page-enter-from,
.page-leave-to {
    filter: blur(1rem);
    opacity: 0
}

.rotate-enter-active,
.rotate-leave-active {
    transition: all .4s
}

.rotate-enter-from,
.rotate-leave-to {
    opacity: 0;
    transform: rotate3d(1, 1, 1, 15deg)
}