.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-field__label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 6.2em;
    margin-right: 12px;
    color: #646566;
    text-align: left;
    word-wrap: break-word
}

.van-field__label--center {
    text-align: center
}

.van-field__label--right {
    text-align: right
}

.van-field--disabled .van-field__label {
    color: #c8c9cc
}

.van-field__value {
    overflow: visible
}

.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none
}

.van-field__control::-webkit-input-placeholder {
    color: #c8c9cc
}

.van-field__control::placeholder {
    color: #c8c9cc
}

.van-field__control:disabled {
    color: #c8c9cc;
    cursor: not-allowed;
    opacity: 1;
    -webkit-text-fill-color: #c8c9cc
}

.van-field__control:read-only {
    cursor: default
}

.van-field__control--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.van-field__control--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right
}

.van-field__control--custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 24px
}

.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time] {
    min-height: 24px
}

.van-field__control[type=search] {
    -webkit-appearance: none
}

.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.van-field__clear,.van-field__right-icon {
    margin-right: -8px;
    padding: 0 8px;
    line-height: inherit
}

.van-field__clear {
    color: #c8c9cc;
    font-size: 16px;
    cursor: pointer
}

.van-field__left-icon .van-icon,.van-field__right-icon .van-icon {
    display: block;
    font-size: 16px;
    line-height: inherit
}

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

.van-field__right-icon {
    color: #969799
}

.van-field__button {
    padding-left: 8px
}

.van-field__error-message {
    color: #ee0a24;
    font-size: 12px;
    text-align: left
}

.van-field__error-message--center {
    text-align: center
}

.van-field__error-message--right {
    text-align: right
}

.van-field__word-limit {
    margin-top: 4px;
    color: #646566;
    font-size: 12px;
    line-height: 16px;
    text-align: right
}

.van-field--error .van-field__control::-webkit-input-placeholder {
    color: #ee0a24;
    -webkit-text-fill-color: currentColor
}

.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder {
    color: #ee0a24;
    -webkit-text-fill-color: currentColor
}

.van-field--min-height .van-field__control {
    min-height: 60px
}

.van-search {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 12px;
    background-color: #fff
}

.van-search,.van-search__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.van-search__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 12px;
    background-color: #f7f8fa;
    border-radius: 2px
}

.van-search__content--round {
    border-radius: 999px
}

.van-search__label {
    padding: 0 5px;
    color: #323233;
    font-size: 14px;
    line-height: 34px
}

.van-search .van-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 5px 8px 5px 0;
    background-color: transparent
}

.van-search .van-cell .van-field__left-icon {
    color: #969799
}

.van-search--show-action {
    padding-right: 0
}

.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration {
    display: none
}

.van-search__action {
    padding: 0 8px;
    color: #323233;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.van-search__action:active {
    background-color: #f2f3f5
}

.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
}

.spark-line[data-v-589ec74d] {
    width: 4.375rem;
    height: 2.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-theme=light] .homeTabBackground[data-v-105fe21c] {
    background: #171a21!important
}

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

[data-theme=light] .homeTabBackground1[data-v-105fe21c] {
    background: #ffffff!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ex-hot-container[data-v-105fe21c] {
    border-radius: 1.25rem
}

.ex-hot-item[data-v-105fe21c] {
    border: 1px solid
}

[data-theme=light] .ex-hot-item[data-v-105fe21c] {
    border-color: #e5e7ed
}

[data-theme=dark] .ex-hot-item[data-v-105fe21c] {
    border-color: #393e49
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quotes-page[data-v-744f82c6] {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh
}

[data-theme=light] .quotes-page[data-v-744f82c6] {
    background: #fff
}

[data-theme=dark] .quotes-page[data-v-744f82c6] {
    background: #000
}

[data-theme=light] .search-input[data-v-744f82c6] {
    color: #333
}

[data-theme=dark] .search-input[data-v-744f82c6] {
    color: #fff
}

.search-placeholder[data-v-744f82c6] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

[data-theme=light] .inputBoxbg[data-v-744f82c6] {
    background: #eceef2
}

[data-theme=dark] .inputBoxbg[data-v-744f82c6] {
    background: #0f1015
}

.quotes-add-favorite[data-v-744f82c6] {
    padding-bottom: 2.5rem
}

.quotes-add-grid[data-v-744f82c6] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.875rem;
    margin-top: 1.5rem
}

