
uni-page-body {
    width: 100%;
    /* background-color: #1a1726; */
    color: #fff;
    padding-bottom: 57px;
    white-space: pre-wrap;
    position: relative
}

uni-page-body::after {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: url(/static/page-bg.jpg) no-repeat;
    z-index: -1;
    background-size: cover
}

/*color*/
.gray {
    color: #ccc
}

.graye {
    color: hsla(0, 0%, 100%, .5746)
}

.gray9 {
    color: #999
}

.gray6 {
    color: #666
}

.gray3 {
    color: #333
}

.white {
    color: #fff
}

.red {
    color: #f6220c
}

.redEe {
    color: #ee1414
}

.redF6 {
    color: #f6220c
}

.blue {
    color: #007aff
}

.violet {
    color: #a824e4
}

.yellow {
    color: #ffd127
}

.orange {
    color: #ff8a00
}

.green {
    color: #1ea733
}

.brown {
    color: #4f3a1e
}

.golden {
    color: #a8700d
}

.black {
    color: #212121
}

/*backgroud*/
.bg-white {
    background: #fff
}

/*border*/
.br12 {
    border-radius: 6px
}

.border {
    border: 1px solid #ddd
}

.border-t {
    border-top: 1px solid #ddd
}

.border-b {
    border-bottom: 1px solid #ddd
}

.border-b-d9 {
    border-bottom: 1px solid #d9d9d9
}

.border-b-e {
    border-bottom: 1px solid #eee
}

.border-b-d {
    border-bottom: 1px solid #d9d9d9
}

/*position*/
.pr {
    position: relative
}

.pa {
    position: absolute
}

.index99 {
    z-index: 99
}

/**/
.top0 {
    top: 0
}

.right0 {
    right: 0
}

.bottom0 {
    bottom: 0
}

.left0 {
    left: 0
}

.f18 {
    font-size: 10px
}

/*font*/
.f20 {
    font-size: 11px
}

.f22 {
    font-size: 12px
}

.f24 {
    font-size: 13px
}

.f26 {
    font-size: 14px
}

.f28 {
    font-size: 16px
}

.f30 {
    font-size: 17px
}

.f32 {
    font-size: 18px
}

.f34 {
    font-size: 19px
}

.f36 {
    font-size: 20px
}

.f40 {
    font-size: 22px
}

.f46 {
    font-size: 24px
}

.f50 {
    font-size: 28px
}

.f60 {
    font-size: 34px
}

.fb {
    font-weight: 700
}

.fw200 {
    font-weight: 200
}

/*flex*/
.flex-1 {
    flex: 1
}

/*width*/
.ww100 {
    width: 100%
}

.ww50 {
    width: 50%
}

.ww33 {
    width: 33.33333333%
}

.ww25 {
    width: 25%
}

.ww20 {
    width: 20%
}

.hh100 {
    height: 100%
}

/*padding*/
.p10 {
    padding: 5px
}

.p20 {
    padding: 11px
}

.p30 {
    padding: 17px
}

.p-10-0 {
    padding: 5px 0
}

.p-20-0 {
    padding: 11px 0
}

.p-30-0 {
    padding: 17px 0
}

.p-40-0 {
    padding: 22px 0
}

.p-0-10 {
    padding: 0 5px
}

.p-0-20 {
    padding: 0 11px
}

.p-0-30 {
    padding: 0 17px
}

.pt10 {
    padding-top: 5px
}

.pt16 {
    padding-top: 9px
}

.pt20 {
    padding-top: 11px
}

.pt30 {
    padding-top: 17px
}

.pt40 {
    padding-top: 22px
}

.pt60 {
    padding-top: 34px
}

.pr20 {
    padding-right: 11px
}

.pr100 {
    padding-right: 57px
}

.pb0 {
    padding-bottom: 0
}

.pb10 {
    padding-bottom: 5px
}

.pb20 {
    padding-bottom: 11px
}

.pb30 {
    padding-bottom: 17px
}

.pb60 {
    padding-bottom: 34px
}

.pb38 {
    padding-bottom: 21px
}

.pb100 {
    padding-bottom: 57px
}

/*margin*/
.m20 {
    margin: 11px
}

.m-0-20 {
    margin: 0 11px
}

.mt4 {
    margin-top: 4 tpx
}

.mt10 {
    margin-top: 5px
}

.mt20 {
    margin-top: 11px
}

.mt30 {
    margin-top: 17px
}

.mt36 {
    margin-top: 20px
}

.mt50 {
    margin-top: 28px
}

.mt60 {
    margin-top: 34px
}

.mr10 {
    margin-right: 5px
}

.mr20 {
    margin-right: 11px
}

.mr30 {
    margin-right: 17px
}

.mr40 {
    margin-right: 22px
}

.mb10 {
    margin-bottom: 5px
}

.mb16 {
    margin-bottom: 9px
}

.mb20 {
    margin-bottom: 11px
}

.mb23 {
    margin-bottom: 13px
}

