* {
    margin: 0;
    -webkit-tap-highlight-color: transparent
}

html,body {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%
}

body {
    overflow-x: hidden;
    font-size: 16px
}

uni-app,uni-page,uni-page-wrapper,uni-page-body {
    display: block;
    box-sizing: border-box;
    width: 100%
}

uni-page-wrapper {
    position: relative
}

#app,uni-app,uni-page,uni-page-wrapper {
    height: 100%
}

.uni-mask {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5)
}

.uni-fade-enter-active,.uni-fade-leave-active {
    transition-duration: .25s;
    transition-property: opacity;
    transition-timing-function: ease
}

.uni-fade-enter-from,.uni-fade-leave-active {
    opacity: 0
}

.uni-loading,uni-button[loading]:before {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,\ PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=);
    background-repeat: no-repeat
}

.uni-loading {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    animation: uni-loading 1s steps(12,end) infinite;
    background-size: 100%
}

@keyframes uni-loading {
    0% {
        transform: rotate3d(0,0,1,0)
    }

    to {
        transform: rotate3d(0,0,1,360deg)
    }
}

html {
    --primary-color: #007aff;
    --UI-BG: #fff;
    --UI-BG-1: #f7f7f7;
    --UI-BG-2: #fff;
    --UI-BG-3: #f7f7f7;
    --UI-BG-4: #4c4c4c;
    --UI-BG-5: #fff;
    --UI-FG: #000;
    --UI-FG-0: rgba(0, 0, 0, .9);
    --UI-FG-HALF: rgba(0, 0, 0, .9);
    --UI-FG-1: rgba(0, 0, 0, .5);
    --UI-FG-2: rgba(0, 0, 0, .3);
    --UI-FG-3: rgba(0, 0, 0, .1)
}

uni-page[data-type] uni-page-body {
    background-color: transparent
}

body:after {
    position: fixed;
    content: "";
    left: -1000px;
    top: -1000px;
    animation: shadow-preload .1s;
    animation-delay: 3s
}