.quotes-add-card[data-v-744f82c6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.875rem 1.875rem;
    border-radius: 1rem;
    position: relative
}

[data-theme=light] .quotes-add-card[data-v-744f82c6] {
    background: #f3f4f7
}

[data-theme=dark] .quotes-add-card[data-v-744f82c6] {
    background: #171a21
}

.quotes-add-logo[data-v-744f82c6] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%
}

.quotes-add-checkbox[data-v-744f82c6] {
    width: 2.25rem;
    height: 2.25rem;
    border: 2px solid #929292;
    border-radius: .375rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.quotes-add-checkbox--checked[data-v-744f82c6] {
    background: #1194f7;
    border-color: #1194f7
}

.quotes-add-checkbox--checked .van-icon[data-v-744f82c6] {
    color: #fff;
    font-size: 1.5rem
}

.quotes-add-btn[data-v-744f82c6] {
    margin-top: 5rem;
    padding: 1.75rem;
    border-radius: 62.4375rem;
    background: #1194f7;
    font-size: 2rem;
    font-weight: 600;
    color: #fff
}

.quotes-tabs[data-v-744f82c6] {
    padding: 1.5rem 0 1.25rem 2rem
}

.quotes-tab[data-v-744f82c6] {
    flex-shrink: 0;
    padding: .75rem 1.25rem;
    font-size: 1.75rem;
    white-space: nowrap
}

[data-v-744f82c6] .van-tab .quotes-tab-shake {
    font-size: inherit
}

[data-theme=dark][data-v-744f82c6] .van-tab .quotes-tab-shake,[data-theme=light][data-v-744f82c6] .van-tab .quotes-tab-shake {
    color: inherit
}

[data-v-744f82c6] .van-tab--active {
    font-weight: 700
}

[data-theme=light][data-v-744f82c6] .van-tab--active {
    color: #000!important
}

.quotes-subtabs[data-v-744f82c6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 2rem 2rem 2rem
}

.quotes-subtab[data-v-744f82c6] {
    padding: 0 1.75rem;
    font-size: 1.625rem;
    border-radius: 62.4375rem
}

[data-theme=light] .quotes-subtab[data-v-744f82c6] {
    color: #868c9a
}

[data-theme=dark] .quotes-subtab[data-v-744f82c6] {
    color: #879099
}

[data-theme=light] .quotes-subtab.quotes-subtab--active[data-v-744f82c6] {
    color: #333
}

[data-theme=dark] .quotes-subtab.quotes-subtab--active[data-v-744f82c6] {
    color: #fff
}

.quotes-header[data-v-744f82c6] {
    padding: 1.25rem 2rem
}

[data-theme=light] .quotes-header[data-v-744f82c6] {
    background: #fff;
    border-color: #e5e7ed
}

[data-theme=dark] .quotes-header[data-v-744f82c6] {
    background: #000;
    border-color: #393e49
}

.quotes-header-inner[data-v-744f82c6] {
    display: flex;
    align-items: center;
    width: 100%
}

.quotes-header-cell[data-v-744f82c6] {
    display: flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
    flex-shrink: 0
}

.quotes-header-left[data-v-744f82c6] {
    flex: 1;
    min-width: 0;
    flex-shrink: 1;
    overflow: hidden
}

.quotes-header-mid[data-v-744f82c6],.quotes-header-right[data-v-744f82c6] {
    flex-shrink: 0;
    justify-content: flex-end;
    margin-left: .5rem
}

.quotes-header-right[data-v-744f82c6] {
    min-width: 8.125rem
}

.quotes-sort[data-v-744f82c6] {
    cursor: pointer;
    display: inline-flex
}

.quotes-sort-icon[data-v-744f82c6] {
    font-size: 1.125rem;
    line-height: .7;
    font-style: normal;
    transform: scaleY(.5)
}

[data-theme=light] .quotes-sort-icon[data-v-744f82c6] {
    color: #868c9a
}

[data-theme=dark] .quotes-sort-icon[data-v-744f82c6] {
    color: #879099
}

.quotes-sort-icon.quotes-sort-icon--active[data-v-744f82c6] {
    opacity: 1;
    color: #1194f7
}

[data-theme=light] .border-b-grey[data-v-744f82c6] {
    border-bottom: 1px solid #e5e7ed
}

[data-theme=dark] .border-b-grey[data-v-744f82c6] {
    border-bottom: 1px solid #393e49
}

.quotes-list[data-v-744f82c6] {
    padding-bottom: 1.5rem
}

.quotes-row[data-v-744f82c6] {
    display: flex;
    align-items: center;
    padding: 1.75rem 0
}

[data-theme=light] .quotes-row[data-v-744f82c6] {
    border-color: #e5e7ed
}

[data-theme=dark] .quotes-row[data-v-744f82c6] {
    border-color: #393e49
}

.quotes-row[data-v-744f82c6] {
    cursor: pointer
}

.quotes-row-left[data-v-744f82c6] {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1rem
}

.quotes-row-logo[data-v-744f82c6] {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    object-fit: contain;
    flex-shrink: 0
}

.quotes-row-info[data-v-744f82c6] {
    min-width: 0
}

.quotes-row-mid[data-v-744f82c6] {
    flex: 1;
    flex-shrink: 0;
    text-align: right
}

.quotes-row-right[data-v-744f82c6] {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end
}

.quotes-change[data-v-744f82c6] {
    min-width: 9.375rem;
    padding: .9375rem .625rem;
    font-size: 1.625rem;
    font-weight: 600
}

[data-theme=dark] .quotes-change[data-v-744f82c6],[data-theme=light] .quotes-change[data-v-744f82c6] {
    color: #fff!important
}

.quotes-change[data-v-744f82c6] {
    border-radius: .5rem;
    white-space: nowrap;
    text-align: center
}

.quotes-change--up[data-v-744f82c6] {
    background: #0cb775
}

.quotes-change--down[data-v-744f82c6] {
    background: #fa465f
}

.quotes-empty[data-v-744f82c6] {
    min-height: 20rem
}

[data-v-744f82c6] .van-tabs {
    padding-left: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important
}

[data-v-744f82c6] .van-tabs__nav,[data-v-744f82c6] .van-tabs__wrap {
    background: transparent;
    padding-bottom: 0!important;
    padding-top: 0!important
}

[data-v-744f82c6] .van-tabs__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0!important
}

