zzzz
2024-03-27 061c418c4bc61154241cb18731a0f62f144e06b4
1
.van-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#323233}.van-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px 16px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#f2f3f5}.van-action-sheet__item{line-height:22px}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:#c8c9cc}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:#fff}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#646566}.van-action-sheet__subname{margin-top:8px;color:#969799;font-size:12px;line-height:18px}.van-action-sheet__gap{display:block;height:8px;background-color:#f7f8fa}.van-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:20px 16px;color:#969799;font-size:14px;line-height:20px;text-align:center}.van-action-sheet__description: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-action-sheet__loading-icon .van-loading__spinner{width:22px;height:22px}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}.van-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:44px}.van-picker__cancel,.van-picker__confirm{height:100%;padding:0 16px;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-picker__cancel:active,.van-picker__confirm:active{opacity:.7}.van-picker__confirm{color:#576b95}.van-picker__cancel{color:#969799}.van-picker__title{max-width:50%;font-weight:500;font-size:16px;line-height:20px;text-align:center}.van-picker__columns{position:relative;cursor:grab}.van-picker__columns,.van-picker__loading{display:-webkit-box;display:-webkit-flex;display:flex}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#1989fa;background-color:hsla(0,0%,100%,.9)}.van-picker__frame{top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-picker__frame,.van-picker__mask{position:absolute;pointer-events:none}.van-picker__mask{top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0)}.van-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:16px}.van-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.van-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#000}.van-picker-column__item--disabled{cursor:not-allowed;opacity:.3}.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-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}.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-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}[data-theme=light] .mainBackground[data-v-77f40d14]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-77f40d14]{background:#121212!important}[data-theme=light] .textColor[data-v-77f40d14]{color:#333!important}[data-theme=dark] .textColor[data-v-77f40d14]{color:#fff!important}[data-theme=light] .textColor1[data-v-77f40d14]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-77f40d14]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-77f40d14]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-77f40d14]{color:#fff!important}[data-theme=light] .textColor3[data-v-77f40d14]{color:#000!important}[data-theme=dark] .textColor3[data-v-77f40d14]{color:#fff!important}[data-theme=light] .c2cColor[data-v-77f40d14]{color:#000!important}[data-theme=dark] .c2cColor[data-v-77f40d14]{color:#fff!important}[data-theme=light] .tabBackground[data-v-77f40d14]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-77f40d14]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-77f40d14]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-77f40d14]{background:#000!important}[data-theme=light] .tabBackground2[data-v-77f40d14]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-77f40d14]{background:#242424!important}[data-theme=dark] .activeLine[data-v-77f40d14],[data-theme=light] .activeLine[data-v-77f40d14]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-77f40d14]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-77f40d14]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-77f40d14],[data-theme=light] .btnMain[data-v-77f40d14]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-77f40d14],[data-theme=light] .colorMain[data-v-77f40d14]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-77f40d14],[data-theme=light] .borderMain[data-v-77f40d14]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-77f40d14]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-77f40d14]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-77f40d14]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-77f40d14]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-77f40d14]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-77f40d14]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-77f40d14]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-77f40d14]{background:#121212!important}[data-theme=light] .contBackground[data-v-77f40d14]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-77f40d14]{background:#242424!important}[data-theme=light] .titleColor[data-v-77f40d14]{color:#000!important}[data-theme=dark] .titleColor[data-v-77f40d14]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-77f40d14]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-77f40d14]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-77f40d14]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-77f40d14]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-77f40d14]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-77f40d14]{background:#474b62!important}[data-theme=light] .diviLine[data-v-77f40d14]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-77f40d14]{background:#111!important}[data-theme=light] .bgStep[data-v-77f40d14]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-77f40d14]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-77f40d14]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-77f40d14]{background:#313346!important}[data-theme=light] .chatBg[data-v-77f40d14]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-77f40d14]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-77f40d14]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-77f40d14]{background:#474b62!important}[data-theme=light] .greyBg[data-v-77f40d14]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-77f40d14]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-77f40d14]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-77f40d14]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-77f40d14]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-77f40d14]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-77f40d14]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-77f40d14]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-77f40d14]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-77f40d14]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-77f40d14]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-77f40d14]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-77f40d14]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-77f40d14]{background:#000!important}[data-theme=light] .contRound[data-v-77f40d14]{background:#fff!important}[data-theme=dark] .contRound[data-v-77f40d14]{background:#212329!important}[data-theme=light] .contNav[data-v-77f40d14]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-77f40d14]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-77f40d14],[data-theme=light] .textNew1[data-v-77f40d14]{color:#d2d2dc!important}[data-theme=light] .van-nav-bar[data-v-77f40d14]{background:#fff!important}[data-theme=dark] .van-nav-bar[data-v-77f40d14]{background:#1a1a1a!important}[data-theme=light] .mainBackground[data-v-0904413f]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-0904413f]{background:#121212!important}[data-theme=light] .textColor[data-v-0904413f]{color:#333!important}[data-theme=dark] .textColor[data-v-0904413f]{color:#fff!important}[data-theme=light] .textColor1[data-v-0904413f]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-0904413f]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-0904413f]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-0904413f]{color:#fff!important}[data-theme=light] .textColor3[data-v-0904413f]{color:#000!important}[data-theme=dark] .textColor3[data-v-0904413f]{color:#fff!important}[data-theme=light] .c2cColor[data-v-0904413f]{color:#000!important}[data-theme=dark] .c2cColor[data-v-0904413f]{color:#fff!important}[data-theme=light] .tabBackground[data-v-0904413f]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-0904413f]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-0904413f]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-0904413f]{background:#000!important}[data-theme=light] .tabBackground2[data-v-0904413f]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-0904413f]{background:#242424!important}[data-theme=dark] .activeLine[data-v-0904413f],[data-theme=light] .activeLine[data-v-0904413f]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-0904413f]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-0904413f]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-0904413f],[data-theme=light] .btnMain[data-v-0904413f]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-0904413f],[data-theme=light] .colorMain[data-v-0904413f]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-0904413f],[data-theme=light] .borderMain[data-v-0904413f]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-0904413f]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-0904413f]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-0904413f]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-0904413f]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-0904413f]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-0904413f]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-0904413f]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-0904413f]{background:#121212!important}[data-theme=light] .contBackground[data-v-0904413f]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-0904413f]{background:#242424!important}[data-theme=light] .titleColor[data-v-0904413f]{color:#000!important}[data-theme=dark] .titleColor[data-v-0904413f]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-0904413f]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-0904413f]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-0904413f]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-0904413f]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-0904413f]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-0904413f]{background:#474b62!important}[data-theme=light] .diviLine[data-v-0904413f]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-0904413f]{background:#111!important}[data-theme=light] .bgStep[data-v-0904413f]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-0904413f]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-0904413f]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-0904413f]{background:#313346!important}[data-theme=light] .chatBg[data-v-0904413f]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-0904413f]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-0904413f]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-0904413f]{background:#474b62!important}[data-theme=light] .greyBg[data-v-0904413f]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-0904413f]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-0904413f]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-0904413f]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-0904413f]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-0904413f]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-0904413f]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-0904413f]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-0904413f]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-0904413f]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-0904413f]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-0904413f]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-0904413f]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-0904413f]{background:#000!important}[data-theme=light] .contRound[data-v-0904413f]{background:#fff!important}[data-theme=dark] .contRound[data-v-0904413f]{background:#212329!important}[data-theme=light] .contNav[data-v-0904413f]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-0904413f]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-0904413f],[data-theme=light] .textNew1[data-v-0904413f]{color:#d2d2dc!important}.exchangeHistory[data-v-0904413f]{width:100%;min-height:100vh;box-sizing:border-box}[data-theme=light] .exchangeHistory[data-v-0904413f]{background:#fff}[data-theme=dark] .exchangeHistory[data-v-0904413f]{background:#121212}[data-theme=light] .exchangeHistory[data-v-0904413f] .van-nav-bar{background:#fff}[data-theme=dark] .exchangeHistory[data-v-0904413f] .van-nav-bar{background:#121212}[data-theme=light] .exchangeHistory[data-v-0904413f] .van-nav-bar__title{color:#333}[data-theme=dark] .exchangeHistory[data-v-0904413f] .van-nav-bar__title{color:#fff}[data-theme=light] .exchangeHistory[data-v-0904413f] .van-tabs__nav{background:#fff}[data-theme=dark] .exchangeHistory[data-v-0904413f] .van-tabs__nav{background:#121212}[data-theme=light] .exchangeHistory[data-v-0904413f] .van-tab{color:#333}[data-theme=dark] .exchangeHistory[data-v-0904413f] .van-tab{color:#fff}.list-tab .tab-item[data-v-0904413f]{width:11.25rem;height:4.375rem;background:#1d2439;border-radius:1.25rem;font-size:1.625rem;color:#fff;margin-right:1.25rem}.list-tab .active[data-v-0904413f]{color:#1194f7!important}[data-theme=light] .list-tab .active[data-v-0904413f]{background:#eff7ff}[data-theme=dark] .list-tab .active[data-v-0904413f]{background:#112542}.pop-box .title[data-v-0904413f]{color:#fff;font-size:2.125rem;font-weight:700;margin-top:.625rem}.pop-box .text[data-v-0904413f]{color:#818181;margin-top:1.875rem}.input-box[data-v-0904413f]{background:#262d47;font-size:1.75rem}.bgDark[data-v-0904413f]{background:#242424}.btnMain[data-v-0904413f]{background:linear-gradient(90deg,#2c64d4,#38aeea)}[data-v-0904413f] .van-cell:after{border-bottom:none}