*, :after, :before {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

body, html {
    height: 100%
}

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

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

img {
    border-style: solid
}

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

.font-medium {
    font-weight: 500
}

.text-xs {
    font-size: .8125rem
}

.text-center {
    text-align: center
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
}

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

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

.bg-btn {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 84, 235, var(--tw-bg-opacity))
}

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

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

.w-full {
    width: 100%
}

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

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

.items-center {
    align-items: center
}

.flex {
    display: flex
}

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

.container, .page-bg {
    box-sizing: border-box;
    width: 100%
}

.page-bg {
    background: url(../img/bg.89696e2.2aeaf823.png) no-repeat
}

.header-line {
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 30px
}

.header-line, .header-right {
    display: flex;
    flex-direction: row;
    align-items: center
}

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

.header-title {
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.select-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 47%;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    color: #fff;
    background: rgba(106, 78, 170, .8)
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.van-popup--center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: transform .3s ease-out;
    -webkit-overflow-scrolling: touch
}

.lang-content {
    box-sizing: border-box;
    width: 100%;
    min-height: 213px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(41, 28, 101, .3), transparent), rgba(41, 23, 103, .8);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #f5f6f7
}

.lang-title-line {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #aeaeae;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.lang-list {
    max-height: 50%;
    overflow-y: auto;
    padding-top: 30px
}

.lang-cancel {
    position: absolute;
    right: 6px;
    top: 0
}

.network-line {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 50px
}

.network-line-title {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap
}

.lang-line-title, .network-line-title {
    font-size: 16px;
    line-height: 25px;
    color: #fff
}

.record-title {
    font-weight: bolder;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin-top: 10px
}

.record-swiper {
    overflow-x: scroll
}

.van-swipe {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.van-swipe__track {
    height: 100%
}

.record-line:last-child {
    margin-right: 0
}

.record-line {
    box-sizing: border-box;
    width: 275px;
    min-height: 200px;
    border: 1px solid #aeaeae;
    background: linear-gradient(180deg, rgba(41, 28, 101, .3), transparent), #291767;
    border-radius: 15px;
    margin-top: 10px;
    margin-right: 15px;
    padding: 20px 15px 20px 20px
}

.van-swipe-item {
    float: left;
    height: 100%
}

.record-title-line {
    display: flex;
    flex-direction: row;
    align-items: center
}

.record-title-wrap {
    margin-left: 10px
}

.record-list {
    margin-top: 20px;
    margin-bottom: 15px
}

.record-line-tr {
    flex-direction: row;
    height: 20px;
    margin-bottom: 5px
}

.record-line-tr, .record-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%
}

.record-total {
    flex-direction: column;
    flex-wrap: nowrap;
    border-top: 1px dashed hsla(0, 0%, 100%, .5);
    padding-top: 15px
}

.btn {
    box-shadow: 0 8px 24px rgba(107, 84, 235, .37)
}

.record-total-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 10px
}

.record-total-name {
    padding-left: 5px;
    font-size: 10px
}

.rate-dialot-list {
    color: #aeaeae;
    box-sizing: border-box;
    width: 100%;
    background: rgba(48, 48, 48, .3);
    box-shadow: 0 5px 4px rgba(0, 0, 0, .25);
    border-radius: 20px;
    padding: 20px
}

.rate-dialog-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.rate-dialog-table {
    margin-top: 20px
}

.rate-table-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px
}

.rate-table-th {
    width: 72px;
    line-height: 20px;
    text-align: center
}

.btn-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: #ff5e2c;
    border-radius: 15px
}

.total-data {
    margin-top: 20px;
    background: linear-gradient(180deg, rgba(41, 28, 101, .3), transparent), #291767;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 20px
}

.total-top-title {
    padding-left: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px
}

.total-top-line {
    display: flex;
    flex-direction: row;
    align-items: center
}

.total-data, .total-top-line {
    box-sizing: border-box;
    width: 100%
}

.total-list {
    padding-top: 15px
}

.total-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px
}

.total-line-name {
    line-height: 20px;
    color: #aeaeae;
    font-size: 12px
}

.total-line-unit {
    padding-left: 3px;
    font-size: 12px
}

.home-wrap {
    margin-top: 20px
}

.home-title-line {
    display: flex;
    flex-direction: row;
    align-items: center
}

.home-title {
    line-height: 20px;
    font-weight: 700;
    padding-left: 14px
}

