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