.van-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.van-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:#969799;font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.van-empty{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-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:32px 0}.van-empty__image{width:160px;height:160px}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:16px;padding:0 60px;color:#969799;font-size:14px;line-height:20px}.van-empty__bottom{margin-top:24px}.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-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-collapse-item{position:relative}.van-collapse-item--border:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:0;right:16px;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon:before{-webkit-transform:rotate(90deg) translateZ(0);transform:rotate(90deg) translateZ(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.van-collapse-item__title:after{right:16px;display:none}.van-collapse-item__title--expanded .van-cell__right-icon:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded:after{display:block}.van-collapse-item__title--borderless:after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out;will-change:height}.van-collapse-item__content{padding:12px 16px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}.van-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}[data-theme=light] .mainBackground[data-v-fbc92378]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-fbc92378]{background:#121212!important}[data-theme=light] .textColor[data-v-fbc92378]{color:#333!important}[data-theme=dark] .textColor[data-v-fbc92378]{color:#fff!important}[data-theme=light] .textColor1[data-v-fbc92378]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-fbc92378]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-fbc92378]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-fbc92378]{color:#fff!important}[data-theme=light] .textColor3[data-v-fbc92378]{color:#000!important}[data-theme=dark] .textColor3[data-v-fbc92378]{color:#fff!important}[data-theme=light] .c2cColor[data-v-fbc92378]{color:#000!important}[data-theme=dark] .c2cColor[data-v-fbc92378]{color:#fff!important}[data-theme=light] .tabBackground[data-v-fbc92378]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-fbc92378]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-fbc92378]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-fbc92378]{background:#000!important}[data-theme=light] .tabBackground2[data-v-fbc92378]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-fbc92378]{background:#242424!important}[data-theme=dark] .activeLine[data-v-fbc92378],[data-theme=light] .activeLine[data-v-fbc92378]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-fbc92378]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-fbc92378]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-fbc92378],[data-theme=light] .btnMain[data-v-fbc92378]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-fbc92378],[data-theme=light] .colorMain[data-v-fbc92378]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-fbc92378],[data-theme=light] .borderMain[data-v-fbc92378]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-fbc92378]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-fbc92378]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-fbc92378]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-fbc92378]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-fbc92378]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-fbc92378]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-fbc92378]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-fbc92378]{background:#121212!important}[data-theme=light] .contBackground[data-v-fbc92378]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-fbc92378]{background:#242424!important}[data-theme=light] .titleColor[data-v-fbc92378]{color:#000!important}[data-theme=dark] .titleColor[data-v-fbc92378]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-fbc92378]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-fbc92378]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-fbc92378]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-fbc92378]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-fbc92378]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-fbc92378]{background:#474b62!important}[data-theme=light] .diviLine[data-v-fbc92378]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-fbc92378]{background:#111!important}[data-theme=light] .bgStep[data-v-fbc92378]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-fbc92378]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-fbc92378]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-fbc92378]{background:#313346!important}[data-theme=light] .chatBg[data-v-fbc92378]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-fbc92378]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-fbc92378]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-fbc92378]{background:#474b62!important}[data-theme=light] .greyBg[data-v-fbc92378]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-fbc92378]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-fbc92378]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-fbc92378]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-fbc92378]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-fbc92378]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-fbc92378]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-fbc92378]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-fbc92378]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-fbc92378]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-fbc92378]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-fbc92378]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-fbc92378]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-fbc92378]{background:#000!important}[data-theme=light] .contRound[data-v-fbc92378]{background:#fff!important}[data-theme=dark] .contRound[data-v-fbc92378]{background:#212329!important}[data-theme=light] .contNav[data-v-fbc92378]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-fbc92378]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-fbc92378],[data-theme=light] .textNew1[data-v-fbc92378]{color:#d2d2dc!important}.text-color[data-v-fbc92378]{color:#868d9a}.show[data-v-fbc92378]{height:19.375rem!important}.active[data-v-fbc92378]{border-color:#1d91ff!important}.select-wrapper[data-v-fbc92378]{overflow-y:scroll;height:5.125rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;transition:all .4s ease}.select-wrapper>div[data-v-fbc92378]{border-width:1px;border-style:solid}[data-theme=light] .select-wrapper>div[data-v-fbc92378]{border-color:#f5f5f5}[data-theme=dark] .select-wrapper>div[data-v-fbc92378]{border-color:#242424}[data-theme=light] .mainBackground[data-v-4f526b30]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-4f526b30]{background:#121212!important}[data-theme=light] .textColor[data-v-4f526b30]{color:#333!important}[data-theme=dark] .textColor[data-v-4f526b30]{color:#fff!important}[data-theme=light] .textColor1[data-v-4f526b30]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-4f526b30]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-4f526b30]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-4f526b30]{color:#fff!important}[data-theme=light] .textColor3[data-v-4f526b30]{color:#000!important}[data-theme=dark] .textColor3[data-v-4f526b30]{color:#fff!important}[data-theme=light] .c2cColor[data-v-4f526b30]{color:#000!important}[data-theme=dark] .c2cColor[data-v-4f526b30]{color:#fff!important}[data-theme=light] .tabBackground[data-v-4f526b30]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-4f526b30]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-4f526b30]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-4f526b30]{background:#000!important}[data-theme=light] .tabBackground2[data-v-4f526b30]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-4f526b30]{background:#242424!important}[data-theme=dark] .activeLine[data-v-4f526b30],[data-theme=light] .activeLine[data-v-4f526b30]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-4f526b30]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-4f526b30]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-4f526b30],[data-theme=light] .btnMain[data-v-4f526b30]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-4f526b30],[data-theme=light] .colorMain[data-v-4f526b30]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-4f526b30],[data-theme=light] .borderMain[data-v-4f526b30]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-4f526b30]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-4f526b30]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-4f526b30]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-4f526b30]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-4f526b30]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-4f526b30]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-4f526b30]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-4f526b30]{background:#121212!important}[data-theme=light] .contBackground[data-v-4f526b30]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-4f526b30]{background:#242424!important}[data-theme=light] .titleColor[data-v-4f526b30]{color:#000!important}[data-theme=dark] .titleColor[data-v-4f526b30]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-4f526b30]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-4f526b30]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-4f526b30]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-4f526b30]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-4f526b30]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-4f526b30]{background:#474b62!important}[data-theme=light] .diviLine[data-v-4f526b30]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-4f526b30]{background:#111!important}[data-theme=light] .bgStep[data-v-4f526b30]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-4f526b30]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-4f526b30]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-4f526b30]{background:#313346!important}[data-theme=light] .chatBg[data-v-4f526b30]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-4f526b30]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-4f526b30]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-4f526b30]{background:#474b62!important}[data-theme=light] .greyBg[data-v-4f526b30]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-4f526b30]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-4f526b30]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-4f526b30]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-4f526b30]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-4f526b30]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-4f526b30]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-4f526b30]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-4f526b30]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-4f526b30]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-4f526b30]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-4f526b30]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-4f526b30]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-4f526b30]{background:#000!important}[data-theme=light] .contRound[data-v-4f526b30]{background:#fff!important}[data-theme=dark] .contRound[data-v-4f526b30]{background:#212329!important}[data-theme=light] .contNav[data-v-4f526b30]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-4f526b30]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-4f526b30],[data-theme=light] .textNew1[data-v-4f526b30]{color:#d2d2dc!important}.active_trade[data-v-4f526b30]{color:#fff}[data-theme=dark] .active_trade[data-v-4f526b30],[data-theme=light] .active_trade[data-v-4f526b30]{background:#00d6ca}.rotateZ[data-v-4f526b30]{transform:rotate(180deg)}[data-v-4f526b30] .van-dropdown-menu__bar{background:none;box-shadow:none}[data-v-4f526b30] .van-collapse-item__content{padding:0}[data-theme=light] #full[data-v-4f526b30] .van-cell{background:#fff}[data-theme=dark] #full[data-v-4f526b30] .van-cell{background:#121212}[data-theme=light] #full[data-v-4f526b30] .van-cell:after{border-bottom:1px solid #f3f3f3}[data-theme=dark] #full[data-v-4f526b30] .van-cell:after{border-bottom:1px solid #111}[data-theme=dark] #full .van-switch[data-v-4f526b30],[data-theme=light] #full .van-switch[data-v-4f526b30]{background:#00d6ca}[data-theme=light] #full[data-v-4f526b30] .van-collapse-item__content{background:#fff}[data-theme=dark] #full[data-v-4f526b30] .van-collapse-item__content{background:#121212}[data-theme=light] #full[data-v-4f526b30] .van-field__control{color:#333}[data-theme=dark] #full[data-v-4f526b30] .van-field__control{color:#fff}[data-theme=light] .mainBackground[data-v-05e4723f]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-05e4723f]{background:#121212!important}[data-theme=light] .textColor[data-v-05e4723f]{color:#333!important}[data-theme=dark] .textColor[data-v-05e4723f]{color:#fff!important}[data-theme=light] .textColor1[data-v-05e4723f]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-05e4723f]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-05e4723f]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-05e4723f]{color:#fff!important}[data-theme=light] .textColor3[data-v-05e4723f]{color:#000!important}[data-theme=dark] .textColor3[data-v-05e4723f]{color:#fff!important}[data-theme=light] .c2cColor[data-v-05e4723f]{color:#000!important}[data-theme=dark] .c2cColor[data-v-05e4723f]{color:#fff!important}[data-theme=light] .tabBackground[data-v-05e4723f]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-05e4723f]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-05e4723f]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-05e4723f]{background:#000!important}[data-theme=light] .tabBackground2[data-v-05e4723f]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-05e4723f]{background:#242424!important}[data-theme=dark] .activeLine[data-v-05e4723f],[data-theme=light] .activeLine[data-v-05e4723f]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-05e4723f]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-05e4723f]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-05e4723f],[data-theme=light] .btnMain[data-v-05e4723f]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-05e4723f],[data-theme=light] .colorMain[data-v-05e4723f]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-05e4723f],[data-theme=light] .borderMain[data-v-05e4723f]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-05e4723f]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-05e4723f]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-05e4723f]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-05e4723f]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-05e4723f]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-05e4723f]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-05e4723f]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-05e4723f]{background:#121212!important}[data-theme=light] .contBackground[data-v-05e4723f]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-05e4723f]{background:#242424!important}[data-theme=light] .titleColor[data-v-05e4723f]{color:#000!important}[data-theme=dark] .titleColor[data-v-05e4723f]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-05e4723f]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-05e4723f]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-05e4723f]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-05e4723f]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-05e4723f]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-05e4723f]{background:#474b62!important}[data-theme=light] .diviLine[data-v-05e4723f]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-05e4723f]{background:#111!important}[data-theme=light] .bgStep[data-v-05e4723f]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-05e4723f]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-05e4723f]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-05e4723f]{background:#313346!important}[data-theme=light] .chatBg[data-v-05e4723f]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-05e4723f]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-05e4723f]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-05e4723f]{background:#474b62!important}[data-theme=light] .greyBg[data-v-05e4723f]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-05e4723f]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-05e4723f]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-05e4723f]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-05e4723f]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-05e4723f]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-05e4723f]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-05e4723f]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-05e4723f]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-05e4723f]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-05e4723f]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-05e4723f]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-05e4723f]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-05e4723f]{background:#000!important}[data-theme=light] .contRound[data-v-05e4723f]{background:#fff!important}[data-theme=dark] .contRound[data-v-05e4723f]{background:#212329!important}[data-theme=light] .contNav[data-v-05e4723f]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-05e4723f]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-05e4723f],[data-theme=light] .textNew1[data-v-05e4723f]{color:#d2d2dc!important}[data-v-05e4723f]::-webkit-scrollbar{width:0;height:0;color:transparent}.tabs .item[data-v-05e4723f]:last-child{margin-right:0}.popHeight[data-v-05e4723f]{height:calc(100% - 7.625rem)}.box-ra[data-v-05e4723f]{border-radius:5rem 5rem 0 0}.col[data-v-05e4723f]{color:#e7bb41}.active[data-v-05e4723f],.cl[data-v-05e4723f]{color:var(--theme-color)}.active_all[data-v-05e4723f]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOgAAABTCAYAAACVpEvOAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALnSURBVHgB7dy9jhNXGIDhz2x+qqy2IFVAWilVQpMuVAkpkibQgIASEOICEBcAXABaUQOCFhAlBaJAokCi2waoQBQUSFBBhYA188msMF6P12N77EHzPNLKx+uz5atz5ux4OgEtsbLWXVkpXqIBnp/uPB9n3ncBLZFxftwR94rhaizY7ovd6Easdzqx/v5jnH9ZEmwnoEVW17qrTYn0K524NixUgdI6jY202Pm+34h/+iMVKK30rUS6I6CF8pBmqQghh9Esq98vxdXNNwKltZoQ6e87Iy7/H7H3l75fdmPf7rXu8RwKlFZbZKS7los4D0T892vEub8HPlyKY/kiUFpvEZFmnDcOFa8/9d7feTowoVhF8/+2AoWYb6SDcV5Zj1h7uHVe8fE+gcJn84h0+ceIS/v7Vs5nEefvD5+7EWEFhX51R3q9WDn37OyNH72OOHN39HyBwoC6Ir3w75c4X7yJOHor4s270X8jUBhi3EhvHIx4cPzLlrXM6T8jDv/WG2ecR8aIMwkUSmwXaR727N219dBnUMaZP2kzzhdvYywChRFGRZqx5QlsKou0P85cMavEmQQK2xgVaZ7A3nzSG2ekeUKbJ7Xp5B/TxZkECmPYLtJHr3rjPT8XJ7UHe9ebZ//6es7j11GZb7NABWXfgslVM8PMQAdlnJtb4So2NuKEFRQqKFtJcwt76vbWLWzeITRJnJsEChWVRTp4QptxDruFrwpbXJhQ2XY3D4uWf5jsmrNfbnEFClOo88kMrkFhSnXfuytQmFKdkQoUZqCuSAUKM1JHpAKFGZp1pAKFGZtlpAKFGswqUoFCTWYRqUChRtNGKlCo2TSRChTmYNJIBQpzMkmkAoU5qhqpQGHOqkQqUFiAcSMVKCzIOJEKFBZou0gFCgs2KlKBQgOURSpQaIhhkQoUGmQwUk/1gwbKpwV+qOFJgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADN8AkwJT61YWEKJQAAAABJRU5ErkJggg==);border:2px solid #2c78f8}.active_trade[data-v-05e4723f]{color:#fff}[data-theme=dark] .active_trade[data-v-05e4723f],[data-theme=light] .active_trade[data-v-05e4723f]{background-color:#00d6ca}[data-v-05e4723f] .van-dropdown-menu__bar{background:none;box-shadow:none}.minh-82[data-v-05e4723f]{min-height:5.125rem}.mb-52[data-v-05e4723f]{margin-bottom:3.25rem}[data-theme=light] .c2cTabBackground .van-cell[data-v-05e4723f]{background:#f5f5f5;color:#333}[data-theme=dark] .c2cTabBackground .van-cell[data-v-05e4723f]{background:#242424;color:#fff}[data-theme=light] .c2cTabBackground[data-v-05e4723f] .van-field__control{color:#000}[data-theme=dark] .c2cTabBackground[data-v-05e4723f] .van-field__control{color:#fff}[data-theme=light] .mainBackground[data-v-5b721aac]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-5b721aac]{background:#121212!important}[data-theme=light] .textColor[data-v-5b721aac]{color:#333!important}[data-theme=dark] .textColor[data-v-5b721aac]{color:#fff!important}[data-theme=light] .textColor1[data-v-5b721aac]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-5b721aac]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-5b721aac]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-5b721aac]{color:#fff!important}[data-theme=light] .textColor3[data-v-5b721aac]{color:#000!important}[data-theme=dark] .textColor3[data-v-5b721aac]{color:#fff!important}[data-theme=light] .c2cColor[data-v-5b721aac]{color:#000!important}[data-theme=dark] .c2cColor[data-v-5b721aac]{color:#fff!important}[data-theme=light] .tabBackground[data-v-5b721aac]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-5b721aac]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-5b721aac]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-5b721aac]{background:#000!important}[data-theme=light] .tabBackground2[data-v-5b721aac]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-5b721aac]{background:#242424!important}[data-theme=dark] .activeLine[data-v-5b721aac],[data-theme=light] .activeLine[data-v-5b721aac]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-5b721aac]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-5b721aac]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-5b721aac],[data-theme=light] .btnMain[data-v-5b721aac]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-5b721aac],[data-theme=light] .colorMain[data-v-5b721aac]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-5b721aac],[data-theme=light] .borderMain[data-v-5b721aac]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-5b721aac]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-5b721aac]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-5b721aac]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-5b721aac]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-5b721aac]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-5b721aac]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-5b721aac]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-5b721aac]{background:#121212!important}[data-theme=light] .contBackground[data-v-5b721aac]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-5b721aac]{background:#242424!important}[data-theme=light] .titleColor[data-v-5b721aac]{color:#000!important}[data-theme=dark] .titleColor[data-v-5b721aac]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-5b721aac]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-5b721aac]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-5b721aac]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-5b721aac]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-5b721aac]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-5b721aac]{background:#474b62!important}[data-theme=light] .diviLine[data-v-5b721aac]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-5b721aac]{background:#111!important}[data-theme=light] .bgStep[data-v-5b721aac]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-5b721aac]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-5b721aac]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-5b721aac]{background:#313346!important}[data-theme=light] .chatBg[data-v-5b721aac]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-5b721aac]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-5b721aac]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-5b721aac]{background:#474b62!important}[data-theme=light] .greyBg[data-v-5b721aac]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-5b721aac]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-5b721aac]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-5b721aac]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-5b721aac]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-5b721aac]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-5b721aac]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-5b721aac]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-5b721aac]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-5b721aac]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-5b721aac]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-5b721aac]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-5b721aac]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-5b721aac]{background:#000!important}[data-theme=light] .contRound[data-v-5b721aac]{background:#fff!important}[data-theme=dark] .contRound[data-v-5b721aac]{background:#212329!important}[data-theme=light] .contNav[data-v-5b721aac]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-5b721aac]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-5b721aac],[data-theme=light] .textNew1[data-v-5b721aac]{color:#d2d2dc!important}.wantBuy[data-v-5b721aac]{width:100%;box-sizing:border-box}.dia-main[data-v-5b721aac]{padding:3.125rem;color:#000}.dia-main .dia-change[data-v-5b721aac]{text-align:center;margin-bottom:2rem;font-size:2.1875rem;font-weight:700}.dia-main .dia-text[data-v-5b721aac]{margin-bottom:2.5rem}.dia-main .dia-btn[data-v-5b721aac]{display:flex;justify-content:space-between}.dia-main .dia-btn div[data-v-5b721aac]{width:15rem;height:5rem;text-align:center;line-height:5rem;background:#eaebee;color:#21262f;font-size:2rem;border-radius:.5rem}.box-radius[data-v-5b721aac]{border-radius:2.5rem}.list-img[data-v-5b721aac]{top:-.375rem}
|