.home-content {
    margin-top: 15px
}

.help-line {
    margin-top: 10px
}

.help-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 20px;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 15px
}

.help-titel-text {
    font-weight: 700;
    line-height: 20px;
    padding-left: 10px
}

.help-content, .image-wrap {
    box-sizing: border-box;
    width: 100%
}

.help-content {
    padding: 15px 25px;
    background: rgba(0, 0, 0, .4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #aeaeae
}

.mining-image {
    flex-shrink: 0;
    width: 24px
}

.mining-user {
    width: 80%;
    color: #aeaeae;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left
}

.mining-money-text {
    white-space: nowrap;
    flex-shrink: 0;
    padding-left: 5px;
    line-height: 20px;
    font-weight: 700
}

.swiper-data-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 32px;
    padding: 10px
}

.goods-tab {
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    height: 44px;
    padding: 5px;
    background: hsla(0, 0%, 100%, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25)
}

.goods-tab-line {
    flex-direction: column;
    justify-content: center;
    height: 34px;
    text-align: center;
    font-size: 12px;
    line-height: 20px
}

.goods-tab, .goods-tab-line {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 22px
}

.goods-tab-line-active {
    background: hsla(0, 0%, 100%, .5)
}

.goods-tab-content {
    box-sizing: border-box;
    width: 100%;
    padding: 35px
}

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

.goods-content-line, .goods-exchange-left {
    display: flex;
    flex-direction: row;
    align-items: center
}

.eth-name {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left: 13px
}

.goods-exchange-right {
    display: flex;
    flex-direction: column;
    margin-left: 50px
}

.goods-right-money {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #aeaeae
}

.bg-secondary {
    background: linear-gradient(180deg, rgba(41, 28, 101, .3), transparent), rgba(41, 23, 103, .6)
}

.qty__field {
    max-width: 120px;
    width: 100%
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 44, 83, var(--tw-bg-opacity))
}

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

.relative {
    position: relative
}

input[type=number] {
    -moz-appearance: textfield
}

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

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

.bg-transparent {
    background-color: transparent
}

.border-0 {
    border-width: 0
}

input {
    text-indent: 6px
}

button, input, textarea {
    color: inherit;
    font: inherit
}

input {
    border: 0
}