@keyframes shadow-preload {
    0% {
        background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
    }

    to {
        background-image: url(https://cdn.dcloud.net.cn/img/shadow-grey.png)
    }
}

.uni-async-error {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #999;
    padding: 100px 10px;
    text-align: center
}

.uni-async-loading {
    box-sizing: border-box;
    width: 100%;
    padding: 50px;
    text-align: center
}

.uni-async-loading .uni-loading {
    width: 30px;
    height: 30px
}

uni-tabbar {
    display: block;
    box-sizing: border-box;
    width: 100%;
    z-index: 998
}

.uni-tabbar {
    display: flex;
    z-index: 998;
    box-sizing: border-box
}

.uni-tabbar-top,.uni-tabbar-bottom,.uni-tabbar-top .uni-tabbar,.uni-tabbar-bottom .uni-tabbar {
    position: fixed;
    left: var(--window-left);
    right: var(--window-right)
}

.uni-app--showlayout+.uni-tabbar-top,.uni-app--showlayout+.uni-tabbar-bottom,.uni-app--showlayout+.uni-tabbar-top .uni-tabbar,.uni-app--showlayout+.uni-tabbar-bottom .uni-tabbar {
    left: var(--window-margin);
    right: var(--window-margin)
}

.uni-tabbar-bottom .uni-tabbar {
    bottom: 0;
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.uni-tabbar~.uni-placeholder {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom)
}

.uni-tabbar * {
    box-sizing: border-box
}

.uni-tabbar__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.uni-tabbar__bd {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.uni-tabbar__icon {
    position: relative;
    display: inline-block;
    margin-top: 5px
}

.uni-tabbar__icon.uni-tabbar__icon__diff {
    margin-top: 0;
    width: 34px;
    height: 34px
}

.uni-tabbar__icon img {
    width: 100%;
    height: 100%
}

.uni-tabbar__iconfont {
    font-family: UniTabbarIconFont
}

.uni-tabbar__label {
    position: relative;
    text-align: center;
    font-size: 10px
}

.uni-tabbar-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(.5)
}

.uni-tabbar__reddot {
    position: absolute;
    top: 2px;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f43530;
    color: #fff;
    transform: translate(40%)
}

.uni-tabbar__badge {
    width: auto;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    min-width: 16px;
    padding: 0 2px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap
}

.uni-tabbar__mid {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background-size: 100% 100%
}

.uni-app--showtabbar uni-page-wrapper {
    display: block;
    height: calc(100% - var(--tab-bar-height));
    height: calc(100% - var(--tab-bar-height) - constant(safe-area-inset-bottom));
    height: calc(100% - var(--tab-bar-height) - env(safe-area-inset-bottom))
}

uni-page[data-type] uni-page-wrapper {
    height: 100%
}

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

.uni-app--showtabbar uni-page-head[uni-page-head-type=default]~uni-page-wrapper {
    height: calc(100% - 44px - var(--tab-bar-height));
    height: calc(100% - 44px - constant(safe-area-inset-top) - var(--tab-bar-height) - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - var(--tab-bar-height) - env(safe-area-inset-bottom))
}

@font-face {
    font-family: customicons;
    src: url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8I0jgAAABjAAAAGBjbWFw5z1ORQAAAfwAAAGMZ2x5Zs/nNUwAAAOUAAADIGhlYWQeR7tDAAAA4AAAADZoaGVhB98DhAAAALwAAAAkaG10eBAA//8AAAHsAAAAEGxvY2ECNgD+AAADiAAAAAptYXhwARMAggAAARgAAAAgbmFtZRCjPLAAAAa0AAACZ3Bvc3TnMbsgAAAJHAAAAFMAAQAAA4D/gABcBAD/////BAEAAQAAAAAAAAAAAAAAAAAAAAQAAQAAAAEAANQSxR1fDzz1AAsEAAAAAADdlDuhAAAAAN2UO6H///+VBAEDbwAAAAgAAgAAAAAAAAABAAAABAB2AAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOYO5hADgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQA//8EAAAABAAAAAAAAAUAAAADAAAALAAAAAQAAAFYAAEAAAAAAFIAAwABAAAALAADAAoAAAFYAAQAJgAAAAQABAABAADmEP//AADmDv//AAAAAQAEAAAAAQACAAMAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAADQAAAAAAAAAAwAA5g4AAOYOAAAAAQAA5g8AAOYPAAAAAgAA5hAAAOYQAAAAAwAAAAAApgD+AZAAAAAF////1QQBAysAHgBFAGMAbAB1AAABMhcWFxYVERQOASMmJyYnBgcGByIuATURNDc2NzYzJSEiDgIVERQeAjMyNzY3Njc2MhcWFxYXFjMyPgI1ETQnJicmASM1NCYiBh0BIyIGFBY7ARUUFjI2PQEzMj4BNC4BISIGFBYyNjQmIyIGFBYyNjQmAoBRRkMoKSM7IjkxWmdnWjE5IjsjKShDRlEBAP8ATI5sOiA8TyonJxcrLBoqVioaLCsXJycqTzwgNDNXWv7DQBkkGUARGRkRQBkkGUALFAsLFAFqFh8fLB8fwRYfHywgIALVKChERVH/ACM7IgMdMwICMx0DIjsjAQBRRUQoKFY7bI1M/wArTjwhDQgVFggODggWFQgNITxOKwEAaFlXMzX+gEARGRkRQBkkGUARGRkRQAwUFhQMICwfHywgICwfHywgAAMAAP+wA/EDUQAYAC4AOgAABSEiLgE1ETQ+ATsBMhcWFyEyHgEVERQOAQEjIgYVERQWMyEyNjURNCYjISInLgEBISImNDYzITIWFAYDQP2AMFEvL1EwIC1QN0ABbDBRLy9R/XAgIS8vIQKAIS8vIf6AFA44cwLN/IAUHBwUA4AUHBxQL1EwAkAwUS87KD0vUTD+YDBRLwNALyH9wCEvLyEBoCEvDjhY/oIcKBwcKBwABQAA/5UD6wNvABQANABCAFMAYAAAASIuATY/AScuAT4CFh8BFhQPAQYBIi4CNzY3Njc2NzYzMh4BFA4BIyIHBgcGBwYHDgITAREUBiMhIiY1ETQ2MyUhIg4BFREUHgEzITI+ATURBzIWHQEUBiImPQE0NgNVDRUKBQlNTQkHBhEXFghrDAxrDP4ECxIMAwQKGS8/WG2HoAsUDAwUC3JjVUk6MCMaDwkWZQGOMiT9qyMyMiMBQP7ALk8uLk8uAlUvTi7AEhkZJBkZAj8OGBkJTk4IFhcRBQcIawwkDGsN/sAKERUJHC1WRmM5RgsUFxQLKSNAMkMwMx4aDwHr/nL+4yMyMiMCVSQyVS5OL/2rLk8uLk8uAUBVGRKrERkZEasSGQAAAAAAEgDeAAEAAAAAAAAAEwAAAAEAAAAAAAEACAATAAEAAAAAAAIABwAbAAEAAAAAAAMACAAiAAEAAAAAAAQACAAqAAEAAAAAAAUACwAyAAEAAAAAAAYACAA9AAEAAAAAAAoAKwBFAAEAAAAAAAsAEwBwAAMAAQQJAAAAJgCDAAMAAQQJAAEAEACpAAMAAQQJAAIADgC5AAMAAQQJAAMAEADHAAMAAQQJAAQAEADXAAMAAQQJAAUAFgDnAAMAAQQJAAYAEAD9AAMAAQQJAAoAVgENAAMAAQQJAAsAJgFjQ3JlYXRlZCBieSBpY29uZm9udGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBAgEDAQQBBQAKYS0yLTN5b3V4aQ1hLTQtMTB3ZW5qaWFuDGEtMi0yemh1YW5mYQAAAA==) format("truetype")
}

.customicons {
    font-family: customicons!important
}

.youxi:before {
    content: "î˜Ž"
}

.wenjian:before {
    content: "î˜"
}

.zhuanfa:before {
    content: "î˜"
}

.uni-border {
    border: 1px #F0F0F0 solid
}

.uni-primary {
    color: #000
}

.uni-primary-bg {
    background-color: #000
}

.uni-primary-disable {
    color: gray
}

.uni-primary-disable-bg {
    background-color: gray
}

.uni-primary-light {
    color: #ccc
}

.uni-primary-light-bg {
    background-color: #ccc
}

.uni-success {
    color: #18bc37
}

.uni-success-bg {
    background-color: #18bc37
}

.uni-success-disable {
    color: #8cde9b
}

.uni-success-disable-bg {
    background-color: #8cde9b
}

.uni-success-light {
    color: #d1f2d7
}

.uni-success-light-bg {
    background-color: #d1f2d7
}

.uni-warning {
    color: #f3a73f
}

.uni-warning-bg {
    background-color: #f3a73f
}

.uni-warning-disable {
    color: #f9d39f
}

.uni-warning-disable-bg {
    background-color: #f9d39f
}

.uni-warning-light {
    color: #fdedd9
}

.uni-warning-light-bg {
    background-color: #fdedd9
}

.uni-error {
    color: #e43d33
}

.uni-error-bg {
    background-color: #e43d33
}

.uni-error-disable {
    color: #f29e99
}

.uni-error-disable-bg {
    background-color: #f29e99
}

.uni-error-light {
    color: #fad8d6
}

.uni-error-light-bg {
    background-color: #fad8d6
}

.uni-info {
    color: #8f939c
}

.uni-info-bg {
    background-color: #8f939c
}

.uni-info-disable {
    color: #c7c9ce
}

.uni-info-disable-bg {
    background-color: #c7c9ce
}

.uni-info-light {
    color: #e9e9eb
}

.uni-info-light-bg {
    background-color: #e9e9eb
}

.uni-main-color {
    color: #3a3a3a
}

.uni-main-color-bg {
    background-color: #3a3a3a
}

.uni-base-color {
    color: #6a6a6a
}

.uni-base-color-bg {
    background-color: #6a6a6a
}

.uni-secondary-color {
    color: #909399
}

.uni-secondary-color-bg {
    background-color: #909399
}

.uni-extra-color {
    color: #c7c7c7
}

.uni-extra-color-bg {
    background-color: #c7c7c7
}

.uni-bg-color {
    color: #f7f7f7
}

.uni-bg-color-bg {
    background-color: #f7f7f7
}

.uni-border-1 {
    color: #f0f0f0
}

.uni-border-1-bg {
    background-color: #f0f0f0
}

.uni-border-2 {
    color: #ededed
}

.uni-border-2-bg {
    background-color: #ededed
}

.uni-border-3 {
    color: #dcdcdc
}

.uni-border-3-bg {
    background-color: #dcdcdc
}

.uni-border-4 {
    color: #b9b9b9
}

.uni-border-4-bg {
    background-color: #b9b9b9
}

.uni-black {
    color: #000
}

.uni-black-bg {
    background-color: #000
}

.uni-white {
    color: #fff
}

.uni-white-bg {
    background-color: #fff
}

.uni-transparent {
    color: rgba(0,0,0,0)
}

.uni-transparent-bg {
    background-color: rgba(0,0,0,0)
}

.uni-shadow-sm {
    box-shadow: 0 0 5px rgba(216,216,216,.5)
}

.uni-shadow-base {
    box-shadow: 0 1px 8px 1px rgba(165,165,165,.2)
}

.uni-shadow-lg {
    box-shadow: 0 1px 10px 2px rgba(165,164,164,.5)
}

.uni-mask {
    background-color: rgba(0,0,0,.4)
}

.uni-mt-0,.uni-mt-n0 {
    margin-top: 0
}

.uni-mr-0,.uni-mr-n0 {
    margin-right: 0
}

.uni-mb-0,.uni-mb-n0 {
    margin-bottom: 0
}

.uni-ml-0,.uni-ml-n0 {
    margin-left: 0
}

.uni-mx-0,.uni-mx-n0 {
    margin-left: 0;
    margin-right: 0
}

.uni-my-0,.uni-my-n0 {
    margin-top: 0;
    margin-bottom: 0
}

.uni-ma-0,.uni-ma-n0 {
    margin: 0
}

.uni-mt-1 {
    margin-top: 2px
}

.uni-mt-n1 {
    margin-top: -2px
}

.uni-mr-1 {
    margin-right: 2px
}

.uni-mr-n1 {
    margin-right: -2px
}

.uni-mb-1 {
    margin-bottom: 2px
}

.uni-mb-n1 {
    margin-bottom: -2px
}

.uni-ml-1 {
    margin-left: 2px
}

.uni-ml-n1 {
    margin-left: -2px
}

.uni-mx-1 {
    margin-left: 2px;
    margin-right: 2px
}

.uni-mx-n1 {
    margin-left: -2px;
    margin-right: -2px
}

.uni-my-1 {
    margin-top: 2px;
    margin-bottom: 2px
}

.uni-my-n1 {
    margin-top: -2px;
    margin-bottom: -2px
}

.uni-ma-1 {
    margin: 2px
}

.uni-ma-n1 {
    margin: -2px
}

.uni-mt-2 {
    margin-top: 4px
}

.uni-mt-n2 {
    margin-top: -4px
}

.uni-mr-2 {
    margin-right: 4px
}

.uni-mr-n2 {
    margin-right: -4px
}

.uni-mb-2 {
    margin-bottom: 4px
}

.uni-mb-n2 {
    margin-bottom: -4px
}

.uni-ml-2 {
    margin-left: 4px
}

.uni-ml-n2 {
    margin-left: -4px
}

.uni-mx-2 {
    margin-left: 4px;
    margin-right: 4px
}

.uni-mx-n2 {
    margin-left: -4px;
    margin-right: -4px
}

.uni-my-2 {
    margin-top: 4px;
    margin-bottom: 4px
}

.uni-my-n2 {
    margin-top: -4px;
    margin-bottom: -4px
}

.uni-ma-2 {
    margin: 4px
}

.uni-ma-n2 {
    margin: -4px
}

.uni-mt-3 {
    margin-top: 6px
}

.uni-mt-n3 {
    margin-top: -6px
}

.uni-mr-3 {
    margin-right: 6px
}

.uni-mr-n3 {
    margin-right: -6px
}

.uni-mb-3 {
    margin-bottom: 6px
}

.uni-mb-n3 {
    margin-bottom: -6px
}

.uni-ml-3 {
    margin-left: 6px
}

.uni-ml-n3 {
    margin-left: -6px
}

.uni-mx-3 {
    margin-left: 6px;
    margin-right: 6px
}

.uni-mx-n3 {
    margin-left: -6px;
    margin-right: -6px
}

.uni-my-3 {
    margin-top: 6px;
    margin-bottom: 6px
}

.uni-my-n3 {
    margin-top: -6px;
    margin-bottom: -6px
}

.uni-ma-3 {
    margin: 6px
}

.uni-ma-n3 {
    margin: -6px
}

.uni-mt-4 {
    margin-top: 8px
}

.uni-mt-n4 {
    margin-top: -8px
}

.uni-mr-4 {
    margin-right: 8px
}

.uni-mr-n4 {
    margin-right: -8px
}

.uni-mb-4 {
    margin-bottom: 8px
}

.uni-mb-n4 {
    margin-bottom: -8px
}

.uni-ml-4 {
    margin-left: 8px
}

.uni-ml-n4 {
    margin-left: -8px
}

.uni-mx-4 {
    margin-left: 8px;
    margin-right: 8px
}

.uni-mx-n4 {
    margin-left: -8px;
    margin-right: -8px
}

.uni-my-4 {
    margin-top: 8px;
    margin-bottom: 8px
}

.uni-my-n4 {
    margin-top: -8px;
    margin-bottom: -8px
}

.uni-ma-4 {
    margin: 8px
}

.uni-ma-n4 {
    margin: -8px
}

.uni-mt-5 {
    margin-top: 10px
}

.uni-mt-n5 {
    margin-top: -10px
}

.uni-mr-5 {
    margin-right: 10px
}

.uni-mr-n5 {
    margin-right: -10px
}

.uni-mb-5 {
    margin-bottom: 10px
}

.uni-mb-n5 {
    margin-bottom: -10px
}

.uni-ml-5 {
    margin-left: 10px
}

.uni-ml-n5 {
    margin-left: -10px
}

.uni-mx-5 {
    margin-left: 10px;
    margin-right: 10px
}

.uni-mx-n5 {
    margin-left: -10px;
    margin-right: -10px
}

.uni-my-5 {
    margin-top: 10px;
    margin-bottom: 10px
}

.uni-my-n5 {
    margin-top: -10px;
    margin-bottom: -10px
}

.uni-ma-5 {
    margin: 10px
}

.uni-ma-n5 {
    margin: -10px
}

.uni-mt-6 {
    margin-top: 12px
}

.uni-mt-n6 {
    margin-top: -12px
}

.uni-mr-6 {
    margin-right: 12px
}

.uni-mr-n6 {
    margin-right: -12px
}

.uni-mb-6 {
    margin-bottom: 12px
}

.uni-mb-n6 {
    margin-bottom: -12px
}

.uni-ml-6 {
    margin-left: 12px
}

.uni-ml-n6 {
    margin-left: -12px
}

.uni-mx-6 {
    margin-left: 12px;
    margin-right: 12px
}

.uni-mx-n6 {
    margin-left: -12px;
    margin-right: -12px
}

.uni-my-6 {
    margin-top: 12px;
    margin-bottom: 12px
}

.uni-my-n6 {
    margin-top: -12px;
    margin-bottom: -12px
}

.uni-ma-6 {
    margin: 12px
}

.uni-ma-n6 {
    margin: -12px
}

.uni-mt-7 {
    margin-top: 14px
}

.uni-mt-n7 {
    margin-top: -14px
}

.uni-mr-7 {
    margin-right: 14px
}

.uni-mr-n7 {
    margin-right: -14px
}

.uni-mb-7 {
    margin-bottom: 14px
}

.uni-mb-n7 {
    margin-bottom: -14px
}

.uni-ml-7 {
    margin-left: 14px
}

.uni-ml-n7 {
    margin-left: -14px
}

.uni-mx-7 {
    margin-left: 14px;
    margin-right: 14px
}

.uni-mx-n7 {
    margin-left: -14px;
    margin-right: -14px
}

.uni-my-7 {
    margin-top: 14px;
    margin-bottom: 14px
}

.uni-my-n7 {
    margin-top: -14px;
    margin-bottom: -14px
}

.uni-ma-7 {
    margin: 14px
}

.uni-ma-n7 {
    margin: -14px
}

.uni-mt-8 {
    margin-top: 16px
}

.uni-mt-n8 {
    margin-top: -16px
}

.uni-mr-8 {
    margin-right: 16px
}

.uni-mr-n8 {
    margin-right: -16px
}

.uni-mb-8 {
    margin-bottom: 16px
}

.uni-mb-n8 {
    margin-bottom: -16px
}

.uni-ml-8 {
    margin-left: 16px
}

.uni-ml-n8 {
    margin-left: -16px
}

.uni-mx-8 {
    margin-left: 16px;
    margin-right: 16px
}

.uni-mx-n8 {
    margin-left: -16px;
    margin-right: -16px
}

.uni-my-8 {
    margin-top: 16px;
    margin-bottom: 16px
}

.uni-my-n8 {
    margin-top: -16px;
    margin-bottom: -16px
}

.uni-ma-8 {
    margin: 16px
}

.uni-ma-n8 {
    margin: -16px
}

.uni-mt-9 {
    margin-top: 18px
}

.uni-mt-n9 {
    margin-top: -18px
}

.uni-mr-9 {
    margin-right: 18px
}

.uni-mr-n9 {
    margin-right: -18px
}

.uni-mb-9 {
    margin-bottom: 18px
}

.uni-mb-n9 {
    margin-bottom: -18px
}

.uni-ml-9 {
    margin-left: 18px
}

.uni-ml-n9 {
    margin-left: -18px
}

.uni-mx-9 {
    margin-left: 18px;
    margin-right: 18px
}

.uni-mx-n9 {
    margin-left: -18px;
    margin-right: -18px
}

.uni-my-9 {
    margin-top: 18px;
    margin-bottom: 18px
}

.uni-my-n9 {
    margin-top: -18px;
    margin-bottom: -18px
}

.uni-ma-9 {
    margin: 18px
}

.uni-ma-n9 {
    margin: -18px
}

.uni-mt-10 {
    margin-top: 20px
}

.uni-mt-n10 {
    margin-top: -20px
}

.uni-mr-10 {
    margin-right: 20px
}

.uni-mr-n10 {
    margin-right: -20px
}

.uni-mb-10 {
    margin-bottom: 20px
}

.uni-mb-n10 {
    margin-bottom: -20px
}

.uni-ml-10 {
    margin-left: 20px
}

.uni-ml-n10 {
    margin-left: -20px
}

.uni-mx-10 {
    margin-left: 20px;
    margin-right: 20px
}

.uni-mx-n10 {
    margin-left: -20px;
    margin-right: -20px
}

.uni-my-10 {
    margin-top: 20px;
    margin-bottom: 20px
}

.uni-my-n10 {
    margin-top: -20px;
    margin-bottom: -20px
}

.uni-ma-10 {
    margin: 20px
}

.uni-ma-n10 {
    margin: -20px
}

.uni-mt-11 {
    margin-top: 22px
}

.uni-mt-n11 {
    margin-top: -22px
}

.uni-mr-11 {
    margin-right: 22px
}

.uni-mr-n11 {
    margin-right: -22px
}

.uni-mb-11 {
    margin-bottom: 22px
}

.uni-mb-n11 {
    margin-bottom: -22px
}

.uni-ml-11 {
    margin-left: 22px
}

.uni-ml-n11 {
    margin-left: -22px
}

.uni-mx-11 {
    margin-left: 22px;
    margin-right: 22px
}

.uni-mx-n11 {
    margin-left: -22px;
    margin-right: -22px
}

.uni-my-11 {
    margin-top: 22px;
    margin-bottom: 22px
}

.uni-my-n11 {
    margin-top: -22px;
    margin-bottom: -22px
}

.uni-ma-11 {
    margin: 22px
}

.uni-ma-n11 {
    margin: -22px
}

.uni-mt-12 {
    margin-top: 24px
}

.uni-mt-n12 {
    margin-top: -24px
}

.uni-mr-12 {
    margin-right: 24px
}

.uni-mr-n12 {
    margin-right: -24px
}

.uni-mb-12 {
    margin-bottom: 24px
}

.uni-mb-n12 {
    margin-bottom: -24px
}

.uni-ml-12 {
    margin-left: 24px
}

.uni-ml-n12 {
    margin-left: -24px
}

.uni-mx-12 {
    margin-left: 24px;
    margin-right: 24px
}

.uni-mx-n12 {
    margin-left: -24px;
    margin-right: -24px
}

.uni-my-12 {
    margin-top: 24px;
    margin-bottom: 24px
}

.uni-my-n12 {
    margin-top: -24px;
    margin-bottom: -24px
}

.uni-ma-12 {
    margin: 24px
}

.uni-ma-n12 {
    margin: -24px
}

.uni-mt-13 {
    margin-top: 26px
}

.uni-mt-n13 {
    margin-top: -26px
}

.uni-mr-13 {
    margin-right: 26px
}

.uni-mr-n13 {
    margin-right: -26px
}

.uni-mb-13 {
    margin-bottom: 26px
}

.uni-mb-n13 {
    margin-bottom: -26px
}

.uni-ml-13 {
    margin-left: 26px
}

.uni-ml-n13 {
    margin-left: -26px
}

.uni-mx-13 {
    margin-left: 26px;
    margin-right: 26px
}

.uni-mx-n13 {
    margin-left: -26px;
    margin-right: -26px
}

.uni-my-13 {
    margin-top: 26px;
    margin-bottom: 26px
}

.uni-my-n13 {
    margin-top: -26px;
    margin-bottom: -26px
}

.uni-ma-13 {
    margin: 26px
}

.uni-ma-n13 {
    margin: -26px
}

.uni-mt-14 {
    margin-top: 28px
}

.uni-mt-n14 {
    margin-top: -28px
}

.uni-mr-14 {
    margin-right: 28px
}

.uni-mr-n14 {
    margin-right: -28px
}

.uni-mb-14 {
    margin-bottom: 28px
}

.uni-mb-n14 {
    margin-bottom: -28px
}

.uni-ml-14 {
    margin-left: 28px
}

.uni-ml-n14 {
    margin-left: -28px
}

.uni-mx-14 {
    margin-left: 28px;
    margin-right: 28px
}

.uni-mx-n14 {
    margin-left: -28px;
    margin-right: -28px
}

.uni-my-14 {
    margin-top: 28px;
    margin-bottom: 28px
}

.uni-my-n14 {
    margin-top: -28px;
    margin-bottom: -28px
}

.uni-ma-14 {
    margin: 28px
}

.uni-ma-n14 {
    margin: -28px
}

.uni-mt-15 {
    margin-top: 30px
}

.uni-mt-n15 {
    margin-top: -30px
}

.uni-mr-15 {
    margin-right: 30px
}

.uni-mr-n15 {
    margin-right: -30px
}

.uni-mb-15 {
    margin-bottom: 30px
}

.uni-mb-n15 {
    margin-bottom: -30px
}

.uni-ml-15 {
    margin-left: 30px
}

.uni-ml-n15 {
    margin-left: -30px
}

.uni-mx-15 {
    margin-left: 30px;
    margin-right: 30px
}

.uni-mx-n15 {
    margin-left: -30px;
    margin-right: -30px
}

.uni-my-15 {
    margin-top: 30px;
    margin-bottom: 30px
}

.uni-my-n15 {
    margin-top: -30px;
    margin-bottom: -30px
}

.uni-ma-15 {
    margin: 30px
}

.uni-ma-n15 {
    margin: -30px
}

.uni-mt-16 {
    margin-top: 32px
}

.uni-mt-n16 {
    margin-top: -32px
}

.uni-mr-16 {
    margin-right: 32px
}

.uni-mr-n16 {
    margin-right: -32px
}

.uni-mb-16 {
    margin-bottom: 32px
}

.uni-mb-n16 {
    margin-bottom: -32px
}

.uni-ml-16 {
    margin-left: 32px
}

.uni-ml-n16 {
    margin-left: -32px
}

.uni-mx-16 {
    margin-left: 32px;
    margin-right: 32px
}

.uni-mx-n16 {
    margin-left: -32px;
    margin-right: -32px
}

.uni-my-16 {
    margin-top: 32px;
    margin-bottom: 32px
}

.uni-my-n16 {
    margin-top: -32px;
    margin-bottom: -32px
}

.uni-ma-16 {
    margin: 32px
}

.uni-ma-n16 {
    margin: -32px
}

.uni-pt-0,.uni-pt-n0 {
    padding-top: 0
}

.uni-pr-0,.uni-pr-n0 {
    padding-right: 0
}

.uni-pb-0,.uni-pb-n0 {
    padding-bottom: 0
}

.uni-pl-0,.uni-pl-n0 {
    padding-left: 0
}

.uni-px-0,.uni-px-n0 {
    padding-left: 0;
    padding-right: 0
}

.uni-py-0,.uni-py-n0 {
    padding-top: 0;
    padding-bottom: 0
}

.uni-pa-0,.uni-pa-n0 {
    padding: 0
}

.uni-pt-1 {
    padding-top: 2px
}

.uni-pt-n1 {
    padding-top: -2px
}

.uni-pr-1 {
    padding-right: 2px
}

.uni-pr-n1 {
    padding-right: -2px
}

.uni-pb-1 {
    padding-bottom: 2px
}

.uni-pb-n1 {
    padding-bottom: -2px
}

.uni-pl-1 {
    padding-left: 2px
}

.uni-pl-n1 {
    padding-left: -2px
}

.uni-px-1 {
    padding-left: 2px;
    padding-right: 2px
}

.uni-px-n1 {
    padding-left: -2px;
    padding-right: -2px
}

.uni-py-1 {
    padding-top: 2px;
    padding-bottom: 2px
}

.uni-py-n1 {
    padding-top: -2px;
    padding-bottom: -2px
}

.uni-pa-1 {
    padding: 2px
}

.uni-pa-n1 {
    padding: -2px
}

.uni-pt-2 {
    padding-top: 4px
}

.uni-pt-n2 {
    padding-top: -4px
}

.uni-pr-2 {
    padding-right: 4px
}

.uni-pr-n2 {
    padding-right: -4px
}

.uni-pb-2 {
    padding-bottom: 4px
}

.uni-pb-n2 {
    padding-bottom: -4px
}

.uni-pl-2 {
    padding-left: 4px
}

.uni-pl-n2 {
    padding-left: -4px
}

.uni-px-2 {
    padding-left: 4px;
    padding-right: 4px
}

.uni-px-n2 {
    padding-left: -4px;
    padding-right: -4px
}

.uni-py-2 {
    padding-top: 4px;
    padding-bottom: 4px
}

.uni-py-n2 {
    padding-top: -4px;
    padding-bottom: -4px
}

.uni-pa-2 {
    padding: 4px
}

.uni-pa-n2 {
    padding: -4px
}

.uni-pt-3 {
    padding-top: 6px
}

.uni-pt-n3 {
    padding-top: -6px
}

.uni-pr-3 {
    padding-right: 6px
}

.uni-pr-n3 {
    padding-right: -6px
}

.uni-pb-3 {
    padding-bottom: 6px
}

.uni-pb-n3 {
    padding-bottom: -6px
}

.uni-pl-3 {
    padding-left: 6px
}

.uni-pl-n3 {
    padding-left: -6px
}

.uni-px-3 {
    padding-left: 6px;
    padding-right: 6px
}

.uni-px-n3 {
    padding-left: -6px;
    padding-right: -6px
}

.uni-py-3 {
    padding-top: 6px;
    padding-bottom: 6px
}

.uni-py-n3 {
    padding-top: -6px;
    padding-bottom: -6px
}

.uni-pa-3 {
    padding: 6px
}

.uni-pa-n3 {
    padding: -6px
}

.uni-pt-4 {
    padding-top: 8px
}

.uni-pt-n4 {
    padding-top: -8px
}

.uni-pr-4 {
    padding-right: 8px
}

.uni-pr-n4 {
    padding-right: -8px
}

.uni-pb-4 {
    padding-bottom: 8px
}

.uni-pb-n4 {
    padding-bottom: -8px
}

.uni-pl-4 {
    padding-left: 8px
}

.uni-pl-n4 {
    padding-left: -8px
}

.uni-px-4 {
    padding-left: 8px;
    padding-right: 8px
}

.uni-px-n4 {
    padding-left: -8px;
    padding-right: -8px
}

.uni-py-4 {
    padding-top: 8px;
    padding-bottom: 8px
}

.uni-py-n4 {
    padding-top: -8px;
    padding-bottom: -8px
}

.uni-pa-4 {
    padding: 8px
}

.uni-pa-n4 {
    padding: -8px
}

.uni-pt-5 {
    padding-top: 10px
}

.uni-pt-n5 {
    padding-top: -10px
}

.uni-pr-5 {
    padding-right: 10px
}

.uni-pr-n5 {
    padding-right: -10px
}

.uni-pb-5 {
    padding-bottom: 10px
}

.uni-pb-n5 {
    padding-bottom: -10px
}

.uni-pl-5 {
    padding-left: 10px
}

.uni-pl-n5 {
    padding-left: -10px
}

.uni-px-5 {
    padding-left: 10px;
    padding-right: 10px
}

.uni-px-n5 {
    padding-left: -10px;
    padding-right: -10px
}

.uni-py-5 {
    padding-top: 10px;
    padding-bottom: 10px
}

.uni-py-n5 {
    padding-top: -10px;
    padding-bottom: -10px
}

.uni-pa-5 {
    padding: 10px
}

.uni-pa-n5 {
    padding: -10px
}

.uni-pt-6 {
    padding-top: 12px
}

.uni-pt-n6 {
    padding-top: -12px
}

.uni-pr-6 {
    padding-right: 12px
}

.uni-pr-n6 {
    padding-right: -12px
}

.uni-pb-6 {
    padding-bottom: 12px
}

.uni-pb-n6 {
    padding-bottom: -12px
}

.uni-pl-6 {
    padding-left: 12px
}

.uni-pl-n6 {
    padding-left: -12px
}

.uni-px-6 {
    padding-left: 12px;
    padding-right: 12px
}

.uni-px-n6 {
    padding-left: -12px;
    padding-right: -12px
}

.uni-py-6 {
    padding-top: 12px;
    padding-bottom: 12px
}

.uni-py-n6 {
    padding-top: -12px;
    padding-bottom: -12px
}

.uni-pa-6 {
    padding: 12px
}

.uni-pa-n6 {
    padding: -12px
}

.uni-pt-7 {
    padding-top: 14px
}

.uni-pt-n7 {
    padding-top: -14px
}

.uni-pr-7 {
    padding-right: 14px
}

.uni-pr-n7 {
    padding-right: -14px
}

.uni-pb-7 {
    padding-bottom: 14px
}

.uni-pb-n7 {
    padding-bottom: -14px
}

.uni-pl-7 {
    padding-left: 14px
}

.uni-pl-n7 {
    padding-left: -14px
}

.uni-px-7 {
    padding-left: 14px;
    padding-right: 14px
}

.uni-px-n7 {
    padding-left: -14px;
    padding-right: -14px
}

.uni-py-7 {
    padding-top: 14px;
    padding-bottom: 14px
}

.uni-py-n7 {
    padding-top: -14px;
    padding-bottom: -14px
}

.uni-pa-7 {
    padding: 14px
}

.uni-pa-n7 {
    padding: -14px
}

.uni-pt-8 {
    padding-top: 16px
}

.uni-pt-n8 {
    padding-top: -16px
}

.uni-pr-8 {
    padding-right: 16px
}

.uni-pr-n8 {
    padding-right: -16px
}

.uni-pb-8 {
    padding-bottom: 16px
}

.uni-pb-n8 {
    padding-bottom: -16px
}

.uni-pl-8 {
    padding-left: 16px
}

.uni-pl-n8 {
    padding-left: -16px
}

.uni-px-8 {
    padding-left: 16px;
    padding-right: 16px
}

.uni-px-n8 {
    padding-left: -16px;
    padding-right: -16px
}

.uni-py-8 {
    padding-top: 16px;
    padding-bottom: 16px
}

.uni-py-n8 {
    padding-top: -16px;
    padding-bottom: -16px
}

.uni-pa-8 {
    padding: 16px
}

.uni-pa-n8 {
    padding: -16px
}

.uni-pt-9 {
    padding-top: 18px
}

.uni-pt-n9 {
    padding-top: -18px
}

.uni-pr-9 {
    padding-right: 18px
}

.uni-pr-n9 {
    padding-right: -18px
}

.uni-pb-9 {
    padding-bottom: 18px
}

.uni-pb-n9 {
    padding-bottom: -18px
}

.uni-pl-9 {
    padding-left: 18px
}

.uni-pl-n9 {
    padding-left: -18px
}

.uni-px-9 {
    padding-left: 18px;
    padding-right: 18px
}

.uni-px-n9 {
    padding-left: -18px;
    padding-right: -18px
}

.uni-py-9 {
    padding-top: 18px;
    padding-bottom: 18px
}

.uni-py-n9 {
    padding-top: -18px;
    padding-bottom: -18px
}

.uni-pa-9 {
    padding: 18px
}

.uni-pa-n9 {
    padding: -18px
}

.uni-pt-10 {
    padding-top: 20px
}

.uni-pt-n10 {
    padding-top: -20px
}

.uni-pr-10 {
    padding-right: 20px
}

.uni-pr-n10 {
    padding-right: -20px
}

.uni-pb-10 {
    padding-bottom: 20px
}

.uni-pb-n10 {
    padding-bottom: -20px
}

.uni-pl-10 {
    padding-left: 20px
}

.uni-pl-n10 {
    padding-left: -20px
}

.uni-px-10 {
    padding-left: 20px;
    padding-right: 20px
}

.uni-px-n10 {
    padding-left: -20px;
    padding-right: -20px
}

.uni-py-10 {
    padding-top: 20px;
    padding-bottom: 20px
}

.uni-py-n10 {
    padding-top: -20px;
    padding-bottom: -20px
}

.uni-pa-10 {
    padding: 20px
}

.uni-pa-n10 {
    padding: -20px
}

.uni-pt-11 {
    padding-top: 22px
}

.uni-pt-n11 {
    padding-top: -22px
}

.uni-pr-11 {
    padding-right: 22px
}

.uni-pr-n11 {
    padding-right: -22px
}

.uni-pb-11 {
    padding-bottom: 22px
}

.uni-pb-n11 {
    padding-bottom: -22px
}

.uni-pl-11 {
    padding-left: 22px
}

.uni-pl-n11 {
    padding-left: -22px
}

.uni-px-11 {
    padding-left: 22px;
    padding-right: 22px
}

.uni-px-n11 {
    padding-left: -22px;
    padding-right: -22px
}

.uni-py-11 {
    padding-top: 22px;
    padding-bottom: 22px
}

.uni-py-n11 {
    padding-top: -22px;
    padding-bottom: -22px
}

.uni-pa-11 {
    padding: 22px
}

.uni-pa-n11 {
    padding: -22px
}

.uni-pt-12 {
    padding-top: 24px
}

.uni-pt-n12 {
    padding-top: -24px
}

.uni-pr-12 {
    padding-right: 24px
}

.uni-pr-n12 {
    padding-right: -24px
}

.uni-pb-12 {
    padding-bottom: 24px
}

.uni-pb-n12 {
    padding-bottom: -24px
}

.uni-pl-12 {
    padding-left: 24px
}

.uni-pl-n12 {
    padding-left: -24px
}

.uni-px-12 {
    padding-left: 24px;
    padding-right: 24px
}

.uni-px-n12 {
    padding-left: -24px;
    padding-right: -24px
}

.uni-py-12 {
    padding-top: 24px;
    padding-bottom: 24px
}

.uni-py-n12 {
    padding-top: -24px;
    padding-bottom: -24px
}

.uni-pa-12 {
    padding: 24px
}

.uni-pa-n12 {
    padding: -24px
}

.uni-pt-13 {
    padding-top: 26px
}

.uni-pt-n13 {
    padding-top: -26px
}

.uni-pr-13 {
    padding-right: 26px
}

.uni-pr-n13 {
    padding-right: -26px
}

.uni-pb-13 {
    padding-bottom: 26px
}

.uni-pb-n13 {
    padding-bottom: -26px
}

.uni-pl-13 {
    padding-left: 26px
}

.uni-pl-n13 {
    padding-left: -26px
}

.uni-px-13 {
    padding-left: 26px;
    padding-right: 26px
}

.uni-px-n13 {
    padding-left: -26px;
    padding-right: -26px
}

.uni-py-13 {
    padding-top: 26px;
    padding-bottom: 26px
}

.uni-py-n13 {
    padding-top: -26px;
    padding-bottom: -26px
}

.uni-pa-13 {
    padding: 26px
}

.uni-pa-n13 {
    padding: -26px
}

.uni-pt-14 {
    padding-top: 28px
}

.uni-pt-n14 {
    padding-top: -28px
}

.uni-pr-14 {
    padding-right: 28px
}

.uni-pr-n14 {
    padding-right: -28px
}

.uni-pb-14 {
    padding-bottom: 28px
}

.uni-pb-n14 {
    padding-bottom: -28px
}

.uni-pl-14 {
    padding-left: 28px
}

.uni-pl-n14 {
    padding-left: -28px
}

.uni-px-14 {
    padding-left: 28px;
    padding-right: 28px
}

.uni-px-n14 {
    padding-left: -28px;
    padding-right: -28px
}

.uni-py-14 {
    padding-top: 28px;
    padding-bottom: 28px
}

.uni-py-n14 {
    padding-top: -28px;
    padding-bottom: -28px
}

.uni-pa-14 {
    padding: 28px
}

.uni-pa-n14 {
    padding: -28px
}

.uni-pt-15 {
    padding-top: 30px
}

.uni-pt-n15 {
    padding-top: -30px
}

.uni-pr-15 {
    padding-right: 30px
}

.uni-pr-n15 {
    padding-right: -30px
}

.uni-pb-15 {
    padding-bottom: 30px
}

.uni-pb-n15 {
    padding-bottom: -30px
}

.uni-pl-15 {
    padding-left: 30px
}

.uni-pl-n15 {
    padding-left: -30px
}

.uni-px-15 {
    padding-left: 30px;
    padding-right: 30px
}

.uni-px-n15 {
    padding-left: -30px;
    padding-right: -30px
}

.uni-py-15 {
    padding-top: 30px;
    padding-bottom: 30px
}

.uni-py-n15 {
    padding-top: -30px;
    padding-bottom: -30px
}

.uni-pa-15 {
    padding: 30px
}

.uni-pa-n15 {
    padding: -30px
}

.uni-pt-16 {
    padding-top: 32px
}

.uni-pt-n16 {
    padding-top: -32px
}

.uni-pr-16 {
    padding-right: 32px
}

.uni-pr-n16 {
    padding-right: -32px
}

.uni-pb-16 {
    padding-bottom: 32px
}

.uni-pb-n16 {
    padding-bottom: -32px
}

.uni-pl-16 {
    padding-left: 32px
}

.uni-pl-n16 {
    padding-left: -32px
}

.uni-px-16 {
    padding-left: 32px;
    padding-right: 32px
}

.uni-px-n16 {
    padding-left: -32px;
    padding-right: -32px
}

.uni-py-16 {
    padding-top: 32px;
    padding-bottom: 32px
}

.uni-py-n16 {
    padding-top: -32px;
    padding-bottom: -32px
}

.uni-pa-16 {
    padding: 32px
}

.uni-pa-n16 {
    padding: -32px
}

.uni-radius-0 {
    border-radius: 0
}

.uni-radius {
    border-radius: 5px
}

.uni-radius-lg {
    border-radius: 10px
}

.uni-radius-xl {
    border-radius: 30px
}

.uni-radius-pill {
    border-radius: 9999px
}

.uni-radius-circle {
    border-radius: 50%
}

.uni-radius-t-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.uni-radius-t {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.uni-radius-t-lg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.uni-radius-t-xl {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.uni-radius-t-pill {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
}

.uni-radius-t-circle {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%
}

.uni-radius-r-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.uni-radius-r {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.uni-radius-r-lg {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.uni-radius-r-xl {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.uni-radius-r-pill {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.uni-radius-r-circle {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.uni-radius-b-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.uni-radius-b {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.uni-radius-b-lg {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.uni-radius-b-xl {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.uni-radius-b-pill {
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px
}

.uni-radius-b-circle {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%
}

.uni-radius-l-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.uni-radius-l {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.uni-radius-l-lg {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.uni-radius-l-xl {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.uni-radius-l-pill {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
}

.uni-radius-l-circle {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%
}

.uni-radius-tl-0 {
    border-top-left-radius: 0
}

.uni-radius-tl {
    border-top-left-radius: 5px
}

.uni-radius-tl-lg {
    border-top-left-radius: 10px
}

.uni-radius-tl-xl {
    border-top-left-radius: 30px
}

.uni-radius-tl-pill {
    border-top-left-radius: 9999px
}

.uni-radius-tl-circle {
    border-top-left-radius: 50%
}

.uni-radius-tr-0 {
    border-top-right-radius: 0
}

.uni-radius-tr {
    border-top-right-radius: 5px
}

.uni-radius-tr-lg {
    border-top-right-radius: 10px
}

.uni-radius-tr-xl {
    border-top-right-radius: 30px
}

.uni-radius-tr-pill {
    border-top-right-radius: 9999px
}

.uni-radius-tr-circle {
    border-top-right-radius: 50%
}

.uni-radius-br-0 {
    border-bottom-right-radius: 0
}

.uni-radius-br {
    border-bottom-right-radius: 5px
}

.uni-radius-br-lg {
    border-bottom-right-radius: 10px
}

.uni-radius-br-xl {
    border-bottom-right-radius: 30px
}

.uni-radius-br-pill {
    border-bottom-right-radius: 9999px
}

.uni-radius-br-circle {
    border-bottom-right-radius: 50%
}

.uni-radius-bl-0 {
    border-bottom-left-radius: 0
}

.uni-radius-bl {
    border-bottom-left-radius: 5px
}

.uni-radius-bl-lg {
    border-bottom-left-radius: 10px
}

.uni-radius-bl-xl {
    border-bottom-left-radius: 30px
}

.uni-radius-bl-pill {
    border-bottom-left-radius: 9999px
}

.uni-radius-bl-circle {
    border-bottom-left-radius: 50%
}

.uni-h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 50px
}

.uni-h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 40px
}

.uni-h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.uni-h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.uni-h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.uni-h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.uni-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.uni-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.uni-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.uni-btn {
    margin: 5px;
    color: #393939;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 200;
    background-color: #f9f9f9;
    overflow: visible
}

.uni-btn:after {
    border: none
}

.uni-btn:not([type]),.uni-btn[type=default] {
    color: #999
}

.uni-btn:not([type])[loading],.uni-btn[type=default][loading] {
    background: none
}

.uni-btn:not([type])[loading]:before,.uni-btn[type=default][loading]:before {
    margin-right: 5px
}

.uni-btn:not([type])[disabled],.uni-btn[type=default][disabled] {
    color: #d6d6d6
}

.uni-btn:not([type])[disabled],.uni-btn:not([type])[disabled][loading],.uni-btn:not([type])[disabled]:active,.uni-btn[type=default][disabled],.uni-btn[type=default][disabled][loading],.uni-btn[type=default][disabled]:active {
    color: #d6d6d6;
    background-color: #fafafa;
    border-color: #f0f0f0
}

.uni-btn:not([type])[plain],.uni-btn[type=default][plain] {
    color: #999;
    background: none;
    border-color: #f0f0f0
}

.uni-btn:not([type])[plain]:not([hover-class]):active,.uni-btn[type=default][plain]:not([hover-class]):active {
    background: none;
    color: #ccc;
    border-color: #e6e6e6;
    outline: none
}

.uni-btn:not([type])[plain][disabled],.uni-btn:not([type])[plain][disabled][loading],.uni-btn:not([type])[plain][disabled]:active,.uni-btn[type=default][plain][disabled],.uni-btn[type=default][plain][disabled][loading],.uni-btn[type=default][plain][disabled]:active {
    background: none;
    color: #d6d6d6;
    border-color: #f0f0f0
}

.uni-btn:not([hover-class]):active {
    color: gray
}

.uni-btn[size=mini] {
    font-size: 16px;
    font-weight: 200;
    border-radius: 8px
}

.uni-btn.uni-btn-small {
    font-size: 14px
}

.uni-btn.uni-btn-mini {
    font-size: 12px
}

.uni-btn.uni-btn-radius {
    border-radius: 999px
}

.uni-btn[type=primary] {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.uni-btn[type=primary]:not([hover-class]):active {
    background: #000;
    border-color: #000;
    color: #fff;
    outline: none
}

.uni-btn[type=primary][loading] {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.uni-btn[type=primary][loading]:not([hover-class]):active {
    background: #000;
    border-color: #000;
    color: #fff;
    outline: none
}

.uni-btn[type=primary][loading]:before {
    margin-right: 5px
}

.uni-btn[type=primary][disabled],.uni-btn[type=primary][disabled][loading],.uni-btn[type=primary][disabled]:not([hover-class]):active {
    color: #fff;
    border-color: gray;
    background-color: gray
}

.uni-btn[type=primary][plain] {
    color: #000;
    background-color: #e6e6e6;
    border-color: #b3b3b3
}

.uni-btn[type=primary][plain]:not([hover-class]):active {
    background: #ccc;
    color: #000;
    outline: none;
    border-color: gray
}

.uni-btn[type=primary][plain][loading] {
    color: #000;
    background-color: #e6e6e6;
    border-color: #b3b3b3
}

.uni-btn[type=primary][plain][loading]:not([hover-class]):active {
    background: #ccc;
    color: #000;
    outline: none;
    border-color: gray
}

.uni-btn[type=primary][plain][loading]:before {
    margin-right: 5px
}

.uni-btn[type=primary][plain][disabled],.uni-btn[type=primary][plain][disabled]:active {
    color: #666;
    background-color: #e6e6e6;
    border-color: #ccc
}

.uni-btn[type=success] {
    color: #fff;
    background-color: #18bc37;
    border-color: #16ad33
}

.uni-btn[type=success]:not([hover-class]):active {
    background: #16a932;
    border-color: #13962c;
    color: #fff;
    outline: none
}

.uni-btn[type=success][loading] {
    color: #fff;
    background-color: #18bc37;
    border-color: #16ad33
}

.uni-btn[type=success][loading]:not([hover-class]):active {
    background: #16a932;
    border-color: #13962c;
    color: #fff;
    outline: none
}

.uni-btn[type=success][loading]:before {
    margin-right: 5px
}

.uni-btn[type=success][disabled],.uni-btn[type=success][disabled][loading],.uni-btn[type=success][disabled]:not([hover-class]):active {
    color: #fff;
    border-color: #89c795;
    background-color: #8cde9b
}

.uni-btn[type=success][plain] {
    color: #18bc37;
    background-color: #e8f8eb;
    border-color: #baebc3
}

.uni-btn[type=success][plain]:not([hover-class]):active {
    background: #d1f2d7;
    color: #18bc37;
    outline: none;
    border-color: #8cde9b
}

.uni-btn[type=success][plain][loading] {
    color: #18bc37;
    background-color: #e8f8eb;
    border-color: #baebc3
}

.uni-btn[type=success][plain][loading]:not([hover-class]):active {
    background: #d1f2d7;
    color: #18bc37;
    outline: none;
    border-color: #8cde9b
}

.uni-btn[type=success][plain][loading]:before {
    margin-right: 5px
}

.uni-btn[type=success][plain][disabled],.uni-btn[type=success][plain][disabled]:active {
    color: #74d787;
    background-color: #e8f8eb;
    border-color: #d1f2d7
}

.uni-btn[type=error] {
    color: #fff;
    background-color: #e43d33;
    border-color: #d2382f
}

.uni-btn[type=error]:not([hover-class]):active {
    background: #cd372e;
    border-color: #b63129;
    color: #fff;
    outline: none
}

.uni-btn[type=error][loading] {
    color: #fff;
    background-color: #e43d33;
    border-color: #d2382f
}

.uni-btn[type=error][loading]:not([hover-class]):active {
    background: #cd372e;
    border-color: #b63129;
    color: #fff;
    outline: none
}

.uni-btn[type=error][loading]:before {
    margin-right: 5px
}

.uni-btn[type=error][disabled],.uni-btn[type=error][disabled][loading],.uni-btn[type=error][disabled]:not([hover-class]):active {
    color: #fff;
    border-color: #e4928d;
    background-color: #f29e99
}

.uni-btn[type=error][plain] {
    color: #e43d33;
    background-color: #fceceb;
    border-color: #f7c5c2
}

.uni-btn[type=error][plain]:not([hover-class]):active {
    background: #fad8d6;
    color: #e43d33;
    outline: none;
    border-color: #f29e99
}

.uni-btn[type=error][plain][loading] {
    color: #e43d33;
    background-color: #fceceb;
    border-color: #f7c5c2
}

.uni-btn[type=error][plain][loading]:not([hover-class]):active {
    background: #fad8d6;
    color: #e43d33;
    outline: none;
    border-color: #f29e99
}

.uni-btn[type=error][plain][loading]:before {
    margin-right: 5px
}

.uni-btn[type=error][plain][disabled],.uni-btn[type=error][plain][disabled]:active {
    color: #ef8b85;
    background-color: #fceceb;
    border-color: #fad8d6
}

.uni-btn[type=warning] {
    color: #fff;
    background-color: #f3a73f;
    border-color: #e09a3a
}

.uni-btn[type=warning]:not([hover-class]):active {
    background: #db9639;
    border-color: #c28632;
    color: #fff;
    outline: none
}

.uni-btn[type=warning][loading] {
    color: #fff;
    background-color: #f3a73f;
    border-color: #e09a3a
}

.uni-btn[type=warning][loading]:not([hover-class]):active {
    background: #db9639;
    border-color: #c28632;
    color: #fff;
    outline: none
}

.uni-btn[type=warning][loading]:before {
    margin-right: 5px
}

.uni-btn[type=warning][disabled],.uni-btn[type=warning][disabled][loading],.uni-btn[type=warning][disabled]:not([hover-class]):active {
    color: #fff;
    border-color: #f8c887;
    background-color: #f9d39f
}

.uni-btn[type=warning][plain] {
    color: #f3a73f;
    background-color: #fef6ec;
    border-color: #fbe5c5
}

.uni-btn[type=warning][plain]:not([hover-class]):active {
    background: #fdedd9;
    color: #f3a73f;
    outline: none;
    border-color: #f9d39f
}

.uni-btn[type=warning][plain][loading] {
    color: #f3a73f;
    background-color: #fef6ec;
    border-color: #fbe5c5
}

.uni-btn[type=warning][plain][loading]:not([hover-class]):active {
    background: #fdedd9;
    color: #f3a73f;
    outline: none;
    border-color: #f9d39f
}

.uni-btn[type=warning][plain][loading]:before {
    margin-right: 5px
}

.uni-btn[type=warning][plain][disabled],.uni-btn[type=warning][plain][disabled]:active {
    color: #f8ca8c;
    background-color: #fef6ec;
    border-color: #fdedd9
}

.uni-btn[type=info] {
    color: #fff;
    background-color: #8f939c;
    border-color: #848790
}

.uni-btn[type=info]:not([hover-class]):active {
    background: #81848c;
    border-color: #72767d;
    color: #fff;
    outline: none
}

.uni-btn[type=info][loading] {
    color: #fff;
    background-color: #8f939c;
    border-color: #848790
}

.uni-btn[type=info][loading]:not([hover-class]):active {
    background: #81848c;
    border-color: #72767d;
    color: #fff;
    outline: none
}

.uni-btn[type=info][loading]:before {
    margin-right: 5px
}

.uni-btn[type=info][disabled],.uni-btn[type=info][disabled][loading],.uni-btn[type=info][disabled]:not([hover-class]):active {
    color: #fff;
    border-color: #babcc2;
    background-color: #c7c9ce
}

.uni-btn[type=info][plain] {
    color: #8f939c;
    background-color: #f4f4f5;
    border-color: #dddfe1
}

.uni-btn[type=info][plain]:not([hover-class]):active {
    background: #e9e9eb;
    color: #8f939c;
    outline: none;
    border-color: #c7c9ce
}

.uni-btn[type=info][plain][loading] {
    color: #8f939c;
    background-color: #f4f4f5;
    border-color: #dddfe1
}

.uni-btn[type=info][plain][loading]:not([hover-class]):active {
    background: #e9e9eb;
    color: #8f939c;
    outline: none;
    border-color: #c7c9ce
}

.uni-btn[type=info][plain][loading]:before {
    margin-right: 5px
}

.uni-btn[type=info][plain][disabled],.uni-btn[type=info][plain][disabled]:active {
    color: #bcbec4;
    background-color: #f4f4f5;
    border-color: #e9e9eb
}

html,body {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body {
    touch-action: none;
    background: #fff
}

body {
    position: relative
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.uni-video-cover {
    z-index: 0!important
}

.blur-effect {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon {
    width: 1.5rem;
    height: 1.5rem
}

.uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

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

.f {
    display: flex
}

.f-s-c {
    display: flex;
    align-items: center
}

.f-c-s {
    display: flex;
    justify-content: center
}

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

.fc-c-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s {
    display: flex;
    flex-direction: column
}

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

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

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

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

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

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

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

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

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

.fc-sb-c {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

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

.line-one {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

.uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

.uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

.uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

.is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

.uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

.uni-page-refresh {
    z-index: 998
}

.uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

uni-page-body {
    color: #fff;
    width: 100%;
    height: 100%
}

.wrap[data-v-d710d9f2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.logo-bottom[data-v-d710d9f2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.logo-bg[data-v-d710d9f2] {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%
}

.logo[data-v-d710d9f2] {
    width: 16rem
}

.container[data-v-f1a3cf76] {
    width: 21.375rem
}

.btn[data-v-f1a3cf76] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    padding: 0 .75rem;
    font-size: 1rem;
    border-radius: 2rem;
    font-family: gilroy-bold
}

.btn-image[data-v-f1a3cf76] {
    position: absolute;
    left: .75rem;
    width: 1.5rem;
    height: 1.5rem
}

.manual[data-v-f1a3cf76] {
    width: 100%;
    gap: .5rem
}

.manual-item[data-v-f1a3cf76] {
    box-sizing: border-box;
    width: calc(50% - .5rem);
    height: 3rem;
    border: .09375rem solid #434343;
    border-radius: 2rem;
    gap: .5rem
}

.manual-item-icon[data-v-f1a3cf76] {
    width: 1.5rem;
    height: 1.5rem
}

.manual-item-title[data-v-f1a3cf76] {
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center
}

html[data-v-f2b8485e],body[data-v-f2b8485e] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-f2b8485e] {
    touch-action: none;
    background: #fff
}

body[data-v-f2b8485e] {
    position: relative
}

body[data-v-f2b8485e]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-f2b8485e] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-f2b8485e] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-f2b8485e] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-f2b8485e] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-f2b8485e] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-f2b8485e] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-f2b8485e] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-f2b8485e] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-f2b8485e] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-f2b8485e] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-f2b8485e] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-f2b8485e] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-f2b8485e] {
    display: flex
}

.f-s-c[data-v-f2b8485e] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-f2b8485e] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-f2b8485e] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-f2b8485e] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-f2b8485e] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-f2b8485e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-f2b8485e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-f2b8485e] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-f2b8485e] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-f2b8485e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-f2b8485e] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-f2b8485e] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-f2b8485e] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-f2b8485e] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-f2b8485e] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-f2b8485e] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-f2b8485e] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-f2b8485e] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-f2b8485e] .uni-page-refresh {
    z-index: 998
}