[data-v-744f82c6] .van-tab {
    flex: none;
    font-size: .875rem;
    padding-left: 0!important;
    padding-right: 3.75rem!important
}

[data-theme=light][data-v-744f82c6] .van-tab {
    color: #868c9a!important
}

[data-theme=dark][data-v-744f82c6] .van-tab {
    color: #879099!important
}

[data-theme=light][data-v-744f82c6] .van-tab--active {
    color: #333!important
}

[data-theme=dark][data-v-744f82c6] .van-tab--active {
    color: #fff!important
}

[data-theme=light][data-v-744f82c6] .van-tab--active .van-tab__text {
    color: #333!important
}

[data-theme=dark][data-v-744f82c6] .van-tab--active .van-tab__text {
    color: #fff!important
}

[data-v-744f82c6] .van-tabs__line {
    display: none;
    height: .1875rem;
    border-radius: 2px
}

[data-theme=light][data-v-744f82c6] .van-tabs__line {
    background-color: #333!important
}

[data-theme=dark][data-v-744f82c6] .van-tabs__line {
    background-color: #fff!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-theme=light] .quotes-tabs .van-tab {
    color: #868c9a!important
}

[data-theme=dark] .quotes-tabs .van-tab {
    color: #879099!important
}

.quotes-tabs .van-tab .van-tab__text {
    padding-bottom: .3125rem
}

[data-theme=dark] .quotes-tabs .van-tab .van-tab__text,[data-theme=light] .quotes-tabs .van-tab .van-tab__text {
    border-bottom: 2px solid transparent!important
}

.quotes-tabs .van-tab--active {
    font-weight: 700
}

[data-theme=dark] .quotes-tabs .van-tab--active,[data-theme=light] .quotes-tabs .van-tab--active {
    color: #0065ff!important
}

.quotes-tabs .van-tab--active .van-tab__text {
    padding-bottom: .3125rem
}

[data-theme=dark] .quotes-tabs .van-tab--active .van-tab__text,[data-theme=light] .quotes-tabs .van-tab--active .van-tab__text {
    border-bottom: 2px solid #0065ff!important
}