.mb30 {
    margin-bottom: 17px
}

.ml10 {
    margin-left: 5px
}

.ml20 {
    margin-left: 11px
}

.ml26 {
    margin-left: 14px
}

.ml30 {
    margin-left: 17px
}

.ml80 {
    margin-left: 45px
}

/*display*/
.d-f {
    display: flex
}

.d-c-c {
    display: flex;
    justify-content: center;
    align-items: center
}

.d-c-e {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.d-c-s {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.d-s-c {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.d-s-e {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.d-s-s {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.d-e-c {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.d-b-c {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.d-b-s {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.d-b-e {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.d-a-c {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.d-c {
    flex-direction: column
}

.d-r {
    flex-direction: row
}

.f-w {
    flex-wrap: wrap
}

.radius8 {
    border-radius: 4px
}

/*ellipsis*/
.text-ellipsis {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-ellipsis-2 {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.w700 {
    width: 401px
}

.w690 {
    width: 395px
}

.w660 {
    width: 378px
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.common-color {
    color: #2d4293
}

.common-btn {
    width: 401px;
    height: 51px;
    line-height: 51px;
    background: linear-gradient(90deg, #ff840f, #ef0202);
    border-radius: 8px;
    font-weight: 700
}.uni-app--showtabbar uni-page-wrapper {
                                                                                                                                                                                         display: block;
                                                                                                                                                                                         height: calc(100% - 50px);
                                                                                                                                                                                         height: calc(100% - 50px - constant(safe-area-inset-bottom));
                                                                                                                                                                                         height: calc(100% - 50px - env(safe-area-inset-bottom));
                                                                                                                                                                                     }

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    height: calc(50px + constant(safe-area-inset-bottom));
    height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
    height: calc(100% - 44px - 50px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
.kefu[data-v-496d5f79] {
    width: 57px;
    height: 57px;
    position: fixed;
    right: 11px;
    bottom: 114px;
    -webkit-filter: drop-shadow(0 0 8px #19285d);
    filter: drop-shadow(0 0 8px #19285d)
}

.kefu uni-image[data-v-496d5f79] {
    width: 57px;
    height: 57px;
    border-radius: 57px
}
.uni-popup[data-v-bfae1f7c] {
    position: fixed;
    z-index: 99
}

.uni-popup.top[data-v-bfae1f7c], .uni-popup.left[data-v-bfae1f7c], .uni-popup.right[data-v-bfae1f7c] {
    top: var(--window-top)
}

.uni-popup .uni-popup__wrapper[data-v-bfae1f7c] {
    display: block;
    position: relative
    /* iphonex 等安全区设置，底部安全区适配 */
}

.uni-popup .uni-popup__wrapper.left[data-v-bfae1f7c], .uni-popup .uni-popup__wrapper.right[data-v-bfae1f7c] {
    padding-top: var(--window-top);
    flex: 1
}

.fixforpc-z-index[data-v-bfae1f7c] {
    z-index: 999
}

.fixforpc-top[data-v-bfae1f7c] {
    top: 0
}</style>
   <style type="text/css">


                             /* a 标签默认效果 */
                         ._a[data-v-51130a2d] {
                             padding: 1.5px 0 1.5px 0;
                             color: #366092;
                             word-break: break-all
                         }

/* a 标签点击态效果 */
._hover[data-v-51130a2d] {
    text-decoration: underline;
    opacity: .7
}

/* 图片默认效果 */
._img[data-v-51130a2d] {
    max-width: 100%;
    -webkit-touch-callout: none
}

/* 内部样式 */
._block[data-v-51130a2d] {
    display: block
}

._b[data-v-51130a2d],
._strong[data-v-51130a2d] {
    font-weight: 700
}

._code[data-v-51130a2d] {
    font-family: monospace
}

._del[data-v-51130a2d] {
    text-decoration: line-through
}

._em[data-v-51130a2d],
._i[data-v-51130a2d] {
    font-style: italic
}

._h1[data-v-51130a2d] {
    font-size: 2em
}

._h2[data-v-51130a2d] {
    font-size: 1.5em
}

._h3[data-v-51130a2d] {
    font-size: 1.17em
}

._h5[data-v-51130a2d] {
    font-size: .83em
}

._h6[data-v-51130a2d] {
    font-size: .67em
}

._h1[data-v-51130a2d],
._h2[data-v-51130a2d],
._h3[data-v-51130a2d],
._h4[data-v-51130a2d],
._h5[data-v-51130a2d],
._h6[data-v-51130a2d] {
    display: block;
    font-weight: 700
}

._image[data-v-51130a2d] {
    height: 1px
}

._ins[data-v-51130a2d] {
    text-decoration: underline
}

._li[data-v-51130a2d] {
    display: list-item
}

._ol[data-v-51130a2d] {
    list-style-type: decimal
}

._ol[data-v-51130a2d],
._ul[data-v-51130a2d] {
    display: block;
    padding-left: 40px;
    margin: 1em 0
}

._q[data-v-51130a2d]::before {
    content: '"'
}

._q[data-v-51130a2d]::after {
    content: '"'
}

._sub[data-v-51130a2d] {
    font-size: smaller;
    vertical-align: sub
}

._sup[data-v-51130a2d] {
    font-size: smaller;
    vertical-align: super
}

._thead[data-v-51130a2d],
._tbody[data-v-51130a2d],
._tfoot[data-v-51130a2d] {
    display: table-row-group
}

._tr[data-v-51130a2d] {
    display: table-row
}

._td[data-v-51130a2d],
._th[data-v-51130a2d] {
    display: table-cell;
    vertical-align: middle
}

._th[data-v-51130a2d] {
    font-weight: 700;
    text-align: center
}

._ul[data-v-51130a2d] {
    list-style-type: disc
}

._ul ._ul[data-v-51130a2d] {
    margin: 0;
    list-style-type: circle
}

._ul ._ul ._ul[data-v-51130a2d] {
    list-style-type: square
}

._abbr[data-v-51130a2d],
._b[data-v-51130a2d],
._code[data-v-51130a2d],
._del[data-v-51130a2d],
._em[data-v-51130a2d],
._i[data-v-51130a2d],
._ins[data-v-51130a2d],
._label[data-v-51130a2d],
._q[data-v-51130a2d],
._span[data-v-51130a2d],
._strong[data-v-51130a2d],
._sub[data-v-51130a2d],
._sup[data-v-51130a2d] {
    display: inline
}

                        ._root[data-v-5594bfb4] {
                            padding: 1px 0;
                            overflow-x: auto;
                            overflow-y: hidden;
                            -webkit-overflow-scrolling: touch
                        }

/* 长按复制 */
._select[data-v-5594bfb4] {
    -webkit-user-select: text;
    user-select: text
}

.uniui-color[data-v-0a75b799]:before {
    content: "\e6cf"
}

.uniui-wallet[data-v-0a75b799]:before {
    content: "\e6b1"
}

.uniui-settings-filled[data-v-0a75b799]:before {
    content: "\e6ce"
}

.uniui-auth-filled[data-v-0a75b799]:before {
    content: "\e6cc"
}

.uniui-shop-filled[data-v-0a75b799]:before {
    content: "\e6cd"
}

.uniui-staff-filled[data-v-0a75b799]:before {
    content: "\e6cb"
}

.uniui-vip-filled[data-v-0a75b799]:before {
    content: "\e6c6"
}

.uniui-plus-filled[data-v-0a75b799]:before {
    content: "\e6c7"
}

.uniui-folder-add-filled[data-v-0a75b799]:before {
    content: "\e6c8"
}

.uniui-color-filled[data-v-0a75b799]:before {
    content: "\e6c9"
}

.uniui-tune-filled[data-v-0a75b799]:before {
    content: "\e6ca"
}

.uniui-calendar-filled[data-v-0a75b799]:before {
    content: "\e6c0"
}

.uniui-notification-filled[data-v-0a75b799]:before {
    content: "\e6c1"
}

.uniui-wallet-filled[data-v-0a75b799]:before {
    content: "\e6c2"
}

.uniui-medal-filled[data-v-0a75b799]:before {
    content: "\e6c3"
}

.uniui-gift-filled[data-v-0a75b799]:before {
    content: "\e6c4"
}

.uniui-fire-filled[data-v-0a75b799]:before {
    content: "\e6c5"
}

.uniui-refreshempty[data-v-0a75b799]:before {
    content: "\e6bf"
}

.uniui-location-filled[data-v-0a75b799]:before {
    content: "\e6af"
}

.uniui-person-filled[data-v-0a75b799]:before {
    content: "\e69d"
}

.uniui-personadd-filled[data-v-0a75b799]:before {
    content: "\e698"
}

.uniui-back[data-v-0a75b799]:before {
    content: "\e6b9"
}

.uniui-forward[data-v-0a75b799]:before {
    content: "\e6ba"
}

.uniui-arrow-right[data-v-0a75b799]:before {
    content: "\e6bb"
}

.uniui-arrowthinright[data-v-0a75b799]:before {
    content: "\e6bb"
}

.uniui-arrow-left[data-v-0a75b799]:before {
    content: "\e6bc"
}

.uniui-arrowthinleft[data-v-0a75b799]:before {
    content: "\e6bc"
}

.uniui-arrow-up[data-v-0a75b799]:before {
    content: "\e6bd"
}

.uniui-arrowthinup[data-v-0a75b799]:before {
    content: "\e6bd"
}

.uniui-arrow-down[data-v-0a75b799]:before {
    content: "\e6be"
}

.uniui-arrowthindown[data-v-0a75b799]:before {
    content: "\e6be"
}

.uniui-bottom[data-v-0a75b799]:before {
    content: "\e6b8"
}

.uniui-arrowdown[data-v-0a75b799]:before {
    content: "\e6b8"
}

.uniui-right[data-v-0a75b799]:before {
    content: "\e6b5"
}

.uniui-arrowright[data-v-0a75b799]:before {
    content: "\e6b5"
}

.uniui-top[data-v-0a75b799]:before {
    content: "\e6b6"
}

.uniui-arrowup[data-v-0a75b799]:before {
    content: "\e6b6"
}

.uniui-left[data-v-0a75b799]:before {
    content: "\e6b7"
}

.uniui-arrowleft[data-v-0a75b799]:before {
    content: "\e6b7"
}

.uniui-eye[data-v-0a75b799]:before {
    content: "\e651"
}

.uniui-eye-filled[data-v-0a75b799]:before {
    content: "\e66a"
}

.uniui-eye-slash[data-v-0a75b799]:before {
    content: "\e6b3"
}

.uniui-eye-slash-filled[data-v-0a75b799]:before {
    content: "\e6b4"
}

.uniui-info-filled[data-v-0a75b799]:before {
    content: "\e649"
}

.uniui-reload[data-v-0a75b799]:before {
    content: "\e6b2"
}

.uniui-micoff-filled[data-v-0a75b799]:before {
    content: "\e6b0"
}

.uniui-map-pin-ellipse[data-v-0a75b799]:before {
    content: "\e6ac"
}

.uniui-map-pin[data-v-0a75b799]:before {
    content: "\e6ad"
}

.uniui-location[data-v-0a75b799]:before {
    content: "\e6ae"
}

.uniui-starhalf[data-v-0a75b799]:before {
    content: "\e683"
}

.uniui-star[data-v-0a75b799]:before {
    content: "\e688"
}

.uniui-star-filled[data-v-0a75b799]:before {
    content: "\e68f"
}

.uniui-calendar[data-v-0a75b799]:before {
    content: "\e6a0"
}

.uniui-fire[data-v-0a75b799]:before {
    content: "\e6a1"
}

.uniui-medal[data-v-0a75b799]:before {
    content: "\e6a2"
}

.uniui-font[data-v-0a75b799]:before {
    content: "\e6a3"
}

.uniui-gift[data-v-0a75b799]:before {
    content: "\e6a4"
}

.uniui-link[data-v-0a75b799]:before {
    content: "\e6a5"
}

.uniui-notification[data-v-0a75b799]:before {
    content: "\e6a6"
}

.uniui-staff[data-v-0a75b799]:before {
    content: "\e6a7"
}

.uniui-vip[data-v-0a75b799]:before {
    content: "\e6a8"
}

.uniui-folder-add[data-v-0a75b799]:before {
    content: "\e6a9"
}

.uniui-tune[data-v-0a75b799]:before {
    content: "\e6aa"
}

.uniui-auth[data-v-0a75b799]:before {
    content: "\e6ab"
}

.uniui-person[data-v-0a75b799]:before {
    content: "\e699"
}

.uniui-email-filled[data-v-0a75b799]:before {
    content: "\e69a"
}

.uniui-phone-filled[data-v-0a75b799]:before {
    content: "\e69b"
}

.uniui-phone[data-v-0a75b799]:before {
    content: "\e69c"
}

.uniui-email[data-v-0a75b799]:before {
    content: "\e69e"
}

.uniui-personadd[data-v-0a75b799]:before {
    content: "\e69f"
}

.uniui-chatboxes-filled[data-v-0a75b799]:before {
    content: "\e692"
}

.uniui-contact[data-v-0a75b799]:before {
    content: "\e693"
}

.uniui-chatbubble-filled[data-v-0a75b799]:before {
    content: "\e694"
}

.uniui-contact-filled[data-v-0a75b799]:before {
    content: "\e695"
}

.uniui-chatboxes[data-v-0a75b799]:before {
    content: "\e696"
}

.uniui-chatbubble[data-v-0a75b799]:before {
    content: "\e697"
}

.uniui-upload-filled[data-v-0a75b799]:before {
    content: "\e68e"
}

.uniui-upload[data-v-0a75b799]:before {
    content: "\e690"
}

.uniui-weixin[data-v-0a75b799]:before {
    content: "\e691"
}

.uniui-compose[data-v-0a75b799]:before {
    content: "\e67f"
}

.uniui-qq[data-v-0a75b799]:before {
    content: "\e680"
}

.uniui-download-filled[data-v-0a75b799]:before {
    content: "\e681"
}

.uniui-pyq[data-v-0a75b799]:before {
    content: "\e682"
}

.uniui-sound[data-v-0a75b799]:before {
    content: "\e684"
}

.uniui-trash-filled[data-v-0a75b799]:before {
    content: "\e685"
}

.uniui-sound-filled[data-v-0a75b799]:before {
    content: "\e686"
}

.uniui-trash[data-v-0a75b799]:before {
    content: "\e687"
}

.uniui-videocam-filled[data-v-0a75b799]:before {
    content: "\e689"
}

.uniui-spinner-cycle[data-v-0a75b799]:before {
    content: "\e68a"
}

.uniui-weibo[data-v-0a75b799]:before {
    content: "\e68b"
}

.uniui-videocam[data-v-0a75b799]:before {
    content: "\e68c"
}

.uniui-download[data-v-0a75b799]:before {
    content: "\e68d"
}

.uniui-help[data-v-0a75b799]:before {
    content: "\e679"
}

.uniui-navigate-filled[data-v-0a75b799]:before {
    content: "\e67a"
}

.uniui-plusempty[data-v-0a75b799]:before {
    content: "\e67b"
}

.uniui-smallcircle[data-v-0a75b799]:before {
    content: "\e67c"
}

.uniui-minus-filled[data-v-0a75b799]:before {
    content: "\e67d"
}

.uniui-micoff[data-v-0a75b799]:before {
    content: "\e67e"
}

.uniui-closeempty[data-v-0a75b799]:before {
    content: "\e66c"
}

.uniui-clear[data-v-0a75b799]:before {
    content: "\e66d"
}

.uniui-navigate[data-v-0a75b799]:before {
    content: "\e66e"
}

.uniui-minus[data-v-0a75b799]:before {
    content: "\e66f"
}

.uniui-image[data-v-0a75b799]:before {
    content: "\e670"
}

.uniui-mic[data-v-0a75b799]:before {
    content: "\e671"
}

.uniui-paperplane[data-v-0a75b799]:before {
    content: "\e672"
}

.uniui-close[data-v-0a75b799]:before {
    content: "\e673"
}

.uniui-help-filled[data-v-0a75b799]:before {
    content: "\e674"
}

.uniui-paperplane-filled[data-v-0a75b799]:before {
    content: "\e675"
}

.uniui-plus[data-v-0a75b799]:before {
    content: "\e676"
}

.uniui-mic-filled[data-v-0a75b799]:before {
    content: "\e677"
}

.uniui-image-filled[data-v-0a75b799]:before {
    content: "\e678"
}

.uniui-locked-filled[data-v-0a75b799]:before {
    content: "\e668"
}

.uniui-info[data-v-0a75b799]:before {
    content: "\e669"
}

.uniui-locked[data-v-0a75b799]:before {
    content: "\e66b"
}

.uniui-camera-filled[data-v-0a75b799]:before {
    content: "\e658"
}

.uniui-chat-filled[data-v-0a75b799]:before {
    content: "\e659"
}

.uniui-camera[data-v-0a75b799]:before {
    content: "\e65a"
}

.uniui-circle[data-v-0a75b799]:before {
    content: "\e65b"
}

.uniui-checkmarkempty[data-v-0a75b799]:before {
    content: "\e65c"
}

.uniui-chat[data-v-0a75b799]:before {
    content: "\e65d"
}

.uniui-circle-filled[data-v-0a75b799]:before {
    content: "\e65e"
}

.uniui-flag[data-v-0a75b799]:before {
    content: "\e65f"
}

.uniui-flag-filled[data-v-0a75b799]:before {
    content: "\e660"
}

.uniui-gear-filled[data-v-0a75b799]:before {
    content: "\e661"
}

.uniui-home[data-v-0a75b799]:before {
    content: "\e662"
}

.uniui-home-filled[data-v-0a75b799]:before {
    content: "\e663"
}

.uniui-gear[data-v-0a75b799]:before {
    content: "\e664"
}

.uniui-smallcircle-filled[data-v-0a75b799]:before {
    content: "\e665"
}

.uniui-map-filled[data-v-0a75b799]:before {
    content: "\e666"
}

.uniui-map[data-v-0a75b799]:before {
    content: "\e667"
}

.uniui-refresh-filled[data-v-0a75b799]:before {
    content: "\e656"
}

.uniui-refresh[data-v-0a75b799]:before {
    content: "\e657"
}

.uniui-cloud-upload[data-v-0a75b799]:before {
    content: "\e645"
}

.uniui-cloud-download-filled[data-v-0a75b799]:before {
    content: "\e646"
}

.uniui-cloud-download[data-v-0a75b799]:before {
    content: "\e647"
}

.uniui-cloud-upload-filled[data-v-0a75b799]:before {
    content: "\e648"
}

.uniui-redo[data-v-0a75b799]:before {
    content: "\e64a"
}

.uniui-images-filled[data-v-0a75b799]:before {
    content: "\e64b"
}

.uniui-undo-filled[data-v-0a75b799]:before {
    content: "\e64c"
}

.uniui-more[data-v-0a75b799]:before {
    content: "\e64d"
}

.uniui-more-filled[data-v-0a75b799]:before {
    content: "\e64e"
}

.uniui-undo[data-v-0a75b799]:before {
    content: "\e64f"
}

.uniui-images[data-v-0a75b799]:before {
    content: "\e650"
}

.uniui-paperclip[data-v-0a75b799]:before {
    content: "\e652"
}

.uniui-settings[data-v-0a75b799]:before {
    content: "\e653"
}

.uniui-search[data-v-0a75b799]:before {
    content: "\e654"
}

.uniui-redo-filled[data-v-0a75b799]:before {
    content: "\e655"
}

.uniui-list[data-v-0a75b799]:before {
    content: "\e644"
}

.uniui-mail-open-filled[data-v-0a75b799]:before {
    content: "\e63a"
}

.uniui-hand-down-filled[data-v-0a75b799]:before {
    content: "\e63c"
}

.uniui-hand-down[data-v-0a75b799]:before {
    content: "\e63d"
}

.uniui-hand-up-filled[data-v-0a75b799]:before {
    content: "\e63e"
}

.uniui-hand-up[data-v-0a75b799]:before {
    content: "\e63f"
}

.uniui-heart-filled[data-v-0a75b799]:before {
    content: "\e641"
}

.uniui-mail-open[data-v-0a75b799]:before {
    content: "\e643"
}

.uniui-heart[data-v-0a75b799]:before {
    content: "\e639"
}

.uniui-loop[data-v-0a75b799]:before {
    content: "\e633"
}

.uniui-pulldown[data-v-0a75b799]:before {
    content: "\e632"
}

.uniui-scan[data-v-0a75b799]:before {
    content: "\e62a"
}

.uniui-bars[data-v-0a75b799]:before {
    content: "\e627"
}

.uniui-cart-filled[data-v-0a75b799]:before {
    content: "\e629"
}

.uniui-checkbox[data-v-0a75b799]:before {
    content: "\e62b"
}

.uniui-checkbox-filled[data-v-0a75b799]:before {
    content: "\e62c"
}

.uniui-shop[data-v-0a75b799]:before {
    content: "\e62f"
}

.uniui-headphones[data-v-0a75b799]:before {
    content: "\e630"
}

.uniui-cart[data-v-0a75b799]:before {
    content: "\e631"
}

@font-face {
    font-family: uniicons;
    src: url(/assets/uniicons.b6d3756e.ttf) format("truetype")
}

.uni-icons[data-v-0a75b799] {
    font-family: uniicons;
    text-decoration: none;
    text-align: center
}
.tabbar[data-v-788488b0] {
    width: 395px;
    margin-top: 22px;
    margin-bottom: 17px
}

.tabbar .logo[data-v-788488b0] {
    width: 41px;
    height: 28px
}

.tabbar .app_name[data-v-788488b0] {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(270deg, #e9af37, #ffebbd 50%, #e9af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.tabbar .notice[data-v-788488b0] {
    width: 25px;
    height: 25px
}

.tabbar-right[data-v-788488b0] {
    width: 25px;
    height: 25px;
    margin-top: 18px
}

.banner[data-v-788488b0] {
    width: 395px;
    height: 185px;
    margin-top: 5px;
    background: rgba(0, 0, 0, .3137254901960784);
    border-radius: 9px;
    overflow: hidden
}

.banner uni-image[data-v-788488b0] {
    width: 395px;
    height: 185px;
    border-radius: 9px
}

.menu-wrap[data-v-788488b0] {
    width: 395px;
    height: 143px;
    color: #fff
}

.menu-wrap .menu-item[data-v-788488b0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.menu-wrap .menu-item uni-image[data-v-788488b0] {
    width: 45px;
    height: 45px
}

.menu-wrap .menu-item uni-text[data-v-788488b0] {
    margin: 5px
}

.section-wrap[data-v-788488b0] {
    width: 395px;
    height: 28px
}

.section-wrap .section-left[data-v-788488b0] {
    width: 25px;
    height: 25px
}

.finance-wrap[data-v-788488b0] {
    width: 378px;
    margin-top: 11px
}

.finance-wrap .finance-item[data-v-788488b0] {
    flex: 1
}

.finance-wrap .finance-item .num[data-v-788488b0] {
    color: #ffdf00;
    font-weight: 700;
    font-size: 20px
}

.income-wrap[data-v-788488b0] {
    width: 384px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 17px;
    padding: 13px 11px;
    box-sizing: border-box
}

.income-wrap uni-image[data-v-788488b0] {
    width: 22px;
    height: 22px
}

.income-wrap .income-num[data-v-788488b0] {
    flex: 1;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
    color: #ff5a0f
}

.tabs[data-v-788488b0] {
    width: 395px;
    height: 45px;
    background: #fff;
    border-radius: 9px;
    margin-top: 17px;
    color: #000
}

.tabs .tab[data-v-788488b0] {
    flex: 1;
    text-align: center;
    height: 45px;
    line-height: 45px
}

.tabs .tab-a[data-v-788488b0] {
    background: #17a7e7;
    color: #fff;
    font-weight: 700;
    border-radius: 9px
}

.product[data-v-788488b0] {
    width: 395px;
    padding: 17px 11px 22px 11px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    color: #000;
    margin-top: 17px
}

.product .vip[data-v-788488b0] {
    position: absolute;
    top: 5px;
    right: 11px;
    font-size: 27px;
    font-weight: 700;
    color: rgba(145, 151, 150, .5);
    font-family: Arial-Black, Arial
}

.product-top[data-v-788488b0] {
    width: 372px
}

.product-top uni-image[data-v-788488b0] {
    width: 22px;
    height: 22px
}

.product-info[data-v-788488b0] {
    width: 372px;
    height: 74px;
    margin-top: 11px
}

.product-info .cover-wrap[data-v-788488b0] {
    width: 120px;
    height: 74px
}

.product-info .cover-wrap .cover[data-v-788488b0] {
    width: 120px;
    height: 74px;
    border-radius: 5px
}

.product-info-r[data-v-788488b0] {
    width: 240px;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-info-r-t-item[data-v-788488b0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.product-info-r-t-item .income[data-v-788488b0] {
    color: #ff5a0f;
    font-size: 17px
}

.product-info-r-t .left[data-v-788488b0] {
    align-items: flex-start
}

.product-info-r-t .right[data-v-788488b0] {
    align-items: flex-end
}

.product-info-r-b[data-v-788488b0] {
    width: 240px;
    height: 22px
}

.product-info-r-b .buy[data-v-788488b0] {
    width: 80px;
    height: 25px;
    background-color: #17a7e7;
    border-radius: 22px;
    color: #fff;
    font-size: 12px
}

.product-popup[data-v-788488b0] {
    width: 395px;
    background-color: #fff;
    border-radius: 11px;
    box-sizing: border-box;
    padding: 34px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000
}

.product-popup .close[data-v-788488b0] {
    position: absolute;
    top: 11px;
    right: 11px
}

.product-popup .cover-wrap[data-v-788488b0] {
    width: 349px;
    height: 172px;
    border-radius: 9px;
    margin-top: 11px
}

.product-popup .cover-wrap .cover[data-v-788488b0] {
    width: 349px;
    height: 172px;
    border-radius: 9px
}

.product-popup .product-name[data-v-788488b0] {
    width: 349px;
    margin-top: 11px
}

.product-popup .product-name uni-image[data-v-788488b0] {
    width: 22px;
    height: 22px
}

.product-popup .product-content[data-v-788488b0] {
    width: 349px;
    font-size: 16px;
    font-weight: 200;
    margin-top: 5px
}

.product-popup .product-popup-info[data-v-788488b0] {
    width: 349px
}

.product-popup .product-popup-info .left[data-v-788488b0] {
    font-weight: 100;
    font-size: 17px
}

.product-popup .product-popup-info .num[data-v-788488b0] {
    color: #ff5a0f
}

.product-popup .invest-btn[data-v-788488b0] {
    width: 344px;
    height: 57px;
    line-height: 57px;
    margin-top: 28px;
    background: linear-gradient(270deg, #4382fc, #233d99);
    border-radius: 9px;
    color: #fff
}

.product-popup .invest-btn[data-v-788488b0]:active {
    background: linear-gradient(180deg, #2f71f3, #132d8d)
}

.home-ad[data-v-788488b0] {
    width: 384px;
    height: 573px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.home-ad-content[data-v-788488b0] {
    width: 384px;
    height: 516px;
    background: url(/static/image/home-ad-bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 17px
}

.home-ad-content .ad-top[data-v-788488b0] {
    width: 349px;
    height: 91px
}

.home-ad-content .ad-top uni-image[data-v-788488b0] {
    width: 83px;
    height: 57px;
    margin-left: 57px
}

.home-ad-content .ad-content[data-v-788488b0] {
    width: 349px;
    height: 401px;
    margin-left: 17px
}

.home-ad-close[data-v-788488b0] {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sign-popup[data-v-788488b0] {
    width: 378px;
    height: 495px;
    background: url(/static/image/sign-success-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sign-popup .close[data-v-788488b0] {
    top: 0;
    right: 22px
}

.sign-popup .title[data-v-788488b0] {
    width: 286px;
    text-align: center;
    color: #fff;
    margin-top: 200px
}

.sign-popup .award[data-v-788488b0] {
    font-size: 28px;
    font-weight: 700;
    color: gold;
    margin-top: 5px
}

.sign-popup .more[data-v-788488b0] {
    width: 252px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 2px solid gold;
    color: gold;
    border-radius: 51px;
    margin-top: 17px
}

.telegram-popup[data-v-788488b0] {
    width: 430px;
    background-color: #fff;
    border-radius: 0 0 17px 17px;
    padding: 28px 17px;
    box-sizing: border-box;
    color: #000
}

.telegram-popup .telegram-top[data-v-788488b0] {
    width: 395px;
    margin-top: 5px
}

.telegram-popup .telegram-top .telegram-close[data-v-788488b0] {
    width: 45px;
    height: 45px;
    background-color: #132d8d;
    border-radius: 45px
}

.telegram-popup .telegran-info[data-v-788488b0] {
    width: 395px;
    border-bottom: 1px solid #f1f2f3;
    height: 57px
}

.telegram-popup .telegran-info uni-image[data-v-788488b0] {
    width: 34px;
    height: 34px
}.uni-app--showtabbar uni-page-wrapper {
                                                                                                     display: block;
                                                                                                     height: calc(100% - 50px);
                                                                                                     height: calc(100% - 50px - constant(safe-area-inset-bottom));
                                                                                                     height: calc(100% - 50px - env(safe-area-inset-bottom));
                                                                                                 }

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    height: calc(50px + constant(safe-area-inset-bottom));
    height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
    height: calc(100% - 44px - 50px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
.user-wrap[data-v-7d7712f0] {
    width: 100%;
    padding-left: 17px;
    box-sizing: border-box;
    margin-top: 45px
}

.user-wrap .cover[data-v-7d7712f0] {
    width: 59px;
    height: 59px;
    border: 2px solid #fff;
    border-radius: 57px
}

.user-wrap .user-info[data-v-7d7712f0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.user-wrap .user-info .vip[data-v-7d7712f0] {
    width: 49px;
    height: 13px;
    margin-left: 3px
}

.user-wrap .user-info .gray[data-v-7d7712f0] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.user-wrap .user-bill[data-v-7d7712f0] {
    width: 74px;
    height: 37px;
    background: linear-gradient(90deg, #4382fc, #233d99);
    border-radius: 28px 0 0 28px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    font-weight: 700
}

.finance[data-v-7d7712f0] {
    width: 100%;
    margin-top: 22px
}

.finance .finance-item[data-v-7d7712f0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.freeze[data-v-7d7712f0] {
    width: 100%;
    padding: 11px;
    box-sizing: border-box;
    background: rgba(163, 171, 255, .26);
    font-size: 14px;
    border-radius: 9px;
    margin-top: 11px
}

.accets-wrap[data-v-7d7712f0] {
    width: 100%;
    margin-top: 22px;
    padding: 11px 17px;
    box-sizing: border-box;
    border-radius: 9px;
    background: rgba(163, 171, 255, .26);
    border: 1px solid #a5aacb
}

.accets-wrap .asstes[data-v-7d7712f0] {
    width: 361px;
    margin-top: 17px
}

.accets-wrap .asstes .asstes-item[data-v-7d7712f0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.accets-wrap .asstes .asstes-item uni-image[data-v-7d7712f0] {
    width: 51px;
    height: 51px
}

.accets-wrap .asstes .asstes-item uni-text[data-v-7d7712f0] {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 300
}

.invite-bar[data-v-7d7712f0] {
    width:100%;
    height: 80px;
    background: url(/static/image/user-invite-bar.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 22px
}

.invite-bar .invite-content[data-v-7d7712f0] {
    width: 286px;
    height: 68px;
    margin-left: 91px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.invite-bar .invite-content .invite-tips[data-v-7d7712f0] {
    font-size: 13px
}

.invite-bar .invite-content .invite-tips uni-text[data-v-7d7712f0] {
    color: #ff5a0f;
    margin-left: 5px
}

.invite-bar .invite-content .invite-btn[data-v-7d7712f0] {
    color: #ff5a0f;
    font-size: 16px
}

.tool[data-v-7d7712f0] {
    width: 100%;
    margin-top: 22px
}

.tool .tool-item[data-v-7d7712f0] {
    margin-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}.uni-app--showtabbar uni-page-wrapper {
                                                                                                display: block;
                                                                                                height: calc(100% - 50px);
                                                                                                height: calc(100% - 50px - constant(safe-area-inset-bottom));
                                                                                                height: calc(100% - 50px - env(safe-area-inset-bottom));
                                                                                            }

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    height: calc(50px + constant(safe-area-inset-bottom));
    height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"] ~ uni-page-wrapper {
    height: calc(100% - 44px - 50px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}
                         .logo[data-v-50d599e5] {
                             width: 86px;
                             height: 86px;
                             border-radius: 50%;
                             margin-top: 57px
                         }

.form[data-v-50d599e5] {
    width: 401px;
    margin-top: 57px
}

.form .form-item[data-v-50d599e5] {
    width: 401px;
    height: 51px;
    border-radius: 51px;
    background-color: hsla(0, 0%, 86.7%, .12549019607843137);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border-radius: 51px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 0 17px;
    box-sizing: border-box;
    margin-bottom: 22px
}

.form .form-item .placeholder[data-v-50d599e5] {
    color: #bbb
}

.form .form-item .left-icon[data-v-50d599e5] {
    width: 25px;
    height: 25px;
    margin-right: 11px
}

.common-btn[data-v-50d599e5] {
    margin-top: 57px
}

.toRegister[data-v-50d599e5] {
    margin-top: 34px
}

.toRegister uni-text[data-v-50d599e5] {
    color: #d4ff0f;
    margin-left: 5px
}