[data-v-f2b8485e] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.card[data-v-f2b8485e] {
    position: relative;
    box-sizing: border-box;
    background: #000;
    width: 100%;
    border-radius: 1rem;
    border: .0625rem solid rgba(255,255,255,.22);
    padding-top: 1.25rem;
    margin-bottom: 1rem;
    overflow: hidden
}

.card-content[data-v-f2b8485e] {
    box-sizing: border-box;
    width: 100%;
    min-height: 15.625rem;
    padding: 0 1rem;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.card-content-left[data-v-f2b8485e] {
    min-width: 55.8974358974vw;
    max-width: 55.8974358974vw
}

.card-content-right[data-v-f2b8485e] {
    margin-left: .5rem;
    gap: .625rem
}

.card-pictures[data-v-f2b8485e] {
    width: 12.5rem;
    height: 100%
}

.card-picture[data-v-f2b8485e] {
    width: 11.5rem;
    height: 14.375rem;
    position: relative
}

.card-picture-container[data-v-f2b8485e] {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    width: 11.5rem;
    height: 14.375rem
}

.card-picture-container-even[data-v-f2b8485e] {
    transform: rotate(-3deg)
}

.card-picture-container-odd[data-v-f2b8485e] {
    transform: rotate(3deg)
}

.card-video[data-v-f2b8485e] {
    width: 11.5rem;
    height: 14.375rem;
    background-color: #000
}

.card-mute[data-v-f2b8485e] {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    width: 1.75rem;
    height: 1.78125rem
}

.card-action[data-v-f2b8485e] {
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    margin-top: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 32px 0
}

.card-content[data-v-f2b8485e]::-webkit-scrollbar {
    display: none
}

.header[data-v-f2b8485e] {
    width: 100%;
    height: 3rem
}

.header-avatar[data-v-f2b8485e] {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem
}

.header-name[data-v-f2b8485e] {
    margin-left: .5rem;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    max-width: calc(100% - 7.10625rem);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.header-age[data-v-f2b8485e] {
    width: 2.2rem;
    font-family: gilroy-bold;
    font-size: 1.25rem
}

.header-info[data-v-f2b8485e] {
    margin-left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.tag[data-v-f2b8485e] {
    box-sizing: border-box;
    margin-top: 1rem;
    width: 100%;
    height: 1.5rem;
    gap: .25rem;
    font-family: gilroy-bold;
    font-size: .8125rem
}

.tag-online[data-v-f2b8485e] {
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(36,192,4,.2);
    border-radius: .75rem;
    padding: 0 .5rem;
    text-align: center;
    color: #37a81f
}

.tag-address[data-v-f2b8485e] {
    max-width: 5.3125rem;
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(11,129,238,.2);
    padding: 0 .5rem;
    border-radius: .75rem;
    color: #3c9af1
}

.about[data-v-f2b8485e] {
    box-sizing: border-box;
    margin-top: 1rem;
    width: 100%;
    font-family: gilroy-bold;
    font-size: .8125rem
}

.about-title[data-v-f2b8485e] {
    color: rgba(255,255,255,.5)
}

.about-desc[data-v-f2b8485e] {
    max-width: 100%;
    font-family: gilroy-medium;
    margin-top: .5rem;
    font-size: 1rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.interests[data-v-f2b8485e] {
    box-sizing: border-box;
    margin-top: 1rem;
    width: 100%
}

.interests-title[data-v-f2b8485e] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: rgba(255,255,255,.5)
}

.interests-container[data-v-f2b8485e] {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    max-height: 2rem;
    overflow: hidden;
    gap: .5rem
}

.interests-item[data-v-f2b8485e] {
    box-sizing: border-box;
    height: 2rem;
    padding: 0 .5rem;
    background-color: rgba(255,255,255,.1);
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #fff;
    border-radius: .5rem
}

.action[data-v-f2b8485e] {
    width: 33%
}

.action uni-image[data-v-f2b8485e] {
    width: 1.5rem;
    height: 1.5rem
}

.action-separator[data-v-f2b8485e] {
    width: .03125rem;
    height: 1.5rem;
    background-color: rgba(255,255,255,.3)
}

.action-effect[data-v-f2b8485e] {
    visibility: hidden;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: calc((100% - 6rem)/2);
    left: calc((100% - 6rem)/2);
    transform: scale(0)
}

.action-effect-show[data-v-f2b8485e] {
    visibility: visible;
    transform: scale(1);
    transition: all .3s ease-in
}

html[data-v-7d335bb8],body[data-v-7d335bb8] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-7d335bb8] {
    touch-action: none;
    background: #fff
}

body[data-v-7d335bb8] {
    position: relative
}

body[data-v-7d335bb8]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-7d335bb8] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-7d335bb8] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-7d335bb8] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-7d335bb8] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-7d335bb8] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-7d335bb8] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-7d335bb8] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-7d335bb8] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-7d335bb8] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-7d335bb8] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-7d335bb8] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-7d335bb8] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-7d335bb8] {
    display: flex
}

.f-s-c[data-v-7d335bb8] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-7d335bb8] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-7d335bb8] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-7d335bb8] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-7d335bb8] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-7d335bb8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-7d335bb8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-7d335bb8] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-7d335bb8] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-7d335bb8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-7d335bb8] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-7d335bb8] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-7d335bb8] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-7d335bb8] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-7d335bb8] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-7d335bb8] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-7d335bb8] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-7d335bb8] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-7d335bb8] .uni-page-refresh {
    z-index: 998
}

