﻿@charset "UTF-8";

@font-face {
    font-family: BinancePlex;
    src: url("") format("woff2"), url("") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: QualyBold;
    src: url("") format("woff2"), url("") format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Frizon;
    src: url("") format("woff2"), url("") format("woff");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: firaCode;
    src: url("") format("woff2"), url("") format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

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

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

.container {
    width: 100%
}

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

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

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

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

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

.card {
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

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

.right-auto {
    right: auto
}

.z-10 {
    z-index: 10
}

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

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

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

.mb-10 {
    margin-bottom: 2.5rem
}

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

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

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

.mb-60 {
    margin-bottom: 15rem
}

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

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

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.h-14 {
    height: 3.5rem
}

.h-3 {
    height: .75rem
}

.h-auto {
    height: auto
}

.w-4 {
    width: 1rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.min-w-16 {
    min-width: 4rem
}

.max-w-6xl {
    max-width: 72rem
}

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

.flex-shrink {
    flex-shrink: 1
}

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

.grow {
    flex-grow: 1
}

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

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

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

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

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

.justify-center {
    justify-content: center
}

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

.gap-2 {
    gap: .5rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.whitespace-nowrap {
    white-space: nowrap
}

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

.rounded {
    border-radius: .25rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

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

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

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

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-\[\#15E3C4\] {
    --tw-border-opacity: 1;
    border-color: rgb(21 227 196 / var(--tw-border-opacity, 1))
}

.border-\[\#4FE117\] {
    --tw-border-opacity: 1;
    border-color: rgb(79 225 23 / var(--tw-border-opacity, 1))
}

.bg-\[\#0d0f14\] {
    --tw-bg-opacity: 1;
    background-color: rgb(13 15 20 / var(--tw-bg-opacity, 1))
}

.bg-\[\#1789E1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(23 137 225 / var(--tw-bg-opacity, 1))
}

.bg-\[\#2a2d35\] {
    --tw-bg-opacity: 1;
    background-color: rgb(42 45 53 / var(--tw-bg-opacity, 1))
}

.bg-\[\#4FE117\] {
    --tw-bg-opacity: 1;
    background-color: rgb(79 225 23 / var(--tw-bg-opacity, 1))
}

.bg-\[\#4FE117\]\/10 {
    background-color: #4fe1171a
}

.bg-\[\#CFCFCF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(207 207 207 / var(--tw-bg-opacity, 1))
}

.bg-\[\#EFE943\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 233 67 / var(--tw-bg-opacity, 1))
}

.bg-transparent {
    background-color: transparent
}

.bg-cover {
    background-size: cover
}

.p-4 {
    padding: 1rem
}

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

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

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

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

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

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

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

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

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

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

.pb-10 {
    padding-bottom: 2.5rem
}

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

.pb-7 {
    padding-bottom: 1.75rem
}

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

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

.text-center {
    text-align: center
}

.font-qualynew {
    font-family: QualyBoldNew, sans-serif
}

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

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

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

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

.text-xl {
    font-size: 1.375rem;
    line-height: 1.875rem
}

.text-xxs {
    font-size: .625rem;
    line-height: .75rem
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.text-\[\#15E3C4\] {
    --tw-text-opacity: 1;
    color: rgb(21 227 196 / var(--tw-text-opacity, 1))
}

.text-\[\#4FE117\] {
    --tw-text-opacity: 1;
    color: rgb(79 225 23 / var(--tw-text-opacity, 1))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.underline {
    text-decoration-line: underline
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.outline {
    outline-style: solid
}

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

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

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

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

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

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

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

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

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

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

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

.hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:-translate-y-1:hover {
    --tw-translate-y: -.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:bg-\[\#4FE117\]\/20:hover {
    background-color: #4fe11733
}

@media (min-width: 768px) {
    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

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

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

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

    .md\:mb-\[22\.25rem\] {
        margin-bottom: 22.25rem
    }

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

    .md\:inline {
        display: inline
    }

    .md\:h-2\.5 {
        height: .625rem
    }

    .md\:min-w-20 {
        min-width: 5rem
    }

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

    .md\:gap-2\.5 {
        gap: .625rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:bg-contain {
        background-size: contain
    }

    .md\:p-10 {
        padding: 2.5rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

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

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

    .md\:py-1\.5 {
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

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

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

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:text-2xl {
        font-size: 1.625rem;
        line-height: 2rem
    }

    .md\:text-4xl {
        font-size: 2.5rem;
        line-height: 2.75rem
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1.1
    }

    .md\:text-lg {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-sm {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-xl {
        font-size: 1.375rem;
        line-height: 1.875rem
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

html[lang=Arabic] {
    text-align: right
}

html[lang=Arabic] .simpleBtn img {
    transform: rotate(180deg)
}

@media screen and (min-width: 750px) {
    html[lang=Arabic] .thumbnail_img {
        margin-left: 26px !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 750px) {
    html[lang=Arabic] .thumbnail_img {
        margin-left: 10px !important;
        margin-right: 0 !important
    }
}

html[lang=Arabic] .base-title .pcBackIcon {
    right: -45px;
    left: unset;
    margin-right: 0;
    transform: rotateY(180deg)
}

html[lang=Arabic] .ctable th:first-child,
html[lang=Arabic] .ctable td:first-child {
    border-left: .5px solid rgba(255, 255, 255, .2)
}

html[lang=Arabic] .image_4 {
    margin-left: 20px
}

html[lang=Arabic] .image_9 {
    margin: 0 0 0 12px
}

html[lang=Arabic] .whiteList2 img {
    margin-left: 10px;
    margin-right: 0
}

html[lang=Arabic] .thumbnail_22 {
    margin-left: 10px !important;
    margin-right: 0
}

html[lang=Arabic] .pi {
    margin-left: 10px !important;
    margin-right: 0 !important
}

html[lang=Arabic] .thumbnail_10 {
    margin-right: 10px
}

html[lang=Arabic] .sharingList {
    margin-right: 0;
    padding: 0
}

html[lang=Arabic] .leftIconY {
    margin-right: 0;
    margin-left: 10px
}

html[lang=Arabic] .text-wrapper_28,
html[lang=Arabic] .header-connect {
    justify-content: left
}

html[lang=Arabic] input,
textarea {
    unicode-bidi: bidi-override;
    direction: RTL
}

html[lang=Arabic] .specialLang .morepic {
    right: auto !important;
    left: 10px !important
}

html[lang=Arabic] .specialLang .BitNest {
    right: 20px !important;
    left: auto !important
}

html[lang=Arabic] .commonRight20 {
    right: 20px !important;
    left: unset !important
}

html[lang=Arabic] .specialLang .logo1 {
    right: 22px !important;
    left: auto !important
}

html[lang=Arabic] .main .rounds .dl .l {
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

html[lang=Arabic] .van-step--vertical .van-step__line {
    left: auto !important;
    right: 15px
}

html[lang=Arabic] .van-step--vertical .van-step__circle-container {
    left: auto !important;
    right: -7.5px
}

html[lang=Arabic] .daoIntro .van-step__title {
    padding: 0 35px
}

html[lang=Arabic] .textGradient {
    background-image: linear-gradient(to left, #4fe117, #15e3c4)
}

html[lang=Arabic] .saving_out_pass,
html[lang=Arabic] .saving_out_pass2 {
    left: 0;
    right: auto !important
}

html[lang=Arabic] .commonTextAlign {
    text-align: left !important
}

html[lang=Arabic] .commonPadding20 {
    padding-right: 20px
}

html[lang=Arabic] .timerBoxs {
    border-radius: 0 9px 9px 0
}

html[lang=Arabic] .com90Img {
    transform: rotate(180deg)
}

html[lang=Arabic] .com90Img2,
html[lang=Arabic] .com90Img3 {
    transform: rotateY(180deg)
}

html[lang=Arabic] .com180bra {
    border-radius: 10px 0 !important
}

html[lang=Persian] {
    text-align: right
}

html[lang=Persian] .simpleBtn img {
    transform: rotate(180deg)
}

html[lang=Persian] .thumbnail_img {
    margin-left: 10px !important;
    margin-right: 0 !important
}

html[lang=Persian] .ctable th:first-child,
html[lang=Persian] .ctable td:first-child {
    border-left: .5px solid rgba(255, 255, 255, .2)
}

html[lang=Persian] .image_4 {
    margin-left: 20px
}

html[lang=Persian] .image_9 {
    margin: 0 0 0 12px
}

html[lang=Persian] .whiteList2 img {
    margin-left: 10px;
    margin-right: 0
}

html[lang=Persian] .thumbnail_22 {
    margin-left: 10px !important;
    margin-right: 0
}

html[lang=Persian] .pi {
    margin-left: 10px !important;
    margin-right: 0 !important
}

html[lang=Persian] .thumbnail_10 {
    margin-right: 10px
}

html[lang=Persian] .sharingList {
    margin-right: 0;
    padding: 0
}

html[lang=Persian] .leftIconY {
    margin-right: 0;
    margin-left: 10px
}

html[lang=Persian] .text-wrapper_28,
html[lang=Persian] .header-connect {
    justify-content: left
}

html[lang=Persian] input,
textarea {
    unicode-bidi: bidi-override;
    direction: RTL
}

html[lang=Persian] .specialLang .morepic {
    right: auto !important;
    left: 10px !important
}

html[lang=Persian] .specialLang .BitNest {
    right: 20px !important;
    left: auto !important
}

html[lang=Persian] .commonRight20 {
    right: 20px !important;
    left: unset !important
}

html[lang=Persian] .specialLang .logo1 {
    right: 22px !important;
    left: auto !important
}

html[lang=Persian] .main .rounds .dl .l {
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

html[lang=Persian] .van-step--vertical .van-step__line {
    left: auto !important;
    right: 15px
}

html[lang=Persian] .van-step--vertical .van-step__circle-container {
    left: auto !important;
    right: -7.5px
}

html[lang=Persian] .daoIntro .van-step__title {
    padding: 0 35px
}

html[lang=Persian] .textGradient {
    background-image: linear-gradient(to left, #4fe117, #15e3c4)
}

html[lang=Persian] .saving_out_pass,
html[lang=Persian] .saving_out_pass2 {
    left: 0;
    right: auto !important
}

html[lang=Persian] .commonTextAlign {
    text-align: left !important
}

html[lang=Persian] .commonPadding20 {
    padding-right: 20px
}

html[lang=Persian] .timerBoxs {
    border-radius: 0 9px 9px 0
}

html[lang=Persian] .com90Img {
    transform: rotate(180deg)
}

html[lang=Persian] .com90Img3 {
    transform: rotateY(180deg)
}

html[lang=Persian] .base-title .pcBackIcon {
    right: -45px;
    left: unset;
    margin-right: 0;
    transform: rotateY(180deg)
}

html[lang=HE] {
    text-align: right
}

html[lang=HE] .simpleBtn img {
    transform: rotate(180deg)
}

html[lang=HE] .thumbnail_img {
    margin-left: 10px !important;
    margin-right: 0 !important
}

html[lang=HE] .ctable th:first-child,
html[lang=HE] .ctable td:first-child {
    border-left: .5px solid rgba(255, 255, 255, .2)
}

html[lang=HE] .image_4 {
    margin-left: 20px
}

html[lang=HE] .image_9 {
    margin: 0 0 0 12px
}

html[lang=HE] .whiteList2 img {
    margin-left: 10px;
    margin-right: 0
}

html[lang=HE] .thumbnail_22 {
    margin-left: 10px !important;
    margin-right: 0
}

html[lang=HE] .pi {
    margin-left: 10px !important;
    margin-right: 0 !important
}

html[lang=HE] .thumbnail_10 {
    margin-right: 10px
}

html[lang=HE] .sharingList {
    margin-right: 0;
    padding: 0
}

html[lang=HE] .leftIconY {
    margin-right: 0;
    margin-left: 10px
}

html[lang=HE] .text-wrapper_28,
html[lang=HE] .header-connect {
    justify-content: left
}

html[lang=HE] input,
textarea {
    unicode-bidi: bidi-override;
    direction: RTL
}

html[lang=HE] .specialLang .morepic {
    right: auto !important;
    left: 10px !important
}

html[lang=HE] .specialLang .BitNest {
    right: 20px !important;
    left: auto !important
}

html[lang=HE] .commonRight20 {
    right: 20px !important;
    left: unset !important
}

html[lang=HE] .specialLang .logo1 {
    right: 22px !important;
    left: auto !important
}

html[lang=HE] .main .rounds .dl .l {
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, .2)
}

html[lang=HE] .van-step--vertical .van-step__line {
    left: auto !important;
    right: 15px
}

html[lang=HE] .van-step--vertical .van-step__circle-container {
    left: auto !important;
    right: -7.5px
}

html[lang=HE] .daoIntro .van-step__title {
    padding: 0 35px
}

html[lang=HE] .textGradient {
    background-image: linear-gradient(to left, #4fe117, #15e3c4)
}

html[lang=HE] .saving_out_pass,
html[lang=HE] .saving_out_pass2 {
    left: 0;
    right: auto !important
}

html[lang=HE] .commonTextAlign {
    text-align: left !important
}

html[lang=HE] .commonPadding20 {
    padding-right: 20px
}

html[lang=HE] .timerBoxs {
    border-radius: 0 9px 9px 0
}

html[lang=HE] .com90Img {
    transform: rotate(180deg)
}

html[lang=HE] .com90Img3 {
    transform: rotateY(180deg)
}

html[lang=HE] .base-title .pcBackIcon {
    right: -45px;
    left: unset;
    margin-right: 0;
    transform: rotateY(180deg)
}

html[lang=zh_CN] .text-left {
    text-align: left
}

html[lang=zh_CN] .commonTextAlign {
    text-align: right
}

html[lang=zh_CN] .com90Img3,
html[lang=en_US] .com90Img3,
html[lang=French_FR] .com90Img3,
html[lang=Indonesia_ID] .com90Img3,
html[lang=Hindi] .com90Img3,
html[lang=Korean] .com90Img3 {
    animation: upanddownHeart 3.3s ease-in-out infinite alternate
}

@font-face {
    font-family: QualyBold;
    src: url("") format("woff2"), url("") format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: QualyBoldNew;
    src: url("") format("woff2"), url("") format("woff");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

.vc-switch {
    z-index: 100001 !important
}

.commonPadding {
    padding: 0 20px
}

p.gray {
    color: #ffffff80
}

.simpleBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer
}

.simpleBtn img {
    width: 24px;
    height: 24px;
    margin: 0 4px
}

.teleBtn {
    height: 50px;
    background: #32abdf;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 20px 0;
    cursor: pointer
}

.teleBtn.dis {
    opacity: .3
}

.teleBtn img {
    width: 24px;
    height: 24px;
    margin: 0 12px
}

.simpleH1 {
    font-size: 30px !important;
    margin-bottom: 20px
}

.simpleH2 {
    font-size: 18px !important;
    margin-bottom: 20px
}

.simplePGray {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    margin-bottom: 20px
}

.simplePGray p {
    padding-bottom: 10px
}

.simpleP {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px
}

.simpleP p {
    padding-bottom: 10px
}

.simpleColor {
    color: #4fe117;
    font-size: 16px
}

.simpleP label {
    color: #15e3c4
}

.rounds {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    margin-bottom: 20px
}

.rounds p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    margin-bottom: 20px
}

.rounds .green {
    color: #4fe117
}

.rounds h2 {
    font-size: 18px;
    padding: 20px 0
}

.roundImg {
    width: 100%
}

.rounds .rlist {
    align-items: baseline;
    font-size: 16px
}

.inputList {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.inputList p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

.inputList input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em
}

.showshow {
    width: 80%;
    min-height: 80px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -100px
}

.showshow .closeIcon {
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px
}

.showshow .msg {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
    display: flex;
    flex-direction: column
}

.showshow .msg .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.showshow .msg .list p {
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px
}

.showshow .msg .list h2 {
    font-size: 14px;
    color: #fff;
    line-height: 17px
}

.showshow .msg .list h2.g {
    color: #4fe117
}

.gcc4 {
    color: #4fe11780
}

.ctable {
    display: table;
    color: #ffffff80;
    margin-bottom: 20px;
    width: 100%
}

.ctable table {
    background: #18191a;
    border-radius: 8px;
    border-collapse: separate;
    border: 1px solid rgba(255, 255, 255, .2);
    border-spacing: 0;
    overflow: hidden
}

.ctable table th {
    border-collapse: collapse;
    border-left: .5px solid rgba(255, 255, 255, .2);
    padding: 4px 10px;
    font-size: 14px;
    text-align: center
}

.ctable table td {
    border-collapse: collapse;
    border-left: .5px solid rgba(255, 255, 255, .2);
    border-top: .5px solid rgba(255, 255, 255, .2);
    padding: 12px 4px;
    font-size: 14px;
    text-align: center;
    word-break: break-all
}

.ctable td:first-child,
.custom_tb th:first-child {
    border-left: none
}

.ctable th:first-child {
    border-left: 0;
    border-right: 0
}

.ctable table td span {
    background: #15e3c433;
    border-radius: 14px;
    padding: 0 10px;
    font-size: 12px;
    display: block
}

.tip {
    font-weight: 400;
    font-size: 14px;
    color: #15e3c4;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    padding: 20px 0
}

@media screen and (max-width: 750px) {
    .PC {
        display: none !important
    }

    html {
        width: 100%;
        font-size: 20%
    }

    body * {
        box-sizing: border-box;
        font-size: 16px
    }

    body {
        background-color: #18191a;
        font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei
    }

    .van-floating-bubble {
        width: 93px !important;
        background: unset !important;
        right: 0 !important;
        border-radius: 24px 0 0 24px !important;
        bottom: 50px !important
    }

    .chatDialog {
        height: 46px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        box-shadow: inset 0 1px #fff9;
        border-radius: 0 24px 24px 0;
        display: flex;
        justify-content: space-between;
        padding: 0 13px;
        align-items: center;
        z-index: 666;
        cursor: pointer;
        width: 93px
    }

    .chatDialog img {
        width: 24px;
        height: 24px
    }

    .chatDialog span {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 14px;
        padding: 0 5px;
        color: #18191a
    }

    .chatInputDialog {
        border: solid 2px transparent;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        border-radius: 20px;
        min-height: 270px;
        width: calc(100% - 80px);
        position: relative
    }

    .chatInputDialog .chat_close {
        position: absolute;
        right: -26px;
        top: -24px;
        width: 24px;
        height: 24px
    }

    .chatInputDialog .chatForm {
        display: flex;
        flex-direction: column;
        padding: 0 20px
    }

    .chatInputDialog .chatForm .t {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        padding: 20px 0 10px
    }

    .chatInputDialog .chatForm .l {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 10px;
        height: 50px;
        margin-bottom: 10px;
        padding: 0 10px;
        align-items: center
    }

    .chatInputDialog .chatForm .l img {
        width: 32px;
        height: 32px
    }

    .chatInputDialog .chatForm .l input {
        padding-left: 10px;
        flex: 1;
        background: none;
        outline: none;
        border: none;
        margin: 0;
        color: #fff
    }

    .chatInputDialog .chatForm .chatBtn {
        width: 100px;
        margin: 10px auto;
        height: 40px
    }

    .base-title {
        padding: 0 20px
    }

    .pcBackIcon {
        display: none !important
    }

    .header-box {
        height: 68px;
        border-bottom: 1px solid #353637;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 3vw;
        align-items: center;
        width: 100%;
        z-index: 2023;
        background: #18191ae6;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px)
    }

    .thumbnail_img {
        width: 14px;
        height: 10px;
        margin-top: 5px;
        margin-right: 10px
    }

    .h5padding20 {
        padding: 0 20px !important
    }

    .h5margin20 {
        margin: 0 20px 20px !important
    }

    .header-logo {
        height: 48px;
        width: 133px
    }

    .header-connect {
        width: 200px;
        height: 60px;
        display: flex;
        align-items: center;
        text-align: right;
        justify-content: flex-end
    }

    .header-connect-box {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center
    }

    .header-address {
        font-size: 16px;
        color: #fff;
        opacity: 50%
    }

    .header-connected {
        width: 82px;
        height: 30px;
        border: 1px solid #353637;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background: #000
    }

    .header-green-dot {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #4fe117;
        box-shadow: 0 0 2px #4fe117
    }

    .header-connected-text {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
        display: flex;
        padding-bottom: 2px
    }
}

.pointer {
    cursor: pointer
}

b.textGradient {
    font-size: 18px
}

:root {
    --pc-con-width: 1040px
}

@media screen and (min-width: 750px) {
    .H5 {
        display: none !important
    }

    body {
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
        margin: 0 auto !important;
        overflow-x: auto;
        background: #18191a;
        font-size: 16px;
        font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei
    }

    .van-floating-bubble {
        width: 100px !important;
        background: unset !important;
        right: 50px !important
    }

    .chatDialog {
        height: 46px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        box-shadow: inset 0 1px #fff9;
        border-radius: 24px;
        display: flex;
        justify-content: space-between;
        padding: 0 13px;
        align-items: center;
        opacity: .8;
        z-index: 666;
        cursor: pointer
    }

    .chatDialog img {
        width: 24px;
        height: 24px
    }

    .chatDialog span {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 14px;
        padding: 0 5px;
        color: #18191a
    }

    .pcchatDialog {
        position: fixed;
        bottom: 30px;
        left: 0;
        height: 46px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        box-shadow: inset 0 1px #fff9;
        border-radius: 0 24px 24px 0;
        display: flex;
        justify-content: space-between;
        padding: 0 13px;
        align-items: center;
        opacity: .8;
        z-index: 666;
        cursor: pointer
    }

    .pcchatDialog img {
        width: 24px;
        height: 24px
    }

    .pcchatDialog span {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 14px;
        padding: 0 5px;
        color: #18191a
    }

    .chatInputDialog {
        border: solid 2px transparent;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        border-radius: 20px;
        min-height: 270px;
        width: calc(100% - 80px);
        position: relative
    }

    .chatInputDialog .chat_close {
        position: absolute;
        right: -26px;
        top: -24px;
        width: 24px;
        height: 24px;
        cursor: pointer
    }

    .chatInputDialog .chatForm {
        display: flex;
        flex-direction: column;
        padding: 0 20px
    }

    .chatInputDialog .chatForm .t {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        padding: 20px 0 10px
    }

    .chatInputDialog .chatForm .l {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 10px;
        height: 50px;
        margin-bottom: 10px;
        padding: 0 10px;
        align-items: center
    }

    .chatInputDialog .chatForm .l img {
        width: 32px;
        height: 32px
    }

    .chatInputDialog .chatForm .l input {
        padding-left: 10px;
        flex: 1;
        background: none;
        outline: none;
        border: none;
        margin: 0;
        color: #fff
    }

    .chatInputDialog .chatForm .chatBtn {
        width: 100px;
        margin: 10px auto;
        height: 40px
    }

    .van-overlay {
        width: 395px !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%)
    }

    .chatDialog {
        transform: translate(180px, -50%);
        right: 50%
    }

    .van-overlay {
        width: 100% !important
    }

    .chatInputDialog {
        width: 395px
    }

    .pcBackIconOne {
        position: absolute;
        left: 200px;
        top: 130px;
        width: 35px;
        z-index: 2;
        cursor: pointer
    }

    .pcScrollClass {
        position: fixed;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
        margin: 0 auto;
        z-index: 1999
    }

    .isScrollIng {
        background: #18191ab3;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }

    .header-box {
        width: 395px;
        padding: 0;
        height: 68px;
        border-bottom: 1px solid #353637;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        z-index: 2023;
        background: #18191ae6;
        position: fixed;
        top: 0;
        left: 50%;
        margin-left: -187.5px;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px)
    }

    .pcDetail {
        width: 100%;
        margin: 0;
        padding: 0 !important
    }

    .pcInfoList {
        width: var(--pc-con-width);
        margin: 0 auto
    }

    .pcInfoList .ctable,
    .pcInfoList .ctable2 {
        margin: 20px auto;
        width: 700px
    }

    .pcDetail .pclefRightLi {
        display: flex;
        justify-content: space-between;
        width: auto;
        margin: 20px auto
    }

    .pcDetail .pclefRightLi .pcLeftLi {
        display: flex;
        flex-direction: column;
        width: 49%
    }

    .pcDetail .pclefRightLi .pcLeftLi .ctable {
        width: 100% !important
    }

    .pcDetail .pclefRightLi .pcLeftLi .ctable tr {
        height: 40px
    }

    .pcDetail .pclefRightLi .pcLeftLi .text-wrapper_1 {
        margin: 0
    }

    .pcInfoList .pcInfoPic {
        margin: 0 auto;
        text-align: center;
        display: flex
    }

    .pcDetail .pcSpecialWidth {
        width: 400px;
        margin: 0 auto !important
    }

    .pcDetail .pcSpecialList {
        width: var(--pc-con-width);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center
    }

    .pcDetail .pcSpecialList .pcli {
        width: calc(50% - 120px);
        min-height: 200px;
        background: #ffffff0d;
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 40px
    }

    .specialListPic {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .thumbnail_img {
        margin-right: 26px !important;
        width: 14px;
        height: 10px
    }

    .daoIntro {
        padding-top: 0 !important
    }

    .pcHeadRight0 {
        height: 32px;
        background: #2dfe4f;
        border-radius: 4px;
        padding: 0 20px;
        font-weight: 600;
        font-size: 12px;
        color: #18191a;
        display: flex;
        align-items: center;
        cursor: pointer
    }

    .pcHeadRight {
        height: 32px;
        background: #ffffff1a;
        border-radius: 16px;
        min-width: 123px;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer
    }

    .pcHeadRight span {
        width: 32px;
        height: 32px;
        background: #18191a;
        border: 2px solid #2DFE4F;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%
    }

    .pcHeadRight span .pcrightIcon {
        width: 18px;
        height: 18px
    }

    .pcHeadRight p {
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        padding: 0 14px
    }

    .pcBackIcons {
        position: absolute;
        bottom: 10px;
        left: -40px;
        width: 35px;
        cursor: pointer
    }

    .header-logo {
        height: 48px;
        width: 133px;
        cursor: pointer
    }

    .header-connect {
        height: 24px;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer
    }

    .header-connect-box {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center
    }

    .header-address {
        font-size: 16px;
        color: #fff;
        opacity: 50%
    }

    .header-connected {
        width: 82px;
        height: 30px;
        border: 1px solid #353637;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background: #000
    }

    .header-green-dot {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #4fe117;
        box-shadow: 0 0 2px #4fe117
    }

    .header-connected-text {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
        display: flex;
        padding-bottom: 2px
    }
}

h1,
h2,
h3,
h4,
h5,
p,
span {
    padding: 0;
    margin: 0
}

.comBtn {
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    height: 60px
}

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

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

.bounce-enter-active {
    animation: bounce-in .5s
}

.bounce-leave-active {
    animation: bounce-in .1s reverse
}

@keyframes bounce-in {
    0% {
        transform: scale(0)
    }

    50% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1)
    }
}

.spanRotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .5s
}

.spanReset {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

::-moz-placeholder {
    font-size: 14px;
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei
}

::placeholder {
    font-size: 14px;
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei
}

.noList {
    text-align: center;
    font-size: 18px;
    color: #8c8c8d;
    margin-top: 20px;
    padding-bottom: 20px
}

.borderCommonInput {
    border: 1px solid !important;
    border: solid 1px transparent !important;
    border-radius: 10px;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(135deg, #4fe117, #15e3c4);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.borderInput {
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px;
    background-image: linear-gradient(#48484a, #48484a), linear-gradient(135deg, #4fe117, #15e3c4);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.van-popover--dark .van-popover__content {
    background: none !important
}

.van-popover__content {
    overflow: auto !important;
    padding: 4px
}

.borderInlint {
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px !important;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important
}

.pages .h .l p {
    word-break: break-all;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 24px
}

.textGradient,
.active .textGradients {
    background-image: linear-gradient(to right, #4fe117, #15e3c4);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 36px
}

.textGradientBlue {
    background-image: linear-gradient(180deg, #114fff, #0cdbff);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 36px
}

.textGradientYee {
    background-image: linear-gradient(180deg, #ffc567, #ffd69e);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 36px;
    letter-spacing: 4px
}

.commonBtn {
    cursor: pointer;
    height: 60px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.commonBtn.dis {
    opacity: .3
}

a.pointerEvents {
    pointer-events: none
}

button {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple .8s linear;
    background-color: #ffffff80
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0
    }
}

.base-title {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 900;
    background-image: linear-gradient(to right, #4fe117, #15e3c4);
    -webkit-background-clip: text;
    color: transparent
}

.gray {
    color: #ffffff80 !important
}

.small-title {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    display: flex
}

.small-title b {
    font-size: 18px
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent
}

button:active {
    opacity: .6
}

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

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

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

.justify-center {
    display: flex;
    justify-content: center
}

.justify-end {
    display: flex;
    justify-content: flex-end
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly
}

.justify-around {
    display: flex;
    justify-content: space-around
}

.justify-between {
    display: flex;
    justify-content: space-between
}

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

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

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

@keyframes upanddownHeart {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

html {
    font-size: 100%
}

.van-popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media screen and (min-width: 750px) {
    #app>div:first-child {
        padding-top: 100px !important;
        box-sizing: border-box
    }
}

#nprogress {
    pointer-events: none
}

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

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

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

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.block {
    width: 120px;
    height: 120px;
    background-color: #fff
}

.Loading[data-v-7d8cebf7] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.Loading .load[data-v-7d8cebf7] {
    width: 120px
}

.close-H5[data-v-51019aec] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #4F5051
}

.close-H5 .close-size[data-v-51019aec] {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 18px
}

.close-H5 .close-img[data-v-51019aec] {
    width: 24px;
    height: 24px
}

.message-content[data-v-51019aec] {
    padding: 20px;
    box-sizing: border-box
}

.message-content-title[data-v-51019aec] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.message-content-title-News[data-v-51019aec] {
    font-size: 18px;
    line-height: 25px;
    color: #4fe117;
    font-weight: 700
}

.message-content-title-text[data-v-51019aec] {
    font-size: 32px;
    line-height: 45px;
    color: #4fe117;
    font-weight: 700
}

.message-content-title-right[data-v-51019aec] {
    width: 80px;
    height: 80px
}

.message-content-list .message-content-list-item[data-v-51019aec] {
    margin-top: 20px;
    padding: 16px;
    box-sizing: border-box;
    background: #3a3a3c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.message-content-list .message-content-list-item .message-content-list-item-right[data-v-51019aec] {
    width: 18px;
    height: 18px
}

.message-content-list .message-content-list-item .message-content-item-time[data-v-51019aec] {
    font-size: 12px;
    color: #4fe117;
    line-height: 17px;
    margin-bottom: 10px
}

.message-content-list .message-content-list-item .message-content-item-text[data-v-51019aec] {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 700
}

.messageImg[data-v-51019aec] {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto
}

.messageContents[data-v-51019aec] {
    width: 100%;
    margin-top: 20px;
    padding: 16px;
    box-sizing: border-box;
    background: #3a3a3c;
    border-radius: 10px
}

.messageContents .contents-time[data-v-51019aec] {
    color: #4fe117;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px
}

.messageContents .contents-size[data-v-51019aec] {
    color: #fff;
    font-size: 14px
}

.messageButton[data-v-51019aec] {
    margin-top: 20px;
    width: 100%;
    background: #38f600;
    border-radius: 30px;
    height: 50px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading-zhezhao[data-v-51019aec] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    min-height: 100vh
}

.loading-zhezhao .load[data-v-51019aec] {
    width: 120px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.close-H5[data-v-aada3b41] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #4F5051
}

.close-H5[data-v-aada3b41] .close-size[data-v-aada3b41] {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 18px
}

.close-H5[data-v-aada3b41] .close-img[data-v-aada3b41] {
    width: 24px;
    height: 24px
}

.lang-list-h5[data-v-aada3b41] {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lang-list-h5[data-v-aada3b41] .lang-item-h5[data-v-aada3b41] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 350px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    background: #3a3a3c
}

.lang-list-h5[data-v-aada3b41] .lang-item-confirm[data-v-aada3b41] {
    background: #38f600;
    width: 350px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 700
}

.var--box,
.var--box * {
    box-sizing: border-box
}

.var--relative {
    position: relative
}

.var--absolute {
    position: absolute
}

.var--hidden {
    overflow: hidden
}

.var--lock {
    overflow: hidden !important
}

.var--block {
    display: block
}

.var--ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.var--inline-block {
    display: inline-block
}

.var--flex {
    display: flex
}

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

:root {
    --font-size-xs: 10px;
    --font-size-sm: 12px;
    --font-size-md: 14px;
    --font-size-lg: 16px;
    --icon-size-xs: 16px;
    --icon-size-sm: 18px;
    --icon-size-md: 20px;
    --icon-size-lg: 22px;
    --color-body: #fff;
    --color-text: #333;
    --color-primary: #3a7afe;
    --color-info: #00afef;
    --color-success: #00c48f;
    --color-warning: #ff9f00;
    --color-danger: #f44336;
    --color-disabled: #e0e0e0;
    --color-text-disabled: #aaa;
    --color-on-primary: #fff;
    --color-on-info: #fff;
    --color-on-success: #fff;
    --color-on-warning: #fff;
    --color-on-danger: #fff;
    --color-primary-container: #3a7afe;
    --color-info-container: #00afef;
    --color-success-container: #00c48f;
    --color-warning-container: #ff9f00;
    --color-danger-container: #f44336;
    --color-on-primary-container: #fff;
    --color-on-info-container: #fff;
    --color-on-success-container: #fff;
    --color-on-warning-container: #fff;
    --color-on-danger-container: #fff;
    --color-surface-container: #fff;
    --color-surface-container-low: #fff;
    --color-surface-container-high: #fff;
    --color-surface-container-highest: #fff;
    --color-inverse-surface: #333;
    --color-outline: rgba(0, 0, 0, .12);
    --color-on-surface-variant: #888;
    --opacity-disabled: .6;
    --opacity-hover: .15;
    --opacity-focus: .2;
    --cubic-bezier: cubic-bezier(.25, .8, .5, 1);
    --shadow-key-umbra-opacity: rgba(0, 0, 0, .2);
    --shadow-key-penumbra-opacity: rgba(0, 0, 0, .14);
    --shadow-key-ambient-opacity: rgba(0, 0, 0, .12)
}

.var-drag {
    position: fixed;
    display: inline-flex
}

.var-drag--transition {
    transition: transform .2s linear
}

.showshow2[data-v-5247bef1] {
    width: 354px;
    height: 230px;
    background: #000c;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.showshow2 .closeIcon2[data-v-5247bef1] {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.showshow2 .msg2[data-v-5247bef1] {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px
}

.showshow2 .msg2 h2[data-v-5247bef1] {
    font-weight: 600;
    font-size: 18px;
    color: #fff
}

.showshow2 .btnGo2[data-v-5247bef1] {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 20px
}

.showshow2 .textComfirm2[data-v-5247bef1] {
    height: 52px;
    background: #fff;
    border-radius: 24px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer
}

.showshow2 .textComfirm2 img.p1[data-v-5247bef1] {
    width: 27px;
    height: 25px;
    margin: 0 11px
}

.showshow2 .textComfirm2 img.p2[data-v-5247bef1] {
    width: 32px;
    height: 32px;
    margin: 0 11px
}

.showshow2 .textComfirm2 p[data-v-5247bef1] {
    font-weight: 600;
    font-size: 16px;
    color: #18191a
}

.textComfirm[data-v-5247bef1] {
    width: 48%;
    padding: 0 !important
}

.textComfirm a[data-v-5247bef1] {
    font-size: 12px;
    color: #18191a
}

@media screen and (min-width: 750px) {
    .closePcWalletRight[data-v-5247bef1] {
        position: absolute;
        top: 26px;
        right: 31px;
        width: 24px;
        height: 24px;
        cursor: pointer
    }

    .pcLinkWallet[data-v-5247bef1] {
        display: flex;
        flex-direction: column;
        padding: 223px 20px 0
    }

    .pcLinkWallet .tits[data-v-5247bef1] {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        margin-bottom: 40px
    }

    .pcLinkWallet .walletLis[data-v-5247bef1] {
        display: flex;
        flex-direction: row;
        height: 60px;
        background: #ffffff1a;
        border-radius: 8px;
        margin-bottom: 20px;
        padding: 0 23px;
        align-items: center;
        cursor: pointer
    }

    .pcLinkWallet .walletLis .left[data-v-5247bef1] {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .pcLinkWallet .walletLis .left img[data-v-5247bef1] {
        width: 20px;
        height: 20px;
        transition: all 1.5s;
        -ms-transition: all 1.5s;
        -moz-transition: all 1s;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s
    }

    .pcLinkWallet .walletLis:hover .left img[data-v-5247bef1] {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }

    .pcLinkWallet .walletLis:hover .left1 h2[data-v-5247bef1] {
        transform: scale(1.1);
        color: #4fe117
    }

    .pcLinkWallet .walletLis .left img.tp666[data-v-5247bef1] {
        width: 32px;
        height: 32px;
        border-radius: 50%
    }

    .pcLinkWallet .walletLis .left1[data-v-5247bef1] {
        display: flex;
        flex-direction: column;
        margin: 0 20px
    }

    .pcLinkWallet .walletLis .left1 h2[data-v-5247bef1] {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        transition: transform .8s
    }

    .pcLinkWallet .walletLis .left1 p[data-v-5247bef1] {
        font-weight: 600;
        font-size: 12px;
        color: #ffffff80
    }

    .PC .header[data-v-5247bef1] {
        width: 1200px;
        margin: 0 auto;
        height: 98px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .PC .header .left[data-v-5247bef1] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .PC .header .left .logo[data-v-5247bef1] {
        width: 133px;
        height: 48px;
        cursor: pointer
    }

    .PC .header .left .navName[data-v-5247bef1] {
        display: flex;
        flex-direction: row;
        margin: 0 20px
    }

    .PC .header .left .navName div[data-v-5247bef1] {
        font-weight: 600;
        font-size: 16px;
        color: #ffffff80;
        line-height: 22px;
        margin: 0 20px;
        cursor: pointer
    }

    .PC .header .left .navName div[data-v-5247bef1]:hover {
        font-weight: 600;
        font-size: 16px;
        color: #4fe117;
        line-height: 22px;
        margin: 0 20px
    }

    .PC .header .left .navName div.active[data-v-5247bef1] {
        color: #4fe117
    }

    .PC .header .right[data-v-5247bef1] {
        color: #4fe117;
        font-size: 12px;
        border: 1px solid #353637;
        border-radius: 4px;
        background: #000;
        text-align: center;
        white-space: nowrap;
        padding: 4px 6px;
        cursor: pointer
    }
}

.phoneMenu[data-v-5247bef1] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 20px;
    box-sizing: border-box
}

.menuAccount[data-v-5247bef1] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menuDisconnect[data-v-5247bef1] {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 6px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    border-radius: 6px
}

.phoneMenu .menuDiv[data-v-5247bef1] {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box
}

.phoneMenuList[data-v-5247bef1] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 100%
}

.phoneMenuList h2[data-v-5247bef1] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 18px 0;
    padding-right: 20px
}

.logo3x[data-v-5247bef1] {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.phoneMenuList.nav h2[data-v-5247bef1] {
    color: #2dfe4f !important
}

.box_header[data-v-5247bef1] {
    justify-content: space-between;
    height: 60px;
    background: #18191ae6;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 2023;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    width: 100%
}

.isCon[data-v-5247bef1] {
    padding: 0 6px 0 3px;
    cursor: pointer;
    height: 30px;
    border-radius: 30px;
    background: #ffffff1a;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px
}

.newAddr[data-v-5247bef1] {
    border-radius: 30px;
    background: #ffffff1a;
    display: flex;
    flex-direction: row;
    height: 28px;
    align-items: center;
    color: #fff
}

.newAddr .minLogo[data-v-5247bef1] {
    width: 28px;
    height: 28px
}

.newAddr p[data-v-5247bef1] {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 10px 0 6px
}

.walletList[data-v-5247bef1] {
    display: flex;
    flex-direction: column;
    padding: 0 30px
}

.walletList .llii[data-v-5247bef1] {
    display: flex;
    flex-direction: row;
    height: 52px;
    background: #fff;
    border-radius: 24px;
    align-items: center;
    justify-content: center
}

.walletList .llii img[data-v-5247bef1] {
    width: 30px;
    height: 30px;
    margin-right: 20px
}

.wallets[data-v-5247bef1] {
    background: #000c;
    border: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
    border-radius: 30px;
    position: relative
}

.wallets .hea[data-v-5247bef1] {
    text-align: center;
    position: relative
}

.wallets .hea h2[data-v-5247bef1] {
    color: #fff;
    margin-top: 25px;
    font-size: 18px
}

.wallets .closeWallet[data-v-5247bef1] {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px
}

.text_2[data-v-5247bef1] {
    width: 84px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 0 0 0 60px;
    opacity: 50%
}

.section_3[data-v-5247bef1] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    height: 24px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 6px 0 0 7px
}

.group_11[data-v-5247bef1] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin-top: 10px;
    margin-left: 2px
}

.text_3[data-v-5247bef1] {
    width: 45px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 3px 7px 0 0
}

.section_1[data-v-5247bef1] {
    height: 94px;
    background: url("") 0px 0px no-repeat;
    background-size: 100% 95px;
    width: 100%
}

.block_8[data-v-5247bef1] {
    height: 36px;
    padding: 20px
}

.group_45[data-v-5247bef1] {
    width: 129px;
    height: 36px;
    background: url("") 0px 0px no-repeat;
    background-size: cover
}

.text-wrapper_28[data-v-5247bef1] {
    height: 30px;
    display: flex;
    align-items: center;
    background: #4fe117;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    padding: 0 6px;
    border-radius: 30px
}

.text_87[data-v-5247bef1] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    height: 24px;
    border: 1px solid #353637;
    border-radius: 4px;
    background: #000;
    text-align: center;
    white-space: nowrap;
    padding: 0 6px;
    line-height: 24px
}

.box_86[data-v-5247bef1] {
    width: 100vw;
    height: 7vh;
    background: #18191a;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    z-index: 999
}

.image_39[data-v-5247bef1] {
    width: 24px;
    height: 24px;
    margin: 0 20px;
    cursor: pointer
}

.group_1[data-v-5247bef1] {
    background-color: #000;
    border-radius: 4px;
    width: 17.7vw;
    height: 6.16vw;
    border: 1px solid rgba(76, 76, 76, 1)
}

.block_4[data-v-5247bef1] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 1.54vw;
    height: 1.54vw;
    margin: 2.3vw 0 0 1.79vw
}

.text_3[data-v-5247bef1] {
    width: 11.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: .5vw 1.53vw 0 1.28vw
}

.image-wrapper_12[data-v-5247bef1] {
    height: 7.7vw;
    margin-left: 14.11vw;
    width: 10.26vw
}

.image_40[data-v-5247bef1] {
    width: 40px;
    height: 40px;
    cursor: pointer
}

.van-dialog[data-v-5247bef1] {
    border-radius: 0 !important
}

.loginedMsg[data-v-5247bef1] {
    padding: 20px;
    border-radius: 20px;
    background: #3a3a3c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.loginedMsg .tt[data-v-5247bef1] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    color: #fff
}

.tts[data-v-5247bef1] {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .5);
    line-height: 14px;
    border-radius: 6px;
    box-sizing: border-box
}

.rights[data-v-5247bef1] {
    display: flex;
    align-items: center;
    position: relative
}

.rightIcon[data-v-5247bef1] {
    width: 18px;
    height: 18px;
    margin-right: 18px
}

.rightIcons[data-v-5247bef1] {
    margin-right: 18px;
    width: 15px;
    height: 18px
}

.langs-box[data-v-5247bef1] {
    position: absolute;
    top: 40px;
    left: -60px;
    background: #242526e6;
    border-radius: 10px;
    padding: 20px 20px 0;
    z-index: 1000;
    max-height: 335px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.langs-box[data-v-5247bef1]::-webkit-scrollbar {
    display: none
}

.langs-item[data-v-5247bef1] {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    align-items: center
}

.langs-item-icon[data-v-5247bef1] {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.messageSisz[data-v-5247bef1] {
    position: absolute;
    top: -6px;
    right: 10px;
    color: red;
    font-size: 12px;
    font-weight: 700
}

.box-header-right[data-v-5247bef1] {
    display: flex;
    align-items: center
}

.box-header-right-img[data-v-5247bef1] {
    width: 24px;
    height: 24px;
    margin-right: 6px
}

.box-header-right-top[data-v-5247bef1] {
    width: 12px;
    height: 12px;
    margin-left: 6px
}

@media screen and (min-width: 750px) {
    .box_header[data-v-5247bef1] {
        justify-content: space-between;
        height: 60px;
        background: #18191ae6;
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 2023;
        width: 395px
    }

    .bankLangRev[data-v-5247bef1] {
        position: relative
    }

    .bankLang2[data-v-5247bef1] {
        position: absolute;
        left: -50px;
        width: 20px;
        height: 20px;
        top: 6px
    }
}

.moren[data-v-5247bef1] {
    width: 30px;
    height: 30px;
    margin-left: 14px
}

.BtnSize[data-v-5247bef1] {
    min-width: 100px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 0 10px !important;
    word-break: break-all
}

.close-H5[data-v-5247bef1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #4F5051
}

.close-H5[data-v-5247bef1] .close-size[data-v-5247bef1] {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 18px
}

.close-H5[data-v-5247bef1] .close-img[data-v-5247bef1] {
    width: 24px;
    height: 24px
}

.lang-list-h5[data-v-5247bef1] {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lang-list-h5[data-v-5247bef1] .lang-item-h5[data-v-5247bef1] {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 350px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    background: #3a3a3c
}

.lang-list-h5[data-v-5247bef1] .lang-item-confirm[data-v-5247bef1] {
    background: #38f600;
    width: 350px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 700
}

.rrustWalletContent[data-v-5247bef1] {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background: #3a3a3c;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center
}

.titile-box[data-v-5247bef1] {
    position: absolute;
    z-index: 9999;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    background: #242526e6;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    top: 30px;
    left: -30px
}

.successTipPop[data-v-5247bef1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.successContent[data-v-5247bef1] {
    width: 330px;
    background: #3a3a3c;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 64px 20px 20px;
    box-sizing: border-box;
    position: relative
}

.successTitle[data-v-5247bef1] {
    color: #4fe117;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    width: 290px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all
}

.successDesc[data-v-5247bef1] {
    color: #ffffff80;
    font-size: 14px;
    margin-top: 8px;
    width: 290px;
    text-align: center;
    line-height: 20px;
    word-break: break-all;
    width: 100%
}

@media screen and (min-width: 750px) {
    .allRight[data-v-d7358f3a] {
        font-weight: 400;
        font-size: 12px;
        color: #ffffff4d
    }

    .footer[data-v-d7358f3a] {
        padding: 30px 0 0;
        box-sizing: border-box;
        background: #242526;
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        z-index: 999
    }

    .footer .footLi[data-v-d7358f3a] {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .footer .right[data-v-d7358f3a] {
        display: flex
    }

    .footer .right .allRight[data-v-d7358f3a] {
        font-weight: 400;
        font-size: 12px;
        color: #ffffff4d;
        line-height: 24px;
        padding-top: 60px
    }

    .langsss span[data-v-d7358f3a] {
        font-size: 12px;
        cursor: pointer
    }

    .langsss img[data-v-d7358f3a] {
        cursor: pointer
    }

    .langsss[data-v-d7358f3a] {
        height: 32px;
        border-radius: 8px;
        align-self: center;
        padding: 0 12px;
        border: 1px solid rgba(255, 255, 255, .15);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    .pcLangList[data-v-d7358f3a] {
        width: 168px;
        height: 305px;
        overflow-y: auto;
        background: #242526;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, .3);
        top: -305px;
        left: 0;
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 666
    }

    .pcLangList .t[data-v-d7358f3a] {
        color: #f4f5ff;
        padding: 20px
    }

    .pcLangList .ll[data-v-d7358f3a] {
        display: flex;
        flex-direction: row;
        height: 24px;
        align-items: center;
        color: #f4f5ff80;
        font-size: 14px;
        padding: 0 20px;
        margin-bottom: 20px;
        cursor: pointer
    }

    .pcLangList .ll[data-v-d7358f3a]:hover {
        color: #f4f5ff
    }

    .pcLangList .ll img[data-v-d7358f3a] {
        width: 18px;
        height: 18px
    }

    .pcLangList .ll p[data-v-d7358f3a] {
        padding: 0 10px
    }

    .footer .left[data-v-d7358f3a] {
        display: flex;
        flex-direction: row
    }

    .footer .left .logo3[data-v-d7358f3a] {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer .left .logo3 .footer_logo3[data-v-d7358f3a] {
        width: 133px;
        height: 48px
    }

    .footer .left .logo3 p[data-v-d7358f3a] {
        font-weight: 600;
        font-size: 12px;
        color: #ffffff80;
        line-height: 14px
    }

    .footer .left .tele[data-v-d7358f3a] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 24px;
        cursor: pointer
    }

    .footer .left .tele img[data-v-d7358f3a] {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .footer .left .tele h2[data-v-d7358f3a] {
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        line-height: 14px
    }
}

.box[data-v-d7358f3a] .van-popup {
    background: #242526
}

.box[data-v-d7358f3a] .van-action-sheet__item,
.box[data-v-d7358f3a] .van-action-sheet__cancel {
    background: #242526;
    color: #fff
}

.box[data-v-d7358f3a] .van-action-sheet__gap {
    background: #242526
}

.section_13[data-v-d7358f3a] {
    background-color: #242526;
    width: 100%;
    position: relative;
    z-index: 500;
    padding-bottom: 30px
}

.footerToTop[data-v-d7358f3a] {
    margin-top: auto
}

.group_57[data-v-d7358f3a] {
    display: flex;
    align-items: center;
    margin: 30px 20px 0
}

.image-text_41[data-v-d7358f3a] {
    position: relative
}

.section_28[data-v-d7358f3a] {
    width: 133px;
    height: 48px;
    background: url("logo_footer-BWanWo56.png") no-repeat;
    background-size: cover
}

.text-group_16[data-v-d7358f3a] {
    color: #ffffff4d;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    position: absolute;
    left: 50px;
    bottom: -10px
}

.group_12[data-v-d7358f3a] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .15);
    height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 14px;
    cursor: pointer
}

.thumbnail_22[data-v-d7358f3a] {
    width: 18px;
    height: 18px;
    margin-left: 0;
    margin-right: 7px
}

.text-group_8[data-v-d7358f3a] {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff4d
}

.list_7[data-v-d7358f3a] {
    padding: 0 0 30px;
    margin: 30px 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-width: 100%
}

.image-text_43[data-v-d7358f3a] {
    display: flex;
    align-items: center
}

.image_13[data-v-d7358f3a] {
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.text-group_9[data-v-d7358f3a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 12px;
    line-height: 12px
}

.text_30[data-v-d7358f3a] {
    overflow-wrap: break-word;
    color: #ffffff4d;
    font-size: 14px;
    margin-left: 20px;
    line-height: 24px;
    padding-top: 30px
}

.rightColors[data-v-d7358f3a] {
    font-weight: 700;
    font-size: 12px;
    color: #4fe117
}

.rightTexts[data-v-d7358f3a] {
    color: #ffffff80;
    font-size: 12px;
    margin-top: 10px;
    line-height: 14px;
    cursor: pointer
}

.langs-box[data-v-d7358f3a] {
    position: absolute;
    top: 40px;
    left: -40px;
    background: #242526e6;
    border-radius: 10px;
    padding: 20px;
    z-index: 1000;
    max-height: 262px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.pcLangList[data-v-d7358f3a]::-webkit-scrollbar {
    display: none
}

.langs-item[data-v-d7358f3a] {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 20px
}

.rightTexts[data-v-d7358f3a]:hover {
    color: #4fe117
}

.page[data-v-641086b2] {
    background-color: #18191a;
    position: relative;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 750px) {
    .PC .pcBanner[data-v-641086b2] {
        height: 698px;
        width: 100%;
        background: url("02-nD2dJEIp.gif") 100% no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    ul[data-v-641086b2] {
        margin: 0;
        padding: 0
    }

    .PC .pcBanner .pcbOne[data-v-641086b2] {
        display: flex;
        flex-direction: column
    }

    .PC .pcBanner .pcbOne .tit[data-v-641086b2] {
        background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
        overflow-wrap: break-word;
        color: #fff;
        font-size: 120px;
        font-family: QualyBold;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: upanddownHeart 3.3s ease-in-out infinite alternate;
        cursor: pointer
    }

    .PC .pcBanner .pcbOne .Liquidity[data-v-641086b2] {
        color: #15e3c4;
        font-size: 18px;
        font-family: QualyBold;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        line-height: 21px
    }

    .PC .pcBanner .pcbTwo[data-v-641086b2] {
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        line-height: 33px;
        text-align: center;
        padding-top: 40px;
        display: flex
    }

    .PC .pcBanner .pcbTwo b[data-v-641086b2] {
        color: #4fe117;
        padding: 0 10px;
        font-weight: 400;
        font-size: 24px;
        display: flex
    }

    .PC .pcBanner .pcShareBtn[data-v-641086b2] {
        display: flex;
        justify-content: center
    }

    .PC .pcBanner .pcShareBtn .shareBtn[data-v-641086b2] {
        cursor: pointer;
        width: 350px;
        height: 50px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 24px;
        margin: 40px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600
    }

    .PC .pcBanner .pcc[data-v-641086b2] {
        display: flex;
        justify-content: center;
        font-size: 48px;
        font-weight: 800;
        padding-top: 123px
    }

    .PC .pcBanner .pccLine[data-v-641086b2] {
        width: 810px;
        height: 0px;
        border: 3px solid;
        -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 3 3;
        border-image: linear-gradient(90deg, #fff0, #fff, #fff0) 3 3;
        display: flex;
        justify-content: center;
        margin-top: 26px
    }

    .PC .pcBanner .pccList[data-v-641086b2] {
        display: flex;
        justify-content: space-between;
        margin-top: 20px
    }

    .PC .pcBanner .pccList .item[data-v-641086b2] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 10px;
        cursor: pointer
    }

    .PC .pcBanner .pccList .item .itemImg[data-v-641086b2] {
        width: 60px;
        height: 60px
    }

    .PC .pcBanner .pccList .item .itemTitle[data-v-641086b2] {
        font-weight: 400;
        font-size: 12px;
        color: #8c8c8d;
        line-height: 17px;
        padding-top: 6px
    }

    .PC .pcBanner .pccList .item:hover .itemImg[data-v-641086b2] {
        transform: scale(1.15);
        transition: all .5s linear
    }

    .PC .pcBanner .pccList .item:hover .itemTitle[data-v-641086b2] {
        color: #4fe117
    }

    .PC .pcCenter[data-v-641086b2] {
        width: 100%;
        background: url("pc_c_bg@3x-B_MBUMP4.png") no-repeat;
        background-size: cover;
        min-height: 1534px;
        display: flex;
        justify-content: center
    }

    .PC .pcCenter .pccc[data-v-641086b2] {
        width: 1040px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .PC .pcCenter .cOne[data-v-641086b2] {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .PC .pcCenter .pccc .cOne .lis[data-v-641086b2] {
        width: 500px;
        min-height: 307px;
        margin-bottom: 40px;
        border: 2px solid !important;
        border: solid 2px transparent !important;
        border-radius: 24px;
        background-image: linear-gradient(180deg, #3a3a3c, #242526), linear-gradient(315deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        position: relative;
        overflow: hidden
    }

    .PC .pcCenter .pccc .cOne .lis .topBg[data-v-641086b2] {
        position: absolute;
        top: 0;
        left: 0;
        width: 287px;
        height: 108px
    }

    .PC .pcCenter .pccc .cOne .lis .logo2[data-v-641086b2] {
        display: flex;
        flex-direction: row;
        font-weight: 600;
        font-size: 24px;
        color: #fff;
        align-items: center;
        margin: 97px 56px 0
    }

    .PC .pcCenter .pccc .cOne .lis .logo2 img[data-v-641086b2] {
        width: 48px;
        height: 48px
    }

    .PC .pcCenter .pccc .cOne .lis .logo2 p[data-v-641086b2] {
        padding: 0 7px
    }

    .PC .pcCenter .pccc .cOne .lis .tips[data-v-641086b2] {
        padding: 7px 56px;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 18px
    }

    .PC .pcCenter .pccc .cOne .lis .itemBtn[data-v-641086b2] {
        margin-bottom: 30px;
        display: block
    }

    .PC .pcCenter .pccc .cOne .lis .funBtn[data-v-641086b2] {
        position: relative;
        width: 50px;
        height: 50px;
        background: linear-gradient(270deg, #a3ff7f, #64f7e0);
        box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
        border-radius: 50%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-weight: 600;
        font-size: 16ox;
        color: #18191a;
        margin: 20px 56px 0;
        white-space: nowrap;
        transition: width .5s ease, border-radius .5s ease
    }

    @keyframes scroll-left-641086b2 {
        0% {
            transform: translate(0)
        }

        to {
            transform: translate(-50%)
        }
    }

    .PC .pcCenter .pccc .cOne .lis .funBtn span[data-v-641086b2] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        transition: opacity .5s ease
    }

    .PC .pcCenter .pccc .cOne .lis .funBtn .short[data-v-641086b2] {
        opacity: 1
    }

    .PC .pcCenter .pccc .cOne .lis .funBtn .short img[data-v-641086b2] {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center
    }

    .PC .pcCenter .pccc .cOne .lis .funBtn .full[data-v-641086b2],
    .PC .pcCenter .pccc .cOne .lis:hover .funBtn .short[data-v-641086b2] {
        opacity: 0
    }

    .PC .pcCenter .pccc .cOne .lis:hover .funBtn .full[data-v-641086b2] {
        opacity: 1
    }

    .PC .pcCenter .pccc .cOne .lis:hover .funBtn[data-v-641086b2] {
        width: 256px;
        border-radius: 30px;
        padding: 0 20px
    }

    .PC .pcCenter .pccc .cOne .lis .funBtn.dis[data-v-641086b2] {
        opacity: .5
    }

    .PC .pcCenter .pccc .BitNest[data-v-641086b2] {
        font-weight: 800;
        font-size: 48px;
        padding-top: 100px;
        line-height: 38px
    }

    .PC .pcCenter .pccc .bitnestTip[data-v-641086b2] {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        padding-top: 20px
    }

    .PC .pcCenter .pccc .bitnestAbout[data-v-641086b2] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff80;
        padding-top: 20px;
        line-height: 20px;
        width: 90%
    }

    .PC .pcCenter .pccc .bitnestSmartContract[data-v-641086b2] {
        width: 100%;
        margin: 24px auto 0;
        display: flex;
        justify-content: center
    }

    .PC .pcCenter .pccc .bitnestSmartContract span[data-v-641086b2] {
        height: 24px;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, .1);
        font-weight: 400;
        font-size: 12px;
        color: #ffffff80;
        align-items: center;
        line-height: 24px;
        padding: 0 40px;
        cursor: pointer
    }

    .swipList[data-v-641086b2] {
        width: 1040px;
        height: 400px;
        overflow: hidden;
        margin-top: 60px
    }

    .swipList[data-v-641086b2] .van-swipe {
        display: flex;
        justify-content: space-between
    }

    .swipList[data-v-641086b2] .van-swipe-item {
        height: 400px;
        background: #ffffff0d;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, .2);
        padding: 0 !important;
        flex-shrink: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .swipList[data-v-641086b2] .cindicator {
        display: flex;
        flex-direction: column;
        height: 400px;
        align-items: center;
        justify-content: space-between
    }

    .swipList[data-v-641086b2] .cindicator .li {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff80;
        text-align: center;
        line-height: 52px
    }

    .swipList[data-v-641086b2] .cindicator .li.active {
        width: 350px;
        height: 52px;
        background: #ffffff1a;
        border-radius: 24px
    }

    .swipList[data-v-641086b2] .van-swipe-item img {
        width: 100px
    }

    .swipList[data-v-641086b2] .van-swipe-item h2 {
        font-weight: 600;
        font-size: 24px;
        color: #fff;
        line-height: 33px;
        padding: 30px 0 46px
    }

    .swipList[data-v-641086b2] .van-swipe-item p {
        font-weight: 400;
        font-size: 12px;
        color: #ffffff80;
        line-height: 17px;
        width: 80%;
        text-align: center
    }

    .PC .pcPartner[data-v-641086b2] {
        font-size: 48px;
        font-weight: 800;
        padding-top: 80px
    }

    .PC .pcPartnerList[data-v-641086b2] {
        display: flex;
        margin-bottom: 100px;
        padding-top: 60px;
        white-space: nowrap;
        align-self: flex-start;
        width: 100%;
        overflow: hidden
    }

    .PC .pcPartnerList .carouselBody[data-v-641086b2] {
        animation: scroll-left-641086b2 20s linear infinite
    }

    .PC .pcPartnerList .llii[data-v-641086b2] {
        display: inline-block;
        align-items: center;
        margin: 0 20px;
        cursor: pointer;
        text-align: center
    }

    .PC .pcPartnerList .llii .pimg[data-v-641086b2] {
        width: 110px;
        height: 80px;
        background: #ffffff0d;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .PC .pcPartnerList .llii .pimg img[data-v-641086b2] {
        width: 40px
    }

    .PC .pcPartnerList .llii span[data-v-641086b2] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff80;
        line-height: 20px;
        padding-top: 8px
    }

    .PC .pcPartnerList .llii span[data-v-641086b2]:hover {
        color: #4fe117
    }
}

@media screen and (max-width: 750px) {
    .text-wrapper_29[data-v-641086b2] {
        max-width: 280px
    }
}

.section_1[data-v-641086b2] {
    height: 24.11vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 100vw 24.35vw;
    width: 100vw
}

.block_7[data-v-641086b2] {
    width: 92.31vw;
    height: 4.62vw;
    margin: 3.33vw 0 0 4.1vw
}

.text_86[data-v-641086b2] {
    width: 13.85vw;
    height: 4.62vw;
    overflow-wrap: break-word;
    color: #000;
    font-size: 3.84vw;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 4.62vw
}

.thumbnail_18[data-v-641086b2] {
    width: 4.36vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 61.28vw
}

.thumbnail_19[data-v-641086b2] {
    width: 3.85vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 1.28vw
}

.image_30[data-v-641086b2] {
    width: 6.42vw;
    height: 3.08vw;
    margin: .76vw 0 0 1.28vw
}

.block_8[data-v-641086b2] {
    width: 89.49vw;
    height: 9.24vw;
    margin: 4.87vw 0 2.05vw 5.38vw
}

.group_45[data-v-641086b2] {
    width: 33.08vw;
    height: 9.24vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 33.33vw 9.48vw
}

.text-wrapper_28[data-v-641086b2] {
    background-color: #000;
    border-radius: 4px;
    height: 6.16vw;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-top: 1.54vw;
    width: 15.39vw
}

.text_87[data-v-641086b2] {
    width: 12.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.53vw
}

.group_46[data-v-641086b2] {
    position: relative;
    width: 100vw;
    height: 86.67vw;
    margin-top: 72.06vw
}

.box_2[data-v-641086b2] {
    cursor: pointer;
    height: 50px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 24px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.box_2[data-v-641086b2]:active:after {
    box-shadow: 0 0 0 6px var(--primary-color);
    opacity: 0
}

.image-text_36[data-v-641086b2] {
    width: 22.57vw;
    height: 5.65vw;
    margin: 3.84vw 0 0 33.58vw
}

.text-group_1[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.thumbnail_20[data-v-641086b2] {
    width: 16px;
    height: 16px;
    margin: 0 10px
}

.group_47[data-v-641086b2] {
    margin-top: 50px;
    padding: 0 20px;
    align-items: center
}

.text_3[data-v-641086b2] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    line-height: 38px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.block_9[data-v-641086b2] {
    height: 6.16vw;
    margin-top: 1.8vw;
    height: 24px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 4px
}

.image-text_37[data-v-641086b2] {
    align-items: center;
    padding: 0 10px
}

.text-group_32[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.thumbnail_21[data-v-641086b2] {
    width: 10px;
    height: 6px;
    margin-left: 4px
}

.group_48[data-v-641086b2] {
    height: 21.03vw;
    margin: 5.38vw 0 13.07vw 8.71vw;
    flex-wrap: wrap
}

.image-text_38[data-v-641086b2] {
    width: 13.34vw;
    height: 21.03vw
}

.image-wrapper_18[data-v-641086b2] {
    height: 14.88vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    width: 13.34vw
}

.image_31[data-v-641086b2] {
    width: 6.16vw;
    height: 4.88vw;
    margin: 4.87vw 0 0 3.58vw
}

.text-group_33[data-v-641086b2] {
    width: 12.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.79vw 0 0 .51vw
}

.block_10[data-v-641086b2] {
    width: 12.31vw;
    height: 17.18vw;
    margin: 3.84vw 0 0 10.25vw
}

.block_11[data-v-641086b2] {
    background-image: url("");
    width: 7.18vw;
    height: 7.18vw;
    margin-left: 2.57vw
}

.text_88[data-v-641086b2] {
    width: 12.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin-top: 5.65vw
}

.image-text_39[data-v-641086b2] {
    width: 13.34vw;
    height: 21.03vw;
    margin-left: 10.26vw
}

.image-wrapper_19[data-v-641086b2] {
    height: 14.88vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    width: 13.34vw
}

.label_19[data-v-641086b2] {
    width: 5.65vw;
    height: 6.16vw;
    margin: 4.35vw 0 0 3.84vw
}

.text-group_34[data-v-641086b2] {
    width: 12.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.79vw 0 0 .51vw
}

.image-text_40[data-v-641086b2] {
    width: 15.39vw;
    height: 21.03vw;
    margin-left: 8.72vw
}

.image-wrapper_20[data-v-641086b2] {
    height: 14.88vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin-left: 1.03vw;
    width: 13.34vw
}

.label_20[data-v-641086b2] {
    width: 6.16vw;
    height: 5.9vw;
    margin: 4.35vw 0 0 3.58vw
}

.text-group_35[data-v-641086b2] {
    width: 15.39vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin-top: 1.8vw
}

.image_32[data-v-641086b2] {
    position: absolute;
    left: 31.8vw;
    top: 52.57vw;
    width: 13.34vw;
    height: 14.88vw
}

.group_49[data-v-641086b2] {
    min-height: 307px;
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px;
    background-image: linear-gradient(180deg, #3a3a3c, #242526), linear-gradient(315deg, #4fe117, #15e3c4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 0 20px 20px;
    position: relative;
    overflow: hidden
}

.topBg[data-v-641086b2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 287px;
    height: 108px
}

.itemBtn[data-v-641086b2] {
    margin-bottom: 30px;
    display: block
}

.section_27[data-v-641086b2] {
    margin: 100px 30px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.group_50[data-v-641086b2] {
    background-image: url("");
    width: 48px;
    height: 48px;
    background-size: cover;
    flex: 0 0 48px
}

.text_89[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    padding: 0 8px;
    word-break: break-all
}

.text_90[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 30px 0
}

.text-wrapper_29[data-v-641086b2] {
    height: 50px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    margin: 20px 30px 0;
    white-space: nowrap;
    padding: 0 40px
}

.text-wrapper_29.dis[data-v-641086b2] {
    opacity: .5
}

.text_91[data-v-641086b2] {
    width: 37.44vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 4.61vw;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 3.84vw 0 0 2.3vw
}

.group_51[data-v-641086b2] {
    width: 89.75vw;
    height: 78.72vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: 5.12vw 0 0 5.12vw
}

.block_12[data-v-641086b2] {
    width: 69.75vw;
    height: 12.31vw;
    margin: 24.87vw 0 0 10vw
}

.group_52[data-v-641086b2] {
    background-image: url("");
    width: 12.31vw;
    height: 12.31vw;
    background-size: cover
}

.text_92[data-v-641086b2] {
    width: 55.65vw;
    height: 8.47vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 6.15vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 8.47vw;
    margin-top: 1.54vw
}

.text_93[data-v-641086b2] {
    width: 69.75vw;
    height: 9.24vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 3.58vw;
    line-height: 4.62vw;
    margin: 1.79vw 0 0 10vw
}

.text-wrapper_30[data-v-641086b2] {
    height: 13.85vw;
    background: url("") -2.31vw -1.29vw no-repeat;
    background-size: 45.64vw 17.94vw;
    width: 42.06vw;
    margin: 9.23vw 0 7.43vw 10.25vw
}

.text_94[data-v-641086b2] {
    width: 37.44vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 4.61vw;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 3.84vw 0 0 2.3vw
}

.group_53[data-v-641086b2] {
    width: 89.75vw;
    height: 78.72vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: 5.12vw 0 0 5.12vw
}

.block_13[data-v-641086b2] {
    width: 69.75vw;
    height: 12.31vw;
    margin: 24.87vw 0 0 10vw
}

.group_54[data-v-641086b2] {
    background-image: url("");
    width: 12.31vw;
    height: 12.31vw;
    background-size: cover
}

.text_95[data-v-641086b2] {
    width: 55.65vw;
    height: 8.47vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 6.15vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 8.47vw;
    margin-top: 1.54vw
}

.text_96[data-v-641086b2] {
    width: 69.75vw;
    height: 13.85vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 3.58vw;
    line-height: 4.62vw;
    margin: 1.79vw 0 0 10vw
}

.text-wrapper_31[data-v-641086b2] {
    height: 13.85vw;
    background: url("") -2.31vw -1.29vw no-repeat;
    background-size: 45.64vw 17.94vw;
    width: 42.06vw;
    margin: 4.61vw 0 7.43vw 10.25vw
}

.text_97[data-v-641086b2] {
    width: 37.44vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 4.61vw;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 3.84vw 0 0 2.3vw
}

.group_55[data-v-641086b2] {
    width: 89.75vw;
    height: 78.72vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: 5.12vw 0 0 5.12vw
}

.box_36[data-v-641086b2] {
    width: 69.75vw;
    height: 12.31vw;
    margin: 24.87vw 0 0 10vw
}

.box_37[data-v-641086b2] {
    background-image: url("");
    width: 12.31vw;
    height: 12.31vw;
    background-size: cover
}

.text_98[data-v-641086b2] {
    width: 55.65vw;
    height: 8.47vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 6.15vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 8.47vw;
    margin-top: 1.54vw
}

.text_99[data-v-641086b2] {
    width: 69.75vw;
    height: 13.85vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 3.58vw;
    line-height: 4.62vw;
    margin: 1.79vw 0 0 10vw
}

.text-wrapper_32[data-v-641086b2] {
    height: 13.85vw;
    background: url("") -2.31vw -1.29vw no-repeat;
    background-size: 45.64vw 17.94vw;
    width: 42.06vw;
    margin: 4.61vw 0 7.43vw 10.25vw
}

.text_100[data-v-641086b2] {
    width: 37.44vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 4.61vw;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 3.84vw 0 0 2.3vw
}

.box_38[data-v-641086b2] {
    margin: 30px 20px 0
}

.text_21[data-v-641086b2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    line-height: 38px
}

.text_21 h2[data-v-641086b2] {
    font-size: 30px
}

.text_21 h3[data-v-641086b2] {
    height: 24px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center
}

.text_21 h3 b[data-v-641086b2] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #18191a;
    z-index: 1
}

.text_23[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px
}

.text_24[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 16px;
    line-height: 20px;
    margin-top: 18px
}

.group_25[data-v-641086b2] {
    width: 100vw;
    height: 175.65vw;
    background: url("") 15.13vw -19.24vw no-repeat;
    background-size: 100vw 134.1vw
}

.image_22[data-v-641086b2] {
    width: 32.83vw;
    height: 2.06vw;
    margin: 44.61vw 0 0 48.71vw
}

.text_29[data-v-641086b2] {
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    line-height: 38px;
    display: flex;
    padding: 0 20px
}

.box_11[data-v-641086b2] {
    width: calc(100% - 40px);
    min-height: 270px;
    background: #ffffff0d;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px
}

.image-text_44[data-v-641086b2] {
    justify-content: center;
    align-items: center
}

.image_23[data-v-641086b2] {
    width: 64px;
    height: 64px;
    color: transparent;
    margin-top: 40px;
    margin-bottom: 20px
}

.van-swipe-item[data-v-641086b2] {
    padding-bottom: 30px
}

.text_54[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    padding: 0 10px;
    word-break: break-all
}

.text_55[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    padding: 0 30px
}

.group_58[data-v-641086b2] {
    position: absolute;
    left: 0;
    top: 691.54vw;
    width: 100vw;
    height: 71.03vw
}

.grid_5[data-v-641086b2] {
    flex-wrap: wrap;
    margin-top: 10px;
    position: relative;
    z-index: 11;
    padding: 0 20px
}

.list-items_4[data-v-641086b2] {
    width: calc(100% / 3 - 10px);
    height: 104px;
    margin-right: 12px;
    margin-bottom: 20px
}

.list-items_4[data-v-641086b2]:nth-child(3n) {
    margin-right: 0
}

.list-items_4[data-v-641086b2]:nth-last-child(-n+3) {
    margin-bottom: 0
}

.section_12[data-v-641086b2] {
    background-color: #ffffff0d;
    border-radius: 20px;
    width: 100%;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, .2);
    align-items: center;
    justify-content: center
}

.box_6[data-v-641086b2] {
    width: 40px;
    height: 40px
}

.text-group_7[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.section_14[data-v-641086b2] {
    margin-top: 110px;
    width: 100%;
    background: url("02-nD2dJEIp.gif") 100% no-repeat;
    background-size: 100% 100%
}

.text-group_38[data-v-641086b2] {
    width: 100%;
    text-align: center;
    justify-content: center
}

.text_31[data-v-641086b2] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 62px;
    font-family: QualyBold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 87px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_32[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 18px;
    font-family: QualyBold;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    line-height: 21px
}

.text-wrapper_11[data-v-641086b2] {
    overflow-wrap: break-word;
    letter-spacing: -.10000000149011612px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    margin: 70px 20px 0;
    font-size: 20px
}

.text_33s[data-v-641086b2] {
    font-weight: 600;
    font-size: 24px;
    color: #4fe117;
    line-height: 33px;
    padding: 0 10px
}

.text_33[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 6.15vw;
    font-weight: 600;
    line-height: 33px;
    padding-right: 10px
}

.text_34[data-v-641086b2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media screen and (min-width: 750px) {
    .section_14[data-v-641086b2] {
        margin-top: 110px;
        width: 100%;
        background: url("02-nD2dJEIp.gif") 100% no-repeat;
        background-size: 100% 100%
    }

    .text_31[data-v-641086b2] {
        background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
        width: 100%;
        height: auto;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 62px;
        font-family: QualyBold;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        line-height: 138px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .box_2[data-v-641086b2] {
        width: 350px;
        margin: 0 auto
    }

    .text-group_38[data-v-641086b2] {
        width: 100%;
        height: auto;
        margin: 0
    }

    .text_32[data-v-641086b2] {
        width: 100%;
        height: auto;
        overflow-wrap: break-word;
        color: #15e3c4;
        font-size: 18px;
        font-family: QualyBold;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        line-height: 21px;
        margin: 0
    }

    .text_34[data-v-641086b2] {
        height: auto;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 33px
    }

    .text_33[data-v-641086b2] {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: #4fe117;
        font-size: 24px;
        font-weight: 600;
        line-height: 33px;
        padding-left: 20px
    }

    .text-group_1[data-v-641086b2] {
        overflow-wrap: break-word;
        color: #18191a;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        white-space: nowrap
    }

    .thumbnail_20[data-v-641086b2] {
        width: 16px;
        height: 16px;
        margin: 0 10px
    }

    .text_3[data-v-641086b2] {
        background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 30px;
        font-weight: 900;
        white-space: nowrap;
        line-height: 38px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

.bit-nest-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 10px;
    transition: max-height .25s linear;
    z-index: 1
}

.bit-nest-block .item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
    width: 25%
}

.bit-nest-block .item .item-title {
    color: #8c8c8d;
    font-size: 16px;
    padding: 10px 2px 0;
    text-align: center;
    word-break: break-all
}

.bit-nest-block .item-img {
    width: 60px;
    height: 60px
}

.bit-nest {
    position: relative;
    width: 100vw;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 750px) {
    .bit-nest {
        position: relative;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 20px
    }
}

.image_Postive {
    position: fixed;
    left: 33333px;
    top: 30000px;
    width: 10px;
    height: 10px
}

@media screen and (min-width: 750px) {
    .base-title[data-v-b9fc8d5a] {
        width: 100%;
        height: 100px;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 32px;
        color: #fff;
        align-self: flex-start;
        align-items: center;
        background: linear-gradient(180deg, #242526, #18191a);
        box-shadow: inset 0 -1px #fff3;
        position: relative;
        display: flex;
        z-index: 1
    }

    .base-title .pcTitle[data-v-b9fc8d5a] {
        width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative
    }

    .base-title .pcTitle h1[data-v-b9fc8d5a] {
        font-size: 32px
    }

    .base-title .pcBackIcon[data-v-b9fc8d5a] {
        width: 35px;
        margin-right: 20px;
        cursor: pointer;
        position: absolute;
        left: -45px
    }
}

@media screen and (max-width: 750px) {
    .base-title[data-v-b9fc8d5a] {
        padding: 0 20px;
        position: relative;
        display: flex
    }

    .pcBackIcon[data-v-b9fc8d5a] {
        display: none !important
    }

    .pcTitle h1[data-v-b9fc8d5a] {
        font-size: 30px;
        background-image: linear-gradient(to right, #4fe117, #15e3c4);
        -webkit-background-clip: text;
        color: transparent;
        display: flex;
        align-self: safe
    }
}

.sc .li[data-v-a7483fd9] {
    margin: 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 52px;
    word-break: break-all
}

.sc .li h3[data-v-a7483fd9] {
    width: 140px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 0 30px
}

.sc .li span[data-v-a7483fd9] {
    min-height: 32px;
    background: #ffffff1a;
    border-radius: 24px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 0 12px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap
}

.sc[data-v-a7483fd9] {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    background-color: #18191a
}

.sc .tit[data-v-a7483fd9] {
    font-size: 30px
}

.sc .one[data-v-a7483fd9] {
    display: flex;
    flex-direction: column
}

.sc .one .p[data-v-a7483fd9] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-top: 20px
}

.sc .one .m[data-v-a7483fd9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    height: 50px;
    border-radius: 10px;
    padding: 0 20px;
    margin-top: 10px
}

.sc .one .m .a[data-v-a7483fd9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff80;
    font-size: 14px
}

.sc .one .m .a h2[data-v-a7483fd9] {
    color: #fff;
    font-size: 14px
}

.sc .one .m .pic[data-v-a7483fd9] {
    width: 18px;
    height: 18px;
    cursor: pointer
}

@media screen and (min-width: 750px) {
    .smartc[data-v-a7483fd9] {
        width: 500px;
        padding: 40px 0
    }

    .sc .li[data-v-a7483fd9] {
        width: 310px;
        margin: 0 auto 20px
    }
}

.foots[data-v-67aaa341] {
    display: flex;
    justify-content: center;
    margin: 0 0 20px
}

.foots img[data-v-67aaa341] {
    width: 133px;
    height: 48px
}

.daoIntro[data-v-67aaa341] .van-step__icon--active {
    width: 24px;
    height: 24px;
    background: url("") no-repeat;
    background-size: cover
}

.daoIntro[data-v-67aaa341] .van-step__icon--active:before {
    content: ""
}

.daoIntro[data-v-67aaa341] .van-steps {
    background-color: #18191a;
    margin: 0 30px
}

.van-step--vertical[data-v-67aaa341]:not(:last-child):after {
    border-bottom-width: 0
}

.daoIntro[data-v-67aaa341] .van-step__title {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-top: -4px
}

.daoIntro[data-v-67aaa341] .van-step__title h3 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px
}

.daoIntro[data-v-67aaa341] .van-step__title p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 25px
}

.info[data-v-67aaa341] {
    position: relative
}

.info[data-v-67aaa341]:before {
    position: absolute;
    width: 100%;
    height: 187px;
    background: radial-gradient(85% 39% at 50% 0%, #1d2c07, #18191a);
    left: 0;
    top: 0;
    content: ""
}

.step1[data-v-67aaa341] .van-step--vertical {
    margin-bottom: 20px
}

.step1[data-v-67aaa341] {
    margin-top: 20px;
    position: relative
}

.step1 .bg[data-v-67aaa341] {
    width: 100%;
    height: 225px;
    position: absolute;
    top: -20px;
    left: 0;
    background: url("") no-repeat;
    background-size: cover
}

.step1 .bg2[data-v-67aaa341] {
    width: 100%;
    height: 225px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url("") no-repeat;
    background-size: cover
}

.step1 .tit[data-v-67aaa341] {
    position: relative;
    line-height: 38px;
    font-weight: 800;
    padding: 0 30px;
    margin-bottom: 20px
}

.step1[data-v-67aaa341] .van-step--finish .van-step__line {
    width: 2px;
    background-color: #4fe117
}

.step1[data-v-67aaa341] .van-step--waiting .van-step__line {
    width: 2px;
    background-color: #8c8c8d
}

.step1[data-v-67aaa341] .van-step--finish .van-step__circle {
    width: 24px;
    height: 24px;
    background: url("") no-repeat;
    background-size: cover
}

.step1[data-v-67aaa341] .van-step--waiting .van-step__circle {
    width: 24px;
    height: 24px;
    background: url("") no-repeat;
    background-size: cover
}

.step1[data-v-67aaa341] .van-step--vertical .van-step__line {
    top: 36px;
    height: 82%
}

.introInDent[data-v-67aaa341] {
    margin: 0 20px 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px
}

.introInDent span.t[data-v-67aaa341] {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.introInDent span.p[data-v-67aaa341] {
    font-size: 16px;
    color: #ffffff80 !important;
    font-style: normal;
    line-height: 24px
}

.introInDent span.p[data-v-67aaa341] b {
    color: #4fe11780;
    font-weight: 400;
    padding-right: 4px
}

.introInDent span.p[data-v-67aaa341] label {
    color: #4fe11780;
    font-weight: 400
}

.introInDent span.g[data-v-67aaa341] {
    font-size: 16px;
    color: #4fe117 !important;
    line-height: 20px;
    font-style: normal;
    margin: 20px 0
}

.mores[data-v-67aaa341] {
    min-width: 170px;
    max-width: 300px;
    height: 52px;
    background: #ffffff1a;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #ffffff80;
    margin: 0 20px 40px;
    font-size: 18px;
    cursor: pointer
}

.mores img[data-v-67aaa341] {
    width: 24px;
    height: 24px;
    margin: 0 10px
}

.white[data-v-67aaa341] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
    position: relative;
    z-index: 11
}

.intro3[data-v-67aaa341] {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    font-size: 32px;
    margin: 20px 0;
    font-weight: 900;
    position: relative;
    z-index: 11
}

.lone[data-v-67aaa341] {
    color: #ffffff80;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
    display: flex;
    flex-direction: column
}

.inli[data-v-67aaa341] {
    height: 100px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 2px solid rgba(151, 151, 151, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 14px
}

.inli p[data-v-67aaa341] {
    color: #ffffff80;
    font-weight: 400;
    font-size: 16px
}

.inli h3[data-v-67aaa341],
.inli h3 span[data-v-67aaa341] {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 2px
}

.joinNow[data-v-67aaa341] {
    display: flex;
    justify-content: center;
    align-items: center
}

.header[data-v-67aaa341] {
    height: 220px;
    background: url("02-nD2dJEIp.gif") no-repeat;
    background-size: cover;
    position: relative;
    margin: 113px 0 0
}

.header .intro_logo[data-v-67aaa341] {
    position: absolute;
    width: 146px;
    height: 146px;
    left: 50%;
    margin-left: -73px;
    top: -48px
}

.header .intro_logo2[data-v-67aaa341] {
    position: absolute;
    width: 200px;
    height: 38px;
    left: 50%;
    margin-left: -100px;
    top: 110px
}

.header h2[data-v-67aaa341] {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.imgtr[data-v-67aaa341] {
    transform: rotate(180deg);
    transition: all, .5s
}

@media screen and (min-width: 750px) {
    .PC[data-v-67aaa341] {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .PC[data-v-67aaa341]::-webkit-scrollbar {
        display: none
    }

    .PC[data-v-67aaa341] {
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .PC *[data-v-67aaa341]::-webkit-scrollbar {
        display: none
    }

    .PC *[data-v-67aaa341] {
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    #content[data-v-67aaa341]::-webkit-scrollbar {
        display: none
    }

    #content[data-v-67aaa341] {
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .PC .pcintrocenter[data-v-67aaa341] {
        width: 100%;
        background: url("02-nD2dJEIp.gif") 100% no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-bottom: 100px
    }

    .PC .pcintrocenter .nextTip[data-v-67aaa341] {
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        padding-top: 20px
    }

    .pc_intro_logo1[data-v-67aaa341] {
        width: 200px;
        height: 200px;
        opacity: 1
    }

    .pc_intro_logo2[data-v-67aaa341] {
        width: 200px;
        height: 38px;
        margin-top: 20px
    }

    .PC .joinNow[data-v-67aaa341] {
        margin-top: 40px
    }

    .PC .roundNumber[data-v-67aaa341] {
        width: 1040px;
        display: flex;
        justify-content: space-between;
        margin-top: 40px
    }

    .PC .roundNumber .inlist[data-v-67aaa341] {
        width: 320px;
        height: 100px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        border: 2px solid rgba(151, 151, 151, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 14px
    }

    .PC .roundNumber .inlist p[data-v-67aaa341] {
        color: #ffffff80;
        font-weight: 400;
        font-size: 16px
    }

    .PC .roundNumber .inlist h3[data-v-67aaa341],
    .PC .roundNumber .inlist h3 span[data-v-67aaa341] {
        font-weight: 800;
        font-size: 30px;
        letter-spacing: 2px
    }

    .PC .intro2[data-v-67aaa341] {
        width: 1040px;
        margin-top: 66px;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 20px
    }

    .PC .pcBitnest2[data-v-67aaa341] {
        width: 1040px;
        display: flex;
        justify-content: space-between
    }

    .PC .pcBitnest2 .left[data-v-67aaa341] {
        display: flex;
        flex-direction: column
    }

    .PC .pcBitnest2 .left h2[data-v-67aaa341] {
        display: flex;
        align-self: baseline
    }

    .PC .pcBitnest2 .littleIntro[data-v-67aaa341] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff80;
        line-height: 20px;
        width: 80%;
        margin-top: 60px
    }

    .PC .pcBitnest2 .right img[data-v-67aaa341] {
        margin-right: 50px;
        width: 305px
    }

    .PC .pcBitnest2 .mores[data-v-67aaa341] {
        margin: 60px 0 0
    }

    .PC .showDetail[data-v-67aaa341] {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 100px 0 0
    }

    .PC .showDetail[data-v-67aaa341]:before {
        width: 100%;
        height: 187px;
        background: radial-gradient(343% 39% at 50% 0%, #1d2c07, #18191a);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 1
    }

    .PC .showDetail[data-v-67aaa341]:after {
        width: 100%;
        height: 187px;
        background: radial-gradient(343% 39% at 50% 0%, #1d2c07, #18191a);
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        z-index: 1;
        transform: scaleY(-1)
    }

    .PC .showDetail .info4[data-v-67aaa341] {
        width: 1040px;
        display: flex;
        flex-direction: column;
        padding: 100px 0;
        position: relative;
        z-index: 2;
        margin: 0 auto
    }

    .PC .showDetail .info4 .tite[data-v-67aaa341] {
        font-size: 30px;
        align-self: baseline
    }

    .PC .showDetail .info4 .white4[data-v-67aaa341] {
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        line-height: 17px;
        padding: 60px 0
    }

    .PC .showDetail .info4 .introInDent4[data-v-67aaa341] {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px
    }

    .PC .showDetail .info4 .introInDent4 span.t[data-v-67aaa341] {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600
    }

    .PC .showDetail .info4 .introInDent4 span.p[data-v-67aaa341] {
        font-size: 16px;
        color: #ffffff80 !important;
        font-style: normal;
        line-height: 24px
    }

    .PC .showDetail .info4 .introInDent4 span.p[data-v-67aaa341] b {
        color: #4fe11780;
        font-weight: 400;
        padding-right: 4px
    }

    .PC .showDetail .info4 .introInDent4 span.p[data-v-67aaa341] label {
        color: #4fe11780;
        font-weight: 400
    }

    .PC .showDetail .info4 .introInDent4 span.g[data-v-67aaa341] {
        font-size: 16px;
        color: #4fe117 !important;
        line-height: 20px;
        font-style: normal;
        margin: 20px 0
    }

    .PC .timeList[data-v-67aaa341] {
        min-height: 600px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        flex-direction: row;
        margin-top: 100px;
        white-space: nowrap
    }

    .PC .timeList[data-v-67aaa341]::-webkit-scrollbar {
        display: none
    }

    .PC .timeList[data-v-67aaa341] {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-x: auto;
        overflow-y: hidden
    }

    [dir=rtl] .PC .timeList[data-v-67aaa341]::-webkit-scrollbar {
        display: none
    }

    [dir=rtl] .PC .timeList[data-v-67aaa341] {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-x: auto;
        overflow-y: hidden;
        direction: ltr
    }

    .PC .timeList .list[data-v-67aaa341] {
        width: 1040px;
        height: 600px;
        border: 0 solid red;
        margin-left: calc(100% - 1040px) / 2;
        display: grid;
        position: relative;
        grid-template-columns: repeat(5, 212px)
    }

    .PC .timeList .list .tit[data-v-67aaa341] {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 800;
        font-size: 48px
    }

    .PC .timeList .list[data-v-67aaa341]:after {
        background: radial-gradient(0% 48% at 50% 50%, #fff0, #fff0 44%, #ffffff12);
        width: 600px;
        height: 600px;
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        transform: translate(-50%, -50%);
        filter: blur(2.5px);
        transition: .3s ease;
        border-radius: 50%;
        z-index: 1
    }

    .PC .timeList .list.current[data-v-67aaa341]:after {
        background: radial-gradient(0% 48% at 50% 50%, #1d2f0400, #20370100 44%, #2037014f)
    }

    .PC .timeList .list .item[data-v-67aaa341] {
        display: flex;
        flex-direction: column;
        position: relative;
        height: calc(50% - 12px);
        color: #fff;
        z-index: 2
    }

    .PC .timeList .list .item .infos[data-v-67aaa341] {
        display: flex;
        flex-direction: column;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 25px;
        white-space: break-spaces
    }

    .PC .timeList .list .item .infos span[data-v-67aaa341] {
        font-weight: 600;
        font-size: 14px;
        color: #4fe117;
        line-height: 20px
    }

    .PC .timeList .list:nth-child(odd) .item:nth-child(odd) .infos[data-v-67aaa341] {
        padding-bottom: 33px
    }

    .PC .timeList .list:nth-child(odd) .item:nth-child(2n) .infos[data-v-67aaa341] {
        padding-top: 33px
    }

    .PC .timeList .list:nth-child(2n) .item:nth-child(odd) .infos[data-v-67aaa341] {
        padding-top: 33px
    }

    .PC .timeList .list:nth-child(2n) .item:nth-child(2n) .infos[data-v-67aaa341] {
        padding-bottom: 33px
    }

    .PC .timeList .list:nth-child(odd) .item[data-v-67aaa341]:nth-child(odd) {
        justify-content: flex-end
    }

    .PC .timeList .list:nth-child(odd) .item[data-v-67aaa341]:nth-child(2n) {
        align-self: flex-end
    }

    .PC .timeList .list:nth-child(2n) .item[data-v-67aaa341]:nth-child(odd) {
        justify-content: flex-start;
        align-self: flex-end
    }

    .PC .timeList .list:nth-child(2n) .item[data-v-67aaa341]:nth-child(2n) {
        justify-content: flex-end;
        align-self: flex-start
    }

    .PC .timeList .container[data-v-67aaa341] {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto
    }

    .PC .timeList .list:nth-child(odd) .item .line[data-v-67aaa341] {
        position: absolute;
        left: 0;
        bottom: -24px;
        width: 100%
    }

    .PC .timeList .list:nth-child(2n) .item .line[data-v-67aaa341] {
        position: absolute;
        left: 0;
        top: -24px;
        width: 100%
    }

    .PC .timeList .list:first-child .item:first-child .line[data-v-67aaa341]:before {
        position: absolute;
        right: calc(100% + 20px);
        top: 10px;
        width: 780px;
        background: #4fe117;
        content: "";
        height: 2px;
        transform: translateY(-50%);
        pointer-events: none
    }

    .PC .timeList .list .item.yes:nth-child(odd) .line[data-v-67aaa341]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #4fe117;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item.yes:nth-child(2n) .line[data-v-67aaa341]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #4fe117;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item:nth-child(odd) .line[data-v-67aaa341]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #8c8c8d;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item:nth-child(2n) .line[data-v-67aaa341]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #8c8c8d;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item .line .ico[data-v-67aaa341] {
        width: 24px;
        height: 24px;
        background: url("") no-repeat;
        background-size: 100% 100%;
        display: flex
    }

    .PC .timeList .list .item.yes .line .ico[data-v-67aaa341] {
        width: 24px;
        height: 24px;
        background: url("") no-repeat;
        background-size: 100% 100%;
        display: flex
    }

    .PC .timeList .list:nth-child(odd) .item:nth-child(2n) .line[data-v-67aaa341] {
        bottom: unset;
        top: -24px
    }

    .PC .timeList .list:nth-child(2n) .item:nth-child(2n) .line[data-v-67aaa341] {
        top: unset;
        bottom: -24px
    }

    .PC .pcBitnestFooter[data-v-67aaa341] {
        width: 1040px;
        display: flex;
        padding: 20px 0;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 55px 0 100px
    }

    .PC .pcBitnestFooter h2[data-v-67aaa341] {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        padding: 0 20px 20px
    }

    .PC .pcBitnestFooter h2 b[data-v-67aaa341] {
        font-size: 18px
    }

    .PC .pcBitnestFooter p[data-v-67aaa341] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff80;
        line-height: 20px;
        padding: 0 20px
    }

    .pinSpacer[data-v-67aaa341] {
        order: 0;
        place-self: auto;
        grid-area: auto;
        z-index: auto;
        float: none;
        flex-shrink: 1;
        display: block;
        margin: 0;
        inset: auto;
        position: relative;
        flex-basis: auto;
        overflow: visible;
        box-sizing: border-box;
        width: 1168px;
        height: 4017px;
        padding: 0 0 3433px
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-wrapper {
        display: flex;
        transform: translateZ(0)
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide {
        position: relative;
        display: grid;
        grid-template-columns: repeat(5, 216px);
        max-width: 1080px;
        height: 560px
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content:nth-child(odd) {
        justify-content: flex-end
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content {
        display: flex;
        flex-direction: column;
        position: relative;
        height: calc(50% - 12px)
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content .infos {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 40px 24px;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content .infos span {
        color: #fff
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content.current span.ico {
        background: url("") no-repeat;
        background-size: cover;
        width: 24px;
        height: 24px
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content .line {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -24px
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide:nth-child(1) .swiper-slide-content:nth-child(1) .line {
        left: 12px
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide:nth-child(1) .swiper-slide-content:nth-child(1) .line:before {
        width: 780px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: calc(100% + 8px);
        transform: translateY(-50%);
        margin: 0;
        background: #4fe117;
        content: "";
        pointer-events: none
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content .line:before {
        width: 4px;
        height: 2px;
        margin-right: 8px;
        background: #828282;
        content: ""
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content.current .line:before,
    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content.current .line:after {
        background: #4fe117
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content:nth-child(2n) {
        align-self: flex-end
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide-content:nth-child(2n) .line {
        top: -24px;
        bottom: unset
    }

    .PC .timeList .container .swiper-slide-content .line[data-v-67aaa341]:after {
        width: calc(100% - 44px);
        height: 2px;
        margin-left: 8px;
        background: #828282;
        content: ""
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide.current-items:after {
        background: radial-gradient(50% 50% at 50% 50%, #0000, #ed8a001a)
    }

    .PC .timeList .container[data-v-67aaa341] .swiper-slide:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: var(--radius-50);
        background: radial-gradient(50% 50% at 50% 50%, #0000, #ffffff1a);
        filter: blur(2.5px);
        content: "";
        pointer-events: none;
        transition: .3s ease;
        width: 680px;
        height: 680px
    }
}

.page[data-v-67aaa341] {
    background-color: #18191a;
    position: relative
}

.page[data-v-67aaa341]::-webkit-scrollbar {
    display: none
}

.page[data-v-67aaa341] {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.page *[data-v-67aaa341]::-webkit-scrollbar {
    display: none
}

.page *[data-v-67aaa341] {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.H5[data-v-67aaa341]::-webkit-scrollbar {
    display: none
}

.H5[data-v-67aaa341] {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.daoIntro[data-v-67aaa341]::-webkit-scrollbar {
    display: none
}

.daoIntro[data-v-67aaa341] {
    scrollbar-width: none;
    -ms-overflow-style: none
}

[dir=rtl] .page[data-v-67aaa341],
[dir=rtl] .step1 .van-steps[data-v-67aaa341] {
    direction: rtl
}

[dir=rtl] .step1 .van-step__title[data-v-67aaa341] {
    text-align: right
}

[dir=rtl] .step1[data-v-67aaa341]::-webkit-scrollbar {
    display: none
}

[dir=rtl] .step1[data-v-67aaa341] {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.group_1[data-v-67aaa341] {
    height: 24.11vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 100vw 24.35vw;
    width: 100vw;
    position: relative
}

.block_3[data-v-67aaa341] {
    width: 92.31vw;
    height: 4.62vw;
    margin: 3.33vw 0 0 4.1vw
}

.text_83[data-v-67aaa341] {
    width: 13.85vw;
    height: 4.62vw;
    overflow-wrap: break-word;
    color: #000;
    font-size: 3.84vw;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 4.62vw
}

.thumbnail_5[data-v-67aaa341] {
    width: 4.36vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 61.28vw
}

.thumbnail_6[data-v-67aaa341] {
    width: 3.85vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 1.28vw
}

.image_21[data-v-67aaa341] {
    width: 6.42vw;
    height: 3.08vw;
    margin: .76vw 0 0 1.28vw
}

.block_4[data-v-67aaa341] {
    width: 89.24vw;
    height: 7.95vw;
    margin: 5.64vw 0 2.56vw 5.64vw
}

.block_5[data-v-67aaa341] {
    width: 32.57vw;
    height: 7.95vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 32.82vw 7.94vw
}

.text-wrapper_11[data-v-67aaa341] {
    background-color: #000;
    border-radius: 4px;
    height: 6.16vw;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-top: .77vw;
    width: 15.39vw
}

.text_84[data-v-67aaa341] {
    width: 12.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.53vw
}

.block_6[data-v-67aaa341] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 11.29vw
}

.group_5[data-v-67aaa341] {
    height: 66.67vw;
    background: url("02-nD2dJEIp.gif") 100% no-repeat;
    background-size: 100% 100%;
    margin-top: 19.49vw;
    width: 100vw;
    position: relative
}

.text_3[data-v-67aaa341] {
    width: 89.75vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    letter-spacing: -.10000000149011612px;
    text-align: center;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 58.2vw 0 0 5.12vw
}

.box_6[data-v-67aaa341] {
    background: url("") no-repeat;
    background-size: cover;
    position: absolute;
    left: 31.29vw;
    top: 3.77vw;
    width: 35.44vw;
    height: 35.44vw
}

.box_7[data-v-67aaa341] {
    background-image: url("");
    position: absolute;
    left: 24.36vw;
    top: 38.65vw;
    width: 48.29vw;
    height: 23.08vw
}

.text-wrapper_2[data-v-67aaa341] {
    width: 89.75vw;
    height: 88.47vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    justify-content: flex-center;
    margin: 333.58vw 0 0 5.12vw
}

.text_4[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 15.39vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5.12vw 0 0 5.12vw
}

.text_5[data-v-67aaa341] {
    width: 79.49vw;
    height: 41.03vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_6[data-v-67aaa341] {
    width: 79.49vw;
    height: 20.52vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 5.12vw 5.12vw
}

.group_8[data-v-67aaa341] {
    width: 89.75vw;
    height: 154.11vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    justify-content: flex-center;
    margin: 5.12vw 0 0 5.12vw
}

.text_7[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 22.57vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5.12vw 0 0 5.12vw
}

.text-wrapper_3[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    line-height: 5.13vw;
    margin: 5.12vw 0 5.12vw 5.12vw
}

.text_8[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.paragraph_1[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.text_9[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.text_10[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.text_11[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.paragraph_2[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.text_12[data-v-67aaa341] {
    width: 79.49vw;
    height: 132.31vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.group_9[data-v-67aaa341] {
    width: 89.75vw;
    height: 234.11vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    justify-content: flex-center;
    margin: 5.12vw 0 0 5.12vw
}

.text_13[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 24.11vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5.12vw 0 0 5.12vw
}

.text-group_43[data-v-67aaa341] {
    width: 79.49vw;
    height: 25.65vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_14[data-v-67aaa341] {
    width: 79.49vw;
    height: 15.39vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.text_15[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 5.13vw
}

.text-group_44[data-v-67aaa341] {
    width: 79.49vw;
    height: 35.9vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_16[data-v-67aaa341] {
    width: 79.49vw;
    height: 25.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.text_17[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 5.13vw
}

.text_18[data-v-67aaa341] {
    width: 79.49vw;
    height: 41.03vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_19[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_20[data-v-67aaa341] {
    width: 79.49vw;
    height: 25.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_21[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.paragraph_3[data-v-67aaa341] {
    width: 79.49vw;
    height: 43.08vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 5.12vw 5.12vw
}

.text-wrapper_4[data-v-67aaa341] {
    width: 89.75vw;
    height: 211.54vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    justify-content: flex-center;
    margin: 5.12vw 0 0 5.12vw
}

.text_22[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 24.11vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5.12vw 0 0 5.12vw
}

.text_23[data-v-67aaa341] {
    width: 79.49vw;
    height: 30.77vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_24[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_25[data-v-67aaa341] {
    width: 79.49vw;
    height: 25.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_26[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_27[data-v-67aaa341] {
    width: 79.49vw;
    height: 30.77vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_28[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_29[data-v-67aaa341] {
    width: 79.49vw;
    height: 20.52vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_30[data-v-67aaa341] {
    width: 79.49vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_31[data-v-67aaa341] {
    width: 79.49vw;
    height: 20.52vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 5.12vw 5.12vw
}

.text-wrapper_5[data-v-67aaa341] {
    width: 89.75vw;
    height: 47.44vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    justify-content: flex-center;
    margin: 5.12vw 0 0 5.12vw
}

.text_32[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 22.57vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5.12vw 0 0 5.12vw
}

.text_33[data-v-67aaa341] {
    width: 79.49vw;
    height: 25.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 5.12vw 5.12vw
}

.text-wrapper_6[data-v-67aaa341] {
    width: 89.75vw;
    height: 93.59vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    justify-content: flex-center;
    margin: 5.12vw 0 0 5.12vw
}

.text_34[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 30.77vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5.12vw 0 0 5.12vw
}

.text_35[data-v-67aaa341] {
    width: 79.49vw;
    height: 71.8vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 5.12vw 5.12vw
}

.group_10[data-v-67aaa341] {
    position: relative;
    width: 100vw;
    height: 57.7vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%
}

.text_36[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 23.08vw;
    height: 9.75vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 7.69vw;
    font-family: MiSans-Heavy;
    font-weight: 900;
    white-space: nowrap;
    line-height: 9.75vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10.25vw 0 0 5.12vw
}

.image_2[data-v-67aaa341] {
    width: .26vw;
    height: 7.7vw;
    margin: 4.87vw 0 0 13.33vw
}

.image-text_35[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.11vw;
    margin: 2.82vw 0 8.2vw 10.25vw
}

.label_28[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_45[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.11vw
}

.text_37[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_38[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.57vw
}

.image_3[data-v-67aaa341] {
    position: absolute;
    left: 13.34vw;
    top: 44.36vw;
    width: .26vw;
    height: 15.39vw
}

.group_11[data-v-67aaa341] {
    width: 100vw;
    height: 57.7vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin-top: 389.49vw
}

.box_8[data-v-67aaa341] {
    width: 76.42vw;
    height: 15.39vw;
    margin: 4.87vw 0 0 13.33vw
}

.image_4[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw
}

.text_39[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw
}

.box_9[data-v-67aaa341] {
    width: 79.49vw;
    height: 24.36vw;
    margin: 2.82vw 0 10.25vw 10.25vw
}

.image-text_36[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.11vw
}

.label_2[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_46[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.11vw
}

.text_40[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_41[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.57vw
}

.image_5[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: 8.97vw 76.15vw 0 -76.41vw
}

.text-wrapper_7[data-v-67aaa341] {
    width: 89.75vw;
    height: 83.34vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin-left: 5.13vw;
    justify-content: flex-center
}

.text_42[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 9.24vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 5.12vw 0 0 5.12vw
}

.text_43[data-v-67aaa341] {
    width: 79.49vw;
    height: 61.54vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 5.12vw 0 5.12vw 5.12vw
}

.block_7[data-v-67aaa341] {
    width: 100vw;
    height: 29.75vw;
    margin-bottom: .26vw
}

.group_20[data-v-67aaa341] {
    width: 33.08vw;
    height: 9.24vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 33.33vw 9.23vw;
    margin: 7.69vw 0 0 33.58vw
}

.block_8[data-v-67aaa341] {
    position: absolute;
    left: 0;
    top: 1356.42vw;
    width: 100vw;
    height: 389.75vw
}

.image-text_37[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 4.61vw 0 0 10.25vw
}

.label_29[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_47[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_44[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_45[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_6[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_38[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_30[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_48[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_46[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_47[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_7[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_39[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_31[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_49[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_48[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_49[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_8[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_40[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_32[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_50[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_50[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_51[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_9[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_41[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_33[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_51[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_52[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_53[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_10[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_42[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_34[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_52[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_54[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_55[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_11[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_43[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_35[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_53[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_56[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_57[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_12[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_44[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_10[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_54[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_58[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_59[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_13[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_45[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_11[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_55[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_60[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_61[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_14[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_46[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_12[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_56[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_62[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_63[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_15[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_47[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_13[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_57[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_64[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_65[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_16[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_48[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_14[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_58[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_66[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_67[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_17[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_49[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_15[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_59[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_68[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_69[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_18[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.image-text_50[data-v-67aaa341] {
    width: 79.49vw;
    height: 14.36vw;
    margin: 2.56vw 0 0 10.25vw
}

.label_16[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw
}

.text-group_60[data-v-67aaa341] {
    width: 70.26vw;
    height: 14.36vw
}

.text_70[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_71[data-v-67aaa341] {
    width: 70.26vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.58vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: 2.83vw
}

.image_19[data-v-67aaa341] {
    width: .26vw;
    height: 15.39vw;
    margin: -5.12vw 0 0 13.33vw
}

.text_72[data-v-67aaa341] {
    width: 70.26vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 2.56vw 0 1.79vw 19.48vw
}

.label_17[data-v-67aaa341] {
    position: absolute;
    left: 10.26vw;
    top: 385.13vw;
    width: 6.16vw;
    height: 6.16vw
}

.block_9[data-v-67aaa341] {
    position: absolute;
    left: 0;
    top: 110.26vw;
    width: 100vw;
    height: 333.85vw
}

.list_3[data-v-67aaa341] {
    width: 100vw;
    height: 84.11vw;
    margin-top: 23.85vw;
    justify-content: space-between
}

.text-group_19[data-v-67aaa341] {
    width: 100vw;
    height: 25.65vw;
    background-size: 100% 100%;
    margin-bottom: 3.59vw;
    justify-content: center;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 2px solid rgba(151, 151, 151, .2)
}

.text_73[data-v-67aaa341] {
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    text-align: center;
    white-space: nowrap;
    line-height: 5.13vw
}

.text_74[data-v-67aaa341] {
    height: 9.75vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 7.69vw;
    font-family: MiSans-Heavy;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    line-height: 9.75vw;
    font-style: normal;
    -webkit-background-clip: text;
    color: transparent
}

.text-group_61[data-v-67aaa341] {
    width: 89.75vw;
    height: 138.98vw;
    margin: 10.25vw 0 0 5.12vw
}

.text_75[data-v-67aaa341] {
    width: 89.75vw;
    height: 25.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.text_76[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 48.98vw;
    height: 9.75vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 7.69vw;
    font-family: MiSans-Heavy;
    font-weight: 900;
    white-space: nowrap;
    line-height: 9.75vw;
    margin-top: 10.26vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.paragraph_4[data-v-67aaa341] {
    width: 89.75vw;
    height: 88.21vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin-top: 5.13vw
}

.group_15[data-v-67aaa341] {
    background-color: #ffffff1a;
    border-radius: 24px;
    width: 35.9vw;
    height: 13.34vw;
    margin: 5.12vw 0 0 5.12vw
}

.image-text_51[data-v-67aaa341] {
    width: 25.65vw;
    height: 6.42vw;
    margin: 3.58vw 0 0 5.12vw
}

.text-group_21[data-v-67aaa341] {
    width: 18.47vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    text-transform: uppercase;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 6.42vw
}

.label_36[data-v-67aaa341] {
    width: 6.16vw;
    height: 6.16vw;
    margin-top: .26vw
}

.group_16[data-v-67aaa341] {
    width: 100vw;
    height: 47.95vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin-top: 10.26vw
}

.text-group_62[data-v-67aaa341] {
    width: 89.75vw;
    height: 32.31vw;
    margin: 10.25vw 0 0 5.12vw
}

.text_77[data-v-67aaa341] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 15.39vw;
    height: 9.75vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 7.69vw;
    font-family: MiSans-Heavy;
    font-weight: 900;
    white-space: nowrap;
    line-height: 9.75vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_78[data-v-67aaa341] {
    width: 89.75vw;
    height: 17.44vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    line-height: 4.36vw;
    margin-top: 5.13vw
}

.text-wrapper_12[data-v-67aaa341] {
    height: 16.42vw;
    background: url("") -2.31vw -1.03vw no-repeat;
    background-size: 55.89vw 20.25vw;
    width: 52.31vw;
    position: absolute;
    left: 24.36vw;
    top: -2.05vw
}

.text_85[data-v-67aaa341] {
    width: 46.93vw;
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 4.61vw;
    text-transform: uppercase;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 5.12vw 0 0 2.82vw
}

.text_8[data-v-a20afbc7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    text-align: right;
    white-space: nowrap
}

.text_9[data-v-a20afbc7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    text-align: right;
    white-space: nowrap;
    line-height: 25px
}

.text_10[data-v-a20afbc7] {
    display: flex;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    white-space: nowrap
}

.text_11[data-v-a20afbc7] {
    min-width: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

@media screen and (min-width: 750px) {
    .pcPool[data-v-615cb53a] {
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .pcPoolHead[data-v-615cb53a] {
        width: 100%;
        height: 672px;
        background: url("02-nD2dJEIp.gif") no-repeat;
        background-size: cover;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .pcPool .topLogo[data-v-615cb53a] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .pcPool .topLogo img[data-v-615cb53a] {
        width: 213px;
        height: 77px
    }

    .pcPool .topLogo span[data-v-615cb53a] {
        margin: 0 15px;
        color: #4fe117;
        border: 1px solid #4FE117;
        font-size: 18px;
        border-radius: 10px;
        padding: 0 8px;
        height: 38px;
        line-height: 38px
    }

    .pcPool .poolNow[data-v-615cb53a] {
        width: 500px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        margin-top: 30px;
        position: relative
    }

    .pcPool .poolBox[data-v-615cb53a] {
        padding: 20px 20px 10px
    }

    .pcPool .text-group_71[data-v-615cb53a] {
        align-items: center
    }

    .pcPool .poolTit[data-v-615cb53a] {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600
    }

    .pcPool .text_6[data-v-615cb53a] {
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 33px
    }

    .pcPool .text_7[data-v-615cb53a] {
        width: 7.18vw;
        height: 5.13vw;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        white-space: nowrap;
        line-height: 5.13vw;
        margin: 14.1vw 0 0 39.48vw
    }

    .pcPool .text_8[data-v-615cb53a] {
        overflow-wrap: break-word;
        color: #fff;
        font-size: 14px;
        white-space: nowrap
    }

    .pcPool .text_8 label[data-v-615cb53a] {
        color: #ffffff80
    }

    .pcPool .box_3[data-v-615cb53a] {
        background-color: #ffffff1a;
        border: 2px solid #48484A;
        border-radius: 10px;
        margin: 0 20px;
        height: 60px;
        align-items: center;
        overflow: hidden
    }

    .pcPool .text_9[data-v-615cb53a] {
        overflow-wrap: break-word;
        color: #fff;
        font-weight: 600;
        white-space: nowrap;
        display: flex;
        align-items: center;
        margin: 0 12px;
        line-height: 100%;
        width: 80%;
        height: 60px
    }

    .text-wrapper_2[data-v-615cb53a] {
        cursor: pointer;
        background-color: #fff;
        border-radius: 10px;
        padding: 0 12px;
        height: 36px;
        margin: 0 12px;
        font-weight: 600;
        font-size: 16px;
        color: #18191a;
        text-align: center;
        font-style: normal;
        line-height: 36px;
        flex-shrink: 0
    }

    .pcPool .nameLists[data-v-615cb53a] {
        position: absolute;
        left: 530px;
        top: 0;
        display: flex;
        flex-direction: column
    }

    .pcPool .nameList[data-v-615cb53a] {
        cursor: pointer;
        height: 52px;
        margin: 0 0 20px;
        border-radius: 24px;
        border: 12px solid transparent;
        overflow: hidden;
        border: solid 2px transparent;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 310px
    }

    .pcPool .nameList span[data-v-615cb53a] {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s linear
    }

    .pcPool .nameList[data-v-615cb53a]:hover {
        transform: scale(1.05);
        transition: all .5s linear
    }

    .text_10[data-v-615cb53a] {
        overflow-wrap: break-word;
        color: #18191a;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        line-height: 9.42vw
    }

    .text_11[data-v-615cb53a] {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 25px;
        padding: 20px 20px 0
    }

    .box_90[data-v-615cb53a] {
        margin: 10px 20px 0
    }

    .box_90 .active[data-v-615cb53a] {
        border: 2px solid;
        border: solid 2px transparent;
        border-radius: 24px;
        background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        color: #18191a !important
    }

    .text-wrapper_125[data-v-615cb53a] {
        border-radius: 24px;
        height: 12.83vw;
        border: 2px solid #8C8C8D;
        width: 20.52vw
    }

    .text_141[data-v-615cb53a] {
        width: 13.34vw;
        height: 5.65vw;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 4.1vw;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        line-height: 5.65vw;
        margin: 3.58vw 0 0 3.58vw
    }

    .text-wrapper_126[data-v-615cb53a] {
        border-radius: 24px;
        height: 12.83vw;
        border: 2px solid rgba(255, 255, 255, .5);
        margin-left: 2.57vw;
        width: 20.52vw
    }

    .text_142[data-v-615cb53a] {
        width: 13.34vw;
        height: 5.65vw;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 4.1vw;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        line-height: 5.65vw;
        margin: 3.58vw 0 0 3.58vw
    }

    .text-wrapper_127[data-v-615cb53a] {
        border-radius: 24px;
        height: 12.83vw;
        border: 2px solid rgba(255, 255, 255, .5);
        margin-left: 2.57vw;
        width: 20.52vw
    }

    .pcPool .sdays[data-v-615cb53a] {
        border-radius: 24px;
        border: 2px solid rgba(255, 255, 255, .5);
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22%;
        height: 50px
    }

    .pcPool .sdays[data-v-615cb53a]:hover {
        border: 2px solid;
        border: solid 2px transparent;
        border-radius: 24px;
        background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        color: #18191a !important;
        transform: scale(1.05);
        transition: all .5s linear
    }

    .text_144[data-v-615cb53a] {
        width: 13.34vw;
        height: 5.65vw;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 4.1vw;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        line-height: 5.65vw;
        margin: 3.58vw 0 0 3.58vw
    }

    .text-wrapper_129[data-v-615cb53a] {
        padding: 0 20px;
        margin-top: 20px
    }

    .text_16[data-v-615cb53a],
    .text_17[data-v-615cb53a] {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 25px
    }

    .text-wrapper_130[data-v-615cb53a] {
        cursor: pointer;
        height: 60px;
        margin: 20px;
        background: linear-gradient(270deg, #a3ff7f, #64f7e0);
        box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
        border-radius: 30px;
        -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
        border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
        opacity: 1;
        border: none;
        font-weight: 600;
        font-size: 18px;
        color: #18191a;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .text-wrapper_130.dis[data-v-615cb53a] {
        opacity: .5
    }

    .pcPool .pcMyOrder[data-v-615cb53a] {
        width: 100%;
        min-height: 377px;
        position: relative
    }

    .pcPool .pcMyOrder[data-v-615cb53a]:before {
        width: 100%;
        height: 187px;
        background: radial-gradient(343% 39% at 50% 0%, #1d2c07, #18191a);
        content: "";
        position: absolute;
        top: 0;
        left: 0
    }

    .pcPool .names[data-v-615cb53a] {
        position: relative;
        text-align: center;
        width: 100%;
        padding-top: 100px
    }

    .pcPool .names b[data-v-615cb53a] {
        font-size: 48px
    }

    .pcPool .pcMyOrder .list[data-v-615cb53a] {
        display: flex;
        flex-direction: row;
        position: relative;
        margin: 48px auto;
        justify-content: space-between;
        align-items: flex-start;
        width: 1200px;
        flex-wrap: wrap
    }

    .pcPool .pcMyOrder .list .li[data-v-615cb53a] {
        width: 390px;
        min-height: 135px;
        padding: 20px 0;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 15px;
        margin-bottom: 20px
    }

    .pcPool .pcMyOrder .list .li[data-v-615cb53a]:nth-child(3n) {
        margin-right: 0
    }

    .pcPool .pcMyOrder .list .li .l[data-v-615cb53a] {
        display: flex;
        justify-content: space-between;
        padding: 0 20px
    }

    .pcPool .pcMyOrder .list .li .l[data-v-615cb53a]:nth-child(2n) {
        margin: 10px 0
    }

    .pcPool .pcMyOrder .list .li .l h2[data-v-615cb53a] {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff80
    }

    .pcPool .pcMyOrder .list .li .l h3[data-v-615cb53a] {
        font-weight: 600;
        font-size: 18px;
        color: #fff
    }

    .myFri[data-v-615cb53a] {
        background: url("pc_c_bg@3x-B_MBUMP4.png") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 1534px
    }

    .myFri .tlist[data-v-615cb53a] {
        width: 897px;
        display: flex;
        justify-content: space-between;
        margin: 60px auto;
        position: relative
    }

    .myFri .tlist[data-v-615cb53a]:before {
        position: absolute;
        width: 1px;
        height: 143px;
        background: #ffffff80;
        left: 50%;
        top: 7px;
        content: ""
    }

    .myFri .tlist .tlists[data-v-615cb53a] {
        display: flex;
        flex-direction: column;
        width: 40%
    }

    .myFri .tlist .tli[data-v-615cb53a] {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px
    }

    .myFri .tlist .tli h2[data-v-615cb53a] {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff80
    }

    .myFri .tlist .tli span[data-v-615cb53a] {
        font-weight: 600;
        font-size: 18px;
        color: #15e3c4
    }

    .myFri .tlist .tli span.e[data-v-615cb53a] {
        color: #fff
    }

    .myFri .teamAndPer[data-v-615cb53a] {
        display: flex;
        justify-content: space-between;
        width: 1040px;
        margin: 0 auto
    }

    .myFri .teamAndPer .teamLi[data-v-615cb53a] {
        display: flex;
        flex-direction: column;
        width: calc(50% - 40px)
    }

    .myFri .teamAndPer .teamLi .nam[data-v-615cb53a] {
        font-weight: 600;
        font-size: 48px;
        color: #fff;
        text-align: center
    }

    .myFri .teamAndPer .teamLi .tma[data-v-615cb53a] {
        display: flex;
        flex-direction: column;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        align-items: center;
        height: 260px;
        margin-top: 48px;
        justify-content: center
    }

    .myFri .teamAndPer .teamLi .toCenter[data-v-615cb53a] {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .myFri .sameTit[data-v-615cb53a] {
        width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 100px
    }

    .myFri .sameTit h2[data-v-615cb53a],
    .myFri .sameTit h2 b[data-v-615cb53a] {
        font-weight: 800;
        font-size: 48px
    }

    .myFri .sameTit p[data-v-615cb53a] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff80;
        padding-top: 40px;
        padding-bottom: 60px
    }

    .myFri .sameTit .loopGif[data-v-615cb53a] {
        width: 305px;
        height: 395px;
        margin: 0 auto
    }

    .pcPoolFaq[data-v-615cb53a] {
        position: relative;
        width: 1040px;
        min-height: 555px;
        margin: 0 auto
    }

    .pcPoolFaq .titt[data-v-615cb53a] {
        padding-bottom: 60px;
        padding-top: 16px;
        text-align: center
    }

    .pcPoolFaq .titt b[data-v-615cb53a] {
        font-weight: 800;
        font-size: 48px
    }

    .pcPoolFaq .li[data-v-615cb53a] {
        padding-bottom: 20px
    }
}

.page[data-v-615cb53a] {
    background-color: #18191a;
    position: relative;
    width: 100%;
    overflow: hidden
}

.text-wrapper_128[data-v-615cb53a] {
    height: 50px;
    text-align: center
}

.box_71[data-v-615cb53a] {
    width: 100%;
    height: 390px;
    margin-top: 60px;
    position: relative
}

.boxLoopVideo[data-v-615cb53a] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 390px;
    width: 100%;
    overflow: hidden;
    background: url("animation-cPTDWzld_1-K9NTpCSI.gif") no-repeat;
    background-size: cover
}

.box_71 .Lvideo[data-v-615cb53a] {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 390px;
    transform: translate(-50%, -50%);
    z-index: 1
}

.box_71 .img[data-v-615cb53a] {
    width: 213px;
    height: 77px;
    background: url("logo1-000FrY_l.svg") no-repeat;
    background-size: cover;
    margin: 0
}

.block_1[data-v-615cb53a] {
    height: 24.11vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 100vw 24.35vw;
    width: 100%;
    position: relative
}

.box_85[data-v-615cb53a] {
    width: 92.31vw;
    height: 4.62vw;
    margin: 3.33vw 0 0 4.1vw
}

.text_140[data-v-615cb53a] {
    width: 13.85vw;
    height: 4.62vw;
    overflow-wrap: break-word;
    color: #000;
    font-size: 3.84vw;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap;
    line-height: 4.62vw
}

.thumbnail_30[data-v-615cb53a] {
    width: 4.36vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 61.28vw
}

.thumbnail_31[data-v-615cb53a] {
    width: 3.85vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 1.28vw
}

.image_38[data-v-615cb53a] {
    width: 6.42vw;
    height: 3.08vw;
    margin: .76vw 0 0 1.28vw
}

.box_87[data-v-615cb53a] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 11.29vw
}

.block_20[data-v-615cb53a] {
    width: 83.34vw;
    height: 19.75vw;
    margin: 11.79vw 0 7.69vw 3.33vw
}

.box_88[data-v-615cb53a] {
    width: 53.59vw;
    height: 14.88vw;
    background: url("") no-repeat;
    background-size: contain;
    margin: 2.56vw 0 0 .51vw
}

.text-wrapper_57[data-v-615cb53a] {
    border-radius: 10px;
    height: 9.75vw;
    margin: 5.12vw 0 0 2.05vw
}

.text_93[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    margin-top: 2.3vw;
    border: 1px solid rgba(79, 225, 23, 1);
    padding: 0 14px;
    box-shadow: 0 0 10px #4fe1174d;
    border-radius: 10px
}

.block_7[data-v-615cb53a] {
    width: 100%;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    margin-top: 30px
}

.box_89[data-v-615cb53a] {
    padding: 20px 20px 10px
}

.text-group_71[data-v-615cb53a] {
    align-items: center
}

.text_5[data-v-615cb53a] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    margin-bottom: 20px;
    overflow-wrap: break-word;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 33px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_6[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 33px
}

.text_7[data-v-615cb53a] {
    width: 7.18vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    line-height: 5.13vw;
    margin: 14.1vw 0 0 39.48vw
}

.text_8[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    white-space: nowrap
}

.box_3[data-v-615cb53a] {
    background-color: #ffffff1a;
    border: 2px solid #48484A;
    border-radius: 10px;
    margin: 0 20px;
    height: 60px;
    align-items: center;
    overflow: hidden
}

.text_9[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 0 12px;
    line-height: 100%
}

.text-wrapper_2[data-v-615cb53a] {
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 12px;
    height: 36px;
    margin: 0 12px;
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    text-align: center;
    font-style: normal;
    line-height: 36px;
    flex-shrink: 0
}

.text_10[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 9.42vw
}

.text_11[data-v-615cb53a] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    padding: 20px 20px 0
}

.box_90[data-v-615cb53a] {
    margin: 10px 20px 0
}

.box_90 .active[data-v-615cb53a] {
    border: 2px solid;
    border: solid 2px transparent;
    border-radius: 24px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #4fe117, #15e3c4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: #18191a
}

.text-wrapper_125[data-v-615cb53a] {
    border-radius: 24px;
    height: 12.83vw;
    border: 2px solid #8C8C8D;
    width: 20.52vw
}

.text_141[data-v-615cb53a] {
    width: 13.34vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 3.58vw 0 0 3.58vw
}

.text-wrapper_126[data-v-615cb53a] {
    border-radius: 24px;
    height: 12.83vw;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-left: 2.57vw;
    width: 20.52vw
}

.text_142[data-v-615cb53a] {
    width: 13.34vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 3.58vw 0 0 3.58vw
}

.text-wrapper_127[data-v-615cb53a] {
    border-radius: 24px;
    height: 12.83vw;
    border: 2px solid rgba(255, 255, 255, .5);
    margin-left: 2.57vw;
    width: 20.52vw
}

.text_143[data-v-615cb53a] {
    width: 13.34vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 3.58vw 0 0 3.58vw
}

.text-wrapper_128[data-v-615cb53a] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5);
    width: 23%;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_128[data-v-615cb53a] {
    height: 50px
}

@media screen and (min-width: 750px) {
    .text-wrapper_128[data-v-615cb53a] {
        width: 22%;
        height: 34px
    }
}

.text_144[data-v-615cb53a] {
    width: 13.34vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 3.58vw 0 0 3.58vw
}

.text-wrapper_129[data-v-615cb53a] {
    padding: 0 20px;
    margin-top: 20px
}

.text_16[data-v-615cb53a],
.text_17[data-v-615cb53a] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px
}

.text-wrapper_130[data-v-615cb53a] {
    cursor: pointer;
    height: 60px;
    margin: 20px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    border: none;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_130.dis[data-v-615cb53a] {
    opacity: .5
}

.text_145[data-v-615cb53a] {
    width: 82.06vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 25px;
    margin: 5.12vw 0 0 4.35vw
}

.group_48[data-v-615cb53a] {
    width: 100%
}

.text_19[data-v-615cb53a] {
    margin: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 33px
}

.text-wrapper_131[data-v-615cb53a] {
    background-color: #ffffff1a;
    border-radius: 4px;
    height: 6.16vw;
    margin-top: 1.29vw;
    width: 15.39vw
}

.text_146[data-v-615cb53a] {
    width: 12.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.53vw
}

.text-wrapper_132[data-v-615cb53a] {
    width: 89.49vw;
    margin: 5.12vw 0 0 5.12vw
}

.text_21[data-v-615cb53a] {
    width: 18.47vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px
}

.text_22[data-v-615cb53a] {
    width: 8.72vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 25px
}

.text-wrapper_133[data-v-615cb53a] {
    width: 89.75vw;
    margin: 2.56vw 0 0 5.12vw
}

.text_23[data-v-615cb53a] {
    width: 21.29vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px
}

.text_24[data-v-615cb53a] {
    width: 17.18vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 25px
}

.group_48 .poolOrderLi[data-v-615cb53a] {
    border-bottom: 1px solid #48484A;
    padding-bottom: 20px;
    margin: 0 20px 20px
}

.group_48 .poolOrderLi.notLine[data-v-615cb53a] {
    border-bottom: none
}

.text_25[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_26[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px
}

.text_27[data-v-615cb53a] {
    width: 3.34vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_28[data-v-615cb53a] {
    width: 4.88vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_29[data-v-615cb53a] {
    width: 3.59vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_30[data-v-615cb53a] {
    width: 4.88vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_31[data-v-615cb53a] {
    width: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_32[data-v-615cb53a] {
    width: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_33[data-v-615cb53a] {
    width: 3.08vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.image_4[data-v-615cb53a] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 0 5.12vw
}

.group_50[data-v-615cb53a] {
    width: 89.75vw;
    height: 24.36vw;
    margin: 4.87vw 0 0 5.12vw
}

.text-group_72[data-v-615cb53a] {
    width: 21.29vw;
    height: 24.36vw
}

.text_34[data-v-615cb53a] {
    width: 18.47vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px
}

.text_35[data-v-615cb53a] {
    width: 21.29vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-top: 2.57vw
}

.text_36[data-v-615cb53a] {
    width: 9.24vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-top: 2.57vw
}

.text_37[data-v-615cb53a] {
    width: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin: 17.94vw 0 0 25.89vw
}

.text_38[data-v-615cb53a] {
    width: 3.34vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin: 17.94vw 0 0 1.02vw
}

.text_39[data-v-615cb53a] {
    width: 4.88vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin: 17.94vw 0 0 1.02vw
}

.text_40[data-v-615cb53a] {
    width: 3.59vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin: 17.94vw 0 0 1.02vw
}

.section_19[data-v-615cb53a] {
    width: 21.03vw;
    height: 24.36vw;
    margin-left: 1.03vw
}

.text_41[data-v-615cb53a] {
    width: 8.72vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 12.06vw
}

.text_42[data-v-615cb53a] {
    width: 17.18vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 25px;
    margin: 2.56vw 0 0 3.84vw
}

.text-wrapper_135[data-v-615cb53a] {
    width: 21.03vw;
    margin-top: 2.57vw
}

.text_43[data-v-615cb53a] {
    width: 4.88vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px
}

.text_44[data-v-615cb53a] {
    width: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_45[data-v-615cb53a] {
    width: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.text_46[data-v-615cb53a] {
    width: 3.08vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-left: 1.03vw
}

.group_51[data-v-615cb53a] {
    padding: 0 20px
}

.text-group_73[data-v-615cb53a] {
    margin-bottom: 30px
}

.text_47[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 33px
}

.paragraph_1[data-v-615cb53a] {
    height: 40.26vw;
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 18px;
    font-weight: 600;
    line-height: 8.42vw;
    margin-top: 5.13vw
}

.text-wrapper_14[data-v-615cb53a] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.text-wrapper_14 h2[data-v-615cb53a] {
    color: #ffffff80;
    font-weight: 600;
    font-size: 18px
}

.text-wrapper_14 span[data-v-615cb53a] {
    color: #15e3c4;
    font-size: 18px
}

.text-wrapper_14 span.e[data-v-615cb53a] {
    color: #fff
}

.paragraph_2[data-v-615cb53a] {
    width: 5.65vw;
    height: 40.26vw;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px
}

.paragraph_3[data-v-615cb53a] {
    width: 5.65vw;
    height: 40.26vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px
}

.group_52[data-v-615cb53a] {
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 20px
}

.text-wrapper_136[data-v-615cb53a] {
    border-radius: 24px;
    height: 50px;
    border: 2px solid #8C8C8D;
    width: calc(50% - 5px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

.text-wrapper_136.active[data-v-615cb53a] {
    border: 2px solid;
    border: solid 2px transparent;
    border-radius: 24px;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(135deg, #4fe117, #15e3c4);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.text_147[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 22px
}

.text-wrapper_137[data-v-615cb53a] {
    border-radius: 24px;
    height: 12.83vw;
    border: 2px solid rgba(255, 255, 255, .5);
    width: 43.59vw
}

.block_9[data-v-615cb53a] {
    justify-content: center;
    margin: 0 20px;
    height: 260px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    align-items: center
}

.toCenter[data-v-615cb53a] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-text_77[data-v-615cb53a] {
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center
}

.group_7[data-v-615cb53a] {
    border-radius: 50%;
    height: 60px;
    display: grid;
    justify-content: flex-end;
    text-align: right;
    padding: 0 10px
}

.group_53[data-v-615cb53a] {
    background: url("") no-repeat;
    height: 100%;
    background-size: cover
}

.text-group_74[data-v-615cb53a] {
    display: flex;
    flex-direction: column;
    padding-left: 10px
}

.text_50[data-v-615cb53a] {
    line-height: 33px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap
}

.text_51[data-v-615cb53a] {
    font-weight: 400;
    font-size: 16px;
    color: #939394;
    line-height: 20px
}

.image-text_78[data-v-615cb53a] {
    width: 51.29vw;
    height: 15.39vw;
    margin: 5.12vw 0 0 19.23vw
}

.image_5[data-v-615cb53a] {
    width: 60px
}

.text-group_75[data-v-615cb53a] {
    width: 30.77vw;
    height: 14.11vw;
    margin-top: .77vw
}

.text_52[data-v-615cb53a] {
    width: 30.77vw;
    height: 8.47vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 6.15vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 8.47vw
}

.text_53[data-v-615cb53a] {
    width: 14.36vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: .52vw
}

.image-text_79[data-v-615cb53a] {
    width: 49.24vw;
    height: 15.39vw;
    margin: 5.12vw 0 5.12vw 19.23vw
}

.image_6[data-v-615cb53a] {
    width: 15.39vw;
    height: 15.39vw
}

.text-group_76[data-v-615cb53a] {
    width: 28.72vw;
    height: 14.11vw;
    margin-top: .77vw
}

.text_54[data-v-615cb53a] {
    width: 28.72vw;
    height: 8.47vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 6.15vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 8.47vw
}

.text_55[data-v-615cb53a] {
    width: 10.77vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-top: .52vw
}

.group_54[data-v-615cb53a] {
    width: 100%
}

.box_91[data-v-615cb53a] {
    padding: 0 20px;
    margin-top: 50px
}

.text_56[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 33px
}

.text_57[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #8c8c8d;
    font-size: 16px;
    line-height: 20px
}

.group_55[data-v-615cb53a] {
    position: relative;
    margin-bottom: 40px;
    padding: 0 20px
}

.group_55 .li[data-v-615cb53a] {
    padding-bottom: 20px
}

.image-text_80[data-v-615cb53a] {
    width: 90.26vw;
    height: 8.21vw;
    margin: 7.17vw 0 0 4.61vw
}

.text-group_9[data-v-615cb53a] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-top: 1.29vw
}

.label_46[data-v-615cb53a] {
    width: 8.21vw;
    height: 8.21vw
}

.image-wrapper_2[data-v-615cb53a] {
    position: relative;
    width: 25.9vw;
    height: 41.29vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: -.25vw 0 0 7.69vw;
    z-index: 1
}

.image_7[data-v-615cb53a] {
    position: absolute;
    left: -2.56vw;
    top: 5.13vw;
    width: 89.75vw;
    height: .26vw
}

.image_8[data-v-615cb53a] {
    position: absolute;
    left: -2.56vw;
    top: 23.59vw;
    width: 89.75vw;
    height: .26vw
}

.label_47[data-v-615cb53a] {
    width: 8.21vw;
    height: 8.21vw;
    margin: -30.76vw 0 0 86.66vw
}

.text_58[data-v-615cb53a] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: -7.43vw 0 0 4.61vw;
    z-index: 2
}

.label_48[data-v-615cb53a] {
    width: 8.21vw;
    height: 8.21vw;
    margin: 12.05vw 0 0 86.66vw
}

.image-wrapper_3[data-v-615cb53a] {
    position: relative;
    width: 25.9vw;
    height: 41.29vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: -7.43vw 0 0 59.74vw;
    z-index: 1
}

.image_9[data-v-615cb53a] {
    position: absolute;
    left: -54.61vw;
    top: 12.31vw;
    width: 89.75vw;
    height: .26vw
}

.image_10[data-v-615cb53a] {
    position: absolute;
    left: -54.61vw;
    top: 30.77vw;
    width: 89.75vw;
    height: .26vw
}

.label_49[data-v-615cb53a] {
    width: 8.21vw;
    height: 8.21vw;
    margin: -23.58vw 0 0 86.66vw
}

.text_59[data-v-615cb53a] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: -6.92vw 0 0 4.61vw
}

.text_60[data-v-615cb53a] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 10.76vw 0 0 4.61vw
}

.label_50[data-v-615cb53a] {
    width: 8.21vw;
    height: 8.21vw;
    margin: -4.87vw 0 0 86.66vw
}

.image_11[data-v-615cb53a] {
    width: 89.75vw;
    height: .26vw;
    margin: 4.87vw 0 13.33vw 5.12vw
}

.text_61[data-v-615cb53a] {
    position: absolute;
    left: 4.62vw;
    top: 44.36vw;
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    z-index: 2
}

.block_12[data-v-615cb53a] {
    background-color: #242526;
    width: 100%;
    height: 83.85vw;
    margin-top: -.25vw
}

.box_92[data-v-615cb53a] {
    width: 89.75vw;
    height: 14.36vw;
    margin: 9.23vw 0 0 5.64vw
}

.image-text_81[data-v-615cb53a] {
    width: 33.08vw;
    height: 14.36vw
}

.box_93[data-v-615cb53a] {
    width: 33.08vw;
    height: 9.24vw;
    background: url("") 0vw -.26vw no-repeat;
    background-size: 33.33vw 9.48vw
}

.text-group_10[data-v-615cb53a] {
    width: 12.31vw;
    height: 3.59vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 3.59vw;
    margin: 1.53vw 0 0 10.51vw
}

.block_13[data-v-615cb53a] {
    border-radius: 8px;
    width: 25.39vw;
    height: 8.21vw;
    border: 1px solid rgba(255, 255, 255, .15);
    margin-top: .52vw
}

.image-text_82[data-v-615cb53a] {
    width: 18.98vw;
    height: 4.88vw;
    margin: 1.53vw 0 0 3.33vw
}

.thumbnail_32[data-v-615cb53a] {
    width: 4.62vw;
    height: 4.62vw
}

.text-group_11[data-v-615cb53a] {
    width: 12.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin-top: .52vw
}

.list_10[data-v-615cb53a] {
    width: 44.62vw;
    height: 28.72vw;
    justify-content: space-between;
    margin: 5.64vw 0 0 27.69vw
}

.image-text_83[data-v-615cb53a] {
    width: 15.9vw;
    height: 28.72vw;
    margin-right: 12.83vw
}

.image_12[data-v-615cb53a] {
    width: 15.9vw;
    height: 15.9vw
}

.text-group_12[data-v-615cb53a] {
    width: 13.59vw;
    height: 9.24vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    line-height: 3.59vw;
    margin: 3.58vw 0 0 1.02vw
}

.text_62[data-v-615cb53a] {
    width: 61.54vw;
    height: 6.16vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    line-height: 6.16vw;
    margin: 9.23vw 0 10.51vw 19.23vw
}

.text_63[data-v-615cb53a] {
    margin-top: 30px;
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.image_13[data-v-615cb53a] {
    position: absolute;
    left: 39.49vw;
    top: -11.79vw;
    width: 51.29vw;
    height: 66.42vw
}

.group_56[data-v-615cb53a] {
    margin-top: -220px;
    position: relative;
    z-index: 12
}

.text-wrapper_85[data-v-615cb53a] {
    cursor: pointer;
    height: 52px;
    margin: 0 40px 10px;
    border-radius: 24px;
    border: 12px solid transparent;
    overflow: hidden;
    border: solid 2px transparent;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_85 span[data-v-615cb53a] {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center
}

.text_112[data-v-615cb53a] {
    width: 16.42vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 3.84vw 0 0 31.53vw
}

.box_60[data-v-615cb53a] {
    background-color: #ffffff1a;
    border-radius: 24px;
    height: 52px;
    margin: 0 40px;
    align-items: center;
    cursor: pointer;
    justify-content: center
}

.image-text_84[data-v-615cb53a] {
    display: flex;
    align-items: center
}

.text-group_49[data-v-615cb53a] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.thumbnail_20[data-v-615cb53a] {
    width: 9px;
    height: 12px;
    margin: 0 10px
}

.text-wrapper_71[data-v-615cb53a] {
    border-radius: 24px;
    height: 13.34vw;
    border: 2px solid;
    width: 79.49vw
}

.text_103[data-v-615cb53a] {
    width: 16.42vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 3.84vw 0 0 31.53vw
}

.group_55[data-v-615cb53a] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.group_55[data-v-615cb53a] .van-cell:after {
    border-bottom: none
}

.group_55[data-v-615cb53a] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-615cb53a]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.group_55 .li p[data-v-615cb53a] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.group_55 .li.two[data-v-615cb53a] {
    padding-left: 20px
}

.group_55[data-v-615cb53a] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.group_55[data-v-615cb53a] .van-cell__left-icon,
.van-cell__right-icon[data-v-615cb53a] {
    height: auto
}

.group_55[data-v-615cb53a] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.group_55[data-v-615cb53a] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(180deg);
    transition: transform .5s
}

.borderInput input[data-v-615cb53a] {
    color: #4fe117
}

.box_3 input[data-v-615cb53a] {
    background: none;
    border: none;
    outline: none;
    width: 80%;
    font-size: 18px;
    font-weight: 600;
    height: 60px
}

.group_55 .why0[data-v-615cb53a] {
    position: absolute;
    width: 100px;
    height: 160px;
    left: 40px;
    top: 40px;
    opacity: .5
}

.group_55 .why1[data-v-615cb53a] {
    position: absolute;
    width: 100px;
    height: 160px;
    right: 40px;
    top: 140px;
    opacity: .5
}

.image_Postive[data-v-615cb53a] {
    position: fixed;
    left: 66666px;
    top: 66666px;
    width: 10px;
    height: 10px
}

.cancel-popup[data-v-615cb53a] {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 20px 0;
    max-width: 500px;
    width: 500px;
    margin: 0 auto
}

.cancel-popup-header[data-v-615cb53a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.cancel-popup-header h3[data-v-615cb53a] {
    color: #4fe117;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px
}

.cancel-popup-header .van-icon[data-v-615cb53a] {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px
}

.cancel-popup-content[data-v-615cb53a] {
    padding: 20px
}

.cancel-popup-content p[data-v-615cb53a] {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-align: center
}

.cancel-popup-footer[data-v-615cb53a] {
    display: flex;
    gap: 10px;
    padding: 20px 20px 0
}

.cancel-popup-footer .confirm-btn[data-v-615cb53a] {
    flex: 1;
    background: #4fe117;
    border: none;
    color: #18191a;
    font-weight: 700;
    height: 40px;
    border-radius: 10px;
    font-size: 12px !important
}

.cancel-popup-footer .cancel-btn[data-v-615cb53a] {
    flex: 1;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #ffffff80;
    height: 40px;
    border-radius: 10px;
    font-size: 12px !important
}

.paidui[data-v-615cb53a] {
    border: .5px solid rgba(255, 255, 255, .5);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    color: #4fe117;
    padding: 0 10px;
    cursor: pointer
}

.showshow[data-v-615cb53a] {
    width: 300px;
    min-height: -moz-fit-content;
    min-height: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -150px
}

.showshow .btnGo[data-v-615cb53a] {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 0 12px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

.showshow .btnGo .textComfirm[data-v-615cb53a] {
    height: 40px;
    margin: 0;
    padding: 0 20px
}

.showshow .closeIcon[data-v-615cb53a] {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 24px;
    height: 24px
}

.showshow .msg[data-v-615cb53a] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-style: normal
}

.tobtn[data-v-615cb53a] {
    color: #4fe117;
    font-family: Inter;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: #ffffff1a;
    padding: 1px 5px;
    margin-bottom: 20px;
    cursor: pointer
}

.page[data-v-0cad8aa7] {
    background-color: #18191a;
    position: relative;
    width: 100%;
    padding-top: 80px
}

.group_1[data-v-0cad8aa7] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.group_2[data-v-0cad8aa7] {
    width: 360px;
    margin: 13px 0 0 16px
}

.text_1[data-v-0cad8aa7] {
    width: 54px;
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.thumbnail_1[data-v-0cad8aa7] {
    width: 17px;
    margin: 4px 0 0 239px
}

.thumbnail_2[data-v-0cad8aa7] {
    width: 15px;
    margin: 4px 0 0 5px
}

.image_1[data-v-0cad8aa7] {
    width: 25px;
    margin: 3px 0 0 5px
}

.group_3[data-v-0cad8aa7] {
    width: 348px;
    margin: 23px 0 10px 22px
}

.image_2[data-v-0cad8aa7] {
    width: 21px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-0cad8aa7] {
    width: 84px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    margin: 6px 0 0 72px
}

.box_1[data-v-0cad8aa7] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 2px 0 0 7px
}

.box_2[data-v-0cad8aa7] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px;
    margin: 9px 0 0 7px
}

.text_3[data-v-0cad8aa7] {
    width: 45px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    margin: 3px 6px 0 5px
}

.image-wrapper_1[data-v-0cad8aa7] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px;
    width: 40px
}

.image_3[data-v-0cad8aa7] {
    width: 27px;
    margin: 10px 0 0 7px
}

.text_4[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 900;
    margin: 20px 20px 0
}

.text_5[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 20px 0
}

.image-text_1[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_img[data-v-0cad8aa7] {
    width: 14px;
    height: 10px;
    margin-top: 5px;
    margin-right: 4px
}

.text-group_1[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_2[data-v-0cad8aa7] {
    margin: 0 20px
}

.thumbnail_4[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_2[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_3[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_5[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_3[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_4[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_6[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_4[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_5[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_4[data-v-0cad8aa7] {
    width: 54px;
    height: 66px;
    flex: 0 0 54px
}

.text-group_5[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    line-height: 20px;
    margin-left: 18px;
    flex: 1
}

.text_7[data-v-0cad8aa7] {
    padding-bottom: 10px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    line-height: 20px
}

.paragraph_1[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.image-text_6[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_5[data-v-0cad8aa7] {
    height: 66px;
    width: 50px
}

.text-group_6[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_8[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    line-height: 20px
}

.paragraph_2[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_7[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_6[data-v-0cad8aa7] {
    width: 50px
}

.text-group_7[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_9[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    line-height: 20px
}

.paragraph_3[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_8[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_7[data-v-0cad8aa7] {
    width: 50px
}

.text-group_8[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_10[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    line-height: 20px
}

.paragraph_4[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_9[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_8[data-v-0cad8aa7] {
    width: 50px
}

.text-group_9[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_11[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    line-height: 20px
}

.paragraph_5[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.text_12[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 40px 20px 0;
    white-space: normal
}

.text_13[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 20px;
    padding: 0 20px
}

.paragraph_6[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.group_5[data-v-0cad8aa7] {
    border-radius: 20px;
    border: 1px solid;
    margin: 320px 0 0 20px
}

.text_14[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 20px 0
}

.image-text_10[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_9[data-v-0cad8aa7] {
    width: 54px;
    height: 66px;
    margin: 0 4px;
    flex: 0 0 54px
}

.text-group_10[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    flex: 1;
    line-height: 20px
}

.text_15[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 20px
}

.paragraph_7[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.image-text_11[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_10[data-v-0cad8aa7] {
    height: 66px;
    width: 50px
}

.text-group_11[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_16[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    line-height: 20px
}

.paragraph_8[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_12[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_11[data-v-0cad8aa7] {
    height: 66px;
    width: 50px
}

.text-group_12[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px;
    margin-top: 4px
}

.text_17[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_9[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_13[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_12[data-v-0cad8aa7] {
    height: 66px;
    width: 50px
}

.text-group_13[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_18[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_10[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_14[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_13[data-v-0cad8aa7] {
    height: 66px;
    width: 50px
}

.text-group_14[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_19[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_11[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_15[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_14[data-v-0cad8aa7] {
    height: 66px;
    width: 50px
}

.text-group_15[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_20[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_12[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_16[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.image_15[data-v-0cad8aa7] {
    height: 66px;
    width: 50px
}

.text-group_16[data-v-0cad8aa7] {
    margin-left: 18px;
    overflow-wrap: break-word;
    line-height: 20px
}

.text_21[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_13[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.text_22[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px
}

.group_7[data-v-0cad8aa7] {
    position: relative;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: 0 20px
}

.text_23[data-v-0cad8aa7] {
    width: 100%;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    margin: 27px 0 0
}

.text-wrapper_1[data-v-0cad8aa7] {
    margin: 83px 0 0;
    padding: 0 20px
}

.text_24[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.paragraph_14[data-v-0cad8aa7] {
    width: 52px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 14px
}

.group_8[data-v-0cad8aa7] {
    border-radius: 50%;
    border: 1px solid rgba(21, 227, 196, 1);
    width: 263px;
    position: relative;
    margin: -9px 0 0 44px
}

.paragraph_15[data-v-0cad8aa7] {
    width: 81px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    margin: 15px 0 0 91px
}

.box_3[data-v-0cad8aa7] {
    background: url("") 0px -3px no-repeat;
    background-size: 86px 70px;
    width: 84px;
    position: absolute;
    left: -11px;
    top: -30px
}

.text-wrapper_2[data-v-0cad8aa7] {
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    width: 90px;
    margin: 36px 0 0 -27px;
    height: 42px;
    align-items: center;
    justify-content: center
}

.text_25[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.text-wrapper_3[data-v-0cad8aa7] {
    margin: 24px 0 40px;
    padding: 0 20px
}

.paragraph_16[data-v-0cad8aa7],
.paragraph_17[data-v-0cad8aa7] {
    width: 44px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 15px
}

.image_16[data-v-0cad8aa7] {
    position: absolute;
    left: 54px;
    top: 219px;
    width: 122px
}

.image_17[data-v-0cad8aa7] {
    position: absolute;
    left: 233px;
    top: 116px;
    width: 81px
}

.image_18[data-v-0cad8aa7] {
    position: absolute;
    left: 208px;
    top: 221px;
    width: 87px
}

.text-wrapper_4[data-v-0cad8aa7] {
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    width: 90px;
    position: absolute;
    right: 6px;
    top: 158px;
    height: 42px;
    align-items: center;
    justify-content: center
}

.text_26[data-v-0cad8aa7] {
    width: 78px;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.text-wrapper_5[data-v-0cad8aa7] {
    background-color: #4fe117;
    border-radius: 50%;
    width: 90px;
    position: absolute;
    left: 131px;
    top: 88px;
    height: 42px;
    align-items: center;
    justify-content: center
}

.text_27[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.text-wrapper_6[data-v-0cad8aa7] {
    background-color: #4fe117;
    border-radius: 50%;
    width: 90px;
    position: absolute;
    left: 131px;
    top: 230px;
    height: 42px;
    align-items: center;
    justify-content: center
}

.text_28[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.group_9[data-v-0cad8aa7] {
    margin-bottom: 1px
}

.text_29[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 20px;
    margin: 20px 20px 0
}

.image-text_17[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_7[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 4px
}

.text-group_17[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_18[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_8[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 4px
}

.text-group_18[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_19[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_9[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 4px
}

.text-group_19[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_20[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_10[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 4px
}

.text-group_20[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_21[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_11[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 4px
}

.text-group_21[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.text_30[data-v-0cad8aa7] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 20px 0 !important
}

.text_31[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 20px 0
}

.image-text_22[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_12[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_22[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_32[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_18[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_23[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_13[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_23[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_33[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_19[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_24[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_14[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_24[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_34[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_20[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_25[data-v-0cad8aa7] {
    margin: 20px 20px 0 !important
}

.thumbnail_15[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_25[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px;
    word-break: break-all
}

.text_35[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_21[data-v-0cad8aa7],
.text_36[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_26[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_16[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_26[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_37[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_22[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_27[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_17[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_27[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_38[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_23[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_28[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_18[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_28[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_39[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_24[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_29[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_19[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_29[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_40[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_25[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_30[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_20[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_30[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_41[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_26[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_31[data-v-0cad8aa7] {
    margin: 20px 20px 0
}

.thumbnail_21[data-v-0cad8aa7] {
    width: 14px;
    margin-top: 5px
}

.text-group_31[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    line-height: 20px
}

.text_42[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px;
    line-height: 20px
}

.paragraph_27[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.paragraph_28[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 20px;
    padding-bottom: 100px
}

.text-wrapper_7[data-v-0cad8aa7] {
    border-radius: 20px;
    position: absolute;
    left: 20px;
    top: 1897px;
    border: 1px solid
}

.text_43[data-v-0cad8aa7] {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 20px;
    padding: 20px
}

.paragraph_29[data-v-0cad8aa7] {
    width: 310px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 273px 20px
}

.group_4[data-v-0cad8aa7] {
    height: auto
}

.image-text_1[data-v-0cad8aa7] {
    margin-bottom: 20px
}

.image-text_1 .text-group_1[data-v-0cad8aa7],
.image-text_2 .text-group_2[data-v-0cad8aa7] {
    color: #666;
    height: auto
}

.text_6[data-v-0cad8aa7] {
    color: #666;
    height: auto;
    font-size: 16px;
    padding: 20px 20px 0
}

.image-text_3 .text-group_3[data-v-0cad8aa7] {
    color: #666;
    height: auto
}

.image-text_4[data-v-0cad8aa7] {
    margin-bottom: 10px
}

.image-text_4 .text-group_4[data-v-0cad8aa7] {
    color: #666;
    height: auto
}

.image-text_6[data-v-0cad8aa7] {
    margin-top: 40px
}

.image-text_7[data-v-0cad8aa7] {
    height: auto
}

.image-text_8[data-v-0cad8aa7] {
    margin-top: 45px
}

.image-text_9[data-v-0cad8aa7] {
    margin-top: 40px
}

.border[data-v-0cad8aa7] {
    border: 1px solid rgb(79, 225, 23);
    border-radius: 20px;
    margin: 20px 20px 0;
    box-sizing: border-box
}

.border .paragraph_6[data-v-0cad8aa7] {
    height: auto;
    color: #666;
    padding: 20px
}

.border .text_13[data-v-0cad8aa7] {
    margin-top: 25px
}

.border .paragraph_29[data-v-0cad8aa7] {
    height: auto;
    color: #666;
    margin: 0 auto 20px
}

.text_22[data-v-0cad8aa7],
.text-group_17[data-v-0cad8aa7],
.text-group_18[data-v-0cad8aa7],
.text-group_19[data-v-0cad8aa7],
.text-group_20[data-v-0cad8aa7],
.text-group_21[data-v-0cad8aa7] {
    color: #666
}

.text_30[data-v-0cad8aa7] {
    margin-top: 40px
}

.text_31[data-v-0cad8aa7] {
    color: #666
}

.text-group_23[data-v-0cad8aa7] {
    height: auto
}

.image-text_25[data-v-0cad8aa7] {
    margin-top: 60px
}

.text_36[data-v-0cad8aa7],
.paragraph_28[data-v-0cad8aa7] {
    color: #666
}

@media screen and (min-width: 750px) {
    .pcli .ali[data-v-0cad8aa7] {
        margin: 0 20px
    }
}

.paragraph_6[data-v-0cad8aa7],
.paragraph_19[data-v-0cad8aa7],
.paragraph_20[data-v-0cad8aa7],
.paragraph_20 p[data-v-0cad8aa7] {
    white-space: pre-wrap
}

.base[data-v-4430f1f9] {
    padding-top: 80px;
    background: #18191a;
    display: flex;
    flex-direction: column;
    font-size: 30px
}

.base-phase[data-v-4430f1f9] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

.base-phase[data-v-4430f1f9]:first-child {
    margin-top: 20px
}

.table[data-v-4430f1f9] {
    border: 1px solid #8C8C8D;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin-top: 20px
}

.column-1[data-v-4430f1f9] {
    border-right: 1px solid #8C8C8D;
    display: flex;
    flex-direction: column
}

.column-1 div[data-v-4430f1f9] {
    height: 35px;
    line-height: 35px;
    color: #8c8c8d;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #8C8C8D;
    padding: 0 4px
}

.column-2[data-v-4430f1f9] {
    display: flex;
    flex-direction: column
}

.column-2 div[data-v-4430f1f9] {
    padding: 0 4px;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #8C8C8D
}

.table-text-back[data-v-4430f1f9] {
    background: #15e3c433;
    padding: 5px 10px;
    border-radius: 8px
}

.ctable table td[data-v-4430f1f9] {
    padding: 6px 5px
}

@media screen and (min-width: 750px) {
    .pcInfoPic[data-v-4430f1f9] {
        width: 350px !important
    }
}

.page[data-v-c22ff3d1] {
    background-color: #18191a;
    position: relative;
    padding: 80px 0;
    padding-bottom: 124px !important
}

.section_1[data-v-c22ff3d1] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px;
    position: relative
}

.group_19[data-v-c22ff3d1] {
    width: 360px
}

.text_137[data-v-c22ff3d1] {
    width: 54px;
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.thumbnail_17[data-v-c22ff3d1] {
    width: 17px
}

.thumbnail_18[data-v-c22ff3d1] {
    width: 15px
}

.image_69[data-v-c22ff3d1] {
    width: 25px
}

.group_20[data-v-c22ff3d1] {
    width: 348px
}

.image_70[data-v-c22ff3d1] {
    width: 21px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-c22ff3d1] {
    width: 84px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.group_3[data-v-c22ff3d1] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.section_2[data-v-c22ff3d1] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px
}

.text_3[data-v-c22ff3d1] {
    width: 45px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image-wrapper_7[data-v-c22ff3d1] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px;
    width: 40px
}

.image_71[data-v-c22ff3d1] {
    width: 27px
}

.group_21[data-v-c22ff3d1] {
    left: 0;
    top: 0
}

.group_22[data-v-c22ff3d1] {
    position: relative
}

.text_4[data-v-c22ff3d1] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_6[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-top: 40px
}

.text_5[data-v-c22ff3d1] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 108px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.block_10[data-v-c22ff3d1] {
    position: relative;
    margin-bottom: 40px
}

.thumbnail_4[data-v-c22ff3d1] {
    width: 14px;
    margin-top: 217px
}

.text-group_2[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.text-group_3[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.paragraph_1[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-top: 20px
}

.image-text_26[data-v-c22ff3d1] {
    align-items: baseline
}

.thumbnail_3[data-v-c22ff3d1] {
    width: 14px;
    margin-top: 5px
}

.block_11[data-v-c22ff3d1] {
    width: 264px
}

.section_4[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px
}

.section_5[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px;
    margin-left: 17px
}

.section_6[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px;
    margin-left: 16px
}

.section_7[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px;
    margin-left: 15px
}

.section_8[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px
}

.section_9[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px;
    margin-left: 17px
}

.section_10[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px;
    margin-left: 16px
}

.section_11[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px;
    margin-left: 15px
}

.text_7[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px
}

.thumbnail_5[data-v-c22ff3d1] {
    width: 14px;
    margin-top: 5px
}

.text-group_4[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.grid_7[data-v-c22ff3d1] {
    width: 267px;
    flex-wrap: wrap
}

.list-items_1[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 54px
}

.list-items_1[data-v-c22ff3d1]:nth-child(4n) {
    margin-right: 0
}

.list-items_1[data-v-c22ff3d1]:nth-last-child(-n+4) {
    margin-bottom: 0
}

.text_8[data-v-c22ff3d1] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 144px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.thumbnail_6[data-v-c22ff3d1] {
    width: 14px;
    margin-top: 5px
}

.text_9[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.paragraph_2[data-v-c22ff3d1] {
    margin-bottom: 40px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin-top: 40px
}

.shareCommissionDescription2[data-v-c22ff3d1] {
    margin-bottom: 40px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    padding-left: 40px
}

.text_10[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-top: 20px
}

.block_3[data-v-c22ff3d1],
.block_4[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.paragraph_3[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px
}

.text-wrapper_1[data-v-c22ff3d1] {
    border-radius: 10px;
    border: 1px solid #4FE117;
    margin: 0 0 40px;
    padding: 20px 40px;
    background: #4fe1170d;
    display: flex;
    align-items: center;
    justify-content: center
}

.pool_reward_intro180[data-v-c22ff3d1] {
    width: -moz-fit-content;
    width: fit-content
}

.paragraph_4[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.block_5[data-v-c22ff3d1] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_224[data-v-c22ff3d1] {
    width: 318px
}

.text_11[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_12[data-v-c22ff3d1] {
    width: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 39px
}

.text_13[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 51px
}

.text_14[data-v-c22ff3d1] {
    width: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 48px
}

.text_15[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 44px
}

.image_4[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_225[data-v-c22ff3d1] {
    width: 311px
}

.text_16[data-v-c22ff3d1] {
    width: 36px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_17[data-v-c22ff3d1] {
    width: 37px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 33px
}

.text_18[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 42px
}

.text_19[data-v-c22ff3d1] {
    width: 37px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 42px
}

.text_20[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 38px
}

.image_5[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_226[data-v-c22ff3d1] {
    width: 273px
}

.text_21[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_22[data-v-c22ff3d1] {
    width: 161px;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_6[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text_23[data-v-c22ff3d1] {
    width: 220px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_7[data-v-c22ff3d1] {
    left: 70px;
    top: 1px;
    width: 1px
}

.image_8[data-v-c22ff3d1] {
    left: 140px;
    top: 0;
    width: 1px
}

.image_9[data-v-c22ff3d1] {
    left: 210px;
    top: 0;
    width: 1px
}

.image_10[data-v-c22ff3d1] {
    left: 280px;
    top: 0;
    width: 1px
}

.section_12[data-v-c22ff3d1] {
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
    justify-content: flex-center
}

.text-wrapper_227[data-v-c22ff3d1] {
    width: 332px
}

.text_24[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_25[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 84px
}

.text_26[data-v-c22ff3d1] {
    width: 72px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 80px
}

.image_11[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_228[data-v-c22ff3d1] {
    width: 293px
}

.text_27[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_28[data-v-c22ff3d1] {
    width: 167px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 36px
}

.text_29[data-v-c22ff3d1] {
    width: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 49px
}

.image_12[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_229[data-v-c22ff3d1] {
    width: 293px
}

.text_30[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_31[data-v-c22ff3d1] {
    width: 167px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 36px
}

.text_32[data-v-c22ff3d1] {
    width: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 49px
}

.image_13[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_230[data-v-c22ff3d1] {
    width: 298px
}

.text_33[data-v-c22ff3d1] {
    width: 34px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_34[data-v-c22ff3d1] {
    width: 167px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 31px
}

.text_35[data-v-c22ff3d1] {
    width: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 49px
}

.image_14[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_231[data-v-c22ff3d1] {
    width: 301px
}

.text_36[data-v-c22ff3d1] {
    width: 39px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_37[data-v-c22ff3d1] {
    width: 175px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 25px
}

.text_38[data-v-c22ff3d1] {
    width: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 45px
}

.image_15[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_232[data-v-c22ff3d1] {
    width: 301px
}

.text_39[data-v-c22ff3d1] {
    width: 41px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_40[data-v-c22ff3d1] {
    width: 178px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 22px
}

.text_41[data-v-c22ff3d1] {
    width: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 43px
}

.image_16[data-v-c22ff3d1] {
    left: 66px;
    top: 1px;
    width: 1px
}

.image_17[data-v-c22ff3d1] {
    left: 268px;
    top: 1px;
    width: 1px
}

.text-wrapper_11[data-v-c22ff3d1] {
    border-radius: 20px;
    border: 1px solid
}

.paragraph_5[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.section_13[data-v-c22ff3d1] {
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
    justify-content: flex-center
}

.text-wrapper_233[data-v-c22ff3d1] {
    width: 332px
}

.text_42[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_43[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 84px
}

.text_44[data-v-c22ff3d1] {
    width: 72px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 80px
}

.image_18[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_234[data-v-c22ff3d1] {
    width: 295px
}

.text_45[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_46[data-v-c22ff3d1] {
    width: 175px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 32px
}

.text_47[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 45px
}

.image_19[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_235[data-v-c22ff3d1] {
    width: 295px
}

.text_48[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_49[data-v-c22ff3d1] {
    width: 172px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 34px
}

.text_50[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 46px
}

.image_20[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_236[data-v-c22ff3d1] {
    width: 300px
}

.text_51[data-v-c22ff3d1] {
    width: 34px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_52[data-v-c22ff3d1] {
    width: 167px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 31px
}

.text_53[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 49px
}

.image_21[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_237[data-v-c22ff3d1] {
    width: 303px
}

.text_54[data-v-c22ff3d1] {
    width: 39px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_55[data-v-c22ff3d1] {
    width: 165px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 31px
}

.text_56[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 49px
}

.image_22[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_238[data-v-c22ff3d1] {
    width: 303px
}

.text_57[data-v-c22ff3d1] {
    width: 41px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_58[data-v-c22ff3d1] {
    width: 158px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 32px
}

.text_59[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 53px
}

.image_23[data-v-c22ff3d1] {
    left: 66px;
    top: 1px;
    width: 1px
}

.image_24[data-v-c22ff3d1] {
    left: 268px;
    top: 1px;
    width: 1px
}

.text-wrapper_18[data-v-c22ff3d1] {
    border-radius: 20px;
    border: 1px solid
}

.paragraph_6[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.section_14[data-v-c22ff3d1] {
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
    justify-content: flex-center
}

.text-wrapper_239[data-v-c22ff3d1] {
    width: 332px
}

.text_60[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_61[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 84px
}

.text_62[data-v-c22ff3d1] {
    width: 72px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 80px
}

.image_25[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_240[data-v-c22ff3d1] {
    width: 297px
}

.text_63[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_64[data-v-c22ff3d1] {
    width: 179px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 30px
}

.text_65[data-v-c22ff3d1] {
    width: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 39px
}

.image_26[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_241[data-v-c22ff3d1] {
    width: 297px
}

.text_66[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_67[data-v-c22ff3d1] {
    width: 172px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 34px
}

.text_68[data-v-c22ff3d1] {
    width: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 42px
}

.image_27[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_242[data-v-c22ff3d1] {
    width: 302px
}

.text_69[data-v-c22ff3d1] {
    width: 34px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_70[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 27px
}

.text_71[data-v-c22ff3d1] {
    width: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 39px
}

.image_28[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_243[data-v-c22ff3d1] {
    width: 305px
}

.text_72[data-v-c22ff3d1] {
    width: 39px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_73[data-v-c22ff3d1] {
    width: 178px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 24px
}

.text_74[data-v-c22ff3d1] {
    width: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 39px
}

.image_29[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_244[data-v-c22ff3d1] {
    width: 305px
}

.text_75[data-v-c22ff3d1] {
    width: 41px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_76[data-v-c22ff3d1] {
    width: 168px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 27px
}

.text_77[data-v-c22ff3d1] {
    width: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 44px
}

.image_30[data-v-c22ff3d1] {
    left: 66px;
    top: 1px;
    width: 1px
}

.image_31[data-v-c22ff3d1] {
    left: 268px;
    top: 1px;
    width: 1px
}

.text-wrapper_25[data-v-c22ff3d1] {
    border-radius: 20px;
    border: 1px solid
}

.paragraph_7[data-v-c22ff3d1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.section_15[data-v-c22ff3d1] {
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
    justify-content: flex-center
}

.text-wrapper_245[data-v-c22ff3d1] {
    width: 332px
}

.text_78[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_79[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 84px
}

.text_80[data-v-c22ff3d1] {
    width: 72px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 80px
}

.image_32[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_246[data-v-c22ff3d1] {
    width: 299px
}

.text_81[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_82[data-v-c22ff3d1] {
    width: 179px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 30px
}

.text_83[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 39px
}

.image_33[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_247[data-v-c22ff3d1] {
    width: 299px
}

.text_84[data-v-c22ff3d1] {
    width: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_85[data-v-c22ff3d1] {
    width: 176px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 32px
}

.text_86[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 40px
}

.image_34[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_248[data-v-c22ff3d1] {
    width: 304px
}

.text_87[data-v-c22ff3d1] {
    width: 34px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_88[data-v-c22ff3d1] {
    width: 169px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 31px
}

.text_89[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 43px
}

.image_35[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_249[data-v-c22ff3d1] {
    width: 307px
}

.text_90[data-v-c22ff3d1] {
    width: 39px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_91[data-v-c22ff3d1] {
    width: 164px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 31px
}

.text_92[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 46px
}

.image_36[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_250[data-v-c22ff3d1] {
    width: 307px
}

.text_93[data-v-c22ff3d1] {
    width: 41px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_94[data-v-c22ff3d1] {
    width: 162px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 30px
}

.text_95[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 47px
}

.image_37[data-v-c22ff3d1] {
    left: 66px;
    top: 1px;
    width: 1px
}

.image_38[data-v-c22ff3d1] {
    left: 268px;
    top: 1px;
    width: 1px
}

.section_16[data-v-c22ff3d1] {
    border-radius: 8px;
    left: 20px;
    top: 1714px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_251[data-v-c22ff3d1] {
    width: 236px
}

.text_96[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_97[data-v-c22ff3d1] {
    width: 72px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_39[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_252[data-v-c22ff3d1] {
    width: 285px
}

.text_98[data-v-c22ff3d1] {
    width: 68px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_99[data-v-c22ff3d1] {
    width: 151px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_40[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_253[data-v-c22ff3d1] {
    width: 286px
}

.text_100[data-v-c22ff3d1] {
    width: 70px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_101[data-v-c22ff3d1] {
    width: 151px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_41[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.section_33[data-v-c22ff3d1] {
    width: 325px
}

.text_102[data-v-c22ff3d1] {
    width: 98px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_35[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.text_103[data-v-c22ff3d1] {
    width: 177px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_42[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 7px
}

.section_34[data-v-c22ff3d1] {
    width: 328px
}

.text_104[data-v-c22ff3d1] {
    width: 104px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_36[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.text_105[data-v-c22ff3d1] {
    width: 183px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_43[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 7px
}

.section_35[data-v-c22ff3d1] {
    width: 329px
}

.text_106[data-v-c22ff3d1] {
    width: 106px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_37[data-v-c22ff3d1] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.text_107[data-v-c22ff3d1] {
    width: 182px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_44[data-v-c22ff3d1] {
    left: 132px;
    top: 1px;
    width: 1px
}

.section_17[data-v-c22ff3d1] {
    border-radius: 8px;
    left: 20px;
    top: 959px;
    border: 1px solid rgba(255, 255, 255, .2);
    justify-content: flex-center
}

.text-wrapper_254[data-v-c22ff3d1] {
    width: 327px
}

.paragraph_8[data-v-c22ff3d1] {
    width: 66px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.text_108[data-v-c22ff3d1] {
    width: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_109[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_110[data-v-c22ff3d1] {
    width: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_111[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_45[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 6px
}

.text-wrapper_255[data-v-c22ff3d1] {
    width: 323px
}

.text_112[data-v-c22ff3d1] {
    width: 60px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_113[data-v-c22ff3d1] {
    width: 37px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 21px
}

.text_114[data-v-c22ff3d1] {
    width: 19px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 42px
}

.text_115[data-v-c22ff3d1] {
    width: 37px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 42px
}

.text_116[data-v-c22ff3d1] {
    width: 27px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 38px
}

.image_46[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_256[data-v-c22ff3d1] {
    width: 324px
}

.text_117[data-v-c22ff3d1] {
    width: 36px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_118[data-v-c22ff3d1] {
    width: 39px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 32px
}

.text_119[data-v-c22ff3d1] {
    width: 46px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 28px
}

.text_120[data-v-c22ff3d1] {
    width: 46px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 24px
}

.text_121[data-v-c22ff3d1] {
    width: 53px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 20px
}

.image_47[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 12px
}

.text-wrapper_257[data-v-c22ff3d1] {
    width: 333px
}

.paragraph_9[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.text_122[data-v-c22ff3d1],
.text_123[data-v-c22ff3d1],
.text_124[data-v-c22ff3d1],
.text_125[data-v-c22ff3d1] {
    width: 58px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_48[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 5px
}

.text-wrapper_258[data-v-c22ff3d1] {
    width: 329px
}

.text_126[data-v-c22ff3d1] {
    width: 60px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_127[data-v-c22ff3d1] {
    width: 34px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 22px
}

.text_128[data-v-c22ff3d1] {
    width: 32px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 38px
}

.text_129[data-v-c22ff3d1] {
    width: 39px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 34px
}

.text_130[data-v-c22ff3d1] {
    width: 39px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-left: 31px
}

.image_49[data-v-c22ff3d1] {
    width: 348px;
    margin-top: 12px
}

.text-wrapper_259[data-v-c22ff3d1] {
    width: 236px
}

.paragraph_10[data-v-c22ff3d1] {
    width: 48px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.text_131[data-v-c22ff3d1] {
    width: 74px;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 4px
}

.image_50[data-v-c22ff3d1] {
    left: 70px;
    top: 1px;
    width: 1px
}

.image_51[data-v-c22ff3d1] {
    left: 140px;
    top: 1px;
    width: 1px
}

.image_52[data-v-c22ff3d1] {
    left: 210px;
    top: 1px;
    width: 1px
}

.image_53[data-v-c22ff3d1] {
    left: 280px;
    top: 0;
    width: 1px
}

.circulationMatchCondition1[data-v-c22ff3d1] {
    margin-top: 40px
}

html[lang=Arabic] .ctable td[data-v-c22ff3d1]:first-child,
.custom_tb th[data-v-c22ff3d1]:first-child,
html[lang=Arabic] .table_bg[data-v-c22ff3d1]:first-child,
html[lang=Arabic] .ctable th[data-v-c22ff3d1]:first-child,
html[lang=Persian] .ctable td[data-v-c22ff3d1]:first-child,
html[lang=Persian] .table_bg[data-v-c22ff3d1]:first-child,
html[lang=Persian] .ctable th[data-v-c22ff3d1]:first-child {
    border-left: .5px solid rgba(255, 255, 255, .2)
}

.small-title[data-v-c22ff3d1] {
    margin: 40px 0
}

.small-title b[data-v-c22ff3d1] {
    font-size: 28px
}

.group_22[data-v-c22ff3d1] {
    height: auto
}

.group_22 .block_10[data-v-c22ff3d1] {
    margin-bottom: 20px
}

.group_22 .paragraph_1[data-v-c22ff3d1],
.group_22 .text_7[data-v-c22ff3d1] {
    color: #666
}

.group_22 .paragraph_2[data-v-c22ff3d1] {
    color: #ffffff80;
    height: auto;
    padding-left: 40px
}

.group_22 .paragraph_3[data-v-c22ff3d1] {
    color: #666;
    height: auto
}

.group_22 .block_5[data-v-c22ff3d1] {
    overflow: hidden
}

.group_22 .block_5_1[data-v-c22ff3d1] {
    display: flex;
    align-items: center
}

.text-wrapper_1[data-v-c22ff3d1] {
    border: 1px solid rgb(79, 225, 23);
    border-radius: 20px
}

.table_bg[data-v-c22ff3d1] {
    min-height: 60px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-top: none;
    border-right: none;
    color: #fff;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center
}

.table_bg[data-v-c22ff3d1]:first-child {
    border-left: none
}

.table_bg span[data-v-c22ff3d1] {
    display: inline-block;
    background-color: #15e3c41a;
    padding: 4px 10px;
    border-radius: 10px
}

.text_7[data-v-c22ff3d1] {
    margin: 20px 0
}

.text_8[data-v-c22ff3d1] {
    margin-top: 20px
}

@media screen and (min-width: 750px) {

    .pcTocenter[data-v-c22ff3d1],
    .paragraph_3[data-v-c22ff3d1] {
        padding-left: 40px
    }

    .pcDetail .pclefRightLi .pcLeftLi .text-wrapper_1[data-v-c22ff3d1] {
        margin: 0;
        min-height: 150px
    }

    .pclefRightLi[data-v-c22ff3d1] {
        margin: 40px auto
    }

    .pcInfoList .ctable[data-v-c22ff3d1] {
        width: 800px
    }
}

.paragraph_3[data-v-c22ff3d1],
.paragraph_2[data-v-c22ff3d1],
.text-group_2[data-v-c22ff3d1],
.paragraph_4[data-v-c22ff3d1],
.shareCommissionDescription2[data-v-c22ff3d1],
.group_2[data-v-c22ff3d1] {
    white-space: pre-line
}

.ctable[data-v-c22ff3d1] {
    margin: 40px auto
}

.ctable table td span[data-v-c22ff3d1] {
    background: #4fe1171a;
    color: #ffffff80;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px
}

.global_strategy[data-v-c22ff3d1] {
    padding-left: 40px;
    display: flex;
    align-items: center;
    margin-top: 40px
}

.yuan[data-v-c22ff3d1] {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #4fe117;
    margin-right: 10px
}

.global_strategy_title[data-v-c22ff3d1] {
    font-size: 16px;
    color: #4fe117
}

.global_strategy_desc[data-v-c22ff3d1] {
    margin-top: 40px;
    padding-left: 40px;
    color: #ffffff80;
    font-size: 16px;
    display: flex
}

.automationPoint4[data-v-c22ff3d1] {
    padding-left: 40px;
    color: #ffffff80;
    font-size: 16px;
    line-height: 24px;
    display: flex
}

.value_governance_yuan[data-v-c22ff3d1] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    flex: 0 0 4px;
    background: #ffffff80;
    margin-right: 10px
}

.value_governance[data-v-c22ff3d1] {
    color: #ffffff80;
    font-size: 16px;
    line-height: 24px
}

.dividendRule2[data-v-c22ff3d1] {
    padding-left: 40px;
    display: flex;
    align-items: center
}

.flexStar[data-v-c22ff3d1] {
    align-items: flex-start !important
}

.starMaginValue[data-v-c22ff3d1] {
    margin-top: 10px
}

@media screen and (max-width: 750px) {
    .ctable table th[data-v-c22ff3d1] {
        font-weight: 400 !important
    }
}

.page[data-v-df174819] {
    background-color: #18191a;
    position: relative;
    padding-bottom: 60px
}

.group_1[data-v-df174819] {
    height: 94px;
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.group_5[data-v-df174819] {
    width: 360px;
    height: 18px;
    margin: 13px 0 0 16px
}

.text_8[data-v-df174819] {
    width: 54px;
    height: 18px;
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap;
    line-height: 18px
}

.thumbnail_16[data-v-df174819] {
    width: 15px;
    height: 11px;
    margin: 4px 0 0 5px
}

.image_12[data-v-df174819] {
    width: 25px;
    height: 12px;
    margin: 3px 0 0 5px
}

.group_6[data-v-df174819] {
    width: 348px;
    height: 30px;
    margin: 23px 0 10px 22px
}

.image_13[data-v-df174819] {
    width: 21px;
    height: 17px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-df174819] {
    width: 84px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 6px 0 0 72px
}

.section_1[data-v-df174819] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    height: 24px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 2px 0 0 7px
}

.group_2[data-v-df174819] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 9px 0 0 7px
}

.text_3[data-v-df174819] {
    width: 45px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 3px 6px 0 5px
}

.image-wrapper_3[data-v-df174819] {
    background-color: #000;
    border-radius: 6px;
    height: 30px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px;
    width: 40px
}

.image_14[data-v-df174819] {
    width: 27px;
    height: 12px;
    margin: 10px 0 0 7px
}

.group_7[data-v-df174819] {
    height: 1706px;
    margin-bottom: 1px
}

.text-group_17[data-v-df174819] {
    white-space: normal;
    margin: 0 20px
}

.text_4[data-v-df174819] {
    font-size: 30px;
    font-weight: 900;
    line-height: 38px
}

.text_5[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-top: 20px
}

.image-text_31[data-v-df174819] {
    align-items: baseline;
    margin: 20px 20px 0
}

.thumbnail_11[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.paragraph_1[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_32[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_12[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_8[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_33[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_10[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_9[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_34[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_9[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_10[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_35[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_8[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_11[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_36[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_7[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_12[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_37[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_6[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 6px
}

.text-group_13[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_38[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_5[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_14[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_39[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_4[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_15[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_40[data-v-df174819] {
    margin: 20px 20px 0
}

.thumbnail_3[data-v-df174819] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_16[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.text_6[data-v-df174819] {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 50px 20px 0
}

.text_6 b[data-v-df174819] {
    font-size: 18px
}

.image-text_41[data-v-df174819] {
    width: 90%;
    height: 66px;
    margin: 10px 0 0;
    align-items: center
}

.image_4[data-v-df174819] {
    width: 54px;
    height: 66px;
    flex: 0 0 54px
}

.text-group_2[data-v-df174819] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px
}

.image-text_42[data-v-df174819] {
    width: 266px;
    height: 55px;
    margin: 20px 0 0 40px
}

.image_5[data-v-df174819] {
    width: 50px;
    height: 55px
}

.text-group_3[data-v-df174819] {
    width: 196px;
    height: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_43[data-v-df174819] {
    width: 266px;
    height: 55px;
    margin: 20px 0 0 40px
}

.image_6[data-v-df174819] {
    width: 50px;
    height: 55px
}

.text-group_4[data-v-df174819] {
    width: 196px;
    height: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_44[data-v-df174819] {
    width: 266px;
    height: 55px;
    margin: 20px 0 0 40px
}

.image_7[data-v-df174819] {
    width: 50px;
    height: 55px
}

.text-group_5[data-v-df174819] {
    width: 196px;
    height: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.image-text_45[data-v-df174819] {
    width: 274px;
    height: 55px;
    margin: 21px 0 152px 40px
}

.image_8[data-v-df174819] {
    width: 50px;
    height: 55px
}

.text-group_6[data-v-df174819] {
    width: 204px;
    height: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px
}

.specialListPic[data-v-df174819] {
    padding: 0 0 0 20px
}

@media screen and (min-width: 750px) {
    .specialListPic[data-v-df174819] {
        margin-top: 30px
    }

    .specialListPic .image-text_41[data-v-df174819] {
        background: #ffffff0d;
        border-radius: 30px;
        height: 100px;
        width: calc(50% - 100px);
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 0 20px 20px;
        padding: 0 40px
    }

    .specialListPic .image-text_41[data-v-df174819]:nth-child(2n) {
        margin: 0 0 20px
    }

    .specialListPic .text-group_2[data-v-df174819] {
        padding: 0 20px
    }
}

.group_7[data-v-df174819] {
    height: auto;
    padding-top: 80px
}

.paragraph_1[data-v-df174819],
.text-group_8[data-v-df174819],
.text-group_9[data-v-df174819],
.text-group_10[data-v-df174819],
.text-group_11[data-v-df174819],
.text-group_12[data-v-df174819],
.text-group_13[data-v-df174819],
.text-group_14[data-v-df174819],
.text-group_15[data-v-df174819],
.text-group_16[data-v-df174819] {
    color: #666
}

.page[data-v-4ed5d776] {
    background-color: #18191a;
    position: relative;
    width: 100vw;
    height: 456.16vw;
    overflow: hidden
}

.box_1[data-v-4ed5d776] {
    position: relative;
    width: 100vw;
    height: 69.75vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%
}

.image_1[data-v-4ed5d776] {
    width: 51.29vw;
    height: 19.49vw
}

.text_1[data-v-4ed5d776] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 17.44vw;
    height: 9.75vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 7.69vw;
    font-family: MiSans-Heavy;
    font-weight: 900;
    white-space: nowrap;
    line-height: 9.75vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 12.82vw 0 0 5.12vw
}

.image-text_1[data-v-4ed5d776] {
    width: 90.26vw;
    height: 8.21vw;
    margin: 5.64vw 0 13.84vw 4.61vw
}

.text-group_1[data-v-4ed5d776] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-top: 1.29vw
}

.label_1[data-v-4ed5d776] {
    width: 8.21vw;
    height: 8.21vw
}

.group_1[data-v-4ed5d776] {
    height: 24.11vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 100vw 24.35vw;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0
}

.section_1[data-v-4ed5d776] {
    width: 92.31vw;
    height: 4.62vw;
    margin: 3.33vw 0 0 4.1vw
}

.text_2[data-v-4ed5d776] {
    width: 13.85vw;
    height: 4.62vw;
    overflow-wrap: break-word;
    color: #000;
    font-size: 3.84vw;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 4.62vw
}

.thumbnail_1[data-v-4ed5d776] {
    width: 4.36vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 61.28vw
}

.thumbnail_2[data-v-4ed5d776] {
    width: 3.85vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 1.28vw
}

.image_2[data-v-4ed5d776] {
    width: 6.42vw;
    height: 3.08vw;
    margin: .76vw 0 0 1.28vw
}

.section_2[data-v-4ed5d776] {
    width: 89.24vw;
    height: 7.7vw;
    margin: 5.89vw 0 2.56vw 5.64vw
}

.image_3[data-v-4ed5d776] {
    width: 5.39vw;
    height: 4.36vw;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 1.54vw
}

.text_3[data-v-4ed5d776] {
    width: 21.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.53vw 0 0 18.46vw
}

.section_3[data-v-4ed5d776] {
    background-color: #000;
    border-radius: 4px;
    width: 17.7vw;
    height: 6.16vw;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: .51vw 0 0 1.79vw
}

.box_2[data-v-4ed5d776] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 1.54vw;
    height: 1.54vw;
    margin: 2.3vw 0 0 1.79vw
}

.text_4[data-v-4ed5d776] {
    width: 11.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: .76vw 1.53vw 0 1.28vw
}

.image-wrapper_1[data-v-4ed5d776] {
    background-color: #000;
    border-radius: 6px;
    height: 7.7vw;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 14.11vw;
    width: 10.26vw
}

.image_4[data-v-4ed5d776] {
    width: 6.93vw;
    height: 3.08vw;
    margin: 2.56vw 0 0 1.79vw
}

.box_3[data-v-4ed5d776] {
    position: absolute;
    left: 0;
    top: 69.75vw;
    width: 100vw;
    height: 386.67vw
}

.text_5[data-v-4ed5d776] {
    width: 89.75vw;
    height: 35.9vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: -11.28vw 0 0 5.12vw;
    z-index: 2
}

.image_5[data-v-4ed5d776] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 0 5.12vw
}

.group_2[data-v-4ed5d776] {
    width: 90.26vw;
    height: 8.21vw;
    margin: 4.87vw 0 0 4.61vw
}

.text_6[data-v-4ed5d776] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-top: 1.03vw
}

.label_2[data-v-4ed5d776] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1)
}

.text_7[data-v-4ed5d776] {
    width: 89.75vw;
    height: 76.93vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 2.56vw 0 0 5.12vw
}

.image_6[data-v-4ed5d776] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 0 5.12vw
}

.group_3[data-v-4ed5d776] {
    width: 90.26vw;
    height: 42.06vw;
    margin: 5.12vw 0 0 4.61vw
}

.group_4[data-v-4ed5d776] {
    position: relative;
    width: 81.03vw;
    height: 41.8vw;
    margin-top: .26vw
}

.image_7[data-v-4ed5d776] {
    width: 25.9vw;
    height: 41.29vw;
    margin: .51vw 0 0 55.12vw
}

.text_8[data-v-4ed5d776] {
    position: absolute;
    left: 0;
    top: 0;
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw
}

.label_3[data-v-4ed5d776] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1)
}

.image_8[data-v-4ed5d776] {
    width: 89.75vw;
    height: .26vw;
    margin: 50.76vw 0 0 5.12vw
}

.group_5[data-v-4ed5d776] {
    width: 90.26vw;
    height: 8.21vw;
    margin: 5.12vw 0 0 4.61vw
}

.text_9[data-v-4ed5d776] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-top: 1.03vw
}

.label_4[data-v-4ed5d776] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1)
}

.text_10[data-v-4ed5d776] {
    width: 89.75vw;
    height: 56.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 2.56vw 0 0 5.12vw
}

.image_9[data-v-4ed5d776] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 0 5.12vw
}

.group_6[data-v-4ed5d776] {
    width: 90.26vw;
    height: 8.98vw;
    margin: 4.1vw 0 0 4.61vw
}

.text_11[data-v-4ed5d776] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw
}

.label_5[data-v-4ed5d776] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1);
    margin-top: .77vw
}

.text_12[data-v-4ed5d776] {
    width: 89.75vw;
    height: 46.16vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 2.56vw 0 0 5.12vw
}

.image_10[data-v-4ed5d776] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 15.64vw 5.12vw
}

.image_11[data-v-4ed5d776] {
    position: absolute;
    left: 7.7vw;
    top: -14.1vw;
    width: 25.9vw;
    height: 41.29vw;
    z-index: 1
}

.text_13[data-v-4ed5d776] {
    position: absolute;
    left: 5.13vw;
    top: 143.85vw;
    width: 89.75vw;
    height: 76.93vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.page[data-v-a1212702] {
    background-color: #18191a;
    min-height: 100vh
}

.section_1[data-v-a1212702] {
    height: 24.11vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 100vw 24.35vw;
    width: 100%
}

.group_3[data-v-a1212702] {
    width: 92.31vw;
    height: 4.62vw;
    margin: 3.33vw 0 0 4.1vw
}

.text_8[data-v-a1212702] {
    width: 13.85vw;
    height: 4.62vw;
    overflow-wrap: break-word;
    color: #000;
    font-size: 3.84vw;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 4.62vw
}

.thumbnail_7[data-v-a1212702] {
    width: 4.36vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 61.28vw
}

.thumbnail_8[data-v-a1212702] {
    width: 3.85vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 1.28vw
}

.image_3[data-v-a1212702] {
    width: 6.42vw;
    height: 3.08vw;
    margin: .76vw 0 0 1.28vw
}

.group_4[data-v-a1212702] {
    width: 89.49vw;
    height: 9.24vw;
    margin: 4.87vw 0 2.05vw 5.38vw
}

.box_6[data-v-a1212702] {
    width: 33.08vw;
    height: 9.24vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 33.33vw 9.48vw
}

.text_2[data-v-a1212702] {
    width: 21.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 2.56vw 0 0 15.38vw
}

.section_3[data-v-a1212702] {
    background-color: #000;
    border-radius: 4px;
    width: 17.7vw;
    height: 6.16vw;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 1.53vw 0 0 1.79vw
}

.group_1[data-v-a1212702] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 1.54vw;
    height: 1.54vw;
    margin: 2.3vw 0 0 1.79vw
}

.text_3[data-v-a1212702] {
    width: 11.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: .76vw 1.79vw 0 0
}

.section_6[data-v-a1212702] {
    width: 100%;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin-top: 60px
}

.text_4[data-v-a1212702] {
    display: flex;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px
}

.text-wrapper_2[data-v-a1212702] {
    height: 52px;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: 0 20px;
    align-items: center;
    justify-content: center
}

.text_9[data-v-a1212702] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    line-height: 20px
}

.text_6[data-v-a1212702] {
    color: #fff;
    padding: 20px 20px 0
}

.section_5[data-v-a1212702] {
    display: flex;
    flex-direction: column
}

.box_2[data-v-a1212702] {
    cursor: pointer;
    height: 50px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 24px;
    margin: 30px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.box_2[data-v-a1212702]:active:after {
    box-shadow: 0 0 0 6px var(--primary-color);
    opacity: 0
}

.thumbnail_20[data-v-a1212702] {
    width: 16px;
    height: 16px;
    margin: 0 10px
}

.image-text_3[data-v-a1212702] {
    width: 30.77vw;
    height: 5.65vw;
    margin: 3.84vw 0 0 30vw
}

.text-group_1[data-v-a1212702] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.thumbnail_9[data-v-a1212702] {
    width: 4.11vw;
    height: 4.11vw;
    margin-top: .77vw
}

.text-wrapper_3[data-v-a1212702] {
    width: 100%
}

.text_10[data-v-a1212702] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    opacity: 50%;
    padding: 10px 20px
}

.text_11[data-v-a1212702] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 20px;
    opacity: 50%;
    padding: 20px
}

.section_7[data-v-a1212702] {
    background-color: #ffffff0d;
    border-radius: 8px;
    margin: 0 20px
}

.box_7[data-v-a1212702] {
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    align-items: center
}

.box_7[data-v-a1212702]:last-child {
    border-bottom: none
}

.text_12[data-v-a1212702] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    margin-right: 10px;
    flex: 1;
    word-break: break-all
}

.thumbnail_10[data-v-a1212702] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex: 0 0 18px
}

.image_4[data-v-a1212702] {
    width: 82.06vw;
    height: .26vw;
    margin: 3.58vw 0 0 3.84vw
}

.box_8[data-v-a1212702] {
    width: 82.06vw;
    height: 8.72vw;
    margin: 3.84vw 0 0 3.84vw
}

.text_13[data-v-a1212702] {
    width: 71.8vw;
    height: 8.72vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    line-height: 4.36vw
}

.thumbnail_11[data-v-a1212702] {
    width: 4.62vw;
    height: 4.62vw;
    margin-top: 2.06vw
}

.image_5[data-v-a1212702] {
    width: 82.06vw;
    height: .26vw;
    margin: 3.58vw 0 0 3.84vw
}

.box_9[data-v-a1212702] {
    width: 82.06vw;
    height: 8.72vw;
    margin: 3.84vw 0 0 3.84vw
}

.text_14[data-v-a1212702] {
    width: 71.8vw;
    height: 8.72vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    line-height: 4.36vw
}

.thumbnail_12[data-v-a1212702] {
    width: 4.62vw;
    height: 4.62vw;
    margin-top: 2.06vw
}

.image_6[data-v-a1212702] {
    width: 82.06vw;
    height: .26vw;
    margin: 3.58vw 0 0 3.84vw
}

.box_10[data-v-a1212702] {
    width: 82.06vw;
    height: 21.8vw;
    margin: 3.84vw 0 3.84vw 3.84vw
}

.text_15[data-v-a1212702] {
    width: 71.8vw;
    height: 21.8vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    line-height: 4.36vw
}

.thumbnail_13[data-v-a1212702] {
    width: 4.62vw;
    height: 4.62vw;
    margin-top: 8.72vw
}

.page[data-v-a1212702] {
    padding-bottom: 60px
}

@media screen and (min-width: 750px) {
    .text_9[data-v-a1212702] {
        font-size: 14px !important
    }

    .text-wrapper_3[data-v-a1212702] {
        max-width: 900px;
        margin: 0 auto;
        padding: 0;
        text-align: left
    }

    .text_11[data-v-a1212702] {
        padding: 50px 0 20px
    }

    .section_7[data-v-a1212702] {
        max-width: 900px;
        margin: 0 auto
    }

    .section_6[data-v-a1212702] {
        width: 100%;
        height: 364px;
        background: #ffffff1a;
        margin-top: 0
    }

    .text_4[data-v-a1212702] {
        max-width: 900px;
        margin: 0 auto;
        font-size: 14px;
        padding: 50px 0 20px
    }

    .text-wrapper_2[data-v-a1212702] {
        width: 350px;
        height: 52px;
        background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
        border-radius: 8px;
        margin: 0 auto
    }

    .section_5[data-v-a1212702] {
        width: 354px;
        height: 52px;
        border-radius: 24px;
        margin: 20px auto
    }

    .section_5 .box_2[data-v-a1212702] {
        height: 52px;
        margin: 0
    }

    .text_10[data-v-a1212702] {
        max-width: 900px;
        margin: 0 auto;
        text-align: center
    }

    .text_6[data-v-a1212702] {
        max-width: 900px;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        margin: 0 auto;
        text-align: center;
        height: auto;
        padding-top: 20px
    }
}

.text_8[data-v-973a1806] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    text-align: right;
    white-space: nowrap
}

.text_9[data-v-973a1806] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    text-align: right;
    white-space: nowrap;
    line-height: 25px
}

.text_10[data-v-973a1806] {
    display: flex;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    white-space: nowrap
}

.text_11[data-v-973a1806] {
    min-width: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.box[data-v-cd8d8df4] {
    display: flex;
    align-items: center;
    justify-content: center
}

.group_62[data-v-cd8d8df4] {
    background-image: url("");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center
}

.text_115[data-v-cd8d8df4] {
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    padding-top: 27px
}

.text_116[data-v-cd8d8df4] {
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 8px;
    font-family: PingFangSC-Semibold;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding-top: 10px
}

@media screen and (min-width: 750px) {
    .pcSaving[data-v-3387202a] {
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .pcSavingHead[data-v-3387202a] {
        width: 100%;
        height: 534px;
        background: url("02-nD2dJEIp.gif") no-repeat;
        background-size: cover;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-position: top center
    }

    .pcSaving .topLogo[data-v-3387202a] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .pcSaving .topLogo img[data-v-3387202a] {
        width: 213px;
        height: 77px
    }

    .pcSaving .topLogo span[data-v-3387202a] {
        margin: 0 15px;
        color: #4fe117;
        border: 1px solid #4FE117;
        font-size: 18px;
        border-radius: 10px;
        padding: 0 8px;
        height: 38px;
        line-height: 38px
    }

    .pcSaving .savingNow[data-v-3387202a] {
        width: 500px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        margin-top: 30px;
        position: relative
    }

    .pcSaving .poolBox[data-v-3387202a] {
        padding: 20px 20px 10px
    }

    .pcSaving .text-group_71[data-v-3387202a] {
        align-items: center
    }

    .pcSaving .poolTit[data-v-3387202a] {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600
    }

    .pcSaving .text_6[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 33px
    }

    .pcSaving .text_6 b[data-v-3387202a] {
        font-size: 24px
    }

    .pcSaving .pcLavel[data-v-3387202a] {
        min-height: 100px;
        background: url("") 100% 100% no-repeat;
        background-size: 100% 100%;
        width: 500px;
        margin-top: 27px
    }

    .pcSaving .pcLavelLeft[data-v-3387202a] {
        justify-content: left;
        text-align: left;
        margin-left: 20px
    }

    .pcSaving .pcLavelLeftOne[data-v-3387202a] {
        width: 62px;
        height: 17px;
        font-size: 12px;
        align-items: center;
        cursor: pointer
    }

    .pcSaving .idName[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #18191a;
        font-size: 12px;
        white-space: nowrap
    }

    .pcSaving .thumbnail_57[data-v-3387202a] {
        width: 12px;
        height: 12px;
        margin: 0 4px
    }

    .pcSaving .teamList[data-v-3387202a] {
        border-radius: 8px;
        height: 35px;
        border: 1px solid rgba(79, 225, 23, .5);
        margin-bottom: 10px;
        justify-content: flex-center;
        padding: 0 14px;
        align-items: center;
        width: calc(100% - 80px)
    }

    .pcSaving .idNames[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #ffd290;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 20px;
        padding-top: 10px
    }

    .pcSaving .oneT1[data-v-3387202a] {
        padding-top: 4px
    }

    .pcSaving .nextTimes[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        white-space: nowrap;
        line-height: 17px
    }

    .pcSaving .text_8[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-size: 14px;
        white-space: nowrap
    }

    .pcSaving .text_8 label[data-v-3387202a] {
        color: #ffffff80
    }

    .pcSaving .box_3[data-v-3387202a] {
        background-color: #ffffff1a;
        border: 2px solid #48484A;
        border-radius: 10px;
        margin: 0 20px;
        height: 60px;
        align-items: center;
        overflow: hidden
    }

    .pcSaving .text_9[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-weight: 600;
        white-space: nowrap;
        display: flex;
        align-items: center;
        margin: 0 12px;
        line-height: 100%;
        width: 80%;
        height: 60px
    }

    .text-wrapper_2[data-v-3387202a] {
        cursor: pointer;
        background-color: #fff;
        border-radius: 10px;
        padding: 0 12px;
        height: 36px;
        margin: 0 12px;
        font-weight: 600;
        font-size: 16px;
        color: #18191a;
        text-align: center;
        font-style: normal;
        line-height: 36px;
        flex-shrink: 0
    }

    .pcSaving .nameLists[data-v-3387202a] {
        position: absolute;
        left: 530px;
        top: 0;
        display: flex;
        flex-direction: column
    }

    .pcSaving .nameList[data-v-3387202a] {
        cursor: pointer;
        height: 52px;
        margin: 0 0 20px;
        border-radius: 24px;
        border: 12px solid transparent;
        overflow: hidden;
        border: solid 2px transparent;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 310px
    }

    .pcSaving .nameList span[data-v-3387202a] {
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s linear
    }

    .pcSaving .nameList[data-v-3387202a]:hover {
        transform: scale(1.05);
        transition: all .5s linear
    }

    .text_10[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #18191a;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        line-height: 9.42vw
    }

    .text_11[data-v-3387202a] {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 25px
    }

    .text-group_68[data-v-3387202a] {
        margin: 20px 20px 0
    }

    .text_6[data-v-3387202a] {
        font-size: 24px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 33px
    }

    .text_7[data-v-3387202a] {
        width: 72px;
        height: 25px;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 25px;
        margin-top: 20px
    }

    .section_4[data-v-3387202a] {
        background-color: #ffffff1a;
        border-radius: 10px;
        height: 60px;
        margin: 10px 20px 0;
        align-items: center;
        padding: 0 20px
    }

    .text_9[data-v-3387202a] {
        width: 70%;
        height: 25px;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 25px;
        margin: 18px 0 0 20px
    }

    .text-wrapper_4[data-v-3387202a] {
        background-color: #fff;
        border-radius: 10px;
        height: 36px;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        font-size: 18px
    }

    .text_10[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #18191a;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        white-space: nowrap
    }

    .text-wrapper_123[data-v-3387202a] {
        align-items: center;
        margin: 20px 20px 0
    }

    .text_11[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #ffffff80;
        font-size: 18px;
        font-weight: 600
    }

    .text_12[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: right;
        white-space: nowrap
    }

    .text-wrapper_124[data-v-3387202a] {
        height: 25px;
        margin: 20px 0 0 20px
    }

    .text_13[data-v-3387202a] {
        width: 72px;
        height: 25px;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
        line-height: 25px
    }

    .text_14[data-v-3387202a] {
        width: 57px;
        height: 25px;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: right;
        white-space: nowrap;
        line-height: 25px
    }

    .list_30[data-v-3387202a] {
        justify-content: space-between;
        margin: 15px 20px 0
    }

    .list-items_1[data-v-3387202a] {
        border-radius: 10px;
        height: 60px;
        border: 1px solid rgba(79, 225, 23, .5);
        margin-bottom: 8px
    }

    .text-wrapper_125[data-v-3387202a] {
        align-items: center;
        height: 25px;
        margin: 5px 10px 0
    }

    .box_33[data-v-3387202a] {
        background-color: #ffffff1a;
        border: 2px solid #48484A;
        border-radius: 10px;
        margin: 0 20px;
        height: 60px;
        align-items: center;
        overflow: hidden;
        flex-shrink: 0
    }

    .text_99[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-weight: 600;
        white-space: nowrap;
        display: flex;
        align-items: center;
        margin: 0 12px;
        line-height: 100%
    }

    .text-wrapper_222[data-v-3387202a] {
        cursor: pointer;
        background-color: #fff;
        border-radius: 10px;
        padding: 0 12px;
        height: 36px;
        margin: 0 12px;
        font-weight: 600;
        font-size: 18px;
        color: #18191a;
        text-align: center;
        font-style: normal;
        line-height: 36px;
        display: flex;
        flex-shrink: 0
    }

    .text_15[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #ffffff80;
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap
    }

    .text_16[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: right;
        white-space: nowrap
    }

    .text-wrapper_126[data-v-3387202a] {
        padding: 0 10px;
        align-items: center;
        height: 20px;
        margin-top: 4px
    }

    .text_17[data-v-3387202a] {
        width: 28px;
        height: 20px;
        overflow-wrap: break-word;
        color: #fff;
        font-size: 16px;
        white-space: nowrap;
        line-height: 20px
    }

    .text_18[data-v-3387202a] {
        overflow-wrap: break-word;
        color: #fff;
        font-size: 16px;
        white-space: nowrap;
        line-height: 20px
    }

    .text_18 label[data-v-3387202a] {
        color: #ffffff80
    }

    .text-wrapper_127[data-v-3387202a] {
        height: 60px;
        margin: 10px 20px;
        background: linear-gradient(270deg, #a3ff7f, #64f7e0);
        box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
        border-radius: 30px;
        -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
        border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
        opacity: 1;
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
        color: #18191a;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0
    }

    .text-wrapper_127.dis[data-v-3387202a] {
        opacity: .5
    }

    .myFri[data-v-3387202a] {
        background: url("pc_c_bg@3x-B_MBUMP4.png") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        min-height: 1534px
    }

    .myFri .tlist[data-v-3387202a] {
        width: 897px;
        display: flex;
        justify-content: space-between;
        margin: 60px auto;
        position: relative
    }

    .myFri .tlist[data-v-3387202a]:before {
        position: absolute;
        width: 1px;
        height: 143px;
        background: #ffffff80;
        left: 50%;
        top: 7px;
        content: ""
    }

    .myFri .tlist .tlists[data-v-3387202a] {
        display: flex;
        flex-direction: column;
        width: 40%
    }

    .myFri .tlist .tli[data-v-3387202a] {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px
    }

    .myFri .tlist .tli h2[data-v-3387202a] {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff80
    }

    .myFri .tlist .tli span[data-v-3387202a] {
        font-weight: 600;
        font-size: 18px;
        color: #15e3c4
    }

    .myFri .tlist .tli span.e[data-v-3387202a] {
        color: #fff
    }

    .myFri .teamAndPer[data-v-3387202a] {
        display: flex;
        justify-content: space-between;
        width: 1040px;
        margin: 0 auto;
        padding-top: 340px
    }

    .myFri .teamAndPer .teamLi[data-v-3387202a] {
        display: flex;
        flex-direction: column;
        width: calc(50% - 40px)
    }

    .myFri .teamAndPer .teamLi .nam[data-v-3387202a] {
        font-weight: 600;
        font-size: 48px;
        color: #fff;
        text-align: center
    }

    .myFri .teamAndPer .teamLi .tma[data-v-3387202a] {
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        align-items: center;
        height: 330px;
        justify-content: center;
        border: solid 2px transparent;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4);
        background-origin: border-box;
        background-clip: content-box, border-box;
        margin-top: 48px
    }

    .myFri .teamAndPer .teamLi .toCenter[data-v-3387202a] {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .withdrawMon[data-v-3387202a] {
        display: flex;
        flex-direction: column
    }

    .myFri .sameTit[data-v-3387202a] {
        width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-top: 100px
    }

    .myFri .sameTit h2[data-v-3387202a],
    .myFri .sameTit h2 b[data-v-3387202a] {
        font-weight: 800;
        font-size: 48px
    }

    .myFri .sameTit p[data-v-3387202a] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff80;
        padding-top: 40px;
        padding-bottom: 60px
    }

    .myFri .sameTit .loopGif[data-v-3387202a] {
        width: 305px;
        height: 395px;
        margin: 0 auto
    }

    .pcSavingFaq[data-v-3387202a] {
        position: relative;
        width: 1040px;
        min-height: 555px;
        margin: 0 auto
    }

    .pcSavingFaq .titt[data-v-3387202a] {
        padding-bottom: 60px;
        padding-top: 16px;
        text-align: center
    }

    .pcSavingFaq .titt b[data-v-3387202a] {
        font-weight: 800;
        font-size: 48px
    }

    .pcSavingFaq .li[data-v-3387202a] {
        padding-bottom: 20px
    }
}

.page[data-v-3387202a] {
    background-color: #18191a;
    position: relative;
    padding-top: 60px
}

.box_1[data-v-3387202a] {
    height: 94px;
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px;
    position: relative
}

.box_75[data-v-3387202a] {
    height: 18px;
    margin: 13px 0 0 16px
}

.text_121[data-v-3387202a] {
    width: 54px;
    height: 18px;
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap;
    line-height: 18px
}

.thumbnail_54[data-v-3387202a] {
    width: 17px;
    height: 11px;
    margin: 4px 0 0 239px
}

.thumbnail_55[data-v-3387202a] {
    width: 15px;
    height: 11px;
    margin: 4px 0 0 5px
}

.image_52[data-v-3387202a] {
    width: 25px;
    height: 12px;
    margin: 3px 0 0 5px
}

.box_76[data-v-3387202a] {
    height: 30px;
    margin: 23px 0 10px 22px
}

.image_53[data-v-3387202a] {
    width: 21px;
    height: 17px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-3387202a] {
    width: 84px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 6px 0 0 72px
}

.block_1[data-v-3387202a] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    height: 24px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 2px 0 0 7px
}

.box_2[data-v-3387202a] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 9px 0 0 7px
}

.text_3[data-v-3387202a] {
    width: 45px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 3px 6px 0 5px
}

.image-wrapper_17[data-v-3387202a] {
    background-color: #000;
    border-radius: 6px;
    height: 30px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px;
    width: 40px
}

.image_54[data-v-3387202a] {
    width: 27px;
    height: 12px;
    margin: 10px 0 0 7px
}

.box_77[data-v-3387202a] {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px
}

.box_3[data-v-3387202a] {
    background: url("") 100% no-repeat;
    background-size: cover
}

.box_4[data-v-3387202a] {
    height: 77px;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    padding-top: 30px
}

.box_78[data-v-3387202a] {
    width: 213px;
    height: 77px;
    background: url("") no-repeat;
    background-size: cover
}

.text-wrapper_1[data-v-3387202a] {
    border-radius: 10px;
    height: 38px;
    border: 1px solid rgba(79, 225, 23, 1);
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    margin: 0 6px
}

.text_4[data-v-3387202a] {
    color: #4fe117;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 25px
}

.text-wrapper_2[data-v-3387202a] {
    border-radius: 24px;
    height: 52px;
    margin: 0 20px 20px;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.text-wrapper_22[data-v-3387202a] {
    height: 52px;
    background: #ffffff1a;
    border-radius: 24px;
    margin: 0 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.text_5[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.box_5[data-v-3387202a] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    height: 511px
}

.text-group_68[data-v-3387202a] {
    margin: 20px 20px 0
}

.text_6[data-v-3387202a] {
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 33px
}

.text_7[data-v-3387202a] {
    width: 72px;
    height: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin-top: 20px
}

.section_4[data-v-3387202a] {
    background-color: #ffffff1a;
    border-radius: 10px;
    height: 60px;
    margin: 10px 20px 0;
    align-items: center;
    padding: 0 20px
}

.text_9[data-v-3387202a] {
    width: 70%;
    height: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px;
    margin: 18px 0 0 20px
}

.text-wrapper_4[data-v-3387202a] {
    background-color: #fff;
    border-radius: 10px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 18px
}

.text_10[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_123[data-v-3387202a] {
    align-items: center;
    margin: 20px 20px 0
}

.text_11[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600
}

.text_12[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_124[data-v-3387202a] {
    height: 25px;
    margin: 20px 0 0 20px
}

.text_13[data-v-3387202a] {
    width: 72px;
    height: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 25px
}

.text_14[data-v-3387202a] {
    width: 57px;
    height: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 25px
}

.list_30[data-v-3387202a] {
    justify-content: space-between;
    margin: 15px 20px 0
}

.list-items_1[data-v-3387202a] {
    border-radius: 10px;
    height: 60px;
    border: 1px solid rgba(79, 225, 23, .5);
    margin-bottom: 8px
}

.text-wrapper_125[data-v-3387202a] {
    align-items: center;
    height: 25px;
    margin: 5px 10px 0
}

.box_33[data-v-3387202a] {
    background-color: #ffffff1a;
    border: 2px solid #48484A;
    border-radius: 10px;
    margin: 0 20px;
    height: 60px;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0
}

.text_99[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 0 12px;
    line-height: 100%
}

.text-wrapper_222[data-v-3387202a] {
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 12px;
    height: 36px;
    margin: 0 12px;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    text-align: center;
    font-style: normal;
    line-height: 36px;
    display: flex;
    flex-shrink: 0
}

.text_15[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_16[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_126[data-v-3387202a] {
    padding: 0 10px;
    align-items: center;
    height: 20px;
    margin-top: 4px
}

.text_17[data-v-3387202a] {
    width: 28px;
    height: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    line-height: 20px
}

.text_18[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    line-height: 20px
}

.text_18 label[data-v-3387202a] {
    color: #ffffff80
}

.text-wrapper_127[data-v-3387202a] {
    height: 60px;
    margin: 10px 20px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.text-wrapper_127.dis[data-v-3387202a] {
    opacity: .5
}

.text_122[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.box_79[data-v-3387202a] {
    height: 131px
}

.group_65[data-v-3387202a] {
    margin: 30px 20px 0
}

.text-wrapper_128[data-v-3387202a] {
    border-radius: 24px;
    height: 50px;
    border: 2px solid;
    width: 45%;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.text_123[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_129[data-v-3387202a] {
    border-radius: 24px;
    height: 50px;
    border: 2px solid;
    width: 170px
}

.text_124[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.group_53[data-v-3387202a] {
    width: calc(100% - 40px);
    height: 348px;
    background: url("") no-repeat;
    background-size: contain;
    margin: 0 20px
}

.text-wrapper_130 span[data-v-3387202a] {
    width: 50%;
    margin: 18px 0
}

.text_110[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_111[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.list_31[data-v-3387202a] {
    height: 214px;
    margin: 27px 20px 26px
}

.text-wrapper_112[data-v-3387202a] {
    border-radius: 8px;
    height: 35px;
    border: 1px solid rgba(79, 225, 23, .5);
    margin-bottom: 10px;
    justify-content: flex-center;
    padding: 0 14px;
    align-items: center
}

.box_t6[data-v-3387202a] {
    width: calc(100% - 40px);
    margin: 0 20px;
    height: 422px;
    background: url("") no-repeat;
    background-size: contain
}

.text-wrapper_t2[data-v-3387202a] {
    border-radius: 8px;
    height: 30px;
    border: 1px solid rgba(79, 225, 23, .5);
    justify-content: flex-center;
    margin: 10px 20px 2px;
    padding: 0 14px;
    align-items: center;
    color: #fff
}

.text_t10[data-v-3387202a],
.text_t12[data-v-3387202a] {
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.text_t12 b[data-v-3387202a] {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff80
}

.text_t13[data-v-3387202a] {
    display: flex;
    justify-content: right;
    padding-right: 24px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffffff80
}

.group_t4[data-v-3387202a] {
    background-color: #ffffff1a;
    border-radius: 10px
}

.text_t14[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw
}

.text_t16[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #ffffff80;
    text-align: right;
    white-space: nowrap;
    padding-right: 24px;
    font-size: 12px
}

.text-wrapper_t4[data-v-3387202a] {
    text-align: center;
    color: #18191a;
    display: flex;
    justify-content: center;
    align-items: center
}

.text_t6[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    cursor: pointer;
    width: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    font-size: 18px
}

.text-wrapper_t1 span[data-v-3387202a] {
    width: 50%;
    margin: 18px 0
}

.text_t7[data-v-3387202a] {
    width: 50%;
    align-items: center;
    justify-content: center;
    overflow-wrap: break-word;
    color: #4fe117;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    font-size: 18px
}

.group_t3[data-v-3387202a] {
    background-image: url("");
    width: 23.65vw;
    height: 18.75vw;
    margin: 4.35vw 0 0 32.05vw
}

.text_112[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.text_113[data-v-3387202a] {
    width: 26px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 22px;
    margin: 4px 0 0 177px
}

.text_114[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    text-align: right;
    white-space: nowrap
}

.box_81[data-v-3387202a] {
    padding: 50px 20px 0
}

.text-group_69[data-v-3387202a] {
    height: 166px
}

.text_32[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px
}

.text_33[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px
}

.box_82[data-v-3387202a] {
    position: relative
}

.image-text_106[data-v-3387202a] {
    width: 352px;
    height: 32px;
    margin: 28px 0 0 18px
}

.text-group_6[data-v-3387202a] {
    width: 316px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin-top: 5px
}

.label_71[data-v-3387202a] {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(79, 225, 23, 1)
}

.image-wrapper_2[data-v-3387202a] {
    position: relative;
    width: 101px;
    height: 161px;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: -1px 0 0 30px
}

.image_6[data-v-3387202a] {
    position: absolute;
    left: -10px;
    top: 21px;
    height: 1px
}

.image_7[data-v-3387202a] {
    position: absolute;
    left: -10px;
    top: 93px;
    height: 1px
}

.label_72[data-v-3387202a] {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(79, 225, 23, 1);
    margin: -120px 0 0 338px
}

.text_34[data-v-3387202a] {
    width: 316px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: -29px 0 0 18px
}

.label_73[data-v-3387202a] {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(79, 225, 23, 1);
    margin: 47px 0 0 338px
}

.image-wrapper_3[data-v-3387202a] {
    position: relative;
    width: 101px;
    height: 161px;
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: -29px 0 0 233px
}

.image_8[data-v-3387202a] {
    position: absolute;
    left: -213px;
    top: 49px;
    height: 1px
}

.image_9[data-v-3387202a] {
    position: absolute;
    left: -213px;
    top: 121px;
    height: 1px
}

.label_74[data-v-3387202a] {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(79, 225, 23, 1);
    margin: -92px 0 0 338px
}

.text_35[data-v-3387202a] {
    width: 316px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: -27px 0 0 18px
}

.text_36[data-v-3387202a] {
    width: 316px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: 42px 0 0 18px
}

.label_75[data-v-3387202a] {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(79, 225, 23, 1);
    margin: -19px 0 0 338px
}

.image_10[data-v-3387202a] {
    height: 1px;
    margin: 20px 0 51px 20px
}

.text_37[data-v-3387202a] {
    position: absolute;
    left: 18px;
    top: 173px;
    width: 316px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px
}

.box_83[data-v-3387202a] {
    background-color: #242526;
    height: 327px;
    margin-top: -1px
}

.box_84[data-v-3387202a] {
    height: 56px;
    margin: 36px 0 0 22px
}

.image-text_107[data-v-3387202a] {
    width: 129px;
    height: 56px
}

.group_66[data-v-3387202a] {
    width: 129px;
    height: 36px;
    background: url("") 0px 0px no-repeat;
    background-size: 130px 36px
}

.text-group_70[data-v-3387202a] {
    width: 48px;
    height: 14px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
    margin: 6px 0 0 41px
}

.group_67[data-v-3387202a] {
    border-radius: 8px;
    width: 99px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .15);
    margin-top: 2px
}

.image-text_108[data-v-3387202a] {
    width: 74px;
    height: 18px;
    margin: 7px 0 0 13px
}

.thumbnail_56[data-v-3387202a] {
    width: 18px;
    height: 18px
}

.text-group_71[data-v-3387202a] {
    width: 48px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin-top: 1px
}

.list_32[data-v-3387202a] {
    width: 174px;
    height: 113px;
    justify-content: space-between;
    margin: 22px 0 0 108px
}

.image-text_109[data-v-3387202a] {
    width: 62px;
    height: 113px;
    margin-right: 50px
}

.image_55[data-v-3387202a] {
    width: 62px;
    height: 62px
}

.text-group_72[data-v-3387202a] {
    width: 53px;
    height: 36px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin: 15px 0 0 4px
}

.text_125[data-v-3387202a] {
    width: 240px;
    height: 24px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 36px 0 40px 75px
}

.block_3[data-v-3387202a] {
    background-color: #ffffff1a;
    border-radius: 24px;
    width: 310px;
    height: 52px;
    margin: 49px 0 0 40px
}

.image-text_110[data-v-3387202a] {
    width: 55px;
    height: 25px;
    margin: 14px 0 0 127px
}

.text-group_10[data-v-3387202a] {
    width: 36px;
    height: 25px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 25px
}

.thumbnail_4[data-v-3387202a] {
    width: 9px;
    height: 14px;
    margin-left: 5px
}

.section_8[data-v-3387202a] {
    margin: 30px 20px;
    width: calc(100% - 40px);
    height: 100px;
    background: url("") 100% 100% no-repeat;
    background-size: 100% 100%;
    padding-right: 20px
}

.box_86[data-v-3387202a] {
    justify-content: left;
    text-align: left;
    margin: 2px 0 0 7px
}

.box_87[data-v-3387202a] {
    width: 62px;
    height: 17px;
    font-size: 12px;
    align-items: center
}

.text_104[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 12px;
    white-space: nowrap
}

.thumbnail_57[data-v-3387202a] {
    width: 12px;
    height: 12px
}

.text_51[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #ffd290;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    padding-top: 7px;
    padding-left: 7px
}

.text-wrapper_131[data-v-3387202a] {
    padding-top: 4px;
    padding-left: 7px
}

.text_105[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_87[data-v-3387202a] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text_88[data-v-3387202a] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 60px 0 0 4px
}

.text_89[data-v-3387202a] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 60px 0 0 4px
}

.text_90[data-v-3387202a] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 60px 0 0 4px
}

.text_91[data-v-3387202a] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 60px 0 0 4px
}

.text_92[data-v-3387202a] {
    width: 11px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 60px 0 0 4px
}

.text_93[data-v-3387202a] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 60px 0 0 4px
}

.text_94[data-v-3387202a] {
    width: 8px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 60px 0 0 4px
}

.group_62[data-v-3387202a] {
    background-image: url("");
    width: 100px;
    height: 77px;
    margin: 11px 20px 0 29px
}

.text-group_73[data-v-3387202a] {
    width: 32px;
    height: 44px;
    margin: 29px 0 0 33px
}

.text_115[data-v-3387202a] {
    width: 25px;
    height: 22px;
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 4px
}

.text_116[data-v-3387202a] {
    width: 32px;
    height: 10px;
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 10px;
    margin-top: 12px
}

.text-wrapper_14[data-v-3387202a] {
    border-radius: 24px;
    height: 52px;
    border: 2px solid;
    width: 310px;
    position: absolute;
    left: 40px;
    top: -13px
}

.text_39[data-v-3387202a] {
    width: 64px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    margin: 15px 0 0 123px
}

.group_55[data-v-3387202a] {
    position: relative;
    margin-top: -80px;
    margin-bottom: 40px;
    padding: 0 20px
}

.group_55 .why0[data-v-3387202a] {
    position: absolute;
    width: 100px;
    height: 160px;
    left: 40px;
    top: 40px;
    opacity: .5
}

.group_55 .why1[data-v-3387202a] {
    position: absolute;
    width: 100px;
    height: 160px;
    right: 40px;
    top: 140px;
    opacity: .5
}

.group_55 .li[data-v-3387202a] {
    padding-bottom: 20px
}

.box_17[data-v-3387202a] {
    height: 495px;
    background: url("") no-repeat;
    background-size: cover;
    width: 100%;
    position: relative
}

.text_40[data-v-3387202a] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 68px;
    height: 38px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    line-height: 38px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.image_12[data-v-3387202a] {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 200px;
    height: 259px;
    margin-left: -100px
}

.section_6[data-v-3387202a] {
    height: 300px;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    background: linear-gradient(218deg, #fff, #fffdcd 62%, #abeda7);
    border-radius: 20px
}

.group_t3[data-v-3387202a] {
    background-image: url("");
    width: 23.65vw;
    height: 18.75vw;
    margin: 4.35vw 0 0 32.05vw
}

.text-group_t1[data-v-3387202a] {
    width: 8.21vw;
    height: 11.29vw;
    margin: 6.43vw 0 0 8.46vw
}

.text_t8[data-v-3387202a] {
    width: 6.42vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-left: 1.03vw
}

.text_t9[data-v-3387202a] {
    width: 8.21vw;
    height: 2.57vw;
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 2.05vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 2.57vw;
    margin-top: 3.08vw
}

.text_t11[data-v-3387202a] {
    width: 12.31vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 5.65vw;
    margin: 1.02vw 0 0 32.05vw
}

.group_t4[data-v-3387202a] {
    background-color: #ffffff1a;
    border-radius: 10px;
    width: 84.62vw;
    height: 15.39vw;
    margin: 5.12vw 0 0 2.56vw
}

.text_t14[data-v-3387202a] {
    height: 6.42vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.61vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 6.42vw;
    margin: 4.61vw 0 0 3.58vw
}

.text-wrapper_t3[data-v-3387202a] {
    background-color: #fff;
    border-radius: 10px;
    height: 9.24vw;
    line-height: 9.24vw;
    width: 17.44vw;
    margin: 3.07vw 3.58vw 0 0
}

.text_15[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_t4[data-v-3387202a] {
    height: 10.26vw;
    text-align: center;
    background: url("") -2.31vw -1.29vw no-repeat;
    background-size: 37.94vw 14.35vw;
    width: 34.36vw;
    color: #18191a;
    margin: 4.61vw 0 5.64vw 27.69vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.block_11[data-v-3387202a] {
    height: 100vh;
    align-items: center;
    justify-content: center
}

.group_6[data-v-3387202a] {
    margin-top: 60px;
    width: 100%
}

.group_17[data-v-3387202a] {
    width: 50vw;
    height: 5.13vw;
    margin: 12.05vw 0 0 11.02vw
}

.text_20[data-v-3387202a] {
    width: 7.18vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 3.58vw;
    text-align: center;
    white-space: nowrap;
    line-height: 5.13vw
}

.text-wrapper_31[data-v-3387202a] {
    border-radius: 2px;
    height: 4.88vw;
    border: 1px solid rgba(18, 165, 53, 1);
    margin-left: .77vw;
    width: 6.67vw
}

.text_21[data-v-3387202a] {
    width: 4.88vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 3.58vw;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-left: .77vw
}

.text-wrapper_10[data-v-3387202a] {
    width: 34.36vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    text-align: center;
    white-space: nowrap;
    line-height: 5.13vw;
    margin-left: 1.03vw
}

.text_22[data-v-3387202a] {
    width: 34.36vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 3.58vw;
    white-space: nowrap;
    line-height: 5.13vw
}

.text_23[data-v-3387202a] {
    width: 34.36vw;
    height: 5.13vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 3.58vw;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.13vw
}

.block_4[data-v-3387202a] {
    background: url("") 100% no-repeat;
    background-size: 100% 100%;
    margin: 16px 12px;
    padding: 12px 0
}

.block_12[data-v-3387202a] {
    width: 61.03vw;
    height: 7.18vw;
    margin: 2.3vw 0 0 2.05vw
}

.text-wrapper_11[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw;
    margin-top: 1.54vw
}

.text_24[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_25[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.box_d5[data-v-3387202a] {
    background-color: #fff;
    border-radius: 4px;
    height: 7.18vw;
    width: 42.57vw
}

.text_26[data-v-3387202a] {
    width: 1.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.53vw 0 0 4.35vw
}

.block_13[data-v-3387202a] {
    padding: 0 8px;
    margin-bottom: 4px
}

.text_27[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.text_28[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.box_6[data-v-3387202a] {
    background-color: #fff;
    border-radius: 4px;
    height: 28px;
    width: 186px;
    align-items: center
}

.text-wrapper_13[data-v-3387202a] {
    overflow-wrap: break-word;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_29[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.text_30[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    padding: 0 2px;
    font-weight: 600
}

.text_31[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.block_14[data-v-3387202a] {
    width: 61.03vw;
    height: 7.18vw;
    margin: 1.02vw 0 0 2.05vw
}

.text-wrapper_d14[data-v-3387202a] {
    overflow-wrap: break-word;
    font-weight: 600;
    white-space: nowrap
}

.text_d32[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.text_d33[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.box_7[data-v-3387202a] {
    background-color: #fff;
    border-radius: 4px;
    height: 28px;
    width: 186px
}

.text-wrapper_15[data-v-3387202a] {
    width: 15.13vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.53vw 0 0 13.84vw
}

.text_d34[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.text_d35[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.text_d36[data-v-3387202a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap
}

.block_15[data-v-3387202a] {
    width: 61.03vw;
    height: 7.18vw;
    margin: 1.02vw 0 0 2.05vw
}

.text-wrapper_16[data-v-3387202a] {
    overflow-wrap: break-word;
    font-weight: 600;
    white-space: nowrap
}

.text_d37[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_38[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.box_8[data-v-3387202a] {
    background-color: #fff;
    border-radius: 4px;
    height: 28px;
    width: 186px
}

.text-wrapper_17[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.53vw 0 0 13.33vw
}

.text_d39[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_d40[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_41[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.block_16[data-v-3387202a] {
    width: 61.03vw;
    height: 7.18vw;
    margin: 1.02vw 0 0 2.05vw
}

.text-wrapper_18[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw;
    margin-top: 1.54vw
}

.text_42[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_43[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.box_9[data-v-3387202a] {
    background-color: #fff;
    border-radius: 4px;
    height: 7.18vw;
    width: 42.57vw
}

.text-wrapper_19[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.53vw 0 0 13.33vw
}

.text_44[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_45[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_46[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.block_17[data-v-3387202a] {
    width: 61.03vw;
    height: 7.18vw;
    margin: 1.02vw 0 2.56vw 2.05vw
}

.text-wrapper_20[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw;
    margin-top: 1.54vw
}

.text_47[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_48[data-v-3387202a] {
    width: 18.21vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.box_10[data-v-3387202a] {
    background-color: #fff;
    border-radius: 4px;
    height: 7.18vw;
    width: 42.57vw
}

.text-wrapper_21[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.53vw 0 0 13.33vw
}

.text_49[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_50[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #12a535;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.text_d51[data-v-3387202a] {
    width: 15.9vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 4.36vw
}

.block_18[data-v-3387202a] {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -41px;
    width: 100px;
    height: 78px
}

.box_32[data-v-3387202a] {
    width: 100%;
    height: 100%;
    background: url("") no-repeat;
    background-size: 100% 100%
}

.text-group_11[data-v-3387202a] {
    width: 100%
}

.text_58[data-v-3387202a] {
    width: 100%;
    overflow-wrap: break-word;
    color: #ad5515;
    padding-top: 30px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_59[data-v-3387202a] {
    width: 100%;
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 8px;
    padding-bottom: 4px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.label_5[data-v-3387202a] {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -24px;
    top: -24px;
    cursor: pointer
}

.box_input[data-v-3387202a] {
    background: #48484a;
    border: none;
    outline: none;
    width: calc(100% - 100px)
}

.box_33 input[data-v-3387202a] {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    height: 40px
}

.borderInput input[data-v-3387202a] {
    color: #4fe117
}

.group_55[data-v-3387202a] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.group_55[data-v-3387202a] .van-cell:after {
    border-bottom: none
}

.group_55[data-v-3387202a] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-3387202a]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.group_55 .li p[data-v-3387202a] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.group_55 .li.two[data-v-3387202a] {
    padding-left: 20px
}

.group_55[data-v-3387202a] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.group_55[data-v-3387202a] .van-cell__left-icon,
.van-cell__right-icon[data-v-3387202a] {
    height: auto
}

.group_55[data-v-3387202a] .van-collapse-item__title .van-icon__image,
.group_55[data-v-3387202a] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

@media screen and (max-width: 750px) {
    .q2[data-v-3197d103] p {
        font-size: 14px
    }

    .q2[data-v-3197d103] p b {
        color: #4fe11780;
        font-size: 14px;
        padding-top: 10px
    }

    .q2[data-v-3197d103] p text {
        font-size: 14px;
        padding-top: 10px
    }

    .lineHeight[data-v-3197d103] p {
        line-height: 26px !important
    }

    .text-group_1[data-v-3197d103] {
        font-size: 14px;
        display: flex;
        flex-direction: column
    }

    .text-group_1[data-v-3197d103] text {
        padding-top: 10px;
        font-size: 14px
    }

    .text-group_1[data-v-3197d103] label {
        font-size: 14px;
        color: #4fe11780
    }

    .text-group_1[data-v-3197d103] b {
        color: #4fe11780;
        font-size: 14px
    }

    .text-group_1[data-v-3197d103] h5 {
        color: #15e3c4
    }

    .image-text_1[data-v-3197d103] {
        margin-bottom: 20px
    }

    .page[data-v-3197d103] {
        padding-top: 60px;
        background-color: #18191a;
        min-height: 100vh
    }

    .page .header[data-v-3197d103] {
        background: url("") no-repeat;
        background-position: center top;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-size: contain
    }

    .page .header .box1[data-v-3197d103] {
        height: 200px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 10px;
        margin: 20px;
        overflow-x: hidden
    }

    .page .header .box1 .bg[data-v-3197d103] {
        height: 200px;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        color: #18191a;
        position: relative;
        overflow: hidden
    }

    .page .header .box1 .bg .rightImg[data-v-3197d103] {
        width: 100%;
        height: 132px;
        position: absolute;
        top: 0;
        left: 0
    }

    .page .header .box1 .bg .totalName[data-v-3197d103] {
        font-weight: 400;
        font-size: 14px;
        color: #18191a;
        line-height: 20px;
        margin-top: 20px;
        position: relative
    }

    .page .header .box1 .bg .totalVal[data-v-3197d103] {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        align-items: center;
        position: relative
    }

    .page .header .box1 .bg .totalVal h2[data-v-3197d103] {
        font-weight: 800;
        font-size: 30px;
        color: #18191a;
        line-height: 38px
    }

    .page .header .box1 .bg .totalVal img[data-v-3197d103] {
        width: 24px;
        height: 24px;
        margin: 0 24px
    }

    .page .header .box1 .bg .reward[data-v-3197d103] {
        display: flex;
        flex-direction: row;
        margin: 20px 0 0;
        border-top: .5px solid #18191A;
        padding-top: 20px;
        position: relative
    }

    .page .header .box1 .bg .reward .one[data-v-3197d103] {
        display: flex;
        flex-direction: column;
        width: 48%
    }

    .page .header .box1 .bg .reward .one p[data-v-3197d103] {
        font-weight: 400;
        font-size: 14px;
        color: #18191a;
        line-height: 20px;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .page .header .box1 .bg .reward .one p img[data-v-3197d103] {
        width: 16px;
        height: 16px;
        margin: 0 8px
    }

    .page .header .box1 .bg .reward .one h3[data-v-3197d103] {
        font-weight: 800;
        font-size: 18px;
        color: #18191a;
        line-height: 24px;
        padding-top: 10px
    }
}

.bosBtn[data-v-3197d103] {
    margin: 0 20px 20px;
    display: flex;
    justify-content: space-between
}

.bosBtn2[data-v-3197d103] {
    margin: 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.bosBtn span[data-v-3197d103] {
    width: 48%;
    height: 60px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.group_55[data-v-3197d103] {
    padding-bottom: 60px
}

.group_55[data-v-3197d103] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.group_55[data-v-3197d103] .van-cell:after {
    border-bottom: none
}

.group_55[data-v-3197d103] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-3197d103]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.group_55 .li[data-v-3197d103] h3 {
    font-weight: 400;
    font-size: 16px;
    color: #15e3c4;
    line-height: 20px
}

.group_55 .li p[data-v-3197d103] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.group_55 .li[data-v-3197d103] p b {
    font-weight: 400;
    font-size: 14px;
    color: #4fe117
}

.group_55 .li[data-v-3197d103] p h5 {
    color: #15e3c4;
    font-size: 14px
}

.group_55 .li[data-v-3197d103] p {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 20px
}

.group_55 .li.two[data-v-3197d103] {
    padding-left: 20px
}

.group_55[data-v-3197d103] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.group_55[data-v-3197d103] .van-cell__left-icon,
.van-cell__right-icon[data-v-3197d103] {
    height: auto
}

.group_55[data-v-3197d103] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.group_55[data-v-3197d103] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(180deg);
    transition: transform .5s
}

.group_55[data-v-3197d103] {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0 20px
}

.group_55 .why0[data-v-3197d103] {
    position: absolute;
    width: 100px;
    height: 160px;
    left: 40px;
    top: 40px;
    opacity: .5
}

.group_55 .why1[data-v-3197d103] {
    position: absolute;
    width: 100px;
    height: 160px;
    right: 40px;
    top: 140px;
    opacity: .5
}

.group_55 .li[data-v-3197d103] {
    padding-bottom: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 750px) {
    .page .headerbg[data-v-3197d103] {
        background: url("") no-repeat;
        background-size: 100% 810px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0
    }

    .page .header[data-v-3197d103] {
        width: 540px;
        height: 546px;
        background: #18191a;
        margin: 20px auto 40px;
        border: 2px solid !important;
        border: solid 2px transparent !important;
        border-radius: 24px !important;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
        background-origin: border-box !important;
        background-clip: content-box, border-box !important;
        position: relative
    }

    .page .header .box1[data-v-3197d103] {
        height: 200px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 10px;
        margin: 20px;
        overflow-x: hidden;
        position: relative
    }

    .page .header .box1 .pcbox1bg[data-v-3197d103] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .page .header .box1 .bg[data-v-3197d103] {
        height: 200px;
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        color: #18191a;
        position: relative;
        overflow: hidden
    }

    .page .header .box1 .bg .rightImg[data-v-3197d103] {
        width: 100%;
        height: 132px;
        position: absolute;
        top: 0;
        left: 0;
        display: none !important
    }

    .page .header .box1 .bg .totalName[data-v-3197d103] {
        font-weight: 400;
        font-size: 14px;
        color: #18191a;
        line-height: 20px;
        margin-top: 20px;
        position: relative
    }

    .page .header .box1 .bg .totalVal[data-v-3197d103] {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        align-items: center;
        position: relative
    }

    .page .header .box1 .bg .totalVal h2[data-v-3197d103] {
        font-weight: 800;
        font-size: 30px;
        color: #18191a;
        line-height: 38px
    }

    .page .header .box1 .bg .totalVal img[data-v-3197d103] {
        width: 24px;
        height: 24px;
        margin: 0 24px;
        cursor: pointer
    }

    .page .header .box1 .bg .reward[data-v-3197d103] {
        display: flex;
        flex-direction: row;
        margin: 20px 0 0;
        border-top: .5px solid #18191A;
        padding-top: 20px;
        position: relative
    }

    .page .header .box1 .bg .reward .one[data-v-3197d103] {
        display: flex;
        flex-direction: column;
        width: 48%
    }

    .page .header .box1 .bg .reward .one p[data-v-3197d103] {
        font-weight: 400;
        font-size: 14px;
        color: #18191a;
        line-height: 20px;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .page .header .box1 .bg .reward .one p img[data-v-3197d103] {
        width: 16px;
        height: 16px;
        margin: 0 8px;
        cursor: pointer
    }

    .page .header .box1 .bg .reward .one h3[data-v-3197d103] {
        font-weight: 800;
        font-size: 18px;
        color: #18191a;
        line-height: 24px;
        padding-top: 10px
    }

    .group_55[data-v-3197d103] {
        width: 1034px;
        margin: 0 auto 60px
    }

    .bosBtn2[data-v-3197d103],
    .bosBtn[data-v-3197d103] {
        width: 350px;
        margin: 0 auto 20px
    }

    .image-text_1[data-v-3197d103] {
        align-items: baseline;
        margin-bottom: 10px
    }

    .group_55 .li .image-text_1[data-v-3197d103]:last-child {
        margin-bottom: 20px
    }
}

.reward24hour[data-v-cca458c8] {
    display: flex;
    justify-content: space-between;
    color: #ffffff80;
    text-align: left;
    padding: 4px 0
}

.reward24hour h3[data-v-cca458c8] {
    color: #fff
}

.depositTip[data-v-cca458c8] {
    color: #ffffff80;
    text-align: left
}

.boxIn[data-v-cca458c8] {
    background-color: #18191a;
    position: relative;
    padding-top: 60px;
    min-height: 100vh
}

.text_9[data-v-cca458c8] {
    overflow-wrap: break-word;
    width: 100%;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 100%
}

.text_9 .usdt[data-v-cca458c8] {
    width: 24px;
    height: 24px;
    margin: 0 10px
}

.text-wrapper_2[data-v-cca458c8] {
    cursor: pointer;
    border-radius: 10px;
    padding: 0 12px;
    height: 36px;
    margin-right: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff80;
    text-align: center;
    font-style: normal;
    line-height: 36px
}

.group_5[data-v-cca458c8] {
    margin-top: 20px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px
}

.box_3 input[data-v-cca458c8] {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600
}

.section_8[data-v-cca458c8] {
    align-items: center
}

.text_6[data-v-cca458c8] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.box_3[data-v-cca458c8] {
    background-color: #ffffff1a;
    border: 2px solid #48484A;
    border-radius: 10px;
    margin: 20px 0 10px;
    height: 60px;
    align-items: center;
    overflow: hidden
}

.text-wrapper_49[data-v-cca458c8] {
    font-weight: 600;
    height: 24px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 4px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 1 1;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 1 1;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer
}

.text_69[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_7[data-v-cca458c8] {
    margin-top: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_8[data-v-cca458c8] {
    padding-top: 10px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 15px;
    white-space: nowrap
}

.text-wrapper_3[data-v-cca458c8] {
    background-color: #ffffff1a;
    border-radius: 10px
}

.text_10[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_11[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text_12[data-v-cca458c8] {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_50[data-v-cca458c8] {
    border-radius: 24px;
    border: 2px solid
}

.text_70[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_51[data-v-cca458c8] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_71[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_52[data-v-cca458c8] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_72[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_53[data-v-cca458c8] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_73[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.section_10[data-v-cca458c8] {
    align-items: center;
    margin-top: 20px
}

.text_17[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_8[data-v-cca458c8] {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0 12px;
    padding: 0 4px
}

.text_18[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #ffffff4d;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.section_11[data-v-cca458c8] {
    margin-top: 10px
}

.text-wrapper_54[data-v-cca458c8] {
    border-radius: 24px;
    cursor: pointer;
    width: 45%;
    height: 50px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .5);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    justify-content: center
}

.text-wrapper_54.active[data-v-cca458c8] {
    width: 45%;
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px !important;
    background-image: linear-gradient(#3a3a3c, #242526), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important
}

.text_74[data-v-cca458c8] {
    color: #fff;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_55[data-v-cca458c8] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_75[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_56[data-v-cca458c8] {
    margin-top: 20px
}

.text-wrapper_130[data-v-cca458c8] {
    cursor: pointer;
    height: 60px;
    margin: 20px 0;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_130.dis[data-v-cca458c8] {
    opacity: .5
}

.text_21[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_22[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_57[data-v-cca458c8] {
    border: 2px solid;
    background: url("") -9px -5px no-repeat;
    background-size: 368px 80px
}

.text_76[data-v-cca458c8] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.group_24[data-v-cca458c8] {
    background-color: #242526
}

@media screen and (min-width: 750px) {
    .boxIn .headerbg[data-v-cca458c8] {
        background: url("") no-repeat;
        background-size: 100% 810px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0
    }

    .boxIn[data-v-cca458c8] {
        min-height: 580px
    }

    .group_5[data-v-cca458c8] {
        width: 500px;
        position: relative;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        padding: 20px;
        margin: 20px auto 50px
    }
}

.bosBtns[data-v-bd752c9e] {
    margin: 20px;
    border: 1px solid !important;
    border: solid 1px transparent !important;
    border-radius: 10px !important;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    overflow: hidden
}

.bosBtns .boxx[data-v-bd752c9e] {
    width: 100%;
    min-height: 220px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    display: flex;
    flex-direction: column
}

.bosBtns .boxx .list[data-v-bd752c9e] {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    min-height: 108px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    justify-content: center
}

.bosBtns .boxx .list p[data-v-bd752c9e] {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff80
}

.bosBtns .boxx .list h2[data-v-bd752c9e] {
    font-size: 30px;
    padding-top: 10px
}

.bosBtns .boxx .list h2 b[data-v-bd752c9e] {
    font-size: 30px
}

.page[data-v-bd752c9e] {
    padding-top: 60px;
    background-color: #18191a;
    min-height: 100vh
}

.page .header[data-v-bd752c9e] {
    background: url("") no-repeat;
    background-position: center top;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-size: contain
}

.page .header .box1[data-v-bd752c9e] {
    height: 108px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 10px;
    margin: 20px;
    overflow-x: hidden
}

.page .header .box1 .bg[data-v-bd752c9e] {
    width: 100%;
    height: 108px;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    color: #18191a;
    position: relative;
    overflow: hidden
}

.page .header .box1 .bg .rightImg[data-v-bd752c9e] {
    width: 100%;
    height: 200px;
    animation: upanddownHeart 3.3s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    right: 0
}

.page .header .box1 .bg .totalName[data-v-bd752c9e] {
    font-weight: 400;
    font-size: 14px;
    color: #18191a;
    line-height: 20px;
    margin-top: 20px
}

.page .header .box1 .bg .totalVal[data-v-bd752c9e] {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center
}

.page .header .box1 .bg .totalVal h2[data-v-bd752c9e] {
    font-weight: 800;
    font-size: 30px;
    color: #18191a;
    line-height: 38px
}

.page .header .box1 .bg .totalVal img[data-v-bd752c9e] {
    width: 24px;
    height: 24px;
    margin: 0 24px
}

.page .header .box1 .bg .reward[data-v-bd752c9e] {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0;
    border-top: .5px solid #18191A;
    padding-top: 20px
}

.page .header .box1 .bg .reward .one[data-v-bd752c9e] {
    display: flex;
    flex-direction: column;
    width: 48%
}

.page .header .box1 .bg .reward .one p[data-v-bd752c9e] {
    font-weight: 400;
    font-size: 14px;
    color: #18191a;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.page .header .box1 .bg .reward .one p img[data-v-bd752c9e] {
    width: 16px;
    height: 16px;
    margin: 0 8px
}

.page .header .box1 .bg .reward .one h3[data-v-bd752c9e] {
    font-weight: 800;
    font-size: 18px;
    color: #18191a;
    line-height: 24px;
    padding-top: 10px
}

@media screen and (min-width: 750px) {
    .page[data-v-bd752c9e] {
        padding-top: 60px;
        background-color: #18191a;
        min-height: unset !important
    }

    .page .header[data-v-bd752c9e] {
        background: url("") no-repeat;
        background-position: center top;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-size: 100% 100%;
        height: 528px
    }

    .page .header .box1[data-v-bd752c9e] {
        width: 600px;
        height: 108px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 10px;
        margin: 20px auto;
        position: relative
    }

    .page .header .box1 .pcbox1bg[data-v-bd752c9e] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .page .header .rightImg[data-v-bd752c9e] {
        display: none !important
    }

    .page .header .hcenter[data-v-bd752c9e] {
        min-width: 640px;
        height: 278px;
        display: flex;
        flex-direction: column;
        border: 2px solid !important;
        border: solid 2px transparent !important;
        border-radius: 24px !important;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
        background-origin: border-box !important;
        background-clip: content-box, border-box !important;
        position: relative;
        margin: 20px auto
    }

    .bosBtns[data-v-bd752c9e] {
        border: none !important;
        background-image: unset !important;
        margin: 0
    }

    .bosBtns .boxx[data-v-bd752c9e] {
        display: flex;
        background: unset;
        min-height: unset;
        justify-content: space-between;
        flex-direction: unset
    }

    .bosBtns .boxx .list[data-v-bd752c9e] {
        width: 45%;
        border: 1px solid !important;
        border: solid 1px transparent !important;
        border-radius: 10px !important;
        background-image: linear-gradient(#3a3a3c, #3a3a3c), linear-gradient(270deg, #4fe117, #15e3c4) !important;
        background-origin: border-box !important;
        background-clip: content-box, border-box !important
    }

    .bosBtns .boxx .list p[data-v-bd752c9e],
    .bosBtns .boxx .list h2[data-v-bd752c9e] {
        padding: 0 20px
    }
}

.boxOut .ttt[data-v-cc251807] {
    padding: 20px 20px 0;
    position: relative
}

.rewards[data-v-cc251807] {
    height: 40px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding: 0 20px;
    align-items: center
}

.rewards .le[data-v-cc251807] {
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    line-height: 22px
}

.rewards .ri[data-v-cc251807] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px
}

.rewards .ri img[data-v-cc251807] {
    width: 26px;
    height: 26px;
    margin: 0 10px
}

.outlist[data-v-cc251807] {
    display: flex;
    height: 150px;
    background: #ffffff0d;
    border-radius: 8px;
    margin: 20px 20px 10px;
    flex-direction: row;
    overflow: hidden;
    position: relative
}

.outlist .right[data-v-cc251807] {
    display: flex;
    flex-direction: column;
    width: 100%
}

.outlist .right .one[data-v-cc251807] {
    display: flex;
    justify-content: space-between;
    color: #ffffff80;
    align-items: center;
    padding-top: 10px
}

.outlist .right .two[data-v-cc251807] {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px;
    padding: 0 20px
}

.outlist .right .one p[data-v-cc251807] {
    font-weight: 400;
    font-size: 12px;
    padding: 0 20px
}

.outlist .right .claim[data-v-cc251807] {
    display: flex;
    justify-content: space-between;
    height: 32px;
    width: 100%;
    position: relative;
    align-items: center;
    margin-top: 8px
}

.outlist .right .claim[data-v-cc251807]:before {
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 32px;
    opacity: .1
}

.outlist .right .three[data-v-cc251807] {
    display: flex;
    flex-direction: column;
    margin: 10px 20px 0
}

.outlist .right .claim p[data-v-cc251807] {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    padding: 0 20px
}

.outlist .right .claim span[data-v-cc251807] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #4fe117;
    padding: 0 15px
}

.outlist .right .claim span b[data-v-cc251807] {
    padding: 0 6px;
    font-size: 12px
}

.outlist .right .claim span img[data-v-cc251807] {
    width: 12px;
    height: 12px
}

.outlist .right .three .l[data-v-cc251807] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.outlist .right .three .l p[data-v-cc251807] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 17px
}

.outlist .right .three .l span[data-v-cc251807] {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    margin-top: 4px
}

.outlist .left[data-v-cc251807] {
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
    width: 6px;
    background: #4fe1171a
}

.outlist .left img[data-v-cc251807] {
    width: 18px;
    height: 18px
}

.types[data-v-cc251807] {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-between;
    left: 0;
    z-index: 11;
    background: #252626e6;
    box-shadow: 0 1px #ffffff1f;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.types span[data-v-cc251807] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.types span.active b[data-v-cc251807] {
    font-weight: 600;
    font-size: 16px
}

.types span.active[data-v-cc251807]:after {
    position: absolute;
    bottom: 0;
    width: 26px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 2px;
    height: 4px;
    content: "";
    left: 50%;
    margin-left: -13px
}

.boxOut[data-v-cc251807] {
    position: relative;
    padding-top: 60px;
    min-height: 100vh
}

.boxOut[data-v-cc251807]:before {
    background: url("") no-repeat;
    background-position: center top;
    background-size: contain;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 220px;
    content: ""
}

.text_9[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 100%
}

.text_9 .usdt[data-v-cc251807] {
    width: 24px;
    height: 24px;
    margin-left: 10px
}

.text-wrapper_2[data-v-cc251807] {
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 12px;
    height: 36px;
    margin: 0 12px;
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    text-align: center;
    font-style: normal;
    line-height: 36px;
    flex-shrink: 0
}

.group_5[data-v-cc251807] {
    margin-top: 20px;
    min-height: 608px;
    padding: 20px;
    margin-bottom: 50px
}

.box_3 input[data-v-cc251807] {
    background: none;
    border: none;
    outline: none;
    width: 80%;
    font-size: 18px;
    font-weight: 600;
    text-indent: 1rem;
    margin: 0 10px
}

.section_8[data-v-cc251807] {
    margin-top: 20px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.text_6[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.box_3[data-v-cc251807] {
    background-color: #ffffff1a;
    border: 2px solid #48484A;
    border-radius: 10px;
    margin: 20px 0 10px;
    height: 60px;
    align-items: center;
    overflow: hidden
}

.text-wrapper_49[data-v-cc251807] {
    font-weight: 600;
    height: 24px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 4px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 1 1;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 1 1;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer
}

.text_69[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_7[data-v-cc251807] {
    margin-top: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.text_8[data-v-cc251807] {
    margin-top: 10px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    justify-content: center;
    align-items: center
}

.text-wrapper_3[data-v-cc251807] {
    background-color: #ffffff1a;
    border-radius: 10px
}

.text_10[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_11[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text_12[data-v-cc251807] {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_50[data-v-cc251807] {
    border-radius: 24px;
    border: 2px solid
}

.text_70[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_51[data-v-cc251807] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_71[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_52[data-v-cc251807] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_72[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_53[data-v-cc251807] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_73[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.section_10[data-v-cc251807] {
    align-items: center;
    margin-top: 20px
}

.text_17[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_8[data-v-cc251807] {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0 12px;
    padding: 0 4px
}

.text_18[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #ffffff4d;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.section_11[data-v-cc251807] {
    margin-top: 10px
}

.text-wrapper_54[data-v-cc251807] {
    border-radius: 24px;
    cursor: pointer;
    width: 45%;
    height: 50px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .5);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    justify-content: center
}

.text-wrapper_54.active[data-v-cc251807] {
    width: 45%;
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px !important;
    background-image: linear-gradient(#3a3a3c, #242526), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important
}

.text_74[data-v-cc251807] {
    color: #fff;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_55[data-v-cc251807] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_75[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_56[data-v-cc251807] {
    margin-top: 20px
}

.text-wrapper_130[data-v-cc251807] {
    cursor: pointer;
    height: 60px;
    margin: 20px 0;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_130.dis[data-v-cc251807] {
    opacity: .5
}

.text_21[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_22[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_57[data-v-cc251807] {
    border: 2px solid;
    background: url("") -9px -5px no-repeat;
    background-size: 368px 80px
}

.text_76[data-v-cc251807] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.group_24[data-v-cc251807] {
    background-color: #242526
}

@media screen and (min-width: 750px) {
    .headerbg[data-v-cc251807] {
        background: url("") no-repeat;
        background-size: 100% 810px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0
    }

    .boxMyOrder[data-v-cc251807] {
        min-height: 580px;
        position: relative;
        width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 40px
    }

    .boxMyOrder .typeLi[data-v-cc251807] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .boxMyOrder .typeLi span[data-v-cc251807] {
        width: 16%;
        color: #ffffff80;
        font-size: 14px
    }

    .boxMyOrder .typeLi span[data-v-cc251807]:first-child {
        margin: 0 20px
    }

    .boxMyOrder .list[data-v-cc251807] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center
    }

    .boxMyOrder .list[data-v-cc251807]:nth-child(odd) {
        background: #ffffff0d
    }

    .boxMyOrder .list span[data-v-cc251807] {
        width: 16%;
        color: #fff;
        font-size: 16px
    }

    .boxMyOrder .list span[data-v-cc251807]:first-child {
        margin: 0 20px
    }

    .boxMyOrder .list span i[data-v-cc251807] {
        border: 1px solid rgba(255, 255, 255, .5);
        width: 18px;
        height: 18px;
        display: block;
        margin: 0 20px;
        border-radius: 4px
    }

    .boxMyOrder .list span[data-v-cc251807]:last-child {
        display: flex;
        justify-content: flex-end
    }

    .boxMyOrder .list span button[data-v-cc251807] {
        height: 24px;
        background: #2dfe4f;
        border-radius: 4px;
        padding: 0 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        color: #18191a;
        margin: 0 20px
    }
}

.outlist[data-v-18c2b877] {
    display: flex;
    min-height: 132px;
    background: #ffffff0d;
    border-radius: 8px;
    margin: 20px 20px 10px;
    flex-direction: row;
    overflow: hidden
}

.outlist .right[data-v-18c2b877] {
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px)
}

.outlist .right .one[data-v-18c2b877] {
    display: flex;
    justify-content: space-between;
    color: #ffffff80;
    align-items: center;
    padding: 0 20px
}

.cle[data-v-18c2b877] {
    font-size: 12px
}

.outlist .right .two[data-v-18c2b877] {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px;
    padding: 0 20px
}

.outlist .right .one p[data-v-18c2b877] {
    font-weight: 400;
    font-size: 12px
}

.outlist .right .one span[data-v-18c2b877] {
    height: 24px;
    background: #2dfe4f;
    border-radius: 4px;
    padding: 0 6px;
    font-weight: 600;
    font-size: 12px;
    color: #18191a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer
}

.outlist .right .one span.dis[data-v-18c2b877] {
    opacity: .3
}

.outlist .right .three[data-v-18c2b877] {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    padding-bottom: 10px
}

.outlist .right .three .l[data-v-18c2b877] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px
}

.outlist .right .three .l p[data-v-18c2b877] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 17px
}

.outlist .right .three .l span[data-v-18c2b877] {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 17px
}

.outlist .left[data-v-18c2b877] {
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    width: 30px;
    background: #4fe1171a
}

.outlist .left img[data-v-18c2b877] {
    width: 18px;
    height: 18px
}

.bosBtns[data-v-18c2b877] {
    margin: 20px;
    border: 1px solid !important;
    border: solid 1px transparent !important;
    border-radius: 10px !important;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    overflow: hidden
}

.bosBtns .boxx[data-v-18c2b877] {
    width: 100%;
    min-height: 220px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    display: flex;
    flex-direction: column
}

.bosBtns .boxx .list[data-v-18c2b877] {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    min-height: 108px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    justify-content: center
}

.bosBtns .boxx .list p[data-v-18c2b877] {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff80
}

.bosBtns .boxx .list h2[data-v-18c2b877] {
    font-size: 30px;
    padding-top: 10px
}

.page[data-v-18c2b877] {
    padding-top: 60px;
    background-color: #18191a;
    min-height: 100vh
}

.page .header[data-v-18c2b877] {
    background: url("") no-repeat;
    background-position: center top;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-size: contain
}

.page .header .box1[data-v-18c2b877] {
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 10px;
    margin: 20px;
    overflow: hidden
}

.page .header .box1 .bg[data-v-18c2b877] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #18191a;
    position: relative
}

.page .header .box1 .bg .rightImg[data-v-18c2b877] {
    width: 100%;
    height: 200px;
    animation: upanddownHeart 3.3s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    right: 0
}

.page .header .box1 .bg .totalName[data-v-18c2b877] {
    font-weight: 400;
    font-size: 14px;
    color: #18191a;
    line-height: 20px
}

.page .header .box1 .bg .todayRe[data-v-18c2b877] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #18191A;
    margin-top: 20px;
    padding-top: 20px
}

.page .header .box1 .bg .todayRe .l[data-v-18c2b877] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1%
}

.page .header .box1 .bg .todayRe h2[data-v-18c2b877] {
    font-weight: 800;
    font-size: 18px;
    color: #18191a
}

.page .header .box1 .bg .totalVal[data-v-18c2b877] {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center
}

.page .header .box1 .bg .totalVal h2[data-v-18c2b877] {
    font-weight: 800;
    font-size: 30px;
    color: #18191a;
    line-height: 38px
}

.page .header .box1 .bg .totalVal img[data-v-18c2b877] {
    width: 24px;
    height: 24px;
    margin: 0 24px
}

.page .header .box1 .bg .reward[data-v-18c2b877] {
    display: flex;
    flex-direction: row;
    margin: 20px 0 0;
    border-top: .5px solid #18191A;
    padding-top: 20px
}

.page .header .box1 .bg .reward .one[data-v-18c2b877] {
    display: flex;
    flex-direction: column;
    width: 48%
}

.page .header .box1 .bg .reward .one p[data-v-18c2b877] {
    font-weight: 400;
    font-size: 14px;
    color: #18191a;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.page .header .box1 .bg .reward .one p img[data-v-18c2b877] {
    width: 16px;
    height: 16px;
    margin: 0 8px
}

.page .header .box1 .bg .reward .one h3[data-v-18c2b877] {
    font-weight: 800;
    font-size: 18px;
    color: #18191a;
    line-height: 24px;
    padding-top: 10px
}

.text-wrapper_130[data-v-18c2b877] {
    cursor: pointer;
    height: 60px;
    margin: 0 20px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_130.dis[data-v-18c2b877] {
    opacity: .5
}

@media screen and (min-width: 750px) {
    .headerbg[data-v-18c2b877] {
        background: url("") no-repeat;
        background-size: 100% 810px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0
    }

    .boxOutDetail[data-v-18c2b877] {
        min-height: 580px;
        position: relative;
        width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 40px
    }

    .boxOutDetail .typeLi[data-v-18c2b877] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .boxOutDetail .typeLi span[data-v-18c2b877] {
        width: 16.6%;
        color: #ffffff80;
        font-size: 14px
    }

    .boxOutDetail .list[data-v-18c2b877] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center
    }

    .boxOutDetail .list[data-v-18c2b877]:nth-child(odd) {
        background: #ffffff0d
    }

    .boxOutDetail .list span[data-v-18c2b877] {
        width: 16.6%;
        color: #fff;
        font-size: 16px
    }

    .boxOutDetail .list span i[data-v-18c2b877] {
        border: 1px solid rgba(255, 255, 255, .5);
        width: 18px;
        height: 18px;
        display: block;
        margin: 0 20px;
        border-radius: 4px
    }

    .boxOutDetail .list span[data-v-18c2b877]:last-child {
        display: flex;
        justify-content: flex-end
    }

    .boxOutDetail .list span button[data-v-18c2b877] {
        height: 24px;
        background: #2dfe4f;
        border-radius: 4px;
        padding: 0 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        color: #18191a;
        margin: 0 20px
    }

    .boxOutDetail .list span .copy[data-v-18c2b877] {
        width: 12px;
        height: 12px;
        cursor: pointer
    }

    .boxOutDetail .boxOne[data-v-18c2b877] {
        width: 540px;
        height: 320px;
        background: #18191a;
        margin: 20px auto 40px;
        border: 2px solid !important;
        border: solid 2px transparent !important;
        border-radius: 24px !important;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
        background-origin: border-box !important;
        background-clip: content-box, border-box !important;
        position: relative
    }

    .boxOutDetail .boxOne .bg[data-v-18c2b877] {
        height: 200px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 10px;
        margin: 20px;
        overflow-x: hidden;
        position: relative
    }

    .boxOutDetail .boxOne .bg .pcbox1bg[data-v-18c2b877] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .boxOutDetail .boxOne .bg .totalName[data-v-18c2b877] {
        font-weight: 400;
        font-size: 14px;
        color: #18191a;
        line-height: 20px;
        margin-top: 20px;
        position: relative;
        padding: 0 20px
    }

    .boxOutDetail .boxOne .bg .totalVal[data-v-18c2b877] {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        align-items: center;
        position: relative;
        padding: 0 20px
    }

    .boxOutDetail .boxOne .bg .totalVal h2[data-v-18c2b877] {
        font-weight: 800;
        font-size: 30px;
        color: #18191a;
        line-height: 38px
    }

    .boxOutDetail .boxOne .bg .totalVal img[data-v-18c2b877] {
        width: 24px;
        height: 24px;
        margin: 0 24px
    }

    .boxOutDetail .boxOne .bg .reward[data-v-18c2b877] {
        display: flex;
        flex-direction: row;
        margin: 20px 0 0;
        border-top: .5px solid #18191A;
        padding-top: 20px;
        position: relative
    }

    .boxOutDetail .boxOne .bg .reward .one[data-v-18c2b877] {
        display: flex;
        flex-direction: column;
        width: 48%
    }

    .boxOutDetail .boxOne .bg .reward .one p[data-v-18c2b877] {
        font-weight: 400;
        font-size: 14px;
        color: #18191a;
        line-height: 20px;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .boxOutDetail .boxOne .bg .reward .one p img[data-v-18c2b877] {
        width: 16px;
        height: 16px;
        margin: 0 8px
    }

    .boxOutDetail .boxOne .bg .reward .one h3[data-v-18c2b877] {
        font-weight: 800;
        font-size: 18px;
        color: #18191a;
        line-height: 24px;
        padding-top: 10px
    }

    .checkbox1[data-v-18c2b877] {
        width: 18px;
        height: 18px;
        margin: 0 20px
    }

    .boxOutDetail .boxOne .bg .todayRe[data-v-18c2b877] {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #18191A;
        margin: 20px 20px 0;
        padding-top: 20px
    }

    .boxOutDetail .boxOne .bg .todayRe .l[data-v-18c2b877] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1%
    }

    .boxOutDetail .boxOne .bg .todayRe h2[data-v-18c2b877] {
        font-weight: 800;
        font-size: 18px;
        color: #18191a
    }
}

.boxOut .ttt[data-v-2204f1d1] {
    padding: 20px 20px 0;
    position: relative
}

.rewards[data-v-2204f1d1] {
    height: 40px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding: 0 20px;
    align-items: center
}

.rewards .le[data-v-2204f1d1] {
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    line-height: 22px
}

.rewards .ri[data-v-2204f1d1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px
}

.rewards .ri img[data-v-2204f1d1] {
    width: 26px;
    height: 26px;
    margin: 0 10px
}

.outlist[data-v-2204f1d1] {
    display: flex;
    height: 56px;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    align-items: center
}

.outlist p[data-v-2204f1d1] {
    color: #ffffff80
}

.outlist span[data-v-2204f1d1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #4fe117;
    font-weight: 400;
    font-size: 12px
}

.outlist span img[data-v-2204f1d1] {
    width: 12px;
    margin: 0 4px
}

.outlist span b[data-v-2204f1d1] {
    font-weight: 400;
    font-size: 12px
}

.types[data-v-2204f1d1] {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-between;
    left: 0;
    z-index: 11;
    background: #252626e6;
    box-shadow: 0 1px #ffffff1f;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.types span[data-v-2204f1d1] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.types span.active b[data-v-2204f1d1] {
    font-weight: 600;
    font-size: 16px
}

.types span.active[data-v-2204f1d1]:after {
    position: absolute;
    bottom: 0;
    width: 26px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 2px;
    height: 4px;
    content: "";
    left: 50%;
    margin-left: -13px
}

.boxOut[data-v-2204f1d1] {
    position: relative;
    padding-top: 60px;
    min-height: 80vh
}

.boxOut[data-v-2204f1d1]:before {
    background: url("") no-repeat;
    background-position: center top;
    background-size: contain;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 220px;
    content: ""
}

@media screen and (min-width: 750px) {
    .boxOut[data-v-2204f1d1]:before {
        background: url("") no-repeat;
        background-position: center top;
        background-size: 100% 528px;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        content: ""
    }

    .rewardList[data-v-2204f1d1] {
        width: 500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 40px 0 100px
    }
}

.timerBoxs[data-v-0c9b5939] {
    display: flex;
    height: 16px;
    flex-direction: row;
    border-radius: 9px 0 0 9px;
    background: #4fe117;
    padding: 0 10px
}

.pcClass[data-v-0c9b5939] {
    background: unset !important;
    padding: 0 !important
}

.text_8[data-v-0c9b5939] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    text-align: right;
    white-space: nowrap
}

.text_9[data-v-0c9b5939] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-align: right;
    white-space: nowrap;
    line-height: 25px
}

.text_10[data-v-0c9b5939] {
    display: flex;
    overflow-wrap: break-word;
    color: #18191a80;
    font-size: 14px;
    align-items: center;
    white-space: nowrap
}

.text_11[data-v-0c9b5939] {
    min-width: 24px;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    align-items: center;
    text-align: right;
    white-space: nowrap
}

.pcClass .text_11[data-v-0c9b5939] {
    color: #4fe117 !important
}

.pcClass .text_10[data-v-0c9b5939] {
    color: #ffffff80 !important
}

.rewards[data-v-250c09a1] {
    height: 40px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding: 0 20px;
    align-items: center
}

.rewards .le[data-v-250c09a1] {
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    line-height: 22px
}

.rewards .ri[data-v-250c09a1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px
}

.rewards .ri img[data-v-250c09a1] {
    width: 26px;
    height: 26px;
    margin: 0 10px
}

.outlist[data-v-250c09a1] {
    display: flex;
    height: 110px;
    background: #ffffff0d;
    border-radius: 8px;
    margin: 20px 20px 10px;
    flex-direction: row;
    overflow: hidden
}

.outlist .right[data-v-250c09a1] {
    display: flex;
    flex-direction: column;
    width: 100%
}

.outlist .right .one[data-v-250c09a1] {
    display: flex;
    justify-content: space-between;
    color: #ffffff80;
    padding-left: 20px;
    align-items: center;
    padding-top: 10px
}

.outlist .right .two[data-v-250c09a1] {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px;
    padding: 0 20px
}

.outlist .right .one p[data-v-250c09a1] {
    font-weight: 400;
    font-size: 12px
}

.outlist .right .three[data-v-250c09a1] {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 15px;
    margin-top: 10px
}

.outlist .right .three .l[data-v-250c09a1] {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: left
}

.outlist .right .three .l p[data-v-250c09a1] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 17px
}

.outlist .right .three .l span[data-v-250c09a1] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 17px;
    margin-top: 4px
}

.outlist .left[data-v-250c09a1] {
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
    width: 6px;
    background: #4fe1171a
}

.outlist .left img[data-v-250c09a1] {
    width: 18px;
    height: 18px
}

.types[data-v-250c09a1] {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: space-between;
    left: 0;
    z-index: 11;
    background: #252626e6;
    box-shadow: 0 1px #ffffff1f;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.types span[data-v-250c09a1] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.types span.active b[data-v-250c09a1] {
    font-weight: 600;
    font-size: 16px
}

.types span.active[data-v-250c09a1]:after {
    position: absolute;
    bottom: 0;
    width: 26px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 2px;
    height: 4px;
    content: "";
    left: 50%;
    margin-left: -13px
}

.boxOut[data-v-250c09a1] {
    background-color: #18191a;
    position: relative;
    padding-top: 60px;
    min-height: 100vh
}

.text_9[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 100%
}

.text_9 .usdt[data-v-250c09a1] {
    width: 24px;
    height: 24px;
    margin-left: 10px
}

.text-wrapper_2[data-v-250c09a1] {
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 12px;
    height: 36px;
    margin: 0 12px;
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    text-align: center;
    font-style: normal;
    line-height: 36px;
    flex-shrink: 0
}

.group_5[data-v-250c09a1] {
    margin-top: 20px;
    min-height: 608px;
    padding: 20px;
    margin-bottom: 50px
}

.box_3 input[data-v-250c09a1] {
    background: none;
    border: none;
    outline: none;
    width: 80%;
    font-size: 18px;
    font-weight: 600;
    text-indent: 1rem;
    margin: 0 10px
}

.section_8[data-v-250c09a1] {
    margin-top: 20px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.text_6[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.box_3[data-v-250c09a1] {
    background-color: #ffffff1a;
    border: 2px solid #48484A;
    border-radius: 10px;
    margin: 20px 0 10px;
    height: 60px;
    align-items: center;
    overflow: hidden
}

.text-wrapper_49[data-v-250c09a1] {
    font-weight: 600;
    height: 24px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 4px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 1 1;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 1 1;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer
}

.text_69[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_7[data-v-250c09a1] {
    margin-top: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.text_8[data-v-250c09a1] {
    margin-top: 10px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    justify-content: center;
    align-items: center
}

.text-wrapper_3[data-v-250c09a1] {
    background-color: #ffffff1a;
    border-radius: 10px
}

.text_10[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_11[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text_12[data-v-250c09a1] {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_50[data-v-250c09a1] {
    border-radius: 24px;
    border: 2px solid
}

.text_70[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_51[data-v-250c09a1] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_71[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_52[data-v-250c09a1] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_72[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_53[data-v-250c09a1] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_73[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.section_10[data-v-250c09a1] {
    align-items: center;
    margin-top: 20px
}

.text_17[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_8[data-v-250c09a1] {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0 12px;
    padding: 0 4px
}

.text_18[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #ffffff4d;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.section_11[data-v-250c09a1] {
    margin-top: 10px
}

.text-wrapper_54[data-v-250c09a1] {
    border-radius: 24px;
    cursor: pointer;
    width: 45%;
    height: 50px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .5);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    justify-content: center
}

.text-wrapper_54.active[data-v-250c09a1] {
    width: 45%;
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px !important;
    background-image: linear-gradient(#3a3a3c, #242526), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important
}

.text_74[data-v-250c09a1] {
    color: #fff;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_55[data-v-250c09a1] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_75[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_56[data-v-250c09a1] {
    margin-top: 20px
}

.text-wrapper_130[data-v-250c09a1] {
    cursor: pointer;
    height: 60px;
    margin: 20px 0;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_130.dis[data-v-250c09a1] {
    opacity: .5
}

.text_21[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_22[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_57[data-v-250c09a1] {
    border: 2px solid;
    background: url("") -9px -5px no-repeat;
    background-size: 368px 80px
}

.text_76[data-v-250c09a1] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.group_24[data-v-250c09a1] {
    background-color: #242526
}

b.textGradients[data-v-b538c036] {
    flex-shrink: 0
}

.pageHeigh[data-v-b538c036] {
    display: flex;
    flex-direction: column;
    padding-top: 20px
}

.page[data-v-b538c036] .van-pagination__item {
    background: none;
    color: #ffffff80
}

.page[data-v-b538c036] .van-pagination__item--active {
    color: #fff
}

.page[data-v-b538c036] .van-hairline--surround:after {
    border-width: 0
}

.text_9s[data-v-b538c036] {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff80;
    line-height: 20px;
    text-align: left
}

.boxOutPage[data-v-b538c036] {
    background: url("") no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    top: 60px;
    left: 0;
    content: "";
    width: 100%;
    height: 200px
}

.rewards[data-v-b538c036] {
    height: 40px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin: 24px 20px 20px;
    padding: 0 20px;
    align-items: center
}

.rewards .le[data-v-b538c036] {
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    line-height: 22px;
    cursor: pointer
}

.rewards .ri[data-v-b538c036] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    cursor: pointer
}

.rewards .ri .usdt[data-v-b538c036] {
    width: 26px;
    height: 26px;
    margin: 0 10px
}

.rewards .ri .arrowRight[data-v-b538c036] {
    width: 16px;
    height: 16px
}

.outlist[data-v-b538c036] {
    display: flex;
    min-height: 110px;
    background: #ffffff0d;
    border-radius: 8px;
    margin: 0 20px 10px;
    flex-direction: row;
    overflow: hidden
}

.outlist .right[data-v-b538c036] {
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px)
}

.outlist .right .one[data-v-b538c036] {
    display: flex;
    justify-content: space-between;
    color: #ffffff80;
    align-items: center;
    padding-top: 10px
}

.cle[data-v-b538c036] {
    padding: 0 20px;
    font-size: 12px
}

.outlist .right .two[data-v-b538c036] {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px;
    padding: 0 20px
}

.outlist .right .one p[data-v-b538c036] {
    font-weight: 400;
    font-size: 12px;
    padding: 0 20px
}

.outlist .right .three[data-v-b538c036] {
    display: flex;
    justify-content: space-between;
    margin: 10px 20px 0;
    padding-bottom: 10px
}

.outlist .right .three .l[data-v-b538c036] {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: left
}

.outlist .right .three .l p[data-v-b538c036] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 17px
}

.outlist .right .three .l span[data-v-b538c036] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 17px;
    margin-top: 4px
}

.outlist .left[data-v-b538c036] {
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    width: 30px;
    background: #4fe1171a
}

.outlist .left img[data-v-b538c036] {
    width: 18px;
    height: 18px
}

.types[data-v-b538c036] {
    height: 28px;
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    top: 84px;
    background: #ffffff1a;
    border-radius: 15px
}

.types span[data-v-b538c036] {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff80;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    width: 50%
}

.types span.active[data-v-b538c036] {
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    color: #18191a;
    border-radius: 15px;
    width: 50%
}

.types span.active b[data-v-b538c036] {
    color: #18191a;
    font-size: 16px
}

.boxOut[data-v-b538c036] {
    position: relative;
    padding-top: 84px;
    min-height: 100vh
}

.text_9[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 100%;
    flex: 1
}

.text_9 .usdt[data-v-b538c036] {
    width: 24px;
    height: 24px;
    margin: 0 10px
}

.text-wrapper_2[data-v-b538c036] {
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 12px;
    height: 36px;
    margin: 0 12px;
    font-weight: 600;
    font-size: 16px;
    color: #18191a;
    text-align: center;
    font-style: normal;
    line-height: 36px;
    flex-shrink: 0
}

.group_5[data-v-b538c036] {
    min-height: 608px;
    padding: 10px 20px 20px;
    margin-bottom: 50px
}

.box_3 input[data-v-b538c036] {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600
}

.section_8[data-v-b538c036] {
    margin-top: 20px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

.text_6[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.box_3[data-v-b538c036] {
    background-color: #ffffff1a;
    border: 2px solid #48484A;
    border-radius: 10px;
    margin: 10px 0;
    height: 60px;
    align-items: center;
    overflow: hidden
}

.text-wrapper_49[data-v-b538c036] {
    font-weight: 600;
    height: 24px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 4px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 1 1;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 1 1;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer
}

.text_69[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_7[data-v-b538c036] {
    margin-top: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.text_8[data-v-b538c036] {
    margin-top: 10px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    justify-content: center;
    align-items: center
}

.text-wrapper_3[data-v-b538c036] {
    background-color: #ffffff1a;
    border-radius: 10px
}

.text_10[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_11[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text_12[data-v-b538c036] {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_50[data-v-b538c036] {
    border-radius: 24px;
    border: 2px solid
}

.text_70[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_51[data-v-b538c036] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_71[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_52[data-v-b538c036] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_72[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_53[data-v-b538c036] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_73[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.section_10[data-v-b538c036] {
    align-items: center;
    margin-top: 20px
}

.text_17[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_8[data-v-b538c036] {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0 12px;
    padding: 0 4px
}

.text_18[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #ffffff4d;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.section_11[data-v-b538c036] {
    margin-top: 10px
}

.text-wrapper_54[data-v-b538c036] {
    border-radius: 24px;
    cursor: pointer;
    width: 45%;
    height: 50px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .5);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    justify-content: center
}

.text-wrapper_54.active[data-v-b538c036] {
    width: 45%;
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px !important;
    background-image: linear-gradient(#3a3a3c, #242526), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important
}

.text_74[data-v-b538c036] {
    color: #fff;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_55[data-v-b538c036] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_75[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_56[data-v-b538c036] {
    margin-top: 20px
}

.text-wrapper_130[data-v-b538c036] {
    cursor: pointer;
    height: 60px;
    margin: 20px 0;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_130.dis[data-v-b538c036] {
    opacity: .5
}

.text_21[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_22[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_57[data-v-b538c036] {
    border: 2px solid;
    background: url("") -9px -5px no-repeat;
    background-size: 368px 80px
}

.text_76[data-v-b538c036] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.group_24[data-v-b538c036] {
    background-color: #242526
}

.showshow[data-v-b538c036] {
    width: 300px;
    min-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -150px
}

.showshow .btnGo[data-v-b538c036] {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 0 12px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

.showshow .btnGo .textComfirm[data-v-b538c036] {
    height: 40px;
    margin: 0;
    padding: 0 20px
}

.showshow .closeIcon[data-v-b538c036] {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 24px;
    height: 24px
}

.showshow .msg[data-v-b538c036] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal
}

@media screen and (min-width: 750px) {
    .headerbg[data-v-b538c036] {
        background: url("") no-repeat;
        background-size: 100% 810px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0
    }

    .types[data-v-b538c036] {
        height: 28px;
        display: flex;
        justify-content: space-between;
        z-index: 11
    }

    .boxOutPage[data-v-b538c036] {
        width: 395px;
        left: 50%;
        margin-left: -197.5px
    }

    .boxOut[data-v-b538c036] {
        padding-top: 20px;
        width: 1040px;
        margin: 0 auto
    }

    .boxOut .types[data-v-b538c036] {
        position: absolute;
        top: -65px;
        right: 0;
        margin: 0
    }

    .boxOut .types span[data-v-b538c036] {
        padding: 0 72px
    }

    .boxOut .rewards[data-v-b538c036] {
        width: 500px;
        margin: 0 auto
    }

    .pcBoxOut[data-v-b538c036] {
        min-height: 180px;
        position: relative;
        width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 40px
    }

    .pcBoxOut .typeLi[data-v-b538c036] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .pcBoxOut .typeLi span[data-v-b538c036] {
        width: 25%;
        color: #ffffff80;
        font-size: 14px
    }

    .pcBoxOut .typeLi span[data-v-b538c036]:first-child {
        padding: 0 20px
    }

    .pcBoxOut .typeLi span[data-v-b538c036]:last-child {
        display: flex;
        justify-content: flex-end;
        padding: 0 20px
    }

    .pcBoxOut .list[data-v-b538c036] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center
    }

    .pcBoxOut .list[data-v-b538c036]:nth-child(odd) {
        background: #ffffff0d
    }

    .pcBoxOut .list span[data-v-b538c036] {
        width: 25%;
        color: #fff;
        font-size: 16px
    }

    .pcBoxOut .list span i[data-v-b538c036] {
        border: 1px solid rgba(255, 255, 255, .5);
        width: 18px;
        height: 18px;
        display: block;
        margin: 0 20px;
        border-radius: 4px
    }

    .pcBoxOut .list span[data-v-b538c036]:first-child {
        padding: 0 20px
    }

    .pcBoxOut .list span[data-v-b538c036]:last-child {
        display: flex;
        justify-content: flex-end;
        padding: 0 20px
    }

    .pcBoxOut .list span button[data-v-b538c036] {
        height: 24px;
        background: #2dfe4f;
        border-radius: 4px;
        padding: 0 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        color: #18191a;
        margin: 0 20px
    }

    .pcBoxOut .list span .copy[data-v-b538c036] {
        width: 12px;
        height: 12px;
        cursor: pointer
    }

    .pcBoxOut .list .checkbox1[data-v-b538c036] {
        width: 18px;
        height: 18px
    }

    .group_5[data-v-b538c036] {
        width: 540px;
        height: 324px;
        background: #18191a;
        margin: 20px auto 40px;
        border: 2px solid !important;
        border: solid 2px transparent !important;
        border-radius: 24px !important;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
        background-origin: border-box !important;
        background-clip: content-box, border-box !important;
        position: relative;
        padding: 0;
        min-height: unset
    }

    .group_5 .text_7[data-v-b538c036] {
        padding: 0 20px
    }

    .group_5 .text_8[data-v-b538c036] {
        margin: 10px 20px
    }

    .group_5 .section_8[data-v-b538c036] {
        margin: 0 20px
    }

    .group_5 .box_3[data-v-b538c036] {
        margin: 10px 20px
    }

    .group_5 .text_9s[data-v-b538c036] {
        margin: 0 20px
    }

    .group_5 .text-wrapper_130[data-v-b538c036] {
        margin: 20px
    }

    html[lang=Arabic] .boxOut .types[data-v-b538c036],
    html[lang=Persian] .boxOut .types[data-v-b538c036],
    html[lang=HE] .boxOut .types[data-v-b538c036] {
        left: 0;
        right: unset
    }
}

@media screen and (max-width: 750px) {
    .boxOut .types[data-v-b538c036] {
        height: -moz-fit-content;
        height: fit-content;
        min-height: 28px
    }

    b.textGradients[data-v-b538c036] {
        flex-shrink: inherit;
        word-break: break-all;
        text-align: center
    }
}

.page[data-v-c0ef65c5] {
    background-color: #18191a;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px
}

.outDetai[data-v-c0ef65c5] {
    background: #ffffff0d;
    border-radius: 8px;
    margin: 0 20px 10px;
    padding: 0 20px 10px;
    color: #ffffff80;
    position: relative
}

.outDetai .li[data-v-c0ef65c5] {
    display: flex;
    justify-content: space-between
}

.outDetai .li[data-v-c0ef65c5]:first-child {
    margin-top: 10px
}

.outDetai .li[data-v-c0ef65c5]:nth-child(2) {
    margin-top: 4px
}

.outDetai .li[data-v-c0ef65c5]:nth-child(3) {
    margin-top: 10px
}

.outDetai .li[data-v-c0ef65c5]:nth-child(4) {
    margin-top: 4px
}

.outDetai .li[data-v-c0ef65c5]:nth-child(5) {
    margin-top: 4px
}

.outDetai .li p[data-v-c0ef65c5] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 17px
}

.outDetai .li h2[data-v-c0ef65c5] {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.outDetai .li span[data-v-c0ef65c5] {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    word-break: break-all;
    width: 80%;
    display: flex;
    flex-direction: row
}

.outDetai .li h4[data-v-c0ef65c5] {
    text-align: right;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    font-weight: 400;
    flex: 1
}

.outDetai .li span h4[data-v-c0ef65c5] {
    font-size: 12px;
    padding: 0 4px
}

.outDetai .li span img[data-v-c0ef65c5] {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    flex: 0 0 12px
}

.outDetai .li span.fail[data-v-c0ef65c5] {
    color: #15e3c4
}

.outDetai .saving_out_pass[data-v-c0ef65c5] {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px
}

.outDetai .saving_out_pass2[data-v-c0ef65c5] {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 50px;
    height: 30px;
    background-color: #4fe117;
    border-radius: 0 10px;
    display: flex;
    align-items: center;
    justify-self: center;
    font-weight: 400;
    font-size: 12px;
    color: #18191a;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 12px
}

@media screen and (min-width: 750px) {
    .headerbg[data-v-c0ef65c5] {
        background: url("") no-repeat;
        background-size: 100% 810px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0
    }

    .boxOutDetail[data-v-c0ef65c5] {
        min-height: 580px;
        position: relative;
        width: 1080px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 40px
    }

    .boxOutDetail .typeLi[data-v-c0ef65c5] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .boxOutDetail .typeLi span[data-v-c0ef65c5] {
        width: 14%;
        color: #ffffff80;
        font-size: 14px
    }

    .boxOutDetail .typeLi span[data-v-c0ef65c5]:first-child {
        padding: 0 20px
    }

    .boxOutDetail .list[data-v-c0ef65c5] {
        display: flex;
        flex-direction: row;
        height: 48px;
        align-items: center
    }

    .boxOutDetail .list[data-v-c0ef65c5]:nth-child(odd) {
        background: #ffffff0d
    }

    .boxOutDetail .list span[data-v-c0ef65c5] {
        width: 14%;
        color: #fff;
        font-size: 16px
    }

    .boxOutDetail .list span i[data-v-c0ef65c5] {
        border: 1px solid rgba(255, 255, 255, .5);
        width: 18px;
        height: 18px;
        display: block;
        margin: 0 20px;
        border-radius: 4px
    }

    .boxOutDetail .list span[data-v-c0ef65c5]:first-child {
        padding: 0 20px
    }

    .boxOutDetail .list span button[data-v-c0ef65c5] {
        word-break: break-all;
        min-height: 24px;
        background: #2dfe4f;
        border-radius: 4px;
        padding: 0 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        color: #18191a;
        margin: 0 20px
    }

    .boxOutDetail .list span .copy[data-v-c0ef65c5] {
        width: 12px;
        height: 12px;
        cursor: pointer
    }

    .boxOutDetail span.hash[data-v-c0ef65c5] {
        width: 65%
    }
}

@media screen and (max-width: 750px) {
    .boxOutDetail .list span .copyImg[data-v-c0ef65c5] {
        width: 12px;
        height: 12px;
        cursor: pointer;
        flex: 0 0 12px
    }
}

.page[data-v-3a75e774] {
    background-color: #18191a;
    position: relative;
    padding-top: 80px
}

.section_1[data-v-3a75e774] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.box_9[data-v-3a75e774] {
    margin: 13px 0 0 16px
}

.text_26[data-v-3a75e774] {
    width: 54px;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center
}

.thumbnail_20[data-v-3a75e774] {
    width: 17px;
    margin: 4px 0 0 239px
}

.thumbnail_21[data-v-3a75e774] {
    width: 15px;
    margin: 4px 0 0 5px
}

.image_12[data-v-3a75e774] {
    width: 25px;
    margin: 3px 0 0 5px
}

.box_10[data-v-3a75e774] {
    width: 348px;
    margin: 23px 0 10px 22px
}

.image_13[data-v-3a75e774] {
    width: 21px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_4[data-v-3a75e774] {
    width: 84px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 6px 0 0 72px
}

.box_1[data-v-3a75e774] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 2px 0 0 7px
}

.section_2[data-v-3a75e774] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px;
    margin: 9px 0 0 7px
}

.text_5[data-v-3a75e774] {
    width: 45px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 3px 6px 0 5px
}

.image-wrapper_13[data-v-3a75e774] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px;
    width: 40px
}

.image_14[data-v-3a75e774] {
    width: 27px;
    margin: 10px 0 0 7px
}

.text-group_17[data-v-3a75e774] {
    margin: 0 20px 20px
}

.text_1[data-v-3a75e774] {
    font-size: 30px;
    font-weight: 900
}

.text_2[data-v-3a75e774] {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px
}

.block_4[data-v-3a75e774] {
    border-radius: 20px;
    border: 1px solid;
    margin: 20px 0 0
}

.box_11[data-v-3a75e774] {
    margin: 0 20px
}

.box_12[data-v-3a75e774] {
    width: 24px
}

.text-wrapper_1[data-v-3a75e774] {
    background-color: #4fe117;
    border-radius: 50%;
    color: #18191a;
    font-size: 16px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.text_6[data-v-3a75e774] {
    width: 6px;
    color: #18191a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 9px
}

.image_5[data-v-3a75e774] {
    width: 1px;
    height: 46px;
    margin: 2px 11px
}

.image_6[data-v-3a75e774] {
    width: 1px;
    height: 14px;
    margin: 2px 11px
}

.image_7[data-v-3a75e774],
.image_8[data-v-3a75e774] {
    width: 1px;
    height: 46px;
    margin: 2px 11px
}

.text-wrapper_2[data-v-3a75e774] {
    background-color: #4fe117;
    border-radius: 50%;
    margin-top: 8px;
    width: 24px
}

.text_7[data-v-3a75e774] {
    width: 9px;
    color: #18191a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 8px
}

.text-group_18[data-v-3a75e774] {
    margin: 2px 10px 0
}

.paragraph_1[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.text_8[data-v-3a75e774] {
    color: #fff;
    font-size: 16px;
    margin-top: 23px
}

.image-wrapper_14[data-v-3a75e774] {
    width: 1px;
    height: 10px;
    margin: 4px 20px 0
}

.thumbnail_3[data-v-3a75e774] {
    width: 1px
}

.box_13[data-v-3a75e774] {
    margin: 9px 20px 0
}

.text-wrapper_3[data-v-3a75e774] {
    background-color: #4fe117;
    border-radius: 50%;
    width: 24px
}

.text_9[data-v-3a75e774] {
    width: 9px;
    color: #18191a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 8px
}

.text_10[data-v-3a75e774] {
    margin: 2px 10px 0;
    color: #fff;
    font-size: 16px
}

.image-wrapper_15[data-v-3a75e774] {
    width: 1px;
    margin: 9px 0 0 31px
}

.thumbnail_4[data-v-3a75e774] {
    width: 1px
}

.box_14[data-v-3a75e774] {
    margin: 9px 20px 0
}

.text-wrapper_4[data-v-3a75e774] {
    background-color: #4fe117;
    border-radius: 50%;
    width: 24px
}

.text_11[data-v-3a75e774] {
    width: 9px;
    color: #18191a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 8px
}

.text_12[data-v-3a75e774] {
    margin: 2px 10px 0;
    color: #fff;
    font-size: 16px
}

.image-wrapper_16[data-v-3a75e774] {
    width: 1px;
    margin: 9px 0 0 31px
}

.thumbnail_5[data-v-3a75e774] {
    width: 1px
}

.box_15[data-v-3a75e774] {
    margin: 9px 20px 24px
}

.text-wrapper_5[data-v-3a75e774] {
    background-color: #4fe117;
    border-radius: 50%;
    width: 24px
}

.text_13[data-v-3a75e774] {
    width: 9px;
    color: #18191a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 8px
}

.text_14[data-v-3a75e774] {
    margin: 2px 10px 0;
    color: #fff;
    font-size: 16px
}

.text_15[data-v-3a75e774] {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0
}

.text_16[data-v-3a75e774] {
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0
}

.image-text_31[data-v-3a75e774] {
    align-items: baseline;
    margin: 20px 0 0
}

.thumbnail_6[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_3[data-v-3a75e774] {
    color: #ffffff80;
    font-size: 16px
}

.image-text_32[data-v-3a75e774] {
    margin: 20px 0 0
}

.thumbnail_7[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_4[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.image-text_33[data-v-3a75e774] {
    margin: 20px 0 0
}

.thumbnail_8[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_5[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.image-text_34[data-v-3a75e774] {
    margin: 20px 0 0
}

.thumbnail_9[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_6[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.text_17[data-v-3a75e774] {
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0
}

.text_18[data-v-3a75e774] {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0
}

.text_19[data-v-3a75e774] {
    color: #fff;
    font-size: 16px;
    margin: 20px 0
}

.block_6[data-v-3a75e774] {
    margin-top: 20px;
    padding: 10px 20px;
    justify-content: flex-center;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text_20[data-v-3a75e774] {
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0
}

.image-text_35[data-v-3a75e774] {
    align-items: baseline;
    margin: 20px 0 0
}

.thumbnail_img[data-v-3a75e774] {
    width: 14px;
    height: 10px;
    margin-top: 5px
}

.text-group_7[data-v-3a75e774] {
    color: #ffffff80;
    font-size: 16px
}

.image-text_36[data-v-3a75e774] {
    margin: 20px 0 0
}

.thumbnail_11[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_8[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.image-text_37[data-v-3a75e774] {
    margin: 20px 0 0
}

.thumbnail_12[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_9[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.image-text_38[data-v-3a75e774] {
    margin: 20px 0
}

.thumbnail_13[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_10[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.text_21[data-v-3a75e774] {
    color: #fff;
    font-size: 16px;
    padding: 20px 0
}

.paragraph_2[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.image-text_39[data-v-3a75e774] {
    align-items: baseline;
    margin: 20px 0 0
}

.thumbnail_14[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_11[data-v-3a75e774] {
    color: #ffffff80;
    font-size: 16px
}

.image-text_40[data-v-3a75e774] {
    margin: 20px 0 0
}

.thumbnail_15[data-v-3a75e774] {
    width: 14px;
    margin-top: 5px
}

.text-group_12[data-v-3a75e774] {
    color: #fff;
    font-size: 16px
}

.text_22[data-v-3a75e774] {
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0
}

.text_23[data-v-3a75e774] {
    font-size: 18px;
    font-weight: 600;
    margin: 20px
}

@media screen and (min-width: 750px) {
    .block_4[data-v-3a75e774] {
        width: 350px;
        margin: 20px auto
    }
}

.page[data-v-a5844192] {
    background-color: #18191a;
    position: relative;
    padding-top: 60px
}

.pageMain[data-v-a5844192] {
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

.section_1[data-v-a5844192] {
    margin-top: 20px
}

.text_1[data-v-a5844192] {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600
}

.text_2[data-v-a5844192] {
    margin: 10px 0;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.group_35[data-v-a5844192] {
    margin-bottom: 20px
}

.text_3[data-v-a5844192] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 124px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.label_7[data-v-a5844192] {
    width: 24px;
    height: 24px
}

.group_2[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.group_3[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.group_36[data-v-a5844192] {
    position: relative
}

.image-text_25[data-v-a5844192] {
    align-items: baseline;
    margin-bottom: 20px
}

.thumbnail_1[data-v-a5844192] {
    width: 14px;
    margin-top: 73px
}

.paragraph_1[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_4[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.thumbnail_2[data-v-a5844192],
.thumbnail_3[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_3[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_4[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_4[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_5[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px
}

.text-wrapper_1[data-v-a5844192] {
    overflow-wrap: break-word
}

.text_6[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #2dfe4f;
    font-size: 16px
}

.paragraph_2[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_7[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.text_8[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px
}

.image_1[data-v-a5844192] {
    margin: 20px 0
}

.text_9[data-v-a5844192] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 120px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.label_8[data-v-a5844192] {
    width: 24px;
    margin-top: 1px
}

.group_6[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.group_7[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.image-text_29[data-v-a5844192] {
    margin-bottom: 20px;
    align-items: baseline
}

.thumbnail_5[data-v-a5844192] {
    width: 14px;
    margin-top: 73px
}

.paragraph_3[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_10[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.thumbnail_6[data-v-a5844192],
.thumbnail_7[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_7[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_8[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_8[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text-wrapper_2[data-v-a5844192] {
    overflow-wrap: break-word
}

.text_11[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    padding-bottom: 10px
}

.paragraph_4[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_12[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_5[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.image_2[data-v-a5844192] {
    margin: 20px 0
}

.text_13[data-v-a5844192] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 124px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.label_9[data-v-a5844192] {
    width: 24px;
    margin-top: 1px
}

.group_10[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.group_11[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.group_40[data-v-a5844192] {
    position: relative
}

.image-text_33[data-v-a5844192] {
    margin-bottom: 20px;
    align-items: baseline
}

.thumbnail_9[data-v-a5844192] {
    width: 14px;
    margin-top: 73px
}

.paragraph_6[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_14[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.thumbnail_10[data-v-a5844192],
.thumbnail_11[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_11[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_12[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_12[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text-wrapper_3[data-v-a5844192] {
    overflow-wrap: break-word
}

.text_15[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_7[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_16[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_8[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.image_3[data-v-a5844192] {
    margin: 20px 0
}

.text_17[data-v-a5844192] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 124px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.label_10[data-v-a5844192] {
    width: 24px;
    margin-top: 1px
}

.group_14[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.group_15[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.group_42[data-v-a5844192] {
    position: relative
}

.thumbnail_13[data-v-a5844192] {
    width: 14px;
    margin-top: 73px
}

.paragraph_9[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_18[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.thumbnail_14[data-v-a5844192],
.thumbnail_15[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_15[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_16[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_16[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text-wrapper_4[data-v-a5844192] {
    overflow-wrap: break-word
}

.text_19[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_10[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_20[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_11[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.image_4[data-v-a5844192] {
    margin: 20px 0
}

.text_21[data-v-a5844192] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 124px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.label_11[data-v-a5844192] {
    width: 24px
}

.group_18[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.group_19[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.group_44[data-v-a5844192] {
    position: relative
}

.thumbnail_17[data-v-a5844192] {
    width: 14px;
    margin-top: 72px
}

.paragraph_12[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_22[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.thumbnail_18[data-v-a5844192],
.thumbnail_19[data-v-a5844192] {
    width: 14px;
    margin-top: 4px
}

.text-group_19[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_20[data-v-a5844192] {
    width: 14px;
    margin-top: 4px
}

.text-group_20[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text-wrapper_5[data-v-a5844192] {
    overflow-wrap: break-word;
    padding-bottom: 10px
}

.text_23[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_13[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_24[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_14[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.image_5[data-v-a5844192] {
    margin: 20px 0
}

.text_25[data-v-a5844192] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    margin-bottom: 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.label_12[data-v-a5844192] {
    width: 24px;
    margin-top: 1px
}

.group_22[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 200px
}

.group_23[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.group_46[data-v-a5844192] {
    position: relative
}

.thumbnail_21[data-v-a5844192] {
    width: 14px;
    margin-top: 73px
}

.paragraph_15[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_26[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.thumbnail_22[data-v-a5844192],
.thumbnail_23[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_23[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_24[data-v-a5844192] {
    width: 14px;
    margin-top: 5px
}

.text-group_24[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text-wrapper_6[data-v-a5844192] {
    overflow-wrap: break-word
}

.text_27[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_16[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_28[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_17[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.image_6[data-v-a5844192] {
    margin: 20px 0
}

.text_29[data-v-a5844192] {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600
}

.text_30[data-v-a5844192] {
    margin: 20px 0;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text-wrapper_7[data-v-a5844192] {
    overflow-wrap: break-word
}

.text_31[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px;
    margin-bottom: 10px
}

.paragraph_18[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    padding-bottom: 10px
}

.text_32[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_19[data-v-a5844192],
.paragraph_20[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_33[data-v-a5844192] {
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600
}

.text_34[data-v-a5844192] {
    margin-top: 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text-wrapper_8[data-v-a5844192] {
    margin: 20px 0;
    overflow-wrap: break-word
}

.text_35[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_21[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.paragraph_22[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin-bottom: 80px
}

.box_3[data-v-a5844192] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px;
    position: relative
}

.block_1[data-v-a5844192] {
    width: 360px
}

.text_145[data-v-a5844192] {
    width: 54px;
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap
}

.thumbnail_27[data-v-a5844192] {
    width: 17px
}

.thumbnail_28[data-v-a5844192] {
    width: 15px
}

.image_63[data-v-a5844192] {
    width: 25px
}

.block_2[data-v-a5844192] {
    width: 348px
}

.image_64[data-v-a5844192] {
    width: 21px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_39[data-v-a5844192] {
    width: 84px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.box_4[data-v-a5844192] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.group_27[data-v-a5844192] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px
}

.text_40[data-v-a5844192] {
    width: 45px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image-wrapper_2[data-v-a5844192] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px;
    width: 40px
}

.image_65[data-v-a5844192] {
    width: 27px
}

.text_36[data-v-a5844192] {
    padding: 0 20px;
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 900
}

.text_37[data-v-a5844192] {
    padding: 0 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-top: 20px
}

.box_5[data-v-a5844192] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_61[data-v-a5844192] {
    width: 208px
}

.text_41[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_42[data-v-a5844192] {
    width: 16px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_11[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_62[data-v-a5844192] {
    width: 228px
}

.text_43[data-v-a5844192] {
    width: 84px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_44[data-v-a5844192] {
    width: 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_12[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_63[data-v-a5844192] {
    width: 227px
}

.text_45[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_46[data-v-a5844192] {
    width: 55px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_13[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.group_47[data-v-a5844192] {
    width: 323px
}

.text_47[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_12[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    margin-bottom: 20px
}

.text_48[data-v-a5844192] {
    width: 57px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_14[data-v-a5844192] {
    margin: 20px 0
}

.group_48[data-v-a5844192] {
    width: 323px
}

.text_49[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_13[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_50[data-v-a5844192] {
    width: 57px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_15[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.group_49[data-v-a5844192] {
    width: 305px
}

.text_51[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_14[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_52[data-v-a5844192] {
    width: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_16[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.group_50[data-v-a5844192] {
    width: 305px
}

.text_53[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_15[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_54[data-v-a5844192] {
    width: 98px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_17[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.group_51[data-v-a5844192] {
    width: 291px
}

.text_55[data-v-a5844192] {
    width: 32px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_16[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_56[data-v-a5844192] {
    width: 19px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_18[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.group_52[data-v-a5844192] {
    width: 323px
}

.text_57[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_17[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_58[data-v-a5844192] {
    width: 65px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_19[data-v-a5844192] {
    left: 131px;
    top: 1px;
    width: 2px
}

.box_12[data-v-a5844192] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_64[data-v-a5844192] {
    width: 208px
}

.text_59[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_60[data-v-a5844192] {
    width: 18px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_20[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_65[data-v-a5844192] {
    width: 228px
}

.text_61[data-v-a5844192] {
    width: 84px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_62[data-v-a5844192] {
    width: 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_21[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_66[data-v-a5844192] {
    width: 228px
}

.text_63[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_64[data-v-a5844192] {
    width: 56px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_22[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.section_2[data-v-a5844192] {
    width: 323px
}

.text_65[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_21[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_66[data-v-a5844192] {
    width: 57px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_23[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.section_3[data-v-a5844192] {
    width: 323px
}

.text_67[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_22[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_68[data-v-a5844192] {
    width: 65px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_24[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.section_4[data-v-a5844192] {
    width: 305px
}

.text_69[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_23[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_70[data-v-a5844192] {
    width: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_25[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.section_5[data-v-a5844192] {
    width: 305px
}

.text_71[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_24[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_72[data-v-a5844192] {
    width: 132px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_26[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.section_6[data-v-a5844192] {
    width: 291px
}

.text_73[data-v-a5844192] {
    width: 32px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_25[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_74[data-v-a5844192] {
    width: 19px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_27[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.section_7[data-v-a5844192] {
    width: 323px
}

.text_75[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_26[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_76[data-v-a5844192] {
    width: 69px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_28[data-v-a5844192] {
    left: 131px;
    top: 1px;
    width: 2px
}

.box_19[data-v-a5844192] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_67[data-v-a5844192] {
    width: 208px
}

.text_77[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_78[data-v-a5844192] {
    width: 18px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_29[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_68[data-v-a5844192] {
    width: 231px
}

.text_79[data-v-a5844192] {
    width: 84px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_80[data-v-a5844192] {
    width: 25px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_30[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_69[data-v-a5844192] {
    width: 228px
}

.text_81[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_82[data-v-a5844192] {
    width: 56px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_31[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.box_39[data-v-a5844192] {
    width: 323px
}

.text_83[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_30[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_84[data-v-a5844192] {
    width: 62px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_32[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.box_40[data-v-a5844192] {
    width: 323px
}

.text_85[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_31[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_86[data-v-a5844192] {
    width: 69px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_33[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.box_41[data-v-a5844192] {
    width: 305px
}

.text_87[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_32[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_88[data-v-a5844192] {
    width: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_34[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.box_42[data-v-a5844192] {
    width: 305px
}

.text_89[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_33[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_90[data-v-a5844192] {
    width: 141px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_35[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.box_43[data-v-a5844192] {
    width: 291px
}

.text_91[data-v-a5844192] {
    width: 32px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_34[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_92[data-v-a5844192] {
    width: 19px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_36[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.box_44[data-v-a5844192] {
    width: 323px
}

.text_93[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_35[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_94[data-v-a5844192] {
    width: 72px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_37[data-v-a5844192] {
    left: 131px;
    top: 1px;
    width: 2px
}

.box_26[data-v-a5844192] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_70[data-v-a5844192] {
    width: 208px
}

.text_95[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_96[data-v-a5844192] {
    width: 18px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_38[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_71[data-v-a5844192] {
    width: 231px
}

.text_97[data-v-a5844192] {
    width: 84px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_98[data-v-a5844192] {
    width: 25px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_39[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_72[data-v-a5844192] {
    width: 228px
}

.text_99[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_100[data-v-a5844192] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_40[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.section_8[data-v-a5844192] {
    width: 323px
}

.text_101[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_39[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_102[data-v-a5844192] {
    width: 62px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_41[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.section_9[data-v-a5844192] {
    width: 323px
}

.text_103[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_40[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_104[data-v-a5844192] {
    width: 69px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_42[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.section_10[data-v-a5844192] {
    width: 305px
}

.text_105[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_41[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_106[data-v-a5844192] {
    width: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_43[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.section_11[data-v-a5844192] {
    width: 305px
}

.text_107[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_42[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_108[data-v-a5844192] {
    width: 143px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_44[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.section_12[data-v-a5844192] {
    width: 291px
}

.text_109[data-v-a5844192] {
    width: 32px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_43[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_110[data-v-a5844192] {
    width: 22px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_45[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.section_13[data-v-a5844192] {
    width: 323px
}

.text_111[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_44[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_112[data-v-a5844192] {
    width: 72px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_46[data-v-a5844192] {
    left: 131px;
    top: 1px;
    width: 2px
}

.box_27[data-v-a5844192] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_73[data-v-a5844192] {
    width: 208px
}

.text_113[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_114[data-v-a5844192] {
    width: 18px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_47[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_74[data-v-a5844192] {
    width: 232px
}

.text_115[data-v-a5844192] {
    width: 84px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_116[data-v-a5844192] {
    width: 27px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_48[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_75[data-v-a5844192] {
    width: 227px
}

.text_117[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_118[data-v-a5844192] {
    width: 53px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_49[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.box_45[data-v-a5844192] {
    width: 323px
}

.text_119[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_48[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_120[data-v-a5844192] {
    width: 65px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_50[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.box_46[data-v-a5844192] {
    width: 323px
}

.text_121[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_49[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_122[data-v-a5844192] {
    width: 72px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_51[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.box_47[data-v-a5844192] {
    width: 305px
}

.text_123[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_50[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_124[data-v-a5844192] {
    width: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_52[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.box_48[data-v-a5844192] {
    width: 305px
}

.text_125[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_51[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_126[data-v-a5844192] {
    width: 144px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_53[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.box_49[data-v-a5844192] {
    width: 291px
}

.text_127[data-v-a5844192] {
    width: 32px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_52[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_128[data-v-a5844192] {
    width: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_54[data-v-a5844192] {
    width: 348px;
    margin-top: 5px
}

.box_50[data-v-a5844192] {
    width: 323px
}

.text_129[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_53[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_130[data-v-a5844192] {
    width: 77px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_55[data-v-a5844192] {
    left: 131px;
    top: 1px;
    width: 2px
}

.box_34[data-v-a5844192] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.text-wrapper_76[data-v-a5844192] {
    width: 208px
}

.text_131[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_132[data-v-a5844192] {
    width: 18px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_56[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_77[data-v-a5844192] {
    width: 228px
}

.text_133[data-v-a5844192] {
    width: 84px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 1px
}

.text_134[data-v-a5844192] {
    width: 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_57[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.text-wrapper_78[data-v-a5844192] {
    width: 227px
}

.text_135[data-v-a5844192] {
    width: 48px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px
}

.text_136[data-v-a5844192] {
    width: 55px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_58[data-v-a5844192] {
    width: 348px;
    margin-top: 11px
}

.group_53[data-v-a5844192] {
    width: 323px
}

.text_137[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_57[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_138[data-v-a5844192] {
    width: 57px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_59[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.group_54[data-v-a5844192] {
    width: 323px
}

.text_139[data-v-a5844192] {
    width: 96px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_58[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_140[data-v-a5844192] {
    width: 57px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_60[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.group_55[data-v-a5844192] {
    width: 305px
}

.text_141[data-v-a5844192] {
    width: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_59[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_142[data-v-a5844192] {
    width: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_61[data-v-a5844192] {
    width: 348px;
    margin-top: 7px
}

.group_56[data-v-a5844192] {
    width: 291px
}

.text_143[data-v-a5844192] {
    width: 32px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-top: 6px
}

.text-wrapper_60[data-v-a5844192] {
    background-color: #15e3c41a;
    border-radius: 13px;
    width: 199px
}

.text_144[data-v-a5844192] {
    width: 19px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image_62[data-v-a5844192] {
    left: 131px;
    top: 1px;
    width: 2px
}

.pageMain[data-v-a5844192] .van-cell {
    background: none;
    padding: 20px 0
}

.pageMain[data-v-a5844192] .van-collapse-item__content {
    background: none;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column
}

.pageMain[data-v-a5844192] .van-cell__title span {
    background-image: linear-gradient(to right, #4fe117, #15e3c4);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    padding: 0;
    font-weight: 600
}

.pageMain[data-v-a5844192] .rightIcon {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: transform .8s linear
}

.pageMain[data-v-a5844192] .van-collapse-item__title--expanded .rightIcon {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .6s linear
}

.pageMain[data-v-a5844192] .van-cell:after {
    display: none
}

.pageMain[data-v-a5844192] .van-collapse-item--border:after {
    left: 0;
    right: 0;
    width: 100%;
    border-top: .5px solid #fff
}

.pageMain[data-v-a5844192] .van-collapse-item.lassItem:before {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-top: .5px solid #fff;
    content: "";
    transform: scaleY(.5)
}

.ctable table th[data-v-a5844192] {
    font-weight: 400
}

.page[data-v-5673c723] {
    background-color: #18191a;
    position: relative
}

.page .pagePadding[data-v-5673c723] {
    padding: 0 20px 100px;
    display: flex;
    flex-direction: column
}

.text_1[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_2[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin-top: 20px
}

.text_3[data-v-5673c723] {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0
}

.text_color[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_4[data-v-5673c723] {
    padding-bottom: 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.image-text_1[data-v-5673c723] {
    margin-bottom: 12px;
    align-items: baseline
}

.thumbnail_1[data-v-5673c723] {
    margin-top: 5px
}

.text-group_2[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_2[data-v-5673c723] {
    margin-top: 5px
}

.text-group_3[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_3[data-v-5673c723] {
    margin-top: 5px
}

.text-group_4[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_4[data-v-5673c723] {
    margin-top: 5px
}

.text-group_5[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_5[data-v-5673c723] {
    margin-top: 5px
}

.text-group_6[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_6[data-v-5673c723] {
    margin-top: 5px
}

.text-group_7[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_5[data-v-5673c723] {
    margin-bottom: 20px;
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600
}

.text_6[data-v-5673c723],
.text_7[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_8[data-v-5673c723] {
    padding: 12px 0;
    color: #15e3c4;
    font-size: 16px
}

.text_9[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.group_2[data-v-5673c723] {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    justify-content: flex-center;
    padding: 12px
}

.text_10[data-v-5673c723] {
    padding-bottom: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_7[data-v-5673c723] {
    margin-top: 5px
}

.text-group_8[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_8[data-v-5673c723] {
    margin-top: 5px
}

.text-group_9[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_9[data-v-5673c723] {
    margin-top: 5px
}

.text-group_10[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_10[data-v-5673c723] {
    margin-top: 5px
}

.text-group_11[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_11[data-v-5673c723] {
    margin-top: 5px
}

.text-group_12[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_12[data-v-5673c723] {
    margin-top: 5px
}

.text-group_13[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.group_3[data-v-5673c723] {
    margin-bottom: 1px
}

.text_11[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_12[data-v-5673c723] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_13[data-v-5673c723],
.text_14[data-v-5673c723],
.text_15[data-v-5673c723],
.text_16[data-v-5673c723],
.text_17[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_18[data-v-5673c723] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.image-text_13[data-v-5673c723] {
    margin-bottom: 20px;
    align-items: baseline
}

.thumbnail_13[data-v-5673c723] {
    margin-top: 5px
}

.text-group_15[data-v-5673c723] {
    overflow-wrap: break-word
}

.text_19[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_1[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_14[data-v-5673c723] {
    margin-top: 5px
}

.text-group_16[data-v-5673c723] {
    overflow-wrap: break-word
}

.text_20[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_2[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_15[data-v-5673c723] {
    margin-top: 5px
}

.text-group_17[data-v-5673c723] {
    overflow-wrap: break-word
}

.text_21[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_3[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_16[data-v-5673c723] {
    margin-top: 5px
}

.text-group_18[data-v-5673c723] {
    overflow-wrap: break-word
}

.text_22[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_4[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_17[data-v-5673c723] {
    margin-top: 5px
}

.text-group_19[data-v-5673c723] {
    overflow-wrap: break-word
}

.text_23[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_5[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_18[data-v-5673c723] {
    margin-top: 5px
}

.text-group_20[data-v-5673c723] {
    overflow-wrap: break-word
}

.text_24[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_6[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_19[data-v-5673c723] {
    margin-top: 5px
}

.text-group_21[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_20[data-v-5673c723] {
    margin-top: 5px
}

.text-group_22[data-v-5673c723] {
    overflow-wrap: break-word
}

.text_25[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 16px
}

.paragraph_7[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.block_1[data-v-5673c723] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.text_26[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    white-space: nowrap
}

.image_3[data-v-5673c723] {
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_27[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    white-space: nowrap
}

.section_1[data-v-5673c723] {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.block_2[data-v-5673c723] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%
}

.text_28[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 14px;
    white-space: nowrap
}

.image-wrapper_1[data-v-5673c723] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px
}

.text-group_23[data-v-5673c723] {
    padding: 0 20px 20px
}

.text_29[data-v-5673c723] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_30[data-v-5673c723] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin-top: 20px
}

@media screen and (min-width: 750px) {
    .image_1[data-v-5673c723] {
        width: 30%;
        margin: 0 auto
    }
}

@media screen and (max-width: 750px) {
    .pcSavingLeft[data-v-9522b8cb] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px
    }

    .list-items_2[data-v-9522b8cb] {
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
        margin-bottom: 10px;
        padding: 12px;
        display: flex;
        flex-direction: column
    }

    .text-group_3[data-v-9522b8cb] {
        width: 100%;
        text-align: center;
        align-items: center;
        height: 100%;
        justify-content: center
    }

    .text_20[data-v-9522b8cb] {
        height: 22px;
        overflow-wrap: break-word;
        color: #ad5515;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        padding-top: 15px
    }

    .text_21[data-v-9522b8cb] {
        overflow-wrap: break-word;
        color: #ad5515;
        font-size: 8px;
        font-weight: 600;
        text-align: center;
        height: 10px;
        padding-top: 20px
    }
}

@media screen and (min-width: 750px) {
    .pcSavingLeft[data-v-9522b8cb] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;
        min-width: 370px
    }

    .list-items_2[data-v-9522b8cb] {
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
        margin-bottom: 40px;
        padding: 40px 12px;
        display: flex;
        justify-content: space-between
    }

    .group_7[data-v-9522b8cb] {
        margin: 10px 0 0 !important
    }

    .text_17[data-v-9522b8cb] {
        margin: 20px 0 10px !important;
        display: flex
    }

    .text-group_3[data-v-9522b8cb] {
        width: 100%;
        text-align: center;
        height: 100%
    }

    .text_20[data-v-9522b8cb] {
        height: 22px;
        overflow-wrap: break-word;
        color: #ad5515;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        padding-top: 30px
    }

    .text_21[data-v-9522b8cb] {
        overflow-wrap: break-word;
        color: #ad5515;
        font-size: 8px;
        font-weight: 600;
        text-align: center;
        height: 10px;
        padding-bottom: 4px
    }
}

.page[data-v-9522b8cb] {
    background-color: #18191a;
    position: relative;
    padding: 60px 20px
}

.box_1[data-v-9522b8cb] {
    height: 94px;
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px;
    position: relative
}

.section_5[data-v-9522b8cb] {
    height: 18px;
    margin: 13px 0 0 16px
}

.text_19[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    text-align: center;
    height: 18px
}

.thumbnail_3[data-v-9522b8cb] {
    height: 11px;
    margin: 4px 0 0 239px
}

.thumbnail_4[data-v-9522b8cb] {
    height: 11px;
    margin: 4px 0 0 5px
}

.image_4[data-v-9522b8cb] {
    height: 12px;
    margin: 3px 0 0 5px
}

.section_6[data-v-9522b8cb] {
    height: 30px;
    margin: 23px 0 10px 22px
}

.image_5[data-v-9522b8cb] {
    height: 17px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 17px;
    margin: 6px 0 0 72px
}

.group_1[data-v-9522b8cb] {
    background-color: #000;
    border-radius: 4px;
    height: 24px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 2px 0 0 7px
}

.block_3[data-v-9522b8cb] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    height: 6px;
    margin: 9px 0 0 7px
}

.text_3[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 17px;
    margin: 3px 6px 0 5px
}

.image-wrapper_2[data-v-9522b8cb] {
    background-color: #000;
    border-radius: 6px;
    height: 30px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px
}

.image_6[data-v-9522b8cb] {
    height: 12px;
    margin: 10px 0 0 7px
}

.section_7[data-v-9522b8cb] {
    height: 44px
}

.list_2[data-v-9522b8cb] {
    justify-content: space-between
}

.image-text_2[data-v-9522b8cb] {
    margin: 20px 0 0;
    align-items: center
}

.group_4[data-v-9522b8cb] {
    width: 99px;
    background-image: url("");
    height: 77px;
    overflow: hidden
}

.text-group_4[data-v-9522b8cb] {
    background-image: linear-gradient(180deg, #ffd69e 0, #ffc567);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 25px;
    margin-top: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_22[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0 0
}

.group_5[data-v-9522b8cb] {
    margin: 10px 0 0
}

.group_6[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_23[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_7[data-v-9522b8cb] {
    align-items: baseline;
    margin: 10px 0 0 7px
}

.leftIconY[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    display: flex;
    flex-shrink: 0
}

.text_24[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_8[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.group_9[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_25[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_10[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_5[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_26[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_11[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_6[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_27[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_12[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_7[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_28[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_13[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.group_14[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_29[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_15[data-v-9522b8cb] {
    margin: 40px 0 0 27px
}

.group_16[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_30[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_15[data-v-9522b8cb] {
    height: 60px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 10px 0 20px 20px
}

.group_17[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_8[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_31[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_17[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 10px 0
}

.text_32[data-v-9522b8cb] {
    height: 80px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0 0
}

.list_3[data-v-9522b8cb] {
    height: 1338px;
    justify-content: space-between;
    margin: 10px 0 0 20px
}

.list-items_3[data-v-9522b8cb] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 10px;
    padding: 12px
}

.image-text_3[data-v-9522b8cb] {
    height: 122px;
    margin: 20px 0 0 122px
}

.section_8[data-v-9522b8cb] {
    background-image: url("");
    height: 77px;
    margin-left: 7px
}

.text-group_5[data-v-9522b8cb] {
    height: 44px;
    margin: 29px 0 0 33px
}

.text_33[data-v-9522b8cb] {
    height: 22px;
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px
}

.text_34[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    height: 10px;
    padding-top: 23px
}

.text-group_6[data-v-9522b8cb] {
    background-image: linear-gradient(180deg, #ffd69e 0, #ffc567);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 25px;
    margin-top: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_35[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0 0 20px
}

.group_18[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_9[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_36[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_19[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_10[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_37[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_20[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_11[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_38[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_21[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.section_9[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_39[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_22[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.section_10[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_40[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_23[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_12[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_41[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_24[data-v-9522b8cb] {
    margin: 180px 0 0 27px
}

.section_11[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_42[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_43[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 10px 0 2px 20px
}

.group_25[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.group_26[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.paragraph_1[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.group_27[data-v-9522b8cb] {
    margin: 8px 0 0 27px
}

.box_13[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_44[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_45[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 10px 0 20px 20px
}

.block_15[data-v-9522b8cb] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 100px;
    padding: 12px
}

.image-text_4[data-v-9522b8cb] {
    height: 122px;
    margin: 20px 0 0 122px
}

.block_16[data-v-9522b8cb] {
    background-image: url("");
    position: relative;
    height: 77px;
    margin-left: 7px
}

.text-group_7[data-v-9522b8cb] {
    margin: 29px 0 0 33px
}

.text_46[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: 22px;
    margin-left: 4px
}

.text_47[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ad5515;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    height: 10px;
    margin-top: 12px
}

.text-group_8[data-v-9522b8cb] {
    height: 44px
}

.text-group_9[data-v-9522b8cb] {
    background-image: linear-gradient(180deg, #ffd69e 0, #ffc567);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 25px;
    margin-top: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_48[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 0 20px
}

.block_17[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.block_18[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_49[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.block_19[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_14[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_50[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.block_20[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.box_15[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_51[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.block_21[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.block_22[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_52[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.block_23[data-v-9522b8cb] {
    margin: 10px 0 0 27px
}

.group_28[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_53[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.block_24[data-v-9522b8cb] {
    height: 260px;
    margin: 10px 0 0 27px
}

.block_25[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.paragraph_2[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.block_26[data-v-9522b8cb] {
    margin: 9px 0 0 27px
}

.section_12[data-v-9522b8cb] {
    background-color: #ffd290;
    border-radius: 50%;
    height: 5px;
    margin-top: 7px
}

.text_54[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_55[data-v-9522b8cb] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px;
    margin: 10px 0 20px 20px
}

.text_8[data-v-82b02a70] {
    width: 3.85vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.07vw;
    text-align: right;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 .64vw
}

.text_9[data-v-82b02a70] {
    width: 3.85vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.07vw;
    text-align: right;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 35.64vw
}

.text_10[data-v-82b02a70] {
    width: 2.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.02vw
}

.text_11[data-v-82b02a70] {
    width: 3.34vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.07vw;
    text-align: right;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.02vw
}

.text_12[data-v-82b02a70] {
    width: 2.31vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.02vw
}

.text_13[data-v-82b02a70] {
    width: 3.34vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.07vw;
    text-align: right;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.02vw
}

.text_14[data-v-82b02a70] {
    width: 2.83vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.02vw
}

.text_15[data-v-82b02a70] {
    width: 3.85vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 3.07vw;
    text-align: right;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.02vw
}

.text_16[data-v-82b02a70] {
    width: 2.06vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.02vw 0 0 1.02vw
}

.topb[data-v-82b02a70] {
    padding-top: 14.5vw
}

.text_18[data-v-9ff339b7] {
    cursor: pointer;
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    background: #2dfe4f;
    border-radius: 4px;
    line-height: 24px;
    padding: 0 10px
}

.text_end[data-v-9ff339b7] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    line-height: 17px
}

@media screen and (min-width: 750px) {
    .page[data-v-17a9c241] {
        background-color: #18191a;
        position: relative;
        padding: 0 20px
    }

    .section_9[data-v-17a9c241] {
        display: none !important
    }

    .pcMain[data-v-17a9c241] {
        width: 1040px;
        margin: 0 auto;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-bottom: 60px
    }

    .pcMain .typeList[data-v-17a9c241] {
        display: flex;
        flex-direction: row;
        height: 30px;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: -34px;
        transform: translate(-50%, -50%);
        z-index: 12
    }

    .pcMain .typeList span[data-v-17a9c241] {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        position: relative;
        text-align: center;
        cursor: pointer
    }

    .pcMain .typeList i[data-v-17a9c241] {
        width: 1px;
        height: 12px;
        background-color: #ffffff4d;
        display: flex;
        margin: 5px 40px
    }

    .pcMain .typeList span.active[data-v-17a9c241] {
        background-image: linear-gradient(to right, #4fe117, #15e3c4);
        -webkit-background-clip: text;
        color: transparent
    }

    .pcMain .typeList span[data-v-17a9c241]:nth-child(2n):after {
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px;
        height: 12px;
        background-color: #ffffff4d;
        content: ""
    }

    .pcMain .typeList span.active[data-v-17a9c241]:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -13px;
        width: 26px;
        height: 3px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 2px;
        content: ""
    }

    .pcMain .llist[data-v-17a9c241] {
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center
    }

    .pcMain .llist[data-v-17a9c241]:nth-child(2n) {
        background: #ffffff0d
    }

    .pcMain .llist span[data-v-17a9c241] {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        width: 33.33%
    }

    .pcMain .llist.types[data-v-17a9c241] {
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .pcMain .llist.types span[data-v-17a9c241] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff4d
    }

    .pcMain .llist span[data-v-17a9c241]:nth-child(2n) {
        min-width: 200px;
        display: flex;
        justify-content: center
    }

    .pcMain .llist span[data-v-17a9c241]:last-child {
        display: flex;
        justify-content: end;
        padding: 0 34px
    }

    .pcMain .llist span[data-v-17a9c241]:first-child {
        display: flex;
        padding: 0 34px
    }

    .pcsavingOrder .llists[data-v-17a9c241] {
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center;
        padding: 0 20px
    }

    .pcsavingOrder .llists[data-v-17a9c241]:nth-child(2n) {
        background: #ffffff0d
    }

    .pcsavingOrder .llists.types span[data-v-17a9c241] {
        font-size: 14px;
        color: #ffffff80;
        font-weight: 400
    }

    .pcsavingOrder .llists span[data-v-17a9c241] {
        font-size: 14px;
        color: #fff;
        font-weight: 400
    }

    .pcsavingOrder .llists span.hashs[data-v-17a9c241] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .pcsavingOrder .llists span.hashs label[data-v-17a9c241] {
        padding: 0 4px
    }

    .pcsavingOrder .llists.types[data-v-17a9c241] {
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .pcsavingOrder .llists .thumbnail_29[data-v-17a9c241] {
        width: 12px;
        height: 12px;
        margin: 0;
        cursor: pointer
    }

    .pcsavingOrder .llists span[data-v-17a9c241]:nth-child(1) {
        width: 10%
    }

    .pcsavingOrder .llists span[data-v-17a9c241]:nth-child(2) {
        width: 10%
    }

    .pcsavingOrder .llists span[data-v-17a9c241]:nth-child(3) {
        width: 15%
    }

    .pcsavingOrder .llists span[data-v-17a9c241]:nth-child(4) {
        width: 10%
    }

    .pcsavingOrder .llists span[data-v-17a9c241]:nth-child(5) {
        width: 10%
    }

    .pcsavingOrder .llists span[data-v-17a9c241]:nth-child(6) {
        width: 10%
    }

    .pcsavingOrder .llists span[data-v-17a9c241]:last-child {
        width: 8%;
        display: flex;
        justify-content: end
    }

    .block_12[data-v-17a9c241] {
        margin: 0 auto
    }

    .section_11[data-v-17a9c241] {
        width: 350px;
        margin: 0 auto
    }
}

@media screen and (max-width: 750px) {

    .pcMain .typeList[data-v-17a9c241],
    .pcsavingOrder[data-v-17a9c241] {
        display: none !important
    }

    .page[data-v-17a9c241] {
        background-color: #18191a;
        position: relative;
        padding: 80px 20px 0
    }
}

.showshow[data-v-17a9c241] {
    width: 300px;
    min-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -150px
}

.showshow .closeIcon[data-v-17a9c241] {
    position: absolute;
    right: -20px;
    top: -20px
}

.showshow .msg[data-v-17a9c241] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal
}

.box_1[data-v-17a9c241] {
    height: 94px;
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px;
    width: 390px
}

.section_7[data-v-17a9c241] {
    height: 18px;
    margin: 13px 0 0 16px
}

.text_78[data-v-17a9c241] {
    width: 54px;
    height: 18px;
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 18px
}

.thumbnail_26[data-v-17a9c241] {
    width: 17px;
    height: 11px;
    margin: 4px 0 0 239px
}

.thumbnail_27[data-v-17a9c241] {
    width: 15px;
    height: 11px;
    margin: 4px 0 0 5px
}

.image_13[data-v-17a9c241] {
    width: 25px;
    height: 12px;
    margin: 3px 0 0 5px
}

.section_8[data-v-17a9c241] {
    width: 348px;
    height: 30px;
    margin: 23px 0 10px 22px
}

.image_14[data-v-17a9c241] {
    width: 21px;
    height: 17px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-17a9c241] {
    width: 84px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 6px 0 0 72px
}

.box_2[data-v-17a9c241] {
    background-color: #000;
    border-radius: 4px;
    width: 69px;
    height: 24px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 2px 0 0 7px
}

.group_1[data-v-17a9c241] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 9px 0 0 7px
}

.text_3[data-v-17a9c241] {
    width: 45px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 3px 6px 0 5px
}

.image-wrapper_5[data-v-17a9c241] {
    background-color: #000;
    border-radius: 6px;
    height: 30px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px;
    width: 40px
}

.image_15[data-v-17a9c241] {
    width: 27px;
    height: 12px;
    margin: 10px 0 0 7px
}

.block_12[data-v-17a9c241] {
    position: relative
}

.text_4[data-v-17a9c241] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.thumbnail_3[data-v-17a9c241] {
    width: 1px;
    height: 12px;
    margin: 5px 0 0
}

.text_5.active[data-v-17a9c241] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_5[data-v-17a9c241] {
    width: calc(100% / 3);
    cursor: pointer;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 22px
}

.thumbnail_4[data-v-17a9c241] {
    width: 1px;
    height: 12px;
    margin: 5px 0 0
}

.text_6[data-v-17a9c241] {
    width: 64px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin-left: 34px
}

.section_10[data-v-17a9c241] {
    width: 26px;
    height: 3px;
    margin: 4px 0 0 54px
}

.block_3[data-v-17a9c241] {
    width: 26px;
    height: 3px;
    background: url("") 100% no-repeat;
    background-size: 100% 100%
}

.section_11[data-v-17a9c241] {
    margin: 20px 0;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #4FE117;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.text_76[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.thumbnail_28[data-v-17a9c241] {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(24, 25, 26, 1);
    margin: 0 4px
}

.section_5[data-v-17a9c241] {
    border-radius: 4px;
    position: absolute;
    left: 20px;
    top: 61px;
    height: 24px;
    border: 1px solid rgba(79, 225, 23, 1)
}

.box_6[data-v-17a9c241] {
    background-color: #ffffff0d;
    border-radius: 8px;
    padding-bottom: 20px;
    margin-bottom: 16px
}

.text-wrapper_1[data-v-17a9c241] {
    background-color: #ffffff0d;
    border-radius: 8px 8px 0 0;
    margin-bottom: 14px;
    height: 24px;
    justify-content: flex-center
}

.text_8[data-v-17a9c241] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0
}

.text_9[data-v-17a9c241] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 139px
}

.text_10[data-v-17a9c241] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_11[data-v-17a9c241] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_12[data-v-17a9c241] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_13[data-v-17a9c241] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_14[data-v-17a9c241] {
    width: 11px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_15[data-v-17a9c241] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_16[data-v-17a9c241] {
    width: 8px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0 4px
}

.text-wrapper_76[data-v-17a9c241] {
    padding: 0 20px;
    margin-bottom: 4px;
    align-items: center
}

.text_17[data-v-17a9c241] {
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px
}

.text_18[data-v-17a9c241] {
    height: 24px;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_77[data-v-17a9c241] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_19[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_20[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_78[data-v-17a9c241] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_21[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_22[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_79[data-v-17a9c241] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_23[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_24[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_80[data-v-17a9c241] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_25[data-v-17a9c241] {
    width: 24px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_26[data-v-17a9c241] {
    width: 24px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_81[data-v-17a9c241] {
    margin-bottom: 4px;
    padding: 0 20px
}

.text_27[data-v-17a9c241] {
    width: 48px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_28[data-v-17a9c241] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.box_20[data-v-17a9c241] {
    padding: 0 20px
}

.text_29[data-v-17a9c241] {
    width: 12px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text-group_1[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    padding: 0 4px
}

.thumbnail_29[data-v-17a9c241] {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    cursor: pointer
}

.box_7[data-v-17a9c241] {
    background-color: #ffffff0d;
    border-radius: 8px;
    height: 209px;
    margin: 16px 0 0 20px
}

.text-wrapper_8[data-v-17a9c241] {
    background-color: #ffffff0d;
    border-radius: 8px 8px 0 0;
    height: 24px;
    justify-content: flex-center
}

.text_30[data-v-17a9c241] {
    width: 60px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 15px
}

.text_31[data-v-17a9c241] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 139px
}

.text_32[data-v-17a9c241] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_33[data-v-17a9c241] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_34[data-v-17a9c241] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_35[data-v-17a9c241] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_36[data-v-17a9c241] {
    width: 11px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_37[data-v-17a9c241] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_38[data-v-17a9c241] {
    width: 8px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0 4px
}

.text-wrapper_82[data-v-17a9c241] {
    height: 22px;
    margin: 16px 0 0 15px
}

.text_39[data-v-17a9c241] {
    width: 94px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px
}

.text_40[data-v-17a9c241] {
    width: 36px;
    height: 17px;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin-top: 3px
}

.text-wrapper_83[data-v-17a9c241] {
    height: 17px;
    margin: 10px 0 0 15px
}

.text_41[data-v-17a9c241] {
    width: 60px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_42[data-v-17a9c241] {
    width: 46px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_84[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_43[data-v-17a9c241] {
    width: 60px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_44[data-v-17a9c241] {
    width: 46px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_85[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_45[data-v-17a9c241] {
    width: 48px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_46[data-v-17a9c241] {
    width: 58px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_86[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_47[data-v-17a9c241] {
    width: 24px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_48[data-v-17a9c241] {
    width: 24px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_87[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_49[data-v-17a9c241] {
    width: 48px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_50[data-v-17a9c241] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.section_12[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 15px 15px
}

.text_51[data-v-17a9c241] {
    width: 12px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.image-text_14[data-v-17a9c241] {
    width: 115px;
    height: 17px
}

.text-group_2[data-v-17a9c241] {
    width: 99px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.thumbnail_30[data-v-17a9c241] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.box_9[data-v-17a9c241] {
    background-color: #ffffff0d;
    border-radius: 8px;
    height: 199px;
    margin: 16px 0 0 20px
}

.text-wrapper_15[data-v-17a9c241] {
    background-color: #ffffff0d;
    border-radius: 8px 8px 0 0;
    height: 24px;
    justify-content: flex-center
}

.text_52[data-v-17a9c241] {
    width: 60px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 15px
}

.text_53[data-v-17a9c241] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 139px
}

.text_54[data-v-17a9c241] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_55[data-v-17a9c241] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_56[data-v-17a9c241] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_57[data-v-17a9c241] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_58[data-v-17a9c241] {
    width: 11px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_59[data-v-17a9c241] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_60[data-v-17a9c241] {
    width: 8px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0 4px
}

.text-wrapper_88[data-v-17a9c241] {
    height: 22px;
    margin: 16px 0 0 15px
}

.text_61[data-v-17a9c241] {
    width: 94px;
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px
}

.text_62[data-v-17a9c241] {
    width: 36px;
    height: 17px;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin-top: 3px
}

.text-wrapper_89[data-v-17a9c241] {
    height: 17px;
    margin: 10px 0 0 15px
}

.text_63[data-v-17a9c241] {
    width: 60px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_64[data-v-17a9c241] {
    width: 46px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_90[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_65[data-v-17a9c241] {
    width: 60px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_66[data-v-17a9c241] {
    width: 46px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_91[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_67[data-v-17a9c241] {
    width: 48px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_68[data-v-17a9c241] {
    width: 58px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_92[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_69[data-v-17a9c241] {
    width: 24px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_70[data-v-17a9c241] {
    width: 24px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_93[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 0 15px
}

.text_71[data-v-17a9c241] {
    width: 48px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_72[data-v-17a9c241] {
    width: 61px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.group_7[data-v-17a9c241] {
    height: 17px;
    margin: 4px 0 5px 15px
}

.text_73[data-v-17a9c241] {
    width: 12px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.image-text_15[data-v-17a9c241] {
    width: 115px;
    height: 17px
}

.text-group_3[data-v-17a9c241] {
    width: 99px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.thumbnail_31[data-v-17a9c241] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

@media screen and (min-width: 750px) {
    .pcsavingOrder .llists[data-v-17a9c241] {
        height: -moz-fit-content;
        height: fit-content;
        min-height: 50px
    }
}

.page[data-v-3cae1302] {
    background-color: #18191a;
    position: relative;
    width: 100vw;
    height: 487.44vw;
    overflow: hidden
}

.box_1[data-v-3cae1302] {
    position: relative;
    width: 100vw;
    height: auto;
    padding-top: 23vw;
    background: url("") 100% no-repeat;
    background-size: 100% 100%
}

.image_1[data-v-3cae1302] {
    width: 51.29vw;
    height: 19.49vw
}

.text_1[data-v-3cae1302] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    width: 17.44vw;
    height: 9.75vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 7.69vw;
    font-family: MiSans-Heavy;
    font-weight: 900;
    white-space: nowrap;
    line-height: 9.75vw;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: -3.18vw 0 0 5.12vw
}

.image-text_2[data-v-3cae1302] {
    width: 90.26vw;
    height: 8.21vw;
    margin: 5.64vw 0 13.84vw 4.61vw
}

.text-group_1[data-v-3cae1302] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-top: 1.29vw
}

.label_6[data-v-3cae1302] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1)
}

.block_1[data-v-3cae1302] {
    height: 24.11vw;
    background: url("") 0vw 0vw no-repeat;
    background-size: 100vw 24.35vw;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0
}

.box_7[data-v-3cae1302] {
    width: 92.31vw;
    height: 4.62vw;
    margin: 3.33vw 0 0 4.1vw
}

.text_11[data-v-3cae1302] {
    width: 13.85vw;
    height: 4.62vw;
    overflow-wrap: break-word;
    color: #000;
    font-size: 3.84vw;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    line-height: 4.62vw
}

.thumbnail_3[data-v-3cae1302] {
    width: 4.36vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 61.28vw
}

.thumbnail_4[data-v-3cae1302] {
    width: 3.85vw;
    height: 2.83vw;
    margin: 1.02vw 0 0 1.28vw
}

.image_12[data-v-3cae1302] {
    width: 6.42vw;
    height: 3.08vw;
    margin: .76vw 0 0 1.28vw
}

.box_8[data-v-3cae1302] {
    width: 89.24vw;
    height: 7.7vw;
    margin: 5.89vw 0 2.56vw 5.64vw
}

.image_13[data-v-3cae1302] {
    width: 5.39vw;
    height: 4.36vw;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 1.54vw
}

.text_3[data-v-3cae1302] {
    width: 21.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: 1.53vw 0 0 18.46vw
}

.section_1[data-v-3cae1302] {
    background-color: #000;
    border-radius: 4px;
    width: 17.7vw;
    height: 6.16vw;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: .51vw 0 0 1.79vw
}

.group_3[data-v-3cae1302] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    width: 1.54vw;
    height: 1.54vw;
    margin: 2.3vw 0 0 1.79vw
}

.text_4[data-v-3cae1302] {
    width: 11.54vw;
    height: 4.36vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 3.07vw;
    text-align: center;
    white-space: nowrap;
    line-height: 4.36vw;
    margin: .76vw 1.53vw 0 1.28vw
}

.image-wrapper_2[data-v-3cae1302] {
    background-color: #000;
    border-radius: 6px;
    height: 7.7vw;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 14.11vw;
    width: 10.26vw
}

.image_14[data-v-3cae1302] {
    width: 6.93vw;
    height: 3.08vw;
    margin: 2.56vw 0 0 1.79vw
}

.box_9[data-v-3cae1302] {
    position: absolute;
    left: 0;
    top: 69.75vw;
    width: 100vw;
    height: 417.95vw
}

.image_5[data-v-3cae1302] {
    width: 89.75vw;
    height: .26vw;
    margin: 47.17vw 0 0 5.12vw
}

.section_2[data-v-3cae1302] {
    width: 90.26vw;
    height: 8.21vw;
    margin: 4.87vw 0 0 4.61vw
}

.text_5[data-v-3cae1302] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-top: 1.03vw
}

.label_7[data-v-3cae1302] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1)
}

.text_6[data-v-3cae1302] {
    width: 89.75vw;
    height: 61.54vw;
    overflow-wrap: break-word;
    color: #666;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 2.56vw 0 0 5.12vw
}

.image_6[data-v-3cae1302] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 0 5.12vw
}

.section_3[data-v-3cae1302] {
    width: 90.26vw;
    height: 42.06vw;
    margin: 5.12vw 0 0 4.61vw
}

.box_10[data-v-3cae1302] {
    position: relative;
    width: 81.03vw;
    height: 41.8vw;
    margin-top: .26vw
}

.image_7[data-v-3cae1302] {
    width: 25.9vw;
    height: 41.29vw;
    margin: .51vw 0 0 55.12vw
}

.text_7[data-v-3cae1302] {
    position: absolute;
    left: 0;
    top: 0;
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw
}

.label_8[data-v-3cae1302] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1)
}

.image_8[data-v-3cae1302] {
    width: 89.75vw;
    height: .26vw;
    margin: 57.94vw 0 0 5.12vw
}

.section_4[data-v-3cae1302] {
    width: 90.26vw;
    height: 8.21vw;
    margin: 5.12vw 0 0 4.61vw
}

.text_8[data-v-3cae1302] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw;
    margin-top: 1.03vw
}

.label_9[data-v-3cae1302] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1)
}

.paragraph_1[data-v-3cae1302] {
    width: 89.75vw;
    height: 78.98vw;
    overflow-wrap: break-word;
    color: #666;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 2.56vw 0 0 5.12vw
}

.image_9[data-v-3cae1302] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 0 5.12vw
}

.section_5[data-v-3cae1302] {
    width: 90.26vw;
    height: 8.98vw;
    margin: 4.1vw 0 0 4.61vw
}

.text_9[data-v-3cae1302] {
    width: 81.03vw;
    height: 5.65vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 4.1vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    line-height: 5.65vw
}

.label_10[data-v-3cae1302] {
    width: 8.21vw;
    height: 8.21vw;
    border: 0 solid rgba(79, 225, 23, 1);
    margin-top: .77vw
}

.text_10[data-v-3cae1302] {
    width: 89.75vw;
    height: 46.16vw;
    overflow-wrap: break-word;
    color: #666;
    font-size: 3.58vw;
    line-height: 5.13vw;
    margin: 2.56vw 0 0 5.12vw
}

.image_10[data-v-3cae1302] {
    width: 89.75vw;
    height: .26vw;
    margin: 5.12vw 0 15.12vw 5.12vw
}

.image_11[data-v-3cae1302] {
    position: absolute;
    left: 7.7vw;
    top: -14.1vw;
    width: 25.9vw;
    height: 41.29vw
}

.paragraph_2[data-v-3cae1302] {
    position: absolute;
    left: 5.13vw;
    top: 145.9vw;
    width: 89.75vw;
    height: 84.11vw;
    overflow-wrap: break-word;
    color: #666;
    font-size: 3.58vw;
    line-height: 5.13vw
}

.paragraph_3[data-v-3cae1302] {
    position: absolute;
    left: 5.13vw;
    top: -11.28vw;
    width: 89.75vw;
    height: 53.34vw;
    overflow-wrap: break-word;
    color: #666;
    font-size: 3.58vw;
    line-height: 5.13vw
}

[data-v-3cae1302] .van-cell__title {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.group_55[data-v-3cae1302] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center
}

.group_55[data-v-3cae1302] .van-cell:after {
    border-bottom: none
}

.group_55[data-v-3cae1302] .van-collapse-item__content {
    background: none;
    padding: 0 20px
}

.van-collapse-item--border[data-v-3cae1302]:after {
    border-top: .5px solid rgba(255, 255, 255, .3)
}

.group_55 .li p[data-v-3cae1302] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 24px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.group_55 .li.two[data-v-3cae1302] {
    padding-left: 20px
}

.image-transition-enter[data-v-3cae1302],
.image-transition-leave-to[data-v-3cae1302] {
    opacity: 0
}

.group_55[data-v-3cae1302] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.group_55[data-v-3cae1302] .van-cell__left-icon,
.van-cell__right-icon[data-v-3cae1302] {
    height: auto
}

.group_55[data-v-3cae1302] .van-collapse-item__title .van-icon__image,
.group_55[data-v-3cae1302] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

@media screen and (min-width: 750px) {
    .page[data-v-44589f57] {
        background-color: #18191a !important;
        position: relative;
        min-height: 800px
    }

    .pcBorrow[data-v-44589f57] {
        background-color: #18191a;
        position: relative
    }

    .pcBorrow .main[data-v-44589f57] {
        width: 100%;
        height: 800px;
        background: url("02-nD2dJEIp.gif") no-repeat;
        background-size: cover;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .pcBorrow .topLogo[data-v-44589f57] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .pcBorrow .topLogo img[data-v-44589f57] {
        width: 213px;
        height: 77px
    }

    .pcBorrow .topLogo span[data-v-44589f57] {
        margin: 0 15px;
        color: #4fe117;
        border: 1px solid #4FE117;
        font-size: 18px;
        border-radius: 10px;
        padding: 0 8px;
        height: 38px;
        line-height: 38px
    }

    .pcBorrow .borrowNow[data-v-44589f57] {
        width: 460px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        margin-top: 30px;
        position: relative;
        padding: 20px
    }

    .pcBorrow .group_26[data-v-44589f57] {
        position: absolute;
        right: -350px;
        top: 0;
        margin: 0;
        padding: 0
    }

    .pcBorrow .group_26 .text-wrapper_48[data-v-44589f57] {
        min-width: 310px;
        margin-bottom: 20px
    }

    .pcBorrow .group_26 .text-wrapper_48 span[data-v-44589f57] {
        transition: all .5s linear
    }

    .pcBorrow .group_26 .text-wrapper_48 span[data-v-44589f57]:hover {
        transform: scale(1.15)
    }
}

.page[data-v-44589f57] {
    background-color: #18191a;
    position: relative
}

.group_1[data-v-44589f57] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.text_68[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    font-family: Helvetica, Microsoft YaHei, Arial, sans-serif;
    text-align: center;
    white-space: nowrap
}

.image_21[data-v-44589f57] {
    border: 2px solid rgba(0, 0, 0, 1)
}

.text_2[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.block_3[data-v-44589f57] {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.group_2[data-v-44589f57] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%
}

.text_3[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image-wrapper_7[data-v-44589f57] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.group_3[data-v-44589f57] {
    height: 225px;
    width: 100%;
    background: url("") 100% no-repeat;
    background-size: 100% 100%
}

.block_4[data-v-44589f57] {
    padding-top: 106px;
    align-items: center;
    justify-content: center
}

.group_23[data-v-44589f57] {
    width: 214px;
    height: 78px;
    background: url("logo1-000FrY_l.svg") no-repeat;
    background-size: cover
}

.text-wrapper_1[data-v-44589f57] {
    border-radius: 10px;
    padding: 0 12px;
    border: 1px solid rgba(79, 225, 23, 1);
    margin: 0 5px;
    height: 38px;
    display: flex;
    align-items: center;
    color: #4fe117
}

.text_4[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_5[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.box_3[data-v-44589f57] {
    background-color: #ffffff1a;
    border: 2px solid #48484A;
    border-radius: 10px;
    margin: 20px 0 10px;
    height: 60px;
    align-items: center;
    overflow: hidden
}

.text-wrapper_128[data-v-44589f57] {
    border-radius: 24px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, .5);
    width: 23%;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.text-wrapper_128.active[data-v-44589f57] {
    border: 2px solid;
    border: solid 2px transparent;
    border-radius: 24px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #4fe117, #15e3c4);
    background-origin: border-box;
    background-clip: content-box, border-box;
    color: #18191a
}

.text_9[data-v-44589f57] {
    width: 100%;
    overflow-wrap: break-word;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 100%
}

.text-wrapper_2[data-v-44589f57] {
    cursor: pointer;
    border-radius: 10px;
    padding: 0 12px;
    height: 36px;
    margin-right: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff80;
    text-align: center;
    font-style: normal;
    line-height: 36px
}

.group_5[data-v-44589f57] {
    margin-top: 20px;
    min-height: 608px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px
}

.section_8[data-v-44589f57] {
    align-items: center
}

.text_6[data-v-44589f57] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-wrapper_49[data-v-44589f57] {
    font-weight: 600;
    height: 24px;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 4px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 1 1;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 1 1;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer
}

.text_69[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_7[data-v-44589f57] {
    margin-top: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_8[data-v-44589f57] {
    padding-top: 10px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 15px;
    white-space: nowrap
}

.text-wrapper_3[data-v-44589f57] {
    background-color: #ffffff1a;
    border-radius: 10px
}

.text_10[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_11[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text_12[data-v-44589f57] {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_50[data-v-44589f57] {
    border-radius: 24px;
    border: 2px solid
}

.text_70[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_51[data-v-44589f57] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_71[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_52[data-v-44589f57] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_72[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_53[data-v-44589f57] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_73[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.section_10[data-v-44589f57] {
    align-items: center;
    margin-top: 20px
}

.text_17[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text-wrapper_8[data-v-44589f57] {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .3);
    margin: 0 12px;
    padding: 0 4px
}

.text_18[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #ffffff4d;
    font-size: 16px;
    text-align: center;
    white-space: nowrap
}

.section_11[data-v-44589f57] {
    margin-top: 10px
}

.text-wrapper_54[data-v-44589f57] {
    border-radius: 24px;
    cursor: pointer;
    width: 45%;
    height: 50px;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .5);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    justify-content: center
}

.text-wrapper_54.active[data-v-44589f57] {
    width: 45%;
    border: 2px solid !important;
    border: solid 2px transparent !important;
    border-radius: 24px !important;
    background-image: linear-gradient(#3a3a3c, #242526), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important
}

.text_74[data-v-44589f57] {
    color: #fff;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_55[data-v-44589f57] {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, .5)
}

.text_75[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_56[data-v-44589f57] {
    margin-top: 20px
}

.text-wrapper_130[data-v-44589f57] {
    cursor: pointer;
    height: 60px;
    margin: 20px 0;
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    border-radius: 30px;
    -o-border-image: linear-gradient(270deg, rgba(79, 225, 23, 1), rgba(21, 227, 196, 1)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    color: #18191a;
    display: flex;
    align-items: center;
    justify-content: center
}

.text-wrapper_130.dis[data-v-44589f57] {
    opacity: .5
}

.text_21[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap
}

.text_22[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_57[data-v-44589f57] {
    border: 2px solid;
    background: url("") -9px -5px no-repeat;
    background-size: 368px 80px
}

.text_76[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.group_24[data-v-44589f57] {
    background-color: #242526
}

.group_25[data-v-44589f57] {
    background: url("") 0px 0px no-repeat;
    background-size: 130px 36px
}

.text-group_8[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.box_18[data-v-44589f57] {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .15)
}

.text-group_9[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.list_5[data-v-44589f57] {
    justify-content: space-between
}

.image-text_20[data-v-44589f57] {
    right: 50px
}

.text-group_10[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.text_77[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px
}

.group_26[data-v-44589f57] {
    padding: 0 40px;
    margin-top: -30px
}

.text-wrapper_48[data-v-44589f57] {
    height: 48px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.text_67[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text-wrapper_16[data-v-44589f57] {
    border-radius: 24px;
    border: 2px solid
}

.text_35[data-v-44589f57] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.text_10 input[data-v-44589f57] {
    background: #48484a;
    border: none;
    outline: none;
    width: 90%
}

.borderInput input[data-v-44589f57] {
    color: #4fe117
}

.box_3 input[data-v-44589f57] {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-indent: 1rem;
    padding-left: 10px
}

@media screen and (max-width: 750px) {
    .textWrap[data-v-44589f57] {
        white-space: pre-wrap
    }

    .text-wrapper_1[data-v-44589f57] {
        word-break: break-all
    }

    .group_23[data-v-44589f57] {
        flex: 0 0 214px
    }
}

.page[data-v-ce9c2fba] {
    background-color: #18191a;
    padding: 60px 20px
}

.block_1[data-v-ce9c2fba] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.text_20[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap
}

.image_8[data-v-ce9c2fba] {
    border: 2px solid rgba(0, 0, 0, 1);
    top: 6px
}

.text_2[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.box_3[data-v-ce9c2fba] {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.box_4[data-v-ce9c2fba] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%
}

.text_3[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image-wrapper_3[data-v-ce9c2fba] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.text_4[data-v-ce9c2fba] {
    padding: 20px 0;
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 900
}

.text_5[data-v-ce9c2fba] {
    padding-bottom: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_6[data-v-ce9c2fba],
.text_7[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_8[data-v-ce9c2fba] {
    padding: 20px;
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 600
}

.text-wrapper_2[data-v-ce9c2fba] {
    border-radius: 20px;
    border: 1px solid
}

.text_9[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.section_2[data-v-ce9c2fba] {
    bottom: 1px
}

.text_10[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.text_11[data-v-ce9c2fba] {
    padding-bottom: 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_12[data-v-ce9c2fba],
.text_13[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_14[data-v-ce9c2fba] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.image-text_13[data-v-ce9c2fba] {
    margin-bottom: 20px;
    align-items: baseline
}

.thumbnail_3[data-v-ce9c2fba] {
    top: 5px
}

.text-group_1[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_4[data-v-ce9c2fba] {
    top: 5px
}

.text-group_2[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_5[data-v-ce9c2fba] {
    top: 5px
}

.text-group_3[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_6[data-v-ce9c2fba] {
    top: 5px
}

.text-group_4[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_7[data-v-ce9c2fba] {
    top: 5px
}

.text-group_5[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_8[data-v-ce9c2fba] {
    top: 5px
}

.text-group_6[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_15[data-v-ce9c2fba] {
    padding: 20px 0;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text-wrapper_3[data-v-ce9c2fba] {
    margin-bottom: 20px;
    justify-content: flex-center
}

.text_16[data-v-ce9c2fba] {
    padding: 0 20px 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_17[data-v-ce9c2fba] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_18[data-v-ce9c2fba] {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    padding: 20px 0
}

.page[data-v-d3f686a2] {
    background-color: #18191a;
    position: relative;
    padding: 60px 20px
}

.group_1[data-v-d3f686a2] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.text_12[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap
}

.image_5[data-v-d3f686a2] {
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.section_1[data-v-d3f686a2] {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.group_4[data-v-d3f686a2] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%
}

.text_3[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image-wrapper_2[data-v-d3f686a2] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.box_1[data-v-d3f686a2] {
    padding: 0 0 20px
}

.text_4[data-v-d3f686a2] {
    overflow-wrap: break-word;
    font-weight: 900
}

.text_4 b[data-v-d3f686a2] {
    font-size: 30px
}

.text_5[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    margin-top: 20px
}

.text_6[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    margin-top: 20px
}

.image-text_9[data-v-d3f686a2] {
    align-items: baseline;
    margin-bottom: 20px
}

.thumbnail_3[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_2[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.thumbnail_4[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_3[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_5[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_4[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_6[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_5[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_7[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_6[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_8[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_7[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_9[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_8[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.thumbnail_10[data-v-d3f686a2] {
    margin-top: 5px
}

.text-group_9[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.text_7[data-v-d3f686a2] {
    overflow-wrap: break-word;
    font-weight: 600;
    white-space: nowrap;
    padding: 20px
}

.text_7 b[data-v-d3f686a2] {
    font-size: 18px
}

.text_8[data-v-d3f686a2] {
    padding: 0 20px 20px;
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_9[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #ffffff80;
    font-size: 16px
}

.text_10[data-v-d3f686a2],
.text_11[data-v-d3f686a2] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px
}

.page[data-v-ddb664e6] {
    background-color: #18191a;
    position: relative;
    padding: 60px 20px;
    min-height: 100vh
}

.group_1[data-v-ddb664e6] {
    height: 94px;
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.section_2[data-v-ddb664e6] {
    height: 18px;
    margin: 13px 0 0 16px
}

.text_6[data-v-ddb664e6] {
    height: 18px;
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap;
    line-height: 18px
}

.thumbnail_3[data-v-ddb664e6] {
    height: 11px;
    margin: 4px 0 0 239px
}

.thumbnail_4[data-v-ddb664e6] {
    height: 11px;
    margin: 4px 0 0 5px
}

.image_4[data-v-ddb664e6] {
    height: 12px;
    margin: 3px 0 0 5px
}

.section_3[data-v-ddb664e6] {
    height: 30px;
    margin: 23px 0 10px 22px
}

.image_5[data-v-ddb664e6] {
    height: 17px;
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-ddb664e6] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 6px 0 0 72px
}

.section_1[data-v-ddb664e6] {
    background-color: #000;
    border-radius: 4px;
    height: 24px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin: 2px 0 0 7px
}

.box_1[data-v-ddb664e6] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%;
    height: 6px;
    margin: 9px 0 0 7px
}

.text_3[data-v-ddb664e6] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    margin: 3px 6px 0 5px
}

.image-wrapper_2[data-v-ddb664e6] {
    background-color: #000;
    border-radius: 6px;
    height: 30px;
    border: 1px solid rgba(76, 76, 76, 1);
    margin-left: 55px
}

.image_6[data-v-ddb664e6] {
    height: 12px;
    margin: 10px 0 0 7px
}

.text_4[data-v-ddb664e6] {
    overflow-wrap: break-word;
    font-size: 30px;
    font-weight: 900;
    line-height: 38px
}

.text_5[data-v-ddb664e6] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px
}

@media screen and (min-width: 750px) {
    .pcMain[data-v-c6a536a1] {
        width: 1040px;
        margin: 0 auto;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-bottom: 60px
    }

    .pcMain .typeList[data-v-c6a536a1] {
        display: flex;
        flex-direction: row;
        height: 30px;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: -14px;
        transform: translate(-50%, -50%)
    }

    .pcMain .typeList span[data-v-c6a536a1] {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        position: relative;
        text-align: center;
        cursor: pointer
    }

    .pcMain .typeList i[data-v-c6a536a1] {
        width: 1px;
        height: 12px;
        background-color: #ffffff4d;
        display: flex;
        margin: 5px 40px
    }

    .pcMain .typeList span.active[data-v-c6a536a1] {
        background-image: linear-gradient(to right, #4fe117, #15e3c4);
        -webkit-background-clip: text;
        color: transparent
    }

    .pcMain .typeList span[data-v-c6a536a1]:nth-child(2n):after {
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px;
        height: 12px;
        background-color: #ffffff4d;
        content: ""
    }

    .pcMain .typeList span.active[data-v-c6a536a1]:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -13px;
        width: 26px;
        height: 3px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 2px;
        content: ""
    }

    .pcMain .llist[data-v-c6a536a1] {
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center
    }

    .pcMain .llist[data-v-c6a536a1]:nth-child(2n) {
        background: #ffffff0d
    }

    .pcMain .llist span[data-v-c6a536a1] {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        width: 25.33%
    }

    .pcMain .llist.types[data-v-c6a536a1] {
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .pcMain .llist.types span[data-v-c6a536a1] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff4d
    }

    .pcMain .llist span[data-v-c6a536a1]:nth-child(2n) {
        min-width: 200px;
        display: flex;
        justify-content: center
    }

    .pcMain .llist span[data-v-c6a536a1]:last-child {
        display: flex;
        justify-content: end;
        padding: 0 34px 0 0
    }

    .pcMain .llist span[data-v-c6a536a1]:first-child {
        display: flex;
        padding: 0 0 0 34px
    }

    .days[data-v-c6a536a1] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .days p.text_100[data-v-c6a536a1] {
        padding: 0 4px;
        font-size: 12px;
        color: #ffffff80
    }

    .days p.text_99[data-v-c6a536a1] {
        font-size: 16px;
        color: #fff
    }

    .text_27[data-v-c6a536a1] {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .text_27 b[data-v-c6a536a1] {
        font-size: 14px
    }
}

.page[data-v-c6a536a1] {
    background-color: #18191a;
    position: relative;
    padding: 0 20px;
    min-height: 100vh
}

.section_1[data-v-c6a536a1] {
    background: url("") 0px 0px no-repeat;
    background-size: 390px 95px
}

.text_32[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #000;
    font-size: 16px;
    letter-spacing: -.30000001192092896px;
    text-align: center;
    white-space: nowrap
}

.image_8[data-v-c6a536a1] {
    border: 2px solid rgba(0, 0, 0, 1);
    margin-top: 6px
}

.text_2[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.box_3[data-v-c6a536a1] {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.block_1[data-v-c6a536a1] {
    box-shadow: 0 0 2px #4fe117;
    background-color: #4fe117;
    border-radius: 50%
}

.text_3[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.image-wrapper_3[data-v-c6a536a1] {
    background-color: #000;
    border-radius: 6px;
    border: 1px solid rgba(76, 76, 76, 1)
}

.section_5[data-v-c6a536a1] {
    margin-top: 60px
}

.text_33[data-v-c6a536a1] {
    background-image: linear-gradient(270deg, #4fe117 0, #15e3c4);
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text_34[data-v-c6a536a1],
.text_35[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

.box_8[data-v-c6a536a1] {
    background: url("") 100% no-repeat;
    background-size: 100% 100%
}

.list_3[data-v-c6a536a1] {
    justify-content: space-between
}

.list-items_1[data-v-c6a536a1] {
    background-color: #ffffff0d;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 14px
}

.text-wrapper_12[data-v-c6a536a1] {
    padding-bottom: 10px
}

.text_4[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.text_5[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    margin-top: 3px
}

.text_6[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_7[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_8[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    word-break: break-all
}

.days[data-v-c6a536a1] {
    display: flex;
    flex-direction: row
}

.text_9[data-v-c6a536a1] {
    display: flex;
    width: 20px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    justify-content: center
}

.text_10[data-v-c6a536a1] {
    display: flex;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.text_11[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_12[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_13[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_14[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_15[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_16[data-v-c6a536a1],
.text_17[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_18[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_19[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_20[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_21[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_22[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_23[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_24[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_25[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.text_26[data-v-c6a536a1] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    word-break: break-all
}

.text_27[data-v-c6a536a1] {
    overflow-wrap: break-word;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text_27 b[data-v-c6a536a1] {
    border: 1px solid rgba(79, 225, 23, 1);
    padding: 0 4px;
    border-radius: 4px;
    cursor: pointer
}

@media screen and (max-width: 750px) {
    [data-v-c6a536a1] .text_9 {
        justify-content: flex-end;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 2px
    }

    [data-v-c6a536a1] .text_10 {
        margin-right: 2px
    }

    .days .text_10[data-v-c6a536a1]:last-child {
        margin-right: 0
    }
}

.dao-bg[data-v-7130edb3] {
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0d0f14;
    background-blend-mode: lighten
}

.node-dashboard-btn[data-v-7130edb3] {
    background: linear-gradient(90deg, #4fe117, #15e3c4)
}

.node-dashboard-btn-border[data-v-7130edb3] {
    border: 1px solid rgba(255, 255, 255, .5)
}

.btn-border[data-v-7130edb3] {
    border: solid 1px transparent !important;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    position: relative
}

.cutdown-box[data-v-7130edb3] {
    border: 1px solid #4fe117;
    background: radial-gradient(181.49% 57.51% at 4.86% 6.12%, #17371acc, #0d0f14cc);
    box-shadow: 4px 4px 4px #00000040, 0 -10px 10px #4fe11780 inset, 0 -5px 5px #fff inset;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.progress-container[data-v-7130edb3] {
    width: 100%;
    max-width: 90%;
    border: solid 1px transparent !important;
    border-radius: 24px !important;
    background-image: linear-gradient(#18191a, #18191a), linear-gradient(180deg, #4fe117, #0d0f14) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    position: relative
}

@media (min-width: 768px) {
    .progress-container[data-v-7130edb3] {
        width: 80%
    }
}

.progress-bar[data-v-7130edb3] {
    background: linear-gradient(90deg, #4fe117, #15e3c4);
    box-shadow: 0 0 20px #4fe117
}

.node-card[data-v-7130edb3] {
    background: #0d0f14;
    box-shadow: 0 2px #ffffff1a;
    overflow: hidden
}

.tier-badge[data-v-7130edb3] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 30px 6px 20px;
    font-size: 16px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%)
}

.stroke-text[data-v-7130edb3] {
    color: #0d0f14;
    text-align: center;
    text-shadow: 0 0 20px #4fe117;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-stroke: 1.2px #4fe117
}

.dao-title[data-v-7130edb3] {
    background: linear-gradient(180deg, #e8e8e8, #a0a0a0, #707070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: .02em;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .8));
    text-shadow: 0 10px 20px #000
}

.daoIntro a[data-v-8d012f58] {
    text-decoration: underline;
    color: #4fe117
}

.lone[data-v-8d012f58] {
    color: #ffffff80;
    padding: 0 20px;
    font-size: 16px;
    margin: 20px 0
}

.daoIntro .intro3[data-v-8d012f58] {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    font-size: 18px;
    margin: 20px 0
}

.pi[data-v-8d012f58] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoIntro .intro2[data-v-8d012f58] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-8d012f58] {
    padding: 0 20px;
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-8d012f58] {
    color: #fff
}

.daoIntro .intro1[data-v-8d012f58] {
    margin: 20px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px;
    display: flex;
    flex-direction: column
}

.daoIntro .intro1 span[data-v-8d012f58] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

.daoIntro .intro1 span.t[data-v-8d012f58] {
    color: #4fe117
}

.daoIntro .headBG[data-v-8d012f58] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-8d012f58] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-8d012f58] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-8d012f58] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-8d012f58] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-8d012f58] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-8d012f58] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-8d012f58] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-8d012f58] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-8d012f58]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-8d012f58] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.daoIntro .head[data-v-8d012f58] {
    background: url("") no-repeat;
    background-size: cover;
    height: 120px;
    width: 100%;
    margin-bottom: 40px
}

.daoIntro .head .logos[data-v-8d012f58] {
    display: flex;
    flex-direction: row;
    padding: 20px 50px 0;
    align-items: center;
    justify-content: center
}

.daoIntro .head .logos img[data-v-8d012f58] {
    width: 210px
}

.daoIntro .head .logos span[data-v-8d012f58] {
    height: 38px;
    box-shadow: 0 0 10px #4fe1174d;
    border-radius: 10px;
    border: 1px solid #4FE117;
    margin-left: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center
}

.o1 span[data-v-8d012f58] {
    color: #fff !important
}

.comFontColor[data-v-8d012f58] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

.introInDent[data-v-5525077f] {
    margin: 0 20px 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px
}

.introInDent span.t[data-v-5525077f] {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.introInDent span.p[data-v-5525077f] {
    font-size: 16px;
    color: #fff !important;
    line-height: 20px;
    font-style: normal
}

.intro11[data-v-5525077f] {
    padding: 0 20px;
    color: #fff;
    display: flex;
    flex-direction: column
}

.intro11 span[data-v-5525077f] {
    margin-bottom: 20px;
    font-size: 16px
}

.daoPlan a[data-v-5525077f] {
    text-decoration: underline;
    color: #4fe117
}

.lone[data-v-5525077f] {
    color: #ffffff80;
    padding: 0 20px;
    font-size: 16px;
    margin: 20px 0
}

.daoPlan .intro3[data-v-5525077f] {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    font-size: 18px;
    margin: 20px 0
}

.pi[data-v-5525077f] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoPlan .intro2[data-v-5525077f] {
    margin: 20px;
    color: #4fe117
}

.daoPlan .intro2 .int[data-v-5525077f] {
    padding: 0 20px;
    margin: 10px 0
}

.daoPlan .intro2 span.one[data-v-5525077f] {
    color: #fff
}

.daoPlan .intro1[data-v-5525077f] {
    margin: -60px 20px 20px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px;
    display: flex;
    flex-direction: column
}

.daoPlan .intro1 span[data-v-5525077f] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

.daoPlan .intro1 span.t[data-v-5525077f] {
    color: #4fe117
}

.daoPlan .headBG[data-v-5525077f] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoPlan .headBG .h2[data-v-5525077f] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoPlan .headBG .hmain[data-v-5525077f] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoPlan .headBG .hmain .li[data-v-5525077f] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoPlan .headBG .hmain h2[data-v-5525077f] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoPlan .headBG .hmain h1[data-v-5525077f] {
    font-size: 48px
}

.daoPlan .headBG .hmain .li h3[data-v-5525077f] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoPlan .headBG .hmain .li p[data-v-5525077f] {
    margin-top: 10px;
    font-size: 8px
}

.daoPlan .headBG .hmain .ll[data-v-5525077f] {
    position: relative
}

.daoPlan .headBG .hmain .ll.i[data-v-5525077f]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoPlan[data-v-5525077f] {
    background: #18191a;
    width: 100%;
    padding-bottom: 100px
}

.daoPlan .head[data-v-5525077f] {
    background: url("") no-repeat;
    background-size: cover;
    height: 690px;
    width: 100%;
    margin-bottom: 40px
}

.daoPlan .head .logos[data-v-5525077f] {
    display: flex;
    flex-direction: row;
    padding: 20px 50px 0;
    align-items: center;
    justify-content: center
}

.daoPlan .head .logos img[data-v-5525077f] {
    width: 210px
}

.daoPlan .head .logos span[data-v-5525077f] {
    padding: 400px 0 0;
    display: flex;
    align-items: center
}

.o1 span[data-v-5525077f] {
    color: #fff !important
}

.comFontColor[data-v-5525077f] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

.whiteList[data-v-fd656ffd] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 0 20px
}

.whiteList .li[data-v-fd656ffd] {
    display: flex;
    flex-direction: column
}

.whiteList .li.two[data-v-fd656ffd] {
    padding-left: 20px
}

.whiteList .tt[data-v-fd656ffd] {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    padding: 20px 0
}

.whiteList .li a[data-v-fd656ffd] {
    color: #ffffff80;
    line-height: 30px
}

.whiteList[data-v-fd656ffd] .van-cell {
    background: #18191a;
    color: #4fe117;
    font-size: 16px;
    padding: 0 0 20px
}

.whiteList[data-v-fd656ffd] .van-cell:after {
    border-bottom: none
}

.whiteList[data-v-fd656ffd] .van-collapse-item__content {
    background: #18191a
}

.van-collapse-item--border[data-v-fd656ffd]:after {
    border-top: none !important
}

.daoIntro a[data-v-fd656ffd] {
    text-decoration: underline;
    color: #4fe117;
    padding-left: 20px
}

.lone[data-v-fd656ffd] {
    word-break: break-all;
    color: #ffffff80;
    padding: 0 10px;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    flex-direction: column
}

.daoIntro .intro3[data-v-fd656ffd] {
    display: flex;
    padding: 0 10px;
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600
}

.pi[data-v-fd656ffd] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoIntro .intro2[data-v-fd656ffd] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-fd656ffd] {
    padding: 0 20px;
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-fd656ffd] {
    color: #fff
}

.daoIntro .intro1[data-v-fd656ffd] {
    margin: 20px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px;
    display: flex;
    flex-direction: column
}

.daoIntro .intro1 span[data-v-fd656ffd] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

.daoIntro .intro1 span.t[data-v-fd656ffd] {
    color: #4fe117
}

.daoIntro .headBG[data-v-fd656ffd] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-fd656ffd] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-fd656ffd] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-fd656ffd] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-fd656ffd] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-fd656ffd] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-fd656ffd] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-fd656ffd] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-fd656ffd] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-fd656ffd]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-fd656ffd] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.daoIntro .head[data-v-fd656ffd] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 360px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .head span[data-v-fd656ffd] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.daoIntro .pchead[data-v-fd656ffd] {
    background: url("") no-repeat;
    background-size: cover;
    height: 360px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .pchead span[data-v-fd656ffd] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    width: 1040px;
    margin-left: -520px;
    text-align: right
}

.pcInfoList .whiteList[data-v-fd656ffd] {
    margin: 20px 0
}

.o1 span[data-v-fd656ffd] {
    color: #fff !important
}

.comFontColor[data-v-fd656ffd] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

.newWhite[data-v-f6bcc1c2] {
    display: flex
}

.newWhiteLeft[data-v-f6bcc1c2] {
    width: 20%;
    height: calc(100vh - 98px);
    padding: 0 10px 10px;
    box-sizing: border-box;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    top: 98px
}

.newWhiteRight[data-v-f6bcc1c2] {
    flex: 1;
    padding-left: 20%
}

.newWhiteRights[data-v-f6bcc1c2] {
    flex: 1;
    padding-right: 20%
}

.newWhiteRightH5[data-v-f6bcc1c2] {
    width: 100%;
    padding-top: 60px
}

.newWhiteLeft[data-v-f6bcc1c2]::-webkit-scrollbar,
.newWhiteRightH5[data-v-f6bcc1c2]::-webkit-scrollbar,
.newWhiteRight[data-v-f6bcc1c2]::-webkit-scrollbar {
    display: none
}

.activeNames[data-v-f6bcc1c2] {
    background: #3a3a3c !important
}

.nav-title[data-v-f6bcc1c2] {
    padding: 20px 10px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.title-size[data-v-f6bcc1c2] {
    color: transparent;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    -webkit-background-clip: text;
    background-clip: text;
    word-break: break-all
}

.expand-icon[data-v-f6bcc1c2] {
    width: 12px;
    height: 12px;
    transition: transform .3s ease;
    transform: rotate(180deg)
}

.expand-icon.rotate-180[data-v-f6bcc1c2] {
    transform: rotate(0)
}

.nav-child[data-v-f6bcc1c2] {
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff80;
    border-radius: 10px
}

.nav-children[data-v-f6bcc1c2] {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .3s ease-in-out, opacity .3s ease-in-out
}

.nav-children.show[data-v-f6bcc1c2] {
    max-height: 10000px;
    opacity: 1
}

.pd40[data-v-f6bcc1c2] {
    padding: 0 40px
}

.pd20[data-v-f6bcc1c2] {
    padding: 0 20px
}

.pl40[data-v-f6bcc1c2] {
    padding-left: 40px
}

.pl20[data-v-f6bcc1c2] {
    padding-left: 20px
}

.bianzu[data-v-f6bcc1c2] {
    width: 100%;
    height: auto
}

.bianzuText[data-v-f6bcc1c2] {
    position: absolute;
    top: 26%;
    right: 9%;
    font-size: 45px;
    font-weight: 700;
    color: #fff
}

.bianzuPaper[data-v-f6bcc1c2] {
    position: absolute;
    bottom: 12%;
    right: 9%;
    font-size: 28px;
    font-weight: 600;
    color: #fff
}

.mt80[data-v-f6bcc1c2] {
    margin-top: 80px
}

.mt40[data-v-f6bcc1c2] {
    margin-top: 40px
}

.mt20[data-v-f6bcc1c2] {
    margin-top: 20px
}

.bianzuTitle[data-v-f6bcc1c2] {
    font-size: 20px;
    font-weight: 700;
    display: inline-block
}

.bianzuTitle28[data-v-f6bcc1c2] {
    font-size: 28px;
    font-weight: 700;
    display: inline-block
}

.right-size[data-v-f6bcc1c2] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 24px
}

.bg-new-index[data-v-f6bcc1c2] {
    position: relative;
    width: 385px;
    height: auto;
    margin: 40px auto 0;
    display: block
}

.bg-new-index-h5[data-v-f6bcc1c2] {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    height: auto
}

.xian[data-v-f6bcc1c2] {
    width: 100%;
    height: 1px;
    background: #fff3
}

.yuan[data-v-f6bcc1c2] {
    background: #4fe117;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 8px
}

.Process[data-v-f6bcc1c2] {
    width: 365px;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.ProcessH5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.flex-align[data-v-f6bcc1c2] {
    display: flex;
    align-items: center
}

.flex[data-v-f6bcc1c2] {
    display: flex
}

.Analysis1[data-v-f6bcc1c2] {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    margin-right: 20px
}

.flex1[data-v-f6bcc1c2] {
    flex: 1
}

.right-size-while[data-v-f6bcc1c2] {
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

.Lease[data-v-f6bcc1c2] {
    width: 396px;
    height: 303px;
    flex: 0 0 396px;
    margin-right: 20px
}

.LeaseH5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto
}

.mt10[data-v-f6bcc1c2] {
    margin-top: 10px
}

.rigt-green[data-v-f6bcc1c2] {
    font-size: 24px;
    color: #4fe117;
    line-height: 36px
}

.right-green16[data-v-f6bcc1c2] {
    font-size: 16px;
    color: #4fe117;
    line-height: 24px
}

.Features1[data-v-f6bcc1c2] {
    width: 68px;
    height: 75px;
    flex: 0 0 68px;
    margin-right: 20px
}

.w-50[data-v-f6bcc1c2] {
    width: 50%
}

.Protocol1[data-v-f6bcc1c2] {
    width: 40px;
    height: 40px
}

.Highlights-icon[data-v-f6bcc1c2] {
    width: 734px;
    height: auto
}

.Highlights-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto
}

.CoinOverview-icon[data-v-f6bcc1c2] {
    width: 385px;
    height: auto;
    margin: 40px auto 0
}

.Mechanism-icon[data-v-f6bcc1c2] {
    width: 517px;
    height: auto;
    margin: 40px auto 0;
    display: block
}

.Mechanism-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto
}

.mechan-bg[data-v-f6bcc1c2] {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #3a3a3c;
    border-radius: 20px;
    color: #4fe117;
    font-size: 16px;
    line-height: 16px
}

.Trading-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 418px;
    height: auto
}

.Trading-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.AllocationOverview-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 440px;
    height: auto
}

.AllocationOverview-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    display: block
}

.right-size-value[data-v-f6bcc1c2] {
    color: #4fe117;
    font-size: 24px;
    line-height: 24px;
    margin-left: 10px
}

.nav-menu-h5[data-v-f6bcc1c2] {
    padding: 20px 10px
}

.MEC-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 418px;
    height: auto
}

.MEC-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.Summary[data-v-f6bcc1c2] {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #242526;
    border-radius: 8px
}

.newWhiteLeft[data-v-f6bcc1c2] {
    background: #1e1e20
}

.futureExpansion-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 473px;
    height: auto
}

.futureExpansion-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.Functional-icon[data-v-f6bcc1c2] {
    margin: 20px auto 0;
    display: block;
    width: 444px;
    height: auto
}

.Functional-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.Development-icon[data-v-f6bcc1c2] {
    margin: 31px auto 0;
    display: block;
    width: 756px;
    height: auto
}

.Development-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.right-size-blue[data-v-f6bcc1c2] {
    color: #1789e1;
    font-size: 16px;
    line-height: 24px
}

.Buyback-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 578px;
    height: auto
}

.Buyback-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.w-100[data-v-f6bcc1c2] {
    width: 100%
}

.right-size-while18[data-v-f6bcc1c2] {
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.BuybackMechanism-icon[data-v-f6bcc1c2] {
    margin: 10px auto 0;
    display: block;
    width: 430px;
    height: auto
}

.BuybackMechanism-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.Journey-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 482px;
    height: auto
}

.Structure-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.Structure-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 513px;
    height: auto
}

.Journey-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.Expect-icon[data-v-f6bcc1c2] {
    margin: 40px auto 0;
    display: block;
    width: 407px;
    height: auto
}

.Expect-icon-H5[data-v-f6bcc1c2] {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    display: block
}

.close-H5[data-v-f6bcc1c2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #4F5051
}

.close-size[data-v-f6bcc1c2] {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 18px
}

.close-img[data-v-f6bcc1c2] {
    width: 24px;
    height: 24px
}

.paperPdf[data-v-f6bcc1c2] {
    padding: 10px 20px;
    background: #1d1d1d;
    border: 1px solid #3A3A3C;
    border-radius: 10px;
    width: -moz-fit-content;
    width: fit-content
}

.Paper-icon[data-v-f6bcc1c2] {
    width: 70px;
    height: 95px;
    margin-right: 20px
}

.Paper-text[data-v-f6bcc1c2] {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 22px
}

.Paper-text-H5[data-v-f6bcc1c2] {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    word-break: break-all
}

.paper-check[data-v-f6bcc1c2] {
    color: #4fe117;
    font-size: 16px;
    line-height: 16px;
    height: 24px;
    padding: 0 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    background: #4fe1171a
}

.pointLone[data-v-49354d52] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: baseline
}

.pointLone span[data-v-49354d52] {
    color: #ffffff80
}

.whiteList[data-v-49354d52] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    margin: 20px
}

.whiteList .li[data-v-49354d52] {
    display: flex;
    flex-direction: column
}

.whiteList .li.two[data-v-49354d52] {
    padding-left: 20px
}

.whiteList .li a[data-v-49354d52] {
    color: #ffffff80;
    line-height: 30px
}

.whiteList[data-v-49354d52] .van-cell {
    background: #18191a;
    color: #4fe117;
    font-size: 16px
}

.whiteList[data-v-49354d52] .van-cell:after {
    border-bottom: none
}

.whiteList[data-v-49354d52] .van-collapse-item__content {
    background: #18191a
}

.van-collapse-item--border[data-v-49354d52]:after {
    border-top: none !important
}

.daoIntro a[data-v-49354d52] {
    text-decoration: underline;
    color: #4fe117;
    padding-left: 20px
}

.lone[data-v-49354d52] {
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    flex-direction: column
}

.daoIntro .intro3[data-v-49354d52] {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 20px 0
}

.daoIntro .intro3 span[data-v-49354d52] {
    font-size: 18px
}

.daoIntro .intro3 .h1[data-v-49354d52] {
    font-size: 30px;
    font-weight: 600
}

.daoIntro .intro3 .h1 b[data-v-49354d52] {
    font-size: 30px !important;
    font-weight: 600
}

.pi[data-v-49354d52] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoIntro .intro2[data-v-49354d52] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-49354d52] {
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-49354d52] {
    color: #fff
}

.daoIntro .intro1[data-v-49354d52] {
    margin: 20px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px;
    display: flex;
    flex-direction: column
}

.daoIntro .intro1 span[data-v-49354d52] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

.daoIntro .intro1 span.t[data-v-49354d52] {
    color: #4fe117
}

.daoIntro .headBG[data-v-49354d52] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-49354d52] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-49354d52] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-49354d52] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-49354d52] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-49354d52] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-49354d52] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-49354d52] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-49354d52] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-49354d52]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-49354d52] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.daoIntro .head[data-v-49354d52] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 160px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .head span[data-v-49354d52] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.daoIntro .pchead[data-v-49354d52] {
    background: url("") no-repeat;
    background-size: cover;
    height: 262px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .pchead span[data-v-49354d52] {
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1040px)/2);
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.o1 span[data-v-49354d52] {
    color: #fff !important
}

.comFontColor[data-v-49354d52] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

@media screen and (max-width: 750px) {
    .pcInfoList[data-v-49354d52] {
        padding: 0 20px
    }
}

.whiteList2[data-v-32fd6027] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: row;
    margin: 0 0 20px;
    padding: 20px
}

.whiteList2 img[data-v-32fd6027] {
    width: 54px;
    height: 66px;
    margin-right: 10px;
    flex: 0 0 54px
}

.whiteList2 .msg[data-v-32fd6027] {
    display: flex;
    flex-direction: column
}

.whiteList2 .msg p[data-v-32fd6027] {
    color: #ffffff80;
    line-height: 20px
}

.whiteList2 .msg h2[data-v-32fd6027] {
    margin: 0;
    font-size: 18px
}

.pointLone[data-v-32fd6027] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px
}

.pointLone span[data-v-32fd6027] {
    color: #ffffff80
}

.whiteList[data-v-32fd6027] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    margin: 20px
}

.whiteList .li[data-v-32fd6027] {
    display: flex;
    flex-direction: column
}

.whiteList .li.two[data-v-32fd6027] {
    padding-left: 20px
}

.whiteList .li a[data-v-32fd6027] {
    color: #ffffff80;
    line-height: 30px
}

.whiteList[data-v-32fd6027] .van-cell {
    background: #18191a;
    color: #4fe117;
    font-size: 16px
}

.whiteList[data-v-32fd6027] .van-cell:after {
    border-bottom: none
}

.whiteList[data-v-32fd6027] .van-collapse-item__content {
    background: #18191a
}

.van-collapse-item--border[data-v-32fd6027]:after {
    border-top: none !important
}

.daoIntro a[data-v-32fd6027] {
    text-decoration: underline;
    color: #4fe117;
    padding-left: 20px
}

.lone[data-v-32fd6027] {
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    flex-direction: column
}

.daoIntro .intro3[data-v-32fd6027] {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 20px 0
}

.daoIntro .intro3 .h1[data-v-32fd6027],
.daoIntro .intro3 .h1 b[data-v-32fd6027] {
    font-size: 30px;
    font-weight: 600
}

.pi[data-v-32fd6027] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoIntro .intro2[data-v-32fd6027] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-32fd6027] {
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-32fd6027] {
    color: #fff
}

.daoIntro .intro1[data-v-32fd6027] {
    margin: 20px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px;
    display: flex;
    flex-direction: column
}

.daoIntro .intro1 span[data-v-32fd6027] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

.daoIntro .intro1 span.t[data-v-32fd6027] {
    color: #4fe117
}

.daoIntro .headBG[data-v-32fd6027] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-32fd6027] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-32fd6027] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-32fd6027] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-32fd6027] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-32fd6027] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-32fd6027] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-32fd6027] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-32fd6027] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-32fd6027]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-32fd6027] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.daoIntro .head[data-v-32fd6027] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 160px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .head span[data-v-32fd6027] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.daoIntro .pchead[data-v-32fd6027] {
    background: url("") no-repeat;
    background-size: cover;
    height: 262px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .pchead span[data-v-32fd6027] {
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1040px)/2);
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.o1 span[data-v-32fd6027] {
    color: #fff !important
}

.comFontColor[data-v-32fd6027] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

.introInDent[data-v-b5419dc0] {
    margin: 0 20px 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px
}

.introInDent span.t[data-v-b5419dc0] {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.introInDent span.p[data-v-b5419dc0] {
    font-size: 16px;
    color: #fff !important;
    line-height: 20px;
    font-style: normal
}

.pointLone[data-v-b5419dc0] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: baseline
}

.pointLone span[data-v-b5419dc0] {
    color: #fff
}

.pointLone label[data-v-b5419dc0] {
    color: #4fe117
}

.whiteList[data-v-b5419dc0] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    margin: 20px
}

.whiteList .li[data-v-b5419dc0] {
    display: flex;
    flex-direction: column
}

.whiteList .li.two[data-v-b5419dc0] {
    padding-left: 20px
}

.whiteList .li a[data-v-b5419dc0] {
    color: #ffffff80;
    line-height: 30px
}

.whiteList[data-v-b5419dc0] .van-cell {
    background: #18191a;
    color: #4fe117;
    font-size: 16px
}

.whiteList[data-v-b5419dc0] .van-cell:after {
    border-bottom: none
}

.whiteList[data-v-b5419dc0] .van-collapse-item__content {
    background: #18191a
}

.van-collapse-item--border[data-v-b5419dc0]:after {
    border-top: none !important
}

.daoIntro a[data-v-b5419dc0] {
    text-decoration: underline;
    color: #4fe117;
    padding-left: 20px
}

.lone[data-v-b5419dc0] {
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    flex-direction: column
}

.daoIntro .intro3[data-v-b5419dc0] {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600
}

.daoIntro .intro3 .h1[data-v-b5419dc0],
.daoIntro .intro3 .h1 b[data-v-b5419dc0] {
    font-size: 30px;
    font-weight: 600
}

.daoIntro .intro3 .p[data-v-b5419dc0] {
    font-size: 16px;
    font-weight: 400
}

.daoIntro .intro3 span[data-v-b5419dc0] {
    font-size: 18px;
    font-weight: 600
}

.pi[data-v-b5419dc0] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoIntro .intro2[data-v-b5419dc0] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-b5419dc0] {
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-b5419dc0] {
    color: #fff
}

.daoIntro .intro1[data-v-b5419dc0] {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    white-space: normal
}

.daoIntro .intro1 span[data-v-b5419dc0] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    white-space: inherit
}

.daoIntro .intro1 span.t[data-v-b5419dc0] {
    color: #4fe117
}

.daoIntro .headBG[data-v-b5419dc0] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-b5419dc0] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-b5419dc0] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-b5419dc0] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-b5419dc0] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-b5419dc0] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-b5419dc0] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-b5419dc0] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-b5419dc0] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-b5419dc0]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-b5419dc0] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.daoIntro .head[data-v-b5419dc0] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 160px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .head span[data-v-b5419dc0] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.daoIntro .pchead[data-v-b5419dc0] {
    background: url("") no-repeat;
    background-size: cover;
    height: 262px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .pchead span[data-v-b5419dc0] {
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1040px)/2);
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.o1 span[data-v-b5419dc0] {
    color: #fff !important
}

.comFontColor[data-v-b5419dc0] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

.introInDent[data-v-6b582089] {
    margin: 0 20px 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px
}

.introInDent span.t[data-v-6b582089] {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.introInDent span.p[data-v-6b582089] {
    font-size: 16px;
    color: #fff !important;
    line-height: 20px;
    font-weight: 600
}

.pointLone[data-v-6b582089] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: baseline
}

.pointLone span[data-v-6b582089] {
    color: #fff
}

.pointLone label[data-v-6b582089] {
    color: #4fe117
}

.whiteList[data-v-6b582089] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    margin: 20px
}

.whiteList .li[data-v-6b582089] {
    display: flex;
    flex-direction: column
}

.whiteList .li.two[data-v-6b582089] {
    padding-left: 20px
}

.whiteList .li a[data-v-6b582089] {
    color: #ffffff80;
    line-height: 30px
}

.whiteList[data-v-6b582089] .van-cell {
    background: #18191a;
    color: #4fe117;
    font-size: 16px
}

.whiteList[data-v-6b582089] .van-cell:after {
    border-bottom: none
}

.whiteList[data-v-6b582089] .van-collapse-item__content {
    background: #18191a
}

.van-collapse-item--border[data-v-6b582089]:after {
    border-top: none !important
}

.daoIntro a[data-v-6b582089] {
    text-decoration: underline;
    color: #4fe117;
    padding-left: 20px
}

.lone[data-v-6b582089] {
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    flex-direction: column
}

.daoIntro .intro3[data-v-6b582089] {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 20px 0
}

.daoIntro .intro3 .h1[data-v-6b582089] {
    font-size: 30px;
    font-weight: 600
}

.daoIntro .intro3 .h1 b[data-v-6b582089] {
    font-size: 30px !important;
    font-weight: 600
}

.daoIntro .intro3 .p[data-v-6b582089] {
    font-size: 18px;
    font-weight: 600
}

.pi[data-v-6b582089] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoIntro .intro2[data-v-6b582089] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-6b582089] {
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-6b582089] {
    color: #fff
}

.daoIntro .intro1[data-v-6b582089] {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    white-space: normal
}

.daoIntro .intro1 span[data-v-6b582089] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    white-space: inherit
}

.daoIntro .intro1 span.t[data-v-6b582089] {
    color: #4fe117
}

.daoIntro .headBG[data-v-6b582089] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-6b582089] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-6b582089] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-6b582089] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-6b582089] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-6b582089] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-6b582089] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-6b582089] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-6b582089] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-6b582089]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-6b582089] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.daoIntro .head[data-v-6b582089] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 160px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .head span[data-v-6b582089] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.daoIntro .pchead[data-v-6b582089] {
    background: url("") no-repeat;
    background-size: cover;
    height: 262px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .pchead span[data-v-6b582089] {
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1040px)/2);
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.o1 span[data-v-6b582089] {
    color: #fff !important
}

.comFontColor[data-v-6b582089] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

@media screen and (min-width: 750px) {
    .introInDent[data-v-6b582089] {
        margin: 0 0 20px
    }

    .daoIntro .intro1[data-v-6b582089] {
        display: flex;
        flex-direction: column;
        white-space: normal;
        padding: 0
    }
}

.introInDent[data-v-9f3e4ca7] {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px
}

.introInDent span.t[data-v-9f3e4ca7] {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.introInDent span.p[data-v-9f3e4ca7] {
    font-size: 16px;
    color: #fff !important;
    line-height: 20px;
    font-style: normal;
    padding-bottom: 20px
}

.introInDent span.p label[data-v-9f3e4ca7] {
    color: #4fe117
}

.pointLone[data-v-9f3e4ca7] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: baseline
}

.pointLone span[data-v-9f3e4ca7] {
    color: #fff
}

.pointLone label[data-v-9f3e4ca7] {
    color: #4fe117
}

.whiteList[data-v-9f3e4ca7] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    margin: 20px
}

.whiteList .li[data-v-9f3e4ca7] {
    display: flex;
    flex-direction: column
}

.whiteList .li.two[data-v-9f3e4ca7] {
    padding-left: 20px
}

.whiteList .li a[data-v-9f3e4ca7] {
    color: #ffffff80;
    line-height: 30px
}

.whiteList[data-v-9f3e4ca7] .van-cell {
    background: #18191a;
    color: #4fe117;
    font-size: 16px
}

.whiteList[data-v-9f3e4ca7] .van-cell:after {
    border-bottom: none
}

.whiteList[data-v-9f3e4ca7] .van-collapse-item__content {
    background: #18191a
}

.van-collapse-item--border[data-v-9f3e4ca7]:after {
    border-top: none !important
}

.daoIntro a[data-v-9f3e4ca7] {
    text-decoration: underline;
    color: #4fe117;
    padding-left: 20px
}

.lone[data-v-9f3e4ca7] {
    color: #ffffff80;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    flex-direction: column
}

.daoIntro .intro3[data-v-9f3e4ca7] {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 20px 0
}

.daoIntro .intro3 .h1[data-v-9f3e4ca7],
.daoIntro .intro3 .h1 b[data-v-9f3e4ca7] {
    font-size: 30px;
    font-weight: 600
}

.daoIntro .intro3 .p[data-v-9f3e4ca7] {
    font-size: 18px
}

.pi[data-v-9f3e4ca7] {
    width: 14px;
    height: 10px;
    margin: 0 4px
}

.daoIntro .intro2[data-v-9f3e4ca7] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-9f3e4ca7] {
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-9f3e4ca7] {
    color: #fff
}

.daoIntro .intro1[data-v-9f3e4ca7] {
    margin: 0 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    white-space: normal
}

.daoIntro .intro1 span[data-v-9f3e4ca7] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    white-space: inherit
}

.daoIntro .intro1 span.t[data-v-9f3e4ca7] {
    color: #4fe117
}

.daoIntro .headBG[data-v-9f3e4ca7] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-9f3e4ca7] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-9f3e4ca7] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-9f3e4ca7] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-9f3e4ca7] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-9f3e4ca7] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-9f3e4ca7] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-9f3e4ca7] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-9f3e4ca7] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-9f3e4ca7]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-9f3e4ca7] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px
}

.daoIntro .head[data-v-9f3e4ca7] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 160px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .head span[data-v-9f3e4ca7] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.daoIntro .pchead[data-v-9f3e4ca7] {
    background: url("") no-repeat;
    background-size: cover;
    height: 262px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .pchead span[data-v-9f3e4ca7] {
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1040px)/2);
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.o1 span[data-v-9f3e4ca7] {
    color: #fff !important
}

.comFontColor[data-v-9f3e4ca7] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

@media screen and (max-width: 750px) {
    .pcInfoList[data-v-9f3e4ca7] {
        padding: 0 20px
    }
}

.daoIntro[data-v-b3eb12e3] .van-steps {
    background-color: #18191a
}

.van-step--vertical[data-v-b3eb12e3]:not(:last-child):after {
    border-bottom-width: 0
}

.daoIntro[data-v-b3eb12e3] .van-step__title {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-top: -4px
}

.daoIntro[data-v-b3eb12e3] .van-step__title h3 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px
}

.daoIntro[data-v-b3eb12e3] .van-step__title p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 25px
}

.step1[data-v-b3eb12e3] .van-step--vertical {
    margin-bottom: 20px
}

.step1[data-v-b3eb12e3] {
    padding: 0 30px
}

.step1[data-v-b3eb12e3] .van-step--finish .van-step__line {
    width: 2px;
    background-color: #4fe117
}

.step1[data-v-b3eb12e3] .van-step--waiting .van-step__line {
    width: 2px;
    background-color: #8c8c8d
}

.step1[data-v-b3eb12e3] .van-step--finish .van-step__circle {
    width: 24px;
    height: 24px;
    background: url("") no-repeat;
    background-size: cover
}

.step1[data-v-b3eb12e3] .van-step--waiting .van-step__circle {
    width: 24px;
    height: 24px;
    background: url("") no-repeat;
    background-size: cover
}

.step1[data-v-b3eb12e3] .van-step--vertical .van-step__line {
    top: 36px;
    height: 82%
}

.introInDent[data-v-b3eb12e3] {
    margin: 0 20px 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px
}

.introInDent span.t[data-v-b3eb12e3] {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.introInDent span.p[data-v-b3eb12e3] {
    font-size: 16px;
    color: #fff !important;
    line-height: 20px;
    font-style: normal
}

.daoIntro .pchead[data-v-b3eb12e3] {
    background: url("") no-repeat;
    background-size: cover;
    height: 262px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .pchead span[data-v-b3eb12e3] {
    position: absolute;
    bottom: 10px;
    left: calc((100% - 1040px)/2);
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.pointLone[data-v-b3eb12e3] {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    margin-bottom: 20px;
    align-items: baseline
}

.pointLone span[data-v-b3eb12e3] {
    color: #fff
}

.pointLone label[data-v-b3eb12e3] {
    color: #4fe117
}

.whiteList[data-v-b3eb12e3] {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 0 20px
}

.whiteList .li[data-v-b3eb12e3] {
    display: flex;
    flex-direction: column
}

.whiteList .li.two[data-v-b3eb12e3] {
    padding-left: 20px
}

.whiteList .li a[data-v-b3eb12e3] {
    color: #ffffff80;
    line-height: 30px
}

.whiteList[data-v-b3eb12e3] .van-cell {
    background: #18191a;
    color: #4fe117;
    font-size: 16px
}

.whiteList[data-v-b3eb12e3] .van-cell:after {
    border-bottom: none
}

.whiteList[data-v-b3eb12e3] .van-collapse-item__content {
    background: #18191a
}

.van-collapse-item--border[data-v-b3eb12e3]:after {
    border-top: none !important
}

.daoIntro a[data-v-b3eb12e3] {
    text-decoration: underline;
    color: #4fe117;
    padding-left: 20px
}

.lone[data-v-b3eb12e3] {
    color: #ffffff80;
    padding: 0 20px;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    flex-direction: column
}

.daoIntro .intro3[data-v-b3eb12e3] {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    font-size: 18px;
    margin: 20px 0
}

.daoIntro .intro3 .h1[data-v-b3eb12e3],
.daoIntro .intro3 .h1 b[data-v-b3eb12e3] {
    font-size: 30px;
    font-weight: 600
}

.daoIntro .intro3 .p[data-v-b3eb12e3] {
    font-size: 18px
}

.pi[data-v-b3eb12e3] {
    width: 14px;
    height: 10px;
    margin-right: 10px
}

.daoIntro .intro2[data-v-b3eb12e3] {
    margin: 20px;
    color: #4fe117
}

.daoIntro .intro2 .int[data-v-b3eb12e3] {
    padding: 0 20px;
    margin: 10px 0
}

.daoIntro .intro2 span.one[data-v-b3eb12e3] {
    color: #fff
}

.daoIntro .intro1[data-v-b3eb12e3] {
    margin: 0 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    white-space: normal
}

.daoIntro .intro1 span[data-v-b3eb12e3] {
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    white-space: inherit
}

.daoIntro .intro1 span.t[data-v-b3eb12e3] {
    color: #4fe117
}

.daoIntro .headBG[data-v-b3eb12e3] {
    background: url("") no-repeat;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: relative
}

.daoIntro .headBG .h2[data-v-b3eb12e3] {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 180px;
    height: 200px;
    margin-left: -90px;
    z-index: 1
}

.daoIntro .headBG .hmain[data-v-b3eb12e3] {
    position: absolute;
    left: 0;
    width: 100%;
    top: -45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-align: center
}

.daoIntro .headBG .hmain .li[data-v-b3eb12e3] {
    display: flex;
    justify-content: space-between;
    padding: 0 60px
}

.daoIntro .headBG .hmain h2[data-v-b3eb12e3] {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.daoIntro .headBG .hmain h1[data-v-b3eb12e3] {
    font-size: 48px
}

.daoIntro .headBG .hmain .li h3[data-v-b3eb12e3] {
    padding: 0;
    margin: 0;
    font-size: 30px
}

.daoIntro .headBG .hmain .li p[data-v-b3eb12e3] {
    margin-top: 10px;
    font-size: 8px
}

.daoIntro .headBG .hmain .ll[data-v-b3eb12e3] {
    position: relative
}

.daoIntro .headBG .hmain .ll.i[data-v-b3eb12e3]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    right: -20px;
    top: 4px;
    content: ""
}

.daoIntro[data-v-b3eb12e3] {
    background: #18191a;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px
}

.daoIntro .head[data-v-b3eb12e3] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 160px;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.daoIntro .head span[data-v-b3eb12e3] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #fff
}

.o1 span[data-v-b3eb12e3] {
    color: #fff !important
}

.comFontColor[data-v-b3eb12e3] {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #4fe117;
    line-height: 25px;
    text-shadow: 0px 0px 10px rgba(79, 225, 23, .3);
    text-align: center;
    font-style: normal
}

@media screen and (min-width: 750px) {
    .daoIntro[data-v-b3eb12e3] {
        height: 100vh
    }

    .PC .timeList[data-v-b3eb12e3] {
        min-height: 600px;
        width: 100%;
        overflow-x: auto;
        display: flex;
        flex-direction: row;
        margin-top: 100px
    }

    .PC .timeList[data-v-b3eb12e3]::-webkit-scrollbar {
        display: none
    }

    .PC .timeList[data-v-b3eb12e3] {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-x: auto;
        overflow-y: hidden
    }

    .PC .timeList .list[data-v-b3eb12e3] {
        width: 1040px;
        height: 600px;
        border: 0 solid red;
        margin-left: calc(100% - 1040px) / 2;
        display: grid;
        position: relative;
        grid-template-columns: repeat(5, 212px)
    }

    .PC .timeList .list .tit[data-v-b3eb12e3] {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 800;
        font-size: 48px
    }

    .PC .timeList .list[data-v-b3eb12e3]:after {
        background: radial-gradient(0% 48% at 50% 50%, #fff0, #fff0 44%, #ffffff12);
        width: 600px;
        height: 600px;
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        transform: translate(-50%, -50%);
        filter: blur(2.5px);
        transition: .3s ease;
        border-radius: 50%;
        z-index: 1
    }

    .PC .timeList .list.current[data-v-b3eb12e3]:after {
        background: radial-gradient(0% 48% at 50% 50%, #1d2f0400, #20370100 44%, #2037014f)
    }

    .PC .timeList .list .item[data-v-b3eb12e3] {
        display: flex;
        flex-direction: column;
        position: relative;
        height: calc(50% - 12px);
        color: #fff;
        z-index: 2
    }

    .PC .timeList .list .item .infos[data-v-b3eb12e3] {
        display: flex;
        flex-direction: column;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 25px
    }

    .PC .timeList .list .item .infos span[data-v-b3eb12e3] {
        font-weight: 600;
        font-size: 14px;
        color: #4fe117;
        line-height: 20px
    }

    .PC .timeList .list:nth-child(odd) .item:nth-child(odd) .infos[data-v-b3eb12e3] {
        padding-bottom: 33px
    }

    .PC .timeList .list:nth-child(odd) .item:nth-child(2n) .infos[data-v-b3eb12e3] {
        padding-top: 33px
    }

    .PC .timeList .list:nth-child(2n) .item:nth-child(odd) .infos[data-v-b3eb12e3] {
        padding-top: 33px
    }

    .PC .timeList .list:nth-child(2n) .item:nth-child(2n) .infos[data-v-b3eb12e3] {
        padding-bottom: 33px
    }

    .PC .timeList .list:nth-child(odd) .item[data-v-b3eb12e3]:nth-child(odd) {
        justify-content: flex-end
    }

    .PC .timeList .list:nth-child(odd) .item[data-v-b3eb12e3]:nth-child(2n) {
        align-self: flex-end
    }

    .PC .timeList .list:nth-child(2n) .item[data-v-b3eb12e3]:nth-child(odd) {
        justify-content: flex-start;
        align-self: flex-end
    }

    .PC .timeList .list:nth-child(2n) .item[data-v-b3eb12e3]:nth-child(2n) {
        justify-content: flex-end;
        align-self: flex-start
    }

    .PC .timeList .container[data-v-b3eb12e3] {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto
    }

    .PC .timeList .list:nth-child(odd) .item .line[data-v-b3eb12e3] {
        position: absolute;
        left: 0;
        bottom: -24px;
        width: 100%
    }

    .PC .timeList .list:nth-child(2n) .item .line[data-v-b3eb12e3] {
        position: absolute;
        left: 0;
        top: -24px;
        width: 100%
    }

    .PC .timeList .list:first-child .item:first-child .line[data-v-b3eb12e3]:before {
        position: absolute;
        right: calc(100% + 20px);
        top: 10px;
        width: 780px;
        background: #4fe117;
        content: "";
        height: 2px;
        transform: translateY(-50%);
        pointer-events: none
    }

    .PC .timeList .list .item.yes:nth-child(odd) .line[data-v-b3eb12e3]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #4fe117;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item.yes:nth-child(2n) .line[data-v-b3eb12e3]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #4fe117;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item:nth-child(odd) .line[data-v-b3eb12e3]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #8c8c8d;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item:nth-child(2n) .line[data-v-b3eb12e3]:after {
        position: absolute;
        left: 44px;
        top: 10px;
        width: calc(100% - 68px);
        background: #8c8c8d;
        content: "";
        height: 2px
    }

    .PC .timeList .list .item .line .ico[data-v-b3eb12e3] {
        width: 24px;
        height: 24px;
        background: url("") no-repeat;
        background-size: 100% 100%;
        display: flex
    }

    .PC .timeList .list .item.yes .line .ico[data-v-b3eb12e3] {
        width: 24px;
        height: 24px;
        background: url("") no-repeat;
        background-size: 100% 100%;
        display: flex
    }

    .PC .timeList .list:nth-child(odd) .item:nth-child(2n) .line[data-v-b3eb12e3] {
        bottom: unset;
        top: -24px
    }

    .PC .timeList .list:nth-child(2n) .item:nth-child(2n) .line[data-v-b3eb12e3] {
        top: unset;
        bottom: -24px
    }
}

.groupList[data-v-a5c50fb9] .van-cell__value {
    color: #4fe117 !important;
    display: flex;
    flex-direction: row-reverse
}

.appendSaving[data-v-a5c50fb9] {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    border-bottom: .5px solid rgba(255, 255, 255, .1)
}

.appendSaving p[data-v-a5c50fb9] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px
}

.appendSaving span[data-v-a5c50fb9] {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.qty[data-v-a5c50fb9] {
    display: flex;
    justify-content: space-between;
    height: 95px;
    background: #ffffff0d;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px
}

.qty .texts[data-v-a5c50fb9] {
    position: absolute;
    width: 88px;
    height: 20px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 0 0 10px 10px;
    left: 50%;
    top: 0;
    content: "";
    margin-left: -44px;
    font-weight: 600;
    font-size: 12px;
    color: #18191a;
    line-height: 20px;
    text-align: center
}

.qty[data-v-a5c50fb9]:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff80;
    left: 50%;
    top: 50%;
    content: "";
    margin-top: -15px
}

.qty .one[data-v-a5c50fb9] {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center
}

.qty .one h2[data-v-a5c50fb9] {
    line-height: 38px;
    font-size: 20px
}

.qty .one p[data-v-a5c50fb9] {
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    padding: 6px 4px 0;
    word-wrap: break-word;
    word-break: break-all
}

.qty .one h4[data-v-a5c50fb9] {
    font-weight: 400;
    font-size: 14px;
    color: #4fe117;
    line-height: 17px
}

.qtyValue[data-v-a5c50fb9] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.qtyValue p[data-v-a5c50fb9] {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.qtyValue h2[data-v-a5c50fb9] {
    padding: 0 10px;
    font-size: 20px
}

.qtyValue h4[data-v-a5c50fb9] {
    font-weight: 400;
    font-size: 14px;
    color: #4fe117;
    line-height: 17px
}

.tit[data-v-a5c50fb9] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.tit span[data-v-a5c50fb9] {
    font-size: 18px
}

.ctable[data-v-a5c50fb9] {
    margin-bottom: 0
}

.pages[data-v-a5c50fb9] {
    padding-top: 60px;
    background: #18191a;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px
}

.pages .head[data-v-a5c50fb9] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover
}

.pages .main[data-v-a5c50fb9] {
    margin: -200px 20px 100px;
    display: flex;
    flex-direction: column
}

.pages .main .H2[data-v-a5c50fb9] {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px
}

.pages .main .H2 b[data-v-a5c50fb9] {
    font-size: 26px
}

.pages .main .type[data-v-a5c50fb9] {
    display: flex;
    justify-content: space-between;
    background: #ffffff1a;
    border-radius: 15px;
    margin-bottom: 20px
}

.pages .main .type span[data-v-a5c50fb9] {
    height: 24px;
    width: 50%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pages .main .type span.active[data-v-a5c50fb9] {
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    color: #18191a;
    border-radius: 15px;
    width: 50%
}

.groupList .li[data-v-a5c50fb9] {
    display: flex;
    flex-direction: column
}

.groupList .li .detail[data-v-a5c50fb9] {
    color: #4fe117;
    cursor: pointer
}

.groupList[data-v-a5c50fb9] .van-pagination__item {
    background: none;
    color: #ffffff80
}

.groupList[data-v-a5c50fb9] .van-pagination__item--active {
    color: #fff
}

.groupList[data-v-a5c50fb9] .van-hairline--surround:after {
    border-width: 0
}

.groupList[data-v-a5c50fb9] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.groupList[data-v-a5c50fb9] .van-cell:after {
    border-bottom: none
}

.groupList[data-v-a5c50fb9] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-a5c50fb9]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.groupList .li p[data-v-a5c50fb9] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.groupList .li.two[data-v-a5c50fb9] {
    padding-left: 20px
}

.groupList[data-v-a5c50fb9] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.groupList[data-v-a5c50fb9] .van-cell__left-icon,
.van-cell__right-icon[data-v-a5c50fb9] {
    height: auto
}

.groupList[data-v-a5c50fb9] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.groupList[data-v-a5c50fb9] .valueClass .van-cell__value span {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.groupList[data-v-a5c50fb9] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.showshowMyTeam[data-v-a5c50fb9] {
    width: 80%;
    min-height: 80px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -100px
}

.showshowMyTeam .closeIcon[data-v-a5c50fb9] {
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px;
    width: 24px;
    height: 24px
}

.showshowMyTeam .msg[data-v-a5c50fb9] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
    display: flex;
    flex-direction: column
}

.msg_tip[data-v-a5c50fb9] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.tip-title[data-v-a5c50fb9] {
    font-size: 14px;
    text-align: left;
    color: #fff;
    word-break: break-all;
    line-height: 20px
}

.tip-icon[data-v-a5c50fb9] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-right: 4px
}

.showshowMyTeam .msg .list[data-v-a5c50fb9] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.showshowMyTeam .msg .list p[data-v-a5c50fb9] {
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px
}

.showshowMyTeam .msg .list h2[data-v-a5c50fb9] {
    font-size: 14px;
    color: #fff;
    line-height: 17px
}

.showshowMyTeam .msg .list h2.g[data-v-a5c50fb9] {
    color: #4fe117
}

.section_8[data-v-a5c50fb9] {
    margin: 30px 0;
    width: 100%;
    height: 100px;
    background: url("") 100% 100% no-repeat;
    background-size: 100% 100%;
    justify-content: space-between
}

.box_86[data-v-a5c50fb9] {
    margin: 2px 0 0 7px
}

.box_87[data-v-a5c50fb9] {
    align-items: center;
    line-height: 17px;
    font-size: 14px
}

.text_104[data-v-a5c50fb9] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 12px;
    white-space: nowrap
}

.thumbnail_57[data-v-a5c50fb9] {
    width: 12px;
    height: 12px;
    margin-left: 4px
}

.text_51[data-v-a5c50fb9] {
    overflow-wrap: break-word;
    color: #ffd290;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: 8px 0 0 6px
}

.text-wrapper_131[data-v-a5c50fb9] {
    color: #ffffff80
}

.text_105[data-v-a5c50fb9] {
    margin-left: 6px;
    color: #ffffff80;
    font-size: 12px;
    line-height: 17px
}

@media screen and (min-width: 750px) {
    .pages[data-v-a5c50fb9] {
        position: relative
    }

    .pages .main[data-v-a5c50fb9] {
        margin: 30px 20px 100px;
        display: flex;
        flex-direction: column
    }

    .showshowMyTeam[data-v-a5c50fb9] {
        width: 500px;
        left: 50% !important;
        margin-left: -250px !important
    }

    .pcInfoList .ctable[data-v-a5c50fb9] {
        width: 100% !important
    }

    .pcInfoList[data-v-a5c50fb9] {
        width: 540px !important;
        position: relative
    }

    .pages .main .type[data-v-a5c50fb9] {
        position: absolute;
        top: -62px;
        right: -200px;
        width: 350px !important;
        z-index: 11
    }

    .van-overlay[data-v-a5c50fb9] {
        margin-left: 0 !important
    }

    .pages .headPcBg[data-v-a5c50fb9] {
        background: url("") no-repeat;
        background-size: cover;
        width: 100%;
        height: 810px;
        position: absolute;
        top: 100px;
        left: 0
    }

    html[lang=Arabic] .pages .main .type[data-v-a5c50fb9],
    html[lang=Persian] .pages .main .type[data-v-a5c50fb9],
    html[lang=HE] .pages .main .type[data-v-a5c50fb9] {
        left: -200px;
        right: unset
    }
}

.simpleBtn p[data-v-a5c50fb9] {
    font-weight: 600;
    font-size: 16px;
    min-height: 50px;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 12px;
    display: flex;
    align-items: center
}

.simpleBtn img[data-v-a5c50fb9],
.teleBtn img[data-v-a5c50fb9] {
    margin: 0 12px
}

.pages .btn[data-v-12439e14] {
    padding: 0 20px;
    margin-top: 20px
}

.teleBtn p[data-v-12439e14],
.simpleBtn p[data-v-12439e14] {
    font-weight: 600;
    font-size: 16px
}

.simpleBtn img[data-v-12439e14],
.teleBtn img[data-v-12439e14] {
    margin: 0 12px
}

.pages .head .todayPrev[data-v-12439e14] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-12439e14] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 12px;
    text-align: center
}

.pages .head .todayPrev .lis[data-v-12439e14] {
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis[data-v-12439e14]:after {
    height: 10px;
    background: #18191a80;
    left: 26px;
    top: 22px;
    z-index: 1;
    width: calc(100% - 52px);
    position: absolute;
    content: ""
}

.pages .head .todayPrev .lis b[data-v-12439e14] {
    height: 10px;
    background: #4fe117;
    left: 40px;
    top: 22px;
    z-index: 2;
    position: absolute
}

.pages .head .todayPrev .lis .one[data-v-12439e14] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one span[data-v-12439e14] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-12439e14] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-12439e14] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-12439e14] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-12439e14] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-12439e14] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-12439e14]:last-child {
    background: #4fe11780
}

.pages[data-v-12439e14] {
    padding-top: 60px;
    background: #18191a
}

.pages .head[data-v-12439e14] {
    width: 100%;
    height: 470px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .more[data-v-12439e14] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 308px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pages .head .more span[data-v-12439e14] {
    height: 24px;
    background: #ffffff1a;
    border-radius: 4px;
    color: #ffffff80;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px
}

.pages .head .info[data-v-12439e14] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 251px
}

.pages .head .info p[data-v-12439e14] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 18px
}

.pages .head .logo1[data-v-12439e14] {
    position: absolute;
    width: 77px;
    height: 28px;
    left: 50%;
    margin-left: -39px;
    top: 22px
}

.pages .head .money[data-v-12439e14] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 68px
}

.pages .head .money h2[data-v-12439e14] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    text-shadow: 0px 2px 0 #12A535;
    background-image: linear-gradient(to right, #12a535, #12a535);
    text-shadow: 2px -1px 0 #FFFBBF;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

@media screen and (min-width: 750px) {
    .pages .head[data-v-12439e14] {
        width: 900px;
        margin: 0 auto;
        height: 624px
    }

    .pages .head .logo1[data-v-12439e14] {
        top: 60px;
        width: 154px;
        height: 56px;
        margin-left: -77px
    }

    .pages .head .money[data-v-12439e14] {
        top: 140px;
        font-size: 80px
    }

    .pages .head .money h2[data-v-12439e14] {
        font-size: 80px;
        line-height: 88px
    }

    .pages .btn[data-v-12439e14] {
        width: 350px;
        margin: -120px auto 0;
        padding: 380px 0 100px
    }

    .pages .btn .simpleBtn.pcii[data-v-12439e14] {
        margin-top: 60px !important
    }

    .pages .btn .simpleBtn[data-v-12439e14] {
        transition: all .2s ease-in-out
    }

    .pages .btn .simpleBtn[data-v-12439e14]:hover {
        transform: scale(1.06)
    }

    .pages .info[data-v-12439e14] {
        top: unset !important;
        bottom: -40px;
        left: 0;
        width: 100%;
        text-align: center
    }

    .pages .more[data-v-12439e14] {
        top: unset !important;
        bottom: -80px
    }

    .pages .todayPrev[data-v-12439e14] {
        bottom: -340px !important;
        left: 0 !important;
        width: 100% !important;
        height: 220px !important
    }

    .pages .head .todayPrev .lis[data-v-12439e14] {
        margin: 0 30px
    }
}

.ints[data-v-17a49fe8] {
    width: 100%;
    display: flex
}

.cominput[data-v-17a49fe8] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em;
    width: 100%
}

.borderCommonInput input[data-v-17a49fe8] {
    color: #4fe117;
    border: none
}

.main .rounds[data-v-0a1435b5] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 12px
}

.main .rounds p[data-v-0a1435b5] {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px
}

.main .rounds h2[data-v-0a1435b5] {
    font-size: 18px;
    padding: 20px 0
}

.commonBtn[data-v-0a1435b5] {
    margin-bottom: 20px
}

.groupList .tit[data-v-0a1435b5] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.groupList .tit span[data-v-0a1435b5] {
    font-size: 18px;
    padding-left: 20px
}

.ctable[data-v-0a1435b5] {
    margin-bottom: 0
}

.pages[data-v-0a1435b5] {
    padding-top: 60px;
    background: #18191a
}

.pages .head[data-v-0a1435b5] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover
}

.pages .main[data-v-0a1435b5] {
    margin: -200px 20px 100px;
    display: flex;
    flex-direction: column
}

.pages .main .H2[data-v-0a1435b5] {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px
}

.pages .main .H2 b[data-v-0a1435b5] {
    font-size: 30px
}

.pages .main .type[data-v-0a1435b5] {
    display: flex;
    justify-content: space-between
}

.pages .main .type span[data-v-0a1435b5] {
    height: 24px;
    background: #ffffff1a;
    width: 45%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pages .main .type span.active[data-v-0a1435b5] {
    background: #4fe1171a;
    color: #4fe117
}

.groupList .li[data-v-0a1435b5] {
    display: flex;
    flex-direction: column
}

.groupList .li .detail[data-v-0a1435b5] {
    color: #4fe117;
    cursor: pointer
}

.groupList[data-v-0a1435b5] .van-pagination__item {
    background: none;
    color: #ffffff80
}

.groupList[data-v-0a1435b5] .van-pagination__item--active {
    color: #fff
}

.groupList[data-v-0a1435b5] .van-hairline--surround:after {
    border-width: 0
}

.groupList[data-v-0a1435b5] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.groupList[data-v-0a1435b5] .van-cell:after {
    border-bottom: none
}

.groupList[data-v-0a1435b5] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-0a1435b5]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.groupList .li p[data-v-0a1435b5] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.groupList .li.two[data-v-0a1435b5] {
    padding-left: 20px
}

.groupList[data-v-0a1435b5] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.groupList[data-v-0a1435b5] .van-cell__left-icon,
.van-cell__right-icon[data-v-0a1435b5] {
    height: auto
}

.groupList[data-v-0a1435b5] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.groupList[data-v-0a1435b5] .valueClass .van-cell__value span {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.groupList[data-v-0a1435b5] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.showshow[data-v-0a1435b5] {
    width: 80%;
    min-height: 80px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -100px
}

.showshow .closeIcon[data-v-0a1435b5] {
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px
}

.showshow .msg[data-v-0a1435b5] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
    display: flex;
    flex-direction: column
}

.showshow .msg .list[data-v-0a1435b5] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 4px
}

.showshow .msg .list p[data-v-0a1435b5] {
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px
}

.showshow .msg .list h2[data-v-0a1435b5] {
    font-size: 14px;
    color: #fff;
    line-height: 17px
}

.showshow .msg .list h2.g[data-v-0a1435b5] {
    color: #4fe117
}

.section_8[data-v-0a1435b5] {
    margin: 30px 0;
    width: 100%;
    height: 100px;
    background: url("") 100% 100% no-repeat;
    background-size: 100% 100%
}

.box_86[data-v-0a1435b5] {
    margin: 2px 0 0 7px
}

.box_87[data-v-0a1435b5] {
    font-size: 14px
}

.text_104[data-v-0a1435b5] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    white-space: nowrap
}

.thumbnail_57[data-v-0a1435b5] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.text_51[data-v-0a1435b5] {
    overflow-wrap: break-word;
    color: #ffd290;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: 15px 0 0 4px
}

.text-wrapper_131[data-v-0a1435b5] {
    margin: 4px 0 0 4px
}

.text_105[data-v-0a1435b5] {
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

@media screen and (min-width: 750px) {
    .pages .main[data-v-0a1435b5] {
        width: 500px;
        margin: 20px auto
    }

    .pages .main .H2[data-v-0a1435b5] {
        display: none !important
    }
}

.more[data-v-e4e53f10] {
    border-bottom: 1px solid #203701
}

.toLink[data-v-e4e53f10] {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 16px;
    justify-content: flex-end
}

.toLink a[data-v-e4e53f10] {
    color: #4fe117
}

.main .rounds[data-v-e4e53f10] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 12px
}

.main .rounds p[data-v-e4e53f10] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.main .rounds h2[data-v-e4e53f10] {
    font-size: 18px;
    padding: 20px 0
}

.commonBtn[data-v-e4e53f10] {
    margin-bottom: 20px
}

.main .inputList[data-v-e4e53f10] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.main .inputList p[data-v-e4e53f10] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

.main .inputList input[data-v-e4e53f10] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em
}

.groupList .tit[data-v-e4e53f10] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.groupList .tit span[data-v-e4e53f10] {
    font-size: 18px;
    padding-left: 20px
}

.ctable[data-v-e4e53f10] {
    margin-bottom: 0
}

.pages[data-v-e4e53f10] {
    padding-top: 60px;
    background: #18191a
}

.pages .head[data-v-e4e53f10] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover
}

.pages .main[data-v-e4e53f10] {
    margin: -200px 20px 100px;
    display: flex;
    flex-direction: column;
    padding-top: 100px
}

.pages .main a[data-v-e4e53f10] {
    color: #15e3c4;
    text-decoration: underline;
    word-break: break-all
}

.pages .main td.got[data-v-e4e53f10] {
    color: #4fe117
}

.pages .ctable th[data-v-e4e53f10]:nth-child(3) {
    width: 30%
}

.pages .ctable th[data-v-e4e53f10]:nth-child(4) {
    padding: 0 10px;
    width: 100px;
    vertical-align: middle
}

.pages .ctable td[data-v-e4e53f10]:nth-child(4) {
    padding: 0 10px;
    width: 100px;
    vertical-align: middle
}

.showshowMyTeam[data-v-e4e53f10] {
    width: 80%;
    min-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    margin-top: -100px
}

.showshowMyTeam .closeIcon[data-v-e4e53f10] {
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px;
    width: 24px;
    height: 24px
}

.showshowMyTeam .msg[data-v-e4e53f10] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
    display: flex;
    flex-direction: column
}

.showshowMyTeam .msg .list[data-v-e4e53f10] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.showshowMyTeam .msg .list p[data-v-e4e53f10] {
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px;
    text-align: left;
    word-break: break-all
}

.showshowMyTeam .msg .list h2[data-v-e4e53f10] {
    font-size: 14px;
    color: #fff
}

.showshowMyTeam .msg .list h2.g[data-v-e4e53f10] {
    color: #4fe117
}

@media screen and (min-width: 750px) {
    .pages .main[data-v-e4e53f10] {
        width: 700px;
        margin: 20px auto;
        padding: 0;
        min-height: 300px
    }

    .pages .main .ctable[data-v-e4e53f10] {
        padding-top: 0 !important;
        width: 100%
    }

    .pages .main .ctable td[data-v-e4e53f10],
    .pages .main .ctable th[data-v-e4e53f10] {
        text-align: center
    }

    .pages .main .H2[data-v-e4e53f10] {
        display: none !important
    }

    .pages .ctable th[data-v-e4e53f10]:nth-child(3) {
        width: 30%
    }

    .pages .ctable td[data-v-e4e53f10]:nth-child(3) {
        text-align: center
    }
}

.pages .mains[data-v-2d29cf0f] {
    z-index: 3;
    position: relative
}

.pages .mains .mainsNb1[data-v-2d29cf0f] {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #1c8c53, #18191a);
    padding: 0 20px
}

.pages .mains .mainsNb2[data-v-2d29cf0f] {
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

.pages .head .todayPrev[data-v-2d29cf0f] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-2d29cf0f] {
    font-size: 18px;
    margin-top: 12px
}

.pages .head .todayPrev .lis[data-v-2d29cf0f] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-2d29cf0f] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-2d29cf0f] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-2d29cf0f] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-2d29cf0f] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-2d29cf0f] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-2d29cf0f] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-2d29cf0f] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-2d29cf0f] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-2d29cf0f]:last-child {
    background: #4fe11780
}

.pages[data-v-2d29cf0f] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-2d29cf0f] {
    width: 100%;
    height: 270px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .more[data-v-2d29cf0f] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 308px
}

.pages .head .more span[data-v-2d29cf0f] {
    height: 24px;
    background: #ffffff1a;
    border-radius: 4px;
    color: #ffffff80;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer
}

.pages .head .info[data-v-2d29cf0f] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-2d29cf0f] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-2d29cf0f] {
    position: absolute;
    width: 77px;
    height: 28px;
    left: 50%;
    margin-left: -39px;
    top: 22px
}

.pages .head .money[data-v-2d29cf0f] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 68px
}

.pages .head .money h2[data-v-2d29cf0f] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    text-shadow: 0px 2px 0 #12A535;
    background-image: linear-gradient(to right, #12a535, #12a535);
    text-shadow: 2px -8px 0 #FFFBBF;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.section_7[data-v-2d29cf0f] {
    background-color: #ffffff0d;
    border-radius: 8px;
    margin: 20px 0
}

.box_7[data-v-2d29cf0f] {
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    align-items: center
}

.box_7[data-v-2d29cf0f]:last-child {
    border-bottom: none
}

.text_12[data-v-2d29cf0f] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding-right: 10px
}

.thumbnail_10[data-v-2d29cf0f] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    cursor: pointer
}

@media screen and (min-width: 750px) {
    .pages .head[data-v-2d29cf0f] {
        width: 900px;
        margin: 0 auto;
        height: 624px
    }

    .pages .head .logo1[data-v-2d29cf0f] {
        top: 60px;
        width: 154px;
        height: 56px;
        margin-left: -77px
    }

    .pages .head .money[data-v-2d29cf0f] {
        top: 140px;
        font-size: 80px
    }

    .pages .head .money h2[data-v-2d29cf0f] {
        font-size: 80px;
        line-height: 88px
    }

    .pages .mains[data-v-2d29cf0f] {
        width: 900px;
        margin: 0 auto;
        padding: 0 !important
    }

    .pages .mains .mainsNb1[data-v-2d29cf0f] {
        background: unset;
        padding: 20px 0
    }

    .pages .mains .mainsNb2[data-v-2d29cf0f] {
        background: unset;
        padding: 0
    }
}

.ip p[data-v-f2823b54] {
    padding-top: 20px
}

.pages .mains[data-v-f2823b54] {
    padding: 0 20px;
    z-index: 3;
    position: relative
}

.pages .mains .mainsNb1[data-v-f2823b54] {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #1c8c53, #18191a);
    padding: 0 20px
}

.pages .mains .mainsNb2[data-v-f2823b54] {
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

.pages .head .todayPrev[data-v-f2823b54] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-f2823b54] {
    font-size: 18px;
    margin-top: 12px
}

.pages .head .todayPrev .lis[data-v-f2823b54] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-f2823b54] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-f2823b54] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-f2823b54] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-f2823b54] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-f2823b54] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-f2823b54] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-f2823b54] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-f2823b54] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-f2823b54]:last-child {
    background: #4fe11780
}

.pages[data-v-f2823b54] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-f2823b54] {
    width: 100%;
    height: 438px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .more[data-v-f2823b54] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 308px
}

.pages .head .more span[data-v-f2823b54] {
    height: 24px;
    background: #ffffff1a;
    border-radius: 4px;
    color: #ffffff80;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer
}

.pages .head .info[data-v-f2823b54] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-f2823b54] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-f2823b54] {
    position: absolute;
    width: 120px;
    height: 44px;
    left: 20px;
    top: 20px
}

.pages .head .money[data-v-f2823b54] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 68px
}

.pages .head .money h2[data-v-f2823b54] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    text-shadow: 0px 2px 0 #12A535;
    background-image: linear-gradient(to right, #12a535, #12a535);
    text-shadow: 2px -8px 0 #FFFBBF;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.section_7[data-v-f2823b54] {
    background-color: #ffffff0d;
    border-radius: 8px;
    margin: 20px 0
}

.box_7[data-v-f2823b54] {
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    align-items: center
}

.box_7[data-v-f2823b54]:last-child {
    border-bottom: none
}

.text_12[data-v-f2823b54] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding-right: 10px
}

.thumbnail_10[data-v-f2823b54] {
    width: 18px;
    height: 18px;
    cursor: pointer
}

.teleBtn img[data-v-f2823b54] {
    margin: 0 12px
}

.simpleH1 b[data-v-f2823b54] {
    font-size: 30px
}

@media screen and (min-width: 750px) {
    .pages .head[data-v-f2823b54] {
        width: 100%;
        height: 450px;
        background: url("") no-repeat;
        background-size: cover
    }

    .pages .head .logo1[data-v-f2823b54] {
        display: none !important
    }

    .pages .mains[data-v-f2823b54] {
        width: 900px;
        margin: 0 auto
    }

    .pages .teleBtn[data-v-f2823b54] {
        width: 350px;
        margin: 0 auto 100px
    }
}

.pages .btn[data-v-ba193e8a] {
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 40px
}

.simpleBtn[data-v-ba193e8a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer
}

.simpleBtn p[data-v-ba193e8a] {
    margin: 0 20px
}

.simpleBtn img[data-v-ba193e8a] {
    width: 24px;
    height: 24px;
    margin: 0 20px
}

.teleBtn[data-v-ba193e8a] {
    height: 50px;
    background: #32abdf;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 20px 0;
    cursor: pointer
}

.teleBtn img[data-v-ba193e8a] {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.pages .head .todayPrev[data-v-ba193e8a] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-ba193e8a] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-ba193e8a] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-ba193e8a] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-ba193e8a] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-ba193e8a] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-ba193e8a] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-ba193e8a] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-ba193e8a] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-ba193e8a] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-ba193e8a] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-ba193e8a]:last-child {
    background: #4fe11780
}

[data-v-ba193e8a]:root {
    --pc-con-width: 1040px
}

@media screen and (max-width: 750px) {
    .pages[data-v-ba193e8a] {
        padding-top: 60px;
        background: #18191a
    }
}

.pages .head[data-v-ba193e8a] {
    width: 100%;
    background: url("02-nD2dJEIp.gif") no-repeat;
    background-size: 100% 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center
}

.pages .head .more[data-v-ba193e8a] {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pages .head .more span[data-v-ba193e8a] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 4px;
    color: #ffffff80;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px
}

.pages .head .info[data-v-ba193e8a] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-ba193e8a] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-ba193e8a] {
    width: 214px;
    height: 78px;
    display: flex;
    align-self: center;
    margin-top: 20px
}

.pages .head .money[data-v-ba193e8a] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    padding-top: 20px;
    white-space: pre-wrap
}

.pages .head .money h2[data-v-ba193e8a] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages .head[data-v-ba193e8a] {
        width: 100%;
        background: url("02-nD2dJEIp.gif") no-repeat;
        background-size: 100% 627px;
        position: relative;
        display: flex;
        flex-direction: column;
        text-align: center
    }

    .pages .btn[data-v-ba193e8a] {
        width: 310px;
        margin: 40px auto
    }

    .pages .btn .simpleBtn[data-v-ba193e8a]:hover,
    .pages .head .more[data-v-ba193e8a]:hover {
        transform: scale(1.05);
        transition: all .5s linear
    }
}

.main .rounds[data-v-4b41b577] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 12px
}

.main .rounds p[data-v-4b41b577] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.main .rounds h2[data-v-4b41b577] {
    font-size: 16px;
    padding: 20px 0
}

.commonBtn[data-v-4b41b577] {
    margin-bottom: 20px
}

.main .inputList[data-v-4b41b577] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.main .inputList p[data-v-4b41b577] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

.main .inputList input[data-v-4b41b577] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em
}

.groupList .tit[data-v-4b41b577] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.groupList .tit span[data-v-4b41b577] {
    font-size: 18px;
    padding-left: 20px
}

.ctable[data-v-4b41b577] {
    margin-bottom: 0
}

.pages[data-v-4b41b577] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-4b41b577] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 60px
}

.pages .main[data-v-4b41b577] {
    position: relative;
    display: flex;
    padding: 0 20px 60px;
    flex-direction: column
}

.pages .main .H2[data-v-4b41b577] {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px
}

.pages .main .type[data-v-4b41b577] {
    display: flex;
    justify-content: space-between
}

.pages .main .type span[data-v-4b41b577] {
    height: 24px;
    background: #ffffff1a;
    width: 45%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pages .main .type span.active[data-v-4b41b577] {
    background: #4fe1171a;
    color: #4fe117
}

.groupList .li[data-v-4b41b577] {
    display: flex;
    flex-direction: column
}

.groupList .li .detail[data-v-4b41b577] {
    color: #4fe117;
    cursor: pointer
}

.groupList[data-v-4b41b577] .van-pagination__item {
    background: none;
    color: #ffffff80
}

.groupList[data-v-4b41b577] .van-pagination__item--active {
    color: #fff
}

.groupList[data-v-4b41b577] .van-hairline--surround:after {
    border-width: 0
}

.groupList[data-v-4b41b577] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.groupList[data-v-4b41b577] .van-cell:after {
    border-bottom: none
}

.groupList[data-v-4b41b577] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-4b41b577]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.groupList .li p[data-v-4b41b577] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.groupList .li.two[data-v-4b41b577] {
    padding-left: 20px
}

.groupList[data-v-4b41b577] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.groupList[data-v-4b41b577] .van-cell__left-icon,
.van-cell__right-icon[data-v-4b41b577] {
    height: auto
}

.groupList[data-v-4b41b577] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.groupList[data-v-4b41b577] .valueClass .van-cell__value span {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.groupList[data-v-4b41b577] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.showshow[data-v-4b41b577] {
    width: 80%;
    min-height: 80px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -100px
}

.showshow .closeIcon[data-v-4b41b577] {
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px
}

.showshow .msg[data-v-4b41b577] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
    display: flex;
    flex-direction: column
}

.showshow .msg .list[data-v-4b41b577] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 4px
}

.showshow .msg .list p[data-v-4b41b577] {
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px
}

.showshow .msg .list h2[data-v-4b41b577] {
    font-size: 14px;
    color: #fff;
    line-height: 17px
}

.showshow .msg .list h2.g[data-v-4b41b577] {
    color: #4fe117
}

.section_8[data-v-4b41b577] {
    margin: 30px 0;
    width: 100%;
    height: 100px;
    background: url("") 100% 100% no-repeat;
    background-size: 100% 100%
}

.box_86[data-v-4b41b577] {
    margin: 2px 0 0 7px
}

.box_87[data-v-4b41b577] {
    font-size: 14px
}

.text_104[data-v-4b41b577] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    white-space: nowrap
}

.thumbnail_57[data-v-4b41b577] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.text_51[data-v-4b41b577] {
    overflow-wrap: break-word;
    color: #ffd290;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: 15px 0 0 4px
}

.text-wrapper_131[data-v-4b41b577] {
    margin: 4px 0 0 4px
}

.text_105[data-v-4b41b577] {
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

@media screen and (min-width: 750px) {
    .pages .main[data-v-4b41b577] {
        margin-top: 20px
    }

    .rounds p[data-v-4b41b577] {
        margin-bottom: 0
    }

    .main .rounds h2.pcH222[data-v-4b41b577] {
        padding: 0 0 20px !important
    }
}

.main .rounds[data-v-818f152a] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 12px
}

.main .rounds p[data-v-818f152a] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.main .rounds h2[data-v-818f152a] {
    font-size: 16px;
    padding-bottom: 20px
}

.commonBtn[data-v-818f152a] {
    margin-bottom: 20px
}

.main .inputList[data-v-818f152a] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.main .inputList p[data-v-818f152a] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

.main .inputList input[data-v-818f152a] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em
}

.groupList .tit[data-v-818f152a] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.groupList .tit span[data-v-818f152a] {
    font-size: 18px;
    padding-left: 20px
}

.ctable[data-v-818f152a] {
    margin-bottom: 0
}

.pages[data-v-818f152a] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-818f152a] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 60px
}

.pages .main[data-v-818f152a] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

.pages .main .H2[data-v-818f152a] {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px
}

.pages .main .H2 b[data-v-818f152a] {
    font-size: 30px
}

.pages .main .type[data-v-818f152a] {
    display: flex;
    justify-content: space-between
}

.pages .main .type span[data-v-818f152a] {
    height: 24px;
    background: #ffffff1a;
    width: 45%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pages .main .type span.active[data-v-818f152a] {
    background: #4fe1171a;
    color: #4fe117
}

@media screen and (min-width: 750px) {
    .pages .main[data-v-818f152a] {
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 60px
    }

    .main .rounds[data-v-818f152a] {
        background: unset
    }

    .main .rounds p[data-v-818f152a] {
        margin-bottom: 0
    }
}

.groupList .li[data-v-818f152a] {
    display: flex;
    flex-direction: column
}

.groupList .li .detail[data-v-818f152a] {
    color: #4fe117;
    cursor: pointer
}

.groupList[data-v-818f152a] .van-pagination__item {
    background: none;
    color: #ffffff80
}

.groupList[data-v-818f152a] .van-pagination__item--active {
    color: #fff
}

.groupList[data-v-818f152a] .van-hairline--surround:after {
    border-width: 0
}

.groupList[data-v-818f152a] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.groupList[data-v-818f152a] .van-cell:after {
    border-bottom: none
}

.groupList[data-v-818f152a] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-818f152a]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.groupList .li p[data-v-818f152a] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.groupList .li.two[data-v-818f152a] {
    padding-left: 20px
}

.groupList[data-v-818f152a] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.groupList[data-v-818f152a] .van-cell__left-icon,
.van-cell__right-icon[data-v-818f152a] {
    height: auto
}

.groupList[data-v-818f152a] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.groupList[data-v-818f152a] .valueClass .van-cell__value span {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.groupList[data-v-818f152a] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.showshow[data-v-818f152a] {
    width: 80%;
    min-height: 80px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -100px
}

.showshow .closeIcon[data-v-818f152a] {
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px
}

.showshow .msg[data-v-818f152a] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
    display: flex;
    flex-direction: column
}

.showshow .msg .list[data-v-818f152a] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 4px
}

.showshow .msg .list p[data-v-818f152a] {
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px
}

.showshow .msg .list h2[data-v-818f152a] {
    font-size: 14px;
    color: #fff;
    line-height: 17px
}

.showshow .msg .list h2.g[data-v-818f152a] {
    color: #4fe117
}

.section_8[data-v-818f152a] {
    margin: 30px 0;
    width: 100%;
    height: 100px;
    background: url("") 100% 100% no-repeat;
    background-size: 100% 100%
}

.box_86[data-v-818f152a] {
    margin: 2px 0 0 7px
}

.box_87[data-v-818f152a] {
    font-size: 14px
}

.text_104[data-v-818f152a] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    white-space: nowrap
}

.thumbnail_57[data-v-818f152a] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.text_51[data-v-818f152a] {
    overflow-wrap: break-word;
    color: #ffd290;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: 15px 0 0 4px
}

.text-wrapper_131[data-v-818f152a] {
    margin: 4px 0 0 4px
}

.text_105[data-v-818f152a] {
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

.pages .btnLast[data-v-d22288ab] {
    height: 130px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px
}

.pages .btnLast p[data-v-d22288ab] {
    font-size: 18px;
    margin-top: -30px;
    width: 100%
}

.pages .btnLast .pic2[data-v-d22288ab] {
    width: 162px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 10px
}

.pages .main[data-v-d22288ab] {
    margin-top: 60px;
    padding: 0 20px
}

.pages .main .H2[data-v-d22288ab] {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px
}

@media screen and (max-width: 750px) {
    .pages .head .todayPrev[data-v-d22288ab] {
        height: 124px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
        display: flex;
        position: absolute;
        bottom: 0;
        left: 20px;
        width: calc(100% - 40px);
        flex-direction: column
    }

    .pages .head .todayPrev .tit[data-v-d22288ab] {
        font-size: 18px;
        margin-top: 12px;
        padding: 0 20px
    }

    .pages .head .todayPrev .lis[data-v-d22288ab] {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        margin-top: 16px;
        position: relative
    }

    .pages .head .todayPrev .lis .one[data-v-d22288ab] {
        display: flex;
        flex-direction: column;
        height: 56px;
        align-items: center;
        justify-content: center
    }

    .pages .head .todayPrev .lis .one i[data-v-d22288ab] {
        position: absolute;
        width: calc(25% - 9px);
        height: 10px;
        background: #18191a80;
        left: 0;
        top: 22px;
        z-index: 1
    }

    .pages .head .todayPrev .lis .one span[data-v-d22288ab] {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #18191a;
        margin: 3px 0 6px;
        border: 1px solid rgba(255, 255, 255, .2);
        z-index: 2
    }

    .pages .head .todayPrev .lis .one h2[data-v-d22288ab] {
        font-weight: 400;
        font-size: 12px;
        color: #2dfe4f80;
        line-height: 14px
    }

    .pages .head .todayPrev .lis .one p[data-v-d22288ab] {
        font-weight: 400;
        font-size: 12px;
        color: #ffffff80;
        line-height: 14px
    }

    .pages .head .todayPrev .lis .one.active span[data-v-d22288ab] {
        background: #18191a url("") no-repeat;
        background-size: cover;
        z-index: 3;
        border: 1px solid RGBA(79, 225, 23, 1)
    }

    .pages .head .todayPrev .lis .one.active h2[data-v-d22288ab] {
        color: #2dfe4f
    }

    .pages .head .todayPrev .lis .one.active i[data-v-d22288ab] {
        background: #4fe117
    }

    .pages .head .todayPrev .lis .one.active[data-v-d22288ab]:last-child {
        background: #4fe11780
    }

    .pages[data-v-d22288ab] {
        padding-top: 60px;
        background: #18191a;
        padding-bottom: 100px
    }

    .pages .head[data-v-d22288ab] {
        width: 100%;
        height: 480px;
        background: url("") no-repeat;
        background-size: cover;
        position: relative
    }

    .pages .head .morepic[data-v-d22288ab] {
        position: absolute;
        left: 20px;
        width: calc(100% - 40px);
        top: 207px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .pages .head .BitNest[data-v-d22288ab] {
        position: absolute;
        bottom: -30px;
        height: 60px;
        background: linear-gradient(180deg, #e9e9e9, #fff);
        text-align: center;
        box-shadow: 0 5px 10px #0003, inset 0 -2px 9px #2dfe4f80;
        border-radius: 40px;
        width: calc(100% - 70px);
        left: 35px;
        font-weight: 700;
        font-size: 24px;
        color: #12a535;
        line-height: 60px
    }

    .pages .head .info[data-v-d22288ab] {
        position: absolute;
        left: 0;
        width: 100%;
        top: 253px
    }

    .pages .head .info p[data-v-d22288ab] {
        padding: 0 20px;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 20px
    }

    .pages .head .logo1[data-v-d22288ab] {
        position: absolute;
        width: 214px;
        height: 78px;
        left: 50%;
        margin-left: -107px;
        top: 22px
    }

    .pages .head .money[data-v-d22288ab] {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 25px;
        position: absolute;
        left: 0;
        top: 117px;
        padding: 0 20px
    }

    .pages .head .money h2[data-v-d22288ab] {
        font-weight: 800;
        font-size: 50px;
        line-height: 50px;
        font-style: normal;
        background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        text-shadow: 0px 5px 52px #12A535
    }
}

@media screen and (min-width: 750px) {
    .pages[data-v-d22288ab] {
        padding-top: 0 !important;
        padding-bottom: 100px
    }

    .pages .head[data-v-d22288ab] {
        width: 100%;
        height: 480px;
        background: url("") no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .pages .head .morepic[data-v-d22288ab] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 355px;
        height: 226px;
        margin-top: 40px
    }

    .pages .head .BitNest[data-v-d22288ab] {
        position: absolute;
        bottom: -30px;
        height: 60px;
        background: linear-gradient(180deg, #e9e9e9, #fff);
        text-align: center;
        box-shadow: 0 5px 10px #0003, inset 0 -2px 9px #2dfe4f80;
        border-radius: 40px;
        width: 320px;
        left: 50%;
        font-weight: 700;
        font-size: 24px;
        color: #12a535;
        line-height: 60px;
        margin-left: -160px
    }

    .pages .head .info[data-v-d22288ab] {
        width: 100%
    }

    .pages .head .info p[data-v-d22288ab] {
        padding: 0 20px;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 20px
    }

    .pages .head .logo1[data-v-d22288ab] {
        width: 214px;
        height: 78px;
        margin-top: 16px
    }

    .pages .head .money[data-v-d22288ab] {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    .pages .main .H2[data-v-d22288ab] {
        width: 100%;
        text-align: center
    }

    .pages .main .H2 b[data-v-d22288ab] {
        font-weight: 800;
        font-size: 30px;
        line-height: 38px
    }

    .pages .btnLast[data-v-d22288ab] {
        width: 350px;
        float: right;
        margin-bottom: 80px
    }
}

@media screen and (min-width: 750px) {
    .pcInfoList[data-v-5944937b] {
        padding: 20px !important
    }

    .pcDetail .inputList[data-v-5944937b],
    .pcDetail .commonBtn[data-v-5944937b] {
        width: 500px;
        margin: 0 auto
    }
}

.main .rounds[data-v-5944937b] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 12px
}

.main .rounds p[data-v-5944937b] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.main .rounds h2[data-v-5944937b] {
    font-size: 16px;
    padding: 20px 0
}

.commonBtn[data-v-5944937b] {
    margin-bottom: 20px;
    text-align: center
}

.main .inputList[data-v-5944937b] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.main .inputList p[data-v-5944937b] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

.main .inputList input[data-v-5944937b] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em
}

.groupList .tit[data-v-5944937b] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.groupList .tit span[data-v-5944937b] {
    font-size: 18px;
    padding-left: 20px
}

.ctable[data-v-5944937b] {
    margin-bottom: 0
}

.pages[data-v-5944937b] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-5944937b] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover;
    position: absolute;
    top: 60px;
    left: 0
}

.pages .main[data-v-5944937b] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 20px
}

.pages .main .H2[data-v-5944937b] {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px
}

.pages .main .type[data-v-5944937b] {
    display: flex;
    justify-content: space-between
}

.pages .main .type span[data-v-5944937b] {
    height: 24px;
    background: #ffffff1a;
    width: 45%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pages .main .type span.active[data-v-5944937b] {
    background: #4fe1171a;
    color: #4fe117
}

.groupList .li[data-v-5944937b] {
    display: flex;
    flex-direction: column
}

.groupList .li .detail[data-v-5944937b] {
    color: #4fe117;
    cursor: pointer
}

.groupList[data-v-5944937b] .van-pagination__item {
    background: none;
    color: #ffffff80
}

.groupList[data-v-5944937b] .van-pagination__item--active {
    color: #fff
}

.groupList[data-v-5944937b] .van-hairline--surround:after {
    border-width: 0
}

.groupList[data-v-5944937b] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.groupList[data-v-5944937b] .van-cell:after {
    border-bottom: none
}

.groupList[data-v-5944937b] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-5944937b]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.groupList .li p[data-v-5944937b] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.groupList .li.two[data-v-5944937b] {
    padding-left: 20px
}

.groupList[data-v-5944937b] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.groupList[data-v-5944937b] .van-cell__left-icon,
.van-cell__right-icon[data-v-5944937b] {
    height: auto
}

.groupList[data-v-5944937b] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.groupList[data-v-5944937b] .valueClass .van-cell__value span {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.groupList[data-v-5944937b] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.showshow[data-v-5944937b] {
    width: 80%;
    min-height: 80px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -100px
}

.showshow .closeIcon[data-v-5944937b] {
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px
}

.showshow .msg[data-v-5944937b] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal;
    display: flex;
    flex-direction: column
}

.showshow .msg .list[data-v-5944937b] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 4px
}

.showshow .msg .list p[data-v-5944937b] {
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px
}

.showshow .msg .list h2[data-v-5944937b] {
    font-size: 14px;
    color: #fff;
    line-height: 17px
}

.showshow .msg .list h2.g[data-v-5944937b] {
    color: #4fe117
}

.section_8[data-v-5944937b] {
    margin: 30px 0;
    width: 100%;
    height: 100px;
    background: url("") 100% 100% no-repeat;
    background-size: 100% 100%
}

.box_86[data-v-5944937b] {
    margin: 2px 0 0 7px
}

.box_87[data-v-5944937b] {
    font-size: 14px
}

.text_104[data-v-5944937b] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    white-space: nowrap
}

.thumbnail_57[data-v-5944937b] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.text_51[data-v-5944937b] {
    overflow-wrap: break-word;
    color: #ffd290;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: 15px 0 0 4px
}

.text-wrapper_131[data-v-5944937b] {
    margin: 4px 0 0 4px
}

.text_105[data-v-5944937b] {
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

.pages .head .todayPrev[data-v-e307df01] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-e307df01] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-e307df01] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-e307df01] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-e307df01] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-e307df01] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-e307df01] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-e307df01] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-e307df01] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-e307df01] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-e307df01] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-e307df01]:last-child {
    background: #4fe11780
}

.pages[data-v-e307df01] {
    padding-top: 60px;
    background: #18191a
}

@media screen and (max-width: 750px) {
    .pages .main[data-v-e307df01] {
        padding: 0 20px;
        margin-top: -40px;
        display: flex;
        flex-direction: column
    }

    .pages .main .list[data-v-e307df01] {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 100px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
        margin-bottom: 20px;
        cursor: pointer
    }

    .pages .main .list .one[data-v-e307df01] {
        height: 40px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 20px 20px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        color: #18191a
    }

    .pages .main .list .two[data-v-e307df01] {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        min-height: 60px;
        padding: 0 20px;
        word-break: break-all
    }

    .pages .main .list img[data-v-e307df01] {
        width: 54px;
        height: 46px;
        position: absolute;
        left: 0;
        top: -6px
    }

    .pages .head[data-v-e307df01] {
        width: 100%;
        height: 470px;
        background: url("") no-repeat;
        background-size: cover;
        position: relative
    }

    .pages .head .more[data-v-e307df01] {
        position: absolute;
        left: 0;
        width: 100%;
        top: 308px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .pages .head .more span[data-v-e307df01] {
        height: 24px;
        background: #ffffff1a;
        border-radius: 4px;
        color: #ffffff80;
        padding: 0 20px;
        font-size: 14px;
        cursor: pointer;
        line-height: 24px
    }

    .pages .head .info[data-v-e307df01] {
        position: absolute;
        left: 0;
        width: 100%;
        top: 253px
    }

    .pages .head .info p[data-v-e307df01] {
        padding: 0 20px;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 20px
    }

    .pages .head .logo1[data-v-e307df01] {
        position: absolute;
        width: 248px;
        height: 244px;
        left: 34px;
        top: 172px
    }

    .pages .head .logo2[data-v-e307df01] {
        position: absolute;
        width: 140px;
        height: 112px;
        right: 32px;
        top: 218px
    }

    .pages .head .money[data-v-e307df01] {
        font-weight: 800;
        font-size: 50px;
        line-height: 50px;
        font-style: normal;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        top: 98px
    }

    .pages .head .money h2[data-v-e307df01] {
        font-size: 50px
    }
}

@media screen and (min-width: 750px) {
    .pages .main[data-v-e307df01] {
        padding: 0 20px;
        margin: 40px auto;
        display: flex;
        justify-content: space-between;
        width: 1040px
    }

    .pages .main .list[data-v-e307df01] {
        display: flex;
        flex-direction: column;
        position: relative;
        min-height: 236px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
        margin-bottom: 20px;
        cursor: pointer;
        width: calc(100% / 3 - 20px)
    }

    .pages .main .list[data-v-e307df01]:nth-child(1):before {
        position: absolute;
        width: 100%;
        height: 140px;
        background: url("") no-repeat;
        background-size: cover;
        background-position: center top;
        top: 0;
        left: 0;
        content: ""
    }

    .pages .main .list[data-v-e307df01]:nth-child(2):before {
        position: absolute;
        width: 100%;
        height: 140px;
        background: url("") no-repeat;
        background-size: cover;
        background-position: center top;
        top: 0;
        left: 0;
        content: ""
    }

    .pages .main .list[data-v-e307df01]:nth-child(3):before {
        position: absolute;
        width: 100%;
        height: 140px;
        background: url("") no-repeat;
        background-size: cover;
        background-position: center top;
        top: 0;
        left: 0;
        content: ""
    }

    .pages .main .list .one[data-v-e307df01] {
        height: 24px;
        background: #4fe1171a !important;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        padding: 0 4px;
        color: #4fe117;
        align-self: flex-start;
        position: absolute;
        bottom: 55px;
        left: 20px
    }

    .pages .main .list .two[data-v-e307df01] {
        display: flex;
        font-weight: 600;
        font-size: 15px;
        word-break: break-all;
        color: #fff;
        position: absolute;
        top: 190px;
        left: 20px;
        padding-bottom: 10px;
        width: calc(100% - 40px)
    }

    .pages .main .list img[data-v-e307df01] {
        width: 54px;
        height: 46px;
        position: absolute;
        left: 0;
        top: -6px;
        display: none
    }

    .pages .head[data-v-e307df01] {
        width: 100%;
        height: 300px;
        background: url("") no-repeat;
        background-size: cover;
        position: relative
    }

    .pages .head .more[data-v-e307df01] {
        position: absolute;
        left: 0;
        width: 100%;
        top: 308px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .pages .head .more span[data-v-e307df01] {
        height: 24px;
        background: #ffffff1a;
        border-radius: 4px;
        color: #ffffff80;
        padding: 0 20px;
        font-size: 14px;
        cursor: pointer;
        line-height: 24px
    }

    .pages .head .info[data-v-e307df01] {
        position: absolute;
        left: 0;
        width: 100%;
        top: 253px
    }

    .pages .head .info p[data-v-e307df01] {
        padding: 0 20px;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        line-height: 20px
    }

    .pages .head .logo1[data-v-e307df01] {
        position: absolute;
        width: 248px;
        height: 244px;
        left: 50%;
        top: 40px;
        transform: translate(-50%);
        margin-left: 230px
    }

    .pages .head .logo2[data-v-e307df01] {
        position: absolute;
        width: 140px;
        height: 112px;
        left: 50%;
        top: 87px;
        transform: translate(-50%);
        margin-left: 390px
    }

    .pages .head .money[data-v-e307df01] {
        font-weight: 800;
        font-size: 50px;
        line-height: 50px;
        font-style: normal;
        position: absolute;
        left: 50%;
        text-align: center;
        top: 163px;
        display: flex;
        flex-direction: column;
        margin-left: -520px
    }

    .pages .head .money h2[data-v-e307df01] {
        font-size: 50px
    }
}

.simpleBtn img[data-v-9175e4ed] {
    margin: 0 10px
}

.pages .main[data-v-9175e4ed] {
    padding: 0 20px;
    display: flex;
    flex-direction: column
}

.pages .listAll[data-v-9175e4ed] {
    position: absolute;
    top: 265px;
    left: 0;
    display: flex;
    flex-direction: column
}

.pages .list[data-v-9175e4ed] {
    display: flex;
    flex-direction: column;
    min-height: 108px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    margin: 0 20px 20px
}

.pages .list .one[data-v-9175e4ed] {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    margin: 0 20px
}

.pages .list .two[data-v-9175e4ed] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    min-height: 50px;
    flex-direction: column
}

.pages .lists[data-v-9175e4ed] {
    top: 321px
}

.simpleColor[data-v-9175e4ed] {
    padding-bottom: 20px
}

.pages .head .todayPrev[data-v-9175e4ed] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-9175e4ed] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-9175e4ed] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-9175e4ed] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-9175e4ed] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-9175e4ed] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-9175e4ed] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-9175e4ed] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-9175e4ed] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-9175e4ed] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-9175e4ed] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-9175e4ed]:last-child {
    background: #4fe11780
}

.pages[data-v-9175e4ed] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 440px
}

.pages .head[data-v-9175e4ed] {
    width: 100%;
    height: 643px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 40px
}

.pages .head .more[data-v-9175e4ed] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 308px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pages .head .more span[data-v-9175e4ed] {
    height: 24px;
    background: #ffffff1a;
    border-radius: 4px;
    color: #ffffff80;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px
}

.pages .head .info[data-v-9175e4ed] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-9175e4ed] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-9175e4ed] {
    position: absolute;
    width: 248px;
    height: 244px;
    left: 34px;
    top: 172px
}

.pages .head .logo2[data-v-9175e4ed] {
    position: absolute;
    width: 140px;
    height: 112px;
    right: 32px;
    top: 218px
}

.pages .head .oneStr[data-v-9175e4ed] {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    position: absolute;
    left: 42px;
    text-align: center;
    top: 103px;
    color: #4fe117
}

.pages .head .money[data-v-9175e4ed] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    position: absolute;
    left: 42px;
    text-align: center;
    top: 125px
}

.pages .head .money h2[data-v-9175e4ed] {
    font-size: 42px;
    color: #fff
}

@media screen and (min-width: 750px) {
    .pages .head[data-v-9175e4ed] {
        width: 100%;
        height: 643px;
        background: url("") no-repeat;
        background-size: 100% 100%;
        position: relative;
        margin-bottom: 400px
    }

    .pages .listAll[data-v-9175e4ed] {
        width: 100%;
        position: absolute;
        top: 415px;
        left: 0;
        display: flex;
        flex-direction: column
    }

    .pages .head .oneStr[data-v-9175e4ed],
    .pages .head .money[data-v-9175e4ed] {
        left: 50%;
        margin-left: -160px
    }

    .pages .main[data-v-9175e4ed] {
        width: 500px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column
    }

    .pages .list[data-v-9175e4ed] {
        width: 500px;
        margin: 0 auto
    }

    .pages .lists[data-v-9175e4ed] {
        margin: 20px auto
    }
}

.simpleBtn img[data-v-102da172] {
    margin: 0 10px
}

.pages .btn[data-v-102da172] {
    padding: 0 20px;
    margin-top: 20px
}

[data-v-102da172]::-webkit-scrollbar {
    display: none
}

.pages .head .todayPrev[data-v-102da172] {
    height: 88px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: -44px;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column;
    overflow-x: auto;
    overflow-y: hidden
}

.pages .head .todayPrev .tit[data-v-102da172] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-102da172] {
    min-width: 690px;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden
}

.pages .head .todayPrev .lis[data-v-102da172]:after {
    height: 10px;
    background: #18191a80;
    left: 40px;
    top: 22px;
    z-index: 1;
    width: calc(100% - 80px);
    position: absolute;
    content: ""
}

.pages .head .todayPrev .lis b[data-v-102da172] {
    height: 10px;
    background: #4fe11780;
    left: 40px;
    top: 22px;
    z-index: 2;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .2)
}

html[lang=Arabic] .pages .head .todayPrev .lis b[data-v-102da172] {
    left: 0;
    right: 40px
}

.pages .head .todayPrev .lis .one[data-v-102da172] {
    min-width: 68px;
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one span[data-v-102da172] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-102da172] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-102da172] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-102da172] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-102da172] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-102da172] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-102da172]:last-child {
    background: #4fe11780
}

.pages[data-v-102da172] {
    padding: 60px 0;
    background: #18191a
}

.pages .head[data-v-102da172] {
    width: 100%;
    height: 390px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .more[data-v-102da172] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 308px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pages .head .more span[data-v-102da172] {
    height: 24px;
    background: #ffffff1a;
    border-radius: 4px;
    color: #ffffff80;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px
}

.pages .head .info[data-v-102da172] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 130px
}

.pages .head .info p[data-v-102da172] {
    padding: 0 20px;
    font-weight: 600;
    font-size: 16px;
    color: #12a535;
    line-height: 22px;
    text-align: center
}

.pages .head .logo1[data-v-102da172] {
    position: absolute;
    width: 77px;
    height: 28px;
    left: 50%;
    margin-left: -39px;
    top: 22px
}

.pages .head .money[data-v-102da172] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 68px
}

.pages .head .money h2[data-v-102da172] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages .head[data-v-102da172] {
        width: 100%;
        margin: 0 auto;
        background: url("") no-repeat;
        background-size: cover;
        height: 381px;
        position: relative
    }

    .pages .btn[data-v-102da172] {
        width: 350px;
        margin: 0 auto;
        min-height: 200px
    }

    .pages .head .info[data-v-102da172] {
        position: absolute;
        left: 0;
        width: 100%;
        top: 148px
    }
}

.main .rounds .dl[data-v-2b999ab7] {
    cursor: pointer;
    height: 46px;
    background: #18191a;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: row;
    margin-bottom: 10px
}

.main .rounds .dl .l[data-v-2b999ab7] {
    width: 46px;
    height: 46px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.main .rounds .dl .l img[data-v-2b999ab7] {
    width: 16px;
    height: 16px
}

.main .rounds .dl .pp[data-v-2b999ab7] {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px
}

.main .rounds .dl .l h5[data-v-2b999ab7] {
    color: #4fe117;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px
}

.main .rounds[data-v-2b999ab7] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 12px
}

.main .rounds h2[data-v-2b999ab7] {
    font-size: 18px;
    padding: 20px 0
}

.commonBtn[data-v-2b999ab7] {
    margin-bottom: 20px
}

.main .inputList[data-v-2b999ab7] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.main .inputList p[data-v-2b999ab7] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

.main .inputList input[data-v-2b999ab7] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em
}

.groupList .tit[data-v-2b999ab7] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.groupList .tit span[data-v-2b999ab7] {
    font-size: 18px;
    padding-left: 20px
}

.ctable[data-v-2b999ab7] {
    margin-bottom: 0
}

.pages[data-v-2b999ab7] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 60px
}

.pages .head[data-v-2b999ab7] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover
}

.pages .main[data-v-2b999ab7] {
    margin: -200px 20px 0;
    display: flex;
    flex-direction: column
}

.pages .main .H2[data-v-2b999ab7] {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px
}

.pages .main .H2 b[data-v-2b999ab7] {
    font-size: 30px
}

.pages .main .type[data-v-2b999ab7] {
    display: flex;
    justify-content: space-between
}

.pages .main .type span[data-v-2b999ab7] {
    height: 24px;
    background: #ffffff1a;
    width: 45%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pages .main .type span.active[data-v-2b999ab7] {
    background: #4fe1171a;
    color: #4fe117
}

.groupList .li[data-v-2b999ab7] {
    display: flex;
    flex-direction: column
}

.groupList .li .detail[data-v-2b999ab7] {
    color: #4fe117;
    cursor: pointer
}

.groupList[data-v-2b999ab7] .van-pagination__item {
    background: none;
    color: #ffffff80
}

.groupList[data-v-2b999ab7] .van-pagination__item--active {
    color: #fff
}

.groupList[data-v-2b999ab7] .van-hairline--surround:after {
    border-width: 0
}

.groupList[data-v-2b999ab7] .van-cell {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    align-items: center;
    padding: 0
}

.groupList[data-v-2b999ab7] .van-cell:after {
    border-bottom: none
}

.groupList[data-v-2b999ab7] .van-collapse-item__content {
    background: none;
    padding: 0
}

.van-collapse-item--border[data-v-2b999ab7]:after {
    border-top: .5px solid rgba(255, 255, 255, .3);
    left: 0;
    right: 0
}

.groupList .li p[data-v-2b999ab7] {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px;
    font-style: normal;
    padding: 0;
    margin: 0
}

.groupList .li.two[data-v-2b999ab7] {
    padding-left: 20px
}

.groupList[data-v-2b999ab7] .van-icon__image {
    width: 32px !important;
    height: 32px !important
}

.groupList[data-v-2b999ab7] .van-cell__left-icon,
.van-cell__right-icon[data-v-2b999ab7] {
    height: auto
}

.groupList[data-v-2b999ab7] .van-collapse-item__title .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.groupList[data-v-2b999ab7] .valueClass .van-cell__value span {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px
}

.groupList[data-v-2b999ab7] .van-collapse-item__title--expanded .van-icon__image {
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    transition: transform .5s
}

.section_8[data-v-2b999ab7] {
    margin: 30px 0;
    width: 100%;
    height: 100px;
    background: url("") 100% 100% no-repeat;
    background-size: 100% 100%
}

.box_86[data-v-2b999ab7] {
    margin: 2px 0 0 7px
}

.box_87[data-v-2b999ab7] {
    font-size: 14px
}

.text_104[data-v-2b999ab7] {
    overflow-wrap: break-word;
    color: #18191a;
    font-size: 14px;
    white-space: nowrap
}

.thumbnail_57[data-v-2b999ab7] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.text_51[data-v-2b999ab7] {
    overflow-wrap: break-word;
    color: #ffd290;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px;
    margin: 15px 0 0 4px
}

.text-wrapper_131[data-v-2b999ab7] {
    margin: 4px 0 0 4px
}

.text_105[data-v-2b999ab7] {
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

@media screen and (min-width: 750px) {
    .pages .main[data-v-2b999ab7] {
        margin: 20px 20px 0;
        display: flex;
        flex-direction: column
    }

    .roundImg[data-v-2b999ab7] {
        width: 310px;
        margin: 0 auto;
        display: flex
    }

    .pc_dl[data-v-2b999ab7] {
        display: flex;
        flex-direction: row;
        justify-content: center
    }

    .pc_dl .dl[data-v-2b999ab7] {
        margin: 0 10px
    }
}

.main .h2[data-v-ff687298] {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600
}

.rounds p[data-v-ff687298] {
    margin-bottom: 0 !important;
    color: #fff
}

.pages .btnLast[data-v-ff687298] {
    height: 130px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px
}

.pages .btnLast p[data-v-ff687298] {
    font-size: 18px;
    margin-top: -50px;
    width: 100%
}

.pages .btnLast .pic2[data-v-ff687298] {
    width: 162px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 10px
}

.pages .main[data-v-ff687298] {
    padding: 0 20px;
    position: relative
}

.pages .head .todayPrev[data-v-ff687298] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-ff687298] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-ff687298] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-ff687298] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-ff687298] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-ff687298] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-ff687298] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-ff687298] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-ff687298] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-ff687298] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-ff687298] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-ff687298]:last-child {
    background: #4fe11780
}

.pages[data-v-ff687298] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-ff687298] {
    width: 100%;
    height: 284px;
    background: url("") no-repeat;
    background-size: cover;
    position: absolute
}

.pages .pcInfoList .morepic[data-v-ff687298] {
    position: absolute;
    right: 10px;
    width: 150px;
    height: 136px;
    top: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4
}

.morepicLeft[data-v-ff687298] {
    position: absolute;
    left: 10px;
    width: 150px;
    height: 136px;
    top: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4
}

.pages .pcInfoList .BitNest[data-v-ff687298] {
    font-weight: 600;
    width: 100%;
    padding: 10px 150px 10px 20px
}

.BitNestRight[data-v-ff687298] {
    font-weight: 600;
    width: 100%;
    padding: 10px 20px 10px 150px
}

.pages .pcInfoList[data-v-ff687298] {
    z-index: 3;
    position: relative;
    margin-top: 68px
}

.pages .head .info[data-v-ff687298] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-ff687298] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-ff687298] {
    position: absolute;
    width: 120px;
    height: 43px;
    left: 20px;
    top: 22px
}

.pages .head .money[data-v-ff687298] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 117px;
    padding: 0 20px
}

.pages .head .money h2[data-v-ff687298] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages .head[data-v-ff687298] {
        margin: 0 auto;
        background: unset;
        height: 284px
    }

    .pages .head .logo1[data-v-ff687298] {
        display: none
    }

    .pages .btnLast[data-v-ff687298] {
        width: 350px;
        margin: 0 auto
    }
}

.main .rounds[data-v-2029dd1a] {
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    padding: 12px
}

.main .rounds p[data-v-2029dd1a] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.main .rounds h2[data-v-2029dd1a] {
    font-size: 18px;
    padding: 20px 0
}

.commonBtn[data-v-2029dd1a] {
    margin-bottom: 20px
}

.main .inputList[data-v-2029dd1a] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.main .inputList p[data-v-2029dd1a] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px
}

.main .inputList input[data-v-2029dd1a] {
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: none;
    text-indent: 1em
}

.groupList .tit[data-v-2029dd1a] {
    height: 40px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 8px;
    font-size: 18px;
    display: flex;
    align-items: center
}

.groupList .tit span[data-v-2029dd1a] {
    font-size: 18px;
    padding-left: 20px
}

.ctable[data-v-2029dd1a] {
    margin-bottom: 0
}

.pages[data-v-2029dd1a] {
    padding-top: 60px;
    background: #18191a
}

.pages .head[data-v-2029dd1a] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover
}

.pages .main[data-v-2029dd1a] {
    margin: -200px 20px 100px;
    display: flex;
    flex-direction: column;
    padding-top: 100px
}

.pages .main a[data-v-2029dd1a] {
    color: #15e3c4;
    text-decoration: underline
}

.pages .main td.got[data-v-2029dd1a] {
    color: #4fe117
}

[data-v-ce96b80d]::-webkit-scrollbar {
    display: none
}

.pages[data-v-ce96b80d] {
    padding-top: 60px;
    background: #18191a;
    min-height: 100vh;
    padding-bottom: 100px
}

.pages .type[data-v-ce96b80d] {
    display: flex;
    margin: 20px 20px 0;
    overflow-x: auto;
    flex-wrap: wrap
}

.pages .type span[data-v-ce96b80d] {
    flex-shrink: 0;
    margin-left: 8px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 0 12px;
    color: #ffffff80;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px
}

.pages .type span[data-v-ce96b80d]:first-child {
    margin-left: 0
}

.pages .type span.active[data-v-ce96b80d] {
    background: #4fe1171a;
    color: #4fe117;
    border: 0 solid rgba(79, 225, 23, .1)
}

.video[data-v-ce96b80d] {
    display: flex;
    flex-direction: column;
    margin: 0 20px
}

.title[data-v-ce96b80d] {
    display: flex;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    width: 90%;
    padding: 10px 0 4px
}

.sub-title[data-v-ce96b80d] {
    display: flex;
    color: #fff;
    font-size: 14px;
    opacity: 50%
}

@media screen and (min-width: 750px) {
    .video[data-v-ce96b80d] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        padding-bottom: 60px;
        width: 1040px
    }

    .video .vli[data-v-ce96b80d] {
        width: calc((100% - 40px) / 3);
        margin-right: 20px
    }

    .video .vli[data-v-ce96b80d]:nth-child(3n) {
        margin-right: 0
    }

    .pages .type[data-v-ce96b80d] {
        margin: 0 !important;
        position: absolute;
        right: 0;
        top: -60px;
        z-index: 11
    }

    html[lang=Arabic] .video .vli[data-v-ce96b80d] {
        margin-right: unset;
        margin-left: 20px
    }

    html[lang=Arabic] .video .vli[data-v-ce96b80d]:nth-child(3n) {
        margin-right: unset;
        margin-left: 0
    }

    html[lang=Persian] .video .vli[data-v-ce96b80d] {
        margin-right: unset;
        margin-left: 20px
    }

    html[lang=Persian] .video .vli[data-v-ce96b80d]:nth-child(3n) {
        margin-right: unset;
        margin-left: 0
    }

    html[lang=HE] .video .vli[data-v-ce96b80d] {
        margin-right: unset;
        margin-left: 20px
    }

    html[lang=HE] .video .vli[data-v-ce96b80d]:nth-child(3n) {
        margin-right: unset;
        margin-left: 0
    }

    html[lang=Arabic] .pages .type[data-v-ce96b80d],
    html[lang=Persian] .pages .type[data-v-ce96b80d],
    html[lang=HE] .pages .type[data-v-ce96b80d] {
        left: 0;
        right: unset
    }
}

@media screen and (max-width: 750px) {
    .pcInfoList[data-v-a80a99e4] {
        padding-bottom: 30px
    }

    .insuranceList[data-v-a80a99e4] {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .title[data-v-a80a99e4] {
        font-weight: 600;
        margin: 32px 20px 0;
        display: flex;
        background-image: linear-gradient(to right, #15e3c4, #4fe117);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        align-self: flex-start
    }

    .field-name[data-v-a80a99e4] {
        color: #fff;
        font-size: 16px;
        display: flex;
        line-height: 22px;
        margin: 20px 20px 0;
        align-self: flex-start
    }

    .field[data-v-a80a99e4] {
        color: #fff;
        margin: 10px 20px 0;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #FFFFFF;
        opacity: .3;
        font-size: 16px;
        line-height: 50px;
        padding: 0 20px;
        display: flex
    }

    .button[data-v-a80a99e4] {
        width: 310px;
        height: 52px;
        border: solid 2px transparent;
        border-radius: 24px;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(135deg, #15e3c4, #4fe117);
        background-origin: border-box;
        background-clip: content-box, border-box;
        color: #fff;
        line-height: 52px;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        cursor: pointer
    }
}

@media screen and (min-width: 750px) {
    .main[data-v-a80a99e4] {
        min-height: 234px;
        background: linear-gradient(180deg, #3a3a3c, #242526);
        border-radius: 20px;
        position: relative;
        width: 500px;
        margin-top: 20px
    }

    .insuranceList[data-v-a80a99e4] {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 520px;
        top: 0
    }

    .title[data-v-a80a99e4] {
        font-weight: 600;
        margin: 32px 20px 0;
        display: flex;
        background-image: linear-gradient(to right, #15e3c4, #4fe117);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        align-self: flex-start
    }

    .field-name[data-v-a80a99e4] {
        color: #fff;
        font-size: 16px;
        display: flex;
        line-height: 22px;
        margin: 20px 20px 0;
        align-self: flex-start
    }

    .field[data-v-a80a99e4] {
        color: #fff;
        margin: 10px 20px 0;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #FFFFFF;
        opacity: .3;
        font-size: 16px;
        line-height: 50px;
        padding: 0 20px;
        display: flex
    }

    .button[data-v-a80a99e4] {
        width: 310px;
        height: 52px;
        border: solid 2px transparent;
        border-radius: 24px;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(135deg, #15e3c4, #4fe117);
        background-origin: border-box;
        background-clip: content-box, border-box;
        color: #fff;
        line-height: 52px;
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer
    }

    .button[data-v-a80a99e4]:hover {
        transform: scale(1.05);
        transition: all .5s linear
    }
}

.pages[data-v-a80a99e4] {
    padding-top: 60px;
    background: #18191a;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.page[data-v-c5bb87aa] {
    background-color: #18191a;
    position: relative;
    padding: 0 20px
}

.showshow[data-v-c5bb87aa] {
    width: 300px;
    min-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -150px
}

.showshow .closeIcon[data-v-c5bb87aa] {
    position: absolute;
    right: -20px;
    top: -20px
}

.showshow .msg[data-v-c5bb87aa] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal
}

.block_12[data-v-c5bb87aa] {
    position: relative
}

.thumbnail_3[data-v-c5bb87aa] {
    width: 1px;
    height: 12px;
    margin: 5px 0 0
}

.text_5.active[data-v-c5bb87aa] {
    color: #4fe117;
    background: #4fe1171a
}

.text_5[data-v-c5bb87aa] {
    cursor: pointer;
    min-height: 24px;
    overflow-wrap: break-word;
    color: #fff;
    white-space: nowrap;
    width: calc(33.33% - 5px);
    border-radius: 4px;
    line-height: 22px;
    background: #ffffff0d;
    font-size: 14px;
    white-space: pre-wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all
}

.thumbnail_4[data-v-c5bb87aa] {
    width: 1px;
    height: 12px;
    margin: 5px 0 0
}

.section_11[data-v-c5bb87aa] {
    margin: 20px 0;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #4FE117;
    justify-content: center;
    align-items: center
}

.text_76[data-v-c5bb87aa] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px
}

.thumbnail_28[data-v-c5bb87aa] {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(24, 25, 26, 1);
    margin-left: 4px
}

.section_5[data-v-c5bb87aa] {
    border-radius: 4px;
    position: absolute;
    left: 20px;
    top: 61px;
    height: 24px;
    border: 1px solid rgba(79, 225, 23, 1)
}

.box_6[data-v-c5bb87aa] {
    background-color: #ffffff0d;
    border-radius: 8px;
    padding-bottom: 20px;
    margin-bottom: 16px
}

.text-wrapper_1[data-v-c5bb87aa] {
    background-color: #ffffff0d;
    border-radius: 8px 8px 0 0;
    margin-bottom: 14px;
    height: 24px;
    justify-content: flex-center
}

.text_8[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0
}

.text_9[data-v-c5bb87aa] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 139px
}

.text_10[data-v-c5bb87aa] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_11[data-v-c5bb87aa] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_12[data-v-c5bb87aa] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_13[data-v-c5bb87aa] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_14[data-v-c5bb87aa] {
    width: 11px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_15[data-v-c5bb87aa] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_16[data-v-c5bb87aa] {
    width: 8px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0 4px
}

.text-wrapper_76[data-v-c5bb87aa] {
    padding: 0 20px;
    margin-bottom: 4px;
    align-items: center
}

.text_17[data-v-c5bb87aa] {
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px
}

.text_18[data-v-c5bb87aa] {
    height: 24px;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_77[data-v-c5bb87aa] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_19[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_20[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_78[data-v-c5bb87aa] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_21[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_22[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_79[data-v-c5bb87aa] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_23[data-v-c5bb87aa] {
    height: auto;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 20px;
    padding-bottom: 2px
}

.text_24[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_80[data-v-c5bb87aa] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_25[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_26[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_81[data-v-c5bb87aa] {
    margin-bottom: 4px;
    padding: 0 20px
}

.text_27[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_28[data-v-c5bb87aa] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.box_20[data-v-c5bb87aa] {
    padding: 0 20px
}

.text_29[data-v-c5bb87aa] {
    width: 12px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.image-text_13[data-v-c5bb87aa] {
    width: 115px;
    height: 17px
}

.text-group_1[data-v-c5bb87aa] {
    width: 99px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.thumbnail_29[data-v-c5bb87aa] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

.page[data-v-50a2398a] {
    background-color: #18191a;
    position: relative;
    padding: 0 20px
}

.section_9[data-v-50a2398a] {
    width: 500px;
    margin: 0 auto
}

.pcsavingOrder .llist[data-v-50a2398a] {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-items: center;
    padding: 0 20px
}

.pcsavingOrder .llist[data-v-50a2398a]:nth-child(2n) {
    background: #ffffff0d
}

.pcsavingOrder .llist.types span[data-v-50a2398a] {
    font-size: 14px;
    color: #ffffff80;
    font-weight: 400
}

.pcsavingOrder .llist span[data-v-50a2398a] {
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.pcsavingOrder .llist span.hashs[data-v-50a2398a] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.pcsavingOrder .llist span.hashs label[data-v-50a2398a] {
    padding: 0 4px
}

.pcsavingOrder .llist.types[data-v-50a2398a] {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.pcsavingOrder .llist .thumbnail_29[data-v-50a2398a] {
    width: 12px;
    height: 12px;
    margin: 0;
    cursor: pointer
}

.pcsavingOrder .llist span[data-v-50a2398a]:nth-child(1) {
    width: 10%
}

.pcsavingOrder .llist span[data-v-50a2398a]:nth-child(2) {
    width: 10%
}

.pcsavingOrder .llist span[data-v-50a2398a]:nth-child(3) {
    width: 10%
}

.pcsavingOrder .llist span[data-v-50a2398a]:nth-child(4) {
    width: 10%
}

.pcsavingOrder .llist span[data-v-50a2398a]:nth-child(5) {
    width: 10%
}

.pcsavingOrder .llist span[data-v-50a2398a]:nth-child(6) {
    width: 10%
}

.pcsavingOrder .llist span[data-v-50a2398a]:last-child {
    width: 8%;
    display: flex;
    justify-content: end
}

.showshow[data-v-50a2398a] {
    width: 300px;
    min-height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -150px
}

.showshow .closeIcon[data-v-50a2398a] {
    position: absolute;
    right: -20px;
    top: -20px
}

.showshow .msg[data-v-50a2398a] {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-style: normal
}

.block_12[data-v-50a2398a] {
    position: relative
}

.thumbnail_3[data-v-50a2398a] {
    width: 1px;
    height: 12px;
    margin: 5px 0 0
}

.text_5.active[data-v-50a2398a] {
    color: #4fe117;
    background: #4fe1171a
}

.text_5[data-v-50a2398a] {
    cursor: pointer;
    height: 24px;
    overflow-wrap: break-word;
    color: #ffffff80;
    text-align: center;
    white-space: nowrap;
    width: calc(33.33% - 5px);
    border-radius: 4px;
    line-height: 24px;
    background: #ffffff0d;
    font-size: 12px
}

.thumbnail_4[data-v-50a2398a] {
    width: 1px;
    height: 12px;
    margin: 5px 0 0
}

.section_11[data-v-50a2398a] {
    margin: 20px 0;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #4FE117;
    justify-content: center;
    align-items: center
}

.text_76[data-v-50a2398a] {
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px
}

.thumbnail_28[data-v-50a2398a] {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(24, 25, 26, 1);
    margin-left: 4px
}

.section_5[data-v-50a2398a] {
    border-radius: 4px;
    position: absolute;
    left: 20px;
    top: 61px;
    height: 24px;
    border: 1px solid rgba(79, 225, 23, 1)
}

.box_6[data-v-50a2398a] {
    background-color: #ffffff0d;
    border-radius: 8px;
    padding-bottom: 20px;
    margin-bottom: 16px
}

.text-wrapper_1[data-v-50a2398a] {
    background-color: #ffffff0d;
    border-radius: 8px 8px 0 0;
    margin-bottom: 14px;
    height: 24px;
    justify-content: flex-center
}

.text_8[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0
}

.text_9[data-v-50a2398a] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 139px
}

.text_10[data-v-50a2398a] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_11[data-v-50a2398a] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_12[data-v-50a2398a] {
    width: 9px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_13[data-v-50a2398a] {
    width: 13px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_14[data-v-50a2398a] {
    width: 11px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_15[data-v-50a2398a] {
    width: 15px;
    height: 17px;
    overflow-wrap: break-word;
    color: #4fe117;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 0 0 4px
}

.text_16[data-v-50a2398a] {
    width: 8px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    margin: 4px 15px 0 4px
}

.text-wrapper_76[data-v-50a2398a] {
    padding: 0 20px;
    margin-bottom: 4px;
    align-items: center
}

.text_17[data-v-50a2398a] {
    height: 22px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 22px
}

.text_18[data-v-50a2398a] {
    height: 24px;
    overflow-wrap: break-word;
    color: #15e3c4;
    font-size: 14px;
    text-align: right;
    white-space: nowrap
}

.text-wrapper_77[data-v-50a2398a] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_19[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_20[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_78[data-v-50a2398a] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_21[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_22[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_79[data-v-50a2398a] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_23[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_24[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_80[data-v-50a2398a] {
    padding: 0 20px;
    margin-bottom: 4px
}

.text_25[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_26[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.text-wrapper_81[data-v-50a2398a] {
    margin-bottom: 4px;
    padding: 0 20px
}

.text_27[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.text_28[data-v-50a2398a] {
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.box_20[data-v-50a2398a] {
    padding: 0 20px
}

.text_29[data-v-50a2398a] {
    width: 12px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px
}

.image-text_13[data-v-50a2398a] {
    width: 115px;
    height: 17px
}

.text-group_1[data-v-50a2398a] {
    width: 99px;
    height: 17px;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    line-height: 17px
}

.thumbnail_29[data-v-50a2398a] {
    width: 12px;
    height: 12px;
    margin-top: 3px
}

[data-v-e88dab16] .van-tab__text--ellipsis {
    display: block;
    word-break: break-all
}

.outlist[data-v-e88dab16] {
    display: flex;
    height: 110px;
    background: #ffffff0d;
    border-radius: 8px;
    margin: 20px 20px 10px;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    border-left: 6px solid rgba(79, 225, 23, .1)
}

.outlist .right[data-v-e88dab16] {
    display: flex;
    flex-direction: column;
    width: 100%
}

.outlist .right .one[data-v-e88dab16] {
    display: flex;
    justify-content: space-between;
    color: #ffffff80;
    align-items: center;
    padding-top: 10px
}

.outlist .right .two[data-v-e88dab16] {
    font-weight: 600;
    font-size: 16px;
    color: #4fe117;
    line-height: 22px;
    padding: 0 20px
}

.outlist .right .one p[data-v-e88dab16] {
    font-weight: 400;
    font-size: 12px;
    padding: 0 20px
}

.outlist .right .claim[data-v-e88dab16] {
    display: flex;
    justify-content: space-between;
    height: 32px;
    width: 100%;
    position: relative;
    align-items: center;
    margin-top: 8px
}

.outlist .right .claim[data-v-e88dab16]:before {
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 32px;
    opacity: .1
}

.outlist .right .three[data-v-e88dab16] {
    display: flex;
    flex-direction: row;
    margin: 10px 20px 0
}

.outlist .right .claim p[data-v-e88dab16] {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    padding: 0 20px
}

.outlist .right .claim span[data-v-e88dab16] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #4fe117;
    padding: 0 15px
}

.outlist .right .claim span b[data-v-e88dab16] {
    padding: 0 6px;
    font-size: 12px
}

.outlist .right .claim span img[data-v-e88dab16] {
    width: 12px;
    height: 12px
}

.outlist .right .three .l[data-v-e88dab16] {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    width: 40%
}

.outlist .right .three .l p[data-v-e88dab16] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 17px
}

.outlist .right .three .l span[data-v-e88dab16] {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    margin-top: 4px
}

.outlist .left[data-v-e88dab16] {
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
    width: 6px;
    background: #4fe1171a
}

.outlist .left img[data-v-e88dab16] {
    width: 18px;
    height: 18px
}

@media screen and (min-width: 750px) {
    .pcMain[data-v-e88dab16] {
        width: 1040px;
        margin: 0 auto;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-bottom: 160px
    }

    .pcMain .typeList[data-v-e88dab16] {
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 30px;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: -14px;
        transform: translate(-50%, -50%);
        z-index: 13
    }

    .pcMain .typeList span[data-v-e88dab16] {
        word-break: break-all;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        position: relative;
        text-align: center;
        cursor: pointer
    }

    .pcMain .typeList i[data-v-e88dab16] {
        width: 1px;
        height: 12px;
        background-color: #ffffff4d;
        display: flex;
        margin: 5px 40px
    }

    .pcMain .typeList span.active[data-v-e88dab16] {
        background-image: linear-gradient(to right, #4fe117, #15e3c4);
        -webkit-background-clip: text;
        color: transparent
    }

    .pcMain .typeList span[data-v-e88dab16]:nth-child(2n):after {
        position: absolute;
        right: 0;
        top: 5px;
        width: 1px;
        height: 12px;
        background-color: #ffffff4d;
        content: ""
    }

    .pcMain .typeList span.active[data-v-e88dab16]:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -13px;
        width: 26px;
        height: 3px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        border-radius: 2px;
        content: ""
    }

    .pcMain .llist[data-v-e88dab16] {
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center
    }

    .pcMain .llist[data-v-e88dab16]:nth-child(2n) {
        background: #ffffff0d
    }

    .pcMain .llist span[data-v-e88dab16] {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        width: 33.33%
    }

    .pcMain .llist.types[data-v-e88dab16] {
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .pcMain .llist.types span[data-v-e88dab16] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff4d
    }

    .pcMain .llist span[data-v-e88dab16]:nth-child(2n) {
        min-width: 200px;
        display: flex;
        justify-content: center
    }

    .pcMain .llist span[data-v-e88dab16]:last-child {
        display: flex;
        justify-content: end;
        padding: 0 34px
    }

    .pcMain .llist span[data-v-e88dab16]:first-child {
        display: flex;
        padding: 0 34px
    }

    .pcMain .ollist[data-v-e88dab16] {
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center
    }

    .pcMain .ollist span[data-v-e88dab16] {
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        width: 25%
    }

    .pcMain .ollist[data-v-e88dab16]:nth-child(2n) {
        background: #ffffff0d
    }

    .pcMain .ollist span[data-v-e88dab16]:last-child {
        display: flex;
        justify-content: end;
        padding: 0 34px
    }

    .pcMain .ollist span[data-v-e88dab16]:first-child {
        display: flex;
        padding: 0 34px
    }

    .pcMain .ollist.types[data-v-e88dab16] {
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .pcMain .ollist.types span[data-v-e88dab16] {
        font-weight: 400;
        font-size: 14px;
        color: #ffffff4d
    }
}

.pages[data-v-e88dab16] {
    padding-top: 60px;
    background: #18191a
}

.pages[data-v-e88dab16] .van-tabs__line {
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    border-radius: 2px;
    background-color: none
}

.group_48 .poolOrderLi[data-v-e88dab16] {
    border-bottom: 1px solid #48484A;
    padding-bottom: 20px;
    margin: 20px
}

.text1[data-v-e88dab16] {
    color: #fff;
    opacity: .5;
    font-size: 18px
}

.text2[data-v-e88dab16] {
    color: #fff;
    font-size: 18px
}

.row[data-v-e88dab16] {
    display: flex;
    justify-content: space-between
}

.pointLone[data-v-e5622020] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: baseline
}

.pointLone span[data-v-e5622020] {
    color: #fff
}

.base[data-v-e5622020] {
    padding: 80px 0;
    background: #18191a;
    display: flex;
    flex-direction: column
}

.base-phase-opacity[data-v-e5622020] {
    overflow-wrap: break-word;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    opacity: .5
}

.block[data-v-e5622020] {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 20px
}

.detail-row[data-v-e5622020] {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-style: normal;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width: 750px) {
    .isTit[data-v-9c2fa1f6] {
        display: none !important
    }

    .isTit2[data-v-9c2fa1f6] {
        display: block !important
    }

    .pages[data-v-9c2fa1f6] {
        padding-top: 60px;
        background: #18191a;
        min-height: 100vh
    }

    .base[data-v-9c2fa1f6] {
        padding: 10px 20px 0;
        background: #18191a;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media screen and (min-width: 750px) {
    .isTit[data-v-9c2fa1f6] {
        display: block !important
    }

    .isTit2[data-v-9c2fa1f6] {
        display: none !important
    }

    .pages[data-v-9c2fa1f6] {
        background: #18191a;
        min-height: 100vh
    }

    .base[data-v-9c2fa1f6] {
        width: 500px;
        padding: 10px 20px 80px;
        background: #18191a;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto
    }
}

.protocol-block[data-v-9c2fa1f6] {
    width: 100%;
    height: 120px;
    background: #201f1b;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.file-name[data-v-9c2fa1f6] {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-style: normal;
    padding: 20px
}

.look_protocol[data-v-9c2fa1f6] {
    display: table;
    padding: 0 12px;
    background: #4fe1171a;
    border-radius: 4px;
    color: #4fe117;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    font-style: normal;
    margin-top: 20px;
    cursor: pointer
}

.file-cut[data-v-9c2fa1f6] {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-right: 12px;
    cursor: pointer
}

.page[data-v-80e18708] {
    width: 100%;
    margin-top: 10px
}

.page-main[data-v-80e18708] {
    background: #18191ae6;
    padding: 0 20px
}

.header[data-v-80e18708] {
    width: 100%;
    height: 60px;
    background: #18191ae6;
    box-shadow: 0 1px #ffffff1f;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    display: flex;
    align-items: center
}

.back[data-v-80e18708] {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    justify-self: flex-start;
    cursor: pointer;
    z-index: 999
}

@media screen and (min-width: 750px) {
    .header[data-v-80e18708] {
        width: 375px;
        height: 60px;
        background: #18191ae6;
        box-shadow: 0 1px #ffffff1f;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: fixed;
        display: flex;
        align-items: center
    }
}

.pages .btn[data-v-77fc0c09] {
    padding: 0 20px;
    margin-top: 20px
}

.simpleBtn[data-v-77fc0c09] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer
}

.simpleBtn p[data-v-77fc0c09] {
    margin: 0 20px
}

.simpleBtn img[data-v-77fc0c09] {
    width: 24px;
    height: 24px;
    margin: 0 20px
}

.teleBtn[data-v-77fc0c09] {
    height: 50px;
    background: #32abdf;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 20px 0;
    cursor: pointer
}

.teleBtn img[data-v-77fc0c09] {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.pages .head .todayPrev[data-v-77fc0c09] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-77fc0c09] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-77fc0c09] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-77fc0c09] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-77fc0c09] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-77fc0c09] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-77fc0c09] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-77fc0c09] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-77fc0c09] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-77fc0c09] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-77fc0c09] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-77fc0c09]:last-child {
    background: #4fe11780
}

.pages[data-v-77fc0c09] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 60px
}

.pages .head[data-v-77fc0c09] {
    width: 100%;
    height: 283px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head[data-v-77fc0c09]:before {
    position: absolute;
    left: 20px;
    top: 134px;
    width: 60px;
    height: 3px;
    background: linear-gradient(270deg, #4fe117, #15e3c4);
    content: ""
}

.pages .head .more[data-v-77fc0c09] {
    position: absolute;
    left: 20px;
    top: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px
}

.pages .head .more span[data-v-77fc0c09] {
    height: 24px;
    background: #ffffff1a;
    border-radius: 4px;
    color: #ffffff80;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px
}

.pages .head .info[data-v-77fc0c09] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-77fc0c09] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-77fc0c09] {
    position: absolute;
    width: 100px;
    height: 36px;
    left: 20px;
    top: 20px
}

.pages .head .money[data-v-77fc0c09] {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 20px;
    text-align: center;
    top: 80px
}

.pic01[data-v-77fc0c09] {
    position: absolute;
    width: 208px;
    height: 28px;
    left: 20px;
    top: 200px
}

@media screen and (min-width: 750px) {
    .pages[data-v-77fc0c09] {
        position: relative;
        padding: 0
    }

    .pcInfoList[data-v-77fc0c09] {
        padding-bottom: 60px
    }

    .pcInfoList .money[data-v-77fc0c09] {
        font-weight: 600;
        font-size: 32px;
        color: #fff;
        padding: 40px 20px 20px;
        position: relative
    }

    .pcInfoList .money[data-v-77fc0c09]:after {
        position: absolute;
        width: 60px;
        height: 3px;
        background: linear-gradient(270deg, #4fe117, #15e3c4);
        bottom: 10px;
        left: 20px;
        content: ""
    }

    .pcInfoList .btn[data-v-77fc0c09] {
        padding: 0 20px;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .pcInfoList .simpleBtn[data-v-77fc0c09] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 310px;
        margin-right: 20px;
        height: 50px;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

    .pcInfoList .simpleBtn[data-v-77fc0c09]:hover {
        transform: scale(1.06)
    }

    .pcInfoList .simpleBtn[data-v-77fc0c09]:nth-child(3n) {
        margin-right: 0
    }

    html[lang=Arabic] .pcInfoList .simpleBtn[data-v-77fc0c09] {
        margin-right: unset !important;
        margin-left: 20px
    }

    html[lang=Arabic] .pcInfoList .simpleBtn[data-v-77fc0c09]:nth-child(3n) {
        margin-right: unset !important;
        margin-left: 0 !important
    }

    html[lang=Arabic] .pcInfoList .money[data-v-77fc0c09]:after {
        left: unset !important;
        right: 20px
    }

    html[lang=Persian] .pcInfoList .simpleBtn[data-v-77fc0c09] {
        margin-right: unset !important;
        margin-left: 20px
    }

    html[lang=Persian] .pcInfoList .simpleBtn[data-v-77fc0c09]:nth-child(3n) {
        margin-right: unset !important;
        margin-left: 0 !important
    }

    html[lang=Persian] .pcInfoList .money[data-v-77fc0c09]:after {
        left: unset !important;
        right: 20px
    }
}

@media screen and (min-width: 750px) {
    .jobForm[data-v-e9be4af8] {
        width: 350px;
        margin: 0 auto;
        display: flex;
        flex-direction: column
    }

    .inputList[data-v-e9be4af8] {
        margin-top: 20px;
        margin-bottom: 0
    }

    .inputList[data-v-e9be4af8]:last-child {
        margin-bottom: 40px
    }

    .commonBtn[data-v-e9be4af8] {
        margin-top: 40px
    }
}

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

.main .li[data-v-85ac1342] {
    display: flex;
    flex-direction: column;
    border-bottom: .5px solid rgba(255, 255, 255, .3);
    margin-bottom: 20px
}

.main .li .one[data-v-85ac1342] {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px
}

.main .li .one img[data-v-85ac1342] {
    width: 24px;
    height: 24px
}

.main .li .one h2[data-v-85ac1342] {
    font-size: 18px;
    padding: 0 10px
}

.main .li .simpleColor[data-v-85ac1342] {
    padding-bottom: 10px
}

.pages .h[data-v-85ac1342] {
    display: flex;
    justify-content: space-between;
    min-height: 78px;
    align-items: center;
    margin: 0 20px;
    border-bottom: .5px solid rgba(255, 255, 255, .3)
}

.pages .h .l[data-v-85ac1342] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.pages .h .l img[data-v-85ac1342] {
    width: 20px;
    height: 15px;
    margin: 0 4px
}

.pages .h .l p[data-v-85ac1342] {
    padding: 0 10px
}

.pages .h .applyNow[data-v-85ac1342] {
    background: #ffffff1a;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.main .h2[data-v-85ac1342] {
    font-size: 18px;
    padding-bottom: 10px
}

.rounds p[data-v-85ac1342] {
    margin-bottom: 0 !important;
    color: #fff
}

.pages .btnLast[data-v-85ac1342] {
    height: 130px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px
}

.pages .btnLast p[data-v-85ac1342] {
    font-size: 18px
}

.pages .btnLast .pic2[data-v-85ac1342] {
    width: 162px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 10px
}

.pages .main[data-v-85ac1342] {
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 3
}

.pages .head .todayPrev[data-v-85ac1342] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-85ac1342] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-85ac1342] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-85ac1342] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-85ac1342] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-85ac1342] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-85ac1342] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-85ac1342] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-85ac1342] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-85ac1342] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-85ac1342] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-85ac1342]:last-child {
    background: #4fe11780
}

.pages[data-v-85ac1342] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-85ac1342] {
    width: 100%;
    height: 284px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .morepic[data-v-85ac1342] {
    position: absolute;
    right: 10px;
    width: 150px;
    height: 136px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4
}

.pages .head .BitNest[data-v-85ac1342] {
    position: absolute;
    left: 20px;
    height: 60px;
    top: 68px;
    font-weight: 600
}

.pages .head .info[data-v-85ac1342] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-85ac1342] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-85ac1342] {
    position: absolute;
    width: 120px;
    height: 43px;
    left: 20px;
    top: 22px
}

.pages .head .money[data-v-85ac1342] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 117px;
    padding: 0 20px
}

.pages .head .money h2[data-v-85ac1342] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages[data-v-85ac1342] {
        position: relative;
        padding: 0
    }

    .pcInfoList[data-v-85ac1342] {
        position: relative
    }

    .pcInfoList .applyNow[data-v-85ac1342] {
        position: absolute;
        top: -65px;
        right: 20px
    }

    .pages .h .applyNow[data-v-85ac1342] {
        color: #ffffff80;
        height: 32px
    }

    html[lang=Arabic] .pcInfoList .applyNow[data-v-85ac1342],
    html[lang=Persian] .pcInfoList .applyNow[data-v-85ac1342] {
        right: unset !important;
        left: 20px
    }
}

.tip[data-v-963e1234] {
    font-weight: 400;
    font-size: 14px;
    color: #15e3c4;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    padding: 20px 0
}

.main .li[data-v-963e1234] {
    display: flex;
    flex-direction: column;
    border-bottom: .5px solid rgba(255, 255, 255, .3);
    margin-bottom: 20px
}

.main .li .one[data-v-963e1234] {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px
}

.main .li .one img[data-v-963e1234] {
    width: 24px;
    height: 24px
}

.main .li .one h2[data-v-963e1234] {
    font-size: 18px;
    padding: 0 10px
}

.main .li .simpleColor[data-v-963e1234] {
    padding-bottom: 10px
}

.pages .h[data-v-963e1234] {
    display: flex;
    justify-content: space-between;
    height: 78px;
    align-items: center;
    margin: 0 20px;
    border-bottom: .5px solid rgba(255, 255, 255, .3)
}

.pages .h .l[data-v-963e1234] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.pages .h .l img[data-v-963e1234] {
    width: 20px;
    height: 15px;
    margin: 0 4px
}

.pages .h .l p[data-v-963e1234] {
    padding: 0 10px
}

.pages .h .applyNow[data-v-963e1234] {
    background: #ffffff1a;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.main .h2[data-v-963e1234] {
    font-size: 18px;
    padding-bottom: 10px
}

.rounds p[data-v-963e1234] {
    margin-bottom: 0 !important;
    color: #fff
}

.pages .btnLast[data-v-963e1234] {
    height: 130px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px
}

.pages .btnLast p[data-v-963e1234] {
    font-size: 18px
}

.pages .btnLast .pic2[data-v-963e1234] {
    width: 162px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 10px
}

.pages .main[data-v-963e1234] {
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 3
}

.pages .head .todayPrev[data-v-963e1234] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-963e1234] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-963e1234] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-963e1234] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-963e1234] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-963e1234] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-963e1234] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-963e1234] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-963e1234] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-963e1234] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-963e1234] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-963e1234]:last-child {
    background: #4fe11780
}

.pages[data-v-963e1234] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-963e1234] {
    width: 100%;
    height: 284px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .morepic[data-v-963e1234] {
    position: absolute;
    right: 10px;
    width: 150px;
    height: 136px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4
}

.pages .head .BitNest[data-v-963e1234] {
    position: absolute;
    left: 20px;
    height: 60px;
    top: 68px;
    font-weight: 600
}

.pages .head .info[data-v-963e1234] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-963e1234] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-963e1234] {
    position: absolute;
    width: 120px;
    height: 43px;
    left: 20px;
    top: 22px
}

.pages .head .money[data-v-963e1234] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 117px;
    padding: 0 20px
}

.pages .head .money h2[data-v-963e1234] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages[data-v-963e1234] {
        position: relative;
        padding: 0
    }

    .pcInfoList[data-v-963e1234] {
        position: relative
    }

    .pcInfoList .applyNow[data-v-963e1234] {
        position: absolute;
        top: -65px;
        right: 20px
    }

    .pages .h .applyNow[data-v-963e1234] {
        color: #ffffff80;
        height: 32px
    }

    html[lang=Arabic] .pcInfoList .applyNow[data-v-963e1234],
    html[lang=Persian] .pcInfoList .applyNow[data-v-963e1234] {
        right: unset !important;
        left: 20px
    }
}

.tip[data-v-818d8d5e] {
    font-weight: 400;
    font-size: 14px;
    color: #15e3c4;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    padding: 20px 0
}

.main .li[data-v-818d8d5e] {
    display: flex;
    flex-direction: column;
    border-bottom: .5px solid rgba(255, 255, 255, .3);
    margin-bottom: 20px
}

.main .li .one[data-v-818d8d5e] {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px
}

.main .li .one img[data-v-818d8d5e] {
    width: 24px;
    height: 24px
}

.main .li .one h2[data-v-818d8d5e] {
    font-size: 18px;
    padding: 0 10px
}

.main .li .simpleColor[data-v-818d8d5e] {
    padding-bottom: 10px
}

.pages .h[data-v-818d8d5e] {
    display: flex;
    justify-content: space-between;
    min-height: 78px;
    align-items: center;
    margin: 0 20px;
    border-bottom: .5px solid rgba(255, 255, 255, .3)
}

.pages .h .l[data-v-818d8d5e] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.pages .h .l img[data-v-818d8d5e] {
    width: 20px;
    height: 15px;
    margin: 0 4px
}

.pages .h .l p[data-v-818d8d5e] {
    padding: 0 10px
}

.pages .h .l p.textGradient[data-v-818d8d5e] {
    font-size: 20px !important;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.2
}

.pages .h .applyNow[data-v-818d8d5e] {
    background: #ffffff1a;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.main .h2[data-v-818d8d5e] {
    font-size: 18px;
    padding-bottom: 10px
}

.rounds p[data-v-818d8d5e] {
    margin-bottom: 0 !important;
    color: #fff
}

.pages .btnLast[data-v-818d8d5e] {
    height: 130px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px
}

.pages .btnLast p[data-v-818d8d5e] {
    font-size: 18px
}

.pages .btnLast .pic2[data-v-818d8d5e] {
    width: 162px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 10px
}

.pages .main[data-v-818d8d5e] {
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 3
}

.pages .head .todayPrev[data-v-818d8d5e] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-818d8d5e] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-818d8d5e] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-818d8d5e] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-818d8d5e] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-818d8d5e] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-818d8d5e] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-818d8d5e] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-818d8d5e] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-818d8d5e] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-818d8d5e] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-818d8d5e]:last-child {
    background: #4fe11780
}

.pages[data-v-818d8d5e] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-818d8d5e] {
    width: 100%;
    height: 284px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .morepic[data-v-818d8d5e] {
    position: absolute;
    right: 10px;
    width: 150px;
    height: 136px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4
}

.pages .head .BitNest[data-v-818d8d5e] {
    position: absolute;
    left: 20px;
    height: 60px;
    top: 68px;
    font-weight: 600
}

.pages .head .info[data-v-818d8d5e] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-818d8d5e] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-818d8d5e] {
    position: absolute;
    width: 120px;
    height: 43px;
    left: 20px;
    top: 22px
}

.pages .head .money[data-v-818d8d5e] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 117px;
    padding: 0 20px
}

.pages .head .money h2[data-v-818d8d5e] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages[data-v-818d8d5e] {
        position: relative;
        padding: 0
    }

    .pcInfoList[data-v-818d8d5e] {
        position: relative
    }

    .pcInfoList .applyNow[data-v-818d8d5e] {
        position: absolute;
        top: -65px;
        right: 20px
    }

    .pages .h .applyNow[data-v-818d8d5e] {
        color: #ffffff80;
        height: 32px
    }

    .pages .h .l p.textGradient[data-v-818d8d5e] {
        font-size: 24px !important
    }

    html[lang=Arabic] .pcInfoList .applyNow[data-v-818d8d5e],
    html[lang=Persian] .pcInfoList .applyNow[data-v-818d8d5e] {
        right: unset !important;
        left: 20px
    }
}

.tip[data-v-91ac2108] {
    font-weight: 400;
    font-size: 14px;
    color: #15e3c4;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    padding: 20px 0
}

.main .li[data-v-91ac2108] {
    display: flex;
    flex-direction: column;
    border-bottom: .5px solid rgba(255, 255, 255, .3);
    margin-bottom: 20px
}

.main .li .one[data-v-91ac2108] {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px
}

.main .li .one img[data-v-91ac2108] {
    width: 24px;
    height: 24px
}

.main .li .one h2[data-v-91ac2108] {
    font-size: 18px;
    padding: 0 10px
}

.main .li .simpleColor[data-v-91ac2108] {
    padding-bottom: 10px
}

.pages .h[data-v-91ac2108] {
    display: flex;
    justify-content: space-between;
    height: 78px;
    align-items: center;
    margin: 0 20px;
    border-bottom: .5px solid rgba(255, 255, 255, .3)
}

.pages .h .l[data-v-91ac2108] {
    display: flex;
    flex-direction: row;
    align-items: center
}

.pages .h .l img[data-v-91ac2108] {
    width: 20px;
    height: 15px;
    margin: 0 4px
}

.pages .h .l p[data-v-91ac2108] {
    padding: 0 10px
}

.pages .h .applyNow[data-v-91ac2108] {
    background: #ffffff1a;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.main .h2[data-v-91ac2108] {
    font-size: 18px;
    padding-bottom: 10px
}

.rounds p[data-v-91ac2108] {
    margin-bottom: 0 !important;
    color: #fff
}

.pages .btnLast[data-v-91ac2108] {
    height: 130px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px
}

.pages .btnLast p[data-v-91ac2108] {
    font-size: 18px
}

.pages .btnLast .pic2[data-v-91ac2108] {
    width: 162px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 10px
}

.pages .main[data-v-91ac2108] {
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 3
}

.pages .head .todayPrev[data-v-91ac2108] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-91ac2108] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-91ac2108] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-91ac2108] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-91ac2108] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-91ac2108] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-91ac2108] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-91ac2108] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-91ac2108] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-91ac2108] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-91ac2108] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-91ac2108]:last-child {
    background: #4fe11780
}

.pages[data-v-91ac2108] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-91ac2108] {
    width: 100%;
    height: 284px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .morepic[data-v-91ac2108] {
    position: absolute;
    right: 10px;
    width: 150px;
    height: 136px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4
}

.pages .head .BitNest[data-v-91ac2108] {
    position: absolute;
    left: 20px;
    height: 60px;
    top: 68px;
    font-weight: 600
}

.pages .head .info[data-v-91ac2108] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-91ac2108] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-91ac2108] {
    position: absolute;
    width: 120px;
    height: 43px;
    left: 20px;
    top: 22px
}

.pages .head .money[data-v-91ac2108] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 117px;
    padding: 0 20px
}

.pages .head .money h2[data-v-91ac2108] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages[data-v-91ac2108] {
        position: relative;
        padding: 0
    }

    .pcInfoList[data-v-91ac2108] {
        position: relative
    }

    .pcInfoList .applyNow[data-v-91ac2108] {
        position: absolute;
        top: -65px;
        right: 20px
    }

    .pages .h .applyNow[data-v-91ac2108] {
        color: #ffffff80;
        height: 32px
    }

    html[lang=Arabic] .pcInfoList .applyNow[data-v-91ac2108],
    html[lang=Persian] .pcInfoList .applyNow[data-v-91ac2108] {
        right: unset !important;
        left: 20px
    }
}

.tip[data-v-e357436e] {
    font-weight: 400;
    font-size: 14px;
    color: #15e3c4;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    padding: 20px 0
}

.main .li[data-v-e357436e] {
    display: flex;
    flex-direction: column;
    border-bottom: .5px solid rgba(255, 255, 255, .3);
    margin-bottom: 20px
}

.main .li .one[data-v-e357436e] {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px
}

.main .li .one img[data-v-e357436e] {
    width: 24px;
    height: 24px
}

.main .li .one h2[data-v-e357436e] {
    font-size: 18px;
    padding: 0 10px
}

.main .li .simpleColor[data-v-e357436e] {
    padding-bottom: 10px
}

.pages .h[data-v-e357436e] {
    display: flex;
    justify-content: space-between;
    height: 78px;
    align-items: center;
    margin: 0 20px;
    border-bottom: .5px solid rgba(255, 255, 255, .3)
}

.pages .h .l[data-v-e357436e] {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 80%
}

.pages .h .l img[data-v-e357436e] {
    width: 20px;
    height: 15px;
    margin: 0 4px
}

.pages .h .l p[data-v-e357436e] {
    padding: 0 10px
}

.pages .h .applyNow[data-v-e357436e] {
    background: #ffffff1a;
    border-radius: 4px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.main .h2[data-v-e357436e] {
    font-size: 18px;
    padding-bottom: 10px
}

.rounds p[data-v-e357436e] {
    margin-bottom: 0 !important;
    color: #fff
}

.pages .btnLast[data-v-e357436e] {
    height: 130px;
    background: radial-gradient(0% 43% at 100% 0%, #203701, #100d10);
    border-radius: 10px;
    position: relative;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px
}

.pages .btnLast p[data-v-e357436e] {
    font-size: 18px
}

.pages .btnLast .pic2[data-v-e357436e] {
    width: 162px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    right: 10px
}

.pages .main[data-v-e357436e] {
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
    z-index: 3
}

.pages .head .todayPrev[data-v-e357436e] {
    height: 124px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    flex-direction: column
}

.pages .head .todayPrev .tit[data-v-e357436e] {
    font-size: 18px;
    margin-top: 12px;
    padding: 0 20px
}

.pages .head .todayPrev .lis[data-v-e357436e] {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 16px;
    position: relative
}

.pages .head .todayPrev .lis .one[data-v-e357436e] {
    display: flex;
    flex-direction: column;
    height: 56px;
    align-items: center;
    justify-content: center
}

.pages .head .todayPrev .lis .one i[data-v-e357436e] {
    position: absolute;
    width: calc(25% - 9px);
    height: 10px;
    background: #18191a80;
    left: 0;
    top: 22px;
    z-index: 1
}

.pages .head .todayPrev .lis .one span[data-v-e357436e] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #18191a;
    margin: 3px 0 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 2
}

.pages .head .todayPrev .lis .one h2[data-v-e357436e] {
    font-weight: 400;
    font-size: 12px;
    color: #2dfe4f80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one p[data-v-e357436e] {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff80;
    line-height: 14px
}

.pages .head .todayPrev .lis .one.active span[data-v-e357436e] {
    background: #18191a url("") no-repeat;
    background-size: cover;
    z-index: 3;
    border: 1px solid RGBA(79, 225, 23, 1)
}

.pages .head .todayPrev .lis .one.active h2[data-v-e357436e] {
    color: #2dfe4f
}

.pages .head .todayPrev .lis .one.active i[data-v-e357436e] {
    background: #4fe117
}

.pages .head .todayPrev .lis .one.active[data-v-e357436e]:last-child {
    background: #4fe11780
}

.pages[data-v-e357436e] {
    padding-top: 60px;
    background: #18191a;
    padding-bottom: 100px
}

.pages .head[data-v-e357436e] {
    width: 100%;
    height: 284px;
    background: url("") no-repeat;
    background-size: cover;
    position: relative
}

.pages .head .morepic[data-v-e357436e] {
    position: absolute;
    right: 10px;
    width: 150px;
    height: 136px;
    top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4
}

.pages .head .BitNest[data-v-e357436e] {
    position: absolute;
    left: 20px;
    height: 60px;
    top: 68px;
    font-weight: 600
}

.pages .head .info[data-v-e357436e] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 253px
}

.pages .head .info p[data-v-e357436e] {
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px
}

.pages .head .logo1[data-v-e357436e] {
    position: absolute;
    width: 120px;
    height: 43px;
    left: 20px;
    top: 22px
}

.pages .head .money[data-v-e357436e] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 117px;
    padding: 0 20px
}

.pages .head .money h2[data-v-e357436e] {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(30deg, #fffbbf 40%, #fff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0px 5px 52px #12A535
}

@media screen and (min-width: 750px) {
    .pages[data-v-e357436e] {
        position: relative;
        padding: 0
    }

    .pcInfoList[data-v-e357436e] {
        position: relative
    }

    .pcInfoList .applyNow[data-v-e357436e] {
        position: absolute;
        top: -65px;
        right: 20px
    }

    .pages .h .applyNow[data-v-e357436e] {
        color: #ffffff80;
        height: 32px
    }

    html[lang=Arabic] .pcInfoList .applyNow[data-v-e357436e],
    html[lang=Persian] .pcInfoList .applyNow[data-v-e357436e] {
        right: unset !important;
        left: 20px
    }
}

.content[data-v-5579dbad] {
    margin: 20px auto 0;
    padding: 16px;
    background: #181a20;
    border-radius: 16px;
    color: #fff
}

.title[data-v-5579dbad] {
    font-size: 24px;
    font-weight: 700;
    color: transparent;
    padding: 40px;
    border-radius: 16px;
    box-sizing: border-box;
    width: 89%;
    margin: 0 auto 20px;
    background-image: url("");
    background-size: cover;
    background-repeat: no-repeat
}

.title-en[data-v-5579dbad] {
    font-size: 24px;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    -webkit-background-clip: text;
    background-clip: text
}

.title-cn[data-v-5579dbad] {
    font-size: 18px;
    color: #fff;
    margin-top: 10px
}

.desc[data-v-5579dbad] {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 16px;
    word-break: break-all;
    width: 89%;
    margin: 0 auto 18px
}

.section[data-v-5579dbad] {
    padding: 10px 0 0;
    width: 89%;
    margin: 20px auto 0;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    border-radius: 16px
}

.section-title[data-v-5579dbad] {
    font-size: 16px;
    font-weight: 700;
    color: #18191a;
    margin-bottom: 10px;
    padding: 0 30px
}

.section-content[data-v-5579dbad] {
    font-size: 14px;
    line-height: 1.6;
    background: linear-gradient(182.88deg, #3a3a3c 2.08%, #242526 97.29%);
    border-radius: 16px;
    padding: 30px
}

.section-content-item[data-v-5579dbad] {
    margin-top: 20px;
    font-size: 14px
}

.section-content-item-size[data-v-5579dbad] {
    font-size: 14px
}

.section_28[data-v-5579dbad] {
    width: 133px;
    height: 48px;
    background: url("logo_footer-BWanWo56.png") no-repeat;
    background-size: cover
}

.last-update[data-v-5579dbad] {
    margin-top: 10px;
    font-size: 10px;
    color: #3a3a3c;
    text-align: center;
    margin-bottom: 40px
}

.opty5[data-v-5579dbad] {
    color: #ffffff80;
    font-size: 14px
}

.mt20[data-v-5579dbad] {
    margin-top: 20px
}

@media (max-width: 750px) {
    .content[data-v-5579dbad] {
        max-width: 100%;
        margin: 0;
        padding: 80px 8px 0;
        border-radius: 8px
    }

    .title[data-v-5579dbad] {
        font-size: 24px;
        width: 89%;
        margin: 0 auto 20px;
        padding: 20px 16px;
        box-sizing: border-box;
        background-image: url("");
        background-size: cover;
        background-repeat: no-repeat
    }

    .desc[data-v-5579dbad] {
        font-size: 14px;
        width: 89%;
        margin: 0 auto 20px;
        line-height: 16px
    }

    .section[data-v-5579dbad] {
        padding: 10px 0 0;
        width: 89%;
        margin: 20px auto 0;
        background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
        border-radius: 16px
    }

    .section-title[data-v-5579dbad] {
        font-size: 18px;
        padding: 0 16px;
        margin-bottom: 10px
    }

    .section-content[data-v-5579dbad] {
        font-size: 14px;
        padding: 20px 16px
    }
}

.image-text_41[data-v-5579dbad] {
    position: relative;
    margin: 10px auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.text-group_16[data-v-5579dbad] {
    color: #ffffff4d;
    font-size: 12px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 12px
}

.content[data-v-0769ae1b] {
    margin: 20px auto 0;
    padding: 16px;
    background: #181a20;
    border-radius: 16px;
    color: #fff
}

.title[data-v-0769ae1b] {
    font-size: 24px;
    font-weight: 700;
    color: transparent;
    padding: 40px;
    border-radius: 16px;
    box-sizing: border-box;
    width: 89%;
    margin: 0 auto 20px;
    background-image: url("");
    background-size: cover;
    background-repeat: no-repeat
}

.title-en[data-v-0769ae1b] {
    font-size: 24px;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    -webkit-background-clip: text;
    background-clip: text
}

.title-BN[data-v-0769ae1b] {
    font-size: 18px;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 10px
}

.section-green[data-v-0769ae1b] {
    color: #4fe117;
    font-size: 14px
}

.mt20[data-v-0769ae1b] {
    margin-top: 20px
}

.desc[data-v-0769ae1b] {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 16px;
    word-break: break-all;
    width: 89%;
    margin: 0 auto 18px
}

.section[data-v-0769ae1b] {
    padding: 10px 0 0;
    width: 89%;
    margin: 20px auto 0;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    border-radius: 16px
}

.section-title[data-v-0769ae1b] {
    font-size: 16px;
    font-weight: 700;
    color: #18191a;
    margin-bottom: 10px;
    padding: 0 30px
}

.section-content[data-v-0769ae1b] {
    font-size: 14px;
    line-height: 1.6;
    background: linear-gradient(182.88deg, #3a3a3c 2.08%, #242526 97.29%);
    border-radius: 16px;
    padding: 30px
}

.opty5[data-v-0769ae1b] {
    color: #ffffff80;
    font-size: 14px
}

.section-content-item[data-v-0769ae1b] {
    margin-top: 20px;
    font-size: 14px
}

.section-content-item-size[data-v-0769ae1b] {
    font-size: 14px
}

.section-content-item-back[data-v-0769ae1b] {
    background: #18191a;
    box-sizing: border-box;
    color: #4fe117;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 8px
}

.section_28[data-v-0769ae1b] {
    width: 133px;
    height: 48px;
    background: url("logo_footer-BWanWo56.png") no-repeat;
    background-size: cover
}

.last-update[data-v-0769ae1b] {
    margin-top: 10px;
    font-size: 10px;
    color: #3a3a3c;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 750px) {
    .content[data-v-0769ae1b] {
        max-width: 100%;
        margin: 0;
        padding: 80px 8px 0;
        border-radius: 8px
    }

    .title[data-v-0769ae1b] {
        font-size: 24px;
        width: 89%;
        margin: 0 auto 20px;
        padding: 20px 16px;
        box-sizing: border-box;
        background-image: url("");
        background-size: cover;
        background-repeat: no-repeat
    }

    .title-en[data-v-0769ae1b] {
        font-size: 24px;
        background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
        -webkit-background-clip: text;
        background-clip: text
    }

    .title-cn[data-v-0769ae1b] {
        font-size: 18px;
        color: #fff;
        margin-top: 10px
    }

    .desc[data-v-0769ae1b] {
        font-size: 14px;
        width: 89%;
        margin: 0 auto 20px;
        line-height: 16px
    }

    .section[data-v-0769ae1b] {
        padding: 10px 0 0;
        width: 89%;
        margin: 20px auto 0;
        background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
        border-radius: 16px
    }

    .section-title[data-v-0769ae1b] {
        font-size: 18px;
        padding: 0 16px;
        margin-bottom: 10px
    }

    .section-content[data-v-0769ae1b] {
        font-size: 14px;
        padding: 20px 16px
    }
}

.image-text_41[data-v-0769ae1b] {
    position: relative;
    margin: 10px auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.text-group_16[data-v-0769ae1b] {
    color: #ffffff4d;
    font-size: 12px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 12px
}

.content[data-v-003eda99] {
    margin: 20px auto 0;
    padding: 16px;
    background: #181a20;
    border-radius: 16px;
    color: #fff
}

.title[data-v-003eda99] {
    font-size: 24px;
    font-weight: 700;
    color: transparent;
    padding: 40px;
    border-radius: 16px;
    box-sizing: border-box;
    width: 89%;
    margin: 0 auto 20px;
    background-image: url("");
    background-size: cover;
    background-repeat: no-repeat
}

.desc[data-v-003eda99] {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 16px;
    word-break: break-all;
    width: 89%;
    margin: 0 auto 18px
}

.title-en[data-v-003eda99] {
    font-size: 24px;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    -webkit-background-clip: text;
    background-clip: text
}

.title-cn[data-v-003eda99] {
    font-size: 18px;
    color: #fff;
    margin-top: 10px
}

.section[data-v-003eda99] {
    padding: 10px 0 0;
    width: 89%;
    margin: 20px auto 0;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    border-radius: 16px
}

.section-title[data-v-003eda99] {
    font-size: 16px;
    font-weight: 700;
    color: #18191a;
    margin-bottom: 10px;
    padding: 0 30px
}

.section-content[data-v-003eda99] {
    font-size: 14px;
    line-height: 1.6;
    background: linear-gradient(182.88deg, #3a3a3c 2.08%, #242526 97.29%);
    border-radius: 16px;
    padding: 30px
}

.section-content-item[data-v-003eda99] {
    margin-top: 20px;
    font-size: 14px
}

.section-content-item-size[data-v-003eda99] {
    font-size: 14px
}

.section_28[data-v-003eda99] {
    width: 133px;
    height: 48px;
    background: url("logo_footer-BWanWo56.png") no-repeat;
    background-size: cover
}

.last-update[data-v-003eda99] {
    margin-top: 10px;
    font-size: 10px;
    color: #3a3a3c;
    text-align: center;
    margin-bottom: 40px
}

.opty5[data-v-003eda99] {
    color: #ffffff80;
    font-size: 14px
}

.mt20[data-v-003eda99] {
    margin-top: 20px
}

@media (max-width: 750px) {
    .content[data-v-003eda99] {
        max-width: 100%;
        margin: 0;
        padding: 80px 8px 0;
        border-radius: 8px
    }

    .title[data-v-003eda99] {
        font-size: 24px;
        width: 89%;
        margin: 0 auto 20px;
        padding: 20px 16px;
        box-sizing: border-box;
        background-image: url("");
        background-size: cover;
        background-repeat: no-repeat
    }

    .title-en[data-v-003eda99] {
        font-size: 24px;
        background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
        -webkit-background-clip: text;
        background-clip: text
    }

    .title-cn[data-v-003eda99] {
        font-size: 18px;
        color: #fff;
        margin-top: 10px
    }

    .desc[data-v-003eda99] {
        font-size: 14px;
        width: 89%;
        margin: 0 auto 20px;
        line-height: 16px
    }

    .section[data-v-003eda99] {
        padding: 10px 0 0;
        width: 89%;
        margin: 20px auto 0;
        background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
        border-radius: 16px
    }

    .section-title[data-v-003eda99] {
        font-size: 18px;
        padding: 0 16px;
        margin-bottom: 10px
    }

    .section-content[data-v-003eda99] {
        padding: 20px 16px;
        font-size: 14px
    }
}

.image-text_41[data-v-003eda99] {
    position: relative;
    margin: 10px auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.text-group_16[data-v-003eda99] {
    color: #ffffff4d;
    font-size: 12px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 12px
}

.van-popup {
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important
}

.coinLi[data-v-14a711a6] {
    display: flex;
    flex-direction: column;
    width: 94px;
    height: 100px;
    background: #18191a;
    box-shadow: 0 0 4px #fff;
    border-radius: 16px;
    overflow: hidden
}

.coinLi .li[data-v-14a711a6] {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    cursor: pointer;
    margin-top: 6px
}

.coinLi .li[data-v-14a711a6]:hover {
    color: #ffffff80
}

.coinLi img[data-v-14a711a6] {
    width: 24px;
    height: 24px;
    margin-right: 4px
}

.pages .msg[data-v-14a711a6] .van-popover__content {
    overflow: auto;
    background: none
}

.pages .main .tips[data-v-14a711a6] {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff80;
    line-height: 20px
}

.pages .main .imgCenter[data-v-14a711a6] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0
}

.pages .main .imgCenter img[data-v-14a711a6] {
    width: 40px;
    height: 40px
}

.pages .main .one[data-v-14a711a6] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    height: 100px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.pages .main .one .top[data-v-14a711a6] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pages .main .one .top span[data-v-14a711a6] {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff80;
    line-height: 17px
}

.pages .main .one .msg[data-v-14a711a6] {
    display: flex;
    justify-content: space-between;
    height: 60px;
    border-radius: 10px 10px 0 0;
    background: #ffffff1a;
    align-items: center
}

.pages .main .one .msg .pp[data-v-14a711a6] {
    width: 100%;
    height: 100%
}

.pages .main .one .msg .pp input[data-v-14a711a6] {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    text-indent: 1em;
    color: #fff;
    font-size: 18px
}

.pages .main .one .msg .swap[data-v-14a711a6] {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    background: #18191a;
    border-radius: 16px;
    margin: 0 10px
}

.pages .main .one .msg .symbol[data-v-14a711a6] {
    width: 24px;
    height: 24px
}

.pages .main .one .msg .arrow[data-v-14a711a6] {
    width: 16px;
    height: 16px
}

.pages .main .one .msg .swap span[data-v-14a711a6] {
    padding: 0 10px;
    color: #ffffff80
}

@media screen and (max-width: 750px) {
    .pages .main[data-v-14a711a6] {
        background: #18191a;
        border-radius: 30px 30px 0 0;
        display: flex;
        flex-direction: column;
        padding: 20px;
        position: relative;
        margin-top: -30px
    }
}

.pages[data-v-14a711a6] {
    padding-top: 60px;
    background: #18191a;
    margin-bottom: 60px
}

.pages .head[data-v-14a711a6] {
    width: 100%;
    height: 158px;
    background: linear-gradient(180deg, #3a3a3c, #242526);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    pointer-events: none
}

.pages .head[data-v-14a711a6]:before {
    position: absolute;
    top: 40px;
    background: url("") no-repeat;
    width: 25px;
    height: 21px;
    content: "";
    left: calc((100% - 1040px)/2);
    background-size: cover;
    cursor: pointer;
    pointer-events: auto
}

.pages .head .tit[data-v-14a711a6] {
    font-size: 30px;
    margin-top: -40px
}

.pages .head .tit b[data-v-14a711a6] {
    font-size: 30px
}

.pages .head .info[data-v-14a711a6] {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    color: #ffffff80;
    padding-top: 10px
}

@media screen and (min-width: 750px) {
    .pages[data-v-14a711a6] {
        padding-top: 0 !important;
        background: #18191a;
        padding-bottom: 60px
    }

    .pages .head[data-v-14a711a6] {
        width: 100%;
        height: 224px;
        background: linear-gradient(180deg, #242526, #18191a);
        box-shadow: inset 0 -1px #fff3;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: -1px
    }

    .pages .head .tit[data-v-14a711a6] {
        font-size: 30px;
        margin-top: -88px
    }

    .pages .head .info[data-v-14a711a6] {
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        color: #ffffff80
    }

    .pages .main[data-v-14a711a6] {
        background: #18191a;
        border-radius: 30px 30px 0 0;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: -80px auto;
        width: 540px;
        border: 2px solid !important;
        border: solid 2px transparent !important;
        border-radius: 24px !important;
        background-image: linear-gradient(#18191a, #18191a), linear-gradient(270deg, #4fe117, #15e3c4) !important;
        background-origin: border-box !important;
        background-clip: content-box, border-box !important
    }

    .pages .main .one[data-v-14a711a6] {
        margin: 40px 40px 0
    }

    .pages .main .one.liTwo[data-v-14a711a6] {
        margin: 0 40px
    }

    .pages .main .tips[data-v-14a711a6] {
        padding: 0 40px
    }

    .pages .main .commonBtn[data-v-14a711a6] {
        margin: 40px
    }
}

.joinBack[data-v-ac4540fc] {
    width: 100%;
    height: auto;
    margin-top: 60px
}

.joinFlex[data-v-ac4540fc] {
    display: flex
}

.joinItem[data-v-ac4540fc] {
    align-items: center
}

.JoinCenter[data-v-ac4540fc] {
    justify-content: center
}

.JoinBt[data-v-ac4540fc] {
    justify-content: space-between
}

.joinLeftNum[data-v-ac4540fc] {
    background: #4fe117;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    color: #18191a;
    margin-top: 16px
}

.JoinLeftXian[data-v-ac4540fc] {
    width: .5px;
    height: 249px;
    margin-top: 13px;
    background: #4fe117
}

.JoinLeftXian2[data-v-ac4540fc] {
    width: .5px;
    height: 163px;
    margin-top: 13px;
    background: #4fe117
}

.joinRight[data-v-ac4540fc] {
    width: 90%;
    box-sizing: border-box;
    background: #242526;
    padding: 20px;
    margin-left: 10px;
    border-radius: 20px;
    height: -moz-fit-content;
    height: fit-content
}

.joinRightS[data-v-ac4540fc] {
    border: 1px solid rgba(79, 225, 23, .5);
    box-shadow: 0 0 4px #4fe11780;
    padding: 2px 10px;
    border-radius: 20px;
    cursor: pointer
}

.joinRightIcon[data-v-ac4540fc] {
    width: 21px;
    height: 17px;
    background-repeat: no-repeat;
    animation: lanse-ac4540fc 2s steps(10) infinite;
    background-size: 100% 100%
}

@keyframes lanse-ac4540fc {
    0% {
        background-image: url("")
    }

    33% {
        background-image: url("")
    }

    66% {
        background-image: url("")
    }

    to {
        background-image: url("")
    }
}

.joinRightInput[data-v-ac4540fc] {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff1a;
    font-size: 12px;
    display: flex;
    align-items: center
}

.joinRightInputIcon[data-v-ac4540fc] {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.joinRightInputIcons[data-v-ac4540fc] {
    width: 24px;
    height: 24px;
    margin-left: 10px
}

.joinRightInputInput[data-v-ac4540fc] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 12px
}

.joinRightBtn[data-v-ac4540fc] {
    margin-top: 16px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.joinRightBtnText[data-v-ac4540fc] {
    background: #3a3a3c;
    width: 129px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff80;
    margin-right: 10px
}

.joinRightBtnConfirm[data-v-ac4540fc] {
    background: #4fe117;
    width: 129px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #18191a;
    font-weight: 700
}

.tgJoinBtn[data-v-ac4540fc] {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer
}

.tgJoinBtnIcon[data-v-ac4540fc] {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.tgJoinBtnText[data-v-ac4540fc] {
    font-size: 12px;
    color: #18191a;
    padding-right: 20px;
    word-break: break-all
}

.dis[data-v-ac4540fc] {
    opacity: .3
}

.showTitle[data-v-ac4540fc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px 0;
    box-sizing: border-box
}

.phoneDesc[data-v-ac4540fc] {
    font-size: 18px;
    color: #4fe117;
    margin-top: 20px;
    font-weight: 700
}

.phoneDesc2[data-v-ac4540fc] {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    cursor: pointer
}

.phoneDesc3[data-v-ac4540fc] {
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer
}

.descColor[data-v-ac4540fc] {
    color: #15e3c4
}

.descColor2[data-v-ac4540fc] {
    color: #4fe117;
    font-size: 14px
}

.descColor3[data-v-ac4540fc] {
    color: red
}

.descColor4[data-v-ac4540fc] {
    color: #fff
}

.pcBack[data-v-ac4540fc] {
    width: 100%;
    background: url("") no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.borderCommonInput[data-v-ac4540fc] {
    height: -moz-fit-content !important;
    height: fit-content !important
}

.commonlyMaginTop[data-v-ac4540fc] {
    margin-top: 16px
}

.joinBack[data-v-121dbfe6] {
    width: 100%;
    height: auto
}

.verifySupportName[data-v-121dbfe6] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 30px;
    color: #fff;
    font-size: 24px;
    width: 90%;
    text-align: center
}

.remaining[data-v-121dbfe6] {
    width: 350px;
    padding: 20px;
    margin: 0 auto;
    background: #242526;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    top: -100px
}

.joinFlex[data-v-121dbfe6] {
    display: flex
}

.joinItem[data-v-121dbfe6] {
    align-items: center
}

.JoinCenter[data-v-121dbfe6] {
    justify-content: center
}

.JoinBt[data-v-121dbfe6] {
    justify-content: space-between
}

.joinRightS[data-v-121dbfe6] {
    border: 1px solid rgba(79, 225, 23, .5);
    box-shadow: 0 0 4px #4fe11780;
    padding: 2px 10px;
    border-radius: 20px
}

.joinRightIcon[data-v-121dbfe6] {
    width: 21px;
    height: 17px;
    background-repeat: no-repeat;
    animation: lanse-121dbfe6 2s steps(10) infinite;
    background-size: 100% 100%
}

@keyframes lanse-121dbfe6 {
    0% {
        background-image: url("")
    }

    33% {
        background-image: url("")
    }

    66% {
        background-image: url("")
    }

    to {
        background-image: url("")
    }
}

.phoneDesc3[data-v-121dbfe6] {
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer
}

.descColor4[data-v-121dbfe6] {
    color: #fff
}

.joinRightInput[data-v-121dbfe6] {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff1a;
    font-size: 12px;
    display: flex;
    align-items: center
}

.joinRightInputIcon[data-v-121dbfe6] {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.joinRightInputInput[data-v-121dbfe6] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 12px
}

.joinRightBtn[data-v-121dbfe6] {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.joinRightBtnConfirm[data-v-121dbfe6] {
    background: #4fe117;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #18191a;
    font-weight: 700
}

.selectSupport[data-v-121dbfe6] {
    position: absolute;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #18191ae6;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    left: 0;
    top: 40px;
    z-index: 999
}

.showTitle[data-v-121dbfe6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px 0;
    box-sizing: border-box
}

.phoneDesc[data-v-121dbfe6] {
    font-size: 18px;
    color: #4fe117;
    margin-top: 20px;
    font-weight: 700
}

.phoneDesc2[data-v-121dbfe6] {
    font-size: 14px;
    color: #fff;
    margin-top: 10px
}

.descColor[data-v-121dbfe6] {
    color: #15e3c4
}

.descColor2[data-v-121dbfe6] {
    color: #4fe117;
    font-size: 14px
}

.descColor3[data-v-121dbfe6] {
    color: red
}

.successContent[data-v-121dbfe6] {
    width: 330px;
    background: #3a3a3c;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 64px 20px 20px;
    box-sizing: border-box;
    position: relative
}

.successTitle[data-v-121dbfe6] {
    color: #4fe117;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    width: 290px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all
}

.successDesc[data-v-121dbfe6] {
    color: #ffffff80;
    font-size: 14px;
    margin-top: 8px;
    width: 290px;
    text-align: center;
    line-height: 20px;
    word-break: break-all
}

.successTipPop[data-v-121dbfe6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.pcBack[data-v-121dbfe6] {
    width: 100%;
    background: url("") no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.dis[data-v-121dbfe6] {
    opacity: .3
}

.phoneMenu[data-v-01be06e9] {
    display: flex;
    flex-direction: column;
    float: right;
    width: 100%;
    position: relative;
    padding-top: 50px
}

.phoneMenu .close[data-v-01be06e9] {
    position: absolute;
    right: 20px;
    top: 20px
}

.phoneMenu .close img[data-v-01be06e9] {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.phoneMenuList[data-v-01be06e9] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 64px;
    width: calc(100% - 60px);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    float: right
}

.phoneMenuList h1[data-v-01be06e9] {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 18px 0;
    padding-right: 20px
}

.phoneMenuList h2[data-v-01be06e9] {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 18px 0;
    padding-right: 20px
}

.phoneMenuList h2[data-v-01be06e9]:hover {
    color: #2dfe4f !important
}

.logo3x[data-v-01be06e9] {
    width: 32px;
    height: 32px;
    margin-right: 20px
}

.phoneMenuList.nav h2[data-v-01be06e9] {
    color: #2dfe4f !important
}

[data-v-a9310566] .box_header {
    top: 0 !important
}

textarea[data-v-a9310566]::-webkit-scrollbar {
    display: none
}

@media (min-width: 750px) {
    .domain-main-container[data-v-a9310566] {
        margin-top: 80px;
        width: 83% !important;
        padding: 0 !important
    }

    .domain-main-container .domain-title[data-v-a9310566] {
        font-size: 60px !important;
        width: 75% !important
    }

    .domain-main-container .domain-desc[data-v-a9310566] {
        font-size: 24px !important;
        margin: 40px auto 0 !important;
        width: 75% !important
    }

    .domain-main-container .domain-search-box[data-v-a9310566] {
        margin-top: 80px !important;
        width: 75% !important
    }

    .domain-main-container .domain-search-box textarea[data-v-a9310566] {
        padding: 20px 180px 20px 40px !important;
        height: 60px !important
    }

    .domain-main-container .domain-search-box .domain-search-bo-btn[data-v-a9310566] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1px;
        width: -moz-fit-content !important;
        width: fit-content !important;
        max-width: 180px !important;
        margin-top: 0 !important;
        z-index: 999;
        font-size: 18px !important;
        padding: 0 20px !important;
        background: url("") no-repeat !important;
        background-size: 100% 100% !important
    }

    .domain-main-container .domain-recommend[data-v-a9310566] {
        width: 75% !important
    }

    .domain-main-container .domain-recommend .domain-recommend-location-desc[data-v-a9310566] {
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .domain-main-container .domain-recommend-btn[data-v-a9310566] {
        font-size: 14px !important;
        min-width: 104px !important;
        height: 37px !important;
        max-width: 240px !important;
        padding: 0 10px !important
    }

    .domain-main-container .domain-img-area .domain-img-area-img[data-v-a9310566] {
        width: 106px !important;
        height: 127px !important
    }

    .domain-main-container .domain-stats[data-v-a9310566] {
        position: relative;
        top: -50px;
        padding: 0 15px !important;
        height: 120px !important;
        justify-content: space-between;
        flex-wrap: nowrap !important
    }

    .domain-main-container .domain-stats .stats-border[data-v-a9310566] {
        border-right: 1px solid rgba(255, 255, 255, .3)
    }

    .domain-main-container .domain-stats .stat-item[data-v-a9310566] {
        padding-left: 5%;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .domain-main-container .domain-stats .stat-label[data-v-a9310566] {
        word-break: break-all;
        max-width: 80% !important
    }

    .domain-main-container .domain-stats .stat-right[data-v-a9310566] {
        width: 33% !important
    }

    .domain-main-bottom[data-v-a9310566] {
        background: url("") no-repeat;
        padding: 0 0 80px !important;
        background-size: 100% 100%
    }

    .domain-main-bottom .domain-region-list[data-v-a9310566] {
        width: 83% !important;
        margin: 40px auto 0 !important;
        padding: 0 !important
    }

    .domain-main-bottom .region-title-select[data-v-a9310566] {
        padding: 0 20px !important;
        font-size: 12px !important;
        cursor: pointer
    }

    .domain-main-bottom .region-title-select .Frame-img[data-v-a9310566] {
        margin-left: 4px !important
    }

    .domain-main-bottom .region-group-title[data-v-a9310566] {
        margin-top: 40px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 39px;
        padding: 0 20px !important
    }

    .domain-main-bottom .group-title-margin[data-v-a9310566] {
        margin-top: 0 !important
    }

    .domain-main-bottom .region-domain-item[data-v-a9310566] {
        display: flex;
        align-items: center
    }

    .domain-main-bottom .detail-btn[data-v-a9310566] {
        padding: 0 20px !important;
        margin-right: 10px;
        height: 37px !important
    }

    .domain-main-bottom .visit-btn[data-v-a9310566] {
        padding: 0 20px !important;
        height: 37px !important
    }

    .domain-security-notice[data-v-a9310566] {
        padding: 40px !important;
        width: 83% !important;
        margin: 80px auto 0 !important;
        background: linear-gradient(180deg, #ffffff1a, #fff0) !important;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 10px;
        box-sizing: border-box
    }

    .domain-security-notice .security-actions[data-v-a9310566] {
        margin-top: 60px
    }

    .domain-security-notice .security-actions .report-btn[data-v-a9310566] {
        margin-top: 0 !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: 37px !important;
        margin-right: 20px
    }

    .domain-security-notice .security-actions .learn-btn[data-v-a9310566] {
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin-top: 0 !important;
        height: 37px !important
    }

    .tag-main[data-v-a9310566],
    .tag-china[data-v-a9310566] {
        max-width: -moz-fit-content !important;
        max-width: fit-content !important
    }

    .domain-img-area-back[data-v-a9310566] {
        min-height: 320px !important
    }
}

.domain-main-container[data-v-a9310566] {
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 100px 20px 0
}

.domain-main-container .domain-title[data-v-a9310566] {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: transparent;
    background-image: linear-gradient(270deg, #4fe117 .62%, #15e3c4 101.58%);
    background-clip: text;
    -webkit-background-clip: text;
    display: block;
    margin: 0 auto;
    word-break: break-all
}

.domain-main-container .domain-desc[data-v-a9310566] {
    font-size: 14px;
    color: #ffffff80;
    text-align: center;
    margin: 10px auto 20px;
    width: -moz-fit-content;
    width: fit-content;
    word-break: break-all
}

.domain-main-container .domain-search-box[data-v-a9310566] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82%;
    margin: 40px auto 0;
    position: relative;
    flex-wrap: wrap
}

.domain-main-container .domain-search-box textarea[data-v-a9310566] {
    width: 100%;
    padding: 11px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    background: #ffffff1a;
    box-sizing: border-box;
    min-height: 60px;
    direction: ltr;
    resize: none
}

.domain-main-container .domain-search-box .domain-search-bo-btn[data-v-a9310566] {
    background: url("") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    font-size: 14px;
    height: 58px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-top: 20px;
    word-break: break-all
}

.domain-main-container .domain-recommend[data-v-a9310566] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin: 40px auto 0;
    width: 318px
}

.domain-main-container .domain-recommend .Vector[data-v-a9310566] {
    width: 10.48px;
    height: 16px
}

.domain-main-container .domain-recommend .domain-recommend-location-desc[data-v-a9310566] {
    flex: 1;
    color: #fff;
    word-break: break-all;
    margin: 0 8px
}

.domain-main-container .domain-recommend .domain-recommend-link[data-v-a9310566] {
    color: #38f600;
    cursor: pointer
}

.domain-main-container .domain-recommend .domain-recommend-btn[data-v-a9310566] {
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    -o-border-image: linear-gradient(270deg, rgb(79, 225, 23), rgb(21, 227, 196)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    border-radius: 20px;
    color: #000;
    font-size: 10px;
    word-wrap: break-word;
    word-break: break-all;
    padding: 1px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 11px
}

.domain-main-container .domain-img-area[data-v-a9310566] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative
}

.domain-main-container .domain-img-area .domain-img-area-back[data-v-a9310566] {
    width: 100%;
    min-height: 100px;
    height: auto
}

.domain-main-container .domain-img-area .domain-img-area-img[data-v-a9310566] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -65%) scale(.9);
    width: 41.73px;
    height: 50px;
    animation: glow-a9310566 2s infinite alternate
}

@keyframes glow-a9310566 {
    0% {
        transform: translate(-50%, -65%) scale(.9)
    }

    to {
        transform: translate(-50%, -65%) scale(1.1);
        filter: drop-shadow(0 0 20px #15E3C4);
        clip-path: circle(75%)
    }
}

.domain-main-container .domain-stats[data-v-a9310566] {
    display: flex;
    align-items: center;
    background: #38f60033;
    border-radius: 10px;
    box-sizing: border-box;
    height: 263px;
    padding-left: 16px;
    flex-wrap: wrap
}

.domain-main-container .domain-stats .stat-item[data-v-a9310566] {
    display: flex;
    align-items: center;
    width: 100%
}

.domain-main-container .domain-stats .stat-item .stat-right[data-v-a9310566] {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1
}

.domain-main-container .domain-stats .stat-item .stat-item-img1[data-v-a9310566] {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 20px
}

.domain-main-container .domain-stats .stat-item .stat-num[data-v-a9310566] {
    font-size: 28px;
    color: #fff;
    font-weight: 700
}

.domain-main-container .domain-stats .stat-item .stat-label[data-v-a9310566] {
    font-size: 14px;
    color: #ffffff80;
    margin-top: 4px;
    width: 100%
}

.domain-main-bottom[data-v-a9310566] {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px;
    box-sizing: border-box
}

.domain-main-bottom .domain-region-list[data-v-a9310566] {
    width: 100%;
    margin: 40px auto 0
}

.domain-main-bottom .domain-region-list .domain-region-list-bg[data-v-a9310566] {
    background: linear-gradient(180deg, #ffffff1a, #fff0);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2)
}

.domain-main-bottom .domain-region-list .region-title[data-v-a9310566] {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #38f600
}

.domain-main-bottom .domain-region-list .region-title-select[data-v-a9310566] {
    height: 37px;
    padding: 0 10px;
    border: .5px solid rgb(255, 255, 255);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative
}

.domain-main-bottom .domain-region-list .region-title-select .Frame-img[data-v-a9310566] {
    margin-left: 10px;
    width: 16px;
    height: 16px
}

.domain-main-bottom .domain-region-list .region-list[data-v-a9310566] {
    display: flex;
    flex-direction: column
}

.domain-main-bottom .domain-region-list .region-list .region-group[data-v-a9310566] {
    margin-bottom: 10px
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-group-title[data-v-a9310566] {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    margin-top: 20px;
    background: #ffffff1a
}

.domain-main-bottom .domain-region-list .region-list .region-group .group-title-margin[data-v-a9310566] {
    margin-top: 10px
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item[data-v-a9310566] {
    margin-top: 20px
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .domain-name[data-v-a9310566] {
    color: #fff;
    font-size: 16px
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .detail-btn[data-v-a9310566] {
    border: .5px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    color: #fff
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .visit-btn[data-v-a9310566] {
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    -o-border-image: linear-gradient(270deg, rgb(79, 225, 23), rgb(21, 227, 196)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .domain-tags[data-v-a9310566] {
    display: flex;
    margin-top: 10px
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .domain-tags .tag-main[data-v-a9310566] {
    background: #38f6001a;
    padding: 4px 8px;
    min-height: 20px;
    color: #38f600;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
    margin-right: 10px;
    border-radius: 3px;
    word-break: break-all;
    max-width: 80px
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .domain-tags .tag-china[data-v-a9310566] {
    border: .5px solid rgba(255, 255, 255, .5);
    padding: 4px 8px;
    min-height: 20px;
    color: #ffffff80;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
    border-radius: 3px;
    word-break: break-all;
    max-width: 80px
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .domain-actions[data-v-a9310566] {
    flex: 1;
    display: flex;
    gap: 6px;
    justify-content: flex-end
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .domain-actions .detail-btn[data-v-a9310566] {
    border: .5px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    color: #fff
}

.domain-main-bottom .domain-region-list .region-list .region-group .region-domain-item .domain-actions .visit-btn[data-v-a9310566] {
    background: linear-gradient(270deg, #a3ff7f, #64f7e0);
    box-shadow: 0 5px 10px #2dfe4f33, inset 0 5px 13px #ffffffeb;
    -o-border-image: linear-gradient(270deg, rgb(79, 225, 23), rgb(21, 227, 196)) 2 2;
    border-image: linear-gradient(270deg, #4fe117, #15e3c4) 2 2;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.domain-security-notice[data-v-a9310566] {
    width: 100%;
    margin: 40px 0;
    background: url("") no-repeat;
    background-size: 100% 100%;
    padding: 0 20px
}

.domain-security-notice .domain-security-content[data-v-a9310566] {
    border-radius: 10px;
    padding: 20px 16px;
    background: linear-gradient(180deg, #ffffff1a, #fff0);
    border: 1px solid rgba(255, 255, 255, .2)
}

.domain-security-notice .security-title[data-v-a9310566] {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    background: -webkit-linear-gradient(270deg, #4FE117 .62%, #15E3C4 101.58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto;
    word-break: break-all
}

.domain-security-notice .security-desc[data-v-a9310566] {
    font-size: 14px;
    color: #ffffff80;
    text-align: center;
    margin-top: 20px;
    word-break: break-all;
    line-height: 18px
}

.domain-security-notice .security-actions[data-v-a9310566] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.domain-security-notice .security-actions .learn-btn[data-v-a9310566] {
    border: .5px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    margin-top: 20px;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    justify-content: center
}

.domain-security-notice .security-actions .report-btn[data-v-a9310566] {
    background: #38f600;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    color: #000;
    height: 40px;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 20px;
    width: 100%;
    justify-content: center
}

.pcLangList[data-v-a9310566] {
    width: 168px;
    height: 300px;
    overflow-y: auto;
    background: #242526;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .3);
    right: 0;
    top: -310px;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 666
}

.pcLangList .t[data-v-a9310566] {
    color: #f4f5ff;
    padding: 20px
}

.pcLangList .ll[data-v-a9310566] {
    display: flex;
    flex-direction: row;
    height: 24px;
    align-items: center;
    color: #f4f5ff80;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
    cursor: pointer
}

.pcLangList .ll[data-v-a9310566]:hover {
    color: #f4f5ff
}

.pcLangList .ll img[data-v-a9310566] {
    width: 24px;
    height: 24px
}

.pcLangList .ll p[data-v-a9310566] {
    padding: 0 10px
}

.community-list-top[data-v-89dad3e6] {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #4fe11733, #4fe11700)
}

.community-list-top .community-list-top-title[data-v-89dad3e6] {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.community-list-top .community-list-top-content[data-v-89dad3e6] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #4fe11733;
    display: flex;
    align-items: center;
    border-radius: 10px
}

.community-list-top .community-list-top-content .community-list-top-content-text[data-v-89dad3e6] {
    font-size: 12px;
    line-height: 16px;
    color: #4fe117
}

.community-list-zhen[data-v-89dad3e6] {
    width: 90%;
    min-height: 207px;
    height: -moz-fit-content;
    height: fit-content;
    background-repeat: no-repeat;
    animation: lanseH5-89dad3e6 2s steps(10) infinite;
    background-size: 100% 100%;
    padding: 1px;
    box-sizing: border-box;
    margin: 20px auto 0
}

.community-list-zhenPc[data-v-89dad3e6] {
    width: 900px;
    min-height: 153px;
    height: -moz-fit-content;
    height: fit-content;
    background-repeat: no-repeat;
    animation: lanse-89dad3e6 2s steps(4) infinite;
    background-size: 100% 100%;
    box-sizing: border-box;
    margin: 20px auto 0;
    will-change: background-image;
    background-image: url(""), url(""), url(""), url("");
    background-position: center center;
    background-size: 0 0, 0 0, 0 0, 100% 100%
}

@keyframes lanse-89dad3e6 {
    0% {
        background-image: url("");
        background-size: 100% 100%
    }

    25% {
        background-image: url("");
        background-size: 100% 100%
    }

    50% {
        background-image: url("");
        background-size: 100% 100%
    }

    75% {
        background-image: url("");
        background-size: 100% 100%
    }

    to {
        background-image: url("");
        background-size: 100% 100%
    }
}

@keyframes lanseH5-89dad3e6 {
    0% {
        background-image: url("")
    }

    25% {
        background-image: url("")
    }

    50% {
        background-image: url("")
    }

    75% {
        background-image: url("")
    }

    to {
        background-image: url("")
    }
}

.community-list[data-v-89dad3e6] {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
    border-radius: 20px;
    min-height: 160px
}

.community-list .community-list-title[data-v-89dad3e6] {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.community-list .community-list-content-item[data-v-89dad3e6] {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.community-list .community-list-content-item .yuan[data-v-89dad3e6] {
    background: #4fe117;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 8px
}

.community-list .community-list-content-item .community-list-content-item-text[data-v-89dad3e6] {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff;
    cursor: pointer
}

.community-list-content-item[data-v-89dad3e6]:nth-child(3n) {
    margin-right: 0 !important
}

.community-content-tip[data-v-89dad3e6] {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 20px auto 0;
    padding: 10px;
    box-sizing: border-box;
    background: #18191a;
    border-radius: 10px;
    color: #4fe117
}

.community-content-tip .community-content-tip-text[data-v-89dad3e6] {
    font-size: 12px;
    line-height: 18px
}

.community-content-tuijian[data-v-89dad3e6] {
    width: 90%;
    margin: 20px auto 0;
    padding: 10px;
    box-sizing: border-box;
    background: #131415;
    border: .5px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    color: #fff
}

.community-content-tuijian .community-content-tuijian-title[data-v-89dad3e6] {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px
}

.community-content-tuijian .community-content-tuijian-content[data-v-89dad3e6] {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.community-content-tuijian .community-content-tuijian-content .yuan[data-v-89dad3e6] {
    background: #4fe117;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 8px
}

.community-content-tuijian .community-content-tuijian-content .community-list-content-item-text[data-v-89dad3e6] {
    font-size: 14px;
    color: #fff
}

.pages[data-v-daa664bc] {
    padding: 40px 20px;
    background: #18191a
}

.pages .head[data-v-daa664bc] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover
}

@media screen and (min-width: 750px) {
    .pages[data-v-daa664bc] {
        padding: 60px 0 0;
        background: #18191a
    }

    .main[data-v-daa664bc] {
        width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 124px
    }
}

.description[data-v-daa664bc] {
    color: #fff;
    font-size: 16px;
    margin-top: 40px
}

.flexStar[data-v-daa664bc] {
    align-items: flex-start !important
}

.core_title[data-v-daa664bc] {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 600;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content
}

.global_strategy[data-v-daa664bc] {
    padding-left: 40px;
    display: flex;
    align-items: center;
    margin-top: 40px
}

.yuan[data-v-daa664bc] {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #4fe117;
    margin-right: 10px
}

.yuanLeft[data-v-daa664bc] {
    padding-left: 4px
}

.global_strategy_title[data-v-daa664bc] {
    font-size: 16px;
    color: #4fe117
}

.global_strategy_desc[data-v-daa664bc] {
    margin-top: 40px;
    padding-left: 40px;
    color: #ffffff80;
    font-size: 16px
}

.permission_note[data-v-daa664bc] {
    font-size: 16px;
    color: #fff;
    margin-top: 40px
}

.value_governance_yuan[data-v-daa664bc] {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    border-radius: 50%;
    background: #ffffff80;
    margin-right: 10px
}

.value_governance[data-v-daa664bc] {
    color: #ffffff80;
    font-size: 16px
}

.dividendRule2[data-v-daa664bc] {
    padding-left: 40px;
    display: flex;
    align-items: flex-start
}

.starMagin[data-v-daa664bc] {
    margin-top: 5px
}

.starMaginValue[data-v-daa664bc] {
    margin-top: 8px
}

.pages[data-v-1c2a84d4] {
    padding: 40px 20px;
    background: #18191a
}

.pages .head[data-v-1c2a84d4] {
    width: 100%;
    height: 220px;
    background: url("") no-repeat;
    background-size: cover
}

.ctable[data-v-1c2a84d4] {
    margin: 40px auto 0
}

@media screen and (min-width: 750px) {
    .pages[data-v-1c2a84d4] {
        padding: 60px 0 0;
        background: #18191a
    }

    .main[data-v-1c2a84d4] {
        width: 1040px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 124px
    }

    .pcInfoPic[data-v-1c2a84d4] {
        width: 561px !important
    }

    .ctable[data-v-1c2a84d4] {
        width: 800px
    }
}

.flexStar[data-v-1c2a84d4] {
    align-items: flex-start !important
}

.starMagin[data-v-1c2a84d4] {
    margin-top: 7px
}

.description[data-v-1c2a84d4] {
    color: #fff;
    font-size: 16px;
    margin-top: 40px
}

.core_title[data-v-1c2a84d4] {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 600;
    background: linear-gradient(90deg, #15e3c4, #15e3c4 .01%, #4fe117);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content
}

.global_strategys[data-v-1c2a84d4] {
    display: flex;
    align-items: flex-start;
    margin-top: 40px
}

.textGradient[data-v-1c2a84d4] {
    font-size: 28px
}

.global_strategy[data-v-1c2a84d4] {
    padding-left: 40px;
    display: flex;
    align-items: center;
    margin-top: 40px
}

.dividendRule2[data-v-1c2a84d4] {
    padding-left: 40px;
    display: flex;
    align-items: center
}

.contributionStep1[data-v-1c2a84d4] {
    padding-left: 40px;
    display: flex
}

.processDescription[data-v-1c2a84d4] {
    padding-left: 54px;
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff80
}

.small-title[data-v-1c2a84d4] {
    margin-bottom: 0
}

.yuan[data-v-1c2a84d4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
    background: #4fe117;
    margin-right: 10px
}

.global_strategy_title[data-v-1c2a84d4] {
    font-size: 16px;
    color: #4fe117
}

.dividendRuleStar[data-v-1c2a84d4] {
    display: flex;
    align-items: flex-start
}

.global_strategy_desc[data-v-1c2a84d4] {
    margin-top: 40px;
    padding-left: 40px;
    color: #ffffff80;
    font-size: 16px
}

.permission_note[data-v-1c2a84d4] {
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    line-height: 24px
}

.starMaginValue[data-v-1c2a84d4] {
    margin-top: 10px
}

.description1[data-v-1c2a84d4] {
    font-size: 16px;
    color: #fff;
    line-height: 24px
}

.value_governance_yuan[data-v-1c2a84d4] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    flex: 0 0 4px;
    background: #ffffff80;
    margin-right: 10px
}

.value_governance[data-v-1c2a84d4] {
    color: #ffffff80;
    font-size: 16px;
    line-height: 24px
}

.automationPoint4[data-v-1c2a84d4] {
    padding-left: 54px;
    color: #ffffff80;
    font-size: 16px;
    line-height: 24px
}

.ctable table td span[data-v-1c2a84d4] {
    background: #4fe1171a;
    color: #ffffff80;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px
}

.small-title[data-v-1c2a84d4] {
    margin-top: 40px
}

.airdrop[data-v-08b2b05c] {
    width: 100%;
    height: 266px;
    background-image: url("");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 158px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.airdrop .airdropContent[data-v-08b2b05c] {
    width: 100%
}

.airdrop .airdropContent .bread[data-v-08b2b05c] {
    gap: var(--spacing-sx);
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: var(--spacing-sm);
    line-height: var(--spacing-llg);
    color: #ffffff80
}

.airdrop .airdropContent .bread .active[data-v-08b2b05c] {
    color: #fff
}

.binLoop[data-v-08b2b05c] {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 var(--spacing-mmd);
    margin-top: -50px;
    box-sizing: border-box
}

.binLoop .binLoopButton[data-v-08b2b05c] {
    margin-top: var(--spacing-mmd);
    border-radius: var(--spacing-xs);
    padding: var(--spacing-xss) var(--spacing-sx);
    font-size: var(--spacing-lgg);
    line-height: var(--spacing-xll);
    font-weight: 700;
    color: #07090e;
    width: -moz-fit-content;
    width: fit-content;
    background: linear-gradient(90deg, #4fe117, #15e3c4)
}

.binLoop .binLoopDesc[data-v-08b2b05c] {
    margin-top: var(--spacing-mmd);
    font-size: var(--spacing-xxll);
    line-height: var(--spacing-xxlll);
    color: transparent;
    font-weight: 700;
    background: linear-gradient(90deg, #737373, #fff, #737373);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.airdropVisionMg[data-v-08b2b05c] {
    margin-top: var(--spacing-xxl) !important
}

.grey[data-v-08b2b05c] {
    color: #4fe117;
    font-weight: 700
}

.provideGrey[data-v-08b2b05c] {
    color: #4fe117;
    font-weight: 400
}

.treatedEqually[data-v-08b2b05c] {
    margin-top: var(--spacing-mmd)
}

.resources[data-v-08b2b05c] {
    margin-top: var(--spacing-xxl)
}

.MECIcon[data-v-08b2b05c] {
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
    height: 169px;
    z-index: 10px;
    border-radius: 0 20px 0 0
}

.airdropVision[data-v-08b2b05c] {
    width: 100%;
    border: 1px solid #17371A;
    background: #07090ee6;
    border-radius: var(--spacing-mmd);
    margin: 20px auto 0;
    position: relative
}

.airdropVision .airdropVisionTitle[data-v-08b2b05c] {
    background: #4fe1171a;
    display: flex;
    align-items: center;
    padding: var(--spacing-mmd);
    border-radius: var(--spacing-mmd) var(--spacing-mmd) 0 0
}

.airdropVision .airdropVisionTitle .titleSize[data-v-08b2b05c] {
    color: transparent;
    background-clip: text;
    font-weight: 700;
    -webkit-background-clip: text;
    font-size: var(--spacing-lg);
    line-height: var(--spacing-xll);
    background-image: linear-gradient(90deg, #15e3c4, #4fe117)
}

.airdropVision .noGap[data-v-08b2b05c] {
    gap: 0 !important
}

.airdropVision .airdropEnsureFlex[data-v-08b2b05c] {
    display: flex;
    padding-left: var(--spacing-xs);
    align-items: flex-start;
    font-size: var(--spacing-sm);
    color: #4fe117;
    font-weight: 400;
    margin-top: var(--spacing-mmd)
}

.airdropVision .airdropEnsureFlex .yuanWhitle[data-v-08b2b05c] {
    background: #fff !important
}

.airdropVision .airdropEnsureFlex .addresses[data-v-08b2b05c] {
    color: #fff;
    font-weight: 400
}

.airdropVision .airdropEnsureFlex .yuan[data-v-08b2b05c] {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    border-radius: 50%;
    background: #4fe117;
    margin-right: var(--spacing-xs);
    margin-top: var(--spacing-sx)
}

.airdropVision .airdropVisionContent[data-v-08b2b05c] {
    padding: var(--spacing-mmd);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-mmd);
    font-size: var(--spacing-sm);
    line-height: var(--spacing-llg);
    color: #fff
}

.airdropVision .airdropVisionContent .ExclusiveAccess[data-v-08b2b05c] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xxl)
}

.airdropVision .airdropVisionContent .ExclusiveAccess .accessBack[data-v-08b2b05c] {
    background: linear-gradient(to bottom, #4fe117, #4fe11700);
    width: 540px;
    min-height: 276px;
    padding: 1px;
    box-sizing: border-box;
    border-radius: var(--spacing-mmd);
    position: relative
}

.airdropVision .airdropVisionContent .ExclusiveAccess .accessBack .accessBackIcon[data-v-08b2b05c] {
    position: absolute;
    right: var(--spacing-sx);
    top: var(--spacing-sx);
    width: 100px;
    height: 100px;
    z-index: 20px
}

.airdropVision .airdropVisionContent .ExclusiveAccess .accessBack .accessBackContent[data-v-08b2b05c] {
    width: 100%;
    background: #080a10;
    height: 100%;
    padding: var(--spacing-mmd);
    border-radius: var(--spacing-mmd);
    box-sizing: border-box
}

.airdropVision .airdropVisionContent .stabilityTotal[data-v-08b2b05c] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sx);
    margin-top: var(--spacing-mmd);
    flex-wrap: wrap
}

.airdropVision .airdropVisionContent .stabilityTotal .stability[data-v-08b2b05c] {
    width: 100%;
    box-sizing: border-box;
    padding: var(--spacing-sx) var(--spacing-mmd);
    border-radius: var(--spacing-sx);
    background: #191b20;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--spacing-sm);
    color: #fff;
    gap: var(--spacing-sx);
    min-width: 240px
}

.airdropVision .airdropVisionContent .stabilityTotal .stability .stabilityIcon[data-v-08b2b05c] {
    width: 42px;
    height: 42px
}

.airdropVision .airdropVisionContent .stabilityTotal .stability .stabilityLabel[data-v-08b2b05c] {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 180px
}

.airdropVision .airdropVisionContent .airdropVisionText[data-v-08b2b05c] {
    margin-top: var(--spacing-mmd)
}

.airdropVision .airdropVisionContent .airdropEnsure[data-v-08b2b05c] {
    padding-left: var(--spacing-mmd)
}

.airdropVision .airdropVisionContent .airdropCriteria[data-v-08b2b05c] {
    margin-top: var(--spacing-xxl);
    padding: var(--spacing-mmd);
    background: #191b20;
    border-radius: var(--spacing-sx);
    gap: var(--spacing-mmd);
    display: flex;
    flex-direction: column
}

.airdropVision .airdropVisionContent .airdropCriteria .CriteriaText[data-v-08b2b05c] {
    font-size: var(--spacing-sm)
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide[data-v-08b2b05c] {
    padding: var(--spacing-mmd);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--spacing-sx);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideMg[data-v-08b2b05c] {
    margin-top: var(--spacing-sx)
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideFlex[data-v-08b2b05c] {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: var(--spacing-mmd);
    font-size: var(--spacing-sm);
    color: #fff;
    line-height: var(--spacing-llg);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--spacing-mmd);
    padding: var(--spacing-mmd);
    box-sizing: border-box
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideFlex .provideFirst[data-v-08b2b05c] {
    width: 100%
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideFlex .provideIcon[data-v-08b2b05c] {
    width: 17px;
    height: auto;
    transform: rotate(90deg)
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .airdropAnd[data-v-08b2b05c] {
    font-size: var(--spacing-sm);
    line-height: var(--spacing-llg);
    text-align: center
}

.airdropVision .airdropVisionContent .airdropCriteria .ensuresFair[data-v-08b2b05c] {
    margin-top: var(--spacing-xxl)
}

.bottomHeight[data-v-08b2b05c] {
    height: 80px
}

.HeadBack[data-v-08b2b05c] {
    background: #07090e
}

:root {
    --spacing-xss: 4px;
    --spacing-xs: 8px;
    --spacing-sx: 10px;
    --spacing-sm: 14px;
    --spacing-md: 16px;
    --spacing-mmd: 20px;
    --spacing-llg: 22px;
    --spacing-lg: 24px;
    --spacing-lgg: 30px;
    --spacing-xl: 32px;
    --spacing-xll: 32px;
    --spacing-xxl: 40px;
    --spacing-xxxl: 48px;
    --spacing-xxll: 50px;
    --spacing-xxlll: 58px;
    --spacing-xxxxl: 64px
}

.airdrop[data-v-05deac6d] {
    width: 100%;
    height: 476px;
    background-image: url("");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.airdrop .airdropContent[data-v-05deac6d] {
    width: 1200px;
    margin: var(--spacing-xxl) auto 0
}

.airdrop .airdropContent .bread[data-v-05deac6d] {
    gap: var(--spacing-sx);
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: var(--spacing-sm);
    line-height: var(--spacing-llg);
    color: #ffffff80
}

.airdrop .airdropContent .bread .active[data-v-05deac6d] {
    color: #fff
}

.airdrop .airdropContent .binLoop[data-v-05deac6d] {
    width: 588px;
    margin-top: var(--spacing-xxl);
    display: flex;
    flex-direction: column
}

.airdrop .airdropContent .binLoop .binLoopButton[data-v-05deac6d] {
    margin-top: var(--spacing-mmd);
    border-radius: var(--spacing-xs);
    padding: var(--spacing-xss) var(--spacing-sx);
    font-size: var(--spacing-lgg);
    line-height: var(--spacing-xll);
    font-weight: 700;
    color: #07090e;
    width: -moz-fit-content;
    width: fit-content;
    background: linear-gradient(90deg, #4fe117, #15e3c4)
}

.airdrop .airdropContent .binLoop .binLoopDesc[data-v-05deac6d] {
    margin-top: var(--spacing-mmd);
    font-size: var(--spacing-xxll);
    line-height: var(--spacing-xxlll);
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg, #737373, #fff, #737373);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.HeadBack[data-v-05deac6d] {
    background: #07090e
}

.airdropVisionMg[data-v-05deac6d] {
    margin-top: var(--spacing-xxl) !important
}

.grey[data-v-05deac6d] {
    color: #4fe117;
    font-weight: 700
}

.provideGrey[data-v-05deac6d] {
    color: #4fe117;
    font-weight: 400
}

.treatedEqually[data-v-05deac6d] {
    margin-top: var(--spacing-mmd)
}

.resources[data-v-05deac6d] {
    margin-top: var(--spacing-xxl)
}

.MECIcon[data-v-05deac6d] {
    position: absolute;
    right: 0;
    top: 0;
    width: 502px;
    height: 376px;
    z-index: 10px
}

.airdropVision[data-v-05deac6d] {
    width: 1200px;
    border: 1px solid #17371A;
    background: #07090ee6;
    border-radius: var(--spacing-mmd);
    margin: -30px auto 0;
    position: relative
}

.airdropVision .airdropVisionTitle[data-v-05deac6d] {
    background: #4fe1171a;
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-xxl);
    border-radius: var(--spacing-mmd) var(--spacing-mmd) 0 0
}

.airdropVision .airdropVisionTitle .titleSize[data-v-05deac6d] {
    color: transparent;
    background-clip: text;
    font-weight: 700;
    -webkit-background-clip: text;
    font-size: var(--spacing-lg);
    line-height: var(--spacing-xll);
    background-image: linear-gradient(90deg, #15e3c4, #4fe117)
}

.airdropVision .noGap[data-v-05deac6d] {
    gap: 0 !important
}

.airdropVision .airdropEnsureFlex[data-v-05deac6d] {
    display: flex;
    padding-left: var(--spacing-xs);
    align-items: flex-start;
    font-size: var(--spacing-sm);
    color: #4fe117;
    font-weight: 700;
    margin-top: var(--spacing-mmd)
}

.airdropVision .airdropEnsureFlex .yuanWhitle[data-v-05deac6d] {
    background: #fff !important
}

.airdropVision .airdropEnsureFlex .addresses[data-v-05deac6d] {
    color: #fff;
    font-weight: 400
}

.airdropVision .airdropEnsureFlex .yuan[data-v-05deac6d] {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    border-radius: 50%;
    background: #4fe117;
    margin-right: var(--spacing-xs);
    margin-top: var(--spacing-sx)
}

.airdropVision .airdropVisionContent[data-v-05deac6d] {
    padding: var(--spacing-xxl);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-mmd);
    font-size: var(--spacing-sm);
    line-height: var(--spacing-llg);
    color: #fff
}

.airdropVision .airdropVisionContent .ExclusiveAccess[data-v-05deac6d] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xxl)
}

.airdropVision .airdropVisionContent .ExclusiveAccess .accessBack[data-v-05deac6d] {
    background: linear-gradient(to bottom, #4fe117, #4fe11700);
    width: 540px;
    min-height: 276px;
    padding: 1px;
    box-sizing: border-box;
    border-radius: var(--spacing-mmd);
    position: relative
}

.airdropVision .airdropVisionContent .ExclusiveAccess .accessBack .accessBackIcon[data-v-05deac6d] {
    position: absolute;
    right: var(--spacing-sx);
    top: var(--spacing-sx);
    width: 100px;
    height: 100px;
    z-index: 20px
}

.airdropVision .airdropVisionContent .ExclusiveAccess .accessBack .accessBackContent[data-v-05deac6d] {
    width: 100%;
    background: #080a10;
    height: 100%;
    padding: var(--spacing-mmd);
    border-radius: var(--spacing-mmd);
    box-sizing: border-box
}

.airdropVision .airdropVisionContent .stabilityTotal[data-v-05deac6d] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sx);
    margin-top: var(--spacing-mmd)
}

.airdropVision .airdropVisionContent .stabilityTotal .stability[data-v-05deac6d] {
    box-sizing: border-box;
    padding: var(--spacing-sx) var(--spacing-mmd);
    border-radius: var(--spacing-sx);
    background: #191b20;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--spacing-sm);
    color: #fff;
    gap: var(--spacing-sx);
    min-width: 240px
}

.airdropVision .airdropVisionContent .stabilityTotal .stability .stabilityIcon[data-v-05deac6d] {
    width: 42px;
    height: 42px
}

.airdropVision .airdropVisionContent .stabilityTotal .stability .stabilityLabel[data-v-05deac6d] {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 149px
}

.airdropVision .airdropVisionContent .airdropVisionText[data-v-05deac6d] {
    margin-top: var(--spacing-mmd)
}

.airdropVision .airdropVisionContent .airdropEnsure[data-v-05deac6d] {
    padding-left: var(--spacing-xxl)
}

.airdropVision .airdropVisionContent .airdropCriteria[data-v-05deac6d] {
    margin-top: var(--spacing-xxl);
    padding: var(--spacing-mmd);
    background: #191b20;
    border-radius: var(--spacing-sx);
    gap: var(--spacing-mmd);
    display: flex;
    flex-direction: column
}

.airdropVision .airdropVisionContent .airdropCriteria .CriteriaText[data-v-05deac6d] {
    font-size: var(--spacing-sm)
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide[data-v-05deac6d] {
    padding: var(--spacing-mmd);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--spacing-sx);
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideMg[data-v-05deac6d] {
    margin-top: var(--spacing-sx)
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideFlex[data-v-05deac6d] {
    display: flex;
    align-items: center;
    gap: var(--spacing-mmd);
    font-size: var(--spacing-sm);
    color: #fff;
    line-height: var(--spacing-llg);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--spacing-mmd);
    padding: var(--spacing-xss) var(--spacing-mmd);
    box-sizing: border-box
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideFlex .provideFirst[data-v-05deac6d] {
    width: 140px
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .provideFlex .provideIcon[data-v-05deac6d] {
    width: 17px;
    height: auto
}

.airdropVision .airdropVisionContent .airdropCriteria .airdropProvide .airdropAnd[data-v-05deac6d] {
    font-size: var(--spacing-sm);
    line-height: var(--spacing-llg);
    text-align: center
}

.airdropVision .airdropVisionContent .airdropCriteria .ensuresFair[data-v-05deac6d] {
    margin-top: var(--spacing-xxl)
}

.bottomHeight[data-v-05deac6d] {
    height: 80px
}

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

.arrow[data-v-05deac6d] {
    width: 12px;
    height: 12px
}

:root,
:host {
    --van-black: #000;
    --van-white: #fff;
    --van-gray-1: #f7f8fa;
    --van-gray-2: #f2f3f5;
    --van-gray-3: #ebedf0;
    --van-gray-4: #dcdee0;
    --van-gray-5: #c8c9cc;
    --van-gray-6: #969799;
    --van-gray-7: #646566;
    --van-gray-8: #323233;
    --van-red: #ee0a24;
    --van-blue: #1989fa;
    --van-orange: #ff976a;
    --van-orange-dark: #ed6a0c;
    --van-orange-light: #fffbe8;
    --van-green: #07c160;
    --van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);
    --van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);
    --van-primary-color: var(--van-blue);
    --van-success-color: var(--van-green);
    --van-danger-color: var(--van-red);
    --van-warning-color: var(--van-orange);
    --van-text-color: var(--van-gray-8);
    --van-text-color-2: var(--van-gray-6);
    --van-text-color-3: var(--van-gray-5);
    --van-active-color: var(--van-gray-2);
    --van-active-opacity: .6;
    --van-disabled-opacity: .5;
    --van-background: var(--van-gray-1);
    --van-background-2: var(--van-white);
    --van-background-3: var(--van-white);
    --van-padding-base: 4px;
    --van-padding-xs: 8px;
    --van-padding-sm: 12px;
    --van-padding-md: 16px;
    --van-padding-lg: 24px;
    --van-padding-xl: 32px;
    --van-font-bold: 600;
    --van-font-size-xs: 10px;
    --van-font-size-sm: 12px;
    --van-font-size-md: 14px;
    --van-font-size-lg: 16px;
    --van-line-height-xs: 14px;
    --van-line-height-sm: 18px;
    --van-line-height-md: 20px;
    --van-line-height-lg: 22px;
    --van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;
    --van-duration-base: .3s;
    --van-duration-fast: .2s;
    --van-ease-out: ease-out;
    --van-ease-in: ease-in;
    --van-border-color: var(--van-gray-3);
    --van-border-width: 1px;
    --van-radius-sm: 2px;
    --van-radius-md: 4px;
    --van-radius-lg: 8px;
    --van-radius-max: 999px
}

.van-theme-dark {
    --van-text-color: #f5f5f5;
    --van-text-color-2: #707070;
    --van-text-color-3: #4d4d4d;
    --van-border-color: #3a3a3c;
    --van-active-color: #3a3a3c;
    --van-background: #000;
    --van-background-2: #1c1c1e;
    --van-background-3: #37363b
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: var(--van-base-font)
}

a {
    text-decoration: none
}

input,
button,
textarea {
    color: inherit;
    font: inherit
}

a:focus,
input:focus,
button:focus,
textarea:focus,
[class*=van-]:focus {
    outline: none
}

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

@keyframes van-slide-up-enter {
    0% {
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes van-slide-up-leave {
    to {
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes van-slide-down-enter {
    0% {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes van-slide-down-leave {
    to {
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes van-slide-left-enter {
    0% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes van-slide-left-leave {
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes van-slide-right-enter {
    0% {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes van-slide-right-leave {
    to {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes van-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes van-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

    to {
        transform: rotate(360deg)
    }
}

.van-fade-enter-active {
    animation: var(--van-duration-base) van-fade-in both var(--van-ease-out)
}

.van-fade-leave-active {
    animation: var(--van-duration-base) van-fade-out both var(--van-ease-in)
}

.van-slide-up-enter-active {
    animation: van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-up-leave-active {
    animation: van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-slide-down-enter-active {
    animation: van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-down-leave-active {
    animation: van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-slide-left-enter-active {
    animation: van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-left-leave-active {
    animation: van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-slide-right-enter-active {
    animation: van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)
}

.van-slide-right-leave-active {
    animation: van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)
}

.van-clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-break: anywhere;
    -webkit-box-orient: vertical
}

.van-multi-ellipsis--l3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-break: anywhere;
    -webkit-box-orient: vertical
}

.van-safe-area-top {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top)
}

.van-safe-area-bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.van-haptics-feedback {
    cursor: pointer
}

.van-haptics-feedback:active {
    opacity: var(--van-active-opacity)
}

[class*=van-hairline]:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid var(--van-border-color);
    transform: scale(.5)
}

.van-hairline,
.van-hairline--top,
.van-hairline--left,
.van-hairline--right,
.van-hairline--bottom,
.van-hairline--surround,
.van-hairline--top-bottom {
    position: relative
}

.van-hairline--top:after {
    border-top-width: var(--van-border-width)
}

.van-hairline--left:after {
    border-left-width: var(--van-border-width)
}

.van-hairline--right:after {
    border-right-width: var(--van-border-width)
}

.van-hairline--bottom:after {
    border-bottom-width: var(--van-border-width)
}

.van-hairline--top-bottom:after,
.van-hairline-unset--top-bottom:after {
    border-width: var(--van-border-width) 0
}

.van-hairline--surround:after {
    border-width: var(--van-border-width)
}

:root,
:host {
    --van-action-bar-background: var(--van-background-2);
    --van-action-bar-height: 50px
}

.van-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    height: var(--van-action-bar-height);
    background: var(--van-action-bar-background)
}

:root,
:host {
    --van-badge-size: 16px;
    --van-badge-color: var(--van-white);
    --van-badge-padding: 0 3px;
    --van-badge-font-size: var(--van-font-size-sm);
    --van-badge-font-weight: var(--van-font-bold);
    --van-badge-border-width: var(--van-border-width);
    --van-badge-background: var(--van-danger-color);
    --van-badge-dot-color: var(--van-danger-color);
    --van-badge-dot-size: 8px;
    --van-badge-font: -apple-system-font, helvetica neue, arial, sans-serif
}

.van-badge {
    display: inline-block;
    box-sizing: border-box;
    min-width: var(--van-badge-size);
    padding: var(--van-badge-padding);
    color: var(--van-badge-color);
    font-weight: var(--van-badge-font-weight);
    font-size: var(--van-badge-font-size);
    font-family: var(--van-badge-font);
    line-height: 1.2;
    text-align: center;
    background: var(--van-badge-background);
    border: var(--van-badge-border-width) solid var(--van-background-2);
    border-radius: var(--van-radius-max)
}

.van-badge--fixed {
    position: absolute;
    transform-origin: 100%
}

.van-badge--top-left {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%)
}

.van-badge--top-right {
    top: 0;
    right: 0;
    transform: translate(50%, -50%)
}

.van-badge--bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%)
}

.van-badge--bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%)
}

.van-badge--dot {
    width: var(--van-badge-dot-size);
    min-width: 0;
    height: var(--van-badge-dot-size);
    background: var(--van-badge-dot-color);
    border-radius: 100%;
    border: none;
    padding: 0
}

.van-badge__wrapper {
    position: relative;
    display: inline-block
}

.van-icon {
    position: relative;
    display: inline-block;
    font: 14px/1 vant-icon;
    font: normal normal normal 14px/1 var(--van-icon-font-family, "vant-icon");
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.van-icon:before {
    display: inline-block
}

.van-icon-arrow-double-left:before {
    content: ""
}

.van-icon-arrow-double-right:before {
    content: ""
}

.van-icon-contact:before {
    content: ""
}

.van-icon-notes:before {
    content: ""
}

.van-icon-records:before {
    content: ""
}

.van-icon-cash-back-record:before {
    content: ""
}

.van-icon-newspaper:before {
    content: ""
}

.van-icon-discount:before {
    content: ""
}

.van-icon-completed:before {
    content: ""
}

.van-icon-user:before {
    content: ""
}

.van-icon-description:before {
    content: ""
}

.van-icon-list-switch:before {
    content: ""
}

.van-icon-list-switching:before {
    content: ""
}

.van-icon-link-o:before {
    content: ""
}

.van-icon-miniprogram-o:before {
    content: ""
}

.van-icon-qq:before {
    content: ""
}

.van-icon-wechat-moments:before {
    content: ""
}

.van-icon-weibo:before {
    content: ""
}

.van-icon-cash-o:before {
    content: ""
}

.van-icon-guide-o:before {
    content: ""
}

.van-icon-invitation:before {
    content: ""
}

.van-icon-shield-o:before {
    content: ""
}

.van-icon-exchange:before {
    content: ""
}

.van-icon-eye:before {
    content: ""
}

.van-icon-enlarge:before {
    content: ""
}

.van-icon-expand-o:before {
    content: ""
}

.van-icon-eye-o:before {
    content: ""
}

.van-icon-expand:before {
    content: ""
}

.van-icon-filter-o:before {
    content: ""
}

.van-icon-fire:before {
    content: ""
}

.van-icon-fail:before {
    content: ""
}

.van-icon-failure:before {
    content: ""
}

.van-icon-fire-o:before {
    content: ""
}

.van-icon-flag-o:before {
    content: ""
}

.van-icon-font:before {
    content: ""
}

.van-icon-font-o:before {
    content: ""
}

.van-icon-gem-o:before {
    content: ""
}

.van-icon-flower-o:before {
    content: ""
}

.van-icon-gem:before {
    content: ""
}

.van-icon-gift-card:before {
    content: ""
}

.van-icon-friends:before {
    content: ""
}

.van-icon-friends-o:before {
    content: ""
}

.van-icon-gold-coin:before {
    content: ""
}

.van-icon-gold-coin-o:before {
    content: ""
}

.van-icon-good-job-o:before {
    content: ""
}

.van-icon-gift:before {
    content: ""
}

.van-icon-gift-o:before {
    content: ""
}

.van-icon-gift-card-o:before {
    content: ""
}

.van-icon-good-job:before {
    content: ""
}

.van-icon-home-o:before {
    content: ""
}

.van-icon-goods-collect:before {
    content: ""
}

.van-icon-graphic:before {
    content: ""
}

.van-icon-goods-collect-o:before {
    content: ""
}

.van-icon-hot-o:before {
    content: ""
}

.van-icon-info:before {
    content: ""
}

.van-icon-hotel-o:before {
    content: ""
}

.van-icon-info-o:before {
    content: ""
}

.van-icon-hot-sale-o:before {
    content: ""
}

.van-icon-hot:before {
    content: ""
}

.van-icon-like:before {
    content: ""
}

.van-icon-idcard:before {
    content: ""
}

.van-icon-like-o:before {
    content: ""
}

.van-icon-hot-sale:before {
    content: ""
}

.van-icon-location-o:before {
    content: ""
}

.van-icon-location:before {
    content: ""
}

.van-icon-label:before {
    content: ""
}

.van-icon-lock:before {
    content: ""
}

.van-icon-label-o:before {
    content: ""
}

.van-icon-map-marked:before {
    content: ""
}

.van-icon-logistics:before {
    content: ""
}

.van-icon-manager:before {
    content: ""
}

.van-icon-more:before {
    content: ""
}

.van-icon-live:before {
    content: ""
}

.van-icon-manager-o:before {
    content: ""
}

.van-icon-medal:before {
    content: ""
}

.van-icon-more-o:before {
    content: ""
}

.van-icon-music-o:before {
    content: ""
}

.van-icon-music:before {
    content: ""
}

.van-icon-new-arrival-o:before {
    content: ""
}

.van-icon-medal-o:before {
    content: ""
}

.van-icon-new-o:before {
    content: ""
}

.van-icon-free-postage:before {
    content: ""
}

.van-icon-newspaper-o:before {
    content: ""
}

.van-icon-new-arrival:before {
    content: ""
}

.van-icon-minus:before {
    content: ""
}

.van-icon-orders-o:before {
    content: ""
}

.van-icon-new:before {
    content: ""
}

.van-icon-paid:before {
    content: ""
}

.van-icon-notes-o:before {
    content: ""
}

.van-icon-other-pay:before {
    content: ""
}

.van-icon-pause-circle:before {
    content: ""
}

.van-icon-pause:before {
    content: ""
}

.van-icon-pause-circle-o:before {
    content: ""
}

.van-icon-peer-pay:before {
    content: ""
}

.van-icon-pending-payment:before {
    content: ""
}

.van-icon-passed:before {
    content: ""
}

.van-icon-plus:before {
    content: ""
}

.van-icon-phone-circle-o:before {
    content: ""
}

.van-icon-phone-o:before {
    content: ""
}

.van-icon-printer:before {
    content: ""
}

.van-icon-photo-fail:before {
    content: ""
}

.van-icon-phone:before {
    content: ""
}

.van-icon-photo-o:before {
    content: ""
}

.van-icon-play-circle:before {
    content: ""
}

.van-icon-play:before {
    content: ""
}

.van-icon-phone-circle:before {
    content: ""
}

.van-icon-point-gift-o:before {
    content: ""
}

.van-icon-point-gift:before {
    content: ""
}

.van-icon-play-circle-o:before {
    content: ""
}

.van-icon-shrink:before {
    content: ""
}

.van-icon-photo:before {
    content: ""
}

.van-icon-qr:before {
    content: ""
}

.van-icon-qr-invalid:before {
    content: ""
}

.van-icon-question-o:before {
    content: ""
}

.van-icon-revoke:before {
    content: ""
}

.van-icon-replay:before {
    content: ""
}

.van-icon-service:before {
    content: ""
}

.van-icon-question:before {
    content: ""
}

.van-icon-search:before {
    content: ""
}

.van-icon-refund-o:before {
    content: ""
}

.van-icon-service-o:before {
    content: ""
}

.van-icon-scan:before {
    content: ""
}

.van-icon-share:before {
    content: ""
}

.van-icon-send-gift-o:before {
    content: ""
}

.van-icon-share-o:before {
    content: ""
}

.van-icon-setting:before {
    content: ""
}

.van-icon-points:before {
    content: ""
}

.van-icon-photograph:before {
    content: ""
}

.van-icon-shop:before {
    content: ""
}

.van-icon-shop-o:before {
    content: ""
}

.van-icon-shop-collect-o:before {
    content: ""
}

.van-icon-shop-collect:before {
    content: ""
}

.van-icon-smile:before {
    content: ""
}

.van-icon-shopping-cart-o:before {
    content: ""
}

.van-icon-sign:before {
    content: ""
}

.van-icon-sort:before {
    content: ""
}

.van-icon-star-o:before {
    content: ""
}

.van-icon-smile-comment-o:before {
    content: ""
}

.van-icon-stop:before {
    content: ""
}

.van-icon-stop-circle-o:before {
    content: ""
}

.van-icon-smile-o:before {
    content: ""
}

.van-icon-star:before {
    content: ""
}

.van-icon-success:before {
    content: ""
}

.van-icon-stop-circle:before {
    content: ""
}

.van-icon-records-o:before {
    content: ""
}

.van-icon-shopping-cart:before {
    content: ""
}

.van-icon-tosend:before {
    content: ""
}

.van-icon-todo-list:before {
    content: ""
}

.van-icon-thumb-circle-o:before {
    content: ""
}

.van-icon-thumb-circle:before {
    content: ""
}

.van-icon-umbrella-circle:before {
    content: ""
}

.van-icon-underway:before {
    content: ""
}

.van-icon-upgrade:before {
    content: ""
}

.van-icon-todo-list-o:before {
    content: ""
}

.van-icon-tv-o:before {
    content: ""
}

.van-icon-underway-o:before {
    content: ""
}

.van-icon-user-o:before {
    content: ""
}

.van-icon-vip-card-o:before {
    content: ""
}

.van-icon-vip-card:before {
    content: ""
}

.van-icon-send-gift:before {
    content: ""
}

.van-icon-wap-home:before {
    content: ""
}

.van-icon-wap-nav:before {
    content: ""
}

.van-icon-volume-o:before {
    content: ""
}

.van-icon-video:before {
    content: ""
}

.van-icon-wap-home-o:before {
    content: ""
}

.van-icon-volume:before {
    content: ""
}

.van-icon-warning:before {
    content: ""
}

.van-icon-weapp-nav:before {
    content: ""
}

.van-icon-wechat-pay:before {
    content: ""
}

.van-icon-warning-o:before {
    content: ""
}

.van-icon-wechat:before {
    content: ""
}

.van-icon-setting-o:before {
    content: ""
}

.van-icon-youzan-shield:before {
    content: ""
}

.van-icon-warn-o:before {
    content: ""
}

.van-icon-smile-comment:before {
    content: ""
}

.van-icon-user-circle-o:before {
    content: ""
}

.van-icon-video-o:before {
    content: ""
}

.van-icon-add-square:before {
    content: ""
}

.van-icon-add:before {
    content: ""
}

.van-icon-arrow-down:before {
    content: ""
}

.van-icon-arrow-up:before {
    content: ""
}

.van-icon-arrow:before {
    content: ""
}

.van-icon-after-sale:before {
    content: ""
}

.van-icon-add-o:before {
    content: ""
}

.van-icon-alipay:before {
    content: ""
}

.van-icon-ascending:before {
    content: ""
}

.van-icon-apps-o:before {
    content: ""
}

.van-icon-aim:before {
    content: ""
}

.van-icon-award:before {
    content: ""
}

.van-icon-arrow-left:before {
    content: ""
}

.van-icon-award-o:before {
    content: ""
}

.van-icon-audio:before {
    content: ""
}

.van-icon-bag-o:before {
    content: ""
}

.van-icon-balance-list:before {
    content: ""
}

.van-icon-back-top:before {
    content: ""
}

.van-icon-bag:before {
    content: ""
}

.van-icon-balance-pay:before {
    content: ""
}

.van-icon-balance-o:before {
    content: ""
}

.van-icon-bar-chart-o:before {
    content: ""
}

.van-icon-bars:before {
    content: ""
}

.van-icon-balance-list-o:before {
    content: ""
}

.van-icon-birthday-cake-o:before {
    content: ""
}

.van-icon-bookmark:before {
    content: ""
}

.van-icon-bill:before {
    content: ""
}

.van-icon-bell:before {
    content: ""
}

.van-icon-browsing-history-o:before {
    content: ""
}

.van-icon-browsing-history:before {
    content: ""
}

.van-icon-bookmark-o:before {
    content: ""
}

.van-icon-bulb-o:before {
    content: ""
}

.van-icon-bullhorn-o:before {
    content: ""
}

.van-icon-bill-o:before {
    content: ""
}

.van-icon-calendar-o:before {
    content: ""
}

.van-icon-brush-o:before {
    content: ""
}

.van-icon-card:before {
    content: ""
}

.van-icon-cart-o:before {
    content: ""
}

.van-icon-cart-circle:before {
    content: ""
}

.van-icon-cart-circle-o:before {
    content: ""
}

.van-icon-cart:before {
    content: ""
}

.van-icon-cash-on-deliver:before {
    content: ""
}

.van-icon-cash-back-record-o:before {
    content: ""
}

.van-icon-cashier-o:before {
    content: ""
}

.van-icon-chart-trending-o:before {
    content: ""
}

.van-icon-certificate:before {
    content: ""
}

.van-icon-chat:before {
    content: ""
}

.van-icon-clear:before {
    content: ""
}

.van-icon-chat-o:before {
    content: ""
}

.van-icon-checked:before {
    content: ""
}

.van-icon-clock:before {
    content: ""
}

.van-icon-clock-o:before {
    content: ""
}

.van-icon-close:before {
    content: ""
}

.van-icon-closed-eye:before {
    content: ""
}

.van-icon-circle:before {
    content: ""
}

.van-icon-cluster-o:before {
    content: ""
}

.van-icon-column:before {
    content: ""
}

.van-icon-comment-circle-o:before {
    content: ""
}

.van-icon-cluster:before {
    content: ""
}

.van-icon-comment:before {
    content: ""
}

.van-icon-comment-o:before {
    content: ""
}

.van-icon-comment-circle:before {
    content: ""
}

.van-icon-completed-o:before {
    content: ""
}

.van-icon-credit-pay:before {
    content: ""
}

.van-icon-coupon:before {
    content: ""
}

.van-icon-debit-pay:before {
    content: ""
}

.van-icon-coupon-o:before {
    content: ""
}

.van-icon-contact-o:before {
    content: ""
}

.van-icon-descending:before {
    content: ""
}

.van-icon-desktop-o:before {
    content: ""
}

.van-icon-diamond-o:before {
    content: ""
}

.van-icon-description-o:before {
    content: ""
}

.van-icon-delete:before {
    content: ""
}

.van-icon-diamond:before {
    content: ""
}

.van-icon-delete-o:before {
    content: ""
}

.van-icon-cross:before {
    content: ""
}

.van-icon-edit:before {
    content: ""
}

.van-icon-ellipsis:before {
    content: ""
}

.van-icon-down:before {
    content: ""
}

.van-icon-discount-o:before {
    content: ""
}

.van-icon-ecard-pay:before {
    content: ""
}

.van-icon-envelop-o:before {
    content: ""
}

@font-face {
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url("") format("woff2"), url("") format("woff")
}

.van-icon__image {
    display: block;
    width: 1em;
    height: 1em;
    -o-object-fit: contain;
    object-fit: contain
}

:root,
:host {
    --van-skeleton-image-size: 96px;
    --van-skeleton-image-radius: 24px
}

.van-skeleton-image {
    display: flex;
    width: var(--van-skeleton-image-size);
    height: var(--van-skeleton-image-size);
    align-items: center;
    justify-content: center;
    background: var(--van-active-color)
}

.van-skeleton-image--round {
    border-radius: var(--van-skeleton-image-radius)
}

.van-skeleton-image__icon {
    width: calc(var(--van-skeleton-image-size) / 2);
    height: calc(var(--van-skeleton-image-size) / 2);
    font-size: calc(var(--van-skeleton-image-size) / 2);
    color: var(--van-gray-5)
}

:root,
:host {
    --van-rate-icon-size: 20px;
    --van-rate-icon-gutter: var(--van-padding-base);
    --van-rate-icon-void-color: var(--van-gray-5);
    --van-rate-icon-full-color: var(--van-danger-color);
    --van-rate-icon-disabled-color: var(--van-gray-5)
}

.van-rate {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-wrap: wrap
}

.van-rate__item {
    position: relative
}

.van-rate__item:not(:last-child) {
    padding-right: var(--van-rate-icon-gutter)
}

.van-rate__icon {
    display: block;
    width: 1em;
    color: var(--van-rate-icon-void-color);
    font-size: var(--van-rate-icon-size)
}

.van-rate__icon--half {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none
}

.van-rate__icon--full {
    color: var(--van-rate-icon-full-color)
}

.van-rate__icon--disabled {
    color: var(--van-rate-icon-disabled-color)
}

.van-rate--disabled {
    cursor: not-allowed
}

.van-rate--readonly {
    cursor: default
}

:root,
:host {
    --van-notice-bar-height: 40px;
    --van-notice-bar-padding: 0 var(--van-padding-md);
    --van-notice-bar-wrapable-padding: var(--van-padding-xs) var(--van-padding-md);
    --van-notice-bar-text-color: var(--van-orange-dark);
    --van-notice-bar-font-size: var(--van-font-size-md);
    --van-notice-bar-line-height: 24px;
    --van-notice-bar-background: var(--van-orange-light);
    --van-notice-bar-icon-size: 16px;
    --van-notice-bar-icon-min-width: 24px
}

.van-notice-bar {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--van-notice-bar-height);
    padding: var(--van-notice-bar-padding);
    color: var(--van-notice-bar-text-color);
    font-size: var(--van-notice-bar-font-size);
    line-height: var(--van-notice-bar-line-height);
    background: var(--van-notice-bar-background)
}

.van-notice-bar__left-icon,
.van-notice-bar__right-icon {
    min-width: var(--van-notice-bar-icon-min-width);
    font-size: var(--van-notice-bar-icon-size)
}

.van-notice-bar__right-icon {
    text-align: right;
    cursor: pointer
}

.van-notice-bar__wrap {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
    overflow: hidden
}

.van-notice-bar__content {
    position: absolute;
    white-space: nowrap;
    transition-timing-function: linear
}

.van-notice-bar__content.van-ellipsis {
    max-width: 100%
}

.van-notice-bar--wrapable {
    height: auto;
    padding: var(--van-notice-bar-wrapable-padding)
}

.van-notice-bar--wrapable .van-notice-bar__wrap {
    height: auto
}

.van-notice-bar--wrapable .van-notice-bar__content {
    position: relative;
    white-space: normal;
    word-wrap: break-word
}

:root,
:host {
    --van-nav-bar-height: 46px;
    --van-nav-bar-background: var(--van-background-2);
    --van-nav-bar-arrow-size: 16px;
    --van-nav-bar-icon-color: var(--van-primary-color);
    --van-nav-bar-text-color: var(--van-primary-color);
    --van-nav-bar-title-font-size: var(--van-font-size-lg);
    --van-nav-bar-title-text-color: var(--van-text-color);
    --van-nav-bar-z-index: 1;
    --van-nav-bar-disabled-opacity: var(--van-disabled-opacity)
}

.van-nav-bar {
    position: relative;
    z-index: var(--van-nav-bar-z-index);
    line-height: var(--van-line-height-lg);
    text-align: center;
    background: var(--van-nav-bar-background);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-nav-bar--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.van-nav-bar--safe-area-inset-top {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top)
}

.van-nav-bar .van-icon {
    color: var(--van-nav-bar-icon-color)
}

.van-nav-bar__content {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--van-nav-bar-height)
}

.van-nav-bar__arrow {
    margin-right: var(--van-padding-base);
    font-size: var(--van-nav-bar-arrow-size)
}

.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: var(--van-nav-bar-title-text-color);
    font-weight: var(--van-font-bold);
    font-size: var(--van-nav-bar-title-font-size)
}

.van-nav-bar__left,
.van-nav-bar__right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 var(--van-padding-md);
    font-size: var(--van-font-size-md)
}

.van-nav-bar__left--disabled,
.van-nav-bar__right--disabled {
    cursor: not-allowed;
    opacity: var(--van-nav-bar-disabled-opacity)
}

.van-nav-bar__left {
    left: 0
}

.van-nav-bar__right {
    right: 0
}

.van-nav-bar__text {
    color: var(--van-nav-bar-text-color)
}

:root,
:host {
    --van-floating-bubble-size: 48px;
    --van-floating-bubble-initial-gap: 24px;
    --van-floating-bubble-icon-size: 28px;
    --van-floating-bubble-background: var(--van-primary-color);
    --van-floating-bubble-color: var(--van-background-2);
    --van-floating-bubble-z-index: 999;
    --van-floating-bubble-border-radius: var(--van-radius-max)
}

.van-floating-bubble {
    position: fixed;
    left: 0;
    top: 0;
    right: var(--van-floating-bubble-initial-gap);
    bottom: var(--van-floating-bubble-initial-gap);
    width: var(--van-floating-bubble-size);
    height: var(--van-floating-bubble-size);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: none;
    background: var(--van-floating-bubble-background);
    color: var(--van-floating-bubble-color);
    border-radius: var(--van-floating-bubble-border-radius);
    z-index: var(--van-floating-bubble-z-index);
    transition: transform var(--van-duration-base)
}

.van-floating-bubble:active {
    opacity: .8
}

.van-floating-bubble__icon {
    font-size: var(--van-floating-bubble-icon-size)
}

:root,
:host {
    --van-image-placeholder-text-color: var(--van-text-color-2);
    --van-image-placeholder-font-size: var(--van-font-size-md);
    --van-image-placeholder-background: var(--van-background);
    --van-image-loading-icon-size: 32px;
    --van-image-loading-icon-color: var(--van-gray-4);
    --van-image-error-icon-size: 32px;
    --van-image-error-icon-color: var(--van-gray-4)
}

.van-image {
    position: relative;
    display: inline-block
}

.van-image--round {
    overflow: hidden;
    border-radius: var(--van-radius-max)
}

.van-image--round .van-image__img {
    border-radius: inherit
}

.van-image--block {
    display: block
}

.van-image__img,
.van-image__error,
.van-image__loading {
    display: block;
    width: 100%;
    height: 100%
}

.van-image__error,
.van-image__loading {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--van-image-placeholder-text-color);
    font-size: var(--van-image-placeholder-font-size);
    background: var(--van-image-placeholder-background)
}

.van-image__loading-icon {
    color: var(--van-image-loading-icon-color);
    font-size: var(--van-image-loading-icon-size)
}

.van-image__error-icon {
    color: var(--van-image-error-icon-color);
    font-size: var(--van-image-error-icon-size)
}

:root,
:host {
    --van-back-top-size: 40px;
    --van-back-top-right: 30px;
    --van-back-top-bottom: 40px;
    --van-back-top-z-index: 100;
    --van-back-top-icon-size: 20px;
    --van-back-top-text-color: #fff;
    --van-back-top-background: var(--van-blue)
}

.van-back-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--van-back-top-size);
    height: var(--van-back-top-size);
    right: var(--van-back-top-right);
    bottom: var(--van-back-top-bottom);
    z-index: var(--van-back-top-z-index);
    cursor: pointer;
    color: var(--van-back-top-text-color);
    border-radius: var(--van-radius-max);
    box-shadow: 0 2px 8px #0000001f;
    transform: scale(0);
    transition: var(--van-duration-base) cubic-bezier(.25, .8, .5, 1);
    background-color: var(--van-back-top-background)
}

.van-back-top:active {
    opacity: var(--van-active-opacity)
}

.van-back-top__placeholder {
    display: none
}

.van-back-top--active {
    transform: scale(1)
}

.van-back-top__icon {
    font-size: var(--van-back-top-icon-size);
    font-weight: var(--van-font-bold)
}

:root,
:host {
    --van-tag-padding: 0 var(--van-padding-base);
    --van-tag-text-color: var(--van-white);
    --van-tag-font-size: var(--van-font-size-sm);
    --van-tag-radius: 2px;
    --van-tag-line-height: 16px;
    --van-tag-medium-padding: 2px 6px;
    --van-tag-large-padding: var(--van-padding-base) var(--van-padding-xs);
    --van-tag-large-radius: var(--van-radius-md);
    --van-tag-large-font-size: var(--van-font-size-md);
    --van-tag-round-radius: var(--van-radius-max);
    --van-tag-danger-color: var(--van-danger-color);
    --van-tag-primary-color: var(--van-primary-color);
    --van-tag-success-color: var(--van-success-color);
    --van-tag-warning-color: var(--van-warning-color);
    --van-tag-default-color: var(--van-gray-6);
    --van-tag-plain-background: var(--van-background-2)
}

.van-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: var(--van-tag-padding);
    color: var(--van-tag-text-color);
    font-size: var(--van-tag-font-size);
    line-height: var(--van-tag-line-height);
    border-radius: var(--van-tag-radius)
}

.van-tag--default {
    background: var(--van-tag-default-color)
}

.van-tag--default.van-tag--plain {
    color: var(--van-tag-default-color)
}

.van-tag--danger {
    background: var(--van-tag-danger-color)
}

.van-tag--danger.van-tag--plain {
    color: var(--van-tag-danger-color)
}

.van-tag--primary {
    background: var(--van-tag-primary-color)
}

.van-tag--primary.van-tag--plain {
    color: var(--van-tag-primary-color)
}

.van-tag--success {
    background: var(--van-tag-success-color)
}

.van-tag--success.van-tag--plain {
    color: var(--van-tag-success-color)
}

.van-tag--warning {
    background: var(--van-tag-warning-color)
}

.van-tag--warning.van-tag--plain {
    color: var(--van-tag-warning-color)
}

.van-tag--plain {
    background: var(--van-tag-plain-background);
    border-color: currentColor
}

.van-tag--plain:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    border-color: inherit;
    border-radius: inherit;
    content: "";
    pointer-events: none
}

.van-tag--medium {
    padding: var(--van-tag-medium-padding)
}

.van-tag--large {
    padding: var(--van-tag-large-padding);
    font-size: var(--van-tag-large-font-size);
    border-radius: var(--van-tag-large-radius)
}

.van-tag--mark {
    border-radius: 0 var(--van-tag-round-radius) var(--van-tag-round-radius) 0
}

.van-tag--mark:after {
    display: block;
    width: 2px;
    content: ""
}

.van-tag--round {
    border-radius: var(--van-tag-round-radius)
}

.van-tag__close {
    margin-left: 2px
}

:root,
:host {
    --van-card-padding: var(--van-padding-xs) var(--van-padding-md);
    --van-card-font-size: var(--van-font-size-sm);
    --van-card-text-color: var(--van-text-color);
    --van-card-background: var(--van-background);
    --van-card-thumb-size: 88px;
    --van-card-thumb-radius: var(--van-radius-lg);
    --van-card-title-line-height: 16px;
    --van-card-desc-color: var(--van-text-color-2);
    --van-card-desc-line-height: var(--van-line-height-md);
    --van-card-price-color: var(--van-text-color);
    --van-card-origin-price-color: var(--van-text-color-2);
    --van-card-num-color: var(--van-text-color-2);
    --van-card-origin-price-font-size: var(--van-font-size-xs);
    --van-card-price-font-size: var(--van-font-size-sm);
    --van-card-price-integer-font-size: var(--van-font-size-lg);
    --van-card-price-font: var(--van-price-font)
}

.van-card {
    position: relative;
    box-sizing: border-box;
    padding: var(--van-card-padding);
    color: var(--van-card-text-color);
    font-size: var(--van-card-font-size);
    background: var(--van-card-background)
}

.van-card:not(:first-child) {
    margin-top: var(--van-padding-xs)
}

.van-card__header {
    display: flex
}

.van-card__thumb {
    position: relative;
    flex: none;
    width: var(--van-card-thumb-size);
    height: var(--van-card-thumb-size);
    margin-right: var(--van-padding-xs)
}

.van-card__thumb img {
    border-radius: var(--van-card-thumb-radius)
}

.van-card__content {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: var(--van-card-thumb-size)
}

.van-card__content--centered {
    justify-content: center
}

.van-card__title,
.van-card__desc {
    word-wrap: break-word
}

.van-card__title {
    max-height: 32px;
    font-weight: var(--van-font-bold);
    line-height: var(--van-card-title-line-height)
}

.van-card__desc {
    max-height: var(--van-card-desc-line-height);
    color: var(--van-card-desc-color);
    line-height: var(--van-card-desc-line-height)
}

.van-card__bottom {
    line-height: var(--van-line-height-md)
}

.van-card__price {
    display: inline-block;
    color: var(--van-card-price-color);
    font-weight: var(--van-font-bold);
    font-size: var(--van-card-price-font-size)
}

.van-card__price-integer {
    font-size: var(--van-card-price-integer-font-size);
    font-family: var(--van-card-price-font)
}

.van-card__price-decimal {
    font-family: var(--van-card-price-font)
}

.van-card__origin-price {
    display: inline-block;
    margin-left: 5px;
    color: var(--van-card-origin-price-color);
    font-size: var(--van-card-origin-price-font-size);
    text-decoration: line-through
}

.van-card__num {
    float: right;
    color: var(--van-card-num-color)
}

.van-card__tag {
    position: absolute;
    top: 2px;
    left: 0
}

.van-card__footer {
    flex: none;
    text-align: right
}

.van-card__footer .van-button {
    margin-left: 5px
}

:root,
:host {
    --van-cell-font-size: var(--van-font-size-md);
    --van-cell-line-height: 24px;
    --van-cell-vertical-padding: 10px;
    --van-cell-horizontal-padding: var(--van-padding-md);
    --van-cell-text-color: var(--van-text-color);
    --van-cell-background: var(--van-background-2);
    --van-cell-border-color: var(--van-border-color);
    --van-cell-active-color: var(--van-active-color);
    --van-cell-required-color: var(--van-danger-color);
    --van-cell-label-color: var(--van-text-color-2);
    --van-cell-label-font-size: var(--van-font-size-sm);
    --van-cell-label-line-height: var(--van-line-height-sm);
    --van-cell-label-margin-top: var(--van-padding-base);
    --van-cell-value-color: var(--van-text-color-2);
    --van-cell-value-font-size: inherit;
    --van-cell-icon-size: 16px;
    --van-cell-right-icon-color: var(--van-gray-6);
    --van-cell-large-vertical-padding: var(--van-padding-sm);
    --van-cell-large-title-font-size: var(--van-font-size-lg);
    --van-cell-large-label-font-size: var(--van-font-size-md);
    --van-cell-large-value-font-size: inherit
}

.van-cell {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);
    overflow: hidden;
    color: var(--van-cell-text-color);
    font-size: var(--van-cell-font-size);
    line-height: var(--van-cell-line-height);
    background: var(--van-cell-background)
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: var(--van-padding-md);
    bottom: 0;
    left: var(--van-padding-md);
    border-bottom: 1px solid var(--van-cell-border-color);
    transform: scaleY(.5)
}

.van-cell:last-child:after,
.van-cell--borderless:after {
    display: none
}

.van-cell__label {
    margin-top: var(--van-cell-label-margin-top);
    color: var(--van-cell-label-color);
    font-size: var(--van-cell-label-font-size);
    line-height: var(--van-cell-label-line-height)
}

.van-cell__title,
.van-cell__value {
    flex: 1
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: var(--van-cell-value-color);
    font-size: var(--van-cell-value-font-size);
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word
}

.van-cell__left-icon,
.van-cell__right-icon {
    height: var(--van-cell-line-height);
    font-size: var(--van-cell-icon-size);
    line-height: var(--van-cell-line-height)
}

.van-cell__left-icon {
    margin-right: var(--van-padding-base)
}

.van-cell__right-icon {
    margin-left: var(--van-padding-base);
    color: var(--van-cell-right-icon-color)
}

.van-cell--clickable {
    cursor: pointer
}

.van-cell--clickable:active {
    background-color: var(--van-cell-active-color)
}

.van-cell--required {
    overflow: visible
}

.van-cell--required:before {
    position: absolute;
    left: var(--van-padding-xs);
    color: var(--van-cell-required-color);
    font-size: var(--van-cell-font-size);
    content: "*"
}

.van-cell--center {
    align-items: center
}

.van-cell--large {
    padding-top: var(--van-cell-large-vertical-padding);
    padding-bottom: var(--van-cell-large-vertical-padding)
}

.van-cell--large .van-cell__title {
    font-size: var(--van-cell-large-title-font-size)
}

.van-cell--large .van-cell__label {
    font-size: var(--van-cell-large-label-font-size)
}

.van-cell--large .van-cell__value {
    font-size: var(--van-cell-large-value-font-size)
}

:root,
:host {
    --van-coupon-cell-selected-text-color: var(--van-text-color)
}

.van-coupon-cell__value--selected {
    color: var(--van-coupon-cell-selected-text-color)
}

:root,
:host {
    --van-contact-card-padding: var(--van-padding-md);
    --van-contact-card-add-icon-size: 40px;
    --van-contact-card-add-icon-color: var(--van-primary-color);
    --van-contact-card-title-line-height: var(--van-line-height-md)
}

.van-contact-card {
    padding: var(--van-contact-card-padding)
}

.van-contact-card__title {
    margin-left: 5px;
    line-height: var(--van-contact-card-title-line-height)
}

.van-contact-card--add .van-contact-card__value {
    line-height: var(--van-contact-card-add-icon-size)
}

.van-contact-card--add .van-cell__left-icon {
    color: var(--van-contact-card-add-icon-color);
    font-size: var(--van-contact-card-add-icon-size)
}

.van-contact-card:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: repeating-linear-gradient(-45deg, var(--van-warning-color) 0, var(--van-warning-color) 20%, transparent 0, transparent 25%, var(--van-primary-color) 0, var(--van-primary-color) 45%, transparent 0, transparent 50%);
    background-size: 80px;
    content: ""
}

:root,
:host {
    --van-collapse-item-duration: var(--van-duration-base);
    --van-collapse-item-content-padding: var(--van-padding-sm) var(--van-padding-md);
    --van-collapse-item-content-font-size: var(--van-font-size-md);
    --van-collapse-item-content-line-height: 1.5;
    --van-collapse-item-content-text-color: var(--van-text-color-2);
    --van-collapse-item-content-background: var(--van-background-2);
    --van-collapse-item-title-disabled-color: var(--van-text-color-3)
}

.van-collapse-item {
    position: relative
}

.van-collapse-item--border:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: 0;
    right: var(--van-padding-md);
    left: var(--van-padding-md);
    border-top: 1px solid var(--van-border-color);
    transform: scaleY(.5)
}

.van-collapse-item__title .van-cell__right-icon:before {
    transform: rotate(90deg) translateZ(0);
    transition: transform var(--van-collapse-item-duration)
}

.van-collapse-item__title:after {
    right: var(--van-padding-md);
    display: none
}

.van-collapse-item__title--expanded .van-cell__right-icon:before {
    transform: rotate(-90deg)
}

.van-collapse-item__title--expanded:after {
    display: block
}

.van-collapse-item__title--borderless:after {
    display: none
}

.van-collapse-item__title--disabled {
    cursor: not-allowed
}

.van-collapse-item__title--disabled,
.van-collapse-item__title--disabled .van-cell__right-icon {
    color: var(--van-collapse-item-title-disabled-color)
}

.van-collapse-item__wrapper {
    overflow: hidden;
    transition: height var(--van-collapse-item-duration) ease-in-out;
    will-change: height
}

.van-collapse-item__content {
    padding: var(--van-collapse-item-content-padding);
    color: var(--van-collapse-item-content-text-color);
    font-size: var(--van-collapse-item-content-font-size);
    line-height: var(--van-collapse-item-content-line-height);
    background: var(--van-collapse-item-content-background)
}

:root,
:host {
    --van-field-label-width: 6.2em;
    --van-field-label-color: var(--van-text-color);
    --van-field-label-margin-right: var(--van-padding-sm);
    --van-field-input-text-color: var(--van-text-color);
    --van-field-input-error-text-color: var(--van-danger-color);
    --van-field-input-disabled-text-color: var(--van-text-color-3);
    --van-field-placeholder-text-color: var(--van-text-color-3);
    --van-field-icon-size: 18px;
    --van-field-clear-icon-size: 18px;
    --van-field-clear-icon-color: var(--van-gray-5);
    --van-field-right-icon-color: var(--van-gray-6);
    --van-field-error-message-color: var(--van-danger-color);
    --van-field-error-message-font-size: 12px;
    --van-field-text-area-min-height: 60px;
    --van-field-word-limit-color: var(--van-gray-7);
    --van-field-word-limit-font-size: var(--van-font-size-sm);
    --van-field-word-limit-line-height: 16px;
    --van-field-disabled-text-color: var(--van-text-color-3);
    --van-field-required-mark-color: var(--van-red)
}

.van-field {
    flex-wrap: wrap
}

.van-field__label {
    flex: none;
    box-sizing: border-box;
    width: var(--van-field-label-width);
    margin-right: var(--van-field-label-margin-right);
    color: var(--van-field-label-color);
    text-align: left;
    word-wrap: break-word
}

.van-field__label--center {
    text-align: center
}

.van-field__label--right {
    text-align: right
}

.van-field__label--top {
    display: flex;
    width: 100%;
    text-align: left;
    margin-bottom: var(--van-padding-base);
    overflow-wrap: break-word
}

.van-field__label--required:before {
    margin-right: 2px;
    color: var(--van-field-required-mark-color);
    content: "*"
}

.van-field--disabled .van-field__label {
    color: var(--van-field-disabled-text-color)
}

.van-field__value {
    overflow: visible
}

.van-field__body {
    display: flex;
    align-items: center
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.van-field__control::-moz-placeholder {
    color: var(--van-field-placeholder-text-color)
}

.van-field__control::placeholder {
    color: var(--van-field-placeholder-text-color)
}

.van-field__control:-moz-read-only {
    cursor: default
}

.van-field__control:read-only {
    cursor: default
}

.van-field__control:disabled {
    color: var(--van-field-input-disabled-text-color);
    cursor: not-allowed;
    opacity: 1;
    -webkit-text-fill-color: var(--van-field-input-disabled-text-color)
}

.van-field__control--center {
    justify-content: center;
    text-align: center
}

.van-field__control--right {
    justify-content: flex-end;
    text-align: right
}

.van-field__control--custom {
    display: flex;
    align-items: center;
    min-height: var(--van-cell-line-height)
}

.van-field__control--error::-moz-placeholder {
    color: var(--van-field-input-error-text-color);
    -webkit-text-fill-color: currentColor
}

.van-field__control--error,
.van-field__control--error::placeholder {
    color: var(--van-field-input-error-text-color);
    -webkit-text-fill-color: currentColor
}

.van-field__control--min-height {
    min-height: var(--van-field-text-area-min-height)
}

.van-field__control[type=date],
.van-field__control[type=time],
.van-field__control[type=datetime-local] {
    min-height: var(--van-cell-line-height)
}

.van-field__control[type=search] {
    -webkit-appearance: none
}

.van-field__clear,
.van-field__icon,
.van-field__button,
.van-field__right-icon {
    flex-shrink: 0
}

.van-field__clear,
.van-field__right-icon {
    margin-right: calc(var(--van-padding-xs) * -1);
    padding: 0 var(--van-padding-xs);
    line-height: inherit
}

.van-field__clear {
    color: var(--van-field-clear-icon-color);
    font-size: var(--van-field-clear-icon-size);
    cursor: pointer
}

.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
    display: block;
    font-size: var(--van-field-icon-size);
    line-height: inherit
}

.van-field__left-icon {
    margin-right: var(--van-padding-base)
}

.van-field__right-icon {
    color: var(--van-field-right-icon-color)
}

.van-field__button {
    padding-left: var(--van-padding-xs)
}

.van-field__error-message {
    color: var(--van-field-error-message-color);
    font-size: var(--van-field-error-message-font-size);
    text-align: left
}

.van-field__error-message--center {
    text-align: center
}

.van-field__error-message--right {
    text-align: right
}

.van-field__word-limit {
    margin-top: var(--van-padding-base);
    color: var(--van-field-word-limit-color);
    font-size: var(--van-field-word-limit-font-size);
    line-height: var(--van-field-word-limit-line-height);
    text-align: right
}

:root,
:host {
    --van-search-padding: 10px var(--van-padding-sm);
    --van-search-background: var(--van-background-2);
    --van-search-content-background: var(--van-background);
    --van-search-input-height: 34px;
    --van-search-label-padding: 0 5px;
    --van-search-label-color: var(--van-text-color);
    --van-search-label-font-size: var(--van-font-size-md);
    --van-search-left-icon-color: var(--van-gray-6);
    --van-search-action-padding: 0 var(--van-padding-xs);
    --van-search-action-text-color: var(--van-text-color);
    --van-search-action-font-size: var(--van-font-size-md)
}

.van-search {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: var(--van-search-padding);
    background: var(--van-search-background)
}

.van-search__content {
    display: flex;
    flex: 1;
    padding-left: var(--van-padding-sm);
    background: var(--van-search-content-background);
    border-radius: var(--van-radius-sm)
}

.van-search__content--round {
    border-radius: var(--van-radius-max)
}

.van-search__label {
    padding: var(--van-search-label-padding);
    color: var(--van-search-label-color);
    font-size: var(--van-search-label-font-size);
    line-height: var(--van-search-input-height)
}

.van-search__field {
    flex: 1;
    align-items: center;
    padding: 0 var(--van-padding-xs) 0 0;
    height: var(--van-search-input-height);
    background-color: transparent
}

.van-search__field .van-field__left-icon {
    color: var(--van-search-left-icon-color)
}

.van-search__field--with-message {
    height: auto;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px
}

.van-search--show-action {
    padding-right: 0
}

.van-search input::-webkit-search-decoration,
.van-search input::-webkit-search-cancel-button,
.van-search input::-webkit-search-results-button,
.van-search input::-webkit-search-results-decoration {
    display: none
}

.van-search__action {
    padding: var(--van-search-action-padding);
    color: var(--van-search-action-text-color);
    font-size: var(--van-search-action-font-size);
    line-height: var(--van-search-input-height);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-search__action:active {
    background-color: var(--van-active-color)
}

:root,
:host {
    --van-action-bar-icon-width: 48px;
    --van-action-bar-icon-height: 100%;
    --van-action-bar-icon-color: var(--van-text-color);
    --van-action-bar-icon-size: 18px;
    --van-action-bar-icon-font-size: var(--van-font-size-xs);
    --van-action-bar-icon-active-color: var(--van-active-color);
    --van-action-bar-icon-text-color: var(--van-text-color);
    --van-action-bar-icon-background: var(--van-background-2)
}

.van-action-bar-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: var(--van-action-bar-icon-width);
    height: var(--van-action-bar-icon-height);
    color: var(--van-action-bar-icon-text-color);
    font-size: var(--van-action-bar-icon-font-size);
    line-height: 1;
    text-align: center;
    background: var(--van-action-bar-icon-background);
    cursor: pointer
}

.van-action-bar-icon:active {
    background-color: var(--van-action-bar-icon-active-color)
}

.van-action-bar-icon__icon {
    margin: 0 auto var(--van-padding-base);
    color: var(--van-action-bar-icon-color);
    font-size: var(--van-action-bar-icon-size)
}

:root,
:host {
    --van-loading-text-color: var(--van-text-color-2);
    --van-loading-text-font-size: var(--van-font-size-md);
    --van-loading-spinner-color: var(--van-gray-5);
    --van-loading-spinner-size: 30px;
    --van-loading-spinner-duration: .8s
}

.van-loading {
    position: relative;
    color: var(--van-loading-spinner-color);
    font-size: 0;
    vertical-align: middle
}

.van-loading__spinner {
    position: relative;
    display: inline-block;
    width: var(--van-loading-spinner-size);
    max-width: 100%;
    height: var(--van-loading-spinner-size);
    max-height: 100%;
    vertical-align: middle;
    animation: van-rotate var(--van-loading-spinner-duration) linear infinite
}

.van-loading__spinner--spinner {
    animation-timing-function: steps(12)
}

.van-loading__spinner--circular {
    animation-duration: 2s
}

.van-loading__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.van-loading__line:before {
    display: block;
    width: 2px;
    height: 25%;
    margin: 0 auto;
    background-color: currentColor;
    border-radius: 40%;
    content: " "
}

.van-loading__circular {
    display: block;
    width: 100%;
    height: 100%
}

.van-loading__circular circle {
    animation: van-circular 1.5s ease-in-out infinite;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round
}

.van-loading__text {
    display: inline-block;
    margin-left: var(--van-padding-xs);
    color: var(--van-loading-text-color);
    font-size: var(--van-loading-text-font-size);
    vertical-align: middle
}

.van-loading--vertical {
    display: flex;
    flex-direction: column;
    align-items: center
}

.van-loading--vertical .van-loading__text {
    margin: var(--van-padding-xs) 0 0
}

@keyframes van-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120
    }
}

.van-loading__line--1 {
    transform: rotate(30deg);
    opacity: 1
}

.van-loading__line--2 {
    transform: rotate(60deg);
    opacity: .9375
}

.van-loading__line--3 {
    transform: rotate(90deg);
    opacity: .875
}

.van-loading__line--4 {
    transform: rotate(120deg);
    opacity: .8125
}

.van-loading__line--5 {
    transform: rotate(150deg);
    opacity: .75
}

.van-loading__line--6 {
    transform: rotate(180deg);
    opacity: .6875
}

.van-loading__line--7 {
    transform: rotate(210deg);
    opacity: .625
}

.van-loading__line--8 {
    transform: rotate(240deg);
    opacity: .5625
}

.van-loading__line--9 {
    transform: rotate(270deg);
    opacity: .5
}

.van-loading__line--10 {
    transform: rotate(300deg);
    opacity: .4375
}

.van-loading__line--11 {
    transform: rotate(330deg);
    opacity: .375
}

.van-loading__line--12 {
    transform: rotate(360deg);
    opacity: .3125
}

:root,
:host {
    --van-pull-refresh-head-height: 50px;
    --van-pull-refresh-head-font-size: var(--van-font-size-md);
    --van-pull-refresh-head-text-color: var(--van-text-color-2);
    --van-pull-refresh-loading-icon-size: 16px
}

.van-pull-refresh {
    overflow: hidden
}

.van-pull-refresh__track {
    position: relative;
    height: 100%;
    transition-property: transform
}

.van-pull-refresh__head {
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--van-pull-refresh-head-height);
    overflow: hidden;
    color: var(--van-pull-refresh-head-text-color);
    font-size: var(--van-pull-refresh-head-font-size);
    line-height: var(--van-pull-refresh-head-height);
    text-align: center;
    transform: translateY(-100%)
}

.van-pull-refresh__loading .van-loading__spinner {
    width: var(--van-pull-refresh-loading-icon-size);
    height: var(--van-pull-refresh-loading-icon-size)
}

:root,
:host {
    --van-number-keyboard-background: var(--van-gray-2);
    --van-number-keyboard-key-height: 48px;
    --van-number-keyboard-key-font-size: 28px;
    --van-number-keyboard-key-active-color: var(--van-gray-3);
    --van-number-keyboard-key-background: var(--van-background-2);
    --van-number-keyboard-delete-font-size: var(--van-font-size-lg);
    --van-number-keyboard-title-color: var(--van-gray-7);
    --van-number-keyboard-title-height: 34px;
    --van-number-keyboard-title-font-size: var(--van-font-size-lg);
    --van-number-keyboard-close-padding: 0 var(--van-padding-md);
    --van-number-keyboard-close-color: var(--van-primary-color);
    --van-number-keyboard-close-font-size: var(--van-font-size-md);
    --van-number-keyboard-button-text-color: var(--van-white);
    --van-number-keyboard-button-background: var(--van-primary-color);
    --van-number-keyboard-z-index: 100
}

.van-theme-dark {
    --van-number-keyboard-background: var(--van-gray-8);
    --van-number-keyboard-key-background: var(--van-gray-7);
    --van-number-keyboard-key-active-color: var(--van-gray-6)
}

.van-number-keyboard {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: var(--van-number-keyboard-z-index);
    width: 100%;
    padding-bottom: 22px;
    background: var(--van-number-keyboard-background);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-number-keyboard--with-title {
    border-radius: 20px 20px 0 0
}

.van-number-keyboard__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    height: var(--van-number-keyboard-title-height);
    padding-top: 6px;
    color: var(--van-number-keyboard-title-color);
    font-size: var(--van-number-keyboard-title-font-size)
}

.van-number-keyboard__title {
    display: inline-block;
    font-weight: 400
}

.van-number-keyboard__title-left {
    position: absolute;
    left: 0
}

.van-number-keyboard__body {
    display: flex;
    padding: 6px 0 0 6px
}

.van-number-keyboard__keys {
    display: flex;
    flex: 3;
    flex-wrap: wrap
}

.van-number-keyboard__close {
    position: absolute;
    right: 0;
    height: 100%;
    padding: var(--van-number-keyboard-close-padding);
    color: var(--van-number-keyboard-close-color);
    font-size: var(--van-number-keyboard-close-font-size);
    background-color: transparent;
    border: none
}

.van-number-keyboard__sidebar {
    display: flex;
    flex: 1;
    flex-direction: column
}

.van-number-keyboard--unfit {
    padding-bottom: 0
}

.van-key {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--van-number-keyboard-key-height);
    font-size: var(--van-number-keyboard-key-font-size);
    line-height: 1.5;
    background: var(--van-number-keyboard-key-background);
    border-radius: var(--van-radius-lg);
    cursor: pointer
}

.van-key--large {
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 6px;
    left: 0;
    height: auto
}

.van-key--blue,
.van-key--delete {
    font-size: var(--van-number-keyboard-delete-font-size)
}

.van-key--active {
    background-color: var(--van-number-keyboard-key-active-color)
}

.van-key--blue {
    color: var(--van-number-keyboard-button-text-color);
    background: var(--van-number-keyboard-button-background)
}

.van-key--blue.van-key--active {
    opacity: var(--van-active-opacity)
}

.van-key__wrapper {
    position: relative;
    flex: 1;
    flex-basis: 33%;
    box-sizing: border-box;
    padding: 0 6px 6px 0
}

.van-key__wrapper--wider {
    flex-basis: 66%
}

.van-key__delete-icon {
    width: 32px;
    height: 22px
}

.van-key__collapse-icon {
    width: 30px;
    height: 24px
}

.van-key__loading-icon {
    color: var(--van-number-keyboard-button-text-color)
}

:root,
:host {
    --van-list-text-color: var(--van-text-color-2);
    --van-list-text-font-size: var(--van-font-size-md);
    --van-list-text-line-height: 50px;
    --van-list-loading-icon-size: 16px
}

.van-list__loading,
.van-list__finished-text,
.van-list__error-text {
    color: var(--van-list-text-color);
    font-size: var(--van-list-text-font-size);
    line-height: var(--van-list-text-line-height);
    text-align: center
}

.van-list__placeholder {
    height: 0;
    pointer-events: none
}

.van-list__loading-icon .van-loading__spinner {
    width: var(--van-list-loading-icon-size);
    height: var(--van-list-loading-icon-size)
}

:root,
:host {
    --van-switch-size: 26px;
    --van-switch-width: calc(1.8em + 4px);
    --van-switch-height: calc(1em + 4px);
    --van-switch-node-size: 1em;
    --van-switch-node-background: var(--van-white);
    --van-switch-node-shadow: 0 3px 1px 0 rgba(0, 0, 0, .05);
    --van-switch-background: rgba(120, 120, 128, .16);
    --van-switch-on-background: var(--van-primary-color);
    --van-switch-duration: var(--van-duration-base);
    --van-switch-disabled-opacity: var(--van-disabled-opacity)
}

.van-theme-dark {
    --van-switch-background: rgba(120, 120, 128, .32)
}

.van-switch {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: var(--van-switch-width);
    height: var(--van-switch-height);
    font-size: var(--van-switch-size);
    background: var(--van-switch-background);
    border-radius: var(--van-switch-node-size);
    cursor: pointer;
    transition: background-color var(--van-switch-duration)
}

.van-switch__node {
    position: absolute;
    top: 2px;
    left: 2px;
    width: var(--van-switch-node-size);
    height: var(--van-switch-node-size);
    font-size: inherit;
    background: var(--van-switch-node-background);
    border-radius: 100%;
    box-shadow: var(--van-switch-node-shadow);
    transition: transform var(--van-switch-duration) cubic-bezier(.3, 1.05, .4, 1.05)
}

.van-switch__loading {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    line-height: 1
}

.van-switch--on {
    background: var(--van-switch-on-background)
}

.van-switch--on .van-switch__node {
    transform: translate(calc(var(--van-switch-width) - var(--van-switch-node-size) - 4px))
}

.van-switch--on .van-switch__loading {
    color: var(--van-switch-on-background)
}

.van-switch--disabled {
    cursor: not-allowed;
    opacity: var(--van-switch-disabled-opacity)
}

.van-switch--loading {
    cursor: default
}

:root,
:host {
    --van-button-mini-height: 24px;
    --van-button-mini-padding: 0 var(--van-padding-base);
    --van-button-mini-font-size: var(--van-font-size-xs);
    --van-button-small-height: 32px;
    --van-button-small-padding: 0 var(--van-padding-xs);
    --van-button-small-font-size: var(--van-font-size-sm);
    --van-button-normal-padding: 0 15px;
    --van-button-normal-font-size: var(--van-font-size-md);
    --van-button-large-height: 50px;
    --van-button-default-height: 44px;
    --van-button-default-line-height: 1.2;
    --van-button-default-font-size: var(--van-font-size-lg);
    --van-button-default-color: var(--van-text-color);
    --van-button-default-background: var(--van-background-2);
    --van-button-default-border-color: var(--van-gray-4);
    --van-button-primary-color: var(--van-white);
    --van-button-primary-background: var(--van-primary-color);
    --van-button-primary-border-color: var(--van-primary-color);
    --van-button-success-color: var(--van-white);
    --van-button-success-background: var(--van-success-color);
    --van-button-success-border-color: var(--van-success-color);
    --van-button-danger-color: var(--van-white);
    --van-button-danger-background: var(--van-danger-color);
    --van-button-danger-border-color: var(--van-danger-color);
    --van-button-warning-color: var(--van-white);
    --van-button-warning-background: var(--van-warning-color);
    --van-button-warning-border-color: var(--van-warning-color);
    --van-button-border-width: var(--van-border-width);
    --van-button-radius: var(--van-radius-md);
    --van-button-round-radius: var(--van-radius-max);
    --van-button-plain-background: var(--van-white);
    --van-button-disabled-opacity: var(--van-disabled-opacity);
    --van-button-icon-size: 1.2em;
    --van-button-loading-icon-size: 20px
}

.van-theme-dark {
    --van-button-plain-background: transparent
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: var(--van-button-default-height);
    margin: 0;
    padding: 0;
    font-size: var(--van-button-default-font-size);
    line-height: var(--van-button-default-line-height);
    text-align: center;
    border-radius: var(--van-button-radius);
    cursor: pointer;
    transition: opacity var(--van-duration-fast);
    -webkit-appearance: none;
    -webkit-font-smoothing: auto
}

.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--van-black);
    border: inherit;
    border-color: var(--van-black);
    border-radius: inherit;
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " "
}

.van-button:active:before {
    opacity: .1
}

.van-button--loading:before,
.van-button--disabled:before {
    display: none
}

.van-button--default {
    color: var(--van-button-default-color);
    background: var(--van-button-default-background);
    border: var(--van-button-border-width) solid var(--van-button-default-border-color)
}

.van-button--primary {
    color: var(--van-button-primary-color);
    background: var(--van-button-primary-background);
    border: var(--van-button-border-width) solid var(--van-button-primary-border-color)
}

.van-button--success {
    color: var(--van-button-success-color);
    background: var(--van-button-success-background);
    border: var(--van-button-border-width) solid var(--van-button-success-border-color)
}

.van-button--danger {
    color: var(--van-button-danger-color);
    background: var(--van-button-danger-background);
    border: var(--van-button-border-width) solid var(--van-button-danger-border-color)
}

.van-button--warning {
    color: var(--van-button-warning-color);
    background: var(--van-button-warning-background);
    border: var(--van-button-border-width) solid var(--van-button-warning-border-color)
}

.van-button--plain {
    background: var(--van-button-plain-background)
}

.van-button--plain.van-button--primary {
    color: var(--van-button-primary-background)
}

.van-button--plain.van-button--success {
    color: var(--van-button-success-background)
}

.van-button--plain.van-button--danger {
    color: var(--van-button-danger-background)
}

.van-button--plain.van-button--warning {
    color: var(--van-button-warning-background)
}

.van-button--large {
    width: 100%;
    height: var(--van-button-large-height)
}

.van-button--normal {
    padding: var(--van-button-normal-padding);
    font-size: var(--van-button-normal-font-size)
}

.van-button--small {
    height: var(--van-button-small-height);
    padding: var(--van-button-small-padding);
    font-size: var(--van-button-small-font-size)
}

.van-button__loading {
    color: inherit;
    font-size: inherit
}

.van-button__loading .van-loading__spinner {
    color: currentColor;
    width: var(--van-button-loading-icon-size);
    height: var(--van-button-loading-icon-size)
}

.van-button--mini {
    height: var(--van-button-mini-height);
    padding: var(--van-button-mini-padding);
    font-size: var(--van-button-mini-font-size)
}

.van-button--mini+.van-button--mini {
    margin-left: var(--van-padding-base)
}

.van-button--block {
    display: block;
    width: 100%
}

.van-button--disabled {
    cursor: not-allowed;
    opacity: var(--van-button-disabled-opacity)
}

.van-button--loading {
    cursor: default
}

.van-button--round {
    border-radius: var(--van-button-round-radius)
}

.van-button--square {
    border-radius: 0
}

.van-button__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.van-button__content:before {
    content: " "
}

.van-button__icon {
    font-size: var(--van-button-icon-size);
    line-height: inherit
}

.van-button__icon+.van-button__text,
.van-button__loading+.van-button__text,
.van-button__text+.van-button__icon,
.van-button__text+.van-button__loading {
    margin-left: var(--van-padding-base)
}

.van-button--hairline {
    border-width: 0
}

.van-button--hairline:after {
    border-color: inherit;
    border-radius: calc(var(--van-button-radius) * 2)
}

.van-button--hairline.van-button--round:after {
    border-radius: var(--van-button-round-radius)
}

.van-button--hairline.van-button--square:after {
    border-radius: 0
}

:root,
:host {
    --van-submit-bar-height: 50px;
    --van-submit-bar-z-index: 100;
    --van-submit-bar-background: var(--van-background-2);
    --van-submit-bar-button-width: 110px;
    --van-submit-bar-price-color: var(--van-danger-color);
    --van-submit-bar-price-font-size: var(--van-font-size-sm);
    --van-submit-bar-price-integer-font-size: 20px;
    --van-submit-bar-price-font: var(--van-price-font);
    --van-submit-bar-text-color: var(--van-text-color);
    --van-submit-bar-text-font-size: var(--van-font-size-md);
    --van-submit-bar-tip-padding: var(--van-padding-xs) var(--van-padding-sm);
    --van-submit-bar-tip-font-size: var(--van-font-size-sm);
    --van-submit-bar-tip-line-height: 1.5;
    --van-submit-bar-tip-color: var(--van-orange-dark);
    --van-submit-bar-tip-background: var(--van-orange-light);
    --van-submit-bar-tip-icon-size: 12px;
    --van-submit-bar-button-height: 40px;
    --van-submit-bar-padding: 0 var(--van-padding-md)
}

.van-submit-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: var(--van-submit-bar-z-index);
    width: 100%;
    background: var(--van-submit-bar-background);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-submit-bar__tip {
    padding: var(--van-submit-bar-tip-padding);
    color: var(--van-submit-bar-tip-color);
    font-size: var(--van-submit-bar-tip-font-size);
    line-height: var(--van-submit-bar-tip-line-height);
    background: var(--van-submit-bar-tip-background)
}

.van-submit-bar__tip-icon {
    margin-right: var(--van-padding-base);
    font-size: var(--van-submit-bar-tip-icon-size);
    vertical-align: middle
}

.van-submit-bar__tip-text {
    vertical-align: middle
}

.van-submit-bar__bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: var(--van-submit-bar-height);
    padding: var(--van-submit-bar-padding);
    font-size: var(--van-submit-bar-text-font-size)
}

.van-submit-bar__text {
    flex: 1;
    padding-right: var(--van-padding-sm);
    color: var(--van-submit-bar-text-color);
    text-align: right
}

.van-submit-bar__text span {
    display: inline-block
}

.van-submit-bar__suffix-label {
    margin-left: var(--van-padding-base);
    font-weight: var(--van-font-bold)
}

.van-submit-bar__price {
    color: var(--van-submit-bar-price-color);
    font-weight: var(--van-font-bold);
    font-size: var(--van-submit-bar-price-font-size);
    margin-left: var(--van-padding-base)
}

.van-submit-bar__price-integer {
    font-size: var(--van-submit-bar-price-integer-font-size);
    font-family: var(--van-submit-bar-price-font)
}

.van-submit-bar__button {
    width: var(--van-submit-bar-button-width);
    height: var(--van-submit-bar-button-height);
    font-weight: var(--van-font-bold);
    border: none
}

.van-submit-bar__button--danger {
    background: var(--van-gradient-red)
}

:root,
:host {
    --van-signature-padding: var(--van-padding-xs);
    --van-signature-content-height: 200px;
    --van-signature-content-background: var(--van-background-2);
    --van-signature-content-border: 1px dotted #dadada
}

.van-signature {
    padding: var(--van-signature-padding)
}

.van-signature__content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--van-signature-content-height);
    background-color: var(--van-signature-content-background);
    border: var(--van-signature-content-border);
    border-radius: var(--van-radius-lg);
    overflow: hidden
}

.van-signature__content canvas {
    width: 100%;
    height: 100%
}

.van-signature__footer {
    display: flex;
    justify-content: flex-end
}

.van-signature__footer .van-button {
    padding: 0 var(--van-padding-md);
    margin-top: var(--van-padding-xs);
    margin-left: var(--van-padding-xs)
}

:root,
:host {
    --van-contact-edit-padding: var(--van-padding-md);
    --van-contact-edit-fields-radius: var(--van-radius-md);
    --van-contact-edit-buttons-padding: var(--van-padding-xl) 0;
    --van-contact-edit-button-margin-bottom: var(--van-padding-sm);
    --van-contact-edit-button-font-size: var(--van-font-size-lg);
    --van-contact-edit-field-label-width: 4.1em
}

.van-contact-edit {
    padding: var(--van-contact-edit-padding)
}

.van-contact-edit__fields {
    overflow: hidden;
    border-radius: var(--van-contact-edit-fields-radius)
}

.van-contact-edit__fields .van-field__label {
    width: var(--van-contact-edit-field-label-width)
}

.van-contact-edit__switch-cell {
    margin-top: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: var(--van-contact-edit-fields-radius)
}

.van-contact-edit__buttons {
    padding: var(--van-contact-edit-buttons-padding)
}

.van-contact-edit__button {
    margin-bottom: var(--van-contact-edit-button-margin-bottom);
    font-size: var(--van-contact-edit-button-font-size)
}

:root,
:host {
    --van-action-bar-button-height: 40px;
    --van-action-bar-button-warning-color: var(--van-gradient-orange);
    --van-action-bar-button-danger-color: var(--van-gradient-red)
}

.van-action-bar-button {
    flex: 1;
    height: var(--van-action-bar-button-height);
    font-weight: var(--van-font-bold);
    font-size: var(--van-font-size-md);
    border: none;
    border-radius: 0
}

.van-action-bar-button--first {
    margin-left: 5px;
    border-top-left-radius: var(--van-radius-max);
    border-bottom-left-radius: var(--van-radius-max)
}

.van-action-bar-button--last {
    margin-right: 5px;
    border-top-right-radius: var(--van-radius-max);
    border-bottom-right-radius: var(--van-radius-max)
}

.van-action-bar-button--warning {
    background: var(--van-action-bar-button-warning-color)
}

.van-action-bar-button--danger {
    background: var(--van-action-bar-button-danger-color)
}

@media (max-width: 321px) {
    .van-action-bar-button {
        font-size: 13px
    }
}

:root,
:host {
    --van-overlay-z-index: 1;
    --van-overlay-background: rgba(0, 0, 0, .7)
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--van-overlay-z-index);
    width: 100%;
    height: 100%;
    background: var(--van-overlay-background)
}

:root,
:host {
    --van-popup-background: var(--van-background-2);
    --van-popup-transition: transform var(--van-duration-base);
    --van-popup-round-radius: 16px;
    --van-popup-close-icon-size: 22px;
    --van-popup-close-icon-color: var(--van-gray-5);
    --van-popup-close-icon-margin: 16px;
    --van-popup-close-icon-z-index: 1
}

.van-overflow-hidden {
    overflow: hidden !important
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: var(--van-popup-background);
    transition: var(--van-popup-transition);
    -webkit-overflow-scrolling: touch
}

.van-popup--center {
    top: 50%;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--van-padding-md) * 2);
    margin: 0 auto;
    transform: translateY(-50%)
}

.van-popup--center.van-popup--round {
    border-radius: var(--van-popup-round-radius)
}

.van-popup--top {
    top: 0;
    left: 0;
    width: 100%
}

.van-popup--top.van-popup--round {
    border-radius: 0 0 var(--van-popup-round-radius) var(--van-popup-round-radius)
}

.van-popup--right {
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0)
}

.van-popup--right.van-popup--round {
    border-radius: var(--van-popup-round-radius) 0 0 var(--van-popup-round-radius)
}

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%
}

.van-popup--bottom.van-popup--round {
    border-radius: var(--van-popup-round-radius) var(--van-popup-round-radius) 0 0
}

.van-popup--left {
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0)
}

.van-popup--left.van-popup--round {
    border-radius: 0 var(--van-popup-round-radius) var(--van-popup-round-radius) 0
}

.van-popup-slide-top-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-bottom-enter-active {
    transition-timing-function: var(--van-ease-out)
}

.van-popup-slide-top-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-bottom-leave-active {
    transition-timing-function: var(--van-ease-in)
}

.van-popup-slide-top-enter-from,
.van-popup-slide-top-leave-active {
    transform: translate3d(0, -100%, 0)
}

.van-popup-slide-right-enter-from,
.van-popup-slide-right-leave-active {
    transform: translate3d(100%, -50%, 0)
}

.van-popup-slide-bottom-enter-from,
.van-popup-slide-bottom-leave-active {
    transform: translate3d(0, 100%, 0)
}

.van-popup-slide-left-enter-from,
.van-popup-slide-left-leave-active {
    transform: translate3d(-100%, -50%, 0)
}

.van-popup__close-icon {
    position: absolute;
    z-index: var(--van-popup-close-icon-z-index);
    color: var(--van-popup-close-icon-color);
    font-size: var(--van-popup-close-icon-size)
}

.van-popup__close-icon--top-left {
    top: var(--van-popup-close-icon-margin);
    left: var(--van-popup-close-icon-margin)
}

.van-popup__close-icon--top-right {
    top: var(--van-popup-close-icon-margin);
    right: var(--van-popup-close-icon-margin)
}

.van-popup__close-icon--bottom-left {
    bottom: var(--van-popup-close-icon-margin);
    left: var(--van-popup-close-icon-margin)
}

.van-popup__close-icon--bottom-right {
    right: var(--van-popup-close-icon-margin);
    bottom: var(--van-popup-close-icon-margin)
}

:root,
:host {
    --van-share-sheet-header-padding: var(--van-padding-sm) var(--van-padding-md);
    --van-share-sheet-title-color: var(--van-text-color);
    --van-share-sheet-title-font-size: var(--van-font-size-md);
    --van-share-sheet-title-line-height: var(--van-line-height-md);
    --van-share-sheet-description-color: var(--van-text-color-2);
    --van-share-sheet-description-font-size: var(--van-font-size-sm);
    --van-share-sheet-description-line-height: 16px;
    --van-share-sheet-icon-size: 48px;
    --van-share-sheet-option-name-color: var(--van-gray-7);
    --van-share-sheet-option-name-font-size: var(--van-font-size-sm);
    --van-share-sheet-option-description-color: var(--van-text-color-3);
    --van-share-sheet-option-description-font-size: var(--van-font-size-sm);
    --van-share-sheet-cancel-button-font-size: var(--van-font-size-lg);
    --van-share-sheet-cancel-button-height: 48px;
    --van-share-sheet-cancel-button-background: var(--van-background-2)
}

.van-share-sheet__header {
    padding: var(--van-share-sheet-header-padding);
    text-align: center
}

.van-share-sheet__title {
    margin-top: var(--van-padding-xs);
    color: var(--van-share-sheet-title-color);
    font-weight: 400;
    font-size: var(--van-share-sheet-title-font-size);
    line-height: var(--van-share-sheet-title-line-height)
}

.van-share-sheet__description {
    display: block;
    margin-top: var(--van-padding-xs);
    color: var(--van-share-sheet-description-color);
    font-size: var(--van-share-sheet-description-font-size);
    line-height: var(--van-share-sheet-description-line-height)
}

.van-share-sheet__options {
    position: relative;
    display: flex;
    padding: var(--van-padding-md) 0 var(--van-padding-md) var(--van-padding-xs);
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch
}

.van-share-sheet__options--border:before {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: 0;
    right: 0;
    left: var(--van-padding-md);
    border-top: 1px solid var(--van-border-color);
    transform: scaleY(.5)
}

.van-share-sheet__options::-webkit-scrollbar {
    height: 0
}

.van-share-sheet__option {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-share-sheet__icon,
.van-share-sheet__image-icon {
    width: var(--van-share-sheet-icon-size);
    height: var(--van-share-sheet-icon-size);
    margin: 0 var(--van-padding-md)
}

.van-share-sheet__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--van-gray-7);
    border-radius: 100%;
    background-color: var(--van-gray-2)
}

.van-share-sheet__icon--link,
.van-share-sheet__icon--poster,
.van-share-sheet__icon--qrcode {
    font-size: 26px
}

.van-share-sheet__icon--weapp-qrcode {
    font-size: 28px
}

.van-share-sheet__icon--qq,
.van-share-sheet__icon--weibo,
.van-share-sheet__icon--wechat,
.van-share-sheet__icon--wechat-moments {
    font-size: 30px;
    color: var(--van-white)
}

.van-share-sheet__icon--qq {
    background-color: #38b9fa
}

.van-share-sheet__icon--wechat {
    background-color: #0bc15f
}

.van-share-sheet__icon--weibo {
    background-color: #ee575e
}

.van-share-sheet__icon--wechat-moments {
    background-color: #7bc845
}

.van-share-sheet__name {
    margin-top: var(--van-padding-xs);
    padding: 0 var(--van-padding-base);
    color: var(--van-share-sheet-option-name-color);
    font-size: var(--van-share-sheet-option-name-font-size)
}

.van-share-sheet__option-description {
    padding: 0 var(--van-padding-base);
    color: var(--van-share-sheet-option-description-color);
    font-size: var(--van-share-sheet-option-description-font-size)
}

.van-share-sheet__cancel {
    display: block;
    width: 100%;
    padding: 0;
    font-size: var(--van-share-sheet-cancel-button-font-size);
    line-height: var(--van-share-sheet-cancel-button-height);
    text-align: center;
    background: var(--van-share-sheet-cancel-button-background);
    border: none;
    cursor: pointer
}

.van-share-sheet__cancel:before {
    display: block;
    height: var(--van-padding-xs);
    background-color: var(--van-background);
    content: " "
}

.van-share-sheet__cancel:active {
    background-color: var(--van-active-color)
}

:root,
:host {
    --van-popover-arrow-size: 6px;
    --van-popover-radius: var(--van-radius-lg);
    --van-popover-action-width: 128px;
    --van-popover-action-height: 44px;
    --van-popover-action-font-size: var(--van-font-size-md);
    --van-popover-action-line-height: var(--van-line-height-md);
    --van-popover-action-icon-size: 20px;
    --van-popover-horizontal-action-height: 34px;
    --van-popover-horizontal-action-icon-size: 16px;
    --van-popover-light-text-color: var(--van-text-color);
    --van-popover-light-background: var(--van-background-2);
    --van-popover-light-action-disabled-text-color: var(--van-text-color-3);
    --van-popover-dark-text-color: var(--van-white);
    --van-popover-dark-background: #4a4a4a;
    --van-popover-dark-action-disabled-text-color: var(--van-text-color-2)
}

.van-popover {
    position: absolute;
    overflow: visible;
    background-color: transparent;
    transition: opacity .15s, transform .15s
}

.van-popover__wrapper {
    display: inline-block
}

.van-popover__arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: var(--van-popover-arrow-size)
}

.van-popover__content {
    overflow: hidden;
    border-radius: var(--van-popover-radius)
}

.van-popover__content--horizontal {
    display: flex;
    width: -moz-max-content;
    width: max-content
}

.van-popover__content--horizontal .van-popover__action {
    flex: none;
    width: auto;
    height: var(--van-popover-horizontal-action-height);
    padding: 0 var(--van-padding-sm)
}

.van-popover__content--horizontal .van-popover__action:last-child:after {
    display: none
}

.van-popover__content--horizontal .van-popover__action-icon {
    margin-right: var(--van-padding-base);
    font-size: var(--van-popover-horizontal-action-icon-size)
}

.van-popover__action {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: var(--van-popover-action-width);
    height: var(--van-popover-action-height);
    padding: 0 var(--van-padding-md);
    font-size: var(--van-popover-action-font-size);
    line-height: var(--van-line-height-md);
    cursor: pointer
}

.van-popover__action:last-child .van-popover__action-text:after {
    display: none
}

.van-popover__action-text {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%
}

.van-popover__action-icon {
    margin-right: var(--van-padding-xs);
    font-size: var(--van-popover-action-icon-size)
}

.van-popover__action--with-icon .van-popover__action-text {
    justify-content: flex-start
}

.van-popover[data-popper-placement^=top] .van-popover__arrow {
    bottom: 0;
    border-top-color: currentColor;
    border-bottom-width: 0;
    margin-bottom: calc(var(--van-popover-arrow-size) * -1)
}

.van-popover[data-popper-placement=top] {
    transform-origin: 50% 100%
}

.van-popover[data-popper-placement=top] .van-popover__arrow {
    left: 50%;
    transform: translate(-50%)
}

.van-popover[data-popper-placement=top-start] {
    transform-origin: 0 100%
}

.van-popover[data-popper-placement=top-start] .van-popover__arrow {
    left: var(--van-padding-md)
}

.van-popover[data-popper-placement=top-end] {
    transform-origin: 100% 100%
}

.van-popover[data-popper-placement=top-end] .van-popover__arrow {
    right: var(--van-padding-md)
}

.van-popover[data-popper-placement^=left] .van-popover__arrow {
    right: 0;
    border-right-width: 0;
    border-left-color: currentColor;
    margin-right: calc(var(--van-popover-arrow-size) * -1)
}

.van-popover[data-popper-placement=left] {
    transform-origin: 100% 50%
}

.van-popover[data-popper-placement=left] .van-popover__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.van-popover[data-popper-placement=left-start] {
    transform-origin: 100% 0
}

.van-popover[data-popper-placement=left-start] .van-popover__arrow {
    top: var(--van-padding-md)
}

.van-popover[data-popper-placement=left-end] {
    transform-origin: 100% 100%
}

.van-popover[data-popper-placement=left-end] .van-popover__arrow {
    bottom: var(--van-padding-md)
}

.van-popover[data-popper-placement^=right] .van-popover__arrow {
    left: 0;
    border-right-color: currentColor;
    border-left-width: 0;
    margin-left: calc(var(--van-popover-arrow-size) * -1)
}

.van-popover[data-popper-placement=right] {
    transform-origin: 0 50%
}

.van-popover[data-popper-placement=right] .van-popover__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.van-popover[data-popper-placement=right-start] {
    transform-origin: 0 0
}

.van-popover[data-popper-placement=right-start] .van-popover__arrow {
    top: var(--van-padding-md)
}

.van-popover[data-popper-placement=right-end] {
    transform-origin: 0 100%
}

.van-popover[data-popper-placement=right-end] .van-popover__arrow {
    bottom: var(--van-padding-md)
}

.van-popover[data-popper-placement^=bottom] .van-popover__arrow {
    top: 0;
    border-top-width: 0;
    border-bottom-color: currentColor;
    margin-top: calc(var(--van-popover-arrow-size) * -1)
}

.van-popover[data-popper-placement=bottom] {
    transform-origin: 50% 0
}

.van-popover[data-popper-placement=bottom] .van-popover__arrow {
    left: 50%;
    transform: translate(-50%)
}

.van-popover[data-popper-placement=bottom-start] {
    transform-origin: 0 0
}

.van-popover[data-popper-placement=bottom-start] .van-popover__arrow {
    left: var(--van-padding-md)
}

.van-popover[data-popper-placement=bottom-end] {
    transform-origin: 100% 0
}

.van-popover[data-popper-placement=bottom-end] .van-popover__arrow {
    right: var(--van-padding-md)
}

.van-popover--light {
    color: var(--van-popover-light-text-color)
}

.van-popover--light .van-popover__content {
    background: var(--van-popover-light-background);
    box-shadow: 0 2px 12px #3232331f
}

.van-popover--light .van-popover__arrow {
    color: var(--van-popover-light-background)
}

.van-popover--light .van-popover__action:active {
    background-color: var(--van-active-color)
}

.van-popover--light .van-popover__action--disabled {
    color: var(--van-popover-light-action-disabled-text-color);
    cursor: not-allowed
}

.van-popover--light .van-popover__action--disabled:active {
    background-color: transparent
}

.van-popover--dark {
    color: var(--van-popover-dark-text-color)
}

.van-popover--dark .van-popover__content {
    background: var(--van-popover-dark-background)
}

.van-popover--dark .van-popover__arrow {
    color: var(--van-popover-dark-background)
}

.van-popover--dark .van-popover__action:active {
    background-color: #0003
}

.van-popover--dark .van-popover__action--disabled {
    color: var(--van-popover-dark-action-disabled-text-color)
}

.van-popover--dark .van-popover__action--disabled:active {
    background-color: transparent
}

.van-popover--dark .van-popover__action-text:after {
    border-color: var(--van-gray-7)
}

.van-popover-zoom-enter-from,
.van-popover-zoom-leave-active {
    transform: scale(.8);
    opacity: 0
}

.van-popover-zoom-enter-active {
    transition-timing-function: var(--van-ease-out)
}

.van-popover-zoom-leave-active {
    transition-timing-function: var(--van-ease-in)
}

:root,
:host {
    --van-notify-text-color: var(--van-white);
    --van-notify-padding: var(--van-padding-xs) var(--van-padding-md);
    --van-notify-font-size: var(--van-font-size-md);
    --van-notify-line-height: var(--van-line-height-md);
    --van-notify-primary-background: var(--van-primary-color);
    --van-notify-success-background: var(--van-success-color);
    --van-notify-danger-background: var(--van-danger-color);
    --van-notify-warning-background: var(--van-warning-color)
}

.van-notify {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: var(--van-notify-padding);
    color: var(--van-notify-text-color);
    font-size: var(--van-notify-font-size);
    line-height: var(--van-notify-line-height);
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word
}

.van-notify--primary {
    background: var(--van-notify-primary-background)
}

.van-notify--success {
    background: var(--van-notify-success-background)
}

.van-notify--danger {
    background: var(--van-notify-danger-background)
}

.van-notify--warning {
    background: var(--van-notify-warning-background)
}

:root,
:host {
    --van-dialog-width: 320px;
    --van-dialog-small-screen-width: 90%;
    --van-dialog-font-size: var(--van-font-size-lg);
    --van-dialog-transition: var(--van-duration-base);
    --van-dialog-radius: 16px;
    --van-dialog-background: var(--van-background-2);
    --van-dialog-header-font-weight: var(--van-font-bold);
    --van-dialog-header-line-height: 24px;
    --van-dialog-header-padding-top: 26px;
    --van-dialog-header-isolated-padding: var(--van-padding-lg) 0;
    --van-dialog-message-padding: var(--van-padding-lg);
    --van-dialog-message-font-size: var(--van-font-size-md);
    --van-dialog-message-line-height: var(--van-line-height-md);
    --van-dialog-message-max-height: 60vh;
    --van-dialog-has-title-message-text-color: var(--van-gray-7);
    --van-dialog-has-title-message-padding-top: var(--van-padding-xs);
    --van-dialog-button-height: 48px;
    --van-dialog-round-button-height: 36px;
    --van-dialog-confirm-button-text-color: var(--van-primary-color)
}

.van-dialog {
    top: 45%;
    width: var(--van-dialog-width);
    overflow: hidden;
    font-size: var(--van-dialog-font-size);
    background: var(--van-dialog-background);
    border-radius: var(--van-dialog-radius);
    backface-visibility: hidden;
    transition: var(--van-dialog-transition);
    transition-property: transform, opacity
}

@media (max-width: 321px) {
    .van-dialog {
        width: var(--van-dialog-small-screen-width)
    }
}

.van-dialog__header {
    color: var(--van-text-color);
    padding-top: var(--van-dialog-header-padding-top);
    font-weight: var(--van-dialog-header-font-weight);
    line-height: var(--van-dialog-header-line-height);
    text-align: center
}

.van-dialog__header--isolated {
    padding: var(--van-dialog-header-isolated-padding)
}

.van-dialog__content--isolated {
    display: flex;
    align-items: center;
    min-height: 104px
}

.van-dialog__message {
    color: var(--van-text-color);
    flex: 1;
    max-height: var(--van-dialog-message-max-height);
    padding: 26px var(--van-dialog-message-padding);
    overflow-y: auto;
    font-size: var(--van-dialog-message-font-size);
    line-height: var(--van-dialog-message-line-height);
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch
}

.van-dialog__message--has-title {
    padding-top: var(--van-dialog-has-title-message-padding-top);
    color: var(--van-dialog-has-title-message-text-color)
}

.van-dialog__message--left {
    text-align: left
}

.van-dialog__message--right {
    text-align: right
}

.van-dialog__message--justify {
    text-align: justify
}

.van-dialog__footer {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-dialog__confirm,
.van-dialog__cancel {
    flex: 1;
    height: var(--van-dialog-button-height);
    margin: 0;
    border: 0;
    border-radius: 0
}

.van-dialog__confirm,
.van-dialog__confirm:active {
    color: var(--van-dialog-confirm-button-text-color)
}

.van-dialog--round-button .van-dialog__footer {
    position: relative;
    height: auto;
    padding: var(--van-padding-xs) var(--van-padding-lg) var(--van-padding-md)
}

.van-dialog--round-button .van-dialog__message {
    padding-bottom: var(--van-padding-md);
    color: var(--van-text-color)
}

.van-dialog--round-button .van-dialog__confirm,
.van-dialog--round-button .van-dialog__cancel {
    height: var(--van-dialog-round-button-height)
}

.van-dialog--round-button .van-dialog__confirm {
    color: var(--van-white)
}

.van-dialog--round-button .van-action-bar-button--first {
    border-top-left-radius: var(--van-radius-max);
    border-bottom-left-radius: var(--van-radius-max)
}

.van-dialog--round-button .van-action-bar-button--last {
    border-top-right-radius: var(--van-radius-max);
    border-bottom-right-radius: var(--van-radius-max)
}

.van-dialog-bounce-enter-from {
    transform: translate3d(0, -50%, 0) scale(.7);
    opacity: 0
}

.van-dialog-bounce-leave-active {
    transform: translate3d(0, -50%, 0) scale(.9);
    opacity: 0
}

:root,
:host {
    --van-toast-max-width: 70%;
    --van-toast-font-size: var(--van-font-size-md);
    --van-toast-text-color: var(--van-white);
    --van-toast-loading-icon-color: var(--van-white);
    --van-toast-line-height: var(--van-line-height-md);
    --van-toast-radius: var(--van-radius-lg);
    --van-toast-background: rgba(0, 0, 0, .7);
    --van-toast-icon-size: 36px;
    --van-toast-text-min-width: 96px;
    --van-toast-text-padding: var(--van-padding-xs) var(--van-padding-sm);
    --van-toast-default-padding: var(--van-padding-md);
    --van-toast-default-width: 88px;
    --van-toast-default-min-height: 88px;
    --van-toast-position-top-distance: 20%;
    --van-toast-position-bottom-distance: 20%
}

.van-toast {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    transition: all var(--van-duration-fast);
    width: var(--van-toast-default-width);
    max-width: var(--van-toast-max-width);
    min-height: var(--van-toast-default-min-height);
    padding: var(--van-toast-default-padding);
    color: var(--van-toast-text-color);
    font-size: var(--van-toast-font-size);
    line-height: var(--van-toast-line-height);
    white-space: pre-wrap;
    word-break: break-all;
    text-align: center;
    background: var(--van-toast-background);
    border-radius: var(--van-toast-radius)
}

.van-toast--break-normal {
    word-break: normal;
    word-wrap: normal
}

.van-toast--break-word {
    word-break: normal;
    word-wrap: break-word
}

.van-toast--unclickable {
    overflow: hidden;
    cursor: not-allowed
}

.van-toast--unclickable * {
    pointer-events: none
}

.van-toast--text,
.van-toast--html {
    width: -moz-fit-content;
    width: fit-content;
    min-width: var(--van-toast-text-min-width);
    min-height: 0;
    padding: var(--van-toast-text-padding)
}

.van-toast--text .van-toast__text,
.van-toast--html .van-toast__text {
    margin-top: 0
}

.van-toast--top {
    top: var(--van-toast-position-top-distance)
}

.van-toast--bottom {
    top: auto;
    bottom: var(--van-toast-position-bottom-distance)
}

.van-toast__icon {
    font-size: var(--van-toast-icon-size)
}

.van-toast__loading {
    padding: var(--van-padding-base);
    color: var(--van-toast-loading-icon-color)
}

.van-toast__text {
    margin-top: var(--van-padding-xs)
}

:root,
:host {
    --van-action-sheet-max-height: 80%;
    --van-action-sheet-header-height: 48px;
    --van-action-sheet-header-font-size: var(--van-font-size-lg);
    --van-action-sheet-description-color: var(--van-text-color-2);
    --van-action-sheet-description-font-size: var(--van-font-size-md);
    --van-action-sheet-description-line-height: var(--van-line-height-md);
    --van-action-sheet-item-background: var(--van-background-2);
    --van-action-sheet-item-font-size: var(--van-font-size-lg);
    --van-action-sheet-item-line-height: var(--van-line-height-lg);
    --van-action-sheet-item-text-color: var(--van-text-color);
    --van-action-sheet-item-disabled-text-color: var(--van-text-color-3);
    --van-action-sheet-item-icon-size: 18px;
    --van-action-sheet-item-icon-margin-right: var(--van-padding-xs);
    --van-action-sheet-subname-color: var(--van-text-color-2);
    --van-action-sheet-subname-font-size: var(--van-font-size-sm);
    --van-action-sheet-subname-line-height: var(--van-line-height-sm);
    --van-action-sheet-close-icon-size: 22px;
    --van-action-sheet-close-icon-color: var(--van-gray-5);
    --van-action-sheet-close-icon-padding: 0 var(--van-padding-md);
    --van-action-sheet-cancel-text-color: var(--van-gray-7);
    --van-action-sheet-cancel-padding-top: var(--van-padding-xs);
    --van-action-sheet-cancel-padding-color: var(--van-background);
    --van-action-sheet-loading-icon-size: 22px
}

.van-action-sheet {
    display: flex;
    flex-direction: column;
    max-height: var(--van-action-sheet-max-height);
    overflow: hidden;
    color: var(--van-action-sheet-item-text-color)
}

.van-action-sheet__content {
    flex: 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.van-action-sheet__item,
.van-action-sheet__cancel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px var(--van-padding-md);
    font-size: var(--van-action-sheet-item-font-size);
    background: var(--van-action-sheet-item-background);
    border: none;
    cursor: pointer
}

.van-action-sheet__item:active,
.van-action-sheet__cancel:active {
    background-color: var(--van-active-color)
}

.van-action-sheet__item {
    line-height: var(--van-action-sheet-item-line-height)
}

.van-action-sheet__item--loading,
.van-action-sheet__item--disabled {
    color: var(--van-action-sheet-item-disabled-text-color)
}

.van-action-sheet__item--loading:active,
.van-action-sheet__item--disabled:active {
    background-color: var(--van-action-sheet-item-background)
}

.van-action-sheet__item--disabled {
    cursor: not-allowed
}

.van-action-sheet__item--loading {
    cursor: default
}

.van-action-sheet__item-icon {
    font-size: var(--van-action-sheet-item-icon-size);
    margin-right: var(--van-action-sheet-item-icon-margin-right)
}

.van-action-sheet__cancel {
    flex-shrink: 0;
    box-sizing: border-box;
    color: var(--van-action-sheet-cancel-text-color)
}

.van-action-sheet__subname {
    width: 100%;
    margin-top: var(--van-padding-xs);
    color: var(--van-action-sheet-subname-color);
    font-size: var(--van-action-sheet-subname-font-size);
    line-height: var(--van-action-sheet-subname-line-height);
    overflow-wrap: break-word
}

.van-action-sheet__gap {
    display: block;
    height: var(--van-action-sheet-cancel-padding-top);
    background: var(--van-action-sheet-cancel-padding-color)
}

.van-action-sheet__header {
    flex-shrink: 0;
    font-weight: var(--van-font-bold);
    font-size: var(--van-action-sheet-header-font-size);
    line-height: var(--van-action-sheet-header-height);
    text-align: center
}

.van-action-sheet__description {
    position: relative;
    flex-shrink: 0;
    padding: 20px var(--van-padding-md);
    color: var(--van-action-sheet-description-color);
    font-size: var(--van-action-sheet-description-font-size);
    line-height: var(--van-action-sheet-description-line-height);
    text-align: center
}

.van-action-sheet__description:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: var(--van-padding-md);
    bottom: 0;
    left: var(--van-padding-md);
    border-bottom: 1px solid var(--van-border-color);
    transform: scaleY(.5)
}

.van-action-sheet__loading-icon .van-loading__spinner {
    width: var(--van-action-sheet-loading-icon-size);
    height: var(--van-action-sheet-loading-icon-size)
}

.van-action-sheet__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: var(--van-action-sheet-close-icon-padding);
    color: var(--van-action-sheet-close-icon-color);
    font-size: var(--van-action-sheet-close-icon-size);
    line-height: inherit
}

:root,
:host {
    --van-sticky-z-index: 99
}

.van-sticky--fixed {
    position: fixed;
    z-index: var(--van-sticky-z-index)
}

:root,
:host {
    --van-swipe-indicator-size: 6px;
    --van-swipe-indicator-margin: var(--van-padding-sm);
    --van-swipe-indicator-active-opacity: 1;
    --van-swipe-indicator-inactive-opacity: .3;
    --van-swipe-indicator-active-background: var(--van-primary-color);
    --van-swipe-indicator-inactive-background: var(--van-border-color)
}

.van-swipe {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-swipe__track {
    display: flex;
    height: 100%;
    transition-property: transform
}

.van-swipe__track--vertical {
    flex-direction: column
}

.van-swipe__indicators {
    position: absolute;
    bottom: var(--van-swipe-indicator-margin);
    left: 50%;
    display: flex;
    transform: translate(-50%)
}

.van-swipe__indicators--vertical {
    top: 50%;
    bottom: auto;
    left: var(--van-swipe-indicator-margin);
    flex-direction: column;
    transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
    margin-bottom: var(--van-swipe-indicator-size)
}

.van-swipe__indicator {
    width: var(--van-swipe-indicator-size);
    height: var(--van-swipe-indicator-size);
    background-color: var(--van-swipe-indicator-inactive-background);
    border-radius: 100%;
    opacity: var(--van-swipe-indicator-inactive-opacity);
    transition: opacity var(--van-duration-fast), background-color var(--van-duration-fast)
}

.van-swipe__indicator:not(:last-child) {
    margin-right: var(--van-swipe-indicator-size)
}

.van-swipe__indicator--active {
    background-color: var(--van-swipe-indicator-active-background);
    opacity: var(--van-swipe-indicator-active-opacity)
}

.van-swipe-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

:root,
:host {
    --van-image-preview-index-text-color: var(--van-white);
    --van-image-preview-index-font-size: var(--van-font-size-md);
    --van-image-preview-index-line-height: var(--van-line-height-md);
    --van-image-preview-index-text-shadow: 0 1px 1px var(--van-gray-8);
    --van-image-preview-overlay-background: rgba(0, 0, 0, .9);
    --van-image-preview-close-icon-size: 22px;
    --van-image-preview-close-icon-color: var(--van-gray-5);
    --van-image-preview-close-icon-margin: var(--van-padding-md);
    --van-image-preview-close-icon-z-index: 1
}

.van-image-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    background-color: transparent;
    transform: none
}

.van-image-preview__swipe {
    height: 100%
}

.van-image-preview__swipe-item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.van-image-preview__cover {
    position: absolute;
    top: 0;
    left: 0
}

.van-image-preview__image,
.van-image-preview__image-wrap {
    width: 100%;
    transition-property: transform
}

.van-image-preview__image--vertical,
.van-image-preview__image-wrap--vertical {
    width: auto;
    height: 100%
}

.van-image-preview__image img,
.van-image-preview__image-wrap img,
.van-image-preview__image video,
.van-image-preview__image-wrap video {
    -webkit-user-drag: none
}

.van-image-preview__image .van-image__error,
.van-image-preview__image-wrap .van-image__error {
    top: 30%;
    height: 40%
}

.van-image-preview__image .van-image__error-icon,
.van-image-preview__image-wrap .van-image__error-icon {
    font-size: 36px
}

.van-image-preview__image .van-image__loading,
.van-image-preview__image-wrap .van-image__loading {
    background-color: transparent
}

.van-image-preview__index {
    position: absolute;
    top: var(--van-padding-md);
    left: 50%;
    color: var(--van-image-preview-index-text-color);
    font-size: var(--van-image-preview-index-font-size);
    line-height: var(--van-image-preview-index-line-height);
    text-shadow: var(--van-image-preview-index-text-shadow);
    transform: translate(-50%)
}

.van-image-preview__overlay {
    background: var(--van-image-preview-overlay-background)
}

.van-image-preview__close-icon {
    position: absolute;
    z-index: var(--van-image-preview-close-icon-z-index);
    color: var(--van-image-preview-close-icon-color);
    font-size: var(--van-image-preview-close-icon-size)
}

.van-image-preview__close-icon--top-left {
    top: var(--van-image-preview-close-icon-margin);
    left: var(--van-image-preview-close-icon-margin)
}

.van-image-preview__close-icon--top-right {
    top: var(--van-image-preview-close-icon-margin);
    right: var(--van-image-preview-close-icon-margin)
}

.van-image-preview__close-icon--bottom-left {
    bottom: var(--van-image-preview-close-icon-margin);
    left: var(--van-image-preview-close-icon-margin)
}

.van-image-preview__close-icon--bottom-right {
    right: var(--van-image-preview-close-icon-margin);
    bottom: var(--van-image-preview-close-icon-margin)
}

:root,
:host {
    --van-uploader-size: 80px;
    --van-uploader-icon-size: 24px;
    --van-uploader-icon-color: var(--van-gray-4);
    --van-uploader-text-color: var(--van-text-color-2);
    --van-uploader-text-font-size: var(--van-font-size-sm);
    --van-uploader-upload-background: var(--van-gray-1);
    --van-uploader-upload-active-color: var(--van-active-color);
    --van-uploader-delete-color: var(--van-white);
    --van-uploader-delete-icon-size: 14px;
    --van-uploader-delete-background: rgba(0, 0, 0, .7);
    --van-uploader-file-background: var(--van-background);
    --van-uploader-file-icon-size: 20px;
    --van-uploader-file-icon-color: var(--van-gray-7);
    --van-uploader-file-name-padding: 0 var(--van-padding-base);
    --van-uploader-file-name-margin-top: var(--van-padding-xs);
    --van-uploader-file-name-font-size: var(--van-font-size-sm);
    --van-uploader-file-name-text-color: var(--van-gray-7);
    --van-uploader-mask-text-color: var(--van-white);
    --van-uploader-mask-background: rgba(50, 50, 51, .88);
    --van-uploader-mask-icon-size: 22px;
    --van-uploader-mask-message-font-size: var(--van-font-size-sm);
    --van-uploader-mask-message-line-height: var(--van-line-height-xs);
    --van-uploader-loading-icon-size: 22px;
    --van-uploader-loading-icon-color: var(--van-white);
    --van-uploader-disabled-opacity: var(--van-disabled-opacity);
    --van-uploader-border-radius: 0px
}

.van-uploader {
    position: relative;
    display: inline-block
}

.van-uploader__wrapper {
    display: flex;
    flex-wrap: wrap
}

.van-uploader__wrapper--disabled {
    opacity: var(--van-uploader-disabled-opacity)
}

.van-uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    opacity: 0
}

.van-uploader__input-wrapper {
    position: relative
}

.van-uploader__input:disabled {
    cursor: not-allowed
}

.van-uploader__upload {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: var(--van-uploader-size);
    height: var(--van-uploader-size);
    margin: 0 var(--van-padding-xs) var(--van-padding-xs) 0;
    background: var(--van-uploader-upload-background);
    border-radius: var(--van-uploader-border-radius)
}

.van-uploader__upload:active {
    background-color: var(--van-uploader-upload-active-color)
}

.van-uploader__upload--readonly:active {
    background-color: var(--van-uploader-upload-background)
}

.van-uploader__upload-icon {
    color: var(--van-uploader-icon-color);
    font-size: var(--van-uploader-icon-size)
}

.van-uploader__upload-text {
    margin-top: var(--van-padding-xs);
    color: var(--van-uploader-text-color);
    font-size: var(--van-uploader-text-font-size)
}

.van-uploader__preview {
    position: relative;
    margin: 0 var(--van-padding-xs) var(--van-padding-xs) 0;
    cursor: pointer
}

.van-uploader__preview-image {
    display: block;
    width: var(--van-uploader-size);
    height: var(--van-uploader-size);
    overflow: hidden;
    border-radius: var(--van-uploader-border-radius)
}

.van-uploader__preview-delete {
    position: absolute;
    top: 0;
    right: 0
}

.van-uploader__preview-delete--shadow {
    width: var(--van-uploader-delete-icon-size);
    height: var(--van-uploader-delete-icon-size);
    background: var(--van-uploader-delete-background);
    border-radius: 0 0 0 12px
}

.van-uploader__preview-delete-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--van-uploader-delete-color);
    font-size: var(--van-uploader-delete-icon-size);
    transform: scale(.7) translate(10%, -10%)
}

.van-uploader__preview-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.van-uploader__mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--van-uploader-mask-text-color);
    background: var(--van-uploader-mask-background);
    border-radius: var(--van-uploader-border-radius)
}

.van-uploader__mask-icon {
    font-size: var(--van-uploader-mask-icon-size)
}

.van-uploader__mask-message {
    margin-top: 6px;
    padding: 0 var(--van-padding-base);
    font-size: var(--van-uploader-mask-message-font-size);
    line-height: var(--van-uploader-mask-message-line-height)
}

.van-uploader__loading {
    width: var(--van-uploader-loading-icon-size);
    height: var(--van-uploader-loading-icon-size);
    color: var(--van-uploader-loading-icon-color)
}

.van-uploader__file {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: var(--van-uploader-size);
    height: var(--van-uploader-size);
    background: var(--van-uploader-file-background)
}

.van-uploader__file-icon {
    color: var(--van-uploader-file-icon-color);
    font-size: var(--van-uploader-file-icon-size)
}

.van-uploader__file-name {
    box-sizing: border-box;
    width: 100%;
    margin-top: var(--van-uploader-file-name-margin-top);
    padding: var(--van-uploader-file-name-padding);
    color: var(--van-uploader-file-name-text-color);
    font-size: var(--van-uploader-file-name-font-size);
    text-align: center
}

:root,
:host {
    --van-tab-text-color: var(--van-gray-7);
    --van-tab-active-text-color: var(--van-text-color);
    --van-tab-disabled-text-color: var(--van-text-color-3);
    --van-tab-font-size: var(--van-font-size-md);
    --van-tab-line-height: var(--van-line-height-md);
    --van-tabs-default-color: var(--van-primary-color);
    --van-tabs-line-height: 44px;
    --van-tabs-card-height: 30px;
    --van-tabs-nav-background: var(--van-background-2);
    --van-tabs-bottom-bar-width: 40px;
    --van-tabs-bottom-bar-height: 3px;
    --van-tabs-bottom-bar-color: var(--van-primary-color)
}

.van-tab {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 var(--van-padding-base);
    color: var(--van-tab-text-color);
    font-size: var(--van-tab-font-size);
    line-height: var(--van-tab-line-height);
    cursor: pointer
}

.van-tab--active {
    color: var(--van-tab-active-text-color);
    font-weight: var(--van-font-bold)
}

.van-tab--disabled {
    color: var(--van-tab-disabled-text-color);
    cursor: not-allowed
}

.van-tab--grow {
    flex: 1 0 auto;
    padding: 0 var(--van-padding-sm)
}

.van-tab--shrink {
    flex: none;
    padding: 0 var(--van-padding-xs)
}

.van-tab--card {
    color: var(--van-tabs-default-color);
    border-right: var(--van-border-width) solid var(--van-tabs-default-color)
}

.van-tab--card:last-child {
    border-right: none
}

.van-tab--card.van-tab--active {
    color: var(--van-white);
    background-color: var(--van-tabs-default-color)
}

.van-tab--card--disabled {
    color: var(--van-tab-disabled-text-color)
}

.van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.van-tabs {
    position: relative
}

.van-tabs__wrap {
    overflow: hidden
}

.van-tabs__wrap--page-top {
    position: fixed
}

.van-tabs__wrap--content-bottom {
    top: auto;
    bottom: 0
}

.van-tabs__nav {
    position: relative;
    display: flex;
    background: var(--van-tabs-nav-background);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-tabs__nav--complete {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.van-tabs__nav--complete::-webkit-scrollbar {
    display: none
}

.van-tabs__nav--line {
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 15px
}

.van-tabs__nav--line.van-tabs__nav--shrink,
.van-tabs__nav--line.van-tabs__nav--complete {
    padding-right: var(--van-padding-xs);
    padding-left: var(--van-padding-xs)
}

.van-tabs__nav--card {
    box-sizing: border-box;
    height: var(--van-tabs-card-height);
    margin: 0 var(--van-padding-md);
    border: var(--van-border-width) solid var(--van-tabs-default-color);
    border-radius: var(--van-radius-sm)
}

.van-tabs__nav--card.van-tabs__nav--shrink {
    display: inline-flex
}

.van-tabs__line {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: var(--van-tabs-bottom-bar-width);
    height: var(--van-tabs-bottom-bar-height);
    background: var(--van-tabs-bottom-bar-color);
    border-radius: var(--van-tabs-bottom-bar-height)
}

.van-tabs__track {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: left
}

.van-tabs__content--animated {
    overflow: hidden
}

.van-tabs--line .van-tabs__wrap {
    height: var(--van-tabs-line-height)
}

.van-tabs--card>.van-tabs__wrap {
    height: var(--van-tabs-card-height)
}

.van-tab__panel,
.van-tab__panel-wrapper {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%
}

.van-tab__panel-wrapper--inactive {
    height: 0;
    overflow: visible
}

:root,
:host {
    --van-cascader-header-height: 48px;
    --van-cascader-header-padding: 0 var(--van-padding-md);
    --van-cascader-title-font-size: var(--van-font-size-lg);
    --van-cascader-title-line-height: 20px;
    --van-cascader-close-icon-size: 22px;
    --van-cascader-close-icon-color: var(--van-gray-5);
    --van-cascader-selected-icon-size: 18px;
    --van-cascader-tabs-height: 48px;
    --van-cascader-active-color: var(--van-primary-color);
    --van-cascader-options-height: 384px;
    --van-cascader-option-disabled-color: var(--van-text-color-3);
    --van-cascader-tab-color: var(--van-text-color);
    --van-cascader-unselected-tab-color: var(--van-text-color-2)
}

.van-cascader__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--van-cascader-header-height);
    padding: var(--van-cascader-header-padding)
}

.van-cascader__title {
    font-weight: var(--van-font-bold);
    font-size: var(--van-cascader-title-font-size);
    line-height: var(--van-cascader-title-line-height)
}

.van-cascader__close-icon {
    color: var(--van-cascader-close-icon-color);
    font-size: var(--van-cascader-close-icon-size)
}

.van-cascader__tabs.van-tabs--line .van-tabs__wrap {
    height: var(--van-cascader-tabs-height)
}

.van-cascader__tab {
    color: var(--van-cascader-tab-color);
    font-weight: var(--van-font-bold)
}

.van-cascader__tab--unselected {
    color: var(--van-cascader-unselected-tab-color);
    font-weight: 400
}

.van-cascader__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px var(--van-padding-md);
    font-size: var(--van-font-size-md);
    line-height: var(--van-line-height-md);
    cursor: pointer
}

.van-cascader__option:active {
    background-color: var(--van-active-color)
}

.van-cascader__option--selected {
    color: var(--van-cascader-active-color);
    font-weight: var(--van-font-bold)
}

.van-cascader__option--disabled {
    color: var(--van-cascader-option-disabled-color);
    cursor: not-allowed
}

.van-cascader__option--disabled:active {
    background-color: transparent
}

.van-cascader__selected-icon {
    font-size: var(--van-cascader-selected-icon-size)
}

.van-cascader__options {
    box-sizing: border-box;
    height: var(--van-cascader-options-height);
    padding-top: 6px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

:root,
:host {
    --van-picker-background: var(--van-background-2);
    --van-picker-toolbar-height: 44px;
    --van-picker-title-font-size: var(--van-font-size-lg);
    --van-picker-title-line-height: var(--van-line-height-md);
    --van-picker-action-padding: 0 var(--van-padding-md);
    --van-picker-action-font-size: var(--van-font-size-md);
    --van-picker-confirm-action-color: var(--van-primary-color);
    --van-picker-cancel-action-color: var(--van-text-color-2);
    --van-picker-option-font-size: var(--van-font-size-lg);
    --van-picker-option-padding: 0 var(--van-padding-base);
    --van-picker-option-text-color: var(--van-text-color);
    --van-picker-option-disabled-opacity: .3;
    --van-picker-loading-icon-color: var(--van-primary-color);
    --van-picker-loading-mask-color: rgba(255, 255, 255, .9);
    --van-picker-mask-color: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .4)), linear-gradient(0deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .4))
}

.van-theme-dark {
    --van-picker-loading-mask-color: rgba(0, 0, 0, .6);
    --van-picker-mask-color: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .1)), linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .1))
}

.van-picker {
    position: relative;
    background: var(--van-picker-background);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-picker__toolbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--van-picker-toolbar-height)
}

.van-picker__cancel,
.van-picker__confirm {
    height: 100%;
    padding: var(--van-picker-action-padding);
    font-size: var(--van-picker-action-font-size);
    background-color: transparent;
    border: none
}

.van-picker__confirm {
    color: var(--van-picker-confirm-action-color)
}

.van-picker__cancel {
    color: var(--van-picker-cancel-action-color)
}

.van-picker__title {
    position: absolute;
    left: 50%;
    color: var(--van-text-color);
    max-width: 50%;
    font-weight: var(--van-font-bold);
    font-size: var(--van-picker-title-font-size);
    line-height: var(--van-picker-title-line-height);
    text-align: center;
    transform: translate(-50%)
}

.van-picker__columns {
    position: relative;
    display: flex;
    cursor: grab
}

.van-picker__loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--van-picker-loading-icon-color);
    background: var(--van-picker-loading-mask-color)
}

.van-picker__frame {
    position: absolute;
    top: 50%;
    right: var(--van-padding-md);
    left: var(--van-padding-md);
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none
}

.van-picker__mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: var(--van-picker-mask-color);
    background-repeat: no-repeat;
    background-position: top, bottom;
    transform: translateZ(0);
    pointer-events: none
}

.van-picker-column {
    flex: 1;
    overflow: hidden;
    font-size: var(--van-picker-option-font-size)
}

.van-picker-column__wrapper {
    transition-timing-function: cubic-bezier(.23, 1, .68, 1)
}

.van-picker-column__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--van-picker-option-padding);
    color: var(--van-picker-option-text-color)
}

.van-picker-column__item--disabled {
    cursor: not-allowed;
    opacity: var(--van-picker-option-disabled-opacity)
}

:root,
:host {
    --van-picker-group-background: var(--van-background-2)
}

.van-picker-group {
    background: var(--van-picker-group-background)
}

.van-picker-group__tabs {
    margin-top: var(--van-padding-base)
}

.van-picker-group__tab-title {
    margin-right: 16px
}

:root,
:host {
    --van-calendar-background: var(--van-background-2);
    --van-calendar-popup-height: 80%;
    --van-calendar-header-shadow: 0 2px 10px rgba(125, 126, 128, .16);
    --van-calendar-header-title-height: 44px;
    --van-calendar-header-title-font-size: var(--van-font-size-lg);
    --van-calendar-header-subtitle-font-size: var(--van-font-size-md);
    --van-calendar-weekdays-height: 30px;
    --van-calendar-weekdays-font-size: var(--van-font-size-sm);
    --van-calendar-month-title-font-size: var(--van-font-size-md);
    --van-calendar-month-mark-color: rgba(242, 243, 245, .8);
    --van-calendar-month-mark-font-size: 160px;
    --van-calendar-day-height: 64px;
    --van-calendar-day-font-size: var(--van-font-size-lg);
    --van-calendar-day-margin-bottom: 4px;
    --van-calendar-range-edge-color: var(--van-white);
    --van-calendar-range-edge-background: var(--van-primary-color);
    --van-calendar-range-middle-color: var(--van-primary-color);
    --van-calendar-range-middle-background-opacity: .1;
    --van-calendar-selected-day-size: 54px;
    --van-calendar-selected-day-color: var(--van-white);
    --van-calendar-info-font-size: var(--van-font-size-xs);
    --van-calendar-info-line-height: var(--van-line-height-xs);
    --van-calendar-selected-day-background: var(--van-primary-color);
    --van-calendar-day-disabled-color: var(--van-text-color-3);
    --van-calendar-confirm-button-height: 36px;
    --van-calendar-confirm-button-margin: 7px 0
}

.van-theme-dark {
    --van-calendar-month-mark-color: rgba(100, 101, 102, .2);
    --van-calendar-day-disabled-color: var(--van-gray-7)
}

.van-calendar {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--van-calendar-background)
}

.van-calendar__popup.van-popup--top,
.van-calendar__popup.van-popup--bottom {
    height: var(--van-calendar-popup-height)
}

.van-calendar__popup.van-popup--left,
.van-calendar__popup.van-popup--right {
    height: 100%
}

.van-calendar__popup .van-popup__close-icon {
    top: 11px
}

.van-calendar__header {
    flex-shrink: 0;
    box-shadow: var(--van-calendar-header-shadow)
}

.van-calendar__month-title,
.van-calendar__header-title,
.van-calendar__header-subtitle {
    color: var(--van-text-color);
    height: var(--van-calendar-header-title-height);
    font-weight: var(--van-font-bold);
    line-height: var(--van-calendar-header-title-height);
    text-align: center
}

.van-calendar__header-title {
    font-size: var(--van-calendar-header-title-font-size)
}

.van-calendar__header-subtitle {
    font-size: var(--van-calendar-header-subtitle-font-size)
}

.van-calendar__month-title {
    font-size: var(--van-calendar-month-title-font-size)
}

.van-calendar__weekdays {
    display: flex
}

.van-calendar__weekday {
    flex: 1;
    font-size: var(--van-calendar-weekdays-font-size);
    line-height: var(--van-calendar-weekdays-height);
    text-align: center
}

.van-calendar__body {
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.van-calendar__days {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-calendar__month-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    color: var(--van-calendar-month-mark-color);
    font-size: var(--van-calendar-month-mark-font-size);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.van-calendar__day,
.van-calendar__selected-day {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.van-calendar__day {
    position: relative;
    width: 14.285%;
    height: var(--van-calendar-day-height);
    font-size: var(--van-calendar-day-font-size);
    margin-bottom: var(--van-calendar-day-margin-bottom);
    cursor: pointer
}

.van-calendar__day--end,
.van-calendar__day--start,
.van-calendar__day--start-end,
.van-calendar__day--multiple-middle,
.van-calendar__day--multiple-selected {
    color: var(--van-calendar-range-edge-color);
    background: var(--van-calendar-range-edge-background)
}

.van-calendar__day--start {
    border-radius: var(--van-radius-md) 0 0 var(--van-radius-md)
}

.van-calendar__day--end {
    border-radius: 0 var(--van-radius-md) var(--van-radius-md) 0
}

.van-calendar__day--start-end,
.van-calendar__day--multiple-selected {
    border-radius: var(--van-radius-md)
}

.van-calendar__day--middle {
    color: var(--van-calendar-range-middle-color)
}

.van-calendar__day--middle:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    opacity: var(--van-calendar-range-middle-background-opacity);
    content: ""
}

.van-calendar__day--disabled {
    color: var(--van-calendar-day-disabled-color);
    cursor: default
}

.van-calendar__top-info,
.van-calendar__bottom-info {
    position: absolute;
    right: 0;
    left: 0;
    font-size: var(--van-calendar-info-font-size);
    line-height: var(--van-calendar-info-line-height)
}

@media (max-width: 350px) {

    .van-calendar__top-info,
    .van-calendar__bottom-info {
        font-size: 9px
    }
}

.van-calendar__top-info {
    top: 6px
}

.van-calendar__bottom-info {
    bottom: 6px
}

.van-calendar__selected-day {
    width: var(--van-calendar-selected-day-size);
    height: var(--van-calendar-selected-day-size);
    color: var(--van-calendar-selected-day-color);
    background: var(--van-calendar-selected-day-background);
    border-radius: var(--van-radius-md)
}

.van-calendar__footer {
    flex-shrink: 0;
    padding-left: var(--van-padding-md);
    padding-right: var(--van-padding-md)
}

.van-calendar__confirm {
    height: var(--van-calendar-confirm-button-height);
    margin: var(--van-calendar-confirm-button-margin)
}

:root,
:host {
    --van-address-edit-padding: var(--van-padding-sm);
    --van-address-edit-buttons-padding: var(--van-padding-xl) var(--van-padding-base);
    --van-address-edit-button-margin-bottom: var(--van-padding-sm);
    --van-address-edit-button-font-size: var(--van-font-size-lg)
}

.van-address-edit {
    padding: var(--van-address-edit-padding)
}

.van-address-edit__fields {
    overflow: hidden;
    border-radius: var(--van-padding-xs)
}

.van-address-edit__fields .van-field__label {
    width: 4.1em
}

.van-address-edit__default {
    margin-top: var(--van-padding-sm);
    overflow: hidden;
    border-radius: var(--van-padding-xs)
}

.van-address-edit__buttons {
    padding: var(--van-address-edit-buttons-padding)
}

.van-address-edit__button {
    margin-bottom: var(--van-address-edit-button-margin-bottom);
    font-size: var(--van-address-edit-button-font-size)
}

.van-address-edit-detail__search-item {
    background: var(--van-gray-2)
}

.van-radio-group--horizontal,
.van-checkbox-group--horizontal {
    display: flex;
    flex-wrap: wrap
}

:root,
:host {
    --van-checkbox-size: 20px;
    --van-checkbox-border-color: var(--van-gray-5);
    --van-checkbox-duration: var(--van-duration-fast);
    --van-checkbox-label-margin: var(--van-padding-xs);
    --van-checkbox-label-color: var(--van-text-color);
    --van-checkbox-checked-icon-color: var(--van-primary-color);
    --van-checkbox-disabled-icon-color: var(--van-gray-5);
    --van-checkbox-disabled-label-color: var(--van-text-color-3);
    --van-checkbox-disabled-background: var(--van-border-color)
}

.van-checkbox {
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-checkbox--disabled {
    cursor: not-allowed
}

.van-checkbox--label-disabled {
    cursor: default
}

.van-checkbox--horizontal {
    margin-right: var(--van-padding-sm)
}

.van-checkbox__icon {
    flex: none;
    height: 1em;
    font-size: var(--van-checkbox-size);
    line-height: 1em;
    cursor: pointer
}

.van-checkbox__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid var(--van-checkbox-border-color);
    transition-duration: var(--van-checkbox-duration);
    transition-property: color, border-color, background-color
}

.van-checkbox__icon--round .van-icon {
    border-radius: 100%
}

.van-checkbox__icon--indeterminate .van-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--van-white);
    border-color: var(--van-checkbox-checked-icon-color);
    background-color: var(--van-checkbox-checked-icon-color)
}

.van-checkbox__icon--checked .van-icon {
    color: var(--van-white);
    background-color: var(--van-checkbox-checked-icon-color);
    border-color: var(--van-checkbox-checked-icon-color)
}

.van-checkbox__icon--disabled {
    cursor: not-allowed
}

.van-checkbox__icon--disabled .van-icon {
    background-color: var(--van-checkbox-disabled-background);
    border-color: var(--van-checkbox-disabled-icon-color)
}

.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
    color: var(--van-checkbox-disabled-icon-color)
}

.van-checkbox__label {
    margin-left: var(--van-checkbox-label-margin);
    color: var(--van-checkbox-label-color);
    line-height: var(--van-checkbox-size)
}

.van-checkbox__label--left {
    margin: 0 var(--van-checkbox-label-margin) 0 0
}

.van-checkbox__label--disabled {
    color: var(--van-checkbox-disabled-label-color)
}

:root,
:host {
    --van-coupon-margin: 0 var(--van-padding-sm) var(--van-padding-sm);
    --van-coupon-content-height: 84px;
    --van-coupon-content-padding: 14px 0;
    --van-coupon-content-text-color: var(--van-text-color);
    --van-coupon-background: var(--van-background-2);
    --van-coupon-active-background: var(--van-active-color);
    --van-coupon-radius: var(--van-radius-lg);
    --van-coupon-shadow: 0 0 4px rgba(0, 0, 0, .1);
    --van-coupon-head-width: 96px;
    --van-coupon-amount-color: var(--van-primary-color);
    --van-coupon-amount-font-size: 30px;
    --van-coupon-currency-font-size: 40%;
    --van-coupon-name-font-size: var(--van-font-size-md);
    --van-coupon-disabled-text-color: var(--van-text-color-2);
    --van-coupon-description-padding: var(--van-padding-xs) var(--van-padding-md);
    --van-coupon-description-border-color: var(--van-border-color);
    --van-coupon-checkbox-color: var(--van-primary-color)
}

.van-coupon {
    margin: var(--van-coupon-margin);
    overflow: hidden;
    background: var(--van-coupon-background);
    border-radius: var(--van-coupon-radius);
    box-shadow: var(--van-coupon-shadow)
}

.van-coupon:active {
    background-color: var(--van-coupon-active-background)
}

.van-coupon__content {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: var(--van-coupon-content-height);
    padding: var(--van-coupon-content-padding);
    color: var(--van-coupon-content-text-color)
}

.van-coupon__head {
    position: relative;
    min-width: var(--van-coupon-head-width);
    padding: 0 var(--van-padding-xs);
    color: var(--van-coupon-amount-color);
    text-align: center
}

.van-coupon__amount,
.van-coupon__condition,
.van-coupon__name,
.van-coupon__valid {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-coupon__amount {
    margin-bottom: 6px;
    font-weight: var(--van-font-bold);
    font-size: var(--van-coupon-amount-font-size);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-coupon__amount span {
    font-size: var(--van-coupon-currency-font-size)
}

.van-coupon__amount span:not(:empty) {
    margin-left: 2px
}

.van-coupon__condition {
    font-size: var(--van-font-size-sm);
    line-height: 16px;
    white-space: pre-wrap
}

.van-coupon__body {
    position: relative;
    flex: 1
}

.van-coupon__name {
    margin-bottom: 10px;
    font-weight: var(--van-font-bold);
    font-size: var(--van-coupon-name-font-size);
    line-height: var(--van-line-height-md)
}

.van-coupon__valid {
    font-size: var(--van-font-size-sm)
}

.van-coupon__corner {
    position: absolute;
    top: 0;
    right: var(--van-padding-md);
    bottom: 0
}

.van-coupon__corner .van-checkbox__icon--checked .van-icon {
    background-color: var(--van-coupon-checkbox-color);
    border-color: var(--van-coupon-checkbox-color)
}

.van-coupon__description {
    padding: var(--van-coupon-description-padding);
    font-size: var(--van-font-size-sm);
    border-top: 1px dashed var(--van-coupon-description-border-color)
}

.van-coupon--disabled:active {
    background-color: var(--van-coupon-background)
}

.van-coupon--disabled .van-coupon-item__content {
    height: calc(var(--van-coupon-content-height) - 10px)
}

.van-coupon--disabled .van-coupon__head {
    color: inherit
}

:root,
:host {
    --van-radio-size: 20px;
    --van-radio-dot-size: 8px;
    --van-radio-border-color: var(--van-gray-5);
    --van-radio-duration: var(--van-duration-fast);
    --van-radio-label-margin: var(--van-padding-xs);
    --van-radio-label-color: var(--van-text-color);
    --van-radio-checked-icon-color: var(--van-primary-color);
    --van-radio-disabled-icon-color: var(--van-gray-5);
    --van-radio-disabled-label-color: var(--van-text-color-3);
    --van-radio-disabled-background: var(--van-border-color)
}

.van-radio {
    display: flex;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-radio--disabled {
    cursor: not-allowed
}

.van-radio--label-disabled {
    cursor: default
}

.van-radio--horizontal {
    margin-right: var(--van-padding-sm)
}

.van-radio__icon {
    flex: none;
    height: 1em;
    font-size: var(--van-radio-size);
    line-height: 1em;
    cursor: pointer
}

.van-radio__icon .van-icon {
    display: block;
    box-sizing: border-box;
    width: 1.25em;
    height: 1.25em;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid var(--van-radio-border-color);
    transition-duration: var(--van-radio-duration);
    transition-property: color, border-color, background-color
}

.van-radio__icon--round .van-icon {
    border-radius: 100%
}

.van-radio__icon--dot {
    position: relative;
    border-radius: 100%;
    box-sizing: border-box;
    width: var(--van-radio-size);
    height: var(--van-radio-size);
    border: 1px solid var(--van-radio-border-color);
    transition-duration: var(--van-radio-duration);
    transition-property: border-color
}

.van-radio__icon--dot__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    height: calc(100% - var(--van-radio-dot-size));
    width: calc(100% - var(--van-radio-dot-size));
    transition-duration: var(--van-radio-duration);
    transition-property: background-color
}

.van-radio__icon--checked .van-icon {
    color: var(--van-white);
    background-color: var(--van-radio-checked-icon-color);
    border-color: var(--van-radio-checked-icon-color)
}

.van-radio__icon--checked.van-radio__icon--dot {
    border-color: var(--van-radio-checked-icon-color)
}

.van-radio__icon--checked.van-radio__icon--dot .van-radio__icon--dot__icon {
    background: var(--van-radio-checked-icon-color)
}

.van-radio__icon--disabled {
    cursor: not-allowed
}

.van-radio__icon--disabled .van-icon {
    background-color: var(--van-radio-disabled-background);
    border-color: var(--van-radio-disabled-icon-color)
}

.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
    color: var(--van-radio-disabled-icon-color)
}

.van-radio__label {
    margin-left: var(--van-radio-label-margin);
    color: var(--van-radio-label-color);
    line-height: var(--van-radio-size)
}

.van-radio__label--left {
    margin: 0 var(--van-radio-label-margin) 0 0
}

.van-radio__label--disabled {
    color: var(--van-radio-disabled-label-color)
}

:root,
:host {
    --van-contact-list-padding: var(--van-padding-sm) var(--van-padding-sm) 80px;
    --van-contact-list-edit-icon-size: 16px;
    --van-contact-list-add-button-z-index: 999;
    --van-contact-list-radio-color: var(--van-primary-color);
    --van-contact-list-item-padding: var(--van-padding-md)
}

.van-contact-list {
    box-sizing: border-box;
    height: 100%;
    padding: var(--van-contact-list-padding)
}

.van-contact-list__item {
    padding: var(--van-contact-list-item-padding)
}

.van-contact-list__item-title {
    display: flex;
    align-items: center;
    padding-right: var(--van-padding-xl);
    padding-left: var(--van-padding-xs)
}

.van-contact-list__item-tag {
    flex: none;
    margin-left: var(--van-padding-xs);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em
}

.van-contact-list__group {
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--van-radius-lg)
}

.van-contact-list__edit {
    font-size: var(--van-contact-list-edit-icon-size)
}

.van-contact-list__radio .van-radio__icon--checked .van-icon {
    background-color: var(--van-contact-list-radio-color);
    border-color: var(--van-contact-list-radio-color)
}

.van-contact-list__bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: var(--van-contact-list-add-button-z-index);
    padding-left: var(--van-padding-md);
    padding-right: var(--van-padding-md);
    background-color: var(--van-background-2)
}

.van-contact-list__add {
    height: 40px;
    margin: 5px 0
}

:root,
:host {
    --van-address-list-padding: var(--van-padding-sm) var(--van-padding-sm) 80px;
    --van-address-list-disabled-text-color: var(--van-text-color-2);
    --van-address-list-disabled-text-padding: calc(var(--van-padding-base) * 5) 0;
    --van-address-list-disabled-text-font-size: var(--van-font-size-md);
    --van-address-list-disabled-text-line-height: var(--van-line-height-md);
    --van-address-list-add-button-z-index: 999;
    --van-address-list-item-padding: var(--van-padding-sm);
    --van-address-list-item-text-color: var(--van-text-color);
    --van-address-list-item-disabled-text-color: var(--van-text-color-3);
    --van-address-list-item-font-size: 13px;
    --van-address-list-item-line-height: var(--van-line-height-sm);
    --van-address-list-radio-color: var(--van-primary-color);
    --van-address-list-edit-icon-size: 20px
}

.van-address-list {
    box-sizing: border-box;
    height: 100%;
    padding: var(--van-address-list-padding)
}

.van-address-list__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: var(--van-address-list-add-button-z-index);
    box-sizing: border-box;
    width: 100%;
    padding-left: var(--van-padding-md);
    padding-right: var(--van-padding-md);
    background-color: var(--van-background-2)
}

.van-address-list__add {
    height: 40px;
    margin: 5px 0
}

.van-address-list__disabled-text {
    padding: var(--van-address-list-disabled-text-padding);
    color: var(--van-address-list-disabled-text-color);
    font-size: var(--van-address-list-disabled-text-font-size);
    line-height: var(--van-address-list-disabled-text-line-height)
}

.van-address-item {
    padding: var(--van-address-list-item-padding);
    background-color: var(--van-background-2);
    border-radius: var(--van-radius-lg)
}

.van-address-item:not(:last-child) {
    margin-bottom: var(--van-padding-sm)
}

.van-address-item__title {
    padding-right: 44px
}

.van-address-item__name {
    display: flex;
    align-items: center;
    margin-bottom: var(--van-padding-xs);
    font-size: var(--van-font-size-lg);
    line-height: var(--van-line-height-lg)
}

.van-address-item__tag {
    flex: none;
    margin-left: var(--van-padding-xs);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em
}

.van-address-item__address {
    color: var(--van-address-list-item-text-color);
    font-size: var(--van-address-list-item-font-size);
    line-height: var(--van-address-list-item-line-height)
}

.van-address-item--disabled .van-address-item__name,
.van-address-item--disabled .van-address-item__address {
    color: var(--van-address-list-item-disabled-text-color)
}

.van-address-item__edit {
    position: absolute;
    top: 50%;
    right: var(--van-padding-md);
    color: var(--van-gray-6);
    font-size: var(--van-address-list-edit-icon-size);
    transform: translateY(-50%)
}

.van-address-item .van-cell {
    padding: 0
}

.van-address-item .van-radio__label {
    margin-left: var(--van-padding-sm)
}

.van-address-item .van-radio__icon--checked .van-icon {
    background-color: var(--van-address-list-radio-color);
    border-color: var(--van-address-list-radio-color)
}

:root,
:host {
    --van-barrage-font-size: 16px;
    --van-barrage-space: 10px;
    --van-barrage-font: inherit;
    --van-barrage-color: var(--van-white)
}

.van-barrage {
    position: relative;
    overflow: hidden
}

.van-barrage__item {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding-bottom: var(--van-barrage-space);
    opacity: .75;
    line-height: 1;
    font-size: var(--van-barrage-font-size);
    font-family: var(--van-barrage-font);
    font-weight: 700;
    white-space: nowrap;
    color: var(--van-barrage-color);
    text-shadow: 1px 0 1px #000000, 0 1px 1px #000000, 0 -1px 1px #000000, -1px 0 1px #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    will-change: transform;
    transform: translate(110%)
}

@keyframes van-barrage {
    0% {
        transform: translate(110%)
    }

    to {
        transform: translate(var(--move-distance))
    }
}

:root,
:host {
    --van-cell-group-background: var(--van-background-2);
    --van-cell-group-title-color: var(--van-text-color-2);
    --van-cell-group-title-padding: var(--van-padding-md) var(--van-padding-md);
    --van-cell-group-title-font-size: var(--van-font-size-md);
    --van-cell-group-title-line-height: 16px;
    --van-cell-group-inset-padding: 0 var(--van-padding-md);
    --van-cell-group-inset-radius: var(--van-radius-lg);
    --van-cell-group-inset-title-padding: var(--van-padding-md) var(--van-padding-md)
}

.van-cell-group {
    background: var(--van-cell-group-background)
}

.van-cell-group--inset {
    margin: var(--van-cell-group-inset-padding);
    border-radius: var(--van-cell-group-inset-radius);
    overflow: hidden
}

.van-cell-group__title {
    padding: var(--van-cell-group-title-padding);
    color: var(--van-cell-group-title-color);
    font-size: var(--van-cell-group-title-font-size);
    line-height: var(--van-cell-group-title-line-height)
}

.van-cell-group__title--inset {
    padding: var(--van-cell-group-inset-title-padding)
}

:root,
:host {
    --van-circle-size: 100px;
    --van-circle-color: var(--van-primary-color);
    --van-circle-layer-color: var(--van-white);
    --van-circle-text-color: var(--van-text-color);
    --van-circle-text-font-weight: var(--van-font-bold);
    --van-circle-text-font-size: var(--van-font-size-md);
    --van-circle-text-line-height: var(--van-line-height-md)
}

.van-circle {
    position: relative;
    display: inline-block;
    width: var(--van-circle-size);
    height: var(--van-circle-size);
    text-align: center
}

.van-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.van-circle__layer {
    stroke: var(--van-circle-layer-color)
}

.van-circle__hover {
    fill: none;
    stroke: var(--van-circle-color);
    stroke-linecap: round
}

.van-circle__text {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 var(--van-padding-base);
    color: var(--van-circle-text-color);
    font-weight: var(--van-circle-text-font-weight);
    font-size: var(--van-circle-text-font-size);
    line-height: var(--van-circle-text-line-height);
    transform: translateY(-50%)
}

.van-row {
    display: flex;
    flex-wrap: wrap
}

.van-row--nowrap {
    flex-wrap: nowrap
}

.van-row--justify-center {
    justify-content: center
}

.van-row--justify-end {
    justify-content: flex-end
}

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

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

.van-row--align-center {
    align-items: center
}

.van-row--align-bottom {
    align-items: flex-end
}

.van-col {
    display: block;
    box-sizing: border-box;
    min-height: 1px
}

.van-col--1 {
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
}

.van-col--offset-1 {
    margin-left: 4.16666667%
}

.van-col--2 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.van-col--offset-2 {
    margin-left: 8.33333333%
}

.van-col--3 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.van-col--offset-3 {
    margin-left: 12.5%
}

.van-col--4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.van-col--offset-4 {
    margin-left: 16.66666667%
}

.van-col--5 {
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
}

.van-col--offset-5 {
    margin-left: 20.83333333%
}

.van-col--6 {
    flex: 0 0 25%;
    max-width: 25%
}

.van-col--offset-6 {
    margin-left: 25%
}

.van-col--7 {
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
}

.van-col--offset-7 {
    margin-left: 29.16666667%
}

.van-col--8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.van-col--offset-8 {
    margin-left: 33.33333333%
}

.van-col--9 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.van-col--offset-9 {
    margin-left: 37.5%
}

.van-col--10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.van-col--offset-10 {
    margin-left: 41.66666667%
}

.van-col--11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
}

.van-col--offset-11 {
    margin-left: 45.83333333%
}

.van-col--12 {
    flex: 0 0 50%;
    max-width: 50%
}

.van-col--offset-12 {
    margin-left: 50%
}

.van-col--13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
}

.van-col--offset-13 {
    margin-left: 54.16666667%
}

.van-col--14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.van-col--offset-14 {
    margin-left: 58.33333333%
}

.van-col--15 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.van-col--offset-15 {
    margin-left: 62.5%
}

.van-col--16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.van-col--offset-16 {
    margin-left: 66.66666667%
}

.van-col--17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
}

.van-col--offset-17 {
    margin-left: 70.83333333%
}

.van-col--18 {
    flex: 0 0 75%;
    max-width: 75%
}

.van-col--offset-18 {
    margin-left: 75%
}

.van-col--19 {
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
}

.van-col--offset-19 {
    margin-left: 79.16666667%
}

.van-col--20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.van-col--offset-20 {
    margin-left: 83.33333333%
}

.van-col--21 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.van-col--offset-21 {
    margin-left: 87.5%
}

.van-col--22 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.van-col--offset-22 {
    margin-left: 91.66666667%
}

.van-col--23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
}

.van-col--offset-23 {
    margin-left: 95.83333333%
}

.van-col--24 {
    flex: 0 0 100%;
    max-width: 100%
}

.van-col--offset-24 {
    margin-left: 100%
}

:root,
:host {
    --van-count-down-text-color: var(--van-text-color);
    --van-count-down-font-size: var(--van-font-size-md);
    --van-count-down-line-height: var(--van-line-height-md)
}

.van-count-down {
    color: var(--van-count-down-text-color);
    font-size: var(--van-count-down-font-size);
    line-height: var(--van-count-down-line-height)
}

:root,
:host {
    --van-empty-padding: var(--van-padding-xl) 0;
    --van-empty-image-size: 160px;
    --van-empty-description-margin-top: var(--van-padding-md);
    --van-empty-description-padding: 0 60px;
    --van-empty-description-color: var(--van-text-color-2);
    --van-empty-description-font-size: var(--van-font-size-md);
    --van-empty-description-line-height: var(--van-line-height-md);
    --van-empty-bottom-margin-top: 24px
}

.van-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: var(--van-empty-padding)
}

.van-empty__image {
    width: var(--van-empty-image-size);
    height: var(--van-empty-image-size)
}

.van-empty__image img {
    width: 100%;
    height: 100%
}

.van-empty__description {
    margin-top: var(--van-empty-description-margin-top);
    padding: var(--van-empty-description-padding);
    color: var(--van-empty-description-color);
    font-size: var(--van-empty-description-font-size);
    line-height: var(--van-empty-description-line-height)
}

.van-empty__bottom {
    margin-top: var(--van-empty-bottom-margin-top)
}

.van-theme-dark .van-empty {
    opacity: .5
}

:root,
:host {
    --van-coupon-list-background: var(--van-background);
    --van-coupon-list-field-padding: 5px 0 5px var(--van-padding-md);
    --van-coupon-list-exchange-button-height: 32px;
    --van-coupon-list-close-button-height: 40px;
    --van-coupon-list-empty-tip-color: var(--van-text-color-2);
    --van-coupon-list-empty-tip-font-size: var(--van-font-size-md);
    --van-coupon-list-empty-tip-line-height: var(--van-line-height-md)
}

.van-coupon-list {
    position: relative;
    height: 100%;
    background: var(--van-coupon-list-background)
}

.van-coupon-list__field {
    padding: var(--van-coupon-list-field-padding)
}

.van-coupon-list__field .van-field__body {
    height: 34px;
    padding-left: var(--van-padding-sm);
    line-height: 34px;
    background: var(--van-background);
    border-radius: var(--van-radius-max)
}

.van-coupon-list__field .van-field__body::-moz-placeholder {
    color: var(--van-text-color-3)
}

.van-coupon-list__field .van-field__body::placeholder {
    color: var(--van-text-color-3)
}

.van-coupon-list__field .van-field__clear {
    margin-right: 0
}

.van-coupon-list__exchange-bar {
    display: flex;
    align-items: center;
    background-color: var(--van-background-2)
}

.van-coupon-list__exchange {
    flex: none;
    height: var(--van-coupon-list-exchange-button-height);
    font-size: var(--van-font-size-lg);
    line-height: calc(var(--van-coupon-list-exchange-button-height) - 2px);
    border: 0
}

.van-coupon-list .van-tabs__wrap {
    box-shadow: 0 6px 12px -12px var(--van-gray-6)
}

.van-coupon-list__list {
    box-sizing: border-box;
    padding: var(--van-padding-md) 0 var(--van-padding-lg);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.van-coupon-list__list--with-bottom {
    padding-bottom: 50px
}

.van-coupon-list__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    padding: 5px var(--van-padding-md);
    font-weight: var(--van-font-bold);
    background-color: var(--van-background-2)
}

.van-coupon-list__close {
    height: var(--van-coupon-list-close-button-height)
}

.van-coupon-list__empty-tip {
    color: var(--van-coupon-list-empty-tip-color);
    font-size: var(--van-coupon-list-empty-tip-font-size);
    line-height: var(--van-coupon-list-empty-tip-line-height)
}

:root,
:host {
    --van-divider-margin: var(--van-padding-md) 0;
    --van-divider-vertical-margin: 0 var(--van-padding-xs);
    --van-divider-text-color: var(--van-text-color-2);
    --van-divider-font-size: var(--van-font-size-md);
    --van-divider-line-height: 24px;
    --van-divider-border-color: var(--van-border-color);
    --van-divider-content-padding: var(--van-padding-md);
    --van-divider-content-left-width: 10%;
    --van-divider-content-right-width: 10%
}

.van-divider {
    display: flex;
    align-items: center;
    margin: var(--van-divider-margin);
    color: var(--van-divider-text-color);
    font-size: var(--van-divider-font-size);
    line-height: var(--van-divider-line-height);
    border-color: var(--van-divider-border-color);
    border-style: solid;
    border-width: 0
}

.van-divider:before,
.van-divider:after {
    display: block;
    flex: 1;
    box-sizing: border-box;
    height: 1px;
    border-color: inherit;
    border-style: inherit;
    border-width: var(--van-border-width) 0 0
}

.van-divider:before {
    content: ""
}

.van-divider--hairline:before,
.van-divider--hairline:after {
    transform: scaleY(.5)
}

.van-divider--dashed {
    border-style: dashed
}

.van-divider--content-center:before,
.van-divider--content-left:before,
.van-divider--content-right:before {
    margin-right: var(--van-divider-content-padding)
}

.van-divider--content-center:after,
.van-divider--content-left:after,
.van-divider--content-right:after {
    margin-left: var(--van-divider-content-padding);
    content: ""
}

.van-divider--content-left:before {
    max-width: var(--van-divider-content-left-width)
}

.van-divider--content-right:after {
    max-width: var(--van-divider-content-right-width)
}

.van-divider--vertical {
    display: inline-block;
    width: var(--van-border-width);
    height: 1em;
    margin: var(--van-divider-vertical-margin);
    vertical-align: middle
}

.van-divider--vertical:before {
    height: 100%;
    border-width: 0 0 0 var(--van-border-width)
}

.van-divider--vertical:after {
    display: none
}

.van-divider--vertical.van-divider--hairline:before {
    transform: scaleX(.5)
}

:root,
:host {
    --van-dropdown-menu-height: 48px;
    --van-dropdown-menu-background: var(--van-background-2);
    --van-dropdown-menu-shadow: 0 2px 12px rgba(100, 101, 102, .12);
    --van-dropdown-menu-title-font-size: 15px;
    --van-dropdown-menu-title-text-color: var(--van-text-color);
    --van-dropdown-menu-title-active-text-color: var(--van-primary-color);
    --van-dropdown-menu-title-disabled-text-color: var(--van-text-color-2);
    --van-dropdown-menu-title-padding: 0 var(--van-padding-xs);
    --van-dropdown-menu-title-line-height: var(--van-line-height-lg);
    --van-dropdown-menu-option-active-color: var(--van-primary-color);
    --van-dropdown-menu-content-max-height: 80%
}

.van-dropdown-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-dropdown-menu__bar {
    position: relative;
    display: flex;
    height: var(--van-dropdown-menu-height);
    background: var(--van-dropdown-menu-background);
    box-shadow: var(--van-dropdown-menu-shadow)
}

.van-dropdown-menu__bar--opened {
    z-index: calc(var(--van-dropdown-item-z-index) + 1)
}

.van-dropdown-menu__bar--scrollable {
    padding-left: var(--van-padding-base);
    padding-right: var(--van-padding-xs);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.van-dropdown-menu__bar--scrollable::-webkit-scrollbar {
    display: none
}

.van-dropdown-menu__item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-width: 0
}

.van-dropdown-menu__item--disabled .van-dropdown-menu__title {
    color: var(--van-dropdown-menu-title-disabled-text-color)
}

.van-dropdown-menu__item--grow {
    flex: 1 0 auto;
    padding-left: var(--van-padding-base);
    padding-right: var(--van-padding-sm)
}

.van-dropdown-menu__title {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    padding: var(--van-dropdown-menu-title-padding);
    color: var(--van-dropdown-menu-title-text-color);
    font-size: var(--van-dropdown-menu-title-font-size);
    line-height: var(--van-dropdown-menu-title-line-height)
}

.van-dropdown-menu__title:after {
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -5px;
    border: 3px solid;
    border-color: transparent transparent var(--van-gray-4) var(--van-gray-4);
    transform: rotate(-45deg);
    opacity: .8;
    content: ""
}

.van-dropdown-menu__title--active {
    color: var(--van-dropdown-menu-title-active-text-color)
}

.van-dropdown-menu__title--active:after {
    border-color: transparent transparent currentColor currentColor
}

.van-dropdown-menu__title--down:after {
    margin-top: -1px;
    transform: rotate(135deg)
}

:root,
:host {
    --van-dropdown-item-z-index: 10
}

.van-dropdown-item {
    position: fixed;
    right: 0;
    left: 0;
    z-index: var(--van-dropdown-item-z-index);
    overflow: hidden
}

.van-dropdown-item__icon {
    display: block;
    line-height: inherit
}

.van-dropdown-item__option {
    text-align: left
}

.van-dropdown-item__option--active,
.van-dropdown-item__option--active .van-dropdown-item__icon {
    color: var(--van-dropdown-menu-option-active-color)
}

.van-dropdown-item--up {
    top: 0
}

.van-dropdown-item--down {
    bottom: 0
}

.van-dropdown-item__content {
    position: absolute;
    max-height: var(--van-dropdown-menu-content-max-height)
}

:root,
:host {
    --van-floating-panel-border-radius: 16px;
    --van-floating-panel-header-height: 30px;
    --van-floating-panel-z-index: 999;
    --van-floating-panel-background: var(--van-background-2);
    --van-floating-panel-bar-width: 20px;
    --van-floating-panel-bar-height: 3px;
    --van-floating-panel-bar-color: var(--van-gray-5)
}

.van-floating-panel {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: var(--van-floating-panel-z-index);
    display: flex;
    flex-direction: column;
    touch-action: none;
    border-top-left-radius: var(--van-floating-panel-border-radius);
    border-top-right-radius: var(--van-floating-panel-border-radius);
    background: var(--van-floating-panel-background);
    will-change: transform
}

.van-floating-panel:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100vh;
    height: 100vh;
    width: 100vw;
    background-color: inherit
}

.van-floating-panel__header {
    height: var(--van-floating-panel-header-height);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-floating-panel__header-bar {
    height: var(--van-floating-panel-bar-height);
    width: var(--van-floating-panel-bar-width);
    border-radius: var(--van-radius-md);
    background: var(--van-floating-panel-bar-color)
}

.van-floating-panel__content {
    flex: 1;
    overflow-y: auto;
    background-color: var(--van-floating-panel-background)
}

.van-grid {
    display: flex;
    flex-wrap: wrap
}

:root,
:host {
    --van-grid-item-content-padding: var(--van-padding-md) var(--van-padding-xs);
    --van-grid-item-content-background: var(--van-background-2);
    --van-grid-item-content-active-color: var(--van-active-color);
    --van-grid-item-icon-size: 28px;
    --van-grid-item-text-color: var(--van-text-color);
    --van-grid-item-text-font-size: var(--van-font-size-sm)
}

.van-grid-item {
    position: relative;
    box-sizing: border-box
}

.van-grid-item--square {
    height: 0
}

.van-grid-item__icon {
    font-size: var(--van-grid-item-icon-size)
}

.van-grid-item__text {
    color: var(--van-grid-item-text-color);
    font-size: var(--van-grid-item-text-font-size);
    line-height: 1.5;
    word-break: break-all
}

.van-grid-item__icon+.van-grid-item__text {
    margin-top: var(--van-padding-xs)
}

.van-grid-item__content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: var(--van-grid-item-content-padding);
    background: var(--van-grid-item-content-background)
}

.van-grid-item__content:after {
    z-index: 1;
    border-width: 0 var(--van-border-width) var(--van-border-width) 0
}

.van-grid-item__content--square {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.van-grid-item__content--center {
    align-items: center;
    justify-content: center
}

.van-grid-item__content--horizontal {
    flex-direction: row
}

.van-grid-item__content--horizontal .van-grid-item__text {
    margin: 0 0 0 var(--van-padding-xs)
}

.van-grid-item__content--reverse {
    flex-direction: column-reverse
}

.van-grid-item__content--reverse .van-grid-item__text {
    margin: 0 0 var(--van-padding-xs)
}

.van-grid-item__content--horizontal.van-grid-item__content--reverse {
    flex-direction: row-reverse
}

.van-grid-item__content--horizontal.van-grid-item__content--reverse .van-grid-item__text {
    margin: 0 var(--van-padding-xs) 0 0
}

.van-grid-item__content--surround:after {
    border-width: var(--van-border-width)
}

.van-grid-item__content--clickable {
    cursor: pointer
}

.van-grid-item__content--clickable:active {
    background-color: var(--van-grid-item-content-active-color)
}

:root,
:host {
    --van-highlight-tag-color: var(--van-primary-color)
}

.van-highlight__tag {
    color: var(--van-highlight-tag-color)
}

:root,
:host {
    --van-index-bar-sidebar-z-index: 2;
    --van-index-bar-index-font-size: var(--van-font-size-xs);
    --van-index-bar-index-line-height: var(--van-line-height-xs);
    --van-index-bar-index-active-color: var(--van-primary-color)
}

.van-index-bar__sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: var(--van-index-bar-sidebar-z-index);
    display: flex;
    flex-direction: column;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-index-bar__index {
    padding: 0 var(--van-padding-xs) 0 var(--van-padding-md);
    font-weight: var(--van-font-bold);
    font-size: var(--van-index-bar-index-font-size);
    line-height: var(--van-index-bar-index-line-height)
}

.van-index-bar__index--active {
    color: var(--van-index-bar-index-active-color);
    font-weight: 700
}

:root,
:host {
    --van-index-anchor-z-index: 1;
    --van-index-anchor-padding: 0 var(--van-padding-md);
    --van-index-anchor-text-color: var(--van-text-color);
    --van-index-anchor-font-weight: var(--van-font-bold);
    --van-index-anchor-font-size: var(--van-font-size-md);
    --van-index-anchor-line-height: 32px;
    --van-index-anchor-background: transparent;
    --van-index-anchor-sticky-text-color: var(--van-primary-color);
    --van-index-anchor-sticky-background: var(--van-background-2)
}

.van-index-anchor {
    z-index: var(--van-index-anchor-z-index);
    box-sizing: border-box;
    padding: var(--van-index-anchor-padding);
    color: var(--van-index-anchor-text-color);
    font-weight: var(--van-index-anchor-font-weight);
    font-size: var(--van-index-anchor-font-size);
    line-height: var(--van-index-anchor-line-height);
    background: var(--van-index-anchor-background)
}

.van-index-anchor--sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    color: var(--van-index-anchor-sticky-text-color);
    background: var(--van-index-anchor-sticky-background)
}

:root,
:host {
    --van-pagination-height: 40px;
    --van-pagination-font-size: var(--van-font-size-md);
    --van-pagination-item-width: 36px;
    --van-pagination-item-default-color: var(--van-primary-color);
    --van-pagination-item-disabled-color: var(--van-gray-7);
    --van-pagination-item-disabled-background: var(--van-background);
    --van-pagination-background: var(--van-background-2);
    --van-pagination-desc-color: var(--van-gray-7);
    --van-pagination-disabled-opacity: var(--van-disabled-opacity)
}

.van-pagination {
    font-size: var(--van-pagination-font-size)
}

.van-pagination__items {
    display: flex
}

.van-pagination__item,
.van-pagination__page-desc {
    display: flex;
    align-items: center;
    justify-content: center
}

.van-pagination__item {
    flex: 1;
    box-sizing: border-box;
    min-width: var(--van-pagination-item-width);
    height: var(--van-pagination-height);
    color: var(--van-pagination-item-default-color);
    background: var(--van-pagination-background);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-pagination__item button {
    flex: 1;
    height: 100%;
    border: none;
    padding: 0;
    background: transparent
}

.van-pagination__item button[disabled] {
    cursor: not-allowed
}

.van-pagination__item:active {
    color: var(--van-white);
    background-color: var(--van-pagination-item-default-color)
}

.van-pagination__item:not(:last-child):after {
    border-right-width: 0
}

.van-pagination__item--active {
    color: var(--van-white);
    background-color: var(--van-pagination-item-default-color)
}

.van-pagination__item--page {
    flex-grow: 0
}

.van-pagination__item--prev,
.van-pagination__item--next {
    padding: 0 var(--van-padding-base);
    cursor: pointer
}

.van-pagination__item--border:first-child:after {
    border-right-width: var(--van-border-width)
}

.van-pagination__item--disabled,
.van-pagination__item--disabled:active {
    color: var(--van-pagination-item-disabled-color);
    background-color: var(--van-pagination-item-disabled-background);
    opacity: var(--van-pagination-disabled-opacity)
}

.van-pagination__page-desc {
    flex: 1;
    height: var(--van-pagination-height);
    color: var(--van-pagination-desc-color)
}

:root,
:host {
    --van-password-input-height: 50px;
    --van-password-input-margin: 0 var(--van-padding-md);
    --van-password-input-font-size: 20px;
    --van-password-input-radius: 6px;
    --van-password-input-background: var(--van-background-2);
    --van-password-input-info-color: var(--van-text-color-2);
    --van-password-input-info-font-size: var(--van-font-size-md);
    --van-password-input-error-info-color: var(--van-danger-color);
    --van-password-input-dot-size: 10px;
    --van-password-input-dot-color: var(--van-text-color);
    --van-password-input-text-color: var(--van-text-color);
    --van-password-input-cursor-color: var(--van-text-color);
    --van-password-input-cursor-width: 1px;
    --van-password-input-cursor-height: 40%;
    --van-password-input-cursor-duration: 1s
}

.van-password-input {
    position: relative;
    margin: var(--van-password-input-margin);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-password-input__info,
.van-password-input__error-info {
    margin-top: var(--van-padding-md);
    font-size: var(--van-password-input-info-font-size);
    text-align: center
}

.van-password-input__info {
    color: var(--van-password-input-info-color)
}

.van-password-input__error-info {
    color: var(--van-password-input-error-info-color)
}

.van-password-input__security {
    display: flex;
    width: 100%;
    height: var(--van-password-input-height);
    cursor: pointer
}

.van-password-input__security:after {
    border-radius: var(--van-password-input-radius)
}

.van-password-input__security li {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--van-password-input-text-color);
    font-size: var(--van-password-input-font-size);
    line-height: 1.2;
    background: var(--van-password-input-background)
}

.van-password-input__security i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--van-password-input-dot-size);
    height: var(--van-password-input-dot-size);
    background: var(--van-password-input-dot-color);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    visibility: hidden
}

.van-password-input__cursor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--van-password-input-cursor-width);
    height: var(--van-password-input-cursor-height);
    background: var(--van-password-input-cursor-color);
    transform: translate(-50%, -50%);
    animation: var(--van-password-input-cursor-duration) van-cursor-flicker infinite
}

@keyframes van-cursor-flicker {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

:root,
:host {
    --van-progress-height: 4px;
    --van-progress-color: var(--van-primary-color);
    --van-progress-inactive-color: var(--van-gray-5);
    --van-progress-background: var(--van-gray-3);
    --van-progress-pivot-padding: 0 5px;
    --van-progress-pivot-text-color: var(--van-white);
    --van-progress-pivot-font-size: var(--van-font-size-xs);
    --van-progress-pivot-line-height: 1.6;
    --van-progress-pivot-background: var(--van-primary-color)
}

.van-progress {
    position: relative;
    height: var(--van-progress-height);
    background: var(--van-progress-background);
    border-radius: var(--van-progress-height)
}

.van-progress__portion {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--van-progress-color);
    border-radius: inherit;
    transform-origin: 0;
    transition: all var(--van-duration-base) var(--van-ease-out)
}

.van-progress__portion--inactive {
    background: var(--van-progress-inactive-color)
}

.van-progress__pivot {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    min-width: 3.6em;
    padding: var(--van-progress-pivot-padding);
    color: var(--van-progress-pivot-text-color);
    font-size: var(--van-progress-pivot-font-size);
    line-height: var(--van-progress-pivot-line-height);
    text-align: center;
    word-break: keep-all;
    background: var(--van-progress-pivot-background);
    border-radius: 1em;
    transition: all var(--van-duration-base) var(--van-ease-out)
}

.van-progress__pivot--inactive {
    background: var(--van-progress-inactive-color)
}

:root,
:host {
    --van-rolling-text-background: inherit;
    --van-rolling-text-color: var(--van-text-color);
    --van-rolling-text-font-size: var(--van-font-size-md);
    --van-rolling-text-gap: 0px;
    --van-rolling-text-item-width: 15px;
    --van-rolling-text-item-border-radius: 0px
}

.van-rolling-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: var(--van-rolling-text-font-size);
    color: var(--van-rolling-text-color)
}

.van-rolling-text-item {
    margin-right: var(--van-rolling-text-gap);
    width: var(--van-rolling-text-item-width);
    border-radius: var(--van-rolling-text-item-border-radius);
    background: var(--van-rolling-text-background);
    overflow: hidden
}

.van-rolling-text-item:last-child {
    margin-right: 0
}

.van-rolling-text-item__box {
    overflow: hidden
}

.van-rolling-text-item__box--animate {
    animation: van-up var(--van-duration) ease-in-out var(--van-delay);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

.van-rolling-text-item__item {
    text-align: center
}

.van-rolling-text-item--down .van-rolling-text-item__box {
    transform: translateY(var(--van-translate))
}

.van-rolling-text-item--down .van-rolling-text-item__box--animate {
    animation-name: van-down
}

@keyframes van-down {
    0% {
        transform: translateY(var(--van-translate))
    }

    to {
        transform: translateY(0)
    }
}

@keyframes van-up {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(var(--van-translate))
    }
}

:root,
:host {
    --van-sidebar-width: 80px
}

.van-sidebar {
    width: var(--van-sidebar-width);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

:root,
:host {
    --van-sidebar-font-size: var(--van-font-size-md);
    --van-sidebar-line-height: var(--van-line-height-md);
    --van-sidebar-text-color: var(--van-text-color);
    --van-sidebar-disabled-text-color: var(--van-text-color-3);
    --van-sidebar-padding: 20px var(--van-padding-sm);
    --van-sidebar-active-color: var(--van-active-color);
    --van-sidebar-background: var(--van-background);
    --van-sidebar-selected-font-weight: var(--van-font-bold);
    --van-sidebar-selected-text-color: var(--van-text-color);
    --van-sidebar-selected-border-width: 4px;
    --van-sidebar-selected-border-height: 16px;
    --van-sidebar-selected-border-color: var(--van-primary-color);
    --van-sidebar-selected-background: var(--van-background-2)
}

.van-sidebar-item {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: var(--van-sidebar-padding);
    overflow: hidden;
    color: var(--van-sidebar-text-color);
    font-size: var(--van-sidebar-font-size);
    line-height: var(--van-sidebar-line-height);
    background: var(--van-sidebar-background);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-sidebar-item:active {
    background-color: var(--van-sidebar-active-color)
}

.van-sidebar-item:not(:last-child):after {
    border-bottom-width: 1px
}

.van-sidebar-item__text {
    word-break: break-all
}

.van-sidebar-item--select {
    color: var(--van-sidebar-selected-text-color);
    font-weight: var(--van-sidebar-selected-font-weight)
}

.van-sidebar-item--select,
.van-sidebar-item--select:active {
    background-color: var(--van-sidebar-selected-background)
}

.van-sidebar-item--select:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: var(--van-sidebar-selected-border-width);
    height: var(--van-sidebar-selected-border-height);
    background-color: var(--van-sidebar-selected-border-color);
    transform: translateY(-50%);
    content: ""
}

.van-sidebar-item--disabled {
    color: var(--van-sidebar-disabled-text-color);
    cursor: not-allowed
}

.van-sidebar-item--disabled:active {
    background-color: var(--van-sidebar-background)
}

:root,
:host {
    --van-tree-select-font-size: var(--van-font-size-md);
    --van-tree-select-nav-background: var(--van-background);
    --van-tree-select-content-background: var(--van-background-2);
    --van-tree-select-nav-item-padding: 14px var(--van-padding-sm);
    --van-tree-select-item-height: 48px;
    --van-tree-select-item-active-color: var(--van-primary-color);
    --van-tree-select-item-disabled-color: var(--van-gray-5);
    --van-tree-select-item-selected-size: 16px
}

.van-tree-select {
    position: relative;
    display: flex;
    font-size: var(--van-tree-select-font-size)
}

.van-tree-select__nav {
    flex: 1;
    overflow-y: auto;
    background: var(--van-tree-select-nav-background);
    -webkit-overflow-scrolling: touch
}

.van-tree-select__nav-item {
    padding: var(--van-tree-select-nav-item-padding)
}

.van-tree-select__content {
    flex: 2;
    overflow-y: auto;
    background: var(--van-tree-select-content-background);
    -webkit-overflow-scrolling: touch
}

.van-tree-select__item {
    position: relative;
    padding: 0 32px 0 var(--van-padding-md);
    font-weight: var(--van-font-bold);
    line-height: var(--van-tree-select-item-height);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer
}

.van-tree-select__item--active {
    color: var(--van-tree-select-item-active-color)
}

.van-tree-select__item:active {
    background-color: var(--van-active-color)
}

.van-tree-select__item--disabled {
    color: var(--van-tree-select-item-disabled-color);
    cursor: not-allowed
}

.van-tree-select__item--disabled:active {
    background-color: transparent
}

.van-tree-select__selected {
    position: absolute;
    top: 50%;
    right: var(--van-padding-md);
    margin-top: calc(var(--van-padding-xs) * -1);
    font-size: var(--van-tree-select-item-selected-size)
}

:root,
:host {
    --van-skeleton-title-width: 40%
}

.van-skeleton-title {
    height: var(--van-skeleton-paragraph-height);
    background: var(--van-skeleton-paragraph-background)
}

.van-skeleton-title--round {
    border-radius: var(--van-radius-max)
}

.van-skeleton-title {
    width: var(--van-skeleton-title-width);
    margin: 0
}

.van-skeleton-title+.van-skeleton-paragraph {
    margin-top: 20px
}

:root,
:host {
    --van-skeleton-avatar-size: 32px;
    --van-skeleton-avatar-background: var(--van-active-color)
}

.van-skeleton-avatar {
    flex-shrink: 0;
    width: var(--van-skeleton-avatar-size);
    height: var(--van-skeleton-avatar-size);
    margin-right: var(--van-padding-md);
    background: var(--van-skeleton-avatar-background)
}

.van-skeleton-avatar--round {
    border-radius: var(--van-radius-max)
}

.van-skeleton-avatar+.van-skeleton__content {
    padding-top: var(--van-padding-xs)
}

:root,
:host {
    --van-skeleton-paragraph-height: 16px;
    --van-skeleton-paragraph-background: var(--van-active-color);
    --van-skeleton-paragraph-margin-top: var(--van-padding-sm)
}

.van-skeleton-paragraph {
    height: var(--van-skeleton-paragraph-height);
    background: var(--van-skeleton-paragraph-background)
}

.van-skeleton-paragraph--round {
    border-radius: var(--van-radius-max)
}

.van-skeleton-paragraph:not(:first-child) {
    margin-top: var(--van-skeleton-paragraph-margin-top)
}

:root,
:host {
    --van-skeleton-duration: 1.2s
}

.van-skeleton {
    display: flex;
    padding: 0 var(--van-padding-md)
}

.van-skeleton__content {
    width: 100%
}

.van-skeleton--animate {
    animation: van-skeleton-blink var(--van-skeleton-duration) ease-in-out infinite
}

@keyframes van-skeleton-blink {
    50% {
        opacity: .6
    }
}

:root,
:host {
    --van-slider-active-background: var(--van-primary-color);
    --van-slider-inactive-background: var(--van-gray-3);
    --van-slider-disabled-opacity: var(--van-disabled-opacity);
    --van-slider-bar-height: 2px;
    --van-slider-button-width: 24px;
    --van-slider-button-height: 24px;
    --van-slider-button-radius: 50%;
    --van-slider-button-background: var(--van-white);
    --van-slider-button-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.van-theme-dark {
    --van-slider-inactive-background: var(--van-background-3)
}

.van-slider {
    position: relative;
    width: 100%;
    height: var(--van-slider-bar-height);
    background: var(--van-slider-inactive-background);
    border-radius: var(--van-radius-max);
    cursor: pointer
}

.van-slider:before {
    position: absolute;
    top: calc(var(--van-padding-xs) * -1);
    right: 0;
    bottom: calc(var(--van-padding-xs) * -1);
    left: 0;
    content: ""
}

.van-slider__bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--van-slider-active-background);
    border-radius: inherit;
    transition: all var(--van-duration-fast)
}

.van-slider__button {
    width: var(--van-slider-button-width);
    height: var(--van-slider-button-height);
    background: var(--van-slider-button-background);
    border-radius: var(--van-slider-button-radius);
    box-shadow: var(--van-slider-button-shadow)
}

.van-slider__button-wrapper {
    position: absolute;
    cursor: grab;
    top: 50%
}

.van-slider__button-wrapper--right {
    right: 0;
    transform: translate3d(50%, -50%, 0)
}

.van-slider__button-wrapper--left {
    left: 0;
    transform: translate3d(-50%, -50%, 0)
}

.van-slider--disabled {
    cursor: not-allowed;
    opacity: var(--van-slider-disabled-opacity)
}

.van-slider--disabled .van-slider__button-wrapper {
    cursor: not-allowed
}

.van-slider--vertical {
    display: inline-block;
    width: var(--van-slider-bar-height);
    height: 100%
}

.van-slider--vertical .van-slider__button-wrapper--right {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate3d(50%, 50%, 0)
}

.van-slider--vertical .van-slider__button-wrapper--left {
    top: 0;
    right: 50%;
    left: auto;
    transform: translate3d(50%, -50%, 0)
}

.van-slider--vertical:before {
    top: 0;
    right: calc(var(--van-padding-xs) * -1);
    bottom: 0;
    left: calc(var(--van-padding-xs) * -1)
}

.van-space {
    display: inline-flex
}

.van-space--horizontal .van-space-item {
    display: flex;
    align-items: center
}

.van-space--vertical {
    flex-direction: column
}

.van-space--align-baseline {
    align-items: baseline
}

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

.van-space--align-end {
    align-items: flex-end
}

.van-space--align-center {
    align-items: center
}

.van-space--wrap {
    flex-wrap: wrap
}

.van-space--fill {
    display: flex
}

:root,
:host {
    --van-steps-background: var(--van-background-2)
}

.van-steps {
    overflow: hidden;
    background-color: var(--van-steps-background)
}

.van-steps--horizontal {
    padding: 10px 10px 0
}

.van-steps--horizontal .van-steps__items {
    position: relative;
    display: flex;
    margin: 0 0 10px;
    padding-bottom: 22px
}

.van-steps--vertical {
    padding: 0 0 0 var(--van-padding-xl)
}

:root,
:host {
    --van-step-text-color: var(--van-text-color-2);
    --van-step-active-color: var(--van-primary-color);
    --van-step-process-text-color: var(--van-text-color);
    --van-step-font-size: var(--van-font-size-md);
    --van-step-line-color: var(--van-border-color);
    --van-step-finish-line-color: var(--van-primary-color);
    --van-step-finish-text-color: var(--van-text-color);
    --van-step-icon-size: 12px;
    --van-step-circle-size: 5px;
    --van-step-circle-color: var(--van-gray-6);
    --van-step-horizontal-title-font-size: var(--van-font-size-sm)
}

.van-step {
    position: relative;
    flex: 1;
    color: var(--van-step-text-color);
    font-size: var(--van-step-font-size)
}

.van-step__circle {
    display: block;
    width: var(--van-step-circle-size);
    height: var(--van-step-circle-size);
    background-color: var(--van-step-circle-color);
    border-radius: 50%
}

.van-step__line {
    position: absolute;
    background-color: var(--van-step-line-color);
    transition: background-color var(--van-duration-base)
}

.van-step--horizontal {
    float: left
}

.van-step--horizontal:first-child .van-step__title {
    margin-left: 0;
    transform: none
}

.van-step--horizontal:last-child:not(:first-child) {
    position: absolute;
    right: 1px;
    width: auto
}

.van-step--horizontal:last-child:not(:first-child) .van-step__title {
    margin-left: 0;
    transform: none
}

.van-step--horizontal:last-child:not(:first-child) .van-step__circle-container {
    right: -9px;
    left: auto
}

.van-step--horizontal .van-step__circle-container {
    position: absolute;
    top: 30px;
    left: calc(var(--van-padding-xs) * -1);
    z-index: 1;
    padding: 0 var(--van-padding-xs);
    background-color: var(--van-background-2);
    transform: translateY(-50%)
}

.van-step--horizontal .van-step__title {
    display: inline-block;
    margin-left: 3px;
    font-size: var(--van-step-horizontal-title-font-size);
    transform: translate(-50%)
}

.van-step--horizontal .van-step__line {
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px
}

.van-step--horizontal .van-step__icon {
    display: block;
    font-size: var(--van-step-icon-size)
}

.van-step--horizontal .van-step--process {
    color: var(--van-step-process-text-color)
}

.van-step--vertical {
    display: block;
    float: none;
    padding: 10px 10px 10px 0;
    line-height: var(--van-line-height-sm)
}

.van-step--vertical:not(:last-child):after {
    border-bottom-width: 1px
}

.van-step--vertical .van-step__circle-container {
    position: absolute;
    top: 19px;
    left: -15px;
    z-index: 1;
    font-size: var(--van-step-icon-size);
    line-height: 1;
    transform: translate(-50%, -50%)
}

.van-step--vertical .van-step__line {
    top: 16px;
    left: -15px;
    width: 1px;
    height: 100%
}

.van-step:last-child .van-step__line {
    width: 0
}

.van-step--finish {
    color: var(--van-step-finish-text-color)
}

.van-step--finish .van-step__circle,
.van-step--finish .van-step__line {
    background-color: var(--van-step-finish-line-color)
}

.van-step__icon,
.van-step__title {
    transition: color var(--van-duration-base)
}

.van-step__icon--active,
.van-step__title--active,
.van-step__icon--finish,
.van-step__title--finish {
    color: var(--van-step-active-color)
}

:root,
:host {
    --van-stepper-background: var(--van-active-color);
    --van-stepper-button-icon-color: var(--van-text-color);
    --van-stepper-button-disabled-color: var(--van-background);
    --van-stepper-button-disabled-icon-color: var(--van-gray-5);
    --van-stepper-button-round-theme-color: var(--van-primary-color);
    --van-stepper-input-width: 32px;
    --van-stepper-input-height: 28px;
    --van-stepper-input-font-size: var(--van-font-size-md);
    --van-stepper-input-line-height: normal;
    --van-stepper-input-text-color: var(--van-text-color);
    --van-stepper-input-disabled-text-color: var(--van-text-color-3);
    --van-stepper-input-disabled-background: var(--van-active-color);
    --van-stepper-radius: var(--van-radius-md)
}

.van-stepper {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-stepper__minus,
.van-stepper__plus {
    position: relative;
    box-sizing: border-box;
    width: var(--van-stepper-input-height);
    height: var(--van-stepper-input-height);
    margin: 0;
    padding: 0;
    color: var(--van-stepper-button-icon-color);
    vertical-align: middle;
    background: var(--van-stepper-background);
    border: 0
}

.van-stepper__minus:before,
.van-stepper__plus:before {
    width: 50%;
    height: 1px
}

.van-stepper__minus:after,
.van-stepper__plus:after {
    width: 1px;
    height: 50%
}

.van-stepper__minus:before,
.van-stepper__plus:before,
.van-stepper__minus:after,
.van-stepper__plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor;
    transform: translate(-50%, -50%);
    content: ""
}

.van-stepper__minus--disabled,
.van-stepper__plus--disabled {
    color: var(--van-stepper-button-disabled-icon-color);
    background-color: var(--van-stepper-button-disabled-color);
    cursor: not-allowed
}

.van-stepper__minus {
    border-radius: var(--van-stepper-radius) 0 0 var(--van-stepper-radius)
}

.van-stepper__minus:after {
    display: none
}

.van-stepper__plus {
    border-radius: 0 var(--van-stepper-radius) var(--van-stepper-radius) 0
}

.van-stepper__input {
    box-sizing: border-box;
    width: var(--van-stepper-input-width);
    height: var(--van-stepper-input-height);
    margin: 0 2px;
    padding: 0;
    color: var(--van-stepper-input-text-color);
    font-size: var(--van-stepper-input-font-size);
    line-height: var(--van-stepper-input-line-height);
    text-align: center;
    vertical-align: middle;
    background: var(--van-stepper-background);
    border: 0;
    border-width: 1px 0;
    border-radius: 0;
    -webkit-appearance: none
}

.van-stepper__input:disabled {
    color: var(--van-stepper-input-disabled-text-color);
    background-color: var(--van-stepper-input-disabled-background);
    -webkit-text-fill-color: var(--van-stepper-input-disabled-text-color);
    opacity: 1
}

.van-stepper__input:-moz-read-only {
    cursor: default
}

.van-stepper__input:read-only {
    cursor: default
}

.van-stepper--round .van-stepper__input {
    background-color: transparent
}

.van-stepper--round .van-stepper__plus,
.van-stepper--round .van-stepper__minus {
    border-radius: 100%
}

.van-stepper--round .van-stepper__plus--disabled,
.van-stepper--round .van-stepper__minus--disabled {
    opacity: .3;
    cursor: not-allowed
}

.van-stepper--round .van-stepper__plus {
    color: var(--van-white);
    background: var(--van-stepper-button-round-theme-color)
}

.van-stepper--round .van-stepper__minus {
    color: var(--van-stepper-button-round-theme-color);
    background-color: var(--van-background-2);
    border: 1px solid var(--van-stepper-button-round-theme-color)
}

.van-swipe-cell {
    position: relative;
    overflow: hidden;
    cursor: grab
}

.van-swipe-cell__wrapper {
    transition-timing-function: cubic-bezier(.18, .89, .32, 1);
    transition-property: transform
}

.van-swipe-cell__left,
.van-swipe-cell__right {
    position: absolute;
    top: 0;
    height: 100%
}

.van-swipe-cell__left {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.van-swipe-cell__right {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

:root,
:host {
    --van-tabbar-height: 50px;
    --van-tabbar-z-index: 1;
    --van-tabbar-background: var(--van-background-2)
}

.van-tabbar {
    z-index: var(--van-tabbar-z-index);
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: var(--van-tabbar-height);
    background: var(--van-tabbar-background)
}

.van-tabbar--fixed {
    position: fixed;
    bottom: 0;
    left: 0
}

:root,
:host {
    --van-tabbar-item-font-size: var(--van-font-size-sm);
    --van-tabbar-item-text-color: var(--van-text-color);
    --van-tabbar-item-active-color: var(--van-primary-color);
    --van-tabbar-item-active-background: var(--van-background-2);
    --van-tabbar-item-line-height: 1;
    --van-tabbar-item-icon-size: 22px;
    --van-tabbar-item-icon-margin-bottom: var(--van-padding-base)
}

.van-tabbar-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--van-tabbar-item-text-color);
    font-size: var(--van-tabbar-item-font-size);
    line-height: var(--van-tabbar-item-line-height);
    cursor: pointer
}

.van-tabbar-item__icon {
    margin-bottom: var(--van-tabbar-item-icon-margin-bottom);
    font-size: var(--van-tabbar-item-icon-size)
}

.van-tabbar-item__icon .van-icon {
    display: block
}

.van-tabbar-item__icon .van-badge {
    margin-top: var(--van-padding-base)
}

.van-tabbar-item__icon img {
    display: block;
    height: 20px
}

.van-tabbar-item--active {
    color: var(--van-tabbar-item-active-color);
    background-color: var(--van-tabbar-item-active-background)
}

:root,
:host {
    --van-text-ellipsis-line-height: 1.6;
    --van-text-ellipsis-action-color: var(--van-blue)
}

.van-text-ellipsis {
    line-height: var(--van-text-ellipsis-line-height);
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.van-text-ellipsis__action {
    cursor: pointer;
    color: var(--van-text-ellipsis-action-color)
}

.van-text-ellipsis__action:active {
    opacity: var(--van-active-opacity)
}

:root,
:host {
    --van-watermark-z-index: 100
}

.van-watermark {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: var(--van-watermark-z-index);
    background-repeat: repeat;
    pointer-events: none
}

.van-watermark__wrapper {
    display: none
}

.van-watermark--full {
    position: fixed
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

@media print,
(prefers-reduced-motion: reduce) {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {

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

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

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

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

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

@keyframes bounce {

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

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

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

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

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

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

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

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

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

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

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

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

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

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

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

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

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

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

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

@keyframes shakeX {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

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

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

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

@keyframes shakeY {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

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

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

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

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translate(5px) rotateY(7deg)
    }

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

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

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

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translate(5px) rotateY(7deg)
    }

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

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translate(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skew(6.25deg) skewY(6.25deg)
    }

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

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

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

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skew(.390625deg) skewY(.390625deg)
    }

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

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skew(6.25deg) skewY(6.25deg)
    }

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

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skew(1.5625deg) skewY(1.5625deg)
    }

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

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skew(.390625deg) skewY(.390625deg)
    }

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

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

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

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translate(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateX(0px) scale(.7);
        transform: translate(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translate(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    20% {
        -webkit-transform: translateY(0px) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

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

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

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

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

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

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

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

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scaleZ(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

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

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

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

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

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

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

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

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

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

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

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

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

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

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

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

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

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

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

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

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

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

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

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

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

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

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

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

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

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

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

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

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

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

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

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

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

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

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

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

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

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

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

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

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

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

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

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }

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

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

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

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

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

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

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

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

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

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

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

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

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scaleZ(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

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

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

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

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

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

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

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

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

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

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

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

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

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

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

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

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

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

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

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration) * .75);
    animation-duration: calc(var(--animate-duration) * .75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

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

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

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

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

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

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

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

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

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

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

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

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

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

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

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

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

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

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

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

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

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

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

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

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

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

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

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

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

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

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

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

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

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

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

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

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

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

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

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

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

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

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

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

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

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

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

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

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

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

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

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

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

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

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

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

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}