

                      uni-page-body {
                          width: 374px;
                          background: #00695c;
                          color: #fff
                      }

body {
    background: #00695c
}

/*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: #0294ab
}

.violet {
    color: #8734fe
}

.yellow {
    color: #ffe91d
}

.orange {
    color: #ff8a00
}

.green {
    color: #1ea733
}

.brown {
    color: #4f3a1e
}

.golden {
    color: #a8700d
}

.black {
    color: #212121
}

.price {
    color: #789e13
}

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

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

.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: 8px
}

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

.f22 {
    font-size: 10px
}

.f24 {
    font-size: 11px
}

.f26 {
    font-size: 12px
}

.f28 {
    font-size: 13px
}

.f30 {
    font-size: 14px
}

.f32 {
    font-size: 15px
}

.f34 {
    font-size: 16px
}

.f36 {
    font-size: 17px
}

.f40 {
    font-size: 19px
}

.f46 {
    font-size: 21px
}

.f50 {
    font-size: 24px
}

.f60 {
    font-size: 29px
}

.fb {
    font-weight: 700
}

/*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: 4px
}

.p20 {
    padding: 9px
}

.p30 {
    padding: 14px
}

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

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

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

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

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

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

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

.pt10 {
    padding-top: 4px
}

.pt16 {
    padding-top: 7px
}

.pt20 {
    padding-top: 9px
}

.pt30 {
    padding-top: 14px
}

.pt40 {
    padding-top: 19px
}

.pt60 {
    padding-top: 29px
}

.pr20 {
    padding-right: 9px
}

.pr100 {
    padding-right: 49px
}

.pb0 {
    padding-bottom: 0
}

.pb10 {
    padding-bottom: 4px
}

.pb20 {
    padding-bottom: 9px
}

.pb30 {
    padding-bottom: 14px
}

.pb60 {
    padding-bottom: 29px
}

.pb38 {
    padding-bottom: 18px
}

.pb100 {
    padding-bottom: 49px
}

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

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

.mt4 {
    margin-top: 4 tpx
}

.mt10 {
    margin-top: 4px
}

.mt20 {
    margin-top: 9px
}

.mt30 {
    margin-top: 14px
}

.mt36 {
    margin-top: 17px
}

.mt40 {
    margin-top: 19px
}

.mt50 {
    margin-top: 24px
}

.mt60 {
    margin-top: 29px
}

.mr10 {
    margin-right: 4px
}

.mr20 {
    margin-right: 9px
}

.mr30 {
    margin-right: 14px
}

.mr40 {
    margin-right: 19px
}

.mb10 {
    margin-bottom: 4px
}

.mb16 {
    margin-bottom: 7px
}

.mb20 {
    margin-bottom: 9px
}

.mb23 {
    margin-bottom: 11px
}

.mb30 {
    margin-bottom: 14px
}

.ml10 {
    margin-left: 4px
}

.ml20 {
    margin-left: 9px
}

.ml26 {
    margin-left: 12px
}

.ml30 {
    margin-left: 14px
}

.ml80 {
    margin-left: 39px
}

/*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-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: 3px
}

/*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: 349px
}

.w690 {
    width: 344px
}

.w660 {
    width: 329px
}

.ui {
    font-family: Righteous, cursive
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 14px
}

.content-tabbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 74px
}

.content-tabbar .header {
    width: 349px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px
}

.content-tabbar .header .header-title {
    font-size: 19px;
    font-weight: 700;
    font-family: Righteous, cursive
}

.common-button {
    width: 299px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    background: #7e01ff;
    border-radius: 29px;
    font-family: Righteous, cursive
}

.bottom-tabbar {
    width: 374px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00695c;
    position: fixed;
    bottom: 0;
    height: 49px;
    box-shadow: 0 -1px 1px hsla(0, 0%, 100%, .03)
}

.bottom-tabbar .bottom-tabbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 49px
}

.bottom-tabbar .bottom-tabbar-item .tabbar-icon {
    width: 23px;
    height: 23px
}

.bottom-tabbar .bottom-tabbar-item .tabbar-name {
    font-size: 9px;
    color: #aaa
}

.bottom-tabbar .bottom-tabbar-item .tabbar-name-a {
    color: #fff
}

.section {
    width: 349px;
    margin-top: 14px
}

.section uni-image {
    width: 19px;
    height: 19px;
    margin-right: 9px
}

.section uni-text {
    font-family: Righteous, cursive
}

.price-color {
    color: #fff;
    text-shadow: -1px 1px 0 #00695c, 1px 1px 0 #00695c, 1px -1px 0 #00695c, -1px -1px 0 #00695c
}

.price-color2 {
    color: #00695c;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff
}

.placeholderClass {
    color: hsla(0, 0%, 100%, .5);
    text-shadow: none
}.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));
}
                         .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"
}

.uni-icons[data-v-0a75b799] {
    font-family: uniicons;
    text-decoration: none;
    text-align: center
}
                         .uni-popup[data-v-3ffde9a1] {
                             position: fixed;
                             z-index: 99
                         }

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

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

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

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

.fixforpc-top[data-v-3ffde9a1] {
    top: 0
}
                         .user-wrap[data-v-00e6788a] {
                             width: 269px;
                             height: 100vh;
                             background: #00695c;
                             position: relative
                         }

.user-wrap .user-content[data-v-00e6788a] {
    width: 269px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center
}

.user-wrap .close[data-v-00e6788a] {
    position: absolute;
    top: 24px;
    right: 14px
}

.user-wrap .avatar[data-v-00e6788a] {
    width: 74px;
    height: 74px;
    border-radius: 7px;
    margin-top: 74px
}

.user-wrap .app-name[data-v-00e6788a] {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-top: 14px
}

.user-wrap .tool-box[data-v-00e6788a] {
    width: 239px;
    margin-top: 14px
}

.user-wrap .tool-box .tool-item[data-v-00e6788a] {
    width: 239px;
    height: 44px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .19);
    padding-left: 7px;
    box-sizing: border-box
}

.menu[data-v-00e6788a] {
    width: 269px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 49px
}

.menu .menu-item[data-v-00e6788a] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.menu .menu-item .menu-img[data-v-00e6788a] {
    width: 44px;
    height: 44px;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 4px
}

.menu .menu-item .menu-img uni-image[data-v-00e6788a] {
    width: 19px;
    height: 19px
}

.menu .menu-item uni-text[data-v-00e6788a] {
    font-size: 12px;
    margin-top: 4px
}

                             /* 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
}

.content-tabbar[data-v-9aed459c] {
    background: url(static/img/1.2abad051.png) no-repeat;
    background-size: 100%
}

.banner[data-v-9aed459c] {
    width: 349px;
    height: 174px;
    margin-top: 14px;
    background: url(static/img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 9px;
    overflow: hidden
}

.balance-wrap[data-v-9aed459c] {
    width: 349px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 9px;
    margin-top: 14px;
    padding: 9px 14px;
    box-sizing: border-box
}

.balance-wrap .btns-item[data-v-9aed459c] {
    width: 99px;
    height: 26px;
    border-radius: 34px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .3)
}

.balance-wrap .btns-item .unit[data-v-9aed459c] {
    width: 17px;
    height: 17px;
    background: url(static/img/recharge-icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-size: 7px
}

.balance-wrap .btns-item .uni-withdraw[data-v-9aed459c] {
    background: url(static/img/withdraw-a.png);
    background-size: 100% 100%
}

.product-list[data-v-9aed459c] {
    width: 349px;
    margin-top: 14px
}

.product-list .tabs[data-v-9aed459c] {
    width: 349px;
    height: 49px;
    position: relative;
    overflow: hidden
}

.product-list .tabs .tabs-item[data-v-9aed459c] {
    flex: 1;
    text-align: center;
    line-height: 49px;
    font-family: Righteous, cursive
}

.product-list .tabs .tabs-item-action[data-v-9aed459c] {
    color: #00695c;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff
}

.product-list .tabs .dot[data-v-9aed459c] {
    width: 14px;
    height: 14px;
    position: absolute;
    background: hsla(0, 0%, 100%, .3);
    bottom: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: left .3s ease
}

.product-list .income-tips[data-v-9aed459c] {
    width: 349px;
    padding: 9px;
    border-radius: 9px;
    margin-top: 9px;
    background: hsla(0, 0%, 100%, .2);
    box-sizing: border-box
}

.product-list .product-wrap[data-v-9aed459c] {
    width: 349px;
    margin-top: 14px;
    background-color: #fff;
    border-radius: 9px;
    padding: 9px;
    box-sizing: border-box;
    color: #000
}

.product-list .product-detail[data-v-9aed459c] {
    width: 329px;
    margin-top: 9px
}

.product-list .product-detail .cover-wrap[data-v-9aed459c] {
    width: 79px;
    height: 79px
}

.product-list .product-detail .cover-wrap uni-image[data-v-9aed459c] {
    height: 79px;
    width: 79px;
    border-radius: 5px
}

.product-list .product-detail .product-income[data-v-9aed459c] {
    width: 239px;
    height: 79px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-list .product-detail .product-income .income-item[data-v-9aed459c] {
    width: 239px
}

.product-list .product-detail .product-income .invest[data-v-9aed459c] {
    width: 79px;
    height: 29px;
    border-radius: 29px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-family: Righteous, cursive;
    background: #00695c
}

.buy-wrap[data-v-9aed459c] {
    width: 374px;
    background: #fff;
    border-radius: 14px 14px 0 0;
    padding: 24px 14px;
    box-sizing: border-box;
    color: #000;
    position: relative
}

.buy-wrap .close[data-v-9aed459c] {
    position: absolute;
    top: 9px;
    right: 14px;
    opacity: .5
}

.buy-wrap .top[data-v-9aed459c] {
    width: 344px;
    height: 74px
}

.buy-wrap .top .cover[data-v-9aed459c] {
    width: 74px;
    height: 74px;
    border-radius: 4px
}

.buy-wrap .income-wrap[data-v-9aed459c] {
    width: 344px;
    margin-top: 14px;
    background: rgba(0, 0, 0, .1);
    border-radius: 9px;
    padding: 9px;
    box-sizing: border-box
}

.buy-wrap .income-wrap .income-item[data-v-9aed459c] {
    height: 24px
}

.buy-wrap .invest-btns[data-v-9aed459c] {
    width: 344px;
    margin-top: 14px
}

.buy-wrap .invest-btns .buy[data-v-9aed459c] {
    width: 124px;
    font-family: Righteous, cursive;
    background: #00695c;
    color: #fff;
    text-align: center;
    line-height: 39px;
    height: 39px;
    border-radius: 39px
}

.buy-wrap .invest-btns .recharge[data-v-9aed459c] {
    width: 204px;
    border: 1px solid #00695c;
    height: 39px;
    border-radius: 39px;
    padding: 0 9px;
    box-sizing: border-box
}

.buy-wrap .invest-btns .recharge .recharge-btn[data-v-9aed459c] {
    background: #00695c;
    padding: 4px 9px;
    border-radius: 39px;
    font-size: 9px;
    color: #fff
}

.vip-color[data-v-9aed459c] {
    color: #fff;
    text-shadow: -1px 1px 0 orange, 1px 1px 0 orange, 1px -1px 0 orange, -1px -1px 0 orange
}

.ad[data-v-9aed459c] {
    width: 329px;
    height: 438px;
    background: url(static/img/ad-bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 9px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.ad .ad-title[data-v-9aed459c] {
    position: relative;
    top: 19px;
    font-size: 19px
}

.ad .ad-content[data-v-9aed459c] {
    width: 299px;
    height: 299px;
    border-radius: 4px;
    position: absolute;
    top: 76px
}

.ad .channel[data-v-9aed459c] {
    width: 249px;
    height: 39px;
    position: absolute;
    bottom: 24px;
    background: linear-gradient(228deg, #40aff5, #84e4a4);
    border-radius: 4px;
    box-shadow: 1px 1px 1px hsla(0, 0%, 100%, .3)
}

.ad .channel uni-image[data-v-9aed459c] {
    width: 21px;
    height: 21px;
    margin-right: 9px
}

.ad .close[data-v-9aed459c] {
    position: absolute;
    bottom: -49px
}

.service[data-v-9aed459c] {
    width: 54px;
    height: 54px;
    position: fixed;
    right: 14px;
    bottom: 199px
}

.menu[data-v-9aed459c] {
    width: 349px;
    margin-top: 14px
}

.menu .menu-item[data-v-9aed459c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.menu .menu-item uni-image[data-v-9aed459c] {
    width: 39px;
    height: 39px
}

.menu .menu-item uni-text[data-v-9aed459c] {
    font-size: 13px;
    margin-top: 4px
}

.check-box[data-v-9aed459c] {
    width: 299px;
    height: 324px;
    background: url(static/img/17.7e235f84.png) no-repeat;
    background-size: 100% 100%;
    position: relative
}

.check-box .check-title[data-v-9aed459c] {
    width: 299px;
    position: absolute;
    top: 149px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: orange
}

.check-box .check-num[data-v-9aed459c] {
    width: 299px;
    position: absolute;
    top: 189px;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: red
}

.check-box .common-button[data-v-9aed459c] {
    position: absolute;
    bottom: 39px;
    width: 199px;
    margin-left: 49px
}

.plate[data-v-9aed459c] {
    height: 39px;
    position: relative
}

.plate .img1[data-v-9aed459c] {
    width: 39px;
    height: 39px;
    -webkit-animation: lisl-data-v-9aed459c 5s ease-in-out .15s infinite;
    animation: lisl-data-v-9aed459c 5s ease-in-out .15s infinite
}

.plate .img2[data-v-9aed459c] {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.plate .img3[data-v-9aed459c] {
    width: 39px;
    height: 39px;
    margin-top: 2px;
    margin-left: 2px
}

@-webkit-keyframes lisl-data-v-9aed459c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    80% {
        -webkit-transform: rotate(6turn);
        transform: rotate(6turn)
    }
    to {
        -webkit-transform: rotate(6turn);
        transform: rotate(6turn)
    }
}

@keyframes lisl-data-v-9aed459c {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    80% {
        -webkit-transform: rotate(6turn);
        transform: rotate(6turn)
    }
    to {
        -webkit-transform: rotate(6turn);
        transform: rotate(6turn)
    }
}.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));
}

                         .content[data-v-b53b62f0] {
                             padding-top: 0;
                             background: url(static/img/1.2abad051.png) no-repeat;
                             background-size: 100%
                         }

.welcome[data-v-b53b62f0] {
    width: 349px;
    margin-top: 29px;
    font-size: 23px;
    font-weight: 700
}

.form[data-v-b53b62f0] {
    width: 349px;
    margin-top: 29px
}

.form .form-item[data-v-b53b62f0] {
    width: 349px;
    margin-top: 14px
}

.form .form-item .input-wrap[data-v-b53b62f0] {
    width: 349px;
    height: 44px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    margin-top: 4px;
    border-radius: 4px;
    padding: 0 9px;
    box-sizing: border-box
}

.form .form-item .input-wrap .form-icon[data-v-b53b62f0] {
    width: 19px;
    height: 19px;
    opacity: .9
}

.placeholder[data-v-b53b62f0] {
    color: #bbb;
    font-family: ui;
    font-size: 13px
}

.common-button[data-v-b53b62f0] {
    margin-top: 39px
}

.contact[data-v-b53b62f0] {
    width: 299px;
    height: 44px;
    border-radius: 44px;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, .3);
    margin-top: 29px
}

.contact uni-image[data-v-b53b62f0] {
    width: 21px;
    height: 21px
}