[data-v-7d335bb8] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.wrap[data-v-7d335bb8] {
    width: 100%;
    height: calc(100% - var(--window-bottom))
}

.ripple-container[data-v-7d335bb8] {
    position: relative;
    width: 11.25rem;
    height: 11.25rem
}

.ripple[data-v-7d335bb8] {
    position: absolute;
    border-radius: 50%;
    background: #e082ff;
    transform: scale(1);
    opacity: .5;
    animation: rippleEffect-7d335bb8 2s ease-out infinite both running;
    pointer-events: none
}

@keyframes rippleEffect-7d335bb8 {
    to {
        transform: scale(2.8125);
        opacity: .1
    }
}

.wrap[data-v-19743587] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.item-image[data-v-19743587] {
    width: 100%;
    height: auto;
    margin-bottom: 1rem
}

.wrap[data-v-afa9342f] {
    position: relative;
    width: 100%;
    height: calc(100% - var(--window-top) - var(--window-bottom) - 2.75rem)
}

.bg[data-v-afa9342f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover
}

.icon[data-v-afa9342f] {
    position: relative;
    width: 4.5rem;
    height: 4.5rem
}

.title[data-v-afa9342f] {
    position: relative;
    margin-top: .75rem;
    font-family: gilroy-bold;
    font-size: 1.375rem;
    color: #000
}

.desc[data-v-afa9342f] {
    position: relative;
    margin-top: .5rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    color: #000
}

.wrap[data-v-27ae8284] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: .3125rem .5rem 0
}

.head[data-v-27ae8284] {
    margin-top: 1.5rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    color: whtie
}

.head-title[data-v-27ae8284] {
    font-family: gilroy-bold;
    font-size: 1.75rem;
    color: #000
}

.head-desc-1[data-v-27ae8284] {
    box-sizing: border-box;
    margin-top: .25rem;
    padding: 0 .75rem;
    text-align: center;
    color: black;
}

.head-desc-2[data-v-27ae8284] {
    margin-top: .125rem
}

.content[data-v-27ae8284] {
    margin: .3125rem
}

.content-head[data-v-27ae8284] {
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #000
}

.content-list[data-v-27ae8284] {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px
}

.content-list-item[data-v-27ae8284] {
    width: calc(50% - 10px);
    background-color: #f0f0f0;
    margin-bottom: 10px;
    border-radius: .5rem
}

.occupying[data-v-27ae8284] {
    height: 6rem
}

.btn[data-v-27ae8284] {
    position: fixed;
    bottom: calc(var(--window-bottom));
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 6rem;
    background: linear-gradient(rgba(11,11,11,0),#0b0b0b);
    padding-top: 1.9375rem
}

.btn-entry[data-v-27ae8284] {
    margin: 0 auto;
    width: 20.375rem;
    height: 3rem;
    background: linear-gradient(267.13deg,#dd7fff 5.89%,#9f51f9 91.38%);
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #fff
}

.uni-picker-view-mask[data-v-dd2536cb] {
    background-image: none!important
}

.uni-picker-view-indicator[data-v-dd2536cb] {
    display: none
}

.uni-picker-view-indicator[data-v-dd2536cb]:after,.uni-picker-view-indicator[data-v-dd2536cb]:before {
    height: 0!important;
    content: !important
}

.picker-view[data-v-dd2536cb] {
    width: 20.375rem;
    height: 12.875rem;
    margin: 0 auto;
    margin-top: 1.5rem
}

.coloum-month[data-v-dd2536cb] {
    flex: 1
}

.coloum-day[data-v-dd2536cb],.coloum-year[data-v-dd2536cb] {
    flex: .5
}

.item[data-v-dd2536cb] {
    line-height: 3.125rem;
    text-align: center;
    font-family: gilroy-regular;
    font-weight: 400
}

html[data-v-368aca3e],body[data-v-368aca3e] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-368aca3e] {
    touch-action: none;
    background: #fff
}

body[data-v-368aca3e] {
    position: relative
}

body[data-v-368aca3e]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-368aca3e] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-368aca3e] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-368aca3e] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-368aca3e] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-368aca3e] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-368aca3e] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-368aca3e] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-368aca3e] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-368aca3e] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-368aca3e] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-368aca3e] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-368aca3e] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-368aca3e] {
    display: flex
}

.f-s-c[data-v-368aca3e] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-368aca3e] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-368aca3e] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-368aca3e] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-368aca3e] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-368aca3e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-368aca3e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-368aca3e] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-368aca3e] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-368aca3e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-368aca3e] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-368aca3e] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-368aca3e] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-368aca3e] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-368aca3e] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-368aca3e] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-368aca3e] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-368aca3e] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-368aca3e] .uni-page-refresh {
    z-index: 998
}

[data-v-368aca3e] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.blur[data-v-368aca3e] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.blur-cover[data-v-368aca3e] {
    position: relative;
    width: 100%;
    height: 100%
}

.blur-wild[data-v-368aca3e] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.blur-wild-icon[data-v-368aca3e] {
    position: relative;
    width: 1.5rem;
    height: 1.5rem
}

.blur-wild-title[data-v-368aca3e] {
    position: relative;
    margin-top: .75rem;
    font-family: gilroy-bold;
    font-size: .9375rem;
    color: #fff
}

html[data-v-13af0516],body[data-v-13af0516] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-13af0516] {
    touch-action: none;
    background: #fff
}

body[data-v-13af0516] {
    position: relative
}

body[data-v-13af0516]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-13af0516] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-13af0516] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-13af0516] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-13af0516] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-13af0516] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-13af0516] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-13af0516] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-13af0516] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-13af0516] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-13af0516] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-13af0516] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-13af0516] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-13af0516] {
    display: flex
}

.f-s-c[data-v-13af0516] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-13af0516] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-13af0516] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-13af0516] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-13af0516] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-13af0516] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-13af0516] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-13af0516] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-13af0516] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-13af0516] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-13af0516] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-13af0516] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-13af0516] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-13af0516] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-13af0516] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-13af0516] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-13af0516] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-13af0516] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-13af0516] .uni-page-refresh {
    z-index: 998
}

[data-v-13af0516] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.blur[data-v-13af0516] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.blur-cover[data-v-13af0516] {
    position: relative;
    width: 100%;
    height: 100%
}

.blur-wild[data-v-13af0516] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.blur-wild-icon[data-v-13af0516] {
    position: relative;
    width: 1.5rem;
    height: 1.5rem
}

.blur-wild-title[data-v-13af0516] {
    position: relative;
    margin-top: .75rem;
    font-family: gilroy-bold;
    font-size: .9375rem;
    color: #fff
}

.blur[data-v-9465d78c] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.blur-container[data-v-9465d78c],.blur-cover[data-v-9465d78c] {
    position: relative;
    width: 100%;
    height: 100%
}

.blur-wild[data-v-9465d78c] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.blur-wild-icon[data-v-9465d78c] {
    width: 1.5rem;
    height: 1.5rem
}

.blur-wild-title[data-v-9465d78c] {
    margin-top: .75rem;
    font-family: gilroy-bold;
    font-size: .9375rem;
    color: #fff
}

.blur-wild-desc[data-v-9465d78c] {
    margin-top: .75rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    color: #bfbfbf
}

.uni-popup[data-v-f0b957f8] {
    position: fixed;
    z-index: 99
}

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

.uni-popup .uni-popup__wrapper[data-v-f0b957f8] {
    display: block;
    position: relative;
}

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

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

.fixforpc-top[data-v-f0b957f8] {
    top: 0
}

.topLevel[data-v-6e05b494] {
    position: relative;
    z-index: 1000
}

.wrap[data-v-6e05b494] {
    width: 100vw;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.2),#000)
}

.login[data-v-6e05b494] {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding-top: .9375rem;
    padding-bottom: calc(var(--window-bottom) + 1.25rem);
    background: #000
}

.login-header-img[data-v-6e05b494] {
    height: 1.875rem
}

.login-header-desc[data-v-6e05b494] {
    margin-top: .5rem;
    font-family: gilroy-regular;
    font-size: .9375rem;
    text-align: center;
    color: #d9d9d9
}

.login-btns[data-v-6e05b494] {
    margin-top: 1.5rem
}

.login-close[data-v-6e05b494] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.875rem;
    height: 1.875rem
}

.protocol[data-v-6e05b494] {
    margin: 1.5rem 0;
    width: 100%;
    color: #d9d9d9;
    font-size: .75rem
}

.protocol-value-term[data-v-6e05b494] {
    margin: 0 .25rem;
    -webkit-text-decoration: underline #D9D9D9;
    text-decoration: underline #D9D9D9
}

.protocol-value-policy[data-v-6e05b494] {
    margin-left: .25rem;
    -webkit-text-decoration: underline #D9D9D9;
    text-decoration: underline #D9D9D9
}

html[data-v-a978f90d],body[data-v-a978f90d] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-a978f90d] {
    touch-action: none;
    background: #fff
}

body[data-v-a978f90d] {
    position: relative
}

body[data-v-a978f90d]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-a978f90d] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-a978f90d] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-a978f90d] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-a978f90d] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-a978f90d] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-a978f90d] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-a978f90d] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-a978f90d] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-a978f90d] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-a978f90d] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-a978f90d] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-a978f90d] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-a978f90d] {
    display: flex
}

.f-s-c[data-v-a978f90d] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-a978f90d] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-a978f90d] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-a978f90d] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-a978f90d] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-a978f90d] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-a978f90d] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-a978f90d] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-a978f90d] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-a978f90d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-a978f90d] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-a978f90d] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-a978f90d] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-a978f90d] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-a978f90d] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-a978f90d] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-a978f90d] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-a978f90d] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-a978f90d] .uni-page-refresh {
    z-index: 998
}

[data-v-a978f90d] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.card[data-v-a978f90d] {
    border: .03125rem solid rgba(255,255,255,.2);
    border-radius: .3125rem;
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
    gap: .75rem;
    background: var(--Base-color-Transparency-White-40, #FFFFFF66)
}

.card-focus-top[data-v-a978f90d] {
    position: relative
}

.card-focus-top-circle[data-v-a978f90d] {
    width: 4rem;
    height: 4rem
}

.card-focus-top-center[data-v-a978f90d] {
    position: absolute;
    margin: 0 auto
}

.card-focus-top-center-blur[data-v-a978f90d] {
    width: 3.5rem;
    height: 3.5rem
}

.card-focus-top-center-num[data-v-a978f90d] {
    position: absolute;
    margin: 0 auto;
    color: #ff9335;
    font-family: SF Pro Italy;
    font-size: 1.25rem;
    font-weight: 600
}

.card-focus-top-center-num-likes[data-v-a978f90d] {
    color: #ff6b5e
}

.card-focus-top-center-icon[data-v-a978f90d] {
    position: absolute;
    margin: 0 auto;
    width: 1.5rem;
    height: 1.5rem
}

.card-focus-name[data-v-a978f90d] {
    margin-top: .0625rem;
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #8466FF;
    font-weight: 700
}

.card-focus-name-likes[data-v-a978f90d] {
    background: linear-gradient(to right,#f9bc20,#ff6a6a,#b621fc);
    -webkit-background-clip: text;
    background-clip: text
}

.card-normal-content-top[data-v-a978f90d] {
    box-sizing: border-box;
    position: relative;
    padding-bottom: .1875rem
}

.card-normal-content-top-avatar[data-v-a978f90d] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem
}

.card-normal-content-top-online[data-v-a978f90d] {
    position: absolute;
    top: .125rem;
    right: .125rem;
    box-sizing: border-box;
    width: .75rem;
    height: .75rem;
    border-radius: .375rem;
    background-color: #37a81f;
    border: .0625rem solid white
}

.card-normal-content-top-new[data-v-a978f90d] {
    height: 1rem;
    max-width: 92%;
    position: absolute!important;
    bottom: 0;
    margin: 0 auto
}

.card-normal-content-top-address[data-v-a978f90d] {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 5.3125rem;
    height: 1rem;
    padding: 0 .3125rem;
    border-radius: .5rem;
    background: #0b81ee;
    color: #fff;
    font-family: gilroy-medium;
    font-size: .6875rem
}

.card-normal-content-name[data-v-a978f90d] {
    margin-top: .375rem;
    font-family: gilroy-medium;
    font-size: .8125rem;
    color: #000;
    max-width: 5.3125rem
}

.tabs[data-v-3d4111eb] {
    box-sizing: border-box;
    width: 100%;
    height: 2.5rem;
    padding: .5rem 1rem;
    gap: .75rem
}

.tabs-btn[data-v-3d4111eb] {
    position: relative;
    min-width: 2.5rem;
    height: 1.5rem;
    font-family: gilroy-medium;
    font-size: 1.0625rem;
    color: rgba(0,0,0,.3)
}

.tabs-btn-select[data-v-3d4111eb] {
    color: #000
}

.tabs-btn-separator[data-v-3d4111eb] {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 2.5rem;
    height: .125rem;
    background: #000
}

html[data-v-83bc08c8],body[data-v-83bc08c8] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-83bc08c8] {
    touch-action: none;
    background: #fff
}

body[data-v-83bc08c8] {
    position: relative
}

body[data-v-83bc08c8]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-83bc08c8] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-83bc08c8] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-83bc08c8] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-83bc08c8] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-83bc08c8] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-83bc08c8] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-83bc08c8] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-83bc08c8] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-83bc08c8] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-83bc08c8] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-83bc08c8] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-83bc08c8] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-83bc08c8] {
    display: flex
}

.f-s-c[data-v-83bc08c8] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-83bc08c8] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-83bc08c8] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-83bc08c8] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-83bc08c8] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-83bc08c8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-83bc08c8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-83bc08c8] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-83bc08c8] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-83bc08c8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-83bc08c8] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-83bc08c8] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-83bc08c8] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-83bc08c8] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-83bc08c8] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-83bc08c8] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-83bc08c8] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-83bc08c8] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-83bc08c8] .uni-page-refresh {
    z-index: 998
}

[data-v-83bc08c8] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.item[data-v-83bc08c8] {
    width: 100%;
    height: 4.5rem
}

.item-msg[data-v-83bc08c8] {
    box-sizing: border-box;
    width: 100vw;
    padding: 0 1rem
}

.item-msg-isTop[data-v-83bc08c8] {
    background: rgba(0,0,0,.05)
}

.item-msg-left[data-v-83bc08c8] {
    position: relative
}

.item-msg-left-avatar[data-v-83bc08c8] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem
}

.item-msg-left-dot[data-v-83bc08c8] {
    position: absolute;
    top: .125rem;
    right: .125rem;
    box-sizing: border-box;
    width: .75rem;
    height: .75rem;
    border-radius: .375rem;
    background-color: #37a81f;
    border: .0625rem solid white
}

.item-msg-right[data-v-83bc08c8] {
    margin-left: .75rem;
    height: 100%;
    width: 100%;
    max-width: calc(100vw - 6.25rem)
}

.item-msg-right-top[data-v-83bc08c8] {
    width: 100%
}

.item-msg-right-top-info[data-v-83bc08c8] {
    width: calc(100% - 2.8125rem);
    gap: .5rem
}

.item-msg-right-top-info-name[data-v-83bc08c8] {
    color: #000;
    font-family: gilroy-bold;
    font-size: 1rem;
    max-width: calc(100% - 3.75rem)
}

.item-msg-right-top-info-name-value[data-v-83bc08c8] {
    max-width: calc(100% - .75rem)
}

.item-msg-right-top-info-address[data-v-83bc08c8] {
    max-width: 5rem;
    color: #3c9af1;
    font-family: gilroy-regular;
    font-size: .8125rem;
    font-weight: 700
}

.item-msg-right-top-info-tag[data-v-83bc08c8] {
    box-sizing: border-box;
    height: 1.0625rem;
    border-radius: .53125rem;
    padding: 0 .375rem;
    text-align: center;
    background: rgba(247,89,171,.2);
    color: #f759ab;
    font-family: gilroy-bold;
    font-size: .6875rem
}

.item-msg-right-top-time[data-v-83bc08c8] {
    color: #8c8c8c;
    font-family: gilroy-regular;
    font-size: .8125rem
}

.item-msg-right-bottom[data-v-83bc08c8] {
    width: 100%;
    margin-top: .25rem
}

.item-msg-right-bottom-pre[data-v-83bc08c8] {
    width: calc(100% - 1.25rem)
}

.item-msg-right-bottom-icon[data-v-83bc08c8] {
    width: 1.5rem;
    height: 1.25rem
}

.item-msg-right-bottom-draft[data-v-83bc08c8] {
    margin-left: .125rem;
    color: #e54851
}

.item-msg-right-bottom-msg[data-v-83bc08c8] {
    max-width: 100%;
    margin-left: .125rem;
    color: #000;
    font-family: gilroy-regular;
    font-size: .8125rem
}

.item-msg-right-bottom-msg-draft[data-v-83bc08c8] {
    max-width: calc(100% - 3.0625rem)
}

.item-msg-right-bottom-msg-dot[data-v-83bc08c8] {
    max-width: calc(100% - 1.25rem)
}

.item-msg-right-bottom-msg-both[data-v-83bc08c8] {
    max-width: calc(100% - 4.4375rem - 4rp)
}

.item-msg-right-bottom-dot[data-v-83bc08c8] {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .625rem;
    background: #e54851;
    color: #fff;
    font-family: gilroy-regular;
    font-size: .75rem
}

.btns[data-v-83bc08c8] {
    height: 100%
}

.btns-btn[data-v-83bc08c8] {
    width: 4.5rem;
    height: 4.5rem
}

.btns-icon[data-v-83bc08c8] {
    width: 1.5rem;
    height: 1.5rem
}

.popup-content[data-v-07fade41] {
    box-sizing: border-box;
    background: #fdfdfd;
    color: #000;
    width: 20.9375rem;
    padding: 1.5rem;
    min-height: 13.4375rem;
    border-radius: .75rem;
    border: .03125rem solid #595959
}

.popup-height[data-v-07fade41] {
    height: 100%;
    width: 20.3125rem
}

[data-v-07fade41] .uni-popup__wrapper {
    background: transparent!important
}

.popup-wrap[data-v-07fade41] {
    width: 100%
}

.popup-title[data-v-07fade41] {
    text-wrap: wrap;
    text-align: center;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    line-height: 1.5625rem
}

.popup-desc[data-v-07fade41] {
    margin-top: 1rem;
    text-align: center;
    font-family: gilroy-regular;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #595959
}

.popup-actions[data-v-07fade41] {
    margin-top: 1rem;
    width: 100%
}

.popup-actions-btn[data-v-07fade41] {
    width: calc(50% - .5rem);
    height: 3rem;
    text-align: center;
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem
}

.cancel[data-v-07fade41] {
    border: .09375rem solid #434343;
    color: #000
}

.confirm[data-v-07fade41] {
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    color: #fff
}

.popup-content[data-v-411d12d2] {
    box-sizing: border-box;
    background: #fdfdfd;
    color: #000;
    width: 20.9375rem;
    padding: 1.5rem;
    min-height: 13.4375rem;
    border-radius: .75rem;
    border: .03125rem solid #595959
}

.popup-height[data-v-411d12d2] {
    height: 100%;
    width: 20.3125rem
}

[data-v-411d12d2] .uni-popup__wrapper {
    background: transparent!important
}

.popup-wrap[data-v-411d12d2] {
    width: 100%
}

.popup-title[data-v-411d12d2] {
    text-wrap: wrap;
    text-align: center;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    line-height: 1.5625rem
}

.popup-desc[data-v-411d12d2] {
    margin-top: 1rem;
    text-align: center;
    font-family: gilroy-regular;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #595959
}

.popup-actions[data-v-411d12d2] {
    margin-top: 1rem;
    width: 100%
}

.popup-actions-btn[data-v-411d12d2] {
    width: calc(50% - .5rem);
    height: 3rem;
    text-align: center;
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem
}

.cancel[data-v-411d12d2] {
    border: .09375rem solid #434343;
    color: #000
}

.confirm[data-v-411d12d2] {
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    color: #fff
}

html[data-v-301a871d],body[data-v-301a871d] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-301a871d] {
    touch-action: none;
    background: #fff
}

body[data-v-301a871d] {
    position: relative
}

body[data-v-301a871d]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-301a871d] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-301a871d] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-301a871d] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-301a871d] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-301a871d] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-301a871d] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-301a871d] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-301a871d] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-301a871d] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-301a871d] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-301a871d] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-301a871d] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-301a871d] {
    display: flex
}

.f-s-c[data-v-301a871d] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-301a871d] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-301a871d] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-301a871d] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-301a871d] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-301a871d] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-301a871d] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-301a871d] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-301a871d] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-301a871d] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-301a871d] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-301a871d] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-301a871d] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-301a871d] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-301a871d] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-301a871d] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-301a871d] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-301a871d] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-301a871d] .uni-page-refresh {
    z-index: 998
}

[data-v-301a871d] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.wrap[data-v-301a871d] {
    box-sizing: border-box;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content
}

.list[data-v-301a871d]::-webkit-scrollbar {
    display: none
}

.list[data-v-301a871d] {
    box-sizing: border-box;
    width: 100%;
    height: 12rem;
    padding: 0 1rem;
    gap: .25rem;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.list-item[data-v-301a871d] {
    box-sizing: border-box;
    position: relative;
    min-width: 9rem;
    max-width: 9rem;
    width: 9rem;
    height: 12rem;
    border-radius: .5rem;
    overflow: hidden
}

.list-item-image[data-v-301a871d] {
    position: relative;
    width: 9rem;
    height: 12rem;
    border-radius: .5rem
}

.list-item-more[data-v-301a871d] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.5rem;
    height: 1rem
}

