.van-cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff
}

.van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 16px;
    bottom: 0;
    left: 16px;
    border-bottom: 1px solid #ebedf0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.van-cell--borderless:after,.van-cell:last-child:after {
    display: none
}

.van-cell__label {
    margin-top: 4px;
    color: #969799;
    font-size: 12px;
    line-height: 18px
}

.van-cell__title,.van-cell__value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word
}

.van-cell__value--alone {
    color: #323233;
    text-align: left
}

.van-cell__left-icon,.van-cell__right-icon {
    height: 24px;
    font-size: 16px;
    line-height: 24px
}

.van-cell__left-icon {
    margin-right: 4px
}

.van-cell__right-icon {
    margin-left: 4px;
    color: #969799
}

.van-cell--clickable {
    cursor: pointer
}

.van-cell--clickable:active {
    background-color: #f2f3f5
}

.van-cell--required {
    overflow: visible
}

.van-cell--required:before {
    position: absolute;
    left: 8px;
    color: #ee0a24;
    font-size: 14px;
    content: "*"
}

.van-cell--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-cell--large {
    padding-top: 12px;
    padding-bottom: 12px
}

.van-cell--large .van-cell__title {
    font-size: 16px
}

.van-cell--large .van-cell__label {
    font-size: 14px
}

.van-collapse-item {
    position: relative
}

.van-collapse-item--border:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: 0;
    right: 16px;
    left: 16px;
    border-top: 1px solid #ebedf0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.van-collapse-item__title .van-cell__right-icon:before {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.van-collapse-item__title:after {
    right: 16px;
    display: none
}

.van-collapse-item__title--expanded .van-cell__right-icon:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.van-collapse-item__title--expanded:after {
    display: block
}

.van-collapse-item__title--borderless:after {
    display: none
}

.van-collapse-item__title--disabled {
    cursor: not-allowed
}

.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon {
    color: #c8c9cc
}

.van-collapse-item__title--disabled:active {
    background-color: #fff
}

.van-collapse-item__wrapper {
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    will-change: height
}

.van-collapse-item__content {
    padding: 12px 16px;
    color: #969799;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff
}

.van-tab__pane,.van-tab__pane-wrapper {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%
}

.van-tab__pane-wrapper--inactive {
    height: 0;
    overflow: visible
}

.van-sticky--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99
}

.van-tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 4px;
    color: #646566;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.van-tab--active {
    color: #323233;
    font-weight: 500
}

.van-tab--disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.van-tab__text--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.van-tab__text-wrapper,.van-tabs {
    position: relative
}

.van-tabs__wrap {
    overflow: hidden
}

.van-tabs__wrap--page-top {
    position: fixed
}

.van-tabs__wrap--content-bottom {
    top: auto;
    bottom: 0
}

.van-tabs__wrap--scrollable .van-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 12px
}

.van-tabs__wrap--scrollable .van-tabs__nav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar {
    display: none
}

.van-tabs__nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    -webkit-user-select: none;
    user-select: none
}

.van-tabs__nav--line {
    box-sizing: content-box;
    height: 100%;
    padding-bottom: 15px
}

.van-tabs__nav--line.van-tabs__nav--complete {
    padding-right: 8px;
    padding-left: 8px
}

.van-tabs__nav--card {
    box-sizing: border-box;
    height: 30px;
    margin: 0 16px;
    border: 1px solid #ee0a24;
    border-radius: 2px
}

.van-tabs__nav--card .van-tab {
    color: #ee0a24;
    border-right: 1px solid #ee0a24
}

.van-tabs__nav--card .van-tab:last-child {
    border-right: none
}

.van-tabs__nav--card .van-tab.van-tab--active {
    color: #fff;
    background-color: #ee0a24
}

.van-tabs__nav--card .van-tab--disabled {
    color: #c8c9cc
}

.van-tabs__line {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 3px;
    background-color: #ee0a24;
    border-radius: 3px
}

.van-tabs__track {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: left
}

.van-tabs__content--animated {
    overflow: hidden
}

.van-tabs--line .van-tabs__wrap {
    height: 44px
}

.van-tabs--card>.van-tabs__wrap {
    height: 30px
}

[data-theme=light] .mainBackground[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-67062fec] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-67062fec] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-67062fec] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-67062fec] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-67062fec] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-67062fec] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-67062fec] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-67062fec] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-67062fec] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-67062fec] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-67062fec] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-67062fec] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-67062fec] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-67062fec] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-67062fec] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-67062fec],[data-theme=light] .bgColor[data-v-67062fec] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-67062fec] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-67062fec] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-67062fec] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-67062fec] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-67062fec] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-67062fec] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-67062fec],[data-theme=light] .btnMain[data-v-67062fec] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-67062fec],[data-theme=light] .colorMain[data-v-67062fec] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-67062fec],[data-theme=light] .borderMain[data-v-67062fec] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-67062fec] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-67062fec] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-67062fec] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-67062fec] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-67062fec] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-67062fec] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-67062fec] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-67062fec] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-67062fec] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-67062fec] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-67062fec] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-67062fec] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-67062fec] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-67062fec] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-67062fec] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-67062fec] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-67062fec] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-67062fec] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-67062fec] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-67062fec] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-67062fec] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-67062fec] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-67062fec] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-67062fec] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-67062fec] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-67062fec] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-67062fec] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-67062fec] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-67062fec] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-67062fec] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-67062fec] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-67062fec] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-67062fec] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-67062fec] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-67062fec] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-67062fec] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-67062fec] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-67062fec] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-67062fec] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-67062fec] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-67062fec] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-67062fec] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-67062fec] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-67062fec] {
    background: #45494f!important
}

.wallet-background[data-v-67062fec] {
    background-color: #e8e8e8
}

.no-select[data-v-67062fec] {
    background-color: #e8e8e8;
    color: #868d9a
}

.popup[data-v-67062fec] {
    height: 100%;
    width: 41.875rem
}

[data-theme=light] .popup[data-v-67062fec] {
    background: #fff
}

[data-theme=dark] .popup[data-v-67062fec] {
    background: #000
}

.night[data-v-67062fec] {
    color: #fff
}

[data-theme=light] .mainBackground[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-47d12b02] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-47d12b02] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-47d12b02] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-47d12b02] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-47d12b02] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-47d12b02] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-47d12b02] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-47d12b02] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-47d12b02] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-47d12b02] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-47d12b02] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-47d12b02] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-47d12b02] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-47d12b02] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-47d12b02] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-47d12b02],[data-theme=light] .bgColor[data-v-47d12b02] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-47d12b02] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-47d12b02] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-47d12b02] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-47d12b02] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-47d12b02] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-47d12b02],[data-theme=light] .btnMain[data-v-47d12b02] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-47d12b02],[data-theme=light] .colorMain[data-v-47d12b02] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-47d12b02],[data-theme=light] .borderMain[data-v-47d12b02] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-47d12b02] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-47d12b02] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-47d12b02] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-47d12b02] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-47d12b02] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-47d12b02] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-47d12b02] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-47d12b02] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-47d12b02] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-47d12b02] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-47d12b02] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-47d12b02] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-47d12b02] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-47d12b02] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-47d12b02] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-47d12b02] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-47d12b02] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-47d12b02] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-47d12b02] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-47d12b02] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-47d12b02] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-47d12b02] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-47d12b02] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-47d12b02] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-47d12b02] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-47d12b02] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-47d12b02] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-47d12b02] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-47d12b02] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-47d12b02] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-47d12b02] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-47d12b02] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-47d12b02] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-47d12b02] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-47d12b02] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-47d12b02] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-47d12b02] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-47d12b02] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-47d12b02] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-47d12b02] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-47d12b02] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-47d12b02] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-47d12b02] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-47d12b02] {
    background: #45494f!important
}

