.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-notify{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;box-sizing:border-box;padding:8px 16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word}.van-notify--primary{background-color:#1989fa}.van-notify--success{background-color:#07c160}.van-notify--danger{background-color:#ee0a24}.van-notify--warning{background-color:#ff976a}[data-theme=light] .mainBackground[data-v-fb843b68]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-fb843b68]{background:#121212!important}[data-theme=light] .textColor[data-v-fb843b68]{color:#333!important}[data-theme=dark] .textColor[data-v-fb843b68]{color:#fff!important}[data-theme=light] .textColor1[data-v-fb843b68]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-fb843b68]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-fb843b68]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-fb843b68]{color:#fff!important}[data-theme=light] .textColor3[data-v-fb843b68]{color:#000!important}[data-theme=dark] .textColor3[data-v-fb843b68]{color:#fff!important}[data-theme=light] .c2cColor[data-v-fb843b68]{color:#000!important}[data-theme=dark] .c2cColor[data-v-fb843b68]{color:#fff!important}[data-theme=light] .tabBackground[data-v-fb843b68]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-fb843b68]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-fb843b68]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-fb843b68]{background:#000!important}[data-theme=light] .tabBackground2[data-v-fb843b68]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-fb843b68]{background:#242424!important}[data-theme=dark] .activeLine[data-v-fb843b68],[data-theme=light] .activeLine[data-v-fb843b68]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-fb843b68]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-fb843b68]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-fb843b68],[data-theme=light] .btnMain[data-v-fb843b68]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-fb843b68],[data-theme=light] .colorMain[data-v-fb843b68]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-fb843b68],[data-theme=light] .borderMain[data-v-fb843b68]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-fb843b68]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-fb843b68]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-fb843b68]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-fb843b68]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-fb843b68]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-fb843b68]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-fb843b68]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-fb843b68]{background:#121212!important}[data-theme=light] .contBackground[data-v-fb843b68]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-fb843b68]{background:#242424!important}[data-theme=light] .titleColor[data-v-fb843b68]{color:#000!important}[data-theme=dark] .titleColor[data-v-fb843b68]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-fb843b68]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-fb843b68]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-fb843b68]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-fb843b68]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-fb843b68]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-fb843b68]{background:#474b62!important}[data-theme=light] .diviLine[data-v-fb843b68]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-fb843b68]{background:#111!important}[data-theme=light] .bgStep[data-v-fb843b68]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-fb843b68]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-fb843b68]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-fb843b68]{background:#313346!important}[data-theme=light] .chatBg[data-v-fb843b68]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-fb843b68]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-fb843b68]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-fb843b68]{background:#474b62!important}[data-theme=light] .greyBg[data-v-fb843b68]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-fb843b68]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-fb843b68]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-fb843b68]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-fb843b68]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-fb843b68]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-fb843b68]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-fb843b68]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-fb843b68]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-fb843b68]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-fb843b68]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-fb843b68]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-fb843b68]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-fb843b68]{background:#000!important}[data-theme=light] .contRound[data-v-fb843b68]{background:#fff!important}[data-theme=dark] .contRound[data-v-fb843b68]{background:#212329!important}[data-theme=light] .contNav[data-v-fb843b68]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-fb843b68]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-fb843b68],[data-theme=light] .textNew1[data-v-fb843b68]{color:#d2d2dc!important}.buy_nav[data-v-fb843b68] .van-nav-bar:after{border:none}.buy_nav[data-v-fb843b68] .van-icon{font-size:2.5rem}[data-theme=light] .buy_nav[data-v-fb843b68] .van-icon{color:#000}[data-theme=dark] .buy_nav[data-v-fb843b68] .van-icon{color:#fff}.buy_nav[data-v-fb843b68] .van-nav-bar__title{font-size:2.3125rem}[data-theme=light] .mainBackground[data-v-10feb29c]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-10feb29c]{background:#121212!important}[data-theme=light] .textColor[data-v-10feb29c]{color:#333!important}[data-theme=dark] .textColor[data-v-10feb29c]{color:#fff!important}[data-theme=light] .textColor1[data-v-10feb29c]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-10feb29c]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-10feb29c]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-10feb29c]{color:#fff!important}[data-theme=light] .textColor3[data-v-10feb29c]{color:#000!important}[data-theme=dark] .textColor3[data-v-10feb29c]{color:#fff!important}[data-theme=light] .c2cColor[data-v-10feb29c]{color:#000!important}[data-theme=dark] .c2cColor[data-v-10feb29c]{color:#fff!important}[data-theme=light] .tabBackground[data-v-10feb29c]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-10feb29c]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-10feb29c]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-10feb29c]{background:#000!important}[data-theme=light] .tabBackground2[data-v-10feb29c]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-10feb29c]{background:#242424!important}[data-theme=dark] .activeLine[data-v-10feb29c],[data-theme=light] .activeLine[data-v-10feb29c]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-10feb29c]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-10feb29c]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-10feb29c],[data-theme=light] .btnMain[data-v-10feb29c]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-10feb29c],[data-theme=light] .colorMain[data-v-10feb29c]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-10feb29c],[data-theme=light] .borderMain[data-v-10feb29c]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-10feb29c]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-10feb29c]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-10feb29c]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-10feb29c]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-10feb29c]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-10feb29c]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-10feb29c]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-10feb29c]{background:#121212!important}[data-theme=light] .contBackground[data-v-10feb29c]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-10feb29c]{background:#242424!important}[data-theme=light] .titleColor[data-v-10feb29c]{color:#000!important}[data-theme=dark] .titleColor[data-v-10feb29c]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-10feb29c]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-10feb29c]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-10feb29c]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-10feb29c]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-10feb29c]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-10feb29c]{background:#474b62!important}[data-theme=light] .diviLine[data-v-10feb29c]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-10feb29c]{background:#111!important}[data-theme=light] .bgStep[data-v-10feb29c]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-10feb29c]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-10feb29c]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-10feb29c]{background:#313346!important}[data-theme=light] .chatBg[data-v-10feb29c]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-10feb29c]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-10feb29c]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-10feb29c]{background:#474b62!important}[data-theme=light] .greyBg[data-v-10feb29c]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-10feb29c]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-10feb29c]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-10feb29c]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-10feb29c]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-10feb29c]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-10feb29c]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-10feb29c]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-10feb29c]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-10feb29c]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-10feb29c]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-10feb29c]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-10feb29c]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-10feb29c]{background:#000!important}[data-theme=light] .contRound[data-v-10feb29c]{background:#fff!important}[data-theme=dark] .contRound[data-v-10feb29c]{background:#212329!important}[data-theme=light] .contNav[data-v-10feb29c]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-10feb29c]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-10feb29c],[data-theme=light] .textNew1[data-v-10feb29c]{color:#d2d2dc!important}[data-theme=light] .header-box[data-v-10feb29c]{color:#333}[data-theme=dark] .header-box[data-v-10feb29c]{color:#fff}.bank-item[data-v-10feb29c]{border-width:1px;border-style:solid;border-color:#f5f5f5}[data-theme=light] .bank-item[data-v-10feb29c]{background:#fff;color:#333;border-color:#e5e7ed}[data-theme=dark] .bank-item[data-v-10feb29c]{background:#121212;color:#fff;border-color:#393e49}.bank-item img[data-v-10feb29c]{right:-1px;top:-1px}.active[data-v-10feb29c]{border-color:#1d91ff!important}[data-theme=light] .text-center[data-v-10feb29c]{color:#333}[data-theme=dark] .text-center[data-v-10feb29c]{color:#fff}[data-theme=light] .mainBackground[data-v-9b4824b4]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-9b4824b4]{background:#121212!important}[data-theme=light] .textColor[data-v-9b4824b4]{color:#333!important}[data-theme=dark] .textColor[data-v-9b4824b4]{color:#fff!important}[data-theme=light] .textColor1[data-v-9b4824b4]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-9b4824b4]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-9b4824b4]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-9b4824b4]{color:#fff!important}[data-theme=light] .textColor3[data-v-9b4824b4]{color:#000!important}[data-theme=dark] .textColor3[data-v-9b4824b4]{color:#fff!important}[data-theme=light] .c2cColor[data-v-9b4824b4]{color:#000!important}[data-theme=dark] .c2cColor[data-v-9b4824b4]{color:#fff!important}[data-theme=light] .tabBackground[data-v-9b4824b4]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-9b4824b4]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-9b4824b4]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-9b4824b4]{background:#000!important}[data-theme=light] .tabBackground2[data-v-9b4824b4]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-9b4824b4]{background:#242424!important}[data-theme=dark] .activeLine[data-v-9b4824b4],[data-theme=light] .activeLine[data-v-9b4824b4]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-9b4824b4]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-9b4824b4]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-9b4824b4],[data-theme=light] .btnMain[data-v-9b4824b4]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-9b4824b4],[data-theme=light] .colorMain[data-v-9b4824b4]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-9b4824b4],[data-theme=light] .borderMain[data-v-9b4824b4]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-9b4824b4]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-9b4824b4]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-9b4824b4]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-9b4824b4]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-9b4824b4]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-9b4824b4]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-9b4824b4]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-9b4824b4]{background:#121212!important}[data-theme=light] .contBackground[data-v-9b4824b4]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-9b4824b4]{background:#242424!important}[data-theme=light] .titleColor[data-v-9b4824b4]{color:#000!important}[data-theme=dark] .titleColor[data-v-9b4824b4]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-9b4824b4]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-9b4824b4]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-9b4824b4]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-9b4824b4]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-9b4824b4]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-9b4824b4]{background:#474b62!important}[data-theme=light] .diviLine[data-v-9b4824b4]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-9b4824b4]{background:#111!important}[data-theme=light] .bgStep[data-v-9b4824b4]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-9b4824b4]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-9b4824b4]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-9b4824b4]{background:#313346!important}[data-theme=light] .chatBg[data-v-9b4824b4]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-9b4824b4]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-9b4824b4]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-9b4824b4]{background:#474b62!important}[data-theme=light] .greyBg[data-v-9b4824b4]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-9b4824b4]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-9b4824b4]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-9b4824b4]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-9b4824b4]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-9b4824b4]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-9b4824b4]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-9b4824b4]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-9b4824b4]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-9b4824b4]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-9b4824b4]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-9b4824b4]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-9b4824b4]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-9b4824b4]{background:#000!important}[data-theme=light] .contRound[data-v-9b4824b4]{background:#fff!important}[data-theme=dark] .contRound[data-v-9b4824b4]{background:#212329!important}[data-theme=light] .contNav[data-v-9b4824b4]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-9b4824b4]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-9b4824b4],[data-theme=light] .textNew1[data-v-9b4824b4]{color:#d2d2dc!important}.box-radius[data-v-9b4824b4]{border-radius:2.5rem}.type[data-v-9b4824b4]{color:#b8bcc5}[data-theme=light] .type .active[data-v-9b4824b4]{color:#000}[data-theme=dark] .type .active[data-v-9b4824b4]{color:#fff}.currency .active p[data-v-9b4824b4]{color:#1a6ebd!important}.currency>div[data-v-9b4824b4]{padding:.625rem 3.125rem;margin-right:1.875rem;border-radius:.75rem}[data-theme=light] .currency>div[data-v-9b4824b4]{background:#f5f5f5}[data-theme=dark] .currency>div[data-v-9b4824b4]{background:#242424}.currency>div[data-v-9b4824b4]:last-child{margin:0}.currency p[data-v-9b4824b4]:first-child{margin-bottom:.5rem;font-weight:500;color:#595c61}.currency p[data-v-9b4824b4]:last-child{color:#868c9a}.item[data-v-9b4824b4]{box-shadow:0 0 .75rem rgba(0,0,0,.1);border-radius:.625rem}.input span[data-v-9b4824b4]{top:50%;transform:translateY(-50%)}[data-theme=light] .mainBackground[data-v-10f90abc]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-10f90abc]{background:#121212!important}[data-theme=light] .textColor[data-v-10f90abc]{color:#333!important}[data-theme=dark] .textColor[data-v-10f90abc]{color:#fff!important}[data-theme=light] .textColor1[data-v-10f90abc]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-10f90abc]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-10f90abc]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-10f90abc]{color:#fff!important}[data-theme=light] .textColor3[data-v-10f90abc]{color:#000!important}[data-theme=dark] .textColor3[data-v-10f90abc]{color:#fff!important}[data-theme=light] .c2cColor[data-v-10f90abc]{color:#000!important}[data-theme=dark] .c2cColor[data-v-10f90abc]{color:#fff!important}[data-theme=light] .tabBackground[data-v-10f90abc]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-10f90abc]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-10f90abc]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-10f90abc]{background:#000!important}[data-theme=light] .tabBackground2[data-v-10f90abc]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-10f90abc]{background:#242424!important}[data-theme=dark] .activeLine[data-v-10f90abc],[data-theme=light] .activeLine[data-v-10f90abc]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-10f90abc]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-10f90abc]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-10f90abc],[data-theme=light] .btnMain[data-v-10f90abc]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-10f90abc],[data-theme=light] .colorMain[data-v-10f90abc]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-10f90abc],[data-theme=light] .borderMain[data-v-10f90abc]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-10f90abc]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-10f90abc]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-10f90abc]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-10f90abc]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-10f90abc]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-10f90abc]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-10f90abc]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-10f90abc]{background:#121212!important}[data-theme=light] .contBackground[data-v-10f90abc]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-10f90abc]{background:#242424!important}[data-theme=light] .titleColor[data-v-10f90abc]{color:#000!important}[data-theme=dark] .titleColor[data-v-10f90abc]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-10f90abc]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-10f90abc]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-10f90abc]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-10f90abc]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-10f90abc]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-10f90abc]{background:#474b62!important}[data-theme=light] .diviLine[data-v-10f90abc]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-10f90abc]{background:#111!important}[data-theme=light] .bgStep[data-v-10f90abc]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-10f90abc]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-10f90abc]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-10f90abc]{background:#313346!important}[data-theme=light] .chatBg[data-v-10f90abc]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-10f90abc]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-10f90abc]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-10f90abc]{background:#474b62!important}[data-theme=light] .greyBg[data-v-10f90abc]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-10f90abc]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-10f90abc]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-10f90abc]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-10f90abc]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-10f90abc]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-10f90abc]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-10f90abc]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-10f90abc]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-10f90abc]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-10f90abc]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-10f90abc]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-10f90abc]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-10f90abc]{background:#000!important}[data-theme=light] .contRound[data-v-10f90abc]{background:#fff!important}[data-theme=dark] .contRound[data-v-10f90abc]{background:#212329!important}[data-theme=light] .contNav[data-v-10f90abc]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-10f90abc]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-10f90abc],[data-theme=light] .textNew1[data-v-10f90abc]{color:#d2d2dc!important}.inputCom[data-v-10f90abc]{color:#333;padding-bottom:2.75rem}.inputCom .iptbox[data-v-10f90abc]{height:5.5rem;margin-top:1.125rem;padding:0 1.375rem;display:flex;justify-content:space-between;align-items:center;border-radius:.375rem}.inputCom .areaCode[data-v-10f90abc]{width:8.75rem;display:flex;align-items:center;padding-left:1.25rem;justify-content:space-between;height:100%}.inputCom .areaCode img[data-v-10f90abc]{width:1.25rem}.inputCom input[data-v-10f90abc]{flex:1;height:100%;border:none;padding-left:1.25rem}[data-theme=light] .inputCom input[data-v-10f90abc]{color:#333}[data-theme=dark] .inputCom input[data-v-10f90abc]{color:#fff}.inputCom .rightCon[data-v-10f90abc]{display:flex}.inputCom .closeBox[data-v-10f90abc],.inputCom .eyeBox[data-v-10f90abc]{width:2.125rem;height:2.125rem}.inputCom .closeBox img[data-v-10f90abc],.inputCom .eyeBox img[data-v-10f90abc]{width:100%;height:100%}.inputCom .eyeBox[data-v-10f90abc]{margin-left:1.75rem}.tips[data-v-10f90abc]{font-size:1.625rem;color:#868d9a;margin-top:1.125rem}[data-theme=light] input[data-v-10f90abc]:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 25rem #f5f5f5}[data-theme=dark] input[data-v-10f90abc]:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 25rem #242424}[data-theme=light] input[data-v-10f90abc]::-webkit-input-placeholder{color:#868c9a}[data-theme=dark] input[data-v-10f90abc]::-webkit-input-placeholder{color:#868d9a}.icon[data-v-10f90abc]{transform:scale(2);display:inline-block}[data-theme=light] .mainBackground[data-v-04770a22]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-04770a22]{background:#121212!important}[data-theme=light] .textColor[data-v-04770a22]{color:#333!important}[data-theme=dark] .textColor[data-v-04770a22]{color:#fff!important}[data-theme=light] .textColor1[data-v-04770a22]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-04770a22]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-04770a22]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-04770a22]{color:#fff!important}[data-theme=light] .textColor3[data-v-04770a22]{color:#000!important}[data-theme=dark] .textColor3[data-v-04770a22]{color:#fff!important}[data-theme=light] .c2cColor[data-v-04770a22]{color:#000!important}[data-theme=dark] .c2cColor[data-v-04770a22]{color:#fff!important}[data-theme=light] .tabBackground[data-v-04770a22]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-04770a22]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-04770a22]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-04770a22]{background:#000!important}[data-theme=light] .tabBackground2[data-v-04770a22]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-04770a22]{background:#242424!important}[data-theme=dark] .activeLine[data-v-04770a22],[data-theme=light] .activeLine[data-v-04770a22]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-04770a22]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-04770a22]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-04770a22],[data-theme=light] .btnMain[data-v-04770a22]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-04770a22],[data-theme=light] .colorMain[data-v-04770a22]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-04770a22],[data-theme=light] .borderMain[data-v-04770a22]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-04770a22]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-04770a22]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-04770a22]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-04770a22]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-04770a22]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-04770a22]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-04770a22]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-04770a22]{background:#121212!important}[data-theme=light] .contBackground[data-v-04770a22]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-04770a22]{background:#242424!important}[data-theme=light] .titleColor[data-v-04770a22]{color:#000!important}[data-theme=dark] .titleColor[data-v-04770a22]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-04770a22]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-04770a22]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-04770a22]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-04770a22]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-04770a22]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-04770a22]{background:#474b62!important}[data-theme=light] .diviLine[data-v-04770a22]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-04770a22]{background:#111!important}[data-theme=light] .bgStep[data-v-04770a22]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-04770a22]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-04770a22]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-04770a22]{background:#313346!important}[data-theme=light] .chatBg[data-v-04770a22]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-04770a22]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-04770a22]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-04770a22]{background:#474b62!important}[data-theme=light] .greyBg[data-v-04770a22]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-04770a22]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-04770a22]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-04770a22]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-04770a22]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-04770a22]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-04770a22]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-04770a22]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-04770a22]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-04770a22]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-04770a22]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-04770a22]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-04770a22]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-04770a22]{background:#000!important}[data-theme=light] .contRound[data-v-04770a22]{background:#fff!important}[data-theme=dark] .contRound[data-v-04770a22]{background:#212329!important}[data-theme=light] .contNav[data-v-04770a22]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-04770a22]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-04770a22],[data-theme=light] .textNew1[data-v-04770a22]{color:#d2d2dc!important}.activeBKClick[data-v-04770a22]:active{opacity:.5}[data-theme=dark] .activeBKClick[data-v-04770a22]:active,[data-theme=light] .activeBKClick[data-v-04770a22]:active{background:#00d6ca}.activeClick[data-v-04770a22]:active{background:#fff;opacity:.5}.register[data-v-04770a22]{width:100%;box-sizing:border-box;padding:2rem;font-size:1.625rem}.top[data-v-04770a22]{padding-left:1.125rem;padding-top:1.125rem}.top img[data-v-04770a22]{width:2.3125rem;height:2.3125rem}.title[data-v-04770a22]{font-weight:700;font-size:3.25rem;margin-top:3.375rem;margin-bottom:4.125rem}.re-tab[data-v-04770a22]{margin-bottom:2.75rem}.re-tab div[data-v-04770a22]{padding:0 2.25rem;height:4.25rem;line-height:4.25rem;text-align:center;border-radius:.5rem;margin-right:1.25rem}[data-theme=light] .re-tab .active[data-v-04770a22]{background:#f5f5f5}[data-theme=dark] .re-tab .active[data-v-04770a22]{background:#242424}[data-theme=light] .re-tab .active[data-v-04770a22]{color:#333}[data-theme=dark] .re-tab .active[data-v-04770a22]{color:#fff}.forget[data-v-04770a22]{color:#1d91ff;font-size:1.5rem;line-height:1.75rem}.btn[data-v-04770a22]{color:#fff;height:5.5rem;line-height:5.5rem;text-align:center;font-size:2rem;margin-top:2.5rem;border-radius:.625rem}.noTips[data-v-04770a22]{margin-top:3rem}.protocol[data-v-04770a22]{display:flex;align-items:center;height:1.875rem}.protocol i[data-v-04770a22]{width:1.875rem;height:1.875rem;margin-right:1.125rem}.protocol i img[data-v-04770a22]{width:100%;height:100%}[data-theme=light] .mainBackground[data-v-7cb3df86]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-7cb3df86]{background:#121212!important}[data-theme=light] .textColor[data-v-7cb3df86]{color:#333!important}[data-theme=dark] .textColor[data-v-7cb3df86]{color:#fff!important}[data-theme=light] .textColor1[data-v-7cb3df86]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-7cb3df86]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-7cb3df86]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-7cb3df86]{color:#fff!important}[data-theme=light] .textColor3[data-v-7cb3df86]{color:#000!important}[data-theme=dark] .textColor3[data-v-7cb3df86]{color:#fff!important}[data-theme=light] .c2cColor[data-v-7cb3df86]{color:#000!important}[data-theme=dark] .c2cColor[data-v-7cb3df86]{color:#fff!important}[data-theme=light] .tabBackground[data-v-7cb3df86]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-7cb3df86]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-7cb3df86]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-7cb3df86]{background:#000!important}[data-theme=light] .tabBackground2[data-v-7cb3df86]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-7cb3df86]{background:#242424!important}[data-theme=dark] .activeLine[data-v-7cb3df86],[data-theme=light] .activeLine[data-v-7cb3df86]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-7cb3df86]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-7cb3df86]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-7cb3df86],[data-theme=light] .btnMain[data-v-7cb3df86]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-7cb3df86],[data-theme=light] .colorMain[data-v-7cb3df86]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-7cb3df86],[data-theme=light] .borderMain[data-v-7cb3df86]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-7cb3df86]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-7cb3df86]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-7cb3df86]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-7cb3df86]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-7cb3df86]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-7cb3df86]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-7cb3df86]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-7cb3df86]{background:#121212!important}[data-theme=light] .contBackground[data-v-7cb3df86]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-7cb3df86]{background:#242424!important}[data-theme=light] .titleColor[data-v-7cb3df86]{color:#000!important}[data-theme=dark] .titleColor[data-v-7cb3df86]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-7cb3df86]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-7cb3df86]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-7cb3df86]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-7cb3df86]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-7cb3df86]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-7cb3df86]{background:#474b62!important}[data-theme=light] .diviLine[data-v-7cb3df86]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-7cb3df86]{background:#111!important}[data-theme=light] .bgStep[data-v-7cb3df86]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-7cb3df86]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-7cb3df86]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-7cb3df86]{background:#313346!important}[data-theme=light] .chatBg[data-v-7cb3df86]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-7cb3df86]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-7cb3df86]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-7cb3df86]{background:#474b62!important}[data-theme=light] .greyBg[data-v-7cb3df86]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-7cb3df86]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-7cb3df86]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-7cb3df86]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-7cb3df86]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-7cb3df86]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-7cb3df86]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-7cb3df86]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-7cb3df86]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-7cb3df86]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-7cb3df86]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-7cb3df86]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-7cb3df86]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-7cb3df86]{background:#000!important}[data-theme=light] .contRound[data-v-7cb3df86]{background:#fff!important}[data-theme=dark] .contRound[data-v-7cb3df86]{background:#212329!important}[data-theme=light] .contNav[data-v-7cb3df86]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-7cb3df86]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-7cb3df86],[data-theme=light] .textNew1[data-v-7cb3df86]{color:#d2d2dc!important}[data-v-7cb3df86] .van-field__body{height:100%;padding-left:.625rem}.item-box[data-v-7cb3df86]{padding:0 1.25rem;border-bottom:1px solid #eee}.fg[data-v-7cb3df86]{width:100%;height:.625rem}[data-theme=light] .mainBackground[data-v-26c181b8]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-26c181b8]{background:#121212!important}[data-theme=light] .textColor[data-v-26c181b8]{color:#333!important}[data-theme=dark] .textColor[data-v-26c181b8]{color:#fff!important}[data-theme=light] .textColor1[data-v-26c181b8]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-26c181b8]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-26c181b8]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-26c181b8]{color:#fff!important}[data-theme=light] .textColor3[data-v-26c181b8]{color:#000!important}[data-theme=dark] .textColor3[data-v-26c181b8]{color:#fff!important}[data-theme=light] .c2cColor[data-v-26c181b8]{color:#000!important}[data-theme=dark] .c2cColor[data-v-26c181b8]{color:#fff!important}[data-theme=light] .tabBackground[data-v-26c181b8]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-26c181b8]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-26c181b8]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-26c181b8]{background:#000!important}[data-theme=light] .tabBackground2[data-v-26c181b8]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-26c181b8]{background:#242424!important}[data-theme=dark] .activeLine[data-v-26c181b8],[data-theme=light] .activeLine[data-v-26c181b8]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-26c181b8]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-26c181b8]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-26c181b8],[data-theme=light] .btnMain[data-v-26c181b8]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-26c181b8],[data-theme=light] .colorMain[data-v-26c181b8]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-26c181b8],[data-theme=light] .borderMain[data-v-26c181b8]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-26c181b8]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-26c181b8]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-26c181b8]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-26c181b8]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-26c181b8]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-26c181b8]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-26c181b8]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-26c181b8]{background:#121212!important}[data-theme=light] .contBackground[data-v-26c181b8]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-26c181b8]{background:#242424!important}[data-theme=light] .titleColor[data-v-26c181b8]{color:#000!important}[data-theme=dark] .titleColor[data-v-26c181b8]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-26c181b8]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-26c181b8]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-26c181b8]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-26c181b8]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-26c181b8]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-26c181b8]{background:#474b62!important}[data-theme=light] .diviLine[data-v-26c181b8]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-26c181b8]{background:#111!important}[data-theme=light] .bgStep[data-v-26c181b8]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-26c181b8]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-26c181b8]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-26c181b8]{background:#313346!important}[data-theme=light] .chatBg[data-v-26c181b8]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-26c181b8]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-26c181b8]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-26c181b8]{background:#474b62!important}[data-theme=light] .greyBg[data-v-26c181b8]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-26c181b8]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-26c181b8]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-26c181b8]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-26c181b8]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-26c181b8]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-26c181b8]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-26c181b8]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-26c181b8]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-26c181b8]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-26c181b8]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-26c181b8]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-26c181b8]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-26c181b8]{background:#000!important}[data-theme=light] .contRound[data-v-26c181b8]{background:#fff!important}[data-theme=dark] .contRound[data-v-26c181b8]{background:#212329!important}[data-theme=light] .contNav[data-v-26c181b8]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-26c181b8]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-26c181b8],[data-theme=light] .textNew1[data-v-26c181b8]{color:#d2d2dc!important}.item-box[data-v-26c181b8]{padding:0 1.25rem;border-bottom:1px solid #eee;height:6.25rem}.fg[data-v-26c181b8]{width:100%;height:.625rem}.bt[data-v-26c181b8]{width:100%;height:3.125rem;line-height:3.125rem;text-align:center;background-color:#def7ef;color:#22d27f}.placing[data-v-26c181b8]{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.placing-box[data-v-26c181b8]{padding:2.5rem}.placing-box .placing-header[data-v-26c181b8]{margin:1.25rem 0;text-align:center;font-size:2.875rem}.placing-box .right[data-v-26c181b8]{text-align:right}.placing-box .mb[data-v-26c181b8]{margin-bottom:.625rem}.placing-box .input-box[data-v-26c181b8]{border:1px solid #c2c4c7;display:flex}.placing-box .input-box .jy[data-v-26c181b8]{min-width:9.375rem;border-left:1px solid #c2c4c7;display:flex;align-items:center;padding:1.25rem 0;justify-content:space-between}.placing-box .input-box .jy>div[data-v-26c181b8]{flex:1;text-align:center}.placing-box .input-box .jy .jia[data-v-26c181b8]{border-left:1px solid #c2c4c7}[data-v-26c181b8] .van-field__body{height:100%;padding-left:.625rem}.bfb[data-v-26c181b8]{display:flex;justify-content:space-between;margin-top:.9375rem}.bfb>div[data-v-26c181b8]{width:20%;text-align:center;border:1px solid transparent;background-color:#f6f6fc;font-size:1.5rem;line-height:3.125rem}.bfb .bfbActive[data-v-26c181b8]{color:#056aea;border:1px solid #056aea;background-color:#fff}[data-theme=light] .mainBackground[data-v-80286f3e]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-80286f3e]{background:#121212!important}[data-theme=light] .textColor[data-v-80286f3e]{color:#333!important}[data-theme=dark] .textColor[data-v-80286f3e]{color:#fff!important}[data-theme=light] .textColor1[data-v-80286f3e]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-80286f3e]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-80286f3e]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-80286f3e]{color:#fff!important}[data-theme=light] .textColor3[data-v-80286f3e]{color:#000!important}[data-theme=dark] .textColor3[data-v-80286f3e]{color:#fff!important}[data-theme=light] .c2cColor[data-v-80286f3e]{color:#000!important}[data-theme=dark] .c2cColor[data-v-80286f3e]{color:#fff!important}[data-theme=light] .tabBackground[data-v-80286f3e]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-80286f3e]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-80286f3e]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-80286f3e]{background:#000!important}[data-theme=light] .tabBackground2[data-v-80286f3e]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-80286f3e]{background:#242424!important}[data-theme=dark] .activeLine[data-v-80286f3e],[data-theme=light] .activeLine[data-v-80286f3e]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-80286f3e]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-80286f3e]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-80286f3e],[data-theme=light] .btnMain[data-v-80286f3e]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-80286f3e],[data-theme=light] .colorMain[data-v-80286f3e]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-80286f3e],[data-theme=light] .borderMain[data-v-80286f3e]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-80286f3e]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-80286f3e]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-80286f3e]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-80286f3e]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-80286f3e]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-80286f3e]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-80286f3e]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-80286f3e]{background:#121212!important}[data-theme=light] .contBackground[data-v-80286f3e]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-80286f3e]{background:#242424!important}[data-theme=light] .titleColor[data-v-80286f3e]{color:#000!important}[data-theme=dark] .titleColor[data-v-80286f3e]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-80286f3e]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-80286f3e]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-80286f3e]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-80286f3e]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-80286f3e]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-80286f3e]{background:#474b62!important}[data-theme=light] .diviLine[data-v-80286f3e]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-80286f3e]{background:#111!important}[data-theme=light] .bgStep[data-v-80286f3e]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-80286f3e]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-80286f3e]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-80286f3e]{background:#313346!important}[data-theme=light] .chatBg[data-v-80286f3e]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-80286f3e]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-80286f3e]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-80286f3e]{background:#474b62!important}[data-theme=light] .greyBg[data-v-80286f3e]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-80286f3e]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-80286f3e]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-80286f3e]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-80286f3e]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-80286f3e]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-80286f3e]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-80286f3e]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-80286f3e]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-80286f3e]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-80286f3e]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-80286f3e]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-80286f3e]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-80286f3e]{background:#000!important}[data-theme=light] .contRound[data-v-80286f3e]{background:#fff!important}[data-theme=dark] .contRound[data-v-80286f3e]{background:#212329!important}[data-theme=light] .contNav[data-v-80286f3e]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-80286f3e]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-80286f3e],[data-theme=light] .textNew1[data-v-80286f3e]{color:#d2d2dc!important}.item-box[data-v-80286f3e]{padding:0 1.25rem;border-bottom:1px solid #eee;height:6.25rem}.fg[data-v-80286f3e]{width:100%;height:.625rem}.bt[data-v-80286f3e]{width:100%;height:3.125rem;line-height:3.125rem;text-align:center;background-color:#def7ef;color:#22d27f}.placing[data-v-80286f3e]{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.placing-box[data-v-80286f3e]{padding:2.5rem}.placing-box .placing-header[data-v-80286f3e]{margin:1.25rem 0;text-align:center;font-size:2.875rem}.placing-box .right[data-v-80286f3e]{text-align:right}.placing-box .mb[data-v-80286f3e]{margin-bottom:.625rem}.placing-box .input-box[data-v-80286f3e]{border:1px solid #c2c4c7;display:flex}.placing-box .input-box .jy[data-v-80286f3e]{min-width:9.375rem;border-left:1px solid #c2c4c7;display:flex;align-items:center;padding:1.25rem 0;justify-content:space-between}.placing-box .input-box .jy>div[data-v-80286f3e]{flex:1;text-align:center}.placing-box .input-box .jy .jia[data-v-80286f3e]{border-left:1px solid #c2c4c7}[data-v-80286f3e] .van-field__body{height:100%;padding-left:.625rem}.bfb[data-v-80286f3e]{display:flex;justify-content:space-between;margin-top:.9375rem}.bfb>div[data-v-80286f3e]{width:20%;text-align:center;border:1px solid transparent;background-color:#f6f6fc;font-size:1.5rem;line-height:3.125rem}.bfb .bfbActive[data-v-80286f3e]{color:#056aea;border:1px solid #056aea;background-color:#fff}[data-theme=light] .mainBackground[data-v-32a0c78e]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-32a0c78e]{background:#121212!important}[data-theme=light] .textColor[data-v-32a0c78e]{color:#333!important}[data-theme=dark] .textColor[data-v-32a0c78e]{color:#fff!important}[data-theme=light] .textColor1[data-v-32a0c78e]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-32a0c78e]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-32a0c78e]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-32a0c78e]{color:#fff!important}[data-theme=light] .textColor3[data-v-32a0c78e]{color:#000!important}[data-theme=dark] .textColor3[data-v-32a0c78e]{color:#fff!important}[data-theme=light] .c2cColor[data-v-32a0c78e]{color:#000!important}[data-theme=dark] .c2cColor[data-v-32a0c78e]{color:#fff!important}[data-theme=light] .tabBackground[data-v-32a0c78e]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-32a0c78e]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-32a0c78e]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-32a0c78e]{background:#000!important}[data-theme=light] .tabBackground2[data-v-32a0c78e]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-32a0c78e]{background:#242424!important}[data-theme=dark] .activeLine[data-v-32a0c78e],[data-theme=light] .activeLine[data-v-32a0c78e]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-32a0c78e]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-32a0c78e]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-32a0c78e],[data-theme=light] .btnMain[data-v-32a0c78e]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-32a0c78e],[data-theme=light] .colorMain[data-v-32a0c78e]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-32a0c78e],[data-theme=light] .borderMain[data-v-32a0c78e]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-32a0c78e]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-32a0c78e]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-32a0c78e]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-32a0c78e]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-32a0c78e]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-32a0c78e]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-32a0c78e]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-32a0c78e]{background:#121212!important}[data-theme=light] .contBackground[data-v-32a0c78e]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-32a0c78e]{background:#242424!important}[data-theme=light] .titleColor[data-v-32a0c78e]{color:#000!important}[data-theme=dark] .titleColor[data-v-32a0c78e]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-32a0c78e]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-32a0c78e]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-32a0c78e]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-32a0c78e]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-32a0c78e]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-32a0c78e]{background:#474b62!important}[data-theme=light] .diviLine[data-v-32a0c78e]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-32a0c78e]{background:#111!important}[data-theme=light] .bgStep[data-v-32a0c78e]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-32a0c78e]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-32a0c78e]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-32a0c78e]{background:#313346!important}[data-theme=light] .chatBg[data-v-32a0c78e]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-32a0c78e]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-32a0c78e]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-32a0c78e]{background:#474b62!important}[data-theme=light] .greyBg[data-v-32a0c78e]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-32a0c78e]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-32a0c78e]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-32a0c78e]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-32a0c78e]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-32a0c78e]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-32a0c78e]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-32a0c78e]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-32a0c78e]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-32a0c78e]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-32a0c78e]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-32a0c78e]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-32a0c78e]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-32a0c78e]{background:#000!important}[data-theme=light] .contRound[data-v-32a0c78e]{background:#fff!important}[data-theme=dark] .contRound[data-v-32a0c78e]{background:#212329!important}[data-theme=light] .contNav[data-v-32a0c78e]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-32a0c78e]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-32a0c78e],[data-theme=light] .textNew1[data-v-32a0c78e]{color:#d2d2dc!important}.ico-warp[data-v-32a0c78e]{background-color:#f5f5f8;min-height:100vh;padding:0 .9375rem}.ex-tabs[data-v-32a0c78e]{margin-bottom:1.25rem;font-size:1.75rem;display:flex;box-shadow:0 0 .625rem .3125rem rgba(0,0,0,.05);justify-content:center;align-items:center;background-color:#f5f5f8}.ex-tabs .ex-tab[data-v-32a0c78e]{flex:1;text-align:center;margin:.25rem 1px;padding:1.125rem 0;border-radius:.25rem;color:#9691fa}[data-theme=dark] .ex-tabs .ex-tab[data-v-32a0c78e],[data-theme=light] .ex-tabs .ex-tab[data-v-32a0c78e]{border-bottom:2px solid transparent!important}[data-theme=dark] .ex-tabs .active[data-v-32a0c78e],[data-theme=light] .ex-tabs .active[data-v-32a0c78e]{color:#9691fa!important}[data-theme=dark] .ex-tabs .active[data-v-32a0c78e],[data-theme=light] .ex-tabs .active[data-v-32a0c78e]{background-color:#fff}.bt[data-v-32a0c78e]{width:100%;height:3.125rem;line-height:3.125rem;text-align:center;background-color:#def7ef;color:#22d27f}.placing[data-v-32a0c78e]{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.placing-box[data-v-32a0c78e]{padding:2.5rem}.placing-box .placing-header[data-v-32a0c78e]{margin:1.25rem 0;text-align:center;font-size:2.875rem}.placing-box .right[data-v-32a0c78e]{text-align:right}.placing-box .mb[data-v-32a0c78e]{margin-bottom:.625rem}.placing-box .input-box[data-v-32a0c78e]{border:1px solid #c2c4c7;display:flex}.placing-box .input-box .jy[data-v-32a0c78e]{min-width:9.375rem;border-left:1px solid #c2c4c7;display:flex;align-items:center;padding:1.25rem 0;justify-content:space-between}.placing-box .input-box .jy>div[data-v-32a0c78e]{flex:1;text-align:center}.placing-box .input-box .jy .jia[data-v-32a0c78e]{border-left:1px solid #c2c4c7}[data-v-32a0c78e] .van-field__body{height:100%;padding-left:.625rem}.bfb[data-v-32a0c78e]{display:flex;justify-content:space-between;margin-top:.9375rem}.bfb>div[data-v-32a0c78e]{width:20%;text-align:center;border:1px solid transparent;background-color:#f6f6fc;font-size:1.5rem;line-height:3.125rem}.bfb .bfbActive[data-v-32a0c78e]{color:#056aea;border:1px solid #056aea;background-color:#fff}.item-box[data-v-32a0c78e],.zongjia[data-v-32a0c78e]{height:6.25rem;padding:0 1.25rem}.zongjia[data-v-32a0c78e]{background-color:#f6f6fc;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.okbut[data-v-32a0c78e],.zongjia[data-v-32a0c78e]{width:100%;margin-top:1.875rem}[data-theme=light] .mainBackground[data-v-184a2680]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-184a2680]{background:#121212!important}[data-theme=light] .textColor[data-v-184a2680]{color:#333!important}[data-theme=dark] .textColor[data-v-184a2680]{color:#fff!important}[data-theme=light] .textColor1[data-v-184a2680]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-184a2680]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-184a2680]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-184a2680]{color:#fff!important}[data-theme=light] .textColor3[data-v-184a2680]{color:#000!important}[data-theme=dark] .textColor3[data-v-184a2680]{color:#fff!important}[data-theme=light] .c2cColor[data-v-184a2680]{color:#000!important}[data-theme=dark] .c2cColor[data-v-184a2680]{color:#fff!important}[data-theme=light] .tabBackground[data-v-184a2680]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-184a2680]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-184a2680]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-184a2680]{background:#000!important}[data-theme=light] .tabBackground2[data-v-184a2680]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-184a2680]{background:#242424!important}[data-theme=dark] .activeLine[data-v-184a2680],[data-theme=light] .activeLine[data-v-184a2680]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-184a2680]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-184a2680]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-184a2680],[data-theme=light] .btnMain[data-v-184a2680]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-184a2680],[data-theme=light] .colorMain[data-v-184a2680]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-184a2680],[data-theme=light] .borderMain[data-v-184a2680]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-184a2680]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-184a2680]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-184a2680]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-184a2680]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-184a2680]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-184a2680]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-184a2680]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-184a2680]{background:#121212!important}[data-theme=light] .contBackground[data-v-184a2680]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-184a2680]{background:#242424!important}[data-theme=light] .titleColor[data-v-184a2680]{color:#000!important}[data-theme=dark] .titleColor[data-v-184a2680]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-184a2680]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-184a2680]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-184a2680]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-184a2680]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-184a2680]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-184a2680]{background:#474b62!important}[data-theme=light] .diviLine[data-v-184a2680]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-184a2680]{background:#111!important}[data-theme=light] .bgStep[data-v-184a2680]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-184a2680]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-184a2680]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-184a2680]{background:#313346!important}[data-theme=light] .chatBg[data-v-184a2680]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-184a2680]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-184a2680]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-184a2680]{background:#474b62!important}[data-theme=light] .greyBg[data-v-184a2680]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-184a2680]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-184a2680]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-184a2680]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-184a2680]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-184a2680]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-184a2680]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-184a2680]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-184a2680]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-184a2680]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-184a2680]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-184a2680]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-184a2680]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-184a2680]{background:#000!important}[data-theme=light] .contRound[data-v-184a2680]{background:#fff!important}[data-theme=dark] .contRound[data-v-184a2680]{background:#212329!important}[data-theme=light] .contNav[data-v-184a2680]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-184a2680]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-184a2680],[data-theme=light] .textNew1[data-v-184a2680]{color:#d2d2dc!important}.list-call[data-v-184a2680]{border-bottom:1px solid #f0f0f0;margin:0 1.25rem;line-height:6.25rem}.state[data-v-184a2680]{color:#1553e6;border:1px solid #1553e6;text-align:center;height:2.5rem;line-height:2.5rem;font-size:1.625rem}.gm[data-v-184a2680]{height:3.125rem;line-height:3.125rem;font-size:1.625rem}[data-theme=light] .mainBackground[data-v-d91d2886]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-d91d2886]{background:#121212!important}[data-theme=light] .textColor[data-v-d91d2886]{color:#333!important}[data-theme=dark] .textColor[data-v-d91d2886]{color:#fff!important}[data-theme=light] .textColor1[data-v-d91d2886]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-d91d2886]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-d91d2886]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-d91d2886]{color:#fff!important}[data-theme=light] .textColor3[data-v-d91d2886]{color:#000!important}[data-theme=dark] .textColor3[data-v-d91d2886]{color:#fff!important}[data-theme=light] .c2cColor[data-v-d91d2886]{color:#000!important}[data-theme=dark] .c2cColor[data-v-d91d2886]{color:#fff!important}[data-theme=light] .tabBackground[data-v-d91d2886]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-d91d2886]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-d91d2886]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-d91d2886]{background:#000!important}[data-theme=light] .tabBackground2[data-v-d91d2886]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-d91d2886]{background:#242424!important}[data-theme=dark] .activeLine[data-v-d91d2886],[data-theme=light] .activeLine[data-v-d91d2886]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-d91d2886]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-d91d2886]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-d91d2886],[data-theme=light] .btnMain[data-v-d91d2886]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-d91d2886],[data-theme=light] .colorMain[data-v-d91d2886]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-d91d2886],[data-theme=light] .borderMain[data-v-d91d2886]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-d91d2886]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-d91d2886]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-d91d2886]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-d91d2886]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-d91d2886]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-d91d2886]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-d91d2886]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-d91d2886]{background:#121212!important}[data-theme=light] .contBackground[data-v-d91d2886]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-d91d2886]{background:#242424!important}[data-theme=light] .titleColor[data-v-d91d2886]{color:#000!important}[data-theme=dark] .titleColor[data-v-d91d2886]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-d91d2886]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-d91d2886]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-d91d2886]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-d91d2886]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-d91d2886]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-d91d2886]{background:#474b62!important}[data-theme=light] .diviLine[data-v-d91d2886]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-d91d2886]{background:#111!important}[data-theme=light] .bgStep[data-v-d91d2886]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-d91d2886]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-d91d2886]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-d91d2886]{background:#313346!important}[data-theme=light] .chatBg[data-v-d91d2886]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-d91d2886]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-d91d2886]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-d91d2886]{background:#474b62!important}[data-theme=light] .greyBg[data-v-d91d2886]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-d91d2886]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-d91d2886]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-d91d2886]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-d91d2886]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-d91d2886]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-d91d2886]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-d91d2886]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-d91d2886]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-d91d2886]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-d91d2886]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-d91d2886]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-d91d2886]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-d91d2886]{background:#000!important}[data-theme=light] .contRound[data-v-d91d2886]{background:#fff!important}[data-theme=dark] .contRound[data-v-d91d2886]{background:#212329!important}[data-theme=light] .contNav[data-v-d91d2886]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-d91d2886]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-d91d2886],[data-theme=light] .textNew1[data-v-d91d2886]{color:#d2d2dc!important}.list-call[data-v-d91d2886]{border-bottom:1px solid #f0f0f0;margin:0 1.25rem;line-height:6.25rem}.state[data-v-d91d2886]{color:#1553e6;border:1px solid #1553e6;text-align:center;height:2.5rem;line-height:2.5rem;font-size:1.625rem}.gm[data-v-d91d2886]{height:3.125rem;line-height:3.125rem;font-size:1.625rem}[data-theme=light] .mainBackground[data-v-4c5fd92c]{background:#fff!important}[data-theme=dark] .mainBackground[data-v-4c5fd92c]{background:#121212!important}[data-theme=light] .textColor[data-v-4c5fd92c]{color:#333!important}[data-theme=dark] .textColor[data-v-4c5fd92c]{color:#fff!important}[data-theme=light] .textColor1[data-v-4c5fd92c]{color:#868c9a!important}[data-theme=dark] .textColor1[data-v-4c5fd92c]{color:#868d9a!important}[data-theme=light] .textColor2[data-v-4c5fd92c]{color:#868c9a!important}[data-theme=dark] .textColor2[data-v-4c5fd92c]{color:#fff!important}[data-theme=light] .textColor3[data-v-4c5fd92c]{color:#000!important}[data-theme=dark] .textColor3[data-v-4c5fd92c]{color:#fff!important}[data-theme=light] .c2cColor[data-v-4c5fd92c]{color:#000!important}[data-theme=dark] .c2cColor[data-v-4c5fd92c]{color:#fff!important}[data-theme=light] .tabBackground[data-v-4c5fd92c]{background:#f5f5f5!important}[data-theme=dark] .tabBackground[data-v-4c5fd92c]{background:#242424!important}[data-theme=light] .tabBackground1[data-v-4c5fd92c]{background:#fff!important}[data-theme=dark] .tabBackground1[data-v-4c5fd92c]{background:#000!important}[data-theme=light] .tabBackground2[data-v-4c5fd92c]{background:#868c9a!important}[data-theme=dark] .tabBackground2[data-v-4c5fd92c]{background:#242424!important}[data-theme=dark] .activeLine[data-v-4c5fd92c],[data-theme=light] .activeLine[data-v-4c5fd92c]{background:#00d6ca!important}[data-theme=light] .bgFooter[data-v-4c5fd92c]{background:#fff!important}[data-theme=dark] .bgFooter[data-v-4c5fd92c]{background:#1a1a1a!important}[data-theme=dark] .btnMain[data-v-4c5fd92c],[data-theme=light] .btnMain[data-v-4c5fd92c]{background:#00d6ca!important}[data-theme=dark] .colorMain[data-v-4c5fd92c],[data-theme=light] .colorMain[data-v-4c5fd92c]{color:#00d6ca!important}[data-theme=dark] .borderMain[data-v-4c5fd92c],[data-theme=light] .borderMain[data-v-4c5fd92c]{border:1px solid #00d6ca!important}[data-theme=light] .borderColor[data-v-4c5fd92c]{border:1px solid #f3f3f3!important}[data-theme=dark] .borderColor[data-v-4c5fd92c]{border:1px solid #474b62!important}[data-theme=light] .btnBackground[data-v-4c5fd92c]{background:#00d6ca!important}[data-theme=dark] .btnBackground[data-v-4c5fd92c]{background:#474b62!important}[data-theme=light] .inputBackground[data-v-4c5fd92c]{background:#f5f5f5!important}[data-theme=dark] .inputBackground[data-v-4c5fd92c]{background:#242424!important}[data-theme=light] .inputBackground1[data-v-4c5fd92c]{background:#f5f5f5!important}[data-theme=dark] .inputBackground1[data-v-4c5fd92c]{background:#121212!important}[data-theme=light] .contBackground[data-v-4c5fd92c]{background:#f6f6f6!important}[data-theme=dark] .contBackground[data-v-4c5fd92c]{background:#242424!important}[data-theme=light] .titleColor[data-v-4c5fd92c]{color:#000!important}[data-theme=dark] .titleColor[data-v-4c5fd92c]{color:#b8bdc5!important}[data-theme=light] .border-b-color[data-v-4c5fd92c]{border-bottom:1px solid #e5e7ed!important}[data-theme=dark] .border-b-color[data-v-4c5fd92c]{border-bottom:1px solid #393e49!important}[data-theme=light] .border-t-color[data-v-4c5fd92c]{border-top:1px solid #e5e7ed!important}[data-theme=dark] .border-t-color[data-v-4c5fd92c]{border-top:1px solid #393e49!important}[data-theme=light] .bgDark[data-v-4c5fd92c]{background:#c8cad2!important}[data-theme=dark] .bgDark[data-v-4c5fd92c]{background:#474b62!important}[data-theme=light] .diviLine[data-v-4c5fd92c]{background:#f3f3f3!important}[data-theme=dark] .diviLine[data-v-4c5fd92c]{background:#111!important}[data-theme=light] .bgStep[data-v-4c5fd92c]{background:#e5e9f0!important}[data-theme=dark] .bgStep[data-v-4c5fd92c]{background:#868d9a!important}[data-theme=light] .bgBottom[data-v-4c5fd92c]{background:#fff!important}[data-theme=dark] .bgBottom[data-v-4c5fd92c]{background:#313346!important}[data-theme=light] .chatBg[data-v-4c5fd92c]{background:#f3f3f3!important}[data-theme=dark] .chatBg[data-v-4c5fd92c]{background:#474b62!important}[data-theme=light] .uploadBg[data-v-4c5fd92c]{background:#f7f8fa!important}[data-theme=dark] .uploadBg[data-v-4c5fd92c]{background:#474b62!important}[data-theme=light] .greyBg[data-v-4c5fd92c]{background:#f3f3f3!important}[data-theme=dark] .greyBg[data-v-4c5fd92c]{background:#1e1e1e!important}[data-theme=light] .c2cBackground[data-v-4c5fd92c]{background:#1d91ff!important}[data-theme=dark] .c2cBackground[data-v-4c5fd92c]{background:#121212!important}[data-theme=light] .c2cBackground1[data-v-4c5fd92c]{background:#f5f5f5!important}[data-theme=dark] .c2cBackground1[data-v-4c5fd92c]{background:#242424!important}[data-theme=light] .c2cTabBackground[data-v-4c5fd92c]{background:#fff!important}[data-theme=dark] .c2cTabBackground[data-v-4c5fd92c]{background:#242424!important}[data-theme=light] .c2cTipBackground[data-v-4c5fd92c]{background:#eff7ff!important}[data-theme=dark] .c2cTipBackground[data-v-4c5fd92c]{background:#121212!important}[data-theme=light] .lightGreybg[data-v-4c5fd92c]{background:#f3f4f9!important}[data-theme=dark] .lightGreybg[data-v-4c5fd92c]{background:#242424!important}[data-theme=light] .darkGreybg[data-v-4c5fd92c]{background:#cbd0e3!important}[data-theme=dark] .darkGreybg[data-v-4c5fd92c]{background:#000!important}[data-theme=light] .contRound[data-v-4c5fd92c]{background:#fff!important}[data-theme=dark] .contRound[data-v-4c5fd92c]{background:#212329!important}[data-theme=light] .contNav[data-v-4c5fd92c]{background:#00d6ca!important}[data-theme=dark] .contNav[data-v-4c5fd92c]{background:#2b2d34!important}[data-theme=dark] .textNew1[data-v-4c5fd92c],[data-theme=light] .textNew1[data-v-4c5fd92c]{color:#d2d2dc!important}.ex-tabs[data-v-4c5fd92c]{margin-bottom:1.25rem;font-size:1.75rem;display:flex;box-shadow:0 0 .625rem .3125rem rgba(0,0,0,.05);justify-content:center;align-items:center;background-color:#f5f5f8}.ex-tabs .ex-tab[data-v-4c5fd92c]{flex:1;text-align:center;margin:.25rem 1px;padding:1.125rem 0;border-radius:.25rem;color:#9691fa}[data-theme=dark] .ex-tabs .ex-tab[data-v-4c5fd92c],[data-theme=light] .ex-tabs .ex-tab[data-v-4c5fd92c]{border-bottom:2px solid transparent!important}[data-theme=dark] .ex-tabs .active[data-v-4c5fd92c],[data-theme=light] .ex-tabs .active[data-v-4c5fd92c]{color:#9691fa!important}[data-theme=dark] .ex-tabs .active[data-v-4c5fd92c],[data-theme=light] .ex-tabs .active[data-v-4c5fd92c]{background-color:#fff}