.list-item-address[data-v-301a871d] {
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    box-sizing: border-box;
    height: 1.5rem;
    padding: 0 .5rem;
    border-radius: .75rem;
    background: rgba(11,129,238,.8)
}

.list-item-address-icon[data-v-301a871d] {
    width: 1rem;
    height: 1rem
}

.list-item-address-text[data-v-301a871d] {
    margin-left: .25rem;
    font-family: gilroy-bold;
    font-size: .8125rem;
    text-align: center
}

.list-item-new[data-v-301a871d] {
    width: 2.5625rem;
    height: 1.25rem;
    position: absolute;
    top: .5rem;
    left: .5rem
}

.list-item-mute[data-v-301a871d] {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    width: 1.75rem;
    height: 1.78125rem
}

.info[data-v-301a871d] {
    margin-top: .75rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 3.125rem;
    padding: 0 1.25rem 0 1rem
}

.info-head[data-v-301a871d] {
    max-width: calc(100% - 7.8125rem)
}

.info-top[data-v-301a871d] {
    color: #000;
    width: 100%;
    margin: 0
}

.info-top-name[data-v-301a871d] {
    font-family: gilroy-bold;
    font-size: 1.25rem;
    max-width: 80%
}

.info-top-age[data-v-301a871d] {
    width: 2.2rem;
    font-family: gilroy-bold;
    font-size: 1.25rem
}

.info-top-timeout[data-v-301a871d] {
    margin-top: .25rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    font-weight: 400;
    color: #595959
}

.info-top-timeout-value[data-v-301a871d] {
    margin-left: .125rem;
    color: #000;
    font-weight: 700
}

.info-top-timeout-after[data-v-301a871d] {
    margin-left: .125rem
}

.info-top-try[data-v-301a871d] {
    color: #595959;
    font-family: gilroy-regular;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -.00488rem
}

.info-actions[data-v-301a871d] {
    gap: .5rem
}

.info-actions-item[data-v-301a871d] {
    width: 2.5rem;
    height: 2.5rem
}

.info-actions-flash[data-v-301a871d] {
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    height: 2.5rem;
    padding: 0 1rem;
    border-radius: 1.25rem;
    color: #fff;
    font-family: gilroy-bold;
    font-weight: 500;
    font-size: .9375rem;
    text-align: center
}

.tag[data-v-301a871d] {
    box-sizing: border-box;
    margin-left: .5rem;
    height: 1.5rem;
    gap: .25rem;
    font-family: gilroy-bold;
    font-size: .8125rem
}

.tag-online[data-v-301a871d] {
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(36,192,4,.2);
    border-radius: .75rem;
    padding: 0 .5rem;
    text-align: center;
    color: #37a81f
}

.tag-address[data-v-301a871d] {
    box-sizing: border-box;
    height: 100%;
    background-color: rgba(11,129,238,.2);
    padding: 0 .5rem;
    border-radius: .75rem;
    color: #3c9af1
}

[data-v-301a871d] .uni-video-container {
    border-radius: .5rem
}

.image[data-v-301a871d] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.image-cover[data-v-301a871d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-cover-container[data-v-301a871d] {
    position: relative;
    width: 100%;
    height: 100%
}

.image-cover-icon[data-v-301a871d] {
    width: 1.5rem;
    height: 1.5rem
}

.image-cover-title[data-v-301a871d] {
    text-align: center;
    margin-top: .75rem;
    font-family: gilroy-bold;
    font-size: .9375rem;
    color: #fff
}

.empty[data-v-7b86de63] {
    position: relative;
    width: 100%;
    height: 100%
}

.empty-bg[data-v-7b86de63] {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%
}

.empty-content[data-v-7b86de63] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem
}

.empty-content-icon[data-v-7b86de63] {
    width: 4.5rem;
    height: 4.5rem
}

.empty-content-title[data-v-7b86de63] {
    margin-top: 1.25rem;
    color: #000;
    font-family: gilroy-bold;
    font-size: 1.375rem;
    text-align: center
}

.empty-content-wlmDesc[data-v-7b86de63] {
    margin-top: .5rem;
    font-family: gilroy-regular;
    font-weight: 400;
    font-style: Regular;
    font-size: .8125rem;
    line-height: 1.125rem;
    text-align: center;
    color: #000
}

.empty-content-ilikeDesc[data-v-7b86de63] {
    margin-top: 1.25rem;
    color: #000;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: center
}

.empty-content-pick[data-v-7b86de63] {
    margin-top: 1.25rem;
    width: 100%;
    height: 3rem;
    border-radius: 2rem;
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    font-family: gilroy-bold;
    font-weight: 700;
    font-style: Bold;
    font-size: 1rem;
    line-height: 1.3125rem;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

.empty-content-profile[data-v-7b86de63] {
    margin-top: .5rem;
    width: 100%;
    height: 3rem;
    border-radius: 2rem;
    border: .09375rem solid #e082ff80;
    font-family: gilroy-bold;
    font-weight: 700;
    font-style: Bold;
    font-size: 1rem;
    line-height: 1.3125rem;
    vertical-align: middle;
    text-align: center;
    color: #e082ff
}

.app-page-bg-color[data-v-ca6c9fa6] {
    background: #fff
}

.app-theme-border-color[data-v-ca6c9fa6] {
    background: #d579fe
}

.app-theme-btn-colors[data-v-ca6c9fa6] {
    color: #fff;
    background: linear-gradient(90deg,#e082ff,#9b4ef8)
}

.empty[data-v-ca6c9fa6] {
    position: relative;
    width: 100%;
    height: 100%
}

.empty-bg[data-v-ca6c9fa6] {
    position: absolute!important;
    top: 0;
    margin: 0 auto;
    width: 100%
}

.empty-content[data-v-ca6c9fa6] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem
}

.empty-content-icon[data-v-ca6c9fa6] {
    width: 4.5rem;
    height: 4.5rem
}

.empty-content-title[data-v-ca6c9fa6] {
    margin-top: 1.25rem;
    color: #000;
    font-family: gilroy-bold;
    font-size: 1.375rem;
    text-align: center
}

.empty-content-wlmDesc[data-v-ca6c9fa6] {
    margin-top: .5rem;
    color: #000;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: center
}

.empty-content-ilikeDesc[data-v-ca6c9fa6] {
    margin-top: 1.25rem;
    color: #000;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: center
}

.empty-content-pick[data-v-ca6c9fa6] {
    margin-top: 1.25rem;
    width: 100%;
    height: 3rem;
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center
}

.empty-content-profile[data-v-ca6c9fa6] {
    margin-top: .5rem;
    width: 100%;
    height: 3rem;
    border-radius: 2rem;
    border: .09375rem solid #434343;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center;
    color: #000
}

.empty[data-v-9048686e] {
    position: relative;
    width: 100%;
    height: 100%
}

.empty-bg[data-v-9048686e] {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%
}

.empty-content[data-v-9048686e] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem
}

.empty-content-icon[data-v-9048686e] {
    width: 4.5rem;
    height: 4.5rem
}

.empty-content-title[data-v-9048686e] {
    margin-top: 1.25rem;
    color: #000;
    font-family: gilroy-bold;
    font-size: 1.375rem;
    text-align: center
}

.empty-content-wlmDesc[data-v-9048686e] {
    margin-top: .5rem;
    color: #000;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: center
}

.app_bg_gradient[data-v-9e455c2b] {
    position: relative;
    background: #fff
}

.app_bg_gradient[data-v-9e455c2b]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

.app_bg_image[data-v-9e455c2b] {
    background: top/cover repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

.topLevel[data-v-9e455c2b] {
    position: relative;
    z-index: 1000
}

.wrap[data-v-9e455c2b] {
    width: 100vw;
    height: 100%;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    overflow: hidden
}

.hide[data-v-9e455c2b] {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1.5rem;
    position: relative
}

.hide-bg[data-v-9e455c2b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.hide-top[data-v-9e455c2b] {
    position: relative;
    margin-top: 3.125rem;
    width: 100%;
    height: 2.5rem
}

.hide-top-title[data-v-9e455c2b] {
    font-family: gilroy-bold;
    font-size: 1.375rem;
    color: #000
}

.hide-top-btn[data-v-9e455c2b] {
    width: 5.3125rem;
    height: 2.5rem;
    border-radius: 1rem;
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #fff
}

.hide-select[data-v-9e455c2b] {
    position: relative;
    margin: 1.5rem 0;
    width: 100%;
    gap: .75rem
}

.hide-select-item[data-v-9e455c2b] {
    box-sizing: border-box;
    width: calc((100% - .75rem)/2);
    height: 12.5rem;
    background: rgba(255,255,255,.1);
    border: .09375rem solid #ffffff1a;
    border-radius: 1rem;
    padding: 1rem
}

.hide-select-item-selected[data-v-9e455c2b] {
    background: rgba(255,255,255,.3);
    border: .09375rem solid #e082ff
}

.hide-select-item-icon[data-v-9e455c2b] {
    margin-top: .5rem;
    width: 2.5rem;
    height: 2.5rem
}

.hide-select-item-title[data-v-9e455c2b] {
    margin-top: .5rem;
    font-family: gilroy-bold;
    font-size: 1rem;
    color: black;
}

.hide-select-item-title-selected[data-v-9e455c2b] {
    color: #333
}

.hide-select-item-desc[data-v-9e455c2b] {
    margin-top: .5rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    color: black;
}

.hide-select-item-desc-selected[data-v-9e455c2b] {
    color: #595959
}

.hide-close[data-v-9e455c2b] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.875rem;
    height: 1.875rem
}

.wrap[data-v-a94613d4] {
    box-sizing: border-box;
    width: 18.75rem;
    padding: 1.25rem;
    background: #262626;
    border-radius: 1rem;
    overflow: hidden;
    color: #fff
}

.wrap-title[data-v-a94613d4] {
    width: 100%;
    min-height: 3.125rem;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    text-align: center
}

.wrap-desc[data-v-a94613d4] {
    width: 100%;
    min-height: 2.5rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: center;
    color: #d9d9d9
}

.wrap-actions[data-v-a94613d4] {
    box-sizing: border-box;
    margin-top: 1.25rem;
    width: 100%;
    height: 3rem
}

.wrap-actions-item[data-v-a94613d4] {
    width: calc(50% - .5rem);
    height: 100%;
    background: transparent;
    border-radius: 1rem;
    text-align: center
}

.wrap-actions-item-cancel[data-v-a94613d4] {
    border: 1.5px solid var(--Button-color-Button-border, #434343);
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #fff
}

.wrap-actions-item-success[data-v-a94613d4] {
    background: linear-gradient(267.13deg,#e8bd70 5.89%,#edd185 91.38%);
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #000
}

.app_bg_gradient[data-v-0420fc2a] {
    position: relative;
    background: #fff
}

.app_bg_gradient[data-v-0420fc2a]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

.app_bg_image[data-v-0420fc2a] {
    background: top/cover repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

.topLevel[data-v-0420fc2a] {
    position: relative;
    z-index: 1002!important
}

.wrap[data-v-0420fc2a] {
    width: 100vw;
    height: 100%;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    overflow: hidden;
    background: linear-gradient(180deg,#813eff,#5cacce);
    z-index: 1002
}

.hide[data-v-0420fc2a] {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    position: relative
}

.hide-bg[data-v-0420fc2a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.hide-top[data-v-0420fc2a] {
    box-sizing: border-box;
    position: relative;
    margin-top: 2.5rem;
    width: 100%;
    padding: 0 1.25rem
}

.hide-top-image[data-v-0420fc2a] {
    margin: 0 auto;
    height: 3.5rem
}

.hide-top-title[data-v-0420fc2a] {
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    -webkit-text-stroke-width: .11875rem;
    -webkit-text-stroke-color: #fff;
    font-family: Sansita One;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .02188rem
}

.hide-top-desc[data-v-0420fc2a] {
    margin-top: 1.25rem;
    color: #fff;
    text-align: center;
    font-family: Lemon;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .02188rem
}

.hide-image[data-v-0420fc2a],.hide-privilege[data-v-0420fc2a] {
    margin-top: 1.25rem;
    width: 100%
}

.hide-privilege uni-image[data-v-0420fc2a] {
    width: 65.641025641%
}

.hide-btn[data-v-0420fc2a] {
    margin: 1.25rem 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.25rem
}

.hide-btn-entity[data-v-0420fc2a] {
    display: flex;
    width: 100%;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    border-radius: 1.75rem;
    border: .0625rem solid #fff;
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    color: #fff;
    font-family: gilroy-bold;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: -.02rem
}

.hide-close[data-v-0420fc2a] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.875rem;
    height: 1.875rem
}

html[data-v-42f2788a],body[data-v-42f2788a] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-42f2788a] {
    touch-action: none;
    background: #fff
}

body[data-v-42f2788a] {
    position: relative
}

body[data-v-42f2788a]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-42f2788a] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-42f2788a] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-42f2788a] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-42f2788a] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-42f2788a] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-42f2788a] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-42f2788a] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-42f2788a] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-42f2788a] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-42f2788a] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-42f2788a] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-42f2788a] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-42f2788a] {
    display: flex
}

.f-s-c[data-v-42f2788a] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-42f2788a] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-42f2788a] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-42f2788a] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-42f2788a] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-42f2788a] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-42f2788a] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-42f2788a] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-42f2788a] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-42f2788a] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-42f2788a] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-42f2788a] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-42f2788a] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-42f2788a] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-42f2788a] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-42f2788a] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-42f2788a] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-42f2788a] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-42f2788a] .uni-page-refresh {
    z-index: 998
}

[data-v-42f2788a] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.app_bg_gradient[data-v-42f2788a] {
    position: relative;
    background: #fff
}

.app_bg_gradient[data-v-42f2788a]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

.app_bg_image[data-v-42f2788a] {
    background: top/cover repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

[data-v-42f2788a] .uni-navbar__header-btns-left {
    min-width: 0!important
}

[data-v-42f2788a] .uni-navbar__header-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.topLevel[data-v-42f2788a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.page[data-v-42f2788a] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1001
}

.page-bg[data-v-42f2788a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.nav-height[data-v-42f2788a] {
    height: 2.75rem
}

.nav[data-v-42f2788a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.75rem;
    z-index: 299
}

.nav-icon[data-v-42f2788a] {
    position: absolute;
    top: var(--status-bar-height);
    right: 0;
    padding: .3125rem .5rem 1.875rem 1.875rem
}

.nav-icon-img[data-v-42f2788a] {
    width: 2rem;
    height: 2rem
}

.nav-occupying[data-v-42f2788a] {
    height: 2.75rem
}

.lack[data-v-42f2788a] {
    position: relative;
    margin: .75rem;
    margin-bottom: 0;
    border-radius: .75rem;
    border: .0625rem solid #e9b65a;
    background: rgba(0,0,0,.5);
    display: flex;
    padding: .375rem .75rem;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    color: #fff;
    font-family: Gilroy;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem
}

.swiper[data-v-42f2788a] {
    position: relative;
    width: 100%;
    min-height: 16.875rem
}

.swiper-item[data-v-42f2788a] {
    display: block;
    width: 100%;
    height: 100%
}

.swiper-min[data-v-42f2788a] {
    min-height: 14.375rem
}

.pay[data-v-42f2788a] {
    position: relative;
    margin: .75rem 1rem;
    gap: .25rem
}

.pay-item[data-v-42f2788a] {
    box-sizing: border-box;
    width: 100%;
    height: 12.6875rem;
    padding-top: .75rem;
    position: relative
}

.pay-item-content[data-v-42f2788a] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-top: .1875rem;
    padding-bottom: .1875rem;
    border: .0625rem solid #0000001a;
    border-radius: .9375rem;
    background: rgba(255,255,255,.4)
}

.pay-item-content-selected[data-v-42f2788a] {
    margin-top: 0;
    padding-bottom: 0;
    border: .25rem solid #d579fe
}

.pay-item-content-top[data-v-42f2788a] {
    box-sizing: border-box;
    width: 100%;
    padding: .8125rem 0 .5rem
}

.pay-item-content-top-time[data-v-42f2788a] {
    font-family: gilroy-bold;
    font-size: 2.5rem;
    color: #000;
    text-align: center
}

.pay-item-content-top-unit[data-v-42f2788a] {
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #000;
    text-align: center
}

.pay-item-content-save[data-v-42f2788a] {
    width: 100%;
    height: 2rem;
    font-family: gilroy-bold;
    font-size: .75rem;
    text-align: center;
    color: #fff
}

.pay-item-content-save-selected[data-v-42f2788a] {
    background: #d579fe!important;
    color: #fff!important
}

.pay-item-content-save-title[data-v-42f2788a] {
    width: 100%;
    height: 100%;
    padding-top: .25rem;
    background: rgba(0,0,0,.1);
    color: #d579fe
}

.pay-item-content-bottom[data-v-42f2788a] {
    box-sizing: border-box;
    padding: .5rem 0;
    width: 100%;
    height: 2rem;
    flex: 1
}

.pay-item-content-bottom-price[data-v-42f2788a] {
    box-sizing: border-box;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    text-align: center;
    color: #000
}

.pay-item-content-bottom-avarage[data-v-42f2788a] {
    font-family: gilroy-medium;
    font-size: .9375rem;
    text-align: center;
    color: #8c8c8c
}

.pay-item-hot[data-v-42f2788a] {
    position: absolute;
    top: 0;
    margin: 0 auto;
    box-sizing: border-box;
    width: 5rem;
    height: 1.5rem;
    padding-top: .25rem;
    border-radius: .625rem;
    background: #d579fe;
    font-family: gilroy-bold;
    font-size: .6875rem;
    text-align: center;
    color: #fff
}

.pay-item-hot-unselected[data-v-42f2788a] {
    background: #d579fe;
    color: #fff
}

.desc-1[data-v-42f2788a] {
    position: relative;
    margin: 1rem 1rem 0;
    font-family: gilroy-medium;
    font-size: .75rem;
    line-height: .90625rem;
    text-align: center;
    color: #fff
}

.desc-2[data-v-42f2788a] {
    position: relative;
    margin: .75rem 1rem 0;
    font-family: gilroy-regular;
    font-size: .6875rem;
    line-height: 1rem;
    text-align: center;
    color: #d9d9d9
}

.btn[data-v-42f2788a] {
    width: 100%;
    height: 5.6875rem;
    background: linear-gradient(180deg,rgba(255,255,255,0) -14.14%,#fff 26.55%);
    position: fixed;
    bottom: 0;
    left: 0
}

.btn-continue[data-v-42f2788a] {
    width: calc(100% - 4rem);
    height: 3rem;
    margin: 1.6875rem auto 0;
    border-radius: 2rem;
    background: linear-gradient(267.13deg,#dd7fff 5.89%,#9f51f9 91.38%);
    color: #fff;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center
}

.occupying[data-v-42f2788a] {
    height: 5.6875rem
}

.wrap[data-v-16943f80] {
    box-sizing: border-box;
    display: block;
    min-height: 16.875rem;
    width: 100%;
    padding: 1.5rem 1rem;
    position: relative
}

.wrap-icon[data-v-16943f80] {
    width: 100%;
    height: 100%
}

.wrap-title[data-v-16943f80] {
    margin-top: 1rem;
    font-family: gilroy-bold;
    font-size: 28px;
    text-align: center;
    color: #000
}

.wrap-desc[data-v-16943f80] {
    box-sizing: border-box;
    margin-top: 1rem;
    width: 100%;
    font-family: gilroy-regular;
    font-size: 1rem;
    text-align: center;
    text-wrap: wrap;
    color: #000
}

.popup-content[data-v-4c15cc96] {
    box-sizing: border-box;
    background: #fdfdfd;
    color: #000;
    width: 20.9375rem;
    padding: 1.5rem;
    min-height: 13.4375rem;
    border-radius: .75rem;
    border: .03125rem solid #595959
}

.popup-height[data-v-4c15cc96] {
    height: 100%;
    width: 20.3125rem
}

[data-v-4c15cc96] .uni-popup__wrapper {
    background: transparent!important
}

.popup-content[data-v-4c15cc96] {
    padding: 0
}

.popup-wrap[data-v-4c15cc96] {
    position: relative
}

.popup[data-v-4c15cc96] {
    width: 100%
}

.popup-bg[data-v-4c15cc96] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.popup-flag[data-v-4c15cc96] {
    position: relative;
    margin-top: 1.5rem;
    box-sizing: border-box;
    width: 9.625rem;
    height: 9.625rem
}

.popup-title[data-v-4c15cc96] {
    margin-top: 1.5rem;
    font-family: Sansita One;
    font-size: 2rem;
    text-align: center;
    color: #fff
}

.popup-desc[data-v-4c15cc96] {
    margin-top: 1.5rem;
    font-family: gilroy-regular;
    font-size: .9375rem;
    text-align: center;
    color: #d9d9d9
}

.popup-btn[data-v-4c15cc96] {
    position: relative;
    margin: 1.5rem 1rem;
    width: calc(100% - 2rem);
    height: 3rem;
    border-radius: 2rem;
    background: linear-gradient(267.13deg,#e8bd70 5.89%,#edd185 91.38%);
    text-align: center;
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #000
}

.popup-close[data-v-4c15cc96] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.875rem;
    height: 1.875rem
}

.app-page-bg-color[data-v-b9da24b9] {
    background: #fff
}

.app-theme-border-color[data-v-b9da24b9] {
    background: #d579fe
}

.app-theme-btn-colors[data-v-b9da24b9] {
    color: #fff;
    background: linear-gradient(90deg,#e082ff,#9b4ef8)
}

.wrap[data-v-b9da24b9] {
    width: 100%;
    position: relative
}

.wrap-bg[data-v-b9da24b9] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.wrap-content[data-v-b9da24b9] {
    position: relative;
    width: 100%
}

.wrap-content-flag[data-v-b9da24b9] {
    box-sizing: border-box;
    width: 6.125rem;
    height: 6.125rem
}

.wrap-content-title[data-v-b9da24b9] {
    margin-top: 1.25rem;
    font-family: gilroy-bold;
    font-size: 1.75rem;
    text-align: center;
    color: #fff
}

.wrap-content-desc[data-v-b9da24b9] {
    margin: .5rem 1rem 0;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center;
    color: #fff
}

.wrap-content-btn[data-v-b9da24b9] {
    box-sizing: border-box;
    width: calc(100% - 5rem);
    margin-top: 2.5rem;
    height: 3rem;
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center
}

.wrap[data-v-cfb262e7] {
    width: 100%;
    position: relative
}

.wrap-bg[data-v-cfb262e7] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.wrap-content[data-v-cfb262e7] {
    position: relative;
    width: 100%;
    margin-top: 10%
}

.wrap-content-loading[data-v-cfb262e7] {
    width: 3.375rem;
    height: 3.375rem;
    animation: rotate-cfb262e7 2s linear infinite
}

.wrap-content-flag[data-v-cfb262e7] {
    box-sizing: border-box;
    width: 9.625rem;
    height: 9.625rem
}

.wrap-content-title[data-v-cfb262e7] {
    margin-top: 2.5rem;
    font-family: gilroy-bold;
    font-size: 1.75rem;
    text-align: center;
    color: #000
}

.wrap-content-desc[data-v-cfb262e7] {
    margin: 1rem 1rem 0;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center;
    color: #000
}

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

    to {
        transform: rotate(360deg)
    }
}

.app-page-bg-color[data-v-c4e687c6] {
    background: #fff
}

.app-theme-border-color[data-v-c4e687c6] {
    background: #d579fe
}

.app-theme-btn-colors[data-v-c4e687c6] {
    color: #fff;
    background: linear-gradient(90deg,#e082ff,#9b4ef8)
}

.wrap[data-v-c4e687c6] {
    width: 100%;
    position: relative
}

.wrap-bg[data-v-c4e687c6] {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.wrap-content[data-v-c4e687c6] {
    position: relative;
    width: 100%
}

.wrap-content-flag[data-v-c4e687c6] {
    box-sizing: border-box;
    width: 5.5rem;
    height: 5.5rem
}

.wrap-content-title[data-v-c4e687c6] {
    margin-top: 1.875rem;
    font-family: gilroy-bold;
    font-size: 1.75rem;
    text-align: center;
    color: #000
}

.wrap-content-desc[data-v-c4e687c6] {
    margin: .3125rem 1rem 0;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center;
    color: #000
}

.wrap-content-btn[data-v-c4e687c6] {
    box-sizing: border-box;
    width: calc(100% - 5rem);
    margin-top: 2.5rem;
    height: 3rem;
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center
}

.other[data-v-e777c494] {
    box-sizing: border-box;
    width: 100%;
    min-height: 2rem;
    padding: 0 1rem;
    margin-bottom: 1rem
}

.avatar[data-v-e777c494] {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem
}

.body[data-v-e777c494] {
    box-sizing: border-box;
    margin-left: .5rem;
    max-width: 69.7435897436%;
    min-height: .75rem;
    padding: .75rem 1rem;
    border-radius: .75rem;
    background: rgba(0,0,0,.1);
    text-wrap: wrap;
    font-family: gilroy-medium;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    color: #000
}

.my[data-v-d9136041] {
    box-sizing: border-box;
    width: 100%;
    min-height: 2rem;
    padding: 0 1rem;
    margin-bottom: 1rem
}

.body[data-v-d9136041] {
    box-sizing: border-box;
    text-wrap: wrap;
    font-family: gilroy-medium;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    color: #000
}

.icon[data-v-d9136041] {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem
}

.text[data-v-d9136041] {
    max-width: 69.7435897436%;
    min-height: .75rem;
    padding: .75rem 1rem;
    border-radius: .75rem;
    word-break: break-word;
    background: #f6e1ff;
    color: #000
}

.warn[data-v-d9136041] {
    font-family: gilroy-medium;
    font-size: .8125rem;
    font-weight: 500;
    color: #bfbfbf;
    height: 1.875rem
}

.time[data-v-0ecdb16b] {
    box-sizing: border-box;
    width: 100%;
    min-height: .75rem;
    padding: .5rem 0
}

.text[data-v-0ecdb16b] {
    text-align: center;
    font-family: gilroy-regular;
    font-size: .75rem;
    color: #8c8c8c
}

.time[data-v-2c375483] {
    box-sizing: border-box;
    width: 100%;
    min-height: 2.25rem;
    padding: .5rem 0
}

.content[data-v-2c375483] {
    box-sizing: border-box;
    text-align: center;
    min-width: 7.375rem;
    padding: 0 .75rem;
    height: 2.25rem;
    border-radius: .75rem;
    background: #434343
}

.image[data-v-2c375483] {
    width: 1.25rem;
    height: 1.25rem
}

.text[data-v-2c375483] {
    margin-left: .5rem;
    font-family: gilroy-medium;
    font-size: .8125rem;
    text-align: center
}

.wrap[data-v-28fb0a82] {
    box-sizing: border-box;
    width: 100%;
    min-height: 2rem;
    padding: 0 1rem;
    margin-bottom: 1rem
}

.body[data-v-28fb0a82] {
    box-sizing: border-box;
    width: 69.7435897436%;
    min-width: 69.7435897436%;
    min-height: .75rem;
    border-radius: .75rem
}

.body-padding[data-v-28fb0a82] {
    padding: .75rem 0
}

.avatar[data-v-28fb0a82] {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem
}

.icon[data-v-28fb0a82] {
    width: 1.5rem;
    height: 1.5rem
}

.image[data-v-28fb0a82] {
    box-sizing: border-box;
    margin-left: .5rem;
    width: 45.8974358974vw;
    border-radius: .75rem;
    background: rgba(255,255,255,.1)
}

.warn[data-v-28fb0a82] {
    font-family: gilroy-medium;
    font-size: .8125rem;
    font-weight: 500;
    color: #bfbfbf;
    height: 1.875rem
}

.wrap[data-v-3decd894] {
    box-sizing: border-box;
    width: 100%;
    min-height: 2rem;
    padding: 0 1rem;
    margin-bottom: 1rem
}

.wrap-content[data-v-3decd894] {
    width: 100%
}

.body[data-v-3decd894] {
    box-sizing: border-box;
    width: 69.7435897436%;
    min-width: 69.7435897436%;
    min-height: .75rem;
    border-radius: .75rem
}

.body-padding[data-v-3decd894] {
    padding: .75rem 0
}

.avatar[data-v-3decd894] {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem
}

.icon[data-v-3decd894] {
    width: 1.5rem;
    height: 1.5rem
}

.image[data-v-3decd894] {
    position: relative;
    box-sizing: border-box;
    width: 45.8974358974vw;
    height: 61.1965811966vw;
    margin-left: .5rem;
    border-radius: .75rem;
    overflow: hidden
}

.image-thumb[data-v-3decd894] {
    box-sizing: border-box;
    width: 45.8974358974vw;
    border-radius: .75rem;
    background: rgba(255,255,255,.1)
}

.image-video[data-v-3decd894] {
    position: absolute;
    left: .5rem;
    top: .5rem;
    width: 1.75rem;
    height: 1.25rem
}

.warn[data-v-3decd894] {
    font-family: gilroy-medium;
    font-size: .8125rem;
    font-weight: 500;
    color: #bfbfbf;
    height: 1.875rem
}

html[data-v-4ae8e2d2],body[data-v-4ae8e2d2] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-4ae8e2d2] {
    touch-action: none;
    background: #fff
}

body[data-v-4ae8e2d2] {
    position: relative
}

body[data-v-4ae8e2d2]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-4ae8e2d2] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-4ae8e2d2] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-4ae8e2d2] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-4ae8e2d2] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-4ae8e2d2] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-4ae8e2d2] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-4ae8e2d2] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-4ae8e2d2] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-4ae8e2d2] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-4ae8e2d2] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-4ae8e2d2] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-4ae8e2d2] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-4ae8e2d2] {
    display: flex
}