.textColor[data-v-47d12b02] {
    color: #fff
}

.time-selector-container[data-v-47d12b02] {
    position: relative
}

.more-btn-fixed[data-v-47d12b02] {
    position: absolute;
    top: .9375rem;
    right: 2rem;
    cursor: pointer;
    color: #999;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 2.5rem;
    z-index: 10
}

.more-btn-fixed[data-v-47d12b02]:hover {
    color: #fff
}

.more-btn-fixed.active[data-v-47d12b02] {
    color: #007bff
}

.more-icon[data-v-47d12b02] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    gap: .1875rem
}

.more-icon .line[data-v-47d12b02] {
    width: 1.75rem;
    height: 2px;
    background-color: currentColor;
    border-radius: 1px;
    transition: all .1s ease
}

.more-btn-fixed.active .more-icon .line[data-v-47d12b02] {
    background-color: #00a34b
}

.light-mode .more-btn-fixed[data-v-47d12b02] {
    color: #161515
}

.light-mode .more-btn-fixed[data-v-47d12b02]:hover {
    color: #333
}

.light-mode .more-btn-fixed.active[data-v-47d12b02] {
    color: #00a34b
}

.light-mode .more-btn-fixed .more-icon .line[data-v-47d12b02] {
    background-color: currentColor
}

.more-btn-fixed[data-v-47d12b02]:active {
    color: #141313!important
}

.light-mode .more-btn-fixed[data-v-47d12b02]:active {
    color: #666!important
}

.more-options-dropdown[data-v-47d12b02] {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 3.75rem;
    margin-top: .3125rem;
    max-width: calc(100vw - 2.5rem)
}

.more-options-panel[data-v-47d12b02] {
    background: linear-gradient(145deg,#1a1a1a,#2d2d2d 50%,#1a1a1a);
    border-radius: 1.5rem;
    padding: 2.5rem;
    min-width: 30rem;
    max-width: 75vw;
    max-height: 75vh;
    overflow-y: auto;
    box-shadow: 0 1.25rem 3.75rem rgba(0,0,0,.8),0 .5rem 1.5625rem rgba(0,0,0,.6),inset 0 1px 0 hsla(0,0%,100%,.1);
    border: 2px solid hsla(0,0%,100%,.15);
    backdrop-filter: blur(1.25rem);
    animation: dropdownFadeIn-data-v-47d12b02 .3s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif
}

.more-options-panel[data-v-47d12b02]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,rgba(0,123,255,.1),transparent 25%,transparent 75%,rgba(0,123,255,.1));
    border-radius: 1.25rem;
    pointer-events: none
}

.more-options-panel.light-mode[data-v-47d12b02] {
    background: linear-gradient(145deg,#fff,#f8f9fa 50%,#fff);
    border: 2px solid rgba(0,0,0,.1);
    box-shadow: 0 1.25rem 3.75rem rgba(0,0,0,.15),0 .5rem 1.5625rem rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.8)
}

.more-options-panel.light-mode[data-v-47d12b02]:before {
    background: linear-gradient(45deg,rgba(0,123,255,.05),transparent 25%,transparent 75%,rgba(0,123,255,.05))
}

@keyframes dropdownFadeIn-data-v-47d12b02 {
    0% {
        opacity: 0;
        transform: translateY(-1.25rem) scale(.9) rotateX(-10deg)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg)
    }
}

.more-options-header[data-v-47d12b02] {
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid rgba(0,123,255,.3);
    position: relative
}

.more-options-header[data-v-47d12b02]:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 6.25rem;
    height: 2px;
    background: linear-gradient(90deg,transparent,#007bff,transparent)
}

.light-mode .more-options-header[data-v-47d12b02] {
    border-bottom: 2px solid rgba(0,123,255,.2)
}

.light-mode .more-options-header[data-v-47d12b02]:after {
    background: linear-gradient(90deg,transparent,#007bff,transparent)
}

.more-options-title[data-v-47d12b02] {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 2px .25rem rgba(0,0,0,.5);
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.light-mode .more-options-title[data-v-47d12b02] {
    color: #333;
    text-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.more-options-grid[data-v-47d12b02] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.25rem
}

.more-options-item[data-v-47d12b02] {
    padding: 1.5rem 1.75rem;
    background: linear-gradient(145deg,#2a2a2a,#1e1e1e);
    border-radius: 1rem;
    color: #e0e0e0;
    text-align: center;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    border: 2px solid hsla(0,0%,100%,.1);
    font-size: 1.375rem;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    box-shadow: 0 .25rem .9375rem rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.light-mode .more-options-item[data-v-47d12b02] {
    background: linear-gradient(145deg,#f8f9fa,#e9ecef);
    color: #495057;
    border: 2px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .9375rem rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.8)
}

.more-options-item[data-v-47d12b02]:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    transition: left .6s ease
}

.more-options-item[data-v-47d12b02]:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle,rgba(0,123,255,.3) 0,transparent 70%);
    transition: all .3s ease;
    border-radius: 50%
}

.more-options-item[data-v-47d12b02]:hover {
    background: linear-gradient(145deg,#3a3a3a,#2a2a2a);
    color: #fff;
    border-color: rgba(0,123,255,.5);
    transform: translateY(-.1875rem) scale(1.02);
    box-shadow: 0 .5rem 1.5625rem rgba(0,0,0,.4),0 .25rem .9375rem rgba(0,123,255,.2),inset 0 1px 0 hsla(0,0%,100%,.2)
}

.more-options-item[data-v-47d12b02]:hover:before {
    left: 100%
}

.more-options-item[data-v-47d12b02]:hover:after {
    width: 6.25rem;
    height: 6.25rem
}

.light-mode .more-options-item[data-v-47d12b02]:hover {
    background: linear-gradient(145deg,#e9ecef,#dee2e6);
    color: #212529;
    border-color: rgba(0,123,255,.3);
    box-shadow: 0 .5rem 1.5625rem rgba(0,0,0,.15),0 .25rem .9375rem rgba(0,123,255,.1),inset 0 1px 0 hsla(0,0%,100%,.9)
}

.more-options-item.active[data-v-47d12b02] {
    background: linear-gradient(145deg,#00a34b,#e6b800 50%,#d4a600);
    color: #000;
    border-color: #00a34b;
    box-shadow: 0 .5rem 1.5625rem rgba(249,204,1,.4),0 .25rem .9375rem rgba(249,204,1,.3),inset 0 1px 0 hsla(0,0%,100%,.3);
    transform: translateY(-2px);
    text-shadow: 0 1px 2px hsla(0,0%,100%,.3);
    font-weight: 600
}

.kline-BoxMain[data-v-197978c6] {
    width: 108%;
    height: 31.25rem
}

.kline-BoxMain[data-v-b4ba015c] {
    width: 100%;
    height: 28.125rem
}

.kline-BoxMain[data-v-388dd42f] {
    width: 100%;
    height: 37.5rem
}

[data-theme=light] .mainBackground[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-5915778d] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-5915778d] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-5915778d] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-5915778d] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-5915778d] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-5915778d] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-5915778d] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-5915778d] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-5915778d] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-5915778d] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-5915778d] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-5915778d] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-5915778d] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-5915778d] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-5915778d] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-5915778d],[data-theme=light] .bgColor[data-v-5915778d] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-5915778d] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-5915778d] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-5915778d] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-5915778d] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-5915778d] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-5915778d] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-5915778d],[data-theme=light] .btnMain[data-v-5915778d] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-5915778d],[data-theme=light] .colorMain[data-v-5915778d] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-5915778d],[data-theme=light] .borderMain[data-v-5915778d] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-5915778d] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-5915778d] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-5915778d] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-5915778d] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-5915778d] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-5915778d] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-5915778d] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-5915778d] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-5915778d] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-5915778d] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-5915778d] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-5915778d] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-5915778d] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-5915778d] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-5915778d] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-5915778d] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-5915778d] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-5915778d] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-5915778d] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-5915778d] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-5915778d] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-5915778d] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-5915778d] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-5915778d] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-5915778d] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-5915778d] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-5915778d] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-5915778d] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-5915778d] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-5915778d] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-5915778d] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-5915778d] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-5915778d] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-5915778d] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-5915778d] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-5915778d] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-5915778d] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-5915778d] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-5915778d] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-5915778d] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-5915778d] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-5915778d] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-5915778d] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-5915778d] {
    background: #45494f!important
}

