.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-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)}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;font-size:30px;border:1px solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch,.van-switch__node{height:1em;background-color:#fff}.van-switch__node{position:absolute;top:0;left:0;width:1em;font-size:inherit;border-radius:100%;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}.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-popover{position:absolute;overflow:visible;background-color:transparent;-webkit-transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,transform .15s;transition:opacity .15s,transform .15s,-webkit-transform .15s}.van-popover__wrapper{display:inline-block}.van-popover__arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px}.van-popover__content{overflow:hidden;border-radius:8px}.van-popover__action{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:128px;height:44px;padding:0 16px;font-size:14px;line-height:20px;cursor:pointer}.van-popover__action:last-child .van-popover__action-text:after{display:none}.van-popover__action-text{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;height:100%}.van-popover__action-icon{margin-right:8px;font-size:20px}.van-popover__action--with-icon .van-popover__action-text{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.van-popover[data-popper-placement^=top] .van-popover__arrow{bottom:0;border-top-color:currentColor;border-bottom-width:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.van-popover[data-popper-placement=top]{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.van-popover[data-popper-placement=top] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=top-start]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=top-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=top-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=top-end] .van-popover__arrow{right:16px}.van-popover[data-popper-placement^=left] .van-popover__arrow{right:0;border-right-width:0;border-left-color:currentColor;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-popover[data-popper-placement=left]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.van-popover[data-popper-placement=left] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=left-start]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=left-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=left-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=left-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=right] .van-popover__arrow{left:0;border-right-color:currentColor;border-left-width:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.van-popover[data-popper-placement=right]{-webkit-transform-origin:0 50%;transform-origin:0 50%}.van-popover[data-popper-placement=right] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=right-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=right-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=right-end]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=right-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=bottom] .van-popover__arrow{top:0;border-top-width:0;border-bottom-color:currentColor;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.van-popover[data-popper-placement=bottom]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.van-popover[data-popper-placement=bottom] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=bottom-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=bottom-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=bottom-end]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=bottom-end] .van-popover__arrow{right:16px}.van-popover--light{color:#323233}.van-popover--light .van-popover__content{background-color:#fff;box-shadow:0 2px 12px rgba(50,50,51,.12)}.van-popover--light .van-popover__arrow{color:#fff}.van-popover--light .van-popover__action:active{background-color:#f2f3f5}.van-popover--light .van-popover__action--disabled{color:#c8c9cc;cursor:not-allowed}.van-popover--light .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark{color:#fff}.van-popover--dark .van-popover__content{background-color:#4a4a4a}.van-popover--dark .van-popover__arrow{color:#4a4a4a}.van-popover--dark .van-popover__action:active{background-color:rgba(0,0,0,.2)}.van-popover--dark .van-popover__action--disabled{color:#969799}.van-popover--dark .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark .van-popover__action-text:after{border-color:#646566}.van-popover-zoom-enter,.van-popover-zoom-leave-active{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.van-popover-zoom-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popover-zoom-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-divider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:16px 0;color:#969799;font-size:14px;line-height:24px;border-color:#ebedf0;border-style:solid;border-width:0}.van-divider:after,.van-divider:before{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:1px 0 0}.van-divider:before{content:""}.van-divider--hairline:after,.van-divider--hairline:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center:before,.van-divider--content-left:before,.van-divider--content-right:before{margin-right:16px}.van-divider--content-center:after,.van-divider--content-left:after,.van-divider--content-right:after{margin-left:16px;content:""}.van-divider--content-left:before,.van-divider--content-right:after{max-width:10%}[data-theme=light] .mainBackground[data-v-fa8de6ec]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-fa8de6ec]{background:#121212!important}[data-theme=light] .textColor[data-v-fa8de6ec]{color:#333!important}[data-theme=dark] .textColor[data-v-fa8de6ec]{color:#fff!important}[data-theme=light] .textColor1[data-v-fa8de6ec]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-fa8de6ec]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-fa8de6ec]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-fa8de6ec]{color:#fff!important}[data-theme=light] .textColor3[data-v-fa8de6ec]{color:#000!important}[data-theme=dark] .textColor3[data-v-fa8de6ec]{color:#fff!important}[data-theme=light] .c2cColor[data-v-fa8de6ec]{color:#000!important}[data-theme=dark] .c2cColor[data-v-fa8de6ec]{color:#fff!important}[data-theme=light] .tabBackground[data-v-fa8de6ec]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-fa8de6ec]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-fa8de6ec]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-fa8de6ec]{background:#000!important}[data-theme=light] .tabBackground2[data-v-fa8de6ec]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-fa8de6ec]{background:#242424!important}[data-theme=dark] .activeLine[data-v-fa8de6ec],[data-theme=light] .activeLine[data-v-fa8de6ec]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-fa8de6ec]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-fa8de6ec]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-fa8de6ec],[data-theme=light] .btnMain[data-v-fa8de6ec]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-fa8de6ec],[data-theme=light] .colorMain[data-v-fa8de6ec]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-fa8de6ec],[data-theme=light] .borderMain[data-v-fa8de6ec]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-fa8de6ec]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-fa8de6ec]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-fa8de6ec]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-fa8de6ec]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-fa8de6ec]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-fa8de6ec]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-fa8de6ec]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-fa8de6ec]{background:#121212!important}[data-theme=light] .contBackground[data-v-fa8de6ec]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-fa8de6ec]{background:#242424!important}[data-theme=light] .titleColor[data-v-fa8de6ec]{color:#000!important}[data-theme=dark] .titleColor[data-v-fa8de6ec]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-fa8de6ec]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-fa8de6ec]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-fa8de6ec]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-fa8de6ec]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-fa8de6ec]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-fa8de6ec]{background:#474b62!important}[data-theme=light] .diviLine[data-v-fa8de6ec]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-fa8de6ec]{background:#111!important}[data-theme=light] .bgStep[data-v-fa8de6ec]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-fa8de6ec]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-fa8de6ec]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-fa8de6ec]{background:#313346!important}[data-theme=light] .chatBg[data-v-fa8de6ec]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-fa8de6ec]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-fa8de6ec]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-fa8de6ec]{background:#474b62!important}[data-theme=light] .greyBg[data-v-fa8de6ec]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-fa8de6ec]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-fa8de6ec]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-fa8de6ec]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-fa8de6ec]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-fa8de6ec]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-fa8de6ec]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-fa8de6ec]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-fa8de6ec]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-fa8de6ec]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-fa8de6ec]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-fa8de6ec]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-fa8de6ec]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-fa8de6ec]{background:#000!important}[data-theme=light] .contRound[data-v-fa8de6ec]{background:#fff!important}[data-theme=dark] .contRound[data-v-fa8de6ec]{background:#212329!important}[data-theme=light] .contNav[data-v-fa8de6ec]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-fa8de6ec]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-fa8de6ec],[data-theme=light] .textNew1[data-v-fa8de6ec]{color:#d2d2dc!important}.c2cTrade[data-v-fa8de6ec] .van-icon{font-size:1rem}.c2cTrade[data-v-fa8de6ec] .van-button{border-radius:.625rem;background:#2ebd85}.border-bottom-1px[data-v-fa8de6ec]{position:relative}.border-bottom-1px[data-v-fa8de6ec]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border-bottom:1px solid #eaebee;-webkit-transform:scale(.5);transform:scale(.5)}[data-theme=light] .mainBackground[data-v-ffcb3a72]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-ffcb3a72]{background:#121212!important}[data-theme=light] .textColor[data-v-ffcb3a72]{color:#333!important}[data-theme=dark] .textColor[data-v-ffcb3a72]{color:#fff!important}[data-theme=light] .textColor1[data-v-ffcb3a72]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-ffcb3a72]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-ffcb3a72]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-ffcb3a72]{color:#fff!important}[data-theme=light] .textColor3[data-v-ffcb3a72]{color:#000!important}[data-theme=dark] .textColor3[data-v-ffcb3a72]{color:#fff!important}[data-theme=light] .c2cColor[data-v-ffcb3a72]{color:#000!important}[data-theme=dark] .c2cColor[data-v-ffcb3a72]{color:#fff!important}[data-theme=light] .tabBackground[data-v-ffcb3a72]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-ffcb3a72]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-ffcb3a72]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-ffcb3a72]{background:#000!important}[data-theme=light] .tabBackground2[data-v-ffcb3a72]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-ffcb3a72]{background:#242424!important}[data-theme=dark] .activeLine[data-v-ffcb3a72],[data-theme=light] .activeLine[data-v-ffcb3a72]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-ffcb3a72]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-ffcb3a72]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-ffcb3a72],[data-theme=light] .btnMain[data-v-ffcb3a72]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-ffcb3a72],[data-theme=light] .colorMain[data-v-ffcb3a72]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-ffcb3a72],[data-theme=light] .borderMain[data-v-ffcb3a72]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-ffcb3a72]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-ffcb3a72]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-ffcb3a72]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-ffcb3a72]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-ffcb3a72]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-ffcb3a72]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-ffcb3a72]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-ffcb3a72]{background:#121212!important}[data-theme=light] .contBackground[data-v-ffcb3a72]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-ffcb3a72]{background:#242424!important}[data-theme=light] .titleColor[data-v-ffcb3a72]{color:#000!important}[data-theme=dark] .titleColor[data-v-ffcb3a72]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-ffcb3a72]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-ffcb3a72]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-ffcb3a72]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-ffcb3a72]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-ffcb3a72]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-ffcb3a72]{background:#474b62!important}[data-theme=light] .diviLine[data-v-ffcb3a72]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-ffcb3a72]{background:#111!important}[data-theme=light] .bgStep[data-v-ffcb3a72]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-ffcb3a72]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-ffcb3a72]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-ffcb3a72]{background:#313346!important}[data-theme=light] .chatBg[data-v-ffcb3a72]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-ffcb3a72]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-ffcb3a72]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-ffcb3a72]{background:#474b62!important}[data-theme=light] .greyBg[data-v-ffcb3a72]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-ffcb3a72]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-ffcb3a72]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-ffcb3a72]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-ffcb3a72]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-ffcb3a72]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-ffcb3a72]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-ffcb3a72]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-ffcb3a72]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-ffcb3a72]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-ffcb3a72]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-ffcb3a72]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-ffcb3a72]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-ffcb3a72]{background:#000!important}[data-theme=light] .contRound[data-v-ffcb3a72]{background:#fff!important}[data-theme=dark] .contRound[data-v-ffcb3a72]{background:#212329!important}[data-theme=light] .contNav[data-v-ffcb3a72]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-ffcb3a72]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-ffcb3a72],[data-theme=light] .textNew1[data-v-ffcb3a72]{color:#d2d2dc!important}.c2cBuy[data-v-ffcb3a72] .van-button{border-radius:.625rem;background:#2ebd85}.buy-item[data-v-ffcb3a72]{border-radius:1.5625rem;box-shadow:0 0 .5rem rgba(0,0,0,.2)}.border-ra[data-v-ffcb3a72]{border-radius:.625rem}.buy-item-title[data-v-ffcb3a72]{position:relative}.buy-item-title[data-v-ffcb3a72]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border-bottom:1px solid #eaebee;-webkit-transform:scale(.5);transform:scale(.5)}.buy-item-input input[data-v-ffcb3a72]{border-radius:.625rem}[data-theme=light] .buy-item-input input[data-v-ffcb3a72]{background:#f5f5f5}[data-theme=dark] .buy-item-input input[data-v-ffcb3a72]{background:#242424}.buy-item-input .text[data-v-ffcb3a72]{top:50%;transform:translateY(-50%)}.tips[data-v-ffcb3a72]{border-radius:.5rem}[data-theme=light] .mainBackground[data-v-541ff62f]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-541ff62f]{background:#121212!important}[data-theme=light] .textColor[data-v-541ff62f]{color:#333!important}[data-theme=dark] .textColor[data-v-541ff62f]{color:#fff!important}[data-theme=light] .textColor1[data-v-541ff62f]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-541ff62f]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-541ff62f]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-541ff62f]{color:#fff!important}[data-theme=light] .textColor3[data-v-541ff62f]{color:#000!important}[data-theme=dark] .textColor3[data-v-541ff62f]{color:#fff!important}[data-theme=light] .c2cColor[data-v-541ff62f]{color:#000!important}[data-theme=dark] .c2cColor[data-v-541ff62f]{color:#fff!important}[data-theme=light] .tabBackground[data-v-541ff62f]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-541ff62f]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-541ff62f]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-541ff62f]{background:#000!important}[data-theme=light] .tabBackground2[data-v-541ff62f]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-541ff62f]{background:#242424!important}[data-theme=dark] .activeLine[data-v-541ff62f],[data-theme=light] .activeLine[data-v-541ff62f]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-541ff62f]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-541ff62f]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-541ff62f],[data-theme=light] .btnMain[data-v-541ff62f]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-541ff62f],[data-theme=light] .colorMain[data-v-541ff62f]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-541ff62f],[data-theme=light] .borderMain[data-v-541ff62f]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-541ff62f]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-541ff62f]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-541ff62f]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-541ff62f]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-541ff62f]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-541ff62f]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-541ff62f]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-541ff62f]{background:#121212!important}[data-theme=light] .contBackground[data-v-541ff62f]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-541ff62f]{background:#242424!important}[data-theme=light] .titleColor[data-v-541ff62f]{color:#000!important}[data-theme=dark] .titleColor[data-v-541ff62f]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-541ff62f]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-541ff62f]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-541ff62f]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-541ff62f]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-541ff62f]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-541ff62f]{background:#474b62!important}[data-theme=light] .diviLine[data-v-541ff62f]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-541ff62f]{background:#111!important}[data-theme=light] .bgStep[data-v-541ff62f]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-541ff62f]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-541ff62f]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-541ff62f]{background:#313346!important}[data-theme=light] .chatBg[data-v-541ff62f]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-541ff62f]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-541ff62f]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-541ff62f]{background:#474b62!important}[data-theme=light] .greyBg[data-v-541ff62f]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-541ff62f]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-541ff62f]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-541ff62f]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-541ff62f]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-541ff62f]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-541ff62f]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-541ff62f]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-541ff62f]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-541ff62f]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-541ff62f]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-541ff62f]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-541ff62f]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-541ff62f]{background:#000!important}[data-theme=light] .contRound[data-v-541ff62f]{background:#fff!important}[data-theme=dark] .contRound[data-v-541ff62f]{background:#212329!important}[data-theme=light] .contNav[data-v-541ff62f]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-541ff62f]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-541ff62f],[data-theme=light] .textNew1[data-v-541ff62f]{color:#d2d2dc!important}[data-v-541ff62f] .van-button{border-radius:.625rem;background:#2ebd85}.buy-item[data-v-541ff62f]{border-radius:1.5625rem;box-shadow:0 0 .5rem rgba(0,0,0,.2)}.border-ra[data-v-541ff62f]{border-radius:.625rem}.buy-item-title[data-v-541ff62f]{position:relative}.buy-item-title[data-v-541ff62f]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border-bottom:1px solid #eaebee;-webkit-transform:scale(.5);transform:scale(.5)}.buy-item-input input[data-v-541ff62f]{border-radius:.625rem}[data-theme=light] .buy-item-input input[data-v-541ff62f]{background:#f5f5f5}[data-theme=dark] .buy-item-input input[data-v-541ff62f]{background:#242424}.buy-item-input .text[data-v-541ff62f]{top:50%;transform:translateY(-50%)}.border-bottom-1px[data-v-541ff62f]{position:relative}.border-bottom-1px[data-v-541ff62f]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border-bottom:1px solid #eaebee;-webkit-transform:scale(.5);transform:scale(.5)}.tips[data-v-541ff62f]{border-radius:.5rem}