.f-s-c[data-v-4ae8e2d2] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-4ae8e2d2] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-4ae8e2d2] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-4ae8e2d2] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-4ae8e2d2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-4ae8e2d2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-4ae8e2d2] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-4ae8e2d2] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-4ae8e2d2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-4ae8e2d2] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-4ae8e2d2] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-4ae8e2d2] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-4ae8e2d2] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-4ae8e2d2] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-4ae8e2d2] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-4ae8e2d2] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-4ae8e2d2] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-4ae8e2d2] .uni-page-refresh {
    z-index: 998
}

[data-v-4ae8e2d2] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.connected[data-v-4ae8e2d2] {
    box-sizing: border-box;
    width: 100%;
    min-height: 8rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
    background: transparent
}

.body[data-v-4ae8e2d2] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    background: #f6e1ff;
    border: .0625rem solid #d367ff;
    border-radius: .75rem
}

.body-top[data-v-4ae8e2d2] {
    width: 100%
}

.body-top-circle[data-v-4ae8e2d2] {
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    border: .0625rem solid #e9b65a
}

.body-top-avatar[data-v-4ae8e2d2] {
    box-sizing: border-box;
    width: 1.9375rem;
    height: 1.9375rem;
    border-radius: .96875rem;
    border: .125rem solid #0b0b0b
}

.body-top-name[data-v-4ae8e2d2] {
    margin-left: .75rem;
    max-width: calc(100% - 2.75rem);
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden
}

.body-content[data-v-4ae8e2d2] {
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: .5rem
}

.body-content-tag[data-v-4ae8e2d2] {
    box-sizing: border-box;
    height: 1.75rem;
    border-radius: .875rem;
    padding: 0 .75rem;
    background: linear-gradient(90deg,rgba(188,128,255,.8),rgba(132,102,255,.8));
    color: #fff;
    font-family: gilroy-bold;
    font-size: .9375rem
}

.body-medias[data-v-4ae8e2d2] {
    margin-top: 1rem;
    width: 100%;
    height: auto
}

.body-medias-item[data-v-4ae8e2d2] {
    position: relative;
    width: calc(50% - .3125rem);
    height: calc((100vw - 4rem)/2);
    overflow: hidden;
    border-radius: .75rem;
    background: rgba(0,0,0,.1)
}

.body-medias-item-image[data-v-4ae8e2d2] {
    position: absolute;
    width: 100%;
    height: 100%
}

.body-medias-item-icon[data-v-4ae8e2d2] {
    width: 2.375rem;
    height: 2.375rem;
    margin: 0 auto;
    transform: translateY(-.9375rem)
}

.body-medias-item-text[data-v-4ae8e2d2] {
    position: absolute;
    left: .5rem;
    bottom: .5rem
}

.body-medias-item-title[data-v-4ae8e2d2] {
    font-family: gilroy-bold;
    font-size: .9375rem;
    color: #fff
}

.body-medias-item-desc[data-v-4ae8e2d2] {
    margin-top: .25rem;
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #8c8c8c
}

.body-medias-item-full[data-v-4ae8e2d2] {
    color: #8fe673
}

.body-medias-item-type[data-v-4ae8e2d2] {
    width: 1.75rem;
    height: 1.25rem;
    position: absolute;
    left: .5rem;
    top: .5rem
}

.private-flag[data-v-4ae8e2d2] {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.75rem;
    height: 6.75rem
}

html[data-v-adabb65e],body[data-v-adabb65e] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-adabb65e] {
    touch-action: none;
    background: #fff
}

body[data-v-adabb65e] {
    position: relative
}

body[data-v-adabb65e]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-adabb65e] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-adabb65e] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-adabb65e] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-adabb65e] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-adabb65e] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-adabb65e] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-adabb65e] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-adabb65e] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-adabb65e] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-adabb65e] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-adabb65e] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-adabb65e] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-adabb65e] {
    display: flex
}

.f-s-c[data-v-adabb65e] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-adabb65e] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-adabb65e] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-adabb65e] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-adabb65e] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-adabb65e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-adabb65e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-adabb65e] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-adabb65e] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-adabb65e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-adabb65e] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-adabb65e] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-adabb65e] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-adabb65e] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-adabb65e] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-adabb65e] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-adabb65e] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-adabb65e] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-adabb65e] .uni-page-refresh {
    z-index: 998
}

[data-v-adabb65e] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.wrap[data-v-adabb65e] {
    box-sizing: border-box;
    width: 100%;
    min-height: 2rem;
    padding: 0 1rem;
    margin-bottom: 1rem
}

.body[data-v-adabb65e] {
    box-sizing: border-box;
    width: 69.7435897436%;
    min-width: 69.7435897436%;
    min-height: .75rem;
    border-radius: .75rem
}

.body-left[data-v-adabb65e] {
    margin-left: .5rem
}

.body-padding[data-v-adabb65e] {
    padding: .75rem 0
}

.avatar[data-v-adabb65e] {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem
}

.image[data-v-adabb65e] {
    width: 45.8974358974vw;
    max-height: 59.4871794872vw;
    overflow: hidden;
    border-radius: .75rem;
    position: relative
}

.image-video[data-v-adabb65e] {
    box-sizing: border-box;
    width: 45.8974358974vw;
    height: 61.1965811966vw;
    border-radius: .75rem;
    background: rgba(255,255,255,.1)
}

.image-content[data-v-adabb65e] {
    box-sizing: border-box;
    width: 100%;
    max-height: 61.1965811966vw;
    border-radius: .75rem;
    background: rgba(255,255,255,.1);
    pointer-events: none
}

.image-cover[data-v-adabb65e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-cover-container[data-v-adabb65e] {
    position: relative;
    width: 100%;
    height: 100%
}

.image-cover-icon[data-v-adabb65e] {
    width: 2.375rem;
    height: 2.375rem
}

.image-cover-title[data-v-adabb65e] {
    margin-top: .5rem;
    color: #fff;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    text-align: center
}

.image-cover-tags[data-v-adabb65e] {
    flex-wrap: wrap;
    position: absolute;
    left: .25rem;
    bottom: .25rem;
    width: calc(100% - .5rem);
    min-height: 1.375rem;
    gap: .125rem
}

.image-cover-tags-item[data-v-adabb65e] {
    background: rgba(0,0,0,.7);
    box-sizing: border-box;
    height: 1.375rem;
    padding: 0 .5rem;
    border-radius: .6875rem;
    font-family: gilroy-medium;
    font-size: .75rem;
    color: rgba(255,255,255,.8)
}

.fire[data-v-adabb65e] {
    position: absolute;
    right: .5rem;
    bottom: .5rem
}

.camera[data-v-adabb65e] {
    position: absolute;
    left: .5rem;
    top: .5rem;
    width: 1.75rem;
    height: 1.25rem
}

html[data-v-3efad43f],body[data-v-3efad43f] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-3efad43f] {
    touch-action: none;
    background: #fff
}

body[data-v-3efad43f] {
    position: relative
}

body[data-v-3efad43f]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-3efad43f] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-3efad43f] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-3efad43f] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-3efad43f] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-3efad43f] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-3efad43f] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-3efad43f] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-3efad43f] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-3efad43f] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-3efad43f] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-3efad43f] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-3efad43f] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-3efad43f] {
    display: flex
}

.f-s-c[data-v-3efad43f] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-3efad43f] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-3efad43f] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-3efad43f] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-3efad43f] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-3efad43f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-3efad43f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-3efad43f] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-3efad43f] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-3efad43f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-3efad43f] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-3efad43f] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-3efad43f] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-3efad43f] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-3efad43f] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-3efad43f] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-3efad43f] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-3efad43f] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-3efad43f] .uni-page-refresh {
    z-index: 998
}

[data-v-3efad43f] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.wrap[data-v-3efad43f] {
    box-sizing: border-box;
    width: 100%;
    min-height: 2rem;
    padding: 0 1rem;
    margin-bottom: 1rem
}

.body[data-v-3efad43f] {
    box-sizing: border-box;
    width: 69.7435897436%;
    min-width: 69.7435897436%;
    min-height: .75rem;
    border-radius: .75rem
}

.body-left[data-v-3efad43f] {
    margin-left: .5rem
}

.body-padding[data-v-3efad43f] {
    padding: .75rem 1rem
}

.avatar[data-v-3efad43f] {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem
}

.holder[data-v-3efad43f] {
    position: relative;
    padding: .78125rem
}

.holder-bg[data-v-3efad43f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image[data-v-3efad43f] {
    width: 45.8974358974vw;
    max-height: 59.4871794872vw;
    overflow: hidden;
    border-radius: .75rem;
    position: relative;
    border: .0625rem solid #ffffff
}

.image-content[data-v-3efad43f] {
    box-sizing: border-box;
    width: 100%;
    border-radius: .75rem;
    background: rgba(255,255,255,.1)
}

.image-cover[data-v-3efad43f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-cover-container[data-v-3efad43f] {
    width: 100%;
    height: 100%
}

.image-cover-icon[data-v-3efad43f] {
    width: 2.375rem;
    height: 2.375rem
}

.image-cover-title[data-v-3efad43f] {
    margin-top: .5rem;
    color: #fff;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    text-align: center
}

.image-cover-tags[data-v-3efad43f] {
    flex-wrap: wrap;
    position: absolute;
    left: .25rem;
    bottom: .25rem;
    width: calc(100% - .5rem);
    min-height: 1.375rem;
    gap: .125rem
}

.image-cover-tags-item[data-v-3efad43f] {
    background: rgba(0,0,0,.7);
    box-sizing: border-box;
    height: 1.375rem;
    padding: 0 .5rem;
    border-radius: .6875rem;
    font-family: gilroy-medium;
    font-size: .75rem;
    color: rgba(255,255,255,.8)
}

.fire[data-v-3efad43f] {
    position: absolute;
    right: .5rem;
    bottom: .5rem
}

.camera[data-v-3efad43f] {
    position: absolute;
    left: .5rem;
    top: .5rem;
    width: 1.75rem;
    height: 1.25rem
}

.time[data-v-971cf745] {
    box-sizing: border-box;
    width: 100%;
    min-height: .75rem;
    padding: .5rem 0
}

.text[data-v-971cf745] {
    text-align: center;
    font-family: gilroy-regular;
    font-size: .75rem;
    color: #8c8c8c
}

html[data-v-30cefd3e],body[data-v-30cefd3e] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-30cefd3e] {
    touch-action: none;
    background: #fff
}

body[data-v-30cefd3e] {
    position: relative
}

body[data-v-30cefd3e]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-30cefd3e] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-30cefd3e] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-30cefd3e] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-30cefd3e] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-30cefd3e] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-30cefd3e] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-30cefd3e] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-30cefd3e] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-30cefd3e] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-30cefd3e] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-30cefd3e] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-30cefd3e] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-30cefd3e] {
    display: flex
}

.f-s-c[data-v-30cefd3e] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-30cefd3e] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-30cefd3e] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-30cefd3e] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-30cefd3e] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-30cefd3e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-30cefd3e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-30cefd3e] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-30cefd3e] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-30cefd3e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-30cefd3e] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-30cefd3e] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-30cefd3e] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-30cefd3e] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-30cefd3e] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-30cefd3e] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-30cefd3e] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-30cefd3e] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-30cefd3e] .uni-page-refresh {
    z-index: 998
}

[data-v-30cefd3e] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.wrap[data-v-30cefd3e] {
    width: 100%
}

.occupying[data-v-30cefd3e] {
    height: 4rem
}

.ve__input[data-v-267056ab] {
    display: inline-flex;
    color: #606266;
    caret-color: #409eff;
    cursor: text;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 100%;
    position: relative
}

.ve__input-wrapper[data-v-267056ab] {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 1px 11px;
    transition: background-color .2s,border-color .2s,box-shadow .2s
}

.ve__input-wrapper[data-v-267056ab]:hover {
    border-color: #c0c4cc
}

.ve__input.is-focus .ve__input-wrapper[data-v-267056ab],.ve__input-wrapper[data-v-267056ab]:focus-within {
    border-color: #409eff;
    box-shadow: 0 0 0 2px #d9ecff;
    z-index: 11
}

.ve__input-inner[data-v-267056ab] {
    background: none;
    color: #606266;
    font-size: inherit;
    font-family: system-ui;
    border: 0;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    text-align: inherit;
    height: calc(100% - 2px);
    line-height: calc(100% - 2px);
    width: 100%;
    appearance: none;
    -webkit-appearance: none
}

.ve__input-inner[data-v-267056ab]::placeholder {
    color: #c0c4cc
}

.ve__input--group[data-v-267056ab] {
    display: inline-flex;
    align-items: stretch;
    width: 100%
}

.ve__input--group__prepend>.ve__input-wrapper[data-v-267056ab] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ve__input--group__append>.ve__input-wrapper[data-v-267056ab] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ve__input--group>.ve__input-wrapper[data-v-267056ab]:hover {
    position: relative;
    z-index: 10
}

.ve__input--prepend[data-v-267056ab],.ve__input--append[data-v-267056ab] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f7fa;
    color: #909399;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 11px;
    white-space: nowrap;
    position: relative
}