.kline-BoxMain[data-v-5915778d] {
    padding: 6.25rem 0
}

.center-line[data-v-5915778d] {
    height: 2px;
    width: 100%;
    display: flex;
    padding: 6.25rem 0;
    justify-content: space-between;
    position: relative
}

.center-line .line-item[data-v-5915778d] {
    flex: 1;
    text-align: center;
    position: relative
}

.center-line .line-item .line[data-v-5915778d] {
    height: 3.125rem;
    border-radius: .3125rem;
    width: 6.25rem;
    margin: 0 auto
}

.center-line .line-item .title[data-v-5915778d] {
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: .875rem
}

.bg-color-red[data-v-5915778d] {
    background: #d9001b
}

.bg-color-green[data-v-5915778d] {
    background: #2ebd85
}

.col-red[data-v-5915778d] {
    color: #d9132b
}

.col-green[data-v-5915778d] {
    color: #28a97a
}

.bg-white .date-box[data-v-5915778d] {
    display: flex;
    margin-top: 5rem
}

.bg-white .date-box .date-item[data-v-5915778d] {
    text-align: center;
    flex: 1;
    color: #000;
    font-size: .875rem
}

.bg-night .date-box[data-v-5915778d] {
    display: flex;
    margin-top: 5rem
}

.bg-night .date-box .date-item[data-v-5915778d] {
    text-align: center;
    flex: 1;
    color: #fff;
    font-size: .875rem
}

[data-theme=light] .mainBackground[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-df1b26e0] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-df1b26e0] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-df1b26e0] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-df1b26e0] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-df1b26e0] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-df1b26e0] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-df1b26e0] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-df1b26e0] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-df1b26e0] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-df1b26e0] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-df1b26e0] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-df1b26e0] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-df1b26e0] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-df1b26e0] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-df1b26e0] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-df1b26e0],[data-theme=light] .bgColor[data-v-df1b26e0] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-df1b26e0] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-df1b26e0] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-df1b26e0] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-df1b26e0] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-df1b26e0] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-df1b26e0],[data-theme=light] .btnMain[data-v-df1b26e0] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-df1b26e0],[data-theme=light] .colorMain[data-v-df1b26e0] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-df1b26e0],[data-theme=light] .borderMain[data-v-df1b26e0] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-df1b26e0] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-df1b26e0] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-df1b26e0] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-df1b26e0] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-df1b26e0] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-df1b26e0] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-df1b26e0] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-df1b26e0] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-df1b26e0] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-df1b26e0] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-df1b26e0] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-df1b26e0] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-df1b26e0] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-df1b26e0] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-df1b26e0] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-df1b26e0] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-df1b26e0] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-df1b26e0] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-df1b26e0] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-df1b26e0] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-df1b26e0] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-df1b26e0] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-df1b26e0] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-df1b26e0] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-df1b26e0] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-df1b26e0] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-df1b26e0] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-df1b26e0] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-df1b26e0] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-df1b26e0] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-df1b26e0] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-df1b26e0] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-df1b26e0] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-df1b26e0] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-df1b26e0] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-df1b26e0] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-df1b26e0] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-df1b26e0] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-df1b26e0] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-df1b26e0] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-df1b26e0] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-df1b26e0] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-df1b26e0] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-df1b26e0] {
    background: #45494f!important
}

[data-v-df1b26e0] .van-popup {
    background: transparent!important
}

.custom-dialog-overlay[data-v-df1b26e0] {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(.25rem)
}

.custom-dialog[data-v-df1b26e0] {
    background: url(/wap/img/xkll.d935f9ab.png) no-repeat 50%;
    background-size: 100% 100%;
    border-radius: 2.5rem;
    padding: 0;
    max-width: 52.5rem;
    height: 50rem;
    width: 100%
}

.dialog-content[data-v-df1b26e0] {
    padding: 4rem 3rem;
    text-align: center;
    height: 37.5rem;
    color: #8b5a00;
    position: relative
}