.revenue {
    width: 100%;
    margin: auto;
    padding: 5%;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.revenue ul {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.revenue ul li {
    width: 30%;
    height: 1rem;
    overflow: hidden;
    font-size: .6rem;
    text-align: center
}

.kfxts {
    position: fixed;
    top: 30%;
    right: 0;
    width: 3rem;
    height: 3rem;
    right: 5%;
    z-index: 9999;
    background: #fff;
    border-radius: 50%
}

.popup {
    padding: 10vw 2vw;
    border-radius: 25px
}

.mint-popup {
    font-size: 12px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    backface-visibility: hidden;
    transition: .2s ease-out
}

.mint-button--small {
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    height: 33px
}

.footer {
    box-shadow: 0 -8px 20px rgba(22, 23, 48, .4);
    margin-bottom: 40px;
    border-radius: 8vw
}

.icon {
    height: 30px;
    width: 30px;
    background: #363762;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    transition: all .5s ease-in-out;
    margin: 0;
    padding: 0
}

path, svg {
    stroke: #a9abfc
}

.footer span {
    color: #a9abfc
}

a.nuxt-link-active span {
    color: #fff
}

a.nuxt-link-exact-active .dot {
    transition: .5s ease-in-out
}

a.nuxt-link-exact-active .stroke__icon {
    display: none
}

a.nuxt-link-exact-active .fill__icon {
    display: block
}

a.nuxt-link-exact-active .icon {
    color: #fff;
    background: #6b54eb
}

.padding[data-v-285ca448] {
    padding: 0 5%
}

.font-24[data-v-285ca448] {
    font-size: .6rem
}

.mgt-40[data-v-285ca448] {
    margin-top: 1rem
}

.seamless-warp[data-v-285ca448] {
    width: 100%;
    height: 229px;
    overflow: hidden
}

.seamless-warp .item li[data-v-285ca448] {
    display: flex;
    justify-content: space-between
}

.seamless-warp .item li span[data-v-285ca448] {
    font-size: .6rem
}

.c-black div[data-v-285ca448] {
    font-size: .9rem
}

.content_n p[data-v-285ca448] {
    font-size: .6rem;
    text-align: left;
    line-height: 150%
}

.blue[data-v-285ca448] {
    color: #1652f0
}

.title[data-v-285ca448] {
    height: 2.3rem;
    background: #1652f0
}

.title img[data-v-285ca448] {
    position: relative;
    top: .5rem
}

.title span[data-v-285ca448] {
    position: relative;
    top: .3rem;
    color: #fff;
    font-weight: 400;
    font-size: .8rem
}

.invite_btn[data-v-285ca448] {
    display: block;
    background: #fff;
    margin-top: -3.5rem;
    margin-left: 1rem;
    height: 2rem
}

.tab[data-v-285ca448] {
    display: flex;
    margin-top: 2rem
}

.tab div[data-v-285ca448] {
    position: relative;
    width: 50%;
    height: 2rem;
    line-height: 1.6rem;
    text-align: center;
    font-weight: 700;
    color: #8d8d8d
}

.tab div.active[data-v-285ca448] {
    color: #000
}

.tab div span.border-bottom[data-v-285ca448] {
    position: absolute;
    left: 70px;
    top: auto;
    bottom: 0;
    right: auto;
    display: inline-block;
    height: .2rem;
    width: 3rem;
    background-color: #1652f0
}

.pool_title[data-v-285ca448] {
    display: block;
    padding: 1rem 0
}

.pool_data[data-v-285ca448] {
    width: 80%;
    margin: auto;
    padding: 5%;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5);
    display: flex;
    border-radius: 5px;
    justify-content: space-between
}

.pool_data ul li[data-v-285ca448] {
    text-align: left;
    font-size: .6rem;
    line-height: 2rem
}

.pool_data ul:last-child li[data-v-285ca448] {
    font-weight: 700;
    text-align: right
}

.pool_data2[data-v-285ca448] {
    display: block
}

.Output_title[data-v-285ca448] {
    width: 100%;
    font-size: .6rem;
    display: flex;
    justify-content: space-between
}

.Output_title div[data-v-285ca448] {
    font-size: .6rem
}

.kfxts[data-v-285ca448] {
    position: fixed;
    top: 30%;
    right: 0;
    width: 3rem;
    height: 3rem;
    right: 5%
}

.kfxts img[data-v-285ca448] {
    display: block;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem
}

.revenue[data-v-285ca448] {
    width: 80%;
    margin: auto;
    padding: 5%;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.revenue ul[data-v-285ca448] {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.revenue ul li[data-v-285ca448] {
    width: 30%;
    height: 1rem;
    overflow: hidden;
    margin-top: 1rem;
    font-size: .6rem;
    text-align: center
}

.Withdrawal[data-v-285ca448] {
    width: 80%;
    padding: 3%;
    border-radius: 15px;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.Withdrawal .btns[data-v-285ca448] {
    margin: 10px 10px 0 0;
    height: 36px
}

.popup[data-v-285ca448] {
    padding: 10vw 2vw;
    border-radius: 25px
}

.popup div span[data-v-285ca448] {
    margin: 2vw 0 3vw 0;
    display: block;
    color: red
}

.padding[data-v-8be61594] {
    padding: 0 5%
}

.font-24[data-v-8be61594] {
    font-size: .6rem
}

.mgt-40[data-v-8be61594] {
    margin-top: 1rem
}

.seamless-warp[data-v-8be61594] {
    width: 100%;
    height: 229px;
    overflow: hidden
}

.seamless-warp .item li[data-v-8be61594] {
    display: flex;
    justify-content: space-between
}

.seamless-warp .item li span[data-v-8be61594] {
    font-size: .6rem
}

.c-black div[data-v-8be61594] {
    font-size: .9rem
}

.content_n p[data-v-8be61594] {
    font-size: .6rem;
    text-align: left;
    line-height: 150%
}

.blue[data-v-8be61594] {
    color: #ee0a24 !important
}

.title[data-v-8be61594] {
    height: 2.3rem;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 35%
}

.title img[data-v-8be61594] {
    position: relative;
    top: .5rem
}

.title span[data-v-8be61594] {
    position: relative;
    top: .3rem;
    color: #fff;
    font-weight: 400;
    font-size: .8rem
}

.banner[data-v-8be61594] {
    position: absolute;
    z-index: 3;
    top: 50px;
    width: 100%
}

.banner p[data-v-8be61594] {
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 5px 0
}

.banner .last-p[data-v-8be61594] {
    padding-top: 20px;
    font-size: 25px
}

.banner .last-p b[data-v-8be61594] {
    color: #f7931a;
    font-size: 25px;
    padding-left: 5px;
    padding-right: 5px
}

.tab[data-v-8be61594] {
    display: flex;
    margin-top: 2rem
}

.tab div[data-v-8be61594] {
    position: relative;
    width: 50%;
    height: 2rem;
    line-height: 1.6rem;
    text-align: center;
    font-weight: 700;
    color: #8d8d8d
}

.tab div.active[data-v-8be61594] {
    color: #000
}

.tab div span.border-bottom[data-v-8be61594] {
    position: absolute;
    left: 38%;
    top: auto;
    bottom: 0;
    right: auto;
    display: inline-block;
    height: .2rem;
    width: 3rem;
    background-color: #ee0a24
}

.pool_title[data-v-8be61594] {
    display: block;
    padding: 1rem 0
}

.all_pool_data[data-v-8be61594] {
    width: 80%;
    padding: 0 5%;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.all_pool_data h3[data-v-8be61594] {
    text-align: left;
    margin-bottom: 10px
}

.pool_data[data-v-8be61594] {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.pool_data ul li[data-v-8be61594] {
    text-align: left;
    font-size: 14px;
    padding-left: 12px;
    line-height: 1.5rem;
    color: #a1a1b3
}

.pool_data ul:last-child li[data-v-8be61594] {
    font-weight: 700;
    text-align: right;
    color: #000
}

.pool_data2[data-v-8be61594] {
    display: block
}

.Output_title[data-v-8be61594] {
    width: 100%;
    font-size: .6rem;
    display: flex;
    justify-content: space-between
}

.Output_title div[data-v-8be61594] {
    font-size: .6rem
}

.kfxts[data-v-8be61594] {
    position: fixed;
    top: 30%;
    right: 0;
    width: 3rem;
    height: 3rem;
    right: 5%
}

.kfxts img[data-v-8be61594] {
    display: block;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem
}

.revenue[data-v-8be61594] {
    width: 80%;
    margin: auto;
    padding: 5%;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.revenue ul[data-v-8be61594] {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.revenue ul li[data-v-8be61594] {
    width: 30%;
    height: 1rem;
    overflow: hidden;
    margin-top: 1rem;
    font-size: .6rem;
    text-align: center
}

.Withdrawal[data-v-8be61594] {
    width: 80%;
    padding: 3%;
    border-radius: 15px;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.Withdrawal .btns[data-v-8be61594] {
    margin: 10px 10px 0 0;
    height: 36px
}

.popup[data-v-8be61594] {
    padding: 10vw 2vw;
    border-radius: 25px
}

.popup div span[data-v-8be61594] {
    margin: 2vw 0 3vw 0;
    display: block;
    color: red
}

.leftIcon[data-v-8be61594] {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 15px;
    border-radius: 2px;
    margin-right: 10px;
    background: linear-gradient(1turn, rgba(90, 71, 217, .09), #71a8e0)
}

.padding[data-v-4f1f9dd2] {
    padding: 0 5%
}

.font-24[data-v-4f1f9dd2] {
    font-size: .6rem
}

.mgt-40[data-v-4f1f9dd2] {
    margin-top: 1rem
}

.seamless-warp[data-v-4f1f9dd2] {
    width: 100%;
    height: 229px;
    overflow: hidden
}

.seamless-warp .item li[data-v-4f1f9dd2] {
    display: flex;
    justify-content: space-between
}

.seamless-warp .item li span[data-v-4f1f9dd2] {
    font-size: .6rem
}

.c-black div[data-v-4f1f9dd2] {
    font-size: .9rem
}

.content_n p[data-v-4f1f9dd2] {
    font-size: .6rem;
    text-align: left;
    line-height: 150%
}

.blue[data-v-4f1f9dd2] {
    color: #1652f0
}

.title[data-v-4f1f9dd2] {
    height: 2.3rem;
    background: #1652f0
}

.title img[data-v-4f1f9dd2] {
    position: relative;
    top: .5rem
}

.title span[data-v-4f1f9dd2] {
    position: relative;
    top: .3rem;
    color: #fff;
    font-weight: 400;
    font-size: .8rem
}

.invite_btn[data-v-4f1f9dd2] {
    display: block;
    background: #fff;
    margin-top: -2.5rem;
    margin-left: 1rem;
    height: 2rem
}

.tab[data-v-4f1f9dd2] {
    display: flex;
    margin-top: 2rem
}

.tab div[data-v-4f1f9dd2] {
    position: relative;
    width: 50%;
    height: 2rem;
    line-height: 1.6rem;
    text-align: center;
    font-weight: 700;
    color: #8d8d8d
}

.tab div.active[data-v-4f1f9dd2] {
    color: #000
}

.tab div span.border-bottom[data-v-4f1f9dd2] {
    position: absolute;
    left: 70px;
    top: auto;
    bottom: 0;
    right: auto;
    display: inline-block;
    height: .2rem;
    width: 3rem;
    background-color: #1652f0
}

.pool_title[data-v-4f1f9dd2] {
    display: block;
    padding: 1rem 0
}

.pool_data[data-v-4f1f9dd2] {
    width: 80%;
    margin: auto;
    padding: 5%;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5);
    display: flex;
    border-radius: 5px;
    justify-content: space-between
}

.pool_data ul li[data-v-4f1f9dd2] {
    text-align: left;
    font-size: .6rem;
    line-height: 2rem
}

.pool_data ul:last-child li[data-v-4f1f9dd2] {
    font-weight: 700;
    text-align: right
}

.pool_data2[data-v-4f1f9dd2] {
    display: block
}

.Output_title[data-v-4f1f9dd2] {
    width: 100%;
    font-size: .6rem;
    display: flex;
    justify-content: space-between
}

.Output_title div[data-v-4f1f9dd2] {
    font-size: .6rem
}

.kfxts[data-v-4f1f9dd2] {
    position: fixed;
    top: 30%;
    right: 0;
    width: 3rem;
    height: 3rem;
    right: 5%
}

.kfxts img[data-v-4f1f9dd2] {
    display: block;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem
}

.revenue[data-v-4f1f9dd2] {
    width: 80%;
    margin: auto;
    padding: 5%;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.revenue ul[data-v-4f1f9dd2] {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.revenue ul li[data-v-4f1f9dd2] {
    width: 30%;
    height: 1rem;
    overflow: hidden;
    margin-top: 1rem;
    font-size: .6rem;
    text-align: center
}

.Withdrawal[data-v-4f1f9dd2] {
    width: 80%;
    padding: 3%;
    border-radius: 15px;
    box-shadow: 0 1px 15px rgba(188, 207, 255, .5)
}

.btn-color[data-v-4f1f9dd2] {
    background: #6a33db
}

.Withdrawal .btns[data-v-4f1f9dd2] {
    margin: 10px 10px 0 0;
    height: 36px
}

.popup[data-v-4f1f9dd2] {
    padding: 10vw 2vw;
    border-radius: 25px
}

.popup div span[data-v-4f1f9dd2] {
    margin: 2vw 0 3vw 0;
    display: block;
    color: red
}

[data-v-15db2eae] {
    width: 100%;
    height: 100%;
    font-size: 13px
}

.header_title[data-v-15db2eae] {
    height: 2.3rem
}

.header_title img[data-v-15db2eae] {
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    top: .5rem
}

.header_title span[data-v-15db2eae] {
    position: relative;
    top: .3rem;
    color: #000;
    font-weight: 400;
    font-size: .8rem
}

.share-page .body-center[data-v-15db2eae] {
    min-height: calc(100vh - 27.46667vw);
    background-color: var(--van-popup-background-color);
    overflow: hidden
}

.share-bg[data-v-15db2eae] {
    width: 100%;
    background: url(../img/bg_share.dad9fa9e.dad9fa9e.png) no-repeat right 2.66667vw top;
    background-size: 35%
}

h2[data-v-15db2eae] {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: .83em;
    margin-block-start: .83em;
    -webkit-margin-after: .83em;
    margin-block-end: .83em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    font-weight: 700
}

p[data-v-15db2eae] {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

div[data-v-15db2eae] {
    --van-tab-text-color: #333;
    --van-tab-active-text-color: #0052ff;
    --van-tabs-bottom-bar-color: #0052ff;
    --van-tabs-default-color: #0052ff;
    --van-tabs-nav-background-color: #f8f8f8;
    --van-dropdown-menu-background-color: #fff;
    --van-dropdown-menu-title-text-color: #333;
    --van-button-warning-background-color: #0052ff;
    --van-button-warning-border-color: #0052ff;
    --van-button-warning-color: #f8f8f8;
    --van-collapse-item-content-background-color: #fff;
    --van-cell-background-color: #f8f8f8;
    --van-cell-text-color: #333;
    --van-cell-active-color: #fff;
    --van-cell-border-color: #fff;
    --van-popup-background-color: #fff;
    --van-field-input-text-color: #959ba7;
    --van-dropdown-menu-title-font-size: 14px;
    --van-tabbar-background-color: #fff;
    --van-tabbar-item-active-background-color: #f8f8f8;
    --van-tabbar-item-active-color: #0052ff;
    --van-nav-bar-background-color: #f8f8f8;
    --van-nav-bar-icon-color: #0052ff;
    --van-nav-bar-title-text-color: #0052ff;
    --van-count-down-text-color: #0052ff;
    --van-count-down-font-size: 16px;
    --van-cus-border-color: #efefef;
    --van-cus-background-color: #f8f8f8;
    --van-cus-front-color: #fff;
    --van-cus-assets-bg-color1: rgba(0, 0, 0, 0.05);
    --van-cus-assets-bg-color2: rgba(0, 0, 0, 0.05);
    --van-cus-img-bg-color: hsla(0, 0%, 100%, 0.2);
    --van-cus-text-color: #333;
    --van-cus-link-light-color: rgba(0, 82, 255, 0.05)
}

.tl[data-v-15db2eae] {
    text-align: left
}

.p-l-10[data-v-15db2eae] {
    padding-left: 2.66667vw
}

.share-bg h2[data-v-15db2eae], h3[data-v-15db2eae] {
    color: #0052ff;
    margin: 6vw 0;
    width: 95%
}

.share-bg p[data-v-15db2eae] {
    color: #959ba7;
    text-align: left;
    margin: 8vw 0;
    width: 95%
}

.share-bg .my-rebate-info[data-v-15db2eae] {
    background-color: var(--van-cus-link-light-color);
    border-radius: 2.13333vw;
    padding: 2.66667vw 0;
    margin: auto;
    width: 98%
}

.justify-between[data-v-15db2eae] {
    justify-content: space-between
}

.align-center[data-v-15db2eae] {
    align-items: center
}

.flex[data-v-15db2eae] {
    display: flex
}

.justify-around[data-v-15db2eae] {
    justify-content: space-around
}

.justify-start[data-v-15db2eae] {
    justify-content: flex-start
}

.share-bg .my-rebate-info .title[data-v-15db2eae] {
    margin: 1.33333vw 0
}

.content[data-v-15db2eae] {
    margin-top: 5vw
}

.mint-navbar[data-v-15db2eae] {
    font-size: 1.5rem
}

.content .mint-tab-container h3[data-v-15db2eae] {
    font-size: 1rem;
    margin: 0;
    margin-top: 6vw
}

.copy[data-v-15db2eae] {
    background: #f8f8f8;
    padding-left: 5vw;
    width: 95%;
    margin: 3vw auto;
    color: #959ba7
}

.van-cell-group[data-v-15db2eae] {
    background-color: var(--van-cell-group-background-color)
}

.btns[data-v-15db2eae] {
    width: 60px;
    padding: 10px 0
}

.content .mint-tab-container p[data-v-15db2eae] {
    width: 95%;
    margin: 3vw auto;
    color: #959ba7;
    text-align: left
}

.content .earn-tip[data-v-15db2eae] {
    margin-top: 10vw
}

.content .earn-tip div[data-v-15db2eae] {
    width: 18%
}

.content .earn-tip div h3[data-v-15db2eae] {
    font-size: 12px
}

.revenue[data-v-15db2eae] {
    margin-top: 5vw;
    width: 100%
}

.revenue li[data-v-15db2eae] {
    height: 36px;
    line-height: 36px;
    display: flex
}

.filters[data-v-15db2eae] {
    width: 100%;
    margin: 4vw 0;
    padding: 0 4vw
}

.filters .span_title[data-v-15db2eae] {
    display: inline-block;
    width: 15%
}

.filters div[data-v-15db2eae] {
    text-align: left
}

.filters div span[data-v-15db2eae] {
    display: inline-block;
    width: 12%;
    text-align: center;
    margin-right: 3vw
}

.filters div span.level[data-v-15db2eae] {
    background: #0052ff;
    color: #fff
}