.ve__input--prepend[data-v-267056ab] {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ve__input--append[data-v-267056ab] {
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ve__input--prepend .ve__select[data-v-267056ab],.ve__input--append .ve__select[data-v-267056ab] {
    margin: 0 -11px
}

.ve__input--prepend .ve__select .ve__input-wrapper[data-v-267056ab],.ve__input--append .ve__select .ve__input-wrapper[data-v-267056ab] {
    background-color: inherit;
    margin: 0 -1px
}

.ve__input--prepend .ve__select .ve__input-wrapper[data-v-267056ab] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ve__input--append .ve__select .ve__input-wrapper[data-v-267056ab] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ve__input--prefix[data-v-267056ab],.ve__input--suffix[data-v-267056ab] {
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    color: #c0c4cc;
    font-size: 14px;
    text-align: center;
    height: 100%
}

.ve__input--prefix__inner[data-v-267056ab],.ve__input--suffix__inner[data-v-267056ab] {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.ve__input-clear[data-v-267056ab],.ve__input-password[data-v-267056ab] {
    color: #c0c4cc;
    cursor: pointer;
    transition: all .3s
}

.ve__input-limitword[data-v-267056ab] {
    color: #c0c4cc;
    font-size: 12px
}

.ve__input-clear[data-v-267056ab]:hover,.ve__input-password[data-v-267056ab]:hover {
    color: #909399
}

.ve__input.is-search .ve__input--append[data-v-267056ab] {
    border: 0;
    padding: 0
}

.ve__input.is-search .ve__input--append .ve__button[data-v-267056ab] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: inherit;
    margin-left: -1px;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%
}

.ve__input.is-readonly[data-v-267056ab],.ve__input.is-readonly .ve__input-inner[data-v-267056ab] {
    cursor: default
}

.ve__input.is-disabled[data-v-267056ab] {
    cursor: not-allowed
}

.ve__input.is-disabled .ve__input-wrapper[data-v-267056ab] {
    background-color: #f5f7fa;
    border-color: #e4e7ed
}

.ve__input.is-disabled .ve__input-wrapper[data-v-267056ab]:hover {
    border-color: #e4e7ed
}

.ve__input.is-disabled .ve__input-inner[data-v-267056ab] {
    color: #e4e7ed;
    cursor: not-allowed
}

.ve__input.is-circle .ve__input-wrapper[data-v-267056ab] {
    border-radius: 100px
}

.ve__input--large[data-v-267056ab] {
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

.ve__input--large .ve__input-wrapper[data-v-267056ab] {
    padding: 1px 15px
}

.ve__input--small[data-v-267056ab] {
    font-size: 12px;
    height: 24px;
    line-height: 24px
}

.ve__input--small .ve__input-wrapper[data-v-267056ab] {
    padding: 1px 7px
}

.ve__input--textarea[data-v-267056ab] {
    height: auto;
    line-height: unset
}

.ve__input--textarea .ve__input-wrapper[data-v-267056ab] {
    padding: 8px 11px
}

.ve__input--textarea.is-resizable .ve__input-wrapper[data-v-267056ab] {
    resize: vertical;
    min-height: 32px
}

.ve__input--textarea .ve__textarea-inner[data-v-267056ab] {
    font-family: arial;
    resize: none;
    overflow: auto;
    line-height: 16.8px
}

.ve__input--textarea .ve__input-limitword[data-v-267056ab] {
    position: absolute;
    bottom: 9px;
    right: 18px
}

.ve__input--textarea .ve__textarea-inner[data-v-267056ab]::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.ve__input--textarea .ve__textarea-inner[data-v-267056ab]::-webkit-scrollbar-track {
    background-color: #f3f3f3
}

.ve__input--textarea .ve__textarea-inner[data-v-267056ab]::-webkit-scrollbar-track-piece {
    background: #f3f3f3
}

.ve__input--textarea .ve__textarea-inner[data-v-267056ab]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    border-radius: 15px;
    min-height: 15px;
    width: 3px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ve__input--textarea .ve__textarea-inner[data-v-267056ab]::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

.ve__input--textarea .ve__textarea-inner[data-v-267056ab]::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,.5)
}

html[data-v-20ff50e7],body[data-v-20ff50e7] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-20ff50e7] {
    touch-action: none;
    background: #fff
}

body[data-v-20ff50e7] {
    position: relative
}

body[data-v-20ff50e7]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-20ff50e7] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-20ff50e7] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-20ff50e7] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-20ff50e7] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-20ff50e7] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-20ff50e7] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-20ff50e7] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-20ff50e7] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-20ff50e7] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-20ff50e7] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-20ff50e7] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-20ff50e7] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-20ff50e7] {
    display: flex
}

.f-s-c[data-v-20ff50e7] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-20ff50e7] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-20ff50e7] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-20ff50e7] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-20ff50e7] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-20ff50e7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-20ff50e7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-20ff50e7] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-20ff50e7] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-20ff50e7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-20ff50e7] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-20ff50e7] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-20ff50e7] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-20ff50e7] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-20ff50e7] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-20ff50e7] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-20ff50e7] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-20ff50e7] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-20ff50e7] .uni-page-refresh {
    z-index: 998
}

[data-v-20ff50e7] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

[data-v-20ff50e7] .ve__input-wrapper {
    background: transparent;
    border: none!important;
    box-shadow: none!important;
    padding: .1875rem .3125rem!important;
    padding-right: 0!important
}

[data-v-20ff50e7] .uni-textarea-placeholder {
    color: #8c8c8c!important;
    font-family: gilroy-medium!important;
    font-size: 1rem!important
}

[data-v-20ff50e7] .ve__textarea-inner {
    color: #000!important;
    font-family: gilroy-medium!important;
    font-size: 1rem!important;
    line-height: 1.125rem!important
}

.wrap[data-v-20ff50e7] {
    box-sizing: border-box;
    width: 100%;
    min-height: 4rem;
    padding: 0;
    padding-bottom: var(--safearea-bottom);
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0
}

.wrap-top[data-v-20ff50e7] {
    box-sizing: border-box;
    width: 100%;
    padding: 0 .5rem;
    min-height: 4rem;
    background: #fdfdfd
}

.icon[data-v-20ff50e7] {
    width: 2rem;
    height: 2rem
}

.input-container[data-v-20ff50e7] {
    flex: 1;
    background: #f0f0f0;
    min-height: 3rem;
    border-radius: 3rem;
    padding: 0 1rem;
    margin: .5rem 0 .5rem .5rem
}

.input[data-v-20ff50e7] {
    height: 100%;
    padding: .5rem;
    padding-right: 0;
    padding-left: 0;
    flex: 1
}

.input-arrow[data-v-20ff50e7] {
    margin-left: .5rem;
    width: 1.75rem;
    height: 1.75rem
}

.photos[data-v-20ff50e7] {
    width: 100%;
    height: 12.5rem;
    background: #f5f5f5
}

.photos-area[data-v-20ff50e7] {
    width: 50%;
    height: 100%
}

.photos-item-icon[data-v-20ff50e7] {
    width: 4.5rem;
    height: 4.5rem
}

.photos-item-label[data-v-20ff50e7] {
    margin-top: .75rem;
    font-family: gilroy-medium;
    font-size: 1rem;
    color: #000
}

.app_bg_gradient[data-v-f889aa2e] {
    position: relative;
    background: #fff
}

.app_bg_gradient[data-v-f889aa2e]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

.app_bg_image[data-v-f889aa2e] {
    background: top/cover repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

.app-page-bg-color[data-v-f889aa2e] {
    background: #fff
}

.app-theme-border-color[data-v-f889aa2e] {
    background: #d579fe
}

.app-theme-btn-colors[data-v-f889aa2e] {
    color: #fff;
    background: linear-gradient(90deg,#e082ff,#9b4ef8)
}

.topLevel[data-v-f889aa2e] {
    position: absolute;
    z-index: 1000
}

.wrap[data-v-f889aa2e] {
    width: 100vw;
    height: 100%
}

.private[data-v-f889aa2e] {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem
}

.private-bg[data-v-f889aa2e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.private-bg2[data-v-f889aa2e] {
    position: absolute;
    top: 5.5rem;
    width: 91.0256410256vw;
    margin: 0 auto
}

.private-content[data-v-f889aa2e] {
    position: relative;
    margin-top: 2.5rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem
}

.private-content-icon[data-v-f889aa2e] {
    width: 3.5rem;
    height: 3.5rem
}

.private-content-title[data-v-f889aa2e] {
    margin-top: 2rem;
    font-family: gilroy-bold;
    font-size: 1.75rem;
    text-align: center;
    color: #333
}

.private-content-desc[data-v-f889aa2e] {
    margin-top: .25rem;
    font-family: gilroy-regular;
    font-size: 1rem;
    text-align: center;
    color: #595959
}

.private-content-title1[data-v-f889aa2e] {
    margin-top: 1.5rem;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center;
    color: #333
}

.private-content-desc1[data-v-f889aa2e] {
    margin-top: .25rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: center;
    color: #595959
}

.private-content-btn[data-v-f889aa2e] {
    margin: 1.5625rem 2.5rem 1.5rem;
    width: 100%;
    height: 3rem;
    text-align: center;
    font-family: gilroy-bold;
    font-size: 1rem;
    border-radius: 2rem
}

.private-content-close[data-v-f889aa2e] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.875rem;
    height: 1.875rem
}

.uni-load-more[data-v-13bb0eea] {
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    justify-content: center
}

.uni-load-more__text[data-v-13bb0eea] {
    font-size: 14px;
    margin-left: 8px
}

.uni-load-more__img[data-v-13bb0eea] {
    width: 24px;
    height: 24px
}

.uni-load-more__img--nvue[data-v-13bb0eea] {
    color: #666
}

.uni-load-more__img--android[data-v-13bb0eea],.uni-load-more__img--ios[data-v-13bb0eea] {
    width: 24px;
    height: 24px;
    transform: rotate(0)
}

.uni-load-more__img--android[data-v-13bb0eea] {
    animation: loading-ios 1s 0s linear infinite
}

@keyframes loading-android-13bb0eea {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.uni-load-more__img--ios-H5[data-v-13bb0eea] {
    position: relative;
    animation: loading-ios-H5-13bb0eea 1s 0s step-end infinite
}

.uni-load-more__img--ios-H5 uni-image[data-v-13bb0eea] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

@keyframes loading-ios-H5-13bb0eea {
    0% {
        transform: rotate(0)
    }

    8% {
        transform: rotate(30deg)
    }

    16% {
        transform: rotate(60deg)
    }

    24% {
        transform: rotate(90deg)
    }

    32% {
        transform: rotate(120deg)
    }

    40% {
        transform: rotate(150deg)
    }

    48% {
        transform: rotate(180deg)
    }

    56% {
        transform: rotate(210deg)
    }

    64% {
        transform: rotate(240deg)
    }

    73% {
        transform: rotate(270deg)
    }

    82% {
        transform: rotate(300deg)
    }

    91% {
        transform: rotate(330deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.uni-load-more__img--android-H5[data-v-13bb0eea] {
    animation: loading-android-H5-rotate-13bb0eea 2s linear infinite;
    transform-origin: center center
}

.uni-load-more__img--android-H5 circle[data-v-13bb0eea] {
    display: inline-block;
    animation: loading-android-H5-dash-13bb0eea 1.5s ease-in-out infinite;
    stroke: currentColor;
    stroke-linecap: round
}

@keyframes loading-android-H5-rotate-13bb0eea {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loading-android-H5-dash-13bb0eea {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120
    }
}

.wrap[data-v-b85dd29a] {
    position: relative;
    width: calc((100% - .1875rem) / 3);
    height: calc((100vw - .1875rem) / 3 * 172 / 129);
    background: rgba(255,255,255,.3)
}

.camera[data-v-b85dd29a] {
    width: 100%;
    height: 100%
}

.camera-icon[data-v-b85dd29a] {
    width: 1.5rem;
    height: 1.5rem
}

.photo[data-v-b85dd29a] {
    width: 100%;
    height: 100%;
    position: relative
}

.photo-image[data-v-b85dd29a] {
    width: 100%;
    height: 100%
}

.photo-camera[data-v-b85dd29a] {
    position: absolute;
    top: .5rem;
    left: .5rem;
    box-sizing: border-box;
    height: 1.3125rem;
    border-radius: .65625rem;
    padding: 0 .5rem;
    background: rgba(0,0,0,.5)
}

.photo-camera-icon[data-v-b85dd29a] {
    width: .75rem;
    height: .75rem
}

.photo-camera-duration[data-v-b85dd29a] {
    margin-left: .25rem;
    font-family: gilroy-regular;
    font-size: .6875rem
}

.photo-select[data-v-b85dd29a] {
    position: absolute;
    top: .25rem;
    right: .25rem;
    width: 1.5rem;
    height: 1.5rem
}

.loading[data-v-b85dd29a] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.right-bottom[data-v-b85dd29a] {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    padding: 1.25rem .25rem .25rem 1.25rem
}

.right-bottom-img[data-v-b85dd29a] {
    width: 1.75rem;
    height: 1.75rem
}

.wrap[data-v-11a7e8b3] {
    height: 1.5rem;
    box-sizing: border-box;
    padding: 0 .5rem 0 .3125rem;
    border-radius: .75rem;
    background: rgba(0,0,0,.1)
}

.wrap-hide[data-v-11a7e8b3] {
    background: linear-gradient(90deg,#e082ff,#9b4ef8)
}

.wrap-eye[data-v-11a7e8b3] {
    width: 1rem;
    height: 1rem
}

.wrap-text[data-v-11a7e8b3] {
    font-family: gilroy-regular;
    font-weight: 700;
    font-size: .6875rem;
    text-align: center;
    color: #fff
}

.head[data-v-3f5e9589] {
    position: relative;
    width: 100%
}

.head-vip[data-v-3f5e9589] {
    width: 2.5rem;
    height: 2.04375rem
}

.head-avatar[data-v-3f5e9589] {
    box-sizing: border-box;
    width: 5.5rem;
    height: 5.5rem;
    background: #595959;
    border-radius: 2.75rem;
    border: .25rem solid #D0D0D0;
    overflow: hidden
}

.head-avatar-vip[data-v-3f5e9589] {
    border: .25rem solid #D579FE
}

.head-empty[data-v-3f5e9589] {
    width: 2.5rem;
    height: 2.5rem
}

.head-url[data-v-3f5e9589] {
    width: 100%;
    height: 100%
}

.head-edit[data-v-3f5e9589] {
    margin-top: -.9375rem;
    width: 3.375rem;
    max-height: 1.5rem
}

.head-login[data-v-3f5e9589] {
    margin-top: .25rem;
    font-family: gilroy-bold;
    font-size: 1.375rem;
    text-align: center;
    color: #fff
}

.head-info[data-v-3f5e9589] {
    margin-top: .25rem;
    font-family: gilroy-bold;
    font-size: 1.375rem;
    text-align: center;
    color: #000
}

.head-hide[data-v-3f5e9589] {
    margin-top: .1875rem;
    width: 7.5rem;
    height: 100%
}

.popup-content[data-v-257f857a] {
    box-sizing: border-box;
    background: #fdfdfd;
    color: #000;
    width: 20.9375rem;
    padding: 1.5rem;
    min-height: 13.4375rem;
    border-radius: .75rem;
    border: .03125rem solid #595959
}

.popup-height[data-v-257f857a] {
    height: 100%;
    width: 20.3125rem
}

[data-v-257f857a] .uni-popup__wrapper {
    background: transparent!important
}

.popup-wrap[data-v-257f857a] {
    width: 100%
}

.popup-title[data-v-257f857a] {
    text-wrap: wrap;
    text-align: center;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    line-height: 1.5625rem
}

.popup-desc[data-v-257f857a] {
    margin-top: 1rem;
    text-align: center;
    font-family: gilroy-regular;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #595959
}

.popup-actions[data-v-257f857a] {
    margin-top: 1rem;
    width: 100%
}

.popup-actions-btn[data-v-257f857a] {
    width: calc(50% - .5rem);
    height: 3rem;
    text-align: center;
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem
}

.cancel[data-v-257f857a] {
    border: .09375rem solid #434343;
    color: #000
}

.confirm[data-v-257f857a] {
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    color: #fff
}

.popup-content[data-v-257f857a] {
    min-height: auto!important
}

.popup-content[data-v-8452dba5] {
    box-sizing: border-box;
    background: #fdfdfd;
    color: #000;
    width: 20.9375rem;
    padding: 1.5rem;
    min-height: 13.4375rem;
    border-radius: .75rem;
    border: .03125rem solid #595959
}

.popup-height[data-v-8452dba5] {
    height: 100%;
    width: 20.3125rem
}

[data-v-8452dba5] .uni-popup__wrapper {
    background: transparent!important
}

.popup-wrap[data-v-8452dba5] {
    width: 100%
}

.popup-title[data-v-8452dba5] {
    text-wrap: wrap;
    text-align: center;
    font-family: gilroy-bold;
    font-size: 1.25rem;
    line-height: 1.5625rem
}

.popup-desc[data-v-8452dba5] {
    margin-top: 1rem;
    text-align: center;
    font-family: gilroy-regular;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #595959
}

.popup-hide[data-v-8452dba5] {
    margin-top: 1.5rem;
    width: 100%;
    height: 3rem;
    border-radius: 2rem;
    background: linear-gradient(90deg,#e082ff,#9b4ef8);
    color: #fff;
    font-family: gilroy-regular;
    font-size: 1rem;
    font-weight: 700
}

.popup-delete[data-v-8452dba5] {
    margin-top: 1rem;
    width: 100%;
    font-family: gilroy-bold;
    font-size: .8125rem;
    text-align: center;
    color: #595959;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.popup-close[data-v-8452dba5] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.875rem;
    height: 1.875rem
}

.wrap[data-v-c2b7eb45] {
    box-sizing: border-box;
    width: 100%;
    min-height: 3.875rem;
    padding: .5rem 1rem;
    gap: .5rem
}

.content[data-v-c2b7eb45] {
    box-sizing: border-box;
    width: calc(100% - 2rem);
    flex: 1
}

.content-title[data-v-c2b7eb45] {
    max-width: 100%;
    box-sizing: border-box;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center;
    color: #000
}

.content-desc[data-v-c2b7eb45] {
    box-sizing: border-box;
    max-width: 100%;
    margin-top: .25rem;
    font-family: gilroy-regular;
    font-size: 1rem;
    text-align: left;
    color: #8c8c8c;
    word-wrap: break-word
}

.content-desc-value[data-v-c2b7eb45] {
    max-width: 100%
}

.content-desc-empty[data-v-c2b7eb45] {
    color: #c333ff
}

.arrow[data-v-c2b7eb45] {
    width: 1.5rem;
    height: 1.5rem
}

html[data-v-4c5f52e1],body[data-v-4c5f52e1] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-4c5f52e1] {
    touch-action: none;
    background: #fff
}

body[data-v-4c5f52e1] {
    position: relative
}

body[data-v-4c5f52e1]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-4c5f52e1] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-4c5f52e1] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-4c5f52e1] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-4c5f52e1] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-4c5f52e1] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-4c5f52e1] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-4c5f52e1] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-4c5f52e1] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-4c5f52e1] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-4c5f52e1] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-4c5f52e1] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-4c5f52e1] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-4c5f52e1] {
    display: flex
}

.f-s-c[data-v-4c5f52e1] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-4c5f52e1] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-4c5f52e1] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-4c5f52e1] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-4c5f52e1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-4c5f52e1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-4c5f52e1] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-4c5f52e1] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-4c5f52e1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-4c5f52e1] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-4c5f52e1] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-4c5f52e1] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-4c5f52e1] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-4c5f52e1] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-4c5f52e1] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-4c5f52e1] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-4c5f52e1] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-4c5f52e1] .uni-page-refresh {
    z-index: 998
}

[data-v-4c5f52e1] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.bar[data-v-4c5f52e1] {
    position: relative;
    box-sizing: border-box;
    margin: 1.5rem 1rem 0;
    height: 4.5rem;
    padding: 0 1rem;
    border-radius: .75rem;
    background: rgba(255,255,255,.4)
}

.bar-left[data-v-4c5f52e1] {
    gap: .5rem
}

.bar-left-avatar[data-v-4c5f52e1] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem
}

.bar-left-text[data-v-4c5f52e1] {
    gap: .0625rem
}

.bar-left-title[data-v-4c5f52e1] {
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #000
}

.bar-left-desc[data-v-4c5f52e1] {
    margin-top: .0625rem;
    color: #000;
    font-family: gilroy-regular;
    font-size: .75rem
}

.bar-left-desc-1[data-v-4c5f52e1] {
    margin-left: .125rem
}

.bar-right[data-v-4c5f52e1] {
    gap: 0
}

.bar-right-avatars-item[data-v-4c5f52e1] {
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .75rem;
    overflow: hidden;
    border: .0625rem solid black
}

.bar-right-avatars-item-image[data-v-4c5f52e1] {
    width: 100%;
    height: 100%
}

.bar-right-avatars-item-0[data-v-4c5f52e1] {
    transform: translate(.75rem)
}

.bar-right-avatars-item-1[data-v-4c5f52e1] {
    transform: translate(.375rem)
}

.bar-right-avatars-item-2[data-v-4c5f52e1] {
    transform: translate(0)
}

.bar-right-arrow[data-v-4c5f52e1] {
    width: 1rem;
    height: 1rem
}

html[data-v-bef7fad2],body[data-v-bef7fad2] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-bef7fad2] {
    touch-action: none;
    background: #fff
}

body[data-v-bef7fad2] {
    position: relative
}

body[data-v-bef7fad2]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-bef7fad2] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-bef7fad2] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-bef7fad2] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-bef7fad2] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-bef7fad2] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-bef7fad2] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-bef7fad2] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-bef7fad2] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-bef7fad2] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-bef7fad2] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-bef7fad2] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-bef7fad2] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-bef7fad2] {
    display: flex
}

.f-s-c[data-v-bef7fad2] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-bef7fad2] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-bef7fad2] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-bef7fad2] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-bef7fad2] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-bef7fad2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-bef7fad2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-bef7fad2] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-bef7fad2] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-bef7fad2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-bef7fad2] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-bef7fad2] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-bef7fad2] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-bef7fad2] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-bef7fad2] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-bef7fad2] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-bef7fad2] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-bef7fad2] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-bef7fad2] .uni-page-refresh {
    z-index: 998
}

[data-v-bef7fad2] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.item[data-v-bef7fad2] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 5rem;
    padding: 0 1rem;
    gap: .75rem
}