.dialog-icon[data-v-df1b26e0] {
    width: 8rem;
    height: 8rem;
    background: rgba(255,193,7,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.5rem;
    backdrop-filter: blur(.625rem);
    color: #8b5a00
}

.dialog-message[data-v-df1b26e0] {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 3rem;
    margin-top: .3125rem;
    line-height: 1.4;
    color: #fff
}

.dialog-message-top[data-v-df1b26e0] {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 21.875rem;
    line-height: 1.4;
    color: #efc068
}

.dialog-button[data-v-df1b26e0] {
    background: none;
    border: none;
    color: #fff;
    padding: 1.5rem 12.75rem;
    border-radius: 3.125rem;
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
    min-width: 15rem;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0
}

.van-circle {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center
}

.van-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.van-circle__layer {
    stroke: #fff
}

.van-circle__hover {
    fill: none;
    stroke: #1989fa;
    stroke-linecap: round
}

.van-circle__text {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4px;
    color: #323233;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-theme=light] .mainBackground[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-1773da30] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-1773da30] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-1773da30] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-1773da30] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-1773da30] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-1773da30] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-1773da30] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-1773da30] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-1773da30] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-1773da30] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-1773da30] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-1773da30] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-1773da30] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-1773da30] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-1773da30] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-1773da30],[data-theme=light] .bgColor[data-v-1773da30] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-1773da30] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-1773da30] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-1773da30] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-1773da30] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-1773da30] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-1773da30] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-1773da30],[data-theme=light] .btnMain[data-v-1773da30] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-1773da30],[data-theme=light] .colorMain[data-v-1773da30] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-1773da30],[data-theme=light] .borderMain[data-v-1773da30] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-1773da30] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-1773da30] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-1773da30] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-1773da30] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-1773da30] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-1773da30] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-1773da30] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-1773da30] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-1773da30] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-1773da30] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-1773da30] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-1773da30] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-1773da30] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-1773da30] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-1773da30] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-1773da30] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-1773da30] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-1773da30] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-1773da30] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-1773da30] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-1773da30] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-1773da30] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-1773da30] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-1773da30] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-1773da30] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-1773da30] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-1773da30] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-1773da30] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-1773da30] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-1773da30] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-1773da30] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-1773da30] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-1773da30] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-1773da30] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-1773da30] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-1773da30] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-1773da30] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-1773da30] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-1773da30] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-1773da30] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-1773da30] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-1773da30] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-1773da30] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-1773da30] {
    background: #45494f!important
}

.delivery-open-time-tabs[data-v-1773da30] .van-tabs__wrap {
    margin-bottom: 0
}

.delivery-open-time-tabs[data-v-1773da30] .van-tabs__nav {
    background: transparent
}

.delivery-open-time-tabs[data-v-1773da30] .van-tabs__line {
    display: none
}

.delivery-open-time-tabs[data-v-1773da30] .van-tabs__wrap {
    height: 3.75rem!important;
    border-radius: .625rem;
    padding: .625rem .625rem 0 .625rem
}

[data-theme=light] .delivery-open-time-tabs[data-v-1773da30] .van-tabs__wrap {
    background: #fff
}

[data-theme=dark] .delivery-open-time-tabs[data-v-1773da30] .van-tabs__wrap {
    background: #000
}

.delivery-open-time-tabs[data-v-1773da30] .van-tabs__content {
    display: none
}

.delivery-open-time-tabs[data-v-1773da30] .van-tab {
    flex: 0 0 auto;
    padding: 0 .625rem;
    height: 3.125rem;
    line-height: 2.5rem;
    margin-right: .5rem;
    border-radius: .625rem;
    font-size: 2rem;
    line-height: 1.2;
    border: none
}

.delivery-open-time-tabs[data-v-1773da30] .van-tab--active {
    background-color: #2ebd85;
    color: #fff!important
}

[data-theme=light] .delivery-open-time-tabs[data-v-1773da30] .van-tab:not(.van-tab--active) {
    color: #333;
    background: #eceff8
}

[data-theme=dark] .delivery-open-time-tabs[data-v-1773da30] .van-tab:not(.van-tab--active) {
    color: #fff;
    background: #161a21
}

.delivery-open-time-tabs__panel[data-v-1773da30] {
    height: 0;
    overflow: hidden
}

.popup-delivery-close[data-v-1773da30] {
    position: absolute;
    right: 0;
    top: 1.25rem
}

.popup-delivery-close[data-v-1773da30],[data-v-1773da30] .delivery-open-time-tab-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none
}

[data-v-1773da30] .delivery-open-time-tab-title {
    font: inherit;
    line-height: inherit;
    color: inherit;
    min-height: 0
}

.popup-delivery-confirm[data-v-1773da30] {
    height: 6.25rem;
    border-radius: .625rem;
    width: 100%;
    margin-top: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 500
}

[data-v-1773da30] .pct-quick__btn {
    width: 5rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .625rem;
    border-radius: .5rem;
    border: 1px solid transparent;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease
}

[data-theme=light][data-v-1773da30] .pct-quick__btn {
    color: #333;
    background: #fff;
    border-color: #f3f3f3
}

[data-theme=dark][data-v-1773da30] .pct-quick__btn {
    color: #fff;
    background: #000;
    border-color: #474b62
}

[data-v-1773da30] .pct-quick__btn:active {
    transform: scale(.96)
}

[data-v-1773da30] .pct-quick__btn.pct-quick__btn--active {
    background: #0065ff!important;
    border-color: #0065ff!important;
    color: #fff!important;
    box-shadow: 0 1px 2px rgba(0,101,255,.25)
}

.scroll-container[data-v-1773da30] {
    width: 12.5rem;
    height: 25rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column
}

.van-dropdown-item {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden
}

.van-dropdown-item__icon {
    display: block;
    line-height: inherit
}

.van-dropdown-item__option {
    text-align: left
}

.van-dropdown-item__option--active,.van-dropdown-item__option--active .van-dropdown-item__icon {
    color: #ee0a24
}

.van-dropdown-item--up {
    top: 0
}

.van-dropdown-item--down {
    bottom: 0
}

.van-dropdown-item__content {
    position: absolute;
    max-height: 80%
}

.van-dropdown-menu {
    -webkit-user-select: none;
    user-select: none
}

.van-dropdown-menu__bar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 2px 12px hsla(210,1%,40%,.12)
}

.van-dropdown-menu__bar--opened {
    z-index: 11
}

.van-dropdown-menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 0;
    cursor: pointer
}

.van-dropdown-menu__item:active {
    opacity: .7
}

.van-dropdown-menu__item--disabled:active {
    opacity: 1
}

.van-dropdown-menu__item--disabled .van-dropdown-menu__title {
    color: #969799
}

.van-dropdown-menu__title {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 8px;
    color: #323233;
    font-size: 15px;
    line-height: 22px
}

.van-dropdown-menu__title:after {
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -5px;
    border: 3px solid;
    border-color: transparent transparent #dcdee0 #dcdee0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: .8;
    content: ""
}

.van-dropdown-menu__title--active {
    color: #ee0a24
}

.van-dropdown-menu__title--active:after {
    border-color: transparent transparent currentColor currentColor
}

.van-dropdown-menu__title--down:after {
    margin-top: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

[data-theme=light] .mainBackground[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-58fbf407] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-58fbf407] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-58fbf407] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-58fbf407] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-58fbf407] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-58fbf407] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-58fbf407] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-58fbf407] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-58fbf407] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-58fbf407] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-58fbf407] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-58fbf407] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-58fbf407] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-58fbf407] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-58fbf407] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-58fbf407],[data-theme=light] .bgColor[data-v-58fbf407] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-58fbf407] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-58fbf407] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-58fbf407] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-58fbf407] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-58fbf407] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-58fbf407],[data-theme=light] .btnMain[data-v-58fbf407] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-58fbf407],[data-theme=light] .colorMain[data-v-58fbf407] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-58fbf407],[data-theme=light] .borderMain[data-v-58fbf407] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-58fbf407] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-58fbf407] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-58fbf407] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-58fbf407] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-58fbf407] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-58fbf407] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-58fbf407] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-58fbf407] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-58fbf407] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-58fbf407] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-58fbf407] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-58fbf407] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-58fbf407] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-58fbf407] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-58fbf407] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-58fbf407] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-58fbf407] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-58fbf407] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-58fbf407] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-58fbf407] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-58fbf407] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-58fbf407] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-58fbf407] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-58fbf407] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-58fbf407] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-58fbf407] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-58fbf407] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-58fbf407] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-58fbf407] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-58fbf407] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-58fbf407] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-58fbf407] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-58fbf407] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-58fbf407] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-58fbf407] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-58fbf407] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-58fbf407] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-58fbf407] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-58fbf407] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-58fbf407] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-58fbf407] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-58fbf407] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-58fbf407] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-58fbf407] {
    background: #45494f!important
}

.accountChange[data-v-58fbf407] {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box
}

.account-container[data-v-58fbf407] {
    padding: 0 1.875rem
}

.dropdown-wrapper[data-v-58fbf407] {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

[data-theme=light] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu {
    background: #f3f4f7
}

[data-theme=dark] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu {
    background: #171a21
}

.dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.08)
}

.dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__bar {
    height: 6.25rem
}

[data-theme=light] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__bar {
    background: #f3f4f7
}

[data-theme=dark] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__bar {
    background: #171a21
}

.dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__bar {
    box-shadow: none
}

.dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__title {
    font-size: 2rem;
    font-weight: 500;
    padding: 0 2.5rem
}

[data-theme=light] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__title {
    color: #333
}

[data-theme=dark] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__title {
    color: #fff
}

.dropdown-wrapper[data-v-58fbf407] .van-dropdown-menu__title:after {
    border-color: transparent transparent #00a34b #00a34b
}

[data-theme=light] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-item {
    background: #fff
}

[data-theme=dark] .dropdown-wrapper[data-v-58fbf407] .van-dropdown-item {
    background: #000
}

.dropdown-wrapper[data-v-58fbf407] .van-cell {
    font-size: 1.875rem;
    padding: 1.875rem 2.5rem
}

[data-theme=light] .dropdown-wrapper[data-v-58fbf407] .van-cell {
    background: #f3f4f7;
    color: #333
}

[data-theme=dark] .dropdown-wrapper[data-v-58fbf407] .van-cell {
    background: #171a21;
    color: #fff
}

.account-content[data-v-58fbf407] {
    padding-bottom: 2.5rem
}

.account-item[data-v-58fbf407] {
    position: relative;
    display: flex;
    margin-bottom: 1.75rem;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: all .3s cubic-bezier(.4,0,.2,1)
}

[data-theme=light] .account-item[data-v-58fbf407] {
    background: #f3f4f7
}

[data-theme=dark] .account-item[data-v-58fbf407] {
    background: #171a21
}

.account-item[data-v-58fbf407] {
    box-shadow: 0 2px .5rem rgba(0,0,0,.04)
}

.account-item[data-v-58fbf407]:hover {
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.08);
    transform: translateY(-2px)
}

.account-item[data-v-58fbf407]:active {
    transform: scale(.98)
}

.status-indicator[data-v-58fbf407] {
    width: .5rem;
    flex-shrink: 0
}

.indicator-income[data-v-58fbf407] {
    background: linear-gradient(180deg,#2ebd85,#1fa872)
}

.indicator-expense[data-v-58fbf407] {
    background: linear-gradient(180deg,#ff6b6b,#ff4d4f)
}

.item-content[data-v-58fbf407] {
    flex: 1;
    padding: 2rem 2.25rem
}

.item-header[data-v-58fbf407] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem
}

.account-info[data-v-58fbf407] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1
}