.item-left[data-v-bef7fad2] {
    position: relative;
    box-sizing: border-box;
    width: 3.5rem
}

.item-left-head[data-v-bef7fad2] {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden
}

.item-left-avatar[data-v-bef7fad2] {
    width: 3.5rem;
    height: 3.5rem
}

.item-left-dot[data-v-bef7fad2] {
    position: absolute;
    top: .125rem;
    right: .125rem;
    box-sizing: border-box;
    width: .75rem;
    height: .75rem;
    border-radius: .375rem;
    background-color: #37a81f;
    border: .0625rem solid #0b0b0b
}

.item-right[data-v-bef7fad2] {
    box-sizing: border-box;
    flex: 1;
    gap: .25rem
}

.item-right-head[data-v-bef7fad2] {
    width: 100%;
    gap: .5rem
}

.item-right-head-name[data-v-bef7fad2] {
    max-width: calc(100vw - 16.5rem);
    font-family: gilroy-bold;
    font-size: 1rem;
    color: #000
}

.item-right-head-name-value[data-v-bef7fad2] {
    max-width: 80%
}

.item-right-head-address[data-v-bef7fad2] {
    box-sizing: border-box;
    max-width: 5rem;
    height: 1.25rem;
    padding: 0 .5rem;
    border-radius: .625rem;
    color: #3c9af1;
    font-family: gilroy-bold;
    font-size: .8125rem;
    background: rgba(11,129,238,.2)
}

.item-right-head-tag[data-v-bef7fad2] {
    background: rgba(233,182,90,.2);
    box-sizing: border-box;
    height: 1.25rem;
    padding: 0 .5rem;
    border-radius: .625rem;
    color: #e9b65a;
    font-size: .75rem
}

.item-right-down[data-v-bef7fad2] {
    margin-top: .25rem;
    font-family: gilroy-regular;
    font-size: .8125rem
}

.item-right-down-pre[data-v-bef7fad2] {
    color: #000
}

.item-right-down-times[data-v-bef7fad2] {
    margin-top: .125rem;
    margin-left: .25rem;
    background-image: linear-gradient(267.49deg,#e082ff,#9b4ef8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Gilroy;
    font-weight: 500;
    font-size: .8125rem;
    line-height: 1.125rem
}

.item-right-down-nearby[data-v-bef7fad2] {
    margin-left: .25rem;
    font-family: SF Pro;
    font-size: .8125rem;
    background: linear-gradient(267.49deg,#e082ff,#9b4ef8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.blur[data-v-bef7fad2] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.blur-effect[data-v-bef7fad2] {
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem)
}

.blur-cover[data-v-bef7fad2] {
    position: relative;
    width: 100%;
    height: 100%
}

.app-page-bg-color[data-v-4ba9ebb8] {
    background: #fff
}

.app-theme-border-color[data-v-4ba9ebb8] {
    background: #d579fe
}

.app-theme-btn-colors[data-v-4ba9ebb8] {
    color: #fff;
    background: linear-gradient(90deg,#e082ff,#9b4ef8)
}

.empty[data-v-4ba9ebb8] {
    position: relative;
    width: 100%;
    height: 90%
}

.empty-bg[data-v-4ba9ebb8] {
    position: absolute!important;
    top: 20%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.empty-content[data-v-4ba9ebb8] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2rem
}

.empty-content-icon[data-v-4ba9ebb8] {
    width: 4.5rem;
    height: 4.5rem
}

.empty-content-title[data-v-4ba9ebb8] {
    margin-top: 1.25rem;
    color: #000;
    font-family: gilroy-bold;
    font-size: 1.375rem;
    text-align: center
}

.empty-content-ilikeDesc[data-v-4ba9ebb8] {
    margin-top: 1.25rem;
    color: #000;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: center
}

.empty-content-pick[data-v-4ba9ebb8] {
    margin-top: 1.25rem;
    width: 100%;
    height: 3rem;
    border-radius: 2rem;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center
}

.empty-content-profile[data-v-4ba9ebb8] {
    margin-top: .5rem;
    width: 100%;
    height: 3rem;
    border-radius: 2rem;
    border: .09375rem solid #434343;
    font-family: gilroy-bold;
    font-size: 1rem;
    text-align: center;
    color: #000
}

.wrap[data-v-da34ad46] {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    border-radius: .75rem;
    background: linear-gradient(168.16deg,rgba(253,249,243,.1) .7%,rgba(253,245,246,.1) 51.38%,rgba(250,242,252,.1));
    border: .0625rem solid #434343
}

.wrap-selected[data-v-da34ad46] {
    padding: .9375rem;
    border: .125rem solid #e082ff
}

.wrap-top[data-v-da34ad46] {
    width: 100%;
    min-height: 1.625rem
}

.wrap-top-title[data-v-da34ad46] {
    flex: 1;
    font-family: gilroy-boldItaly;
    font-size: 1.0625rem;
    text-align: left;
    color: #000;
    word-wrap: break-word
}

.wrap-top-select[data-v-da34ad46] {
    width: 1.5rem;
    height: 1.5rem
}

.wrap-desc[data-v-da34ad46] {
    width: 100%;
    word-wrap: break-word;
    color: #595959;
    font-family: gilroy-regular;
    font-size: .8125rem;
    text-align: left;
    line-height: 1
}

.picker-container[data-v-5d0395d6] {
    width: 100%
}

html[data-v-6c24424f],body[data-v-6c24424f] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-6c24424f] {
    touch-action: none;
    background: #fff
}

body[data-v-6c24424f] {
    position: relative
}

body[data-v-6c24424f]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-6c24424f] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-6c24424f] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-6c24424f] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-6c24424f] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-6c24424f] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-6c24424f] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-6c24424f] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-6c24424f] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-6c24424f] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-6c24424f] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-6c24424f] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-6c24424f] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-6c24424f] {
    display: flex
}

.f-s-c[data-v-6c24424f] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-6c24424f] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-6c24424f] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-6c24424f] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-6c24424f] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-6c24424f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-6c24424f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-6c24424f] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-6c24424f] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-6c24424f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-6c24424f] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-6c24424f] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-6c24424f] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-6c24424f] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-6c24424f] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-6c24424f] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-6c24424f] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-6c24424f] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-6c24424f] .uni-page-refresh {
    z-index: 998
}

[data-v-6c24424f] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.wrap[data-v-6c24424f] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 310px;
    max-width: 342px;
    background: #262626;
    border-radius: 1rem;
    overflow: hidden;
    color: #fff;
    padding-bottom: 1rem
}

.content[data-v-6c24424f] {
    position: relative;
    width: 100%
}

.top[data-v-6c24424f] {
    position: relative;
    width: 100%;
    overflow: hidden
}

.top-bg[data-v-6c24424f] {
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}

.top-head[data-v-6c24424f] {
    position: absolute;
    width: 100%;
    height: 100%
}

.top-head-0[data-v-6c24424f] {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    border: 3px solid #FFFFFF33
}

.top-head-1[data-v-6c24424f] {
    z-index: 2;
    box-sizing: border-box;
    transform: translate(8px);
    width: 96px;
    height: 96px;
    border-radius: 48px;
    border: 3px solid #FFFFFF33
}

.top-head-2[data-v-6c24424f] {
    z-index: 1;
    box-sizing: border-box;
    transform: translate(-8px);
    width: 96px;
    height: 96px;
    border-radius: 48px;
    border: 3px solid #FFFFFF33
}

.top-head-imicon[data-v-6c24424f] {
    position: absolute;
    transform: translate(35px) translateY(-35px);
    width: 48px;
    height: 48px
}

.word[data-v-6c24424f] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    gap: .5rem
}

.word-title[data-v-6c24424f] {
    font-family: gilroy-medium;
    font-size: 24px;
    text-align: center
}

.word-desc[data-v-6c24424f] {
    font-family: gilroy-regular;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

.info-name[data-v-6c24424f] {
    font-family: gilroy-bold;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    max-width: 6.875rem
}

.info-age[data-v-6c24424f] {
    font-family: gilroy-bold;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.close[data-v-6c24424f] {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.875rem;
    height: 1.875rem
}

.flow[data-v-6c24424f] {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1rem
}

.flow-btn[data-v-6c24424f] {
    width: 100%
}

.flow-btn-entity[data-v-6c24424f] {
    width: 100%;
    height: 3rem;
    background: linear-gradient(#e8bd70,#edd185);
    color: #000;
    font-family: gilroy-bold;
    font-size: 1rem;
    border-radius: 2rem
}

.flow-btn-entity-disable[data-v-6c24424f] {
    background: #434343;
    color: #8c8c8c
}

.topLevel[data-v-a14e13e3] {
    z-index: 1000
}

.wrap[data-v-a14e13e3] {
    width: 100%
}

.image[data-v-a14e13e3] {
    width: 279px
}

.bottomAni[data-v-a14e13e3] {
    animation: 1s linear 1s infinite alternate safari-a14e13e3
}

@keyframes safari-a14e13e3 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-15px)
    }
}

.topAni[data-v-a14e13e3] {
    animation: 1s linear 1s infinite alternate androidStyle-a14e13e3
}

@keyframes androidStyle-a14e13e3 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(15px)
    }
}

.topLevel[data-v-584db593] {
    z-index: 1000
}

.wrap[data-v-584db593] {
    width: 100%
}

.image[data-v-584db593] {
    width: 279px
}

.topAni[data-v-584db593] {
    animation: 1s linear 1s infinite alternate topStyle-584db593
}

@keyframes topStyle-584db593 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(15px)
    }
}

.countdown[data-v-6a33f93e] {
    box-sizing: border-box;
    min-width: 4.4375rem;
    height: 1.3125rem;
    background: rgba(0,0,0,.5);
    border-radius: .65625rem;
    gap: .25rem
}

.countdown-icon[data-v-6a33f93e] {
    width: .75rem;
    height: .75rem
}

.countdown-text[data-v-6a33f93e] {
    min-width: 2.625rem;
    margin-top: .125rem;
    font-family: gilroy-regular;
    font-size: .6875rem;
    font-weight: 400;
    color: #fff
}

.video-container[data-v-7c72ccb7] {
    position: relative
}

.video[data-v-7c72ccb7] {
    background: rgba(255,255,255,.3);
    position: relative;
    min-width: 20px;
    min-height: 20px;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.video-cover[data-v-7c72ccb7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

.video-cover-bg[data-v-7c72ccb7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,.5)
}

.video-cover-play[data-v-7c72ccb7] {
    position: relative;
    width: 3.75rem;
    height: 3.75rem
}

[data-v-7c72ccb7] .uni-video-slots {
    background: transparent
}

[data-v-7c72ccb7] .uni-video-video {
    background: rgba(255,255,255,.3)
}

[data-v-7c72ccb7] .uni-video-cover {
    display: none
}

[data-v-7c72ccb7] .media-controls {
    display: none!important
}

uni-video[data-v-7c72ccb7]::-webkit-media-controls {
    display: none!important;
    opacity: 0
}

[data-v-7c72ccb7] .media-controls-container {
    display: none!important
}

uni-video[data-v-7c72ccb7]::-webkit-media-controls-container {
    display: none!important
}

*[data-v-7c72ccb7]::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none
}

*[data-v-7c72ccb7]::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none
}

*[data-v-7c72ccb7]::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none
}

uni-video[data-v-7c72ccb7]::-webkit-media-controls-start-playback-button {
    display: none!important
}

uni-video[data-v-7c72ccb7]::slotted::-webkit-media-controls-container {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
    -webkit-appearance: none!important
}

[data-v-7c72ccb7]:host::shadow::-webkit-media-controls-container {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
    -webkit-appearance: none!important
}

html[data-v-e9a5b9ed],body[data-v-e9a5b9ed] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

body[data-v-e9a5b9ed] {
    touch-action: none;
    background: #fff
}

body[data-v-e9a5b9ed] {
    position: relative
}

body[data-v-e9a5b9ed]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: top/cover no-repeat url(/assets/body_bg_1-0Cow2F5R.jpg)
}

#app[data-v-e9a5b9ed] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-v-e9a5b9ed] .uni-video-cover {
    z-index: 0!important
}

.blur-effect[data-v-e9a5b9ed] {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-filter[data-v-e9a5b9ed] {
    filter: blur(1rem);
    transform: translateZ(0)
}

.blur-effect-vistor[data-v-e9a5b9ed] {
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    transform: translateZ(0)
}

.status_bar[data-v-e9a5b9ed] {
    height: var(--status-bar-height);
    width: 100%
}

.nav_left[data-v-e9a5b9ed] {
    color: #000;
    font-size: 1.5rem;
    font-family: Sansita One
}

.nav-title[data-v-e9a5b9ed] {
    font-family: gilroy-bold;
    font-size: 1.0625rem;
    color: #000
}

.nav-desc[data-v-e9a5b9ed] {
    font-family: gilroy-bold;
    font-size: .8125rem;
    color: #0b81ee
}

.back_icon[data-v-e9a5b9ed] {
    width: 1.5rem;
    height: 1.5rem
}

[data-v-e9a5b9ed] .uni-navbar__header-btns-left {
    min-width: 9.375rem!important
}

.f-c-c[data-v-e9a5b9ed] {
    display: flex;
    justify-content: center;
    align-items: center
}

.f[data-v-e9a5b9ed] {
    display: flex
}

.f-s-c[data-v-e9a5b9ed] {
    display: flex;
    align-items: center
}

.f-c-s[data-v-e9a5b9ed] {
    display: flex;
    justify-content: center
}

.f-e-c[data-v-e9a5b9ed] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc-c-c[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fc-s-c[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.fc-s-s[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column
}

.fc-e-c[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.fc-e-s[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start
}

.fc-c-e[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fc-s-e[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

.f-sb-c[data-v-e9a5b9ed] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.f-sb-s[data-v-e9a5b9ed] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.f-sb-e[data-v-e9a5b9ed] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.f-sa-c[data-v-e9a5b9ed] {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.f-s-e[data-v-e9a5b9ed] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.fc-sb-c[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.fc-sb-s[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.fc-c-s[data-v-e9a5b9ed] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.line-one[data-v-e9a5b9ed] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

[data-v-e9a5b9ed] .uni-app--showtabbar uni-page-wrapper {
    height: 100%!important
}

[data-v-e9a5b9ed] .uni-actionsheet__menu {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-medium!important;
    font-size: 1.25rem!important;
    color: #000
}

[data-v-e9a5b9ed] .uni-actionsheet__cell {
    color: #000;
    height: 3.8125rem!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-v-e9a5b9ed] .uni-actionsheet__cell:before {
    border-top: .03125rem solid rgba(255,255,255,.1)
}

[data-v-e9a5b9ed] .uni-actionsheet__action {
    background: #fdfdfd!important;
    border-radius: .8125rem!important;
    font-family: gilroy-bold!important;
    font-size: 1.25rem!important
}

[data-v-e9a5b9ed] .is-input-border {
    height: 100%;
    border: none!important;
    background-color: transparent!important
}

[data-v-e9a5b9ed] .uni-easyinput__content-input {
    height: 100%;
    font-family: gilroy-medium;
    font-size: 1rem;
    text-align: center
}

[data-v-e9a5b9ed] .uni-page-refresh {
    z-index: 998
}

[data-v-e9a5b9ed] .uni-load-more__text {
    color: #bfbfbf!important
}

@font-face {
    font-family: gilroy-bold;
    src: url(/assets/bold-yXpx-Icw.ttf)
}

@font-face {
    font-family: gilroy-medium;
    src: url(/assets/medium-D7PbV1sv.ttf)
}

@font-face {
    font-family: gilroy-regular;
    src: url(/assets/regular-D-tpQJef.ttf)
}

@font-face {
    font-family: Sansita One;
    src: url(/assets/SansitaOne-DoLcOiwS.ttf)
}

@font-face {
    font-family: gilroy-boldItaly;
    src: url(/assets/boldItaly-Coca13HG.ttf)
}

@font-face {
    font-family: SF Pro Italy;
    src: url(/assets/italy-lQTxS1hE.otf)
}

@font-face {
    font-family: SF Pro;
    src: url(/assets/regular-DF_3XEGl.otf)
}

@font-face {
    font-family: Lemon;
    src: url(/assets/Lemon-g7ShlsJx.ttf)
}

.topLevel[data-v-e9a5b9ed] {
    position: absolute;
    z-index: 1000
}

.wrap[data-v-e9a5b9ed] {
    position: relative;
    box-sizing: border-box;
    width: 100vw;
    height: 100%;
    padding: 0 .5rem .375rem
}

.actionsheet[data-v-e9a5b9ed] {
    position: relative;
    box-sizing: border-box
}

.content[data-v-e9a5b9ed] {
    width: 100%;
    border-radius: .8125rem;
    background: #fdfdfd
}

.title[data-v-e9a5b9ed] {
    box-sizing: border-box;
    padding: .625rem 1rem;
    color: #000;
    font-family: gilroy-bold;
    font-size: .8125rem;
    text-align: center
}

.desc[data-v-e9a5b9ed] {
    box-sizing: border-box;
    padding: 0 1rem .625rem;
    font-family: gilroy-regular;
    font-size: .8125rem;
    line-height: 1.125rem;
    text-align: center;
    color: #bfbfbf
}

.action[data-v-e9a5b9ed] {
    width: 100%;
    height: 3.8125rem;
    border-top: .0625rem solid rgba(255,255,255,.1)
}

.action-title[data-v-e9a5b9ed] {
    font-family: gilroy-medium;
    font-size: 1.125rem;
    text-align: center;
    color: #000
}

.action-extra[data-v-e9a5b9ed] {
    margin-left: .25rem;
    font-family: gilroy-regular;
    font-size: 1.125rem;
    text-align: center;
    color: #f74e57
}

.cancel[data-v-e9a5b9ed] {
    margin-top: .375rem;
    width: 100%;
    height: 3.8125rem;
    border-radius: .8125rem;
    background: #fdfdfd;
    color: #000;
    font-family: gilroy-bold;
    font-size: 1.125rem;
    text-align: center
}

.nav[data-v-6e689048] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: transparent
}

.nav-content[data-v-6e689048] {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 10px;
}

.uni-status-bar[data-v-6e689048] {
    height: 20px
}

.topLevel[data-v-6ee3a631] {
    position: relative;
    z-index: 1000
}

.wrap[data-v-6ee3a631] {
    position: relative;
    width: 100vw;
    height: 100%;
    background: #fff;
    /* top:44px */
}

.g-preview[data-v-6ee3a631] {
    width: 100%;
    height: 100%
}

.close[data-v-6ee3a631] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
    padding: 2.75rem 1rem 2.75rem 1.5625rem
}

.close-img[data-v-6ee3a631] {
    width: 1.875rem;
    height: 1.875rem
}

.swiper[data-v-6ee3a631] {
    position: relative;
    width: 100%;
    height: 100%
}

.swiper-item[data-v-6ee3a631] {
    display: block;
    width: 100%;
    height: 100%
}

.item[data-v-6ee3a631] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.item-container[data-v-6ee3a631],.item-video[data-v-6ee3a631],.item-image[data-v-6ee3a631] {
    position: relative;
    width: 100%;
    height: 100%
}

.item-mute[data-v-6ee3a631] {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: 1.75rem;
    height: 1.78125rem
}

[data-v-6ee3a631] .uni-popup__wrapper {
    padding-bottom: 0!important
}

.info[data-v-6ee3a631] {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* padding-bottom: calc(.5rem + var(--safearea-bottom)); */
    background: rgba(0,0,0,.6);
    height: 4rem;
}

.thumbnails[data-v-6ee3a631] {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
    /* padding: .5rem; */
    padding: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem
}

.thumbnails-item[data-v-6ee3a631] {
    box-sizing: border-box;
    /* width: 3.75rem;
    height: 5rem; */
    width: 2.4rem;
    height: 3.2rem;
    border-radius: .25rem;
    overflow: hidden;
    flex-shrink: 0
}

.thumbnails-item-selected[data-v-6ee3a631] {
    border: .125rem solid #e082ff
}

.indicators[data-v-6ee3a631] {
    position: relative;
    width: 100%;
    height: 3.5rem;
    box-sizing: border-box;
    padding: 1rem;
    gap: .5rem
}

.indicators-icon[data-v-6ee3a631] {
    width: 1.5rem;
    height: 1.5rem
}

.indicators-content[data-v-6ee3a631] {
    flex: 1;
    gap: .5rem
}

.indicators-content-time1[data-v-6ee3a631] {
    width: 2.25rem;
    font-family: gilroy-medium;
    font-weight: 500;
    font-size: .875rem;
    vertical-align: middle;
    color: #fff;
    text-align: center
}

.indicators-content-bar[data-v-6ee3a631] {
    position: relative;
    flex: 1;
    height: .875rem
}

.indicators-content-bar-line[data-v-6ee3a631] {
    width: 100%;
    height: .125rem;
    border-radius: .0625rem
}

.indicators-content-bar-line-high[data-v-6ee3a631] {
    width: 10%;
    height: 100%;
    background: #fff
}

.indicators-content-bar-line-low[data-v-6ee3a631] {
    flex: 1;
    height: 100%;
    background: #8c8c8c
}

.indicators-content-bar-ball[data-v-6ee3a631] {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 .4375rem
}

.indicators-content-bar-ball uni-view[data-v-6ee3a631] {
    width: .875rem;
    height: .875rem;
    border-radius: .4375rem;
    background: #fff
}

.indicators-content-time2[data-v-6ee3a631] {
    width: 2.25rem;
    font-family: gilroy-medium;
    font-weight: 500;
    font-size: .875rem;
    vertical-align: middle;
    color: #fff;
    text-align: center
}

.title[data-v-6ee3a631] {
    font-family: gilroy-bold;
    font-weight: 400;
    font-size: 1.0625rem;
    text-align: center;
    color: #000
}