.account-icon[data-v-58fbf407] {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.account-icon .i-mdi-arrow-down[data-v-58fbf407],.account-icon .i-mdi-arrow-up[data-v-58fbf407] {
    width: 2.5rem;
    height: 2.5rem;
    color: #fff
}

.icon-income[data-v-58fbf407] {
    background: linear-gradient(135deg,#2ebd85,#1fa872);
    box-shadow: 0 .25rem .75rem rgba(46,189,133,.25)
}

.icon-expense[data-v-58fbf407] {
    background: linear-gradient(135deg,#ff6b6b,#ff4d4f);
    box-shadow: 0 .25rem .75rem hsla(0,100%,71%,.25)
}

.account-details[data-v-58fbf407] {
    flex: 1
}

.account-name[data-v-58fbf407] {
    font-size: 2.125rem;
    font-weight: 600;
    margin-bottom: .5rem
}

[data-theme=light] .account-name[data-v-58fbf407] {
    color: #333
}

[data-theme=dark] .account-name[data-v-58fbf407] {
    color: #fff
}

.item-type[data-v-58fbf407] {
    font-size: 1.625rem;
    opacity: .6
}

[data-theme=light] .item-type[data-v-58fbf407] {
    color: #333
}

[data-theme=dark] .item-type[data-v-58fbf407] {
    color: #fff
}

.amount-info[data-v-58fbf407] {
    text-align: right
}

.item-amount[data-v-58fbf407] {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: .375rem
}

.amount-income[data-v-58fbf407] {
    background: linear-gradient(135deg,#2ebd85,#3cd89f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.amount-expense[data-v-58fbf407] {
    background: linear-gradient(135deg,#ff6b6b,#ff8787);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.amount-coin[data-v-58fbf407] {
    font-size: 1.5rem;
    opacity: .5
}

[data-theme=light] .amount-coin[data-v-58fbf407] {
    color: #333
}

[data-theme=dark] .amount-coin[data-v-58fbf407] {
    color: #fff
}

.item-footer[data-v-58fbf407],.time-info[data-v-58fbf407] {
    display: flex;
    align-items: center
}

.time-info[data-v-58fbf407] {
    gap: .625rem;
    font-size: 1.625rem;
    opacity: .5
}

[data-theme=light] .time-info[data-v-58fbf407] {
    color: #333
}

[data-theme=dark] .time-info[data-v-58fbf407] {
    color: #fff
}

.time-info .i-mdi-clock-outline[data-v-58fbf407] {
    width: 1.75rem;
    height: 1.75rem
}

.select-view[data-v-58fbf407] {
    position: relative;
    width: 20rem
}

.select-box[data-v-58fbf407] {
    width: 100%;
    height: 4.375rem;
    line-height: 4.375rem
}

[data-theme=light] .select-box[data-v-58fbf407] {
    background-color: #f5f5f5
}

[data-theme=dark] .select-box[data-v-58fbf407] {
    background-color: #161a21
}

.select-box[data-v-58fbf407] {
    cursor: pointer
}

.option-box[data-v-58fbf407] {
    position: absolute;
    left: 0;
    right: 0;
    top: 5.625rem;
    width: 100%
}

[data-theme=light] .option-box[data-v-58fbf407] {
    background: #f3f3f3
}

[data-theme=dark] .option-box[data-v-58fbf407] {
    background: #1e1e1e
}

.option-box[data-v-58fbf407] {
    text-align: center
}

[data-theme=light] .option-box[data-v-58fbf407] {
    box-shadow: 0 0 .1875rem .1875rem #f3f3f3
}

[data-theme=dark] .option-box[data-v-58fbf407] {
    box-shadow: 0 0 .1875rem .1875rem #1e1e1e
}

.option-box[data-v-58fbf407] {
    border-radius: .25rem
}

[data-theme=light] .option-box[data-v-58fbf407] {
    color: #000
}

[data-theme=dark] .option-box[data-v-58fbf407] {
    color: #cfd5ec
}

.option-box[data-v-58fbf407] {
    z-index: 10
}

.option-box>div[data-v-58fbf407] {
    padding: 1.875rem 0
}

.search-btn[data-v-58fbf407] {
    width: 8.75rem;
    height: 3.4375rem;
    line-height: 3.4375rem;
    text-align: center;
    border: none;
    outline: none
}

.record-list[data-v-58fbf407] {
    padding: 2.375rem 1.875rem
}

[data-theme=light] .record-list[data-v-58fbf407] {
    border-bottom: 1px solid #f6f6f6
}

[data-theme=dark] .record-list[data-v-58fbf407] {
    border-bottom: 1px solid #242424
}

.mt12[data-v-58fbf407] {
    margin-top: .75rem
}

.dividing-line[data-v-58fbf407] {
    height: .625rem
}

[data-theme=light] .dividing-line[data-v-58fbf407] {
    background-color: #f3f3f3
}

[data-theme=dark] .dividing-line[data-v-58fbf407] {
    background-color: #111
}

.mtb30[data-v-58fbf407] {
    margin: 1.875rem 0
}

.select-icon[data-v-58fbf407] {
    position: relative;
    bottom: .5rem
}

[data-theme=light] .mainBackground[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .mainBackground[data-v-81a8ee2a] {
    background: #000!important
}

[data-theme=light] .textColor[data-v-81a8ee2a] {
    color: #333!important
}

[data-theme=dark] .textColor[data-v-81a8ee2a] {
    color: #fff!important
}

[data-theme=light] .textColor1[data-v-81a8ee2a] {
    color: #868c9a!important
}

[data-theme=dark] .textColor1[data-v-81a8ee2a] {
    color: #879099!important
}

[data-theme=light] .textColor2[data-v-81a8ee2a] {
    color: #868c9a!important
}

[data-theme=dark] .textColor2[data-v-81a8ee2a] {
    color: #fff!important
}

[data-theme=light] .textColor3[data-v-81a8ee2a] {
    color: #000!important
}

[data-theme=dark] .textColor3[data-v-81a8ee2a] {
    color: #cfd5ec!important
}

[data-theme=light] .c2cColor[data-v-81a8ee2a] {
    color: #000!important
}

[data-theme=dark] .c2cColor[data-v-81a8ee2a] {
    color: #fff!important
}

[data-theme=light] .tabBackground[data-v-81a8ee2a] {
    background: #f3f4f7!important
}

[data-theme=dark] .tabBackground[data-v-81a8ee2a] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground[data-v-81a8ee2a] {
    background: #171a21!important
}

[data-theme=light] .homeTabBackground1[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .homeTabBackground1[data-v-81a8ee2a] {
    background: #171a21!important
}

[data-theme=light] .tabBackground1[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .tabBackground1[data-v-81a8ee2a],[data-theme=light] .bgColor[data-v-81a8ee2a] {
    background: #000!important
}

[data-theme=dark] .bgColor[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=light] .tabBackground2[data-v-81a8ee2a] {
    background: #c8cad2!important
}

[data-theme=dark] .tabBackground2[data-v-81a8ee2a] {
    background: #242424!important
}

[data-theme=light] .activeLine[data-v-81a8ee2a] {
    background: #00a34b!important
}

[data-theme=dark] .activeLine[data-v-81a8ee2a] {
    background: #0065ff!important
}

[data-theme=light] .bgFooter[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .bgFooter[data-v-81a8ee2a] {
    background: #1a1a1a!important
}

[data-theme=dark] .btnMain[data-v-81a8ee2a],[data-theme=light] .btnMain[data-v-81a8ee2a] {
    background: #0065ff!important
}

[data-theme=dark] .colorMain[data-v-81a8ee2a],[data-theme=light] .colorMain[data-v-81a8ee2a] {
    color: #0065ff!important
}

[data-theme=dark] .borderMain[data-v-81a8ee2a],[data-theme=light] .borderMain[data-v-81a8ee2a] {
    border: 1px solid #0065ff!important
}

[data-theme=light] .borderColor[data-v-81a8ee2a] {
    border: 1px solid #f3f3f3!important
}

[data-theme=dark] .borderColor[data-v-81a8ee2a] {
    border: 1px solid #15161e!important
}

[data-theme=light] .btnBackground[data-v-81a8ee2a] {
    background: #00a34b!important
}

[data-theme=dark] .btnBackground[data-v-81a8ee2a] {
    background: #0065ff!important
}

[data-theme=light] .inputBackground[data-v-81a8ee2a] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground[data-v-81a8ee2a] {
    background: #161a21!important
}

[data-theme=light] .inputBackground1[data-v-81a8ee2a] {
    background: #f5f5f5!important
}

[data-theme=dark] .inputBackground1[data-v-81a8ee2a] {
    background: #121212!important
}

[data-theme=light] .contBackground[data-v-81a8ee2a] {
    background: #f6f6f6!important
}

[data-theme=dark] .contBackground[data-v-81a8ee2a] {
    background: #242424!important
}

[data-theme=light] .titleColor[data-v-81a8ee2a] {
    color: #000!important
}

[data-theme=dark] .titleColor[data-v-81a8ee2a] {
    color: #b8bdc5!important
}

[data-theme=light] .border-b-color[data-v-81a8ee2a] {
    border-bottom: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-b-color[data-v-81a8ee2a] {
    border-bottom: 1px solid #393e49!important
}

[data-theme=light] .border-t-color[data-v-81a8ee2a] {
    border-top: 1px solid #e5e7ed!important
}

[data-theme=dark] .border-t-color[data-v-81a8ee2a] {
    border-top: 1px solid #393e49!important
}

[data-theme=light] .bgDark[data-v-81a8ee2a] {
    background: #c8cad2!important
}

[data-theme=dark] .bgDark[data-v-81a8ee2a] {
    background: #474b62!important
}

[data-theme=light] .diviLine[data-v-81a8ee2a] {
    background: #f3f3f3!important
}

[data-theme=dark] .diviLine[data-v-81a8ee2a] {
    background: #111!important
}

[data-theme=light] .bgStep[data-v-81a8ee2a] {
    background: #e5e9f0!important
}

[data-theme=dark] .bgStep[data-v-81a8ee2a] {
    background: #868d9a!important
}

[data-theme=light] .bgBottom[data-v-81a8ee2a] {
    background: #f3f3f3!important
}

[data-theme=dark] .bgBottom[data-v-81a8ee2a] {
    background: #252831!important
}

[data-theme=light] .chatBg[data-v-81a8ee2a] {
    background: #f3f3f3!important
}

[data-theme=dark] .chatBg[data-v-81a8ee2a] {
    background: #474b62!important
}

[data-theme=light] .uploadBg[data-v-81a8ee2a] {
    background: #f7f8fa!important
}

[data-theme=dark] .uploadBg[data-v-81a8ee2a] {
    background: #474b62!important
}

[data-theme=light] .greyBg[data-v-81a8ee2a] {
    background: #f3f3f3!important
}

[data-theme=dark] .greyBg[data-v-81a8ee2a] {
    background: #1e1e1e!important
}

[data-theme=light] .c2cBackground[data-v-81a8ee2a] {
    background: #00a34b!important
}

[data-theme=dark] .c2cBackground[data-v-81a8ee2a] {
    background: #121212!important
}

[data-theme=light] .c2cBackground1[data-v-81a8ee2a] {
    background: #f5f5f5!important
}

[data-theme=dark] .c2cBackground1[data-v-81a8ee2a] {
    background: #242424!important
}

[data-theme=light] .c2cTabBackground[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .c2cTabBackground[data-v-81a8ee2a] {
    background: #242424!important
}

[data-theme=light] .c2cTipBackground[data-v-81a8ee2a] {
    background: #eff7ff!important
}

[data-theme=dark] .c2cTipBackground[data-v-81a8ee2a] {
    background: #121212!important
}

[data-theme=light] .lightGreybg[data-v-81a8ee2a] {
    background: #f3f5f7!important
}

[data-theme=dark] .lightGreybg[data-v-81a8ee2a] {
    background: #3a3e44!important
}

[data-theme=light] .darkGreybg[data-v-81a8ee2a] {
    background: #cbd0e3!important
}

[data-theme=dark] .darkGreybg[data-v-81a8ee2a] {
    background: #000!important
}

[data-theme=light] .homeBg[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .homeBg[data-v-81a8ee2a] {
    background: #444a53!important
}

[data-theme=light] .listCellBg[data-v-81a8ee2a] {
    background: #fff!important
}

[data-theme=dark] .listCellBg[data-v-81a8ee2a] {
    background: #45494f!important
}

.collapse-box[data-v-81a8ee2a] {
    margin-top: 1.25rem
}

[data-theme=light] .collapse-box[data-v-81a8ee2a] {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3
}

[data-theme=dark] .collapse-box[data-v-81a8ee2a] {
    border-bottom: 1px solid #15161e;
    border-top: 1px solid #15161e
}

.collapse-box[data-v-81a8ee2a] .van-collapse-item__content {
    padding: 0
}

.collapse-item[data-v-81a8ee2a] .van-cell {
    background: transparent;
    padding: 0
}

.collapse-item[data-v-81a8ee2a] .van-cell:after {
    display: none
}

.collapse-item[data-v-81a8ee2a] .van-collapse-item__title {
    background: transparent;
    padding: .625rem 1.875rem;
    font-size: 1.75rem
}

[data-theme=light] .collapse-item[data-v-81a8ee2a] .van-collapse-item__title {
    color: #868c9a
}

[data-theme=dark] .collapse-item[data-v-81a8ee2a] .van-collapse-item__title {
    color: #879099
}

.collapse-item[data-v-81a8ee2a] .van-collapse-item__content {
    background: transparent;
    padding: 0
}

@keyframes animate1-data-v-81a8ee2a {
    0% {
        opacity: 1;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes animate2-data-v-81a8ee2a {
    0% {
        opacity: 1;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.slide1[data-v-81a8ee2a] {
    animation: animate1-data-v-81a8ee2a .2s linear
}

.slide2[data-v-81a8ee2a] {
    animation: animate2-data-v-81a8ee2a .2s linear
}

.tabBtn[data-v-81a8ee2a] {
    border: 2px solid #eaedf2;
    border-radius: .5625rem;
    color: #868d9a
}

[data-theme=dark] .activeBtn[data-v-81a8ee2a],[data-theme=light] .activeBtn[data-v-81a8ee2a] {
    background: #0065ff
}

.activeBtn[data-v-81a8ee2a] {
    color: #fff;
    border: none
}

.pb-180[data-v-81a8ee2a] .van-tab {
    flex: initial;
    padding: 0 2rem
}

.pb-180[data-v-81a8ee2a] .van-tab__text--ellipsis {
    padding: .875rem 0
}

.pb-180[data-v-81a8ee2a] .van-tabs__line {
    display: none;
    width: 10rem
}

.buttonSafe[data-v-81a8ee2a] {
    bottom: calc(constant(safe-area-inset-bottom));
    bottom: calc(env(safe-area-inset-bottom))
}

[data-theme=light] .trend-detail .tabBtn[data-v-81a8ee2a] {
    border: 2px solid #f3f3f3
}

[data-theme=dark] .trend-detail .tabBtn[data-v-81a8ee2a] {
    border: 2px solid #15161e
}

[data-theme=dark] .trend-detail[data-v-81a8ee2a] .van-tabs__nav,[data-theme=light] .trend-detail[data-v-81a8ee2a] .van-tabs__nav {
    background: none
}

[data-theme=light] .trend-detail[data-v-81a8ee2a] .van-tab--active {
    color: #333
}

[data-theme=dark] .trend-detail[data-v-81a8ee2a] .van-tab--active {
    color: #fff
}

.trend-detail .activeBtn[data-v-81a8ee2a] {
    border: none!important
}

.tabs2Class[data-v-81a8ee2a] .van-tabs__wrap {
    border-radius: .625rem;
    padding: 0 .5rem
}

[data-theme=light] .tabs2Class[data-v-81a8ee2a] .van-tabs__wrap {
    background: #eceff8!important
}

[data-theme=dark] .tabs2Class[data-v-81a8ee2a] .van-tabs__wrap {
    background: #161a21!important
}

.tabs2Class[data-v-81a8ee2a] .van-tab {
    flex: 1;
    border-radius: .625rem;
    height: auto!important
}

[data-theme=dark] .tabs2Class[data-v-81a8ee2a] .van-tab--active,[data-theme=light] .tabs2Class[data-v-81a8ee2a] .van-tab--active {
    color: #fff!important;
    background: #0065ff!important
}

.deep-chart-box[data-v-81a8ee2a] {
    padding-left: 1.875rem;
    overflow: hidden
}

.capital-box[data-v-81a8ee2a] {
    padding: 1.875rem 1.875rem
}

.capital-box .capital-flows[data-v-81a8ee2a] {
    display: flex;
    align-items: center
}

.capital-box .capital-flows .title[data-v-81a8ee2a] {
    color: #ecf0f8;
    font-size: 1rem;
    font-weight: 700;
    margin-right: .625rem;
    display: flex
}

.capital-box .tab-box[data-v-81a8ee2a] {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.25rem
}

.capital-box .tab-box .tab-item[data-v-81a8ee2a] {
    padding: .9375rem 1.375rem;
    background: #171a27;
    border-radius: 2px;
    color: #fff;
    font-size: 1.875rem;
    margin-right: 1.875rem;
    margin-bottom: 1.25rem;
    font-size: .875rem
}

.capital-box .pie-box[data-v-81a8ee2a] {
    background: #161d2b;
    padding: 3.125rem 0
}

.capital-box .order-box[data-v-81a8ee2a] {
    border: 1px dashed #3c3f55;
    border-radius: .1875rem;
    margin-top: 1.25rem;
    color: #c5cbd8
}

.capital-box .order-box .order-header[data-v-81a8ee2a] {
    display: flex
}

.capital-box .order-box .flex-item[data-v-81a8ee2a] {
    flex: 1;
    text-align: center;
    padding: 1.25rem 0
}

.capital-box .capital-title[data-v-81a8ee2a] {
    padding-top: 1.875rem
}

.capital-box .capital-title .title[data-v-81a8ee2a] {
    color: #ecf0f8;
    font-size: 1.875rem;
    font-weight: 700;
    margin-right: .625rem
}

.capital-box .capital-title .text[data-v-81a8ee2a] {
    color: #c5cbd8;
    font-size: .875rem;
    margin-top: .625rem
}

[data-theme=light] .input-background1[data-v-81a8ee2a] {
    background: #eceef2
}

[data-theme=dark] .input-background1[data-v-81a8ee2a] {
    background: #0f1015
}

[data-v-81a8ee2a] .pct-quick__btn {
    width: 5rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .625rem .625rem;
    border-radius: .5rem;
    border: 1px solid transparent;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease
}

[data-theme=light][data-v-81a8ee2a] .pct-quick__btn {
    color: #333;
    background: #eceff8;
    border-color: #f3f3f3
}

[data-theme=dark][data-v-81a8ee2a] .pct-quick__btn {
    color: #fff;
    background: #161a21;
    border-color: #15161e
}

[data-v-81a8ee2a] .pct-quick__btn:active {
    transform: scale(.96)
}

[data-v-81a8ee2a] .pct-quick__btn.pct-quick__btn--active {
    background: #0065ff!important;
    border-color: #0065ff!important;
    color: #fff!important;
    box-shadow: 0 1px 2px rgba(0,101,255,.25)
}

.buy-sell-box[data-v-81a8ee2a] {
    display: flex;
    justify-content: center;
    margin: 1.875rem 0
}

.buy-sell-box .buy-item[data-v-81a8ee2a] {
    display: flex
}

[data-theme=light] .buy-sell-box .buy-item[data-v-81a8ee2a] {
    color: #333
}

[data-theme=dark] .buy-sell-box .buy-item[data-v-81a8ee2a] {
    color: #fff
}

.buy-sell-box .buy-item .bg-line[data-v-81a8ee2a] {
    width: 2.5rem;
    height: 2.5rem;
    background: #1abc7b;
    border-radius: .3125rem;
    margin-right: .625rem
}

.buy-sell-box .sell-item[data-v-81a8ee2a] {
    margin-left: 1.875rem;
    display: flex
}

[data-theme=light] .buy-sell-box .sell-item[data-v-81a8ee2a] {
    color: #333
}

[data-theme=dark] .buy-sell-box .sell-item[data-v-81a8ee2a] {
    color: #fff
}

.buy-sell-box .sell-item .bg-line[data-v-81a8ee2a] {
    width: 2.5rem;
    height: 2.5rem;
    background: #d9001b;
    border-radius: .3125rem;
    margin-right: .625rem
}

.bg-white .capital-flows[data-v-81a8ee2a] {
    display: flex;
    align-items: center
}

.bg-white .capital-flows .title[data-v-81a8ee2a] {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin-right: .625rem;
    display: flex
}

.bg-white .tab-box .tab-item[data-v-81a8ee2a] {
    background: #f7f8fa;
    color: #000;
    font-size: .875rem
}

.bg-white .pie-box[data-v-81a8ee2a] {
    background: #fff;
    padding: 3.125rem 0
}

.bg-white .order-box[data-v-81a8ee2a] {
    border: 1px dashed #000;
    border-radius: .1875rem;
    margin-top: 1.25rem;
    color: #000
}

.bg-white .capital-title[data-v-81a8ee2a] {
    padding-top: 1.875rem
}

.bg-white .capital-title .title[data-v-81a8ee2a] {
    color: #000;
    font-size: 1.875rem;
    font-weight: 700;
    margin-right: .625rem
}

.bg-white .capital-title .text[data-v-81a8ee2a] {
    color: #000;
    font-size: .875rem;
    margin-top: .625rem
}

[data-theme=light][data-v-81a8ee2a] .van-popup {
    background: #fff
}

[data-theme=dark][data-v-81a8ee2a] .van-popup {
    background: #000
}

.tabContent[data-v-81a8ee2a] .van-tabs__wrap {
    height: 100%!important
}

.flex-container[data-v-81a8ee2a] {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .625rem
}

.flex-container .item[data-v-81a8ee2a] {
    flex: 1 1 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: .3125rem
}

.flex-shrink[data-v-81a8ee2a] {
    flex-shrink: 0
}

.ratio-box[data-v-81a8ee2a] {
    position: relative;
    width: 5rem;
    height: 1rem;
    background-color: hsla(0,0%,100%,.2);
    border-radius: .5rem;
    overflow: hidden
}

.ratio-indicator[data-v-81a8ee2a] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: .5rem;
    opacity: .6;
    transition: width .3s ease
}

.ratio-text[data-v-81a8ee2a] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: #fff;
    z-index: 1
}

.trend-stat-col[data-v-81a8ee2a] {
    max-width: 100%
}

.trend-stat-row[data-v-81a8ee2a] {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: start;
    column-gap: .75rem;
    row-gap: 2px;
    margin-bottom: .875rem;
    width: 100%
}

.trend-stat-row[data-v-81a8ee2a]:last-child {
    margin-bottom: 0
}

.trend-stat-label[data-v-81a8ee2a] {
    line-height: 1.35;
    word-break: break-word;
    overflow-wrap: anywhere
}

.trend-stat-value[data-v-81a8ee2a] {
    line-height: 1.35;
    white-space: nowrap;
    text-align: right;
    font-variant-numeric: tabular-nums
}

[data-v-81a8ee2a] .delivery-tab-shake {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font: inherit;
    line-height: 1.2;
    color: inherit;
    background: transparent;
    border: none;
    padding: 0;
    min-height: 0
}

[data-v-81a8ee2a] .van-tabs__wrap {
    background: transparent;
    height: auto!important
}

[data-v-81a8ee2a] .van-tabs__nav--line {
    padding: .625rem 0!important
}
