@charset "UTF-8";.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{line-height:1;top:var(--size-24);left:50%;padding:var(--size-0) var(--size-24);transform:translate3d(-50%,0,0);width:auto}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}.Toastify__toast{background:var(--primary-color-04);color:var(--gray-09);position:relative;box-sizing:border-box;margin-bottom:var(--size-8);padding:var(--size-16);border-radius:var(--size-4);box-shadow:var(--popover-shadow);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;cursor:pointer;direction:ltr}.Toastify__toast.re-message-toast{color:var(--re-rui-same-white)!important}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{90%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Toastify__toast-container--top-center .Toastify__toast-body{align-items:center;display:flex;font-size:var(--font-size-16)}.Toastify__toast-container--top-center .Toastify__toast-body:before{font-family:by-iconfont!important;font-size:var(--font-size-18);font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:var(--size-12)}.Toastify__toast.Toastify__toast--error.re-message-toast{background-color:var(--re-rui-wrong)!important}.Toastify__toast.Toastify__toast--warning.re-message-toast{background-color:var(--re-rui-warning)!important}.Toastify__toast.Toastify__toast--success.re-message-toast{background-color:var(--re-rui-success)!important}.Toastify__toast.Toastify__toast--info.re-message-toast{background-color:var(--re-rui-brand-main)!important}.Toastify__toast-container--top-center .Toastify__toast--error .Toastify__toast-body:before{color:var(--f-danger-01);content:"\e830"}.Toastify__toast-container--top-center .Toastify__toast--warning .Toastify__toast-body:before{color:var(--re-rui-brand-main);content:"\e83b"}.Toastify__toast-container--top-center .Toastify__toast--success .Toastify__toast-body:before{color:var(--f-success-01);content:"\e83c"}.Toastify__toast-container--top-center .Toastify__toast--error.re-message-toast .Toastify__toast-body:before{color:var(--re-rui-same-white)!important;content:"\e830"}.Toastify__toast-container--top-center .Toastify__toast--warning.re-message-toast .Toastify__toast-body:before{color:var(--re-rui-same-white)!important;content:"\e83b"}.Toastify__toast-container--top-center .Toastify__toast--success.re-message-toast .Toastify__toast-body:before{color:var(--re-rui-same-white)!important;content:"\e83c"}.Toastify__toast-container--top-center .Toastify__toast--info.re-message-toast .Toastify__toast-body:before{color:var(--re-rui-same-white)!important;content:"\e83b"}.Toastify__toast-container--bottom-right{width:336px}.by-notify__title{align-items:center;display:flex;margin-bottom:var(--size-12)}.by-notify__title .iconfont.icon{margin-right:var(--size-12)}#by-notification-root .by-notification-notice{position:absolute;bottom:0;left:0;width:100%}.dialog-overflow-scroll{max-height:552px;overflow-y:auto;padding-right:16px;padding-left:16px}.flex1{flex:1 1}.block-20{width:var(--size-20);height:var(--size-20);line-height:var(--size-20)}.block-24{width:var(--size-24);height:var(--size-24);line-height:var(--size-24)}.icon-box img{width:100%;height:100%}body a,body a:visited{color:var(--re-new-brand-regular-press);text-decoration:none}body .dex-header a,body .dex-header a:visited{color:var(--re-new-grey-white)}body .icon.iconfont.brand-hover:hover,body a:hover{color:var(--re-new-brand-regular-hover)}body .icon.iconfont.brand-hover:active,body a:active,body a:focus{color:var(--re-new-brand-regular-press)}body .long{color:var(--re-new-seconday-green)}body .short{color:var(--re-new-seconday-red)}body .icon.iconfont.brand-hover.icon-close,body .icon.iconfont.icon-close{color:var(--re-new-grey-main)}body .icon.iconfont.brand-hover.icon-close:hover,body .icon.iconfont.icon-close:hover{color:var(--re-new-grey-minor)}body .icon.iconfont.brand-hover.icon-close:active,body .icon.iconfont.icon-close:active{color:var(--re-new-grey-main)}body .icon.iconfont.icon-loading{color:var(--re-new-brand-regular)}body .re-card{background-color:var(--re-new-bg-light)}body .re-card .re-card__head{height:auto;line-height:15px;padding:8.5px 16px;font-size:12px;font-weight:500;color:var(--re-new-grey-major)}body .re-switch.re-switch--contained .re-switch__item{flex:1 1}body .show-darkModal.re-modal:before{background-color:unset}body *{font-weight:500}.trade__symbol-notes-bg{display:inline-flex;justify-content:center;align-items:center;width:18px;height:18px;margin:0 0 0 var(--size-8);background-color:var(--re-rui-bg-web-3);color:var(--re-new-brand-regular);border-radius:50%;cursor:help}.trade__symbol-notes-bg>span{transform:rotate(15deg)}.mt-12{margin-top:12px}.re-modal{z-index:99;background:var(--re-rui-bg-mask)}.re-main-color{color:var(--re-new-brand-regular)}.iconfont:hover,.re-font-hover:hover{cursor:pointer;color:var(--re-new-brand-regular-hover)}.iconfont:active,.re-font-hover:active{color:var(--re-new-brand-regular-press)}.icon.iconfont.re-icon-hover:hover{cursor:pointer;color:var(--re-new-brand-regular-hover)}.icon.iconfont.re-icon-hover:active{cursor:pointer;color:var(--re-new-brand-regular-press)}.icon.iconfont.re-icon-hover.block-icon.icon-hover__same-width:hover{padding:0 4px}::-moz-placeholder{color:var(--re-rui-text-a-03)}::placeholder{color:var(--re-rui-text-a-03)}.zero-scrollbar::-webkit-scrollbar{height:0;overflow:-moz-scrollbars-none}.zero-scrollbar.firefox{scrollbar-color:transparent transparent;scrollbar-track-color:transparent;-ms-scrollbar-track-color:transparent;overflow-y:hidden;scrollbar-width:none}.re-draggable{cursor:move}.asset-transfer__input{padding:0!important;border:none!important}.asset-transfer__input .re-input__container{padding:0 var(--size-12)}.label-input__container .re-input__container .re-input__left-icon,.label-input__container .re-input__container .re-input__right-icon{font-size:14px;font-weight:600}.label-input__container .re-input__container .re-input__left-icon{color:var(--re-new-grey-detail)}.label-input__container .re-input__container .re-input__right-icon{display:flex;align-items:center;color:var(--re-new-grey-major)}.label-input__container .re-input__right-icon .re-input__container{font-size:14px;font-weight:500;padding:0}.label-input__container.re-input--xx-large .re-input__inner{text-align:right;font-size:15px;font-weight:600;caret-color:var(--re-new-brand-regular)}.label-input__container .re-input__mask{justify-content:flex-end;font-size:15px;font-weight:600}.label-input__container .re-input__container:focus-within{border:1px solid var(--re-new-brand-regular)}.label-input-select__container .re-input__container .re-input__wrapper{margin-right:0}.label-input-select__container .re-input__container .re-input__right-icon .re-select--medium{width:72px}.re-input__tips{color:var(--re-rui-text-a-08)}.re-item__label{color:var(--re-new-grey-minor)}.re-item__label,.re-item__value{line-height:15px;font-weight:500;font-size:12px}.re-color-a,.re-item__value{color:var(--re-new-grey-major)}.re-color-a-08{color:var(--re-rui-text-a-08)}.span-block-btn{align-self:center;padding:3.5px var(--size-6);color:var(--re-new-grey-main);font-size:var(--font-size-12);background-color:var(--re-new-bg-deep);border:1px solid var(--gray-04);border-radius:var(--size-4);cursor:pointer}.span-block-btn:hover{color:var(--re-new-brand-regular);border:1px solid var(--re-new-brand-regular)}.span-block-btn:active{color:var(--re-new-brand-regular-press);border:1px solid var(--re-new-brand-regular-press)}.span-block-btn.disabled{color:var(--gray-03)}.span-block-btn i{padding-right:var(--size-6)}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.1)}::-webkit-scrollbar-thumb{border-radius:34px;background:#c1c1c1;-webkit-box-shadow:inset006pxrgba(0,0,0,.3)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.1)}.scrollbar-dark{scrollbar-width:auto}.scrollbar-dark::-webkit-scrollbar-track{background:var(--re-new-bg-general)}.text-overflow-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header-nav-icon__setting{background-image:url(/trade/usdt/static/media/setting.a26f694c.svg)}.header-nav-icon__setting:hover{background-image:url(/trade/usdt/static/media/setting--hover.b1adf2b0.svg)}.header-nav-icon-dex__setting{background-image:url(/trade/usdt/static/media/setting-dex.34487ff8.svg)}.header-nav-icon-dex__setting:hover{background-image:url(/trade/usdt/static/media/setting-dex--hover.f9825c9f.svg)}.header-nav-icon__theme-light{background-image:url(/trade/usdt/static/media/theme-light.8432fa53.svg)}.header-nav-icon__theme-light:hover{background-image:url(/trade/usdt/static/media/theme-light--hover.3351aaf8.svg)}.header-nav-icon__theme-dark{background-image:url(/trade/usdt/static/media/theme-dark.366a6c44.svg)}.header-nav-icon__theme-dark:hover{background-image:url(/trade/usdt/static/media/theme-dark--hover.af679c7b.svg)}.re-loading{animation:loading-anime 1s linear infinite}@keyframes loading-anime{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-36{margin-top:36px}.mt-48{margin-top:48px}.mr-8{margin-right:8px}.mr-12{margin-right:12px}.ml-8{margin-left:8px}.ml-12{margin-left:12px}.flex{display:flex}.flex-center{justify-content:center;align-items:center}.flex-jc-is{justify-content:center;align-items:flex-start}.flex-js-ic{justify-content:flex-start;align-items:center}.flex-jb-ic{justify-content:space-between;align-items:center}.text-24{font-size:24px;line-height:29px}.text-22{font-size:22px;line-height:27px}.text-20{font-size:20px;line-height:24px}.text-18{font-size:18px;line-height:22px}.text-16{font-size:16px;line-height:19px}.text-14{font-size:14px;line-height:17px}.text-12{font-size:12px;line-height:15px}.font-800{font-weight:800}.font-700{font-weight:700}.font-600{font-weight:600}.font-500{font-weight:500}.font-400{font-weight:400}.c-grey-major{color:var(--grey-major)}.c-grey-minor{color:var(--grey-minor)}.c-white{color:#fff}.c-black{color:#121b24}#__zoomex_region_frame_footer__,#__zoomex_region_frame_header__{min-width:1112px}.by-card,.by-footer-small{background:var(--re-rui-bg-web-2)!important}:root.theme-dark,:root.theme-dex{--re-rui-line-a:#23313c!important}:root.theme-light{--re-rui-line-a:#ebedef!important;--el-color-primary:#0bd9bd}.react-draggable-transparent-selection{-webkit-user-select:none;-moz-user-select:none;user-select:none}:root.theme-dark.theme-dex{--re-tv-color-platform-background:#0d1525}.theme-dex .Toastify__toast{background-color:var(--re-rui-bg-web-3)}:root,:root.theme-light{--re-new-box-shadow:0px 2px 8px 0px rgba(0,0,0,0.2)}:root.theme-dark{--re-new-box-shadow:0px 2px 8px 0px hsla(0,0%,100%,0.2)}.theme-dex #__zoomex_region_frame_header__{min-height:48px!important}.reconnect-modal{width:480px;border-radius:6px;box-shadow:var(--popover-shadow)}.reconnect-modal .dialog{background-color:var(--color-white);color:#353535;text-align:center;border:0;border-radius:6px}.reconnect-modal .dialog .title{position:relative}.reconnect-modal .dialog .title p{font-size:24px;font-weight:700;border-bottom:1px solid rgba(55,55,55,.1);padding:10px 0;line-height:36px}.reconnect-modal .dialog .title i{position:absolute;top:16px;right:10px;font-size:24px;cursor:pointer;top:30px;right:20px;zoom:.7}.reconnect-modal .dialog .content{min-height:100px;font-size:13px;font-weight:500}.reconnect-modal .dialog .content p{line-height:40px}.reconnect-modal .dialog .content .ivu-progress{display:inline-block;width:35%;font-size:12px;position:relative}.reconnect-modal .dialog .content .ivu-progress .ivu-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.reconnect-modal .dialog .content .ivu-progress .ivu-progress-outer .ivu-progress-inner{display:inline-block;width:100%;background-color:#f3f3f3;border-radius:100px;vertical-align:middle;position:relative}.reconnect-modal .dialog .content .ivu-progress .ivu-progress-outer .ivu-progress-inner .ivu-progress-bg{text-align:right;border-radius:100px;background-color:var(--re-rui-brand-main);transition:all .2s linear;position:relative}.reconnect-modal .dialog .content .ivu-progress .ivu-progress-outer .ivu-progress-inner .ivu-progress-bg:after{content:"";display:inline-block;height:100%;vertical-align:middle}.reconnect-modal .dialog .content .ivu-progress .ivu-progress-outer .ivu-progress-inner .ivu-progress-success-bg{border-radius:100px;background-color:#82c749;transition:all .2s linear;position:absolute;top:0;left:0}.reconnect-modal .dialog .content .ivu-progress-active .ivu-progress-bg:before{content:"";opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:10px;animation:ivu-progress-active 2s ease-in-out infinite}@keyframes ivu-progress-active{0%{opacity:.3;width:0}to{opacity:0;width:100%}}.risk-modal-container .risk-modal-container__slider{width:100%;height:40px;line-height:40px;border-radius:4px;background-color:var(--re-rui-bg-web-3);display:flex}.risk-modal-container .risk-modal-container__slider .slider__arrow{width:40px;cursor:pointer}.slider__arrow.hide{visibility:hidden}.slider__arrow span{vertical-align:top}.slider__arrow span.off{color:var(--re-rui-bg-web-1)!important}.risk-modal-container__slider .arrow-lf{transform:rotate(90deg) translateY(4px);transition:all .1s;margin-left:16px}.risk-modal-container__slider .arrow-rf{transform:rotate(270deg) translateY(4px);transition:all .1s;margin-left:12px}.risk-modal-container .risk-modal-container__slider .slider__list{width:calc(100% - 80px);overflow-x:scroll;overflow-y:hidden}.slider__list .slider__item{margin:auto 6px;padding:4px 6px;cursor:pointer}.slider__list .slider__item.slider__item-current{color:var(--re-new-brand-regular);border-radius:2px}.risk-modal-container .risk-limit-row>div:first-child{padding-left:20px}.risk-modal-container{-webkit-user-select:none;-moz-user-select:none;user-select:none}.risk-modal-container .risk-limit{font-size:var(--size-12);color:var(--re-new-grey-main);font-weight:500;margin-top:24px;padding:10px;background-color:var(--re-new-bg-heavy);border-radius:6px}.risk-modal-container .risk-limit-row{display:flex;justify-content:space-around;align-items:center;margin-bottom:12px;line-height:18px}.risk-modal-container .risk-limit-row>div:first-child{text-align:left;padding-left:var(--size-20)}.risk-modal-container .risk-limit-row>div{width:25%;text-align:center}.risk-modal-container .risk-tip{line-height:18px;margin-top:24px;font-size:12px;font-weight:500;color:var(--re-new-grey-minor)}.setting-drawer-wrap{padding:0;color:var(--re-new-grey-major);overflow-y:auto}.setting-drawer-wrap .setting-drawer-wrap__sub-title{margin-bottom:12px;line-height:17px;font-size:14px;font-weight:600;color:var(--re-new-grey-major)}.setting-drawer-wrap .setting-drawer-wrap__sub-block{margin-bottom:32px}.setting-drawer-wrap .setting-drawer-wrap__sub-block:last-child{margin-bottom:0}.setting-drawer-wrap .setting-drawer-wrap__sub-content{margin-left:8px;margin-right:8px}.setting-drawer-wrap .setting-drawer-wrap__block{padding-left:24px;padding-right:24px;border-bottom:1px solid var(--re-new-line-general)}.setting-drawer-wrap .setting-drawer-wrap__inline-radio .re-inline-child{font-weight:600}.setting-drawer-wrap .setting-drawer-wrap__inline-radio .setting-drawer-wrap__inline-radio__label{flex-grow:1}.setting-drawer-wrap .setting-drawer-wrap__inline-radio .setting-drawer-wrap__inline-toggle{height:17px}.setting-drawer-wrap .setting-drawer-wrap__header{border-bottom:1px solid var(--re-new-line-general);padding:32px 24px 16px}.setting-drawer-wrap .setting-drawer-wrap__header .setting-drawer-wrap__header__title{font-size:18px;font-weight:600;line-height:22px}.setting-drawer-wrap .setting-drawer-wrap__theme{border-bottom:1px solid var(--re-new-line-general);padding:24px}.setting-drawer-wrap .setting-drawer-wrap__setting-block{border-bottom:1px solid var(--re-new-line-general);padding:36px 24px}.setting-drawer-wrap .setting-drawer-wrap__setting-block .setting-drawer-wrap__setting-block__title{line-height:17px;margin-bottom:24px;font-size:14px;font-weight:600;color:var(--re-new-grey-minor)}.setting-drawer-wrap .setting-drawer-wrap__setting-block .icon-notice-left-label{margin-right:8px}.setting-drawer-wrap .setting-drawer-wrap__setting-block .icon-notice{cursor:pointer}.setting-drawer-wrap .setting-drawer-wrap__setting-block .icon-notice:hover{color:var(--re-new-brand-regular-hover)}.setting-drawer-wrap .setting-drawer-wrap__current-contract__positions .re-radio-wrapper,.setting-drawer-wrap .setting-drawer-wrap__current-contract__tpsl .re-radio-wrapper,.setting-drawer-wrap .setting-drawer-wrap__global-setting__booked .re-radio-wrapper{display:block;color:var(--re-new-grey-main)}.setting-drawer-wrap .setting-drawer-wrap__current-contract__positions .re-radio-wrapper:first-child,.setting-drawer-wrap .setting-drawer-wrap__current-contract__tpsl .re-radio-wrapper:first-child,.setting-drawer-wrap .setting-drawer-wrap__global-setting__booked .re-radio-wrapper:first-child{margin-bottom:4px}.setting-drawer-wrap .setting-drawer-wrap__current-contract__risk-setting{border-radius:8px;border:1px solid var(--re-new-line-general);background-color:var(--re-new-bg-light);padding:15.5px 12px}.setting-drawer-wrap .setting-drawer-wrap__current-contract__risk-setting .setting-drawer-wrap__current-contract__risk-setting__item{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;line-height:17px;font-size:14px;font-weight:500;color:var(--re-new-grey-major)}.setting-drawer-wrap .setting-drawer-wrap__current-contract__risk-setting .setting-drawer-wrap__current-contract__risk-setting__item .setting-drawer-wrap__current-contract__risk-setting__item__edit{font-weight:600}.setting-drawer-wrap .setting-drawer-wrap__current-contract__risk-setting .setting-drawer-wrap__current-contract__risk-setting__item:last-child{margin-bottom:0}.setting-drawer-wrap .setting-drawer-wrap__global-setting__confirmation{cursor:pointer;display:flex;justify-content:space-between}.setting-drawer-wrap .setting-drawer-wrap__global-setting__confirmation .setting-drawer-wrap__global-setting__confirmation__title{flex-grow:1}.setting-drawer-wrap .setting-drawer-wrap__global-setting__confirmation .icon-down{transform:rotate(-90deg)}.setting-drawer-wrap .setting-drawer-wrap__global-setting__confirmation:hover{color:var(--re-new-brand-regular-hover)}.setting-drawer-wrap .setting-drawer-wrap__global-setting__confirmation:active{color:var(--re-new-brand-regular-press)}.setting-drawer-wrap .setting-drawer-wrap__reset-grid{padding:24px;border-bottom:none}.setting-drawer-wrap .setting-drawer-wrap__reset-grid>div{cursor:pointer;font-weight:600;color:var(--re-new-brand-regular-press)}.setting-drawer-wrap .setting-drawer-wrap__reset-grid>div .setting-icon-reset{margin-right:8px}.setting-drawer-wrap .setting-drawer-wrap__reset-grid>div:hover{color:var(--re-new-brand-regular-hover)}.setting-drawer-wrap .setting-drawer-wrap__reset-grid>div:active{color:var(--re-new-brand-regular-press)}.setting-drawer-wrap .setting-drawer-wrap__confirmation-setting{padding:24px}.setting-drawer-wrap .setting-drawer-wrap__confirmation-setting .setting-drawer-wrap__sub-title{margin-bottom:0}.setting-drawer-wrap .setting-drawer-wrap__confirmation-setting .setting-drawer-wrap__confirmation-setting__item .setting__second-item{padding:24px 8px;border-bottom:1px solid var(--re-new-line-general)}.setting-drawer-wrap .setting-drawer-wrap__confirmation-setting .setting-drawer-wrap__confirmation-setting__item .setting__second-item .setting__second-confirm-title{flex-grow:1;line-height:17px;color:var(--re-new-grey-major);font-size:14px;font-weight:600}.setting-drawer-wrap .setting-drawer-wrap__confirmation-setting .setting-drawer-wrap__confirmation-setting__item .setting__second-item .setting__second-confirm-desc{padding-top:8px;line-height:17px;color:var(--re-new-grey-minor);font-size:14px;font-weight:500}.setting-drawer-wrap__popover{z-index:100000000000}.mm-tip{position:relative}.mm-tip:after{display:inline-block;width:6px;height:6px;border-radius:50%;content:"";background-color:var(--re-new-seconday-red);position:absolute;top:-3px;right:-12px}.contact-detail-container{border-top:4px solid var(--re-new-line-general)}.contact-detail-container .contact-detail-head{align-items:center;justify-content:space-between;font-size:14px;line-height:17px}.contact-detail-container .contact-detail-head .contact-detail-head__title{flex-grow:1}.contact-detail-container .contact-detail-head .iconfont{cursor:pointer;flex-shrink:0}.contact-detail-container .contact-detail-body{padding:0 16px 16px}.contact-detail-container .contact-detail-body .contact-detail-body__item{justify-content:space-between;margin-top:8px;line-height:15px;font-size:12px}.contact-detail-container .contact-detail-body .contact-detail-body__item .contact-detail-body__item__label{font-weight:500;color:var(--re-new-grey-minor)}.contact-detail-container .contact-detail-body .contact-detail-body__item .contact-detail-body__item__value{flex-shrink:0;font-weight:600;color:var(--re-new-grey-major)}.contact-detail-container .contact-detail-body .contract-detail-body__more{display:inline-block;margin-top:8px;line-height:15px;font-size:12px;font-weight:500}.re-card.contact-detail-container .re-card__head{padding:12.5px 16px}.scroll-block__container{position:relative;flex-grow:1;display:flex;align-items:center;height:100%;overflow:hidden}.scroll-block__container .scroll-arrow{position:absolute;height:100%;padding:0 8px;cursor:pointer;background-color:var(--re-new-bg-general)}.scroll-block__container .scroll-arrow.arrow-lf{text-align:center}.scroll-block__container .scroll-arrow.arrow-rf{right:0;text-align:center}.scroll-block__container .scroll-arrow.hide{visibility:hidden}.scroll-block__container .scroll-arrow span{position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.scroll-block__container .scroll-arrow:hover .iconfont{color:var(--re-new-grey-minor)}.scroll-block__container .scroll-arrow.scroll-arrow--small{padding:0 4px}.scroll-block__container .scroll-details{display:flex;align-items:center;justify-content:flex-start;overflow-x:auto;overflow-y:hidden}.theme-dex .scroll-block__container .arrow-lf{background:linear-gradient(90deg,#0d1525 24.27%,rgba(26,40,52,0))}.theme-dex .scroll-block__container .arrow-rf{background:linear-gradient(270deg,#0d1525 24.27%,rgba(26,40,52,0))}.favorite-symbol{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%;padding:0 16px;background-color:var(--re-new-bg-heavy)}.favorite-symbol .favorite-icon{flex:0 1}.favorite-symbol .favorite-icon .icon-favored{font-size:18px;color:var(--re-new-brand-regular)}.favorite-symbol .favorite-scroll__container .favorite-scroll{width:100%}.favorite-symbol .favorite-scroll__container .favorite-scroll .single-symbol{padding:9px 12px;font-weight:600;font-size:12px;line-height:15px;letter-spacing:.1px;white-space:nowrap;cursor:pointer}.favorite-symbol .favorite-scroll__container .favorite-scroll .single-symbol .single-symbol__title{padding-right:4px}.favorite-symbol .favorite-scroll__container .favorite-scroll .single-symbol span{font-weight:inherit}.favorite-symbol .favorite-scroll__container .favorite-scroll .single-symbol:hover{background-color:var(--re-new-bg-deep);border-radius:6px}.fallback-loading-container{width:100%;height:100%;justify-content:center}.ob-and-recent-trade-card.re-card .re-card__head{height:33px;border-bottom:1px solid var(--re-new-line-general)}.ob-and-recent-trade-card.re-card .re-card__head .re-switch.re-switch--under .re-switch__item{margin-right:16px;margin-top:4px}.ob-and-recent-trade-card.re-card .re-card__head .draggable-block{width:100%;height:inherit}.book-symbol-tab__container{padding:12px 12px 0}.book-symbol-tab__container .re-switch.re-switch--small .re-switch__item{height:32px;padding-right:32px;margin-right:0;border-bottom:0}.book-symbol-tab__container .re-switch.re-switch--underlineover .re-switch__item--active{position:relative;border-bottom:0}.book-symbol-tab__container .re-switch.re-switch--underlineover .re-switch__item--active:after{width:calc(100% - 32px);content:"";display:block;height:2px;position:absolute;bottom:0;left:0;right:0;background-color:var(--re-new-brand-regular)}.book-symbol-tab__container::-webkit-scrollbar,.book-symbol-tab__container::-webkit-scrollbar-button,.book-symbol-tab__container::-webkit-scrollbar-thumb{display:none}.symbol-sort__ctr{position:relative;display:inline-flex;margin-left:2px;width:10px;height:16px;vertical-align:middle;flex-direction:column;justify-content:center;align-items:center}.symbol-sort__sort-btn{border-bottom:4px solid var(--re-new-grey-detail)}.symbol-sort__sort-btn--down{margin-top:2px;border-top:4px solid var(--re-new-grey-detail)}.symbol-sort__sort-btn,.symbol-sort__sort-btn--down{display:inline-block;border-right:4px solid transparent;border-left:4px solid transparent;color:var(--re-new-grey-detail)}.symbol-sort__sort-btn.symbol-sort__type--sort{border-bottom:4px solid var(--re-new-brand-regular)}.symbol-sort__sort-btn--down.symbol-sort__type--sort{border-top:4px solid var(--re-new-brand-regular)}.symbol-sort__txt{vertical-align:middle;font-weight:600;color:var(--re-new-grey-detail)}.symbol-sort__sort-btn,.symbol-sort__sort-btn--down,.symbol-sort__txt{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.book-symbol-table__bg{width:100%}.book-symbol-table__tbody{overflow-y:auto;color:var(--re-new-grey-major);width:100%;height:360px;padding-bottom:10px}.book-symbol-table__tbody::-webkit-scrollbar{width:4px;height:4px}.book-symbol-table__tbody::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.book-symbol-table__tbody::-webkit-scrollbar-button{display:none}.book-symbol-table__symbol-box{position:relative}.book-symbol-table__symbol-bg,.book-symbol-table__symbol-box{display:flex;align-items:center}.book-symbol-table__symbol,.book-symbol-table__symbol-icon{display:inline-block}.book-symbol-table__symbol-bg .icon-favor,.book-symbol-table__symbol-bg .icon-favored,.book-symbol-table__symbol-icon{margin-right:var(--size-8);transition:.2s linear}.book-symbol-table__bg .icon-favor{color:#979797}.book-symbol-table__bg .icon-favored{color:var(--re-new-brand-regular)}.book-symbol-table__bg .icon-favor:hover,.book-symbol-table__bg .icon-favored:hover{transform:scale(1.3);will-change:transform;transition:.2s linear}.star-flash-animation{animation-name:starFlash;animation-duration:.3s}.book-symbol-table__box{width:100%;height:408px}.book-symbol-table__tbody,.book-symbol-table__thead{width:100%}.book-symbol-table__thead-tr{color:var(--re-new-grey-detail);height:48px;padding:16px 0}.book-symbol-table__tbody-tr{height:36px;cursor:pointer;padding:8px 0}.book-symbol-table__tbody-tr,.book-symbol-table__thead-tr{display:flex;align-items:center}.book-symbol-table__tbody-td,.book-symbol-table__thead-th{text-align:right;height:16px}.book-symbol-table__thead-th:first-child{text-align:left;margin-right:8px}.book-symbol-table__thead-td{font-weight:500;color:hsla(0,0%,100%,.6);padding:var(--size-12) var(--size-16);text-align:right}.book-symbol-table__tbody-td:first-child,.book-symbol-table__thead-th:first-child{width:180px;flex-shrink:0;text-align:left;padding-left:12px}.book-symbol-table__tbody-td:nth-child(2),.book-symbol-table__thead-th:nth-child(2){width:15%}.book-symbol-table__tbody-td:nth-child(3),.book-symbol-table__thead-th:nth-child(3){width:25%}.book-symbol-table__tbody-td:last-child,.book-symbol-table__thead-th:last-child{width:25%;margin-right:0;padding-right:12px}.book-symbol-table__tbody-td{height:20px;line-height:20px}.book-symbol-table__no-data-bg{padding-top:80px;display:flex;flex-direction:column;align-items:center}.book-symbol-table__load-fail-txt,.book-symbol-table__no-data-txt{color:var(--re-new-grey-detail);margin-top:var(--size-12);font-size:var(--font-size-12);white-space:nowrap}.book-symbol-table__no-data-txt{width:100%;text-align:center}.book-symbol-table__no-data-img{width:84px;height:90px}.book-symbol-table__tbody-tr-active,.book-symbol-table__tbody-tr:hover{background-color:var(--re-new-bg-general)}.book-symbol-table__load-fail-bg{padding-top:132px;display:flex;flex-direction:row;justify-content:center;align-items:center}.book-symbol-table__try-again-txt{margin-left:var(--size-6);text-decoration:underline;color:var(--re-new-brand-regular);cursor:pointer}.book-symbol-table__symbol-new{position:absolute;top:-16px;right:-20px;font-size:var(--font-size-8);font-weight:700;color:var(--re-new-brand-regular)}.book-symbol-table__symbol-type-bg{display:flex;justify-content:center;align-items:center}.book-symbol-table__symbol-type-bg.symbol-name-long{zoom:.83}.book-symbol-table__symbol-type{color:var(--gray-07);white-space:nowrap}.book-symbol-table__symbol-tag--new{position:relative;top:-6px;left:4px}.book-symbol-table__symbol,.book-symbol-table__symbol-type{height:var(--size-16);line-height:var(--size-16)}.book-symbol-table__symbol-new-label{position:relative;bottom:4px;display:inline-block;color:var(--re-new-brand-regular);font-weight:700;font-size:12px;transform:scale(.65)}.symbol-search__com{padding:0 12px}.symbol-search__ctr .re-input--outlined .re-input__container{border:1px solid var(--re-new-line-general)}.symbol-search__icon{color:var(--gray-05)}.symbol-search__ctr .symbol-search__icon.hide{display:none}.symbol-search__ipt{height:var(--size-32)}.symbol-search__ipt input{color:var(--gray-08)}.symbol-search__ipt input::-webkit-input-placeholder{color:var(--gray-05)}.global-loading-container{display:flex;align-items:center;justify-content:center}.symbol-list-first-tabs-container{padding:12px 12px 0}.symbol-list-first-tabs-container .re-switch.re-switch--small .re-switch__item{align-items:flex-start;height:20px;padding-right:20px;margin-right:0;border-bottom:0}.symbol-list-first-tabs-container .re-switch.re-switch--underlineover .re-switch__item--active{position:relative;border-bottom:0;color:var(--re-new-brand-regular)}.symbol-list-first-tabs-container .re-switch.re-switch--underlineover .re-switch__item--active:after{width:calc(100% - 20px);content:"";display:block;height:2px;position:absolute;bottom:0;left:0;right:0;background-color:var(--re-new-brand-regular)}.symbol-list-first-tabs-container::-webkit-scrollbar,.symbol-list-first-tabs-container::-webkit-scrollbar-button,.symbol-list-first-tabs-container::-webkit-scrollbar-thumb{display:none}.symbol-list-second-tabs-container{margin:16px 0 16px 12px;grid-gap:12px;gap:12px}.symbol-list-second-tabs-container .second-tabs-item{cursor:pointer;padding:4.5px 16px;line-height:15px;font-size:12px;font-weight:400;border-radius:4px;color:var(--re-new-grey-minor);background-color:var(--re-new-bg-heavy)}.symbol-list-second-tabs-container .second-tabs-item.active{font-weight:500}.symbol-list-second-tabs-container .second-tabs-item.active,.symbol-list-second-tabs-container .second-tabs-item:hover{color:var(--re-new-brand-regular-press);background-color:var(--re-new-brand-regular-01)}.symbol-search-container{padding:0 12px}.symbol-search-container .symbol-search__ctr .re-input--outlined .re-input__container{border:1px solid var(--re-new-line-general)}.symbol-search-container .symbol-search__icon{color:var(--re-new-grey-major)}.symbol-search-container .symbol-search__ctr .symbol-search__icon.hide{display:none}.symbol-search-container .symbol-search__ipt{height:var(--size-32)}.symbol-search-container .symbol-search__ipt input{color:var(--re-new-grey-major)}.symbol-search-container .symbol-search__ipt input::-webkit-input-placeholder{color:var(--re-new-grey-detail)}.symbol-list-tag-tabs-container{margin:16px 12px;grid-gap:12px;gap:12px}.symbol-list-tag-tabs-container .symbol-list-tag-container .scroll-arrow{padding:0;color:var(--re-new-grey-minor);background-color:var(--re-new-bg-light)}.symbol-list-tag-tabs-container .symbol-list-tag-container .symbol-list-tag__scroll-block .tag-tabs-item{cursor:pointer;flex-shrink:0;line-height:16px;font-size:12px;font-weight:500;margin-right:16px;color:var(--re-new-grey-minor)}.symbol-list-tag-tabs-container .symbol-list-tag-container .symbol-list-tag__scroll-block .tag-tabs-item.active{font-weight:500;color:var(--re-new-brand-regular-press)}.symbol-list-tag-tabs-container .symbol-list-tag-container .symbol-list-tag__scroll-block .tag-tabs-item:hover{color:var(--re-new-brand-regular-press)}.symbol-list-tag-tabs-container .symbol-list-tag-container .symbol-list-tag__scroll-block .tag-tabs-item:last-child{margin-right:0}.common-symbol-list-anchor.common-symbol-list-ancho__perpetual{margin-right:12px}.common-symbol-list-popover .re-popover__container{width:520px;padding:0;border-radius:8px;border:1px solid var(--re-new-line-deep);background:var(--re-new-bg-light)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container{padding:12px 0}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-search-container{height:466px;overflow-y:auto}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block{width:100%}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .icon-favor{color:#979797}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .icon-favored{color:var(--re-new-brand-regular)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .icon-favor:hover,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .icon-favored:hover{transform:scale(1.3);will-change:transform;transition:.2s linear}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-search-title{margin-left:12px;margin-top:16px;line-height:15px;font-size:12px;font-weight:500;color:var(--re-new-grey-detail)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table{width:100%;height:376px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table.symbol-list-table--small{height:344px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody{width:100%}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-box{position:relative;margin-left:4px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-bg .symbol-list-table__icon-favor-bg{height:12px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-bg .iconfont{display:flex;align-items:center;height:12px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-bg .icon-favor,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-bg .icon-favored{font-size:12px;transition:.2s linear}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-bg .symbol-icon{margin-left:4px;flex-shrink:0}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-bg,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-box{display:flex;align-items:center}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead{width:100%;font-size:12px;font-weight:500}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead{height:16px;padding:0 12px;margin-bottom:8px;color:var(--re-new-grey-detail)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-tr,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead{display:flex;align-items:center}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-tr{padding:10px 12px;color:var(--re-new-grey-major)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead-th{display:flex;align-items:center;justify-content:flex-end;height:16px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-td{text-align:right}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-td:first-child,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead-th:first-child{width:35%;flex-shrink:0;text-align:left;justify-content:flex-start}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-td:nth-child(2),.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead-th:nth-child(2){width:15%}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-td:nth-child(3),.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead-th:nth-child(3){width:25%}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-td:last-child,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__thead-th:last-child{width:25%;margin-right:0}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-tr-active,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__tbody-tr:hover{background-color:var(--re-new-bg-general)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol{display:inline-block}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__load-fail-bg{padding-top:132px;display:flex;flex-direction:row;justify-content:center;align-items:center}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__try-again-txt{margin-left:var(--size-6);text-decoration:underline;color:var(--re-new-brand-regular);cursor:pointer}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-new{position:absolute;top:-16px;right:-20px;font-size:var(--font-size-8);font-weight:700;color:var(--re-new-brand-regular)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-type-bg{display:flex;justify-content:center;align-items:center}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-type-bg.symbol-name-long{zoom:.83}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-tag--new{position:relative;top:-6px;left:4px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol{line-height:15px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table .symbol-list-table__symbol-new-label{position:relative;bottom:4px;display:inline-block;color:var(--re-new-brand-regular);font-weight:700;font-size:12px;transform:scale(.65)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table.symbol-list-table__spot .symbol-list-table__tbody-td:first-child,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table.symbol-list-table__spot .symbol-list-table__thead-th:first-child{width:40%}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table.symbol-list-table__spot .symbol-list-table__tbody-td:nth-child(2),.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table.symbol-list-table__spot .symbol-list-table__thead-th:nth-child(2){width:35%}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .symbol-list-table.symbol-list-table__perpetual .symbol-list-table__tbody-td{line-height:15px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block .star-flash-animation{animation-name:starFlash;animation-duration:.3s}@keyframes starFlash{0%{transform:scale(.3)}to{transform:scale(1.3)}}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block__search-result .symbol-list-table{height:auto}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block__search-result .search-result__more{justify-content:center;width:100%;line-height:15px;font-size:12px;font-weight:500;color:var(--re-new-grey-detail)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block__search-result .search-result__more:hover{color:var(--re-new-grey-main)}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-block-suspense{height:360px}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-table__no-data-bg{padding-top:80px;display:flex;flex-direction:column;align-items:center}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-table__no-data-bg .symbol-list-table__load-fail-txt,.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-table__no-data-bg .symbol-list-table__no-data-txt{color:var(--re-new-grey-major);margin-top:var(--size-8);font-size:var(--font-size-12);font-weight:400;white-space:nowrap}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-table__no-data-bg .symbol-list-table__no-data-txt{width:100%;text-align:center}.common-symbol-list-popover .re-popover__container .common-symbol-list-container .symbol-list-table__no-data-bg .symbol-list-table__no-data-img{width:100px;height:100px}.perfer-symbol-detail{display:flex;flex-grow:1;align-items:center;justify-content:flex-start;height:100%;overflow:hidden}.perfer-symbol-detail .perfer-line{width:1px;height:28px;margin-right:12px;background-color:var(--re-new-line-deep)}.perfer-symbol-detail .last-price{min-width:100px;margin-right:24px;font-weight:700;font-size:18px}.perfer-symbol-detail .detail-scroll{width:100%}.perfer-symbol-detail .detail-scroll .single-field{flex:0 1;margin-right:36px;color:var(--re-new-grey-major)}.perfer-symbol-detail .detail-scroll .single-field .rate-title,.perfer-symbol-detail .detail-scroll .single-field .title{line-height:15px;margin-bottom:2px;color:var(--re-new-grey-minor);font-weight:500;font-size:12px;white-space:nowrap}.perfer-symbol-detail .detail-scroll .single-field .content,.perfer-symbol-detail .detail-scroll .single-field .rate-detail{font-weight:600;font-size:12px;line-height:15px;white-space:nowrap}.perfer-symbol-detail .detail-scroll .single-field .rate-block .unPredicted{display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:inherit}.perfer-symbol-detail .detail-scroll .single-field .index-price{color:var(--re-new-grey-minor);text-decoration:underline}.perfer-symbol-detail .detail-scroll .single-field .index-price:hover{color:var(--re-new-brand-regular-hover)}.perfer-symbol-detail .detail-scroll .single-field:last-child{margin-right:0}.perfer-symbol-detail .dex-symbol-drop-down{margin-right:12px}.perfer-symbol-detail .dex-symbol-drop-down .re-popover__el{height:100%}.perfer-symbol-detail .dex-symbol-drop-down .re-dropdown__anchor{display:flex;align-items:center;height:100%}.perfer-symbol-detail .dex-symbol-drop-down .re-dropdown__anchor .symbol-icon{width:24px;height:24px;margin-right:6px}.perfer-symbol-detail .dex-symbol-drop-down .re-dropdown__anchor .symbol-name{line-height:24px;font-size:18px;font-weight:700;color:var(--re-new-grey-major)}.perfer-symbol-detail .dex-symbol-drop-down .re-dropdown__anchor .re-dropdown__icon{margin-left:8px}.perfer-symbol-detail .dex-symbol-drop-down .re-dropdown__anchor.re-dropdown__anchor--open{border:none}.perfer-symbol-detail .dex-symbol-drop-down:hover .icon-arrowFilledDown,.perfer-symbol-detail .dex-symbol-drop-down:hover span{color:var(--re-rui-brand-main)}.perfer-symbol-detail .common-symbol-list-anchor .symbol-icon-name{display:flex;align-items:center;height:100%}.perfer-symbol-detail .common-symbol-list-anchor .symbol-icon-name .symbol-icon{width:24px;height:24px;margin-right:6px}.perfer-symbol-detail .common-symbol-list-anchor .symbol-icon-name .symbol-name{line-height:24px;font-size:18px;font-weight:700;color:var(--re-new-grey-major)}.perfer-symbol-detail .common-symbol-list-anchor .symbol-icon-name .re-dropdown__icon{margin-left:8px}.perfer-symbol-detail .common-symbol-list-anchor .symbol-icon-name.re-dropdown__anchor--open{border:none}.perfer-symbol-detail .common-symbol-list-anchor:hover .icon-arrowFilledDown,.perfer-symbol-detail .common-symbol-list-anchor:hover span{color:var(--re-rui-brand-main)}.perfer-symbol-detail .perfer-symbol__right{flex-shrink:0}.contract-prefer-nav .symbol-detail-right-icon{height:34px;border-radius:16px;border:1px solid var(--re-new-line-deep);background:var(--re-new-bg-light);color:var(--re-new-grey-main)}.contract-prefer-nav .arb-page{padding:0 8px;flex:0 0 auto;margin-left:16px}.contract-prefer-nav .arb-page a{display:flex;align-items:center}.contract-prefer-nav .arb-page a svg{margin-right:4px}.contract-prefer-nav .arb-page a svg path{stroke:var(--re-new-grey-main)}.contract-prefer-nav .arb-page span{text-align:right;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:34px;background-size:24px;background-repeat:no-repeat;background-position:0;color:var(--re-new-grey-main)}.contract-prefer-nav .trade-setup{margin-left:12px;padding:6px;font-size:20px}.contract-prefer-nav .symbol-detail-right-icon:hover{background-color:var(--re-new-brand-regular-hover);border-color:var(--re-new-brand-regular-hover);color:var(--re-new-grey-black)}.contract-prefer-nav .symbol-detail-right-icon:hover span{color:var(--re-new-grey-black)}.contract-prefer-nav .symbol-detail-right-icon:hover a svg path{stroke:var(--re-new-grey-black)}.rate-popover{top:40px!important}.symbol-list-trade__drop-down .re-popover__container{background-color:var(--re-new-bg-light)}.symbol-list-trade__drop-down .re-popover__container .symbol-list__drop-down{width:520px;padding:12px 0 8px;border-radius:8px;border:1px solid var(--re-new-line-deep);background:var(--re-new-bg-light)}.symbol-list-trade__drop-down .re-popover__container .symbol-list__drop-down .symbol-list-container .re-dropdown-item{padding:0}.symbol-list-trade__drop-down .re-popover__container .symbol-list__drop-down .symbol-list-container .re-dropdown-item:hover{background-color:unset}.theme-dex .contract-prefer-nav .arb-page:hover,.theme-dex .contract-prefer-nav .trade-setup:hover{color:var(--re-new-grey-invert)}.theme-dex .contract-prefer-nav .arb-page:hover a svg path,.theme-dex .contract-prefer-nav .trade-setup:hover a svg path{stroke:var(--re-new-grey-invert)}.theme-dex .contract-prefer-nav .arb-page:hover span,.theme-dex .contract-prefer-nav .trade-setup:hover span{color:var(--re-new-grey-invert)}@media screen and (max-width:1300px){.last-price{display:none}}.prefer-nav{position:relative;padding:0 16px;justify-content:space-between;height:64px}.prefer-nav,.prefer-nav .nav_24hChang,.prefer-nav__icon-and-symbol-bg,.prefer-nav__left,.prefer-nav__right{display:flex;align-items:center}.prefer-nav .nav_24hChang{justify-content:center;width:60px;height:20px;border-radius:4px;font-size:14px}.long-bg{background:var(--re-new-seconday-green-02)}.short-bg{background:var(--re-new-seconday-red-02)}.pnr__item--video:hover{color:var(--re-new-brand-regular)}.prefer-nav .pnr__item-title{padding-bottom:var(--size-4);font-size:var(--font-size-12);line-height:var(--size-16);word-break:break-word}.pnr__brand{font-weight:600}.pnr__brand,.pnr__brand a{color:var(--re-new-brand-regular-press)}.pnr__brand a{padding-right:4px}.prefer-nav__coin{height:72px;margin:0;padding-right:4px}.prefer-nav__coin--active{color:var(--re-new-brand-regular)}.pnc__item{width:100%;height:100%;display:flex;align-items:center;cursor:default}.prefer-nav__symbol-bg{margin-left:4px}.prefer-nav__symbol{font-size:17px;font-weight:700;color:var(--re-rui-text-a);white-space:nowrap}.prefer-nav__symbol>.icon-arrowFilledDown{transform:scale(.4);color:var(--re-rui-text-a-05)}.prefer-nav__symbol-type{font-size:var(--size-12);line-height:var(--size-16);color:var(--gray-07);max-width:145px}.pnr__fiat{position:absolute;right:240px;height:48px;border-radius:4px;font-size:14px;text-align:center;background:#313340;justify-content:center;padding:0 17px 0 24px}.pnr__fiat .close{margin-left:29px;cursor:pointer}.prefer-nav__p12{padding-right:12px}.pnr__item__hover:hover{color:var(--re-rui-brand-main)}.pnr__item-min-1300{display:flex}.pnr__item-max-1300{display:none}.prefer-nav__left,.prefer-nav__right .setting{padding-right:12px}.prefer-nav__right .multi-view-setting{display:flex;align-items:center}.multi-setting__icon{margin-right:28px}.multi-setting__icon-active,.multi-setting__icon:hover{color:var(--re-rui-brand-main);cursor:pointer}.pnr__fiat .blue{color:#1890ff;margin-right:var(--size-8)}.pnr__fiat .quickin{margin-left:var(--size-6);padding-bottom:var(--size-1);text-decoration:underline;color:#1890ff;cursor:pointer}.prefer-nav__symbol-notes-i{transform:rotate(15deg)}.chart__head-left--price{color:var(--re-rui-text-a);font-size:var(--font-size-18);font-weight:500;margin-right:var(--size-20)}@media screen and (max-width:1300px){.pnr__item-min-1300,.pnr__item__quickIcons span:nth-child(2),.prefer-nav__symbol-type{display:none}.pnr__item-max-1300{display:flex}}.pnr__item__hover{cursor:pointer}.preference-settings__header{font-size:var(--size-12);font-weight:500;color:var(--gray-05);line-height:var(--size-14);padding-bottom:var(--size-8);margin:var(--size-48) 0 0 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.preference-settings__risk-item{display:flex;justify-content:space-between;margin-bottom:var(--size-8);color:var(--gray-07)}.preference-settings__risk-limitation .to-up{transform:rotate(180deg)}.funding-rate .unPredicted,.nav_24hChange{-webkit-user-select:none;-moz-user-select:none;user-select:none}.funding-rate .unPredicted{display:inline}.funding-rate .predicted{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.funding-rate:hover .unPredicted{display:none}.funding-rate:hover .predicted{display:inline}.prefer-nav__change-box{height:var(--size-48);line-height:var(--size-48)}.prefer-nav__change{font-size:var(--font-size-20);color:var(--gray-09);display:inline-block;margin-right:10px}.prefer-nav__change:hover{color:var(--re-rui-brand-main)}.prefer-nav__symbol-and-notes-bg{height:var(--size-20);align-items:center}.funding-rate-tips{white-space:pre-line}.re-coin-exchange__wrapper{width:380px;min-height:408px;background:var(--re-rui-bg-web-2);box-shadow:var(--re-rui-shadow);border-radius:4px}.re-coin-exchange__header{height:44px;line-height:44px;border-bottom:var(--divide-line);justify-content:space-between;padding:0 20px;cursor:move}.re-coin-exchange__header .icon-close{cursor:pointer;width:20px}.re-coin-exchange__header-text{color:var(--gray-09);font-size:14px;font-weight:500}.re-coin-exchange__header span{display:inline-block}.re-coin-exchange__coin{margin:20px 20px 0;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.re-coin-exchange__coin span{display:inline-block}.re-coin-exchange__coin-type-text{font-size:12px;font-weight:400;line-height:12px;min-width:87px;width:87px}.re-coin-exchange__coin-type-select .re-select.re-select--medium{width:108px!important}.re-coin-exchange__coin-type-select .re-input__wrapper{margin-left:6px}.re-coin-exchange__coin-amount .re-input.re-input-number{width:165px!important}.re-coin-exchange__coin-amount .re-button{width:80px;height:32px;margin-left:8px}.re-coin-exchange__coin-amount{display:flex;margin-top:20px;line-height:32px;margin-bottom:12px;align-items:center}.re-coin-exchange__coin-percentage{display:flex;justify-content:flex-end}.re-coin-exchange__coin-amount .re-input{height:32px}.re-coin-exchange—coin-switch{cursor:pointer;padding:0 11px}.re-coin-exchange__price{padding:0 20px}.re-coin-exchange__price-header{padding:20px 0}.re-coin-exchange__price-coin_1{font-size:12px;margin-bottom:12px}.re-coin-exchange__price-coin_2{font-size:16px;font-weight:500}.re-coin-exchange__price-available-limit{display:flex;margin-top:24px;font-size:12px;justify-content:space-between;padding-bottom:16px}.re-coin-exchange__price{border-bottom:1px solid hsla(0,0%,100%,.1)}.re-dialog__foot.re-coin-exchange__footer{padding:var(--size-12) var(--size-20)}.re-coin-exchange__button-unative{opacity:.5;cursor:not-allowed}.re-coin-exchange__mask{position:fixed;top:0;left:0;z-index:100;width:100vw;height:100%;background:rgba(0,0,0,.4)}.re-coin-exchange__red{font-size:12px;color:#ed5556}.re-coin-exchange__text{font-size:12px;color:#888}.re-coin-exchange__inner-dialog{width:380px}.guidance__bg{padding:var(--size-20) var(--size-20) var(--size-16) var(--size-20);width:300px;height:160px;border:1px solid var(--re-rui-brand-main);border-radius:var(--size-4);position:relative}.guidance__title-bg{font-size:var(--font-size-16);color:var(--re-rui-brand-main);font-weight:700;display:flex;align-items:center;padding-right:var(--size-20)}.guidance__bg .guidance__icon{margin-right:var(--size-8)}.guidance__bg .icon-step4:lang(ru){font-size:var(--font-size-18)}.guidance__bg .guidance__title:lang(ru){margin-left:var(--size-8);font-size:var(--font-size-14)}.guidance__bg .guidance__desc{margin:var(--size-12) 0 var(--size-4);min-height:60px;font-weight:500;font-size:var(--size-12);line-height:var(--size-14);color:var(--gray-08)}.guidance__bg .guidance__bottom{display:flex;justify-content:space-between}.guidance__bg .guidance__bottom .re-button{padding:var(--size-4) var(--size-12)}.guidance__img{width:var(--size-20);height:var(--size-20)}.guidance__bg .guidance__close.icon-close{position:absolute;top:var(--size-20);right:var(--size-20);left:unset;cursor:pointer;font-size:var(--font-size-12)}.guidance__bottom-btn-bg{display:flex;flex-wrap:nowrap}.guidance__bottom-dot-bg{display:flex;align-items:center}.guidance__bottom-dot{width:var(--size-4);height:var(--size-4);margin-right:3px;border-radius:50%;background-color:var(--gray-05)}.guidance__bottom-dot:last-child{margin-right:0}.guidance__bottom-dot-active{background-color:var(--modal-bg-main);border:1px solid var(--re-rui-brand-main)}.guidance__seq-bg{width:var(--size-24);height:var(--size-24);background-color:var(--re-rui-brand-main);position:absolute;left:-12px;top:18px;border-radius:50%;display:flex;justify-content:center;align-items:center}.guidance__seq{font-size:var(--font-size-16);font-weight:700;color:var(--primary-color-02);text-align:center}:root .guidance__seq,_::-webkit-full-page-media,_:future{padding-top:2px}.guidance__highlight{pointer-events:none}.guidance__highlight,.profit_guidance__highlight{position:relative;cursor:default;z-index:10001}.theme-light .profit_guidance__highlight{color:var(--color-white)}.theme-dark .profit_guidance__highlight{color:var(--gray-07)}.theme-light .profit_guidance__highlight.each-mode{background-color:var(--color-white)}.trade-assets__bg{border-top:4px solid var(--re-new-line-general)}.trade-assets__bg-loading{height:323px;padding:40px 0}.re-card.trade-assets__bg .re-card__head{padding:12.5px 16px}.trade-assets__head{display:flex;justify-content:space-between}.trade-assets__head-title-bg{display:flex;align-items:center}.trade-assets__head-title{line-height:17px;font-size:14px}.trade-assets__switch-icon{padding-left:var(--size-8);color:var(--re-new-grey-major);cursor:pointer}.trade-assets__account-icon{cursor:pointer}.trade-assets__body{padding:0 16px 16px}.unclaimed-bonus{margin:8px 0;padding:4px 10px;border-radius:8px;background-color:var(--secondary-yellow-yellow);color:var(--grey-black);font-size:12px;font-weight:600;line-height:normal;cursor:pointer}.trade-assets__center-box,.unclaimed-bonus{display:flex;justify-content:space-between;align-items:center}.trade-assets__center-box{margin-top:8px}.trade-assets__center-title{flex:1 1}.trade-assets__center-txt,.trade-assets__center-txt span{font-weight:600}.trade-assets__bottom{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;padding-top:24px}.trade-assets__bottom-box{cursor:pointer;padding:8px;text-align:center;border-radius:8px;background:var(--re-new-bg-general)}.trade-assets__bottom-box:hover .trade-assets__bottom-btn{color:var(--re-new-grey-minor)}.trade-assets__bottom-box:active .trade-assets__bottom-btn{color:var(--re-new-grey-major)}.trade-assets__bottom-icon{display:block;width:32px;height:32px;margin:auto}.trade-assets__bottom-btn{cursor:pointer;width:-moz-fit-content;width:fit-content;margin:2px auto 0;line-height:15px;font-size:12px;font-weight:600;color:var(--re-new-grey-main)}.trade-assets__transfer-bg{cursor:pointer;font-size:var(--font-size-12);color:var(--re-rui-brand-main)}.trade-assets__transfer-btn{margin-right:var(--size-6)}.book-symbol__bg{max-height:651px;border-radius:var(--size-4);transform:translate(0);will-change:transform}.book-symbol__mask{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9}.book-symbol__icon-and-symbol-bg{display:inline-flex;align-items:center;cursor:pointer}.book-symbol__drawer-box .icon-close.icon-set-close{position:absolute;left:480px;top:60px;right:var(--size-30);font-size:var(--font-size-16);color:var(--gray-05);z-index:1;cursor:pointer}.book-symbol__drawer-box.drawer-mask__setting{width:520px;padding:var(--size-48) 0 0 0;left:0}.book-symbol__switch-title{color:var(--gray-09);font-size:var(--font-size-24);padding:var(--size-12) var(--size-16);font-weight:600}.book-symbol-second-tab__bg{padding:var(--size-8) var(--size-16);overflow-x:auto}.book-symbol-second-tab__box{display:inline-flex;align-items:center;height:var(--size-24);line-height:var(--size-24);padding:var(--size-12);border-radius:var(--size-4);background-color:var(--gray-003);margin-right:var(--size-12);color:var(--gray-07);cursor:pointer}.book-symbol-second-tab__box-active{background-color:rgba(255,177,26,.08);color:var(--re-rui-brand-main)}.book-symbol-second-tab__star{position:relative;bottom:var(--size-4);transform:scale(.8)}.book-symbol-second-tab__bg.book-symbol-second-tab__bg-disable,.book-symbol-second-tab__bg.book-symbol-second-tab__bg-disable .book-symbol-second-tab__box{pointer-events:none;cursor:n-resize;color:var(--gray-03)}.contract-detail{display:flex;flex-direction:column;background-color:var(--re-rui-bg-web-2);height:100%}.contract-detail__head{height:66px;align-items:center;justify-content:flex-start;padding:var(--size-16);background-color:var(--re-rui-bg-web-3)}.cotract-detail__head-price{font-size:24px;font-weight:700}.contract-detail__head-change{padding-left:28px;font-weight:500}.contract-detail__head-change>.head-change__title{font-size:12px;height:17px;line-height:17px;color:var(--re-rui-text-a-05)}.contract-detail__head-change>.head-change__detail{font-size:14px;height:17px;line-height:17px}.contract-detail__head-change:hover>.head-change__detail>.vol,.contract-detail__head-change:hover>.head-change__title>.vol,.contract-detail__head-change>.head-change__detail>.rate,.contract-detail__head-change>.head-change__title>.rate{display:block}.contract-detail__head-change:hover>.head-change__detail>.rate,.contract-detail__head-change:hover>.head-change__title>.rate,.contract-detail__head-change>.head-change__detail>.vol,.contract-detail__head-change>.head-change__title>.vol{display:none}.contract-detail__content{display:flex;flex-direction:column;justify-content:space-around;line-height:var(--size-24);padding:0 var(--size-16);font-weight:500}.contract-detail__content-line{height:28px;line-height:17px}.contract-detail__content-line a{color:var(--re-rui-brand-main)!important}.contract-detail__content-line-title{color:var(--re-rui-text-a-05)}.contract-detail__content-line-detail{color:var(--re-rui-text-a)}.contract-detail__content-line-detail:hover>.predicted,.contract-detail__content-line-detail>.unPredicted,.contract-detail__content-line-title:hover>.predicted,.contract-detail__content-line-title>.unPredicted{display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.contract-detail__content-line-detail:hover>.unPredicted,.contract-detail__content-line-detail>.predicted,.contract-detail__content-line-title:hover>.unPredicted,.contract-detail__content-line-title>.predicted{display:none}.contract-detail__content .flex p:last-child{text-align:right}.contract-detail__content-expand{padding:0}.status-btn{cursor:pointer;color:var(--re-rui-brand-main)}.status-btn:hover{color:var(--re-rui-brand-hover)}.status-btn:active{color:var(--re-rui-brand-press)}.status-btn span{margin-left:6px}.to-up{transform:rotate(180deg)}@media screen and (max-width:1770px){.contract-detail__content-name{height:33px;line-height:33px}.status-btn{display:block}.contract-detail__content-hidden,.status-text{display:none;color:var(--re-rui-text-a)}}@media screen and (min-width:1770px){.contract-detail__content-name{height:28px;line-height:28px;margin-top:16px;margin-bottom:8px}.status-btn{display:none}.status-text{display:block;color:var(--re-rui-text-a)}}.chart-viewport{position:relative;width:100%;height:100%}.chart-viewport .canvas-viewport{position:absolute;background-color:transparent;transform:translateZ(0)}.priceNumberText{width:118px;color:rgba(0,0,0,.5);font-size:10px;text-align:center}.novice-guide-dialog{position:fixed;top:0;left:0;z-index:9;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5))}.novice-guide-dialog.kr .forword-open-animation .img{background-image:url(/trade/usdt/static/media/scene-forward-open-kr.5bca53a3.svg)}.novice-guide-dialog.kr .forword-close-animation .img{background-image:url(/trade/usdt/static/media/scene-forward-close-kr.cf0e8a39.svg)}.novice-guide-dialog .content{position:relative;display:flex;box-sizing:border-box;width:1000px;height:594px;padding:55px;overflow:hidden;background:url(/trade/usdt/static/media/bg-logo.fa227d9a.svg) no-repeat 100% 100% #fff;background-size:654px auto;border-radius:24px;box-shadow:0 2px 24px rgba(27,39,52,.08)}.novice-guide-dialog .content .content-wrap{display:flex;flex:1 1}.novice-guide-dialog .content .desc-content{flex:1 1}.novice-guide-dialog .content .desc-content h1.title{padding-left:33px;color:#394e62;font-weight:700;font-size:45px;font-family:Barlow;line-height:54px}.novice-guide-dialog .content .desc-content .desc{padding:32px 0 0 65px}.novice-guide-dialog .content .desc-content .desc .item{padding-top:24px}.novice-guide-dialog .content .desc-content .desc .item .tit{color:rgba(57,78,98,.6);font-weight:700;font-size:24px;font-style:normal;line-height:46px}.novice-guide-dialog .content .desc-content .desc .item .tit.active{color:#0bd9bd}.novice-guide-dialog .content .desc-content .desc .item .list{height:0;padding-left:20px;overflow:hidden;transition:height .25s linear;animation:linear}.novice-guide-dialog .content .desc-content .desc .item .list li{display:flex;align-items:flex-start;color:rgba(57,78,98,.8);font-weight:500;font-size:16px;line-height:32px;letter-spacing:.15px}.novice-guide-dialog .content .desc-content .desc .item .list li:before{display:inline-block;width:6px;height:6px;margin:14px 16px 0 0;background:#0bd9bd;border-radius:3px;content:" "}.novice-guide-dialog .content .desc-content .feature{padding:40px 0 0 65px}.novice-guide-dialog .content .desc-content .feature .no-prompt span{color:rgba(57,78,98,.8);font-weight:500;font-size:12px;line-height:17px;letter-spacing:.5px}.novice-guide-dialog .content .desc-content .feature .btns{margin-top:20px}.novice-guide-dialog .content .desc-content .feature .btns span{display:flex;flex-direction:row;align-items:center;justify-content:center;width:120px;height:40px;color:#fff;background:#0bd9bd;border-radius:6px;cursor:pointer}.novice-guide-dialog .content .desc-content .feature .btns span:hover{background:linear-gradient(90deg,#3ef2c9,#1cdfd7)}.novice-guide-dialog .content .animation-wrap{flex:0 0 auto;width:385px}.novice-guide-dialog .forword-animation{width:348px;height:523px}.novice-guide-dialog .forword-animation .img{position:relative}.novice-guide-dialog .forword-animation .img p{position:absolute}.novice-guide-dialog .forword-animation .img .num{color:#101014;opacity:0}.novice-guide-dialog .forword-animation .img .active{opacity:1}.novice-guide-dialog .forword-animation .img .pointer{position:absolute;top:0;left:0;z-index:9;display:block;width:16px;height:16px;background:url(/trade/usdt/static/media/pointing.9d5636e9.svg) no-repeat 50%/auto 15px;transform:translate3d(180px,120px,0);backface-visibility:hidden;perspective:1000}.novice-guide-dialog .forword-open-animation .img{width:363px;height:523px;overflow:hidden;background:url(/trade/usdt/static/media/scene-forward-open-en.028c2483.svg) no-repeat;background-size:346px auto}.novice-guide-dialog .forword-open-animation .img .orderprice{top:176px;left:175px;transition:opacity .2s ease-in 1.5s}.novice-guide-dialog .forword-open-animation .img .oty{top:229px;left:175px;transition:opacity .2s ease-in .5s}.novice-guide-dialog .forword-open-animation .img .oplong{width:118px;color:rgba(0,0,0,.5);font-size:10px;text-align:center;top:441px;left:33px}.novice-guide-dialog .forword-open-animation .img .opshort{width:118px;color:rgba(0,0,0,.5);font-size:10px;text-align:center;top:441px;left:177px}.novice-guide-dialog .forword-open-animation .img .ordervalue{top:388px;right:65px;color:#101014;font-size:10px}.novice-guide-dialog .forword-open-animation .img .pointer.step1{transform:translate3d(90px,45px,0);transition:all .8s linear}.novice-guide-dialog .forword-open-animation .img .pointer.step2{transform:translate3d(190px,190px,0);transition:all 1.2s linear}.novice-guide-dialog .forword-open-animation .img .pointer.step3{transform:translate3d(190px,250px,0);transition:all .4s linear}.novice-guide-dialog .forword-open-animation .img .pointer.step4{transform:translate3d(95px,445px,0);transition:all 1s linear}.novice-guide-dialog .forword-open-animation .img .pointer.step5{transform:translate3d(242px,455px,0);transition:all .4s linear}.novice-guide-dialog .forword-close-animation .img{width:363px;height:449px;overflow:hidden;background:url(/trade/usdt/static/media/scene-forward-close-en.5dace136.svg) no-repeat;background-size:363px auto}.novice-guide-dialog .forword-close-animation .img .oty{top:207px;left:65px;transition:opacity .2s ease-in .5s}.novice-guide-dialog .forword-close-animation .img .oplong{width:118px;color:rgba(0,0,0,.5);font-size:10px;text-align:center;top:460px;left:33px;background:#1bb879}.novice-guide-dialog .forword-close-animation .img .opshort{width:118px;color:rgba(0,0,0,.5);font-size:10px;text-align:center;top:460px;left:184px;background:#e54b67}.novice-guide-dialog .forword-close-animation .img .pointer.step1{transform:translate3d(260px,45px,0);transition:all .8s linear}.novice-guide-dialog .forword-close-animation .img .pointer.step2{transform:translate3d(65px,210px,0);transition:all 1.2s linear}.novice-guide-dialog .forword-close-animation .img .pointer.step3{transform:translate3d(110px,380px,0);transition:all .4s linear}.local-time-tips__mask{background:rgba(0,0,0,.7)}.local-time-tips__ctr .by-dialog__head{border-bottom:var(--divide-line)}.local-time-tips__ctr .re-dialog__body{line-height:1.5}.chat-group-dialog .re-dialog{background-color:var(--re-new-bg-light)}.chat-group-dialog .re-dialog .re-dialog__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px 30px;line-height:17px;font-size:14px;font-weight:600;letter-spacing:.15px}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header{display:flex;align-items:center;justify-content:space-between;width:100%;transition:height .3s}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header .chat-group-dialog__header__right{display:flex}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header .chat-group-dialog__header__right .header__right__member{cursor:pointer;display:block;width:16px;height:16px;margin-right:12px;background-position:50%;background-repeat:no-repeat;background-size:100%;background-image:url(/trade/usdt/static/media/chatMember--light.630599f4.svg)}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header .chat-group-dialog__header__right .header__right__member:hover{filter:opacity(.6)}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header .chat-group-dialog__header__right .header__right__close{cursor:pointer;font-size:14px}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header-member{align-items:flex-start}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header-member .chat-group-dialog__header__left{align-items:flex-start;color:var(--re-new-grey-major)}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header-member .chat-group-dialog__header__left .icon-down{cursor:pointer;margin-right:8px;transform:rotate(90deg);font-size:14px}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header-member .chat-group-dialog__header__left .icon-down:hover{color:var(--re-new-grey-minor)}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header-member .chat-group-dialog__header__left .header__left__detail__name{margin-bottom:2px;line-height:17px;font-size:14px;font-weight:600;letter-spacing:.15px}.chat-group-dialog .re-dialog .re-dialog__head .chat-group-dialog__header-member .chat-group-dialog__header__left .header__left__detail__amount{line-height:15px;font-size:12px;font-weight:400;letter-spacing:.15px}.chat-group-dialog .re-dialog .re-dialog__body{padding:12px 30px 20px;overflow-x:hidden}.chat-group-dialog .re-dialog .re-dialog__body .chat-member-block{width:356px;flex-shrink:0;transition:transform .3s}.chat-group-dialog .re-dialog .re-dialog__body .members-block{position:relative;left:30px;padding-left:24px;margin-top:20px}.chat-group-dialog .re-dialog .re-dialog__body .members-block.members-show{transform:translateX(-386px)}.chat-group-dialog .re-dialog .re-dialog__body .members-block .members-block__header{line-height:15px;margin-bottom:24px;font-size:12px;font-weight:500;color:var(--re-new-grey-minor)}.chat-group-dialog .re-dialog .re-dialog__body .members-block .members-block__member{margin-top:12px;line-height:15px;font-size:12px;font-weight:500;word-wrap:break-word}.chat-group-dialog .re-dialog .re-dialog__body .members-block .members-block__member:first-child{margin-top:0}.chat-group-dialog .re-dialog .re-dialog__body .members-block .icon-loading{position:relative;left:calc(50% - 30px);top:40px}.chat-group-dialog .re-dialog .re-dialog__body .chat-block.chat-hide{transform:translateX(-416px)}.chat-group-dialog .re-dialog .re-dialog__body .chat-member-block__list{height:400px;margin-bottom:24px;margin-right:-26px;padding-right:26px;overflow-y:auto}.chat-group-dialog .re-dialog .re-dialog__body .chat-member-block__list::-webkit-scrollbar{height:4px;width:4px}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item{margin-top:16px}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item .chat-item__name{margin-bottom:8px;line-height:15px;color:var(--re-new-grey-major);font-size:12px;font-weight:400}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item .chat-item__content{width:-moz-fit-content;width:fit-content;max-width:100%;padding:12px;margin-bottom:2px;border-radius:8px;color:var(--re-new-grey-major);background:var(--re-new-bg-general);font-size:12px;font-weight:500;line-height:20px}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item .chat-item__content p{font-weight:500;word-wrap:break-word;white-space:pre-wrap}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item .chat-item__content img{cursor:pointer;display:block;width:188px;height:122px}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item .chat-item__time{line-height:15px;color:var(--re-new-grey-minor);font-size:12px;font-weight:400}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item__finish{text-align:center;position:relative;line-height:17px;font-size:12px;font-weight:400;color:var(--re-new-grey-detail)}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item__finish:after,.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item__finish:before{position:relative;top:-3px;display:inline-block;content:"";width:54px;height:1px;background-color:var(--re-new-line-deep)}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item__finish:before{margin-right:8px}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .chat-item__finish:after{margin-left:8px}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__list .icon-loading{position:relative;left:50%;top:50%}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__footer{display:flex;align-items:flex-end;width:100%}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__footer .chat__footer__input{width:260px;height:15px;margin-right:12px;padding:8.5px 12px;line-height:15px;font-family:inherit;font-size:12px;font-weight:400;color:var(--re-new-grey-major);resize:none}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__footer .chat__footer__input:focus-visible{outline:none}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__footer .chat__footer__input::-webkit-scrollbar{height:4px;width:4px}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__footer .chat__footer__input.chat__footer__input--readonly{cursor:not-allowed;background-color:var(--re-new-grey-disable);border:1px solid var(--re-new-line-general)}.chat-group-dialog .re-dialog .re-dialog__body .chat-group-dialog__chat__footer .chat__footer__btn{flex-grow:1}.theme-dark .chat-group-dialog .re-dialog__head .chat-group-dialog__header .chat-group-dialog__header__right .header__right__member{background-image:url(/trade/usdt/static/media/chatMember--dark.9aefe3ec.svg)}.chat-group-block{cursor:pointer;position:absolute;bottom:77px;right:83px;width:34px;height:34px;border:1px solid var(--re-new-line-deep);background-color:var(--re-new-bg-light);border-radius:100%;z-index:999}.chat-group-block .chat-group-block__icon{width:34px;height:34px;background-repeat:no-repeat;background-position:50%;background-image:url(/trade/usdt/static/media/groupChat--light.31862f6d.svg)}.theme-dark .chat-group-block .chat-group-block__icon{background-image:url(/trade/usdt/static/media/groupChat--dark.8ee73153.svg)}.copy-chart__records-dialog{width:575px}.copy-chart__records-dialog .re-dialog__body{padding:24px 30px 30px}.copy-chart__records-dialog .re-dialog__body .records-dialog__blank{height:303px;text-align:center}.copy-chart__records-dialog .re-dialog__body .records-dialog__blank .icon-loading{position:relative;top:50%;transform:translateY(-50%)}.copy-chart__records-dialog .re-dialog__body .records-dialog__blank img{width:84px;height:91px;margin-top:80px}.copy-chart__records-dialog .re-dialog__body .records-dialog__blank p{color:var(--re-new-grey-detail);margin-top:var(--size-12);font-size:12px;white-space:nowrap}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents{align-items:center;justify-content:space-between}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__arrow{cursor:pointer;width:30px;height:30px;border-radius:100%;background-color:var(--re-new-bg-deep);background-image:url(/trade/usdt/static/media/arrow.36e2584a.svg);background-position:50%;background-repeat:no-repeat;background-size:24px 24px}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__arrow.left{transform:rotate(180deg)}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__arrow.disabled{cursor:not-allowed;background-color:var(--re-new-grey-disable);background-image:url(/trade/usdt/static/media/arrow--disabled.effdb8bc.svg)}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__detail{position:relative;width:431px;padding:12px 16px;border-radius:12px;background-color:var(--re-new-bg-heavy);font-size:14px;font-weight:500;color:var(--re-new-grey-major)}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__detail .detail__item{line-height:17px;margin-bottom:12px;letter-spacing:.15px}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__detail .detail__img{width:100%}.copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__detail .detail__img img{cursor:pointer;display:block;width:196px;height:128px;margin:auto}.copy-chart__records-dialog .re-dialog__body .records-dialog__share{width:100%;margin-top:16px;text-align:center}.copy-chart__records-dialog .re-dialog__body .records-dialog__share .re-button{width:432px}.copy-chart__records-dialog .re-dialog__body .records-dialog__remark{width:494px;margin:24px auto 0;font-size:14px;color:var(--re-new-grey-major)}.copy-chart__records-dialog .re-dialog__body .records-dialog__remark .records-dialog__remark__title{line-height:17px;letter-spacing:.15px;font-weight:400}.copy-chart__records-dialog .re-dialog__body .records-dialog__remark .records-dialog__remark__content p{margin-top:4px;line-height:17px;letter-spacing:.15px;font-weight:400}.copy-chart__records-dialog .re-dialog__foot{display:none}.theme-dark .copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__arrow{background-image:url(/trade/usdt/static/media/arrow-dark.3200c5af.svg)}.theme-dark .copy-chart__records-dialog .re-dialog__body .records-dialog__contents .records-dialog__contents__arrow.disabled{background-image:url(/trade/usdt/static/media/arrow-dark--disabled.63dd7fd1.svg)}.copy-chart__release-confirm-dialog .re-dialog__body{padding:24px 30px 0;font-weight:600}.copy-chart__release-confirm-dialog .re-dialog__body .copy-chart__release-confirm-dialog__btns .re-button{width:50%}.copy-chart__release-confirm-dialog .re-dialog__body .copy-chart__release-confirm-dialog__btns .re-button:first-child{margin-right:24px}.copy-chart-block{position:absolute;top:60px;right:90px;height:32px;padding-right:4px;background-color:var(--re-new-bg-light);box-shadow:0 0 4px 0 rgba(0,0,0,.2);border-radius:7px;z-index:999}.copy-chart-block .copy-chart__drag{padding:8px 4px}.copy-chart-block .copy-chart__btn__release{margin-right:8px}.time-interval-popover{width:236px}.time-interval-popover .time-interval__list{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px}.time-interval-popover .time-interval__list .re-button{width:48px}.time-interval-popover .time-interval__split-line{width:100%;height:1px;margin:10px 0;background-color:var(--re-new-line-general)}.time-interval-popover .time-interval__custom-btn{line-height:15px;font-size:12px;font-weight:400;color:var(--re-new-grey-major)}.time-interval-popover .time-interval__custom-btn .iconfont,.time-interval-popover .time-interval__custom-btn:hover{color:var(--re-new-grey-minor)}.time-interval-popover .time-interval__btn-group .re-button{flex-grow:1;margin-right:8px}.time-interval-popover .time-interval__btn-group .re-button:last-child{margin-right:0}.tv-time-interval-container .time-interval__default .interval-default__item{cursor:pointer;margin-right:16px;line-height:15px;font-size:12px;font-weight:500;color:var(--re-new-grey-major)}.tv-time-interval-container .time-interval__default .interval-default__item:hover{color:var(--re-new-brand-regular-hover)}.tv-time-interval-container .time-interval__default .interval-default__item.selected,.tv-time-interval-container .time-interval__default .interval-default__item:active{color:var(--re-new-brand-regular-press)}.tv-time-interval-container .icon.arrow-icon{cursor:pointer;margin-right:8px;transition:transform .3s,color .3s}.tv-time-interval-container .icon.arrow-icon.arrow-icon--active{color:var(--re-new-brand-regular-press);transform:rotate(180deg)}.tv-header-container{height:49px;padding:12px 16px;border-bottom:1px solid var(--re-new-line-general);background-color:var(--re-new-bg-light);overflow:visible}.tv-header-container .tv-header__scroll-block{flex-grow:1;justify-content:space-between}.tv-header-container .tv-header__split-line{width:1px;height:24px;background-color:var(--re-new-line-general)}.tv-header-container .m-r-16{margin-right:16px}.tv-header-container .m-r-24{margin-right:24px}.tv-header-container .m-b-10{margin-bottom:10px}.tv-header-container .m-y-12{margin-left:12px;margin-right:12px}.tv-header-container .iconfont{transition:color .3s}.tv-header-container .brand-color .iconfont{color:var(--re-new-brand-regular)}.tv-header__popover-container.re-popover__container{padding:16px 10px;border-radius:6px;background-color:var(--re-new-bg-light);color:var(--re-new-grey-major);box-shadow:var(--re-new-box-shadow)}.tv-header__popover-container.re-popover__container .tv-header__popover-content{display:flex;align-items:flex-start;flex-direction:column}.tv-header__popover-container.re-popover__container .tv-header__popover-content .tv-header__popover-content__item{min-width:120px;margin-bottom:10px;font-size:12px;font-weight:500;line-height:18px;color:var(--re-new-grey-major)}.tv-header__popover-container.re-popover__container .tv-header__popover-content .tv-header__popover-content__item.selected,.tv-header__popover-container.re-popover__container .tv-header__popover-content .tv-header__popover-content__item:hover{color:var(--re-new-brand-regular)}.tv-header__popover-container.re-popover__container .tv-header__popover-content .tv-header__popover-content__item:last-child{margin-bottom:0}.tv-header__popover-container.re-popover__container .tv-header__popover-content .m-l-4{margin-left:4px}.tv-header__popover-container.re-popover__container .tv-header__popover-content .m-l-8{margin-left:8px}.tv-header__popover-container.re-popover__container .tv-header__popover-content .icon-20{width:20px;height:20px;line-height:20px;text-align:center}.by-tv__rlts{padding-left:var(--size-7);height:38px;align-items:center;background-color:#17181e}.by-tv__rlts-line{margin:0 10px;width:1px;height:50%;background-color:var(--gray-03)}.by-tv__rlts-opt{width:52px}.re-tv__container{height:calc(100% - 48px);margin:0 auto;background-color:var(--re-tv-color-platform-background)}.by__quickOrder{position:absolute;top:80px;right:54px;height:var(--size-36);background-color:var(--re-new-bg-light);box-shadow:var(--re-new-box-shadow);border-radius:4px;z-index:999}.by__quickOrder-d{width:var(--size-16);line-height:var(--size-36)}.by__quickOrder-close{width:var(--size-20);line-height:var(--size-36);text-align:center;font-size:12px;cursor:pointer;transform:scale(.6);transform-origin:center center}.by__quickOrder-btn{padding:0 var(--size-12);flex-direction:column;justify-content:space-around;align-items:center}.by__quickOrder-btn span{font-size:12px;line-height:15px;font-weight:500;color:var(--re-new-grey-major)}.by__quickOrder-buy{background-color:var(--re-new-seconday-green-02)}.by__quickOrder-buy:hover{background-color:var(--re-new-seconday-green);cursor:pointer}.by__quickOrder-sell{background-color:var(--re-new-seconday-red-02)}.by__quickOrder-sell:hover{background-color:var(--re-new-seconday-red);cursor:pointer}.by__quickOrder-buy:hover span,.by__quickOrder-sell:hover span{color:var(--re-new-grey-white)}.by__quickOrder-op{width:var(--size-16);text-align:center;flex-direction:column;justify-content:space-around}.by__quickOrder-reset{width:var(--size-36);line-height:var(--size-36);text-align:center}.by__quickOrder .by__quickOrder-qty{width:68px;height:var(--size-36);border-radius:8px}.by__quickOrder .re-input .re-input__container{height:var(--size-36);border:1px solid var(--color-transparent)}.by-tv__mask{z-index:10;position:fixed;top:0;left:0;right:0;bottom:0}.re-tv__fullscreen-container{position:relative;height:100%;overflow:hidden}.kline__divide-line{width:100%;height:1px;background-color:var(--gray-02);margin:var(--size-36) 0 var(--size-16)}.klineDialog__margin-first{margin:var(--size-16) 0 var(--size-40)}.kline-countdown-wrap,.kline-sketon-wrap{width:100%;height:100%}.kline-countdown-wrap{position:absolute;top:0;left:0;opacity:.8;background:var(--re-new-bg-light);display:flex;align-items:center;justify-content:center}.kline-countdown-text,.kline-countdown-wrap{color:var(--re-new-grey-major);text-align:center;font-size:24px;font-weight:600}.kline-sketon-wrap img.kline-img{width:100%;height:100%}.kline-sketon-wrap .sketon-tool{border-right:1px solid var(--re-new-bg-deep);height:100%;overflow:hidden}.theme-dark .kline-sketon-wrap .sketon-tool img,.theme-dark .kline-sketon-wrap img.kline-img{filter:invert(1)}.kline-sketon-wrap .sketon-kline{overflow:hidden;background-color:var(--re-new-bg-deep)}.kline-sketon-wrap .kline-zoomex-wrap{width:auto;height:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.kline-sketon-wrap img.kline-zoomex{animation:sketonZoomex 2s linear .2s infinite alternate}@keyframes sketonZoomex{0%{transform:scale(1.1)}50%{transform:scale(1)}to{transform:scale(.9)}}.kline-sketon-wrap+#tv_chart_container{display:none}.chart-wrap .re-card__head{border-bottom:1px solid var(--re-new-line-general)}.chart__head{align-items:center;justify-content:space-between}.chart__head-left--tit{font-size:var(--font-size-16);font-weight:700}.chart__head-left--spacing1{margin-right:var(--size-12)}.chart__head-left--spacing2{padding-left:var(--size-4)}.chart__head-center :nth-child(2n){margin-right:16px}.chart__head-right{align-items:center;display:flex}.chart__head-right--sw.re-switch--text.re-switch--small .re-switch__item{margin-right:12px;font-weight:600;font-size:12px;height:auto}.chart__head-right--sw.re-switch--text.re-switch--small .re-switch__item:last-child{margin-right:0}.chart .re-card__body{overflow:hidden}.cal-avg-price__wrap{align-items:center;justify-content:space-between}.cal-avg-price__poz-mode-switch .by-switch__item{flex:auto;white-space:pre-line;word-break:keep-all}.cal-avg-table__wrap-box{position:relative;height:290px;margin-top:var(--size-16);border:1px solid var(--gray-008)}.cal-avg-table__wrap{width:100%;font-size:var(--size-12)}.cal-avg-table__wrap tr{height:var(--size-32);table-layout:fixed}.cal-avg-table__wrap td{text-align:center;vertical-align:middle}.cal-avg-table__thead{background:var(--gray-005)}.cal-avg-table__thead,.cal-avg-table__wrap tr{display:table;width:100%;table-layout:fixed}.cal-avg-table__tbody{display:block;max-height:192px;overflow-y:scroll}.cal-avg-table__tbody tr{border-bottom:1px solid var(--gray-003)}.cal-avg-table__action-btn{align-items:center;justify-content:center}.cal-avg-table__action-icon{margin:0 var(--size-6);font-size:var(--size-14)}.cal-avg-table__action-icon:hover{cursor:pointer}.cal-avg-table__input-wrap{padding:0 var(--size-20)}.cal-avg-table__footer{position:absolute;bottom:0;left:0;width:100%;background:var(--gray-005)}.cal-avg-table__add-icon{margin-right:var(--size-4)}.cal-avg-table__add-btn{display:flex;align-items:center;height:var(--size-32);padding-left:var(--size-24);border-bottom:1px solid var(--gray-003)}.cal-avg-table__cursor-pointer{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cal-avg-table__avg-price{display:flex;align-items:center;justify-content:center;height:var(--size-32);font-size:var(--size-14)}.al-avg-table__disable-btn{color:var(--gray-015)}.al-avg-table__width-20{width:20%}.al-avg-table__width-32{width:32%}.al-avg-table__width-16{width:16%}.icon-and-symbol__wrap{display:flex;align-items:center;cursor:pointer}.icon-and-symbol__symbol-name{margin:0 var(--size-8);color:var(--gray-08)}.icon-and-symbol__arrow{display:inline-block;margin-right:10px;color:var(--gray-06);font-size:var(--font-size-10);transition:transform .15s linear}.icon-and-symbol__arrow-up{transform:rotate(180deg);transition:all .15s linear;will-change:transform}.symbol-sh-chos__wrap{width:500px}.symbol-sh-chos__tab-switch{border:none}.symbol-sh-chos__tab-switch .by-switch__item{height:var(--size-44);margin:0 var(--size-12);padding:0;white-space:pre-line;word-break:keep-all}.symbol-sh-chos__head-tab{width:100%;border-bottom:1px solid var(--gray-008)}.symbol-sh-chos__head-tab .by-switch__item{flex:auto}.icon-symbol-item__wrap{align-items:center;padding:0 var(--size-20);cursor:pointer}.icon-symbol-item__wrap-active,.icon-symbol-item__wrap:hover{background:var(--gray-006)}.icon-symbol-item__size-large{height:var(--size-48)}.symbol-tab-content__list-box{max-height:352px;overflow-y:scroll}.reverse-calculator.re-calculator__wrapper{font-size:12px;font-weight:500;box-sizing:border-box;width:600px;min-height:430px;color:var(--re-rui-text-a-06);background:var(--re-rui-bg-web-2);box-shadow:0 2px 20px 0 rgba(16,16,20,.3);border-radius:4px}.reverse-calculator .re-calculator__header{height:auto;line-height:unset;margin-bottom:24px;border-bottom:var(--divide-line);padding:15px 20px 0 0;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reverse-calculator .re-calculator__header span{display:inline-block;margin-right:24px;padding:0 0 15px;font-size:var(--font-size-14)}.reverse-calculator .re-calculator__header span:first-child{margin-left:20px}.reverse-calculator .re-calculator__header span:hover{cursor:pointer}.reverse-calculator .re-calculator__header span.active{color:var(--re-rui-text-a);border-bottom:2px solid var(--re-rui-brand-main)}.reverse-calculator .re-calculator__header .close-wrap{display:flex;align-items:center;cursor:pointer;float:right}.reverse-calculator .re-calculator__header .icon-i:before{display:inline-block;padding:var(--size-4);border-radius:50%}.reverse-calculator .re-calculator__header .icon-i{color:var(--re-rui-brand-main);transform:rotate(16deg);margin:0 var(--size-12) 0 0;font-size:var(--size-12);padding:0}.reverse-calculator .re-calculator__header .icon-i:hover{cursor:help}.reverse-calculator .re-calculator__body{padding:0 20px}.reverse-calculator .liquidation-cal,.reverse-calculator .profit-target-cal{display:flex;align-items:center;justify-content:space-between}.reverse-calculator .re-calculator__footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;margin-top:22px;padding:0 20px}.reverse-calculator .re-calculator__footer .value{color:var(--re-rui-brand-main)}.reverse-calculator .cal-left{position:relative;flex:1.5 1;min-height:335px;display:inline-block}.reverse-calculator .liquidation-cal__left{position:relative;top:-10px}.reverse-calculator .cal-right{display:inline-block;flex:1 1;height:335px;margin-left:16px;background:var(--gray-02);border-radius:4px;padding:var(--size-16) var(--size-20)}.reverse-calculator .cal-tabs{display:flex;width:100%;height:auto;text-align:center;border-radius:4px;color:var(--re-rui-text-a);border:1px solid var(--re-rui-line-b);background-color:var(--re-rui-line-bay-03)}.reverse-calculator .cal-tab{font-size:12px;line-height:20px;display:inline-block;width:50%;cursor:pointer}.reverse-calculator .cal-tab:hover{color:var(--re-rui-brand-hover)}.reverse-calculator .cal-tab:active{color:var(--re-rui-brand-press)}.reverse-calculator .cal-tab.active{background:var(--re-rui-text-a-006);border-color:var(--re-rui-line-c);color:var(--re-rui-brand-main)}.reverse-calculator .cal-tab__underline{line-height:28px;text-align:center;display:inline-block;width:50%;cursor:pointer;margin-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.2)}.reverse-calculator .cal-tab__underline.active{color:var(--re-rui-brand-main);border-bottom:1px solid var(--re-rui-brand-main)}.reverse-calculator .cal-forms__item{margin-bottom:16px;display:flex;align-content:space-between;align-items:center}.reverse-calculator .cal-forms__item span{display:inline-block;line-height:24px;width:124px}.reverse-calculator .cal-forms__item .re-slider{width:100%;margin-top:20px}.reverse-calculator .cal-forms__item span.re-slider-dot{width:8px;height:8px}.reverse-calculator .cal-forms__item .re-slider .re-slider-mark span{width:auto}.reverse-calculator .cal-right div{height:16px;line-height:16px}.reverse-calculator .cal-left__title{flex:0.75 1}.reverse-calculator .cal-forms__item span.cal-left__input{line-height:36px;flex:1 1;color:var(--gray-09);font-weight:700}.reverse-calculator .cal-right__title{margin:8px 0 4px;color:var(--gray-07)}.reverse-calculator .cal-right__value{color:var(--re-rui-brand-main);font-weight:700}.reverse-calculator .calc-slider__handle{position:absolute;width:0;left:0;top:50%;transform:translate(-50%,-50%)}.reverse-calculator .calc-slider__handle .value{position:absolute;transform:translate(-50%,-100%);background:var(--re-rui-brand-main);color:#000;padding:2px 10px;border-radius:3px;top:-8px;width:auto}.reverse-calculator .calc-slider__handle .dot{width:var(--size-12);height:var(--size-12);border-radius:50%;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:var(--switch-dot-shadow)}.forward-calculator.re-calculator__wrapper{font-size:12px;font-weight:500;box-sizing:border-box;width:600px;min-height:430px;color:var(--re-rui-text-a-06);background:var(--re-rui-bg-web-2);box-shadow:0 2px 20px 0 rgba(16,16,20,.3);border-radius:4px}.forward-calculator .re-calculator__header{height:auto;line-height:unset;margin-bottom:24px;border-bottom:var(--divide-line);padding:15px 20px 0 0;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.forward-calculator .re-calculator__header span{display:inline-block;margin-right:24px;padding:0 0 15px;font-size:var(--font-size-14)}.forward-calculator .re-calculator__header span:first-child{margin-left:20px}.forward-calculator .re-calculator__header span:hover{cursor:pointer}.forward-calculator .re-calculator__header span.active{color:var(--re-rui-text-a);border-bottom:2px solid var(--re-rui-brand-main)}.forward-calculator .re-calculator__header .close-wrap{display:flex;align-items:center;cursor:pointer;float:right}.forward-calculator .re-calculator__header .icon-i:before{display:inline-block;padding:var(--size-4);border-radius:50%}.forward-calculator .re-calculator__header .icon-i{color:var(--re-rui-brand-main);transform:rotate(16deg);margin:0 var(--size-12) 0 0;font-size:var(--size-12);padding:0}.forward-calculator .re-calculator__header .icon-i:hover{cursor:help}.forward-calculator .re-calculator__body{padding:0 20px}.forward-calculator .liquidation-cal,.forward-calculator .profit-target-cal{display:flex;align-items:center;justify-content:space-between}.forward-calculator .re-calculator__footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;margin-top:22px;padding:0 20px}.forward-calculator .re-calculator__footer .value{color:var(--re-rui-brand-main)}.forward-calculator .cal-left{position:relative;flex:1.5 1;min-height:335px;display:inline-block}.forward-calculator .liquidation-cal__left{position:relative;top:-10px}.forward-calculator .cal-right{display:inline-block;flex:1 1;height:335px;margin-left:16px;background:var(--gray-02);border-radius:4px;padding:20px}.forward-calculator .cal-tabs{display:flex;width:100%;height:auto;text-align:center;border-radius:4px;color:var(--re-rui-text-a);border:1px solid var(--re-rui-line-b);background-color:var(--re-rui-line-bay-03)}.forward-calculator .cal-tab{font-size:12px;padding:6px 0;display:inline-block;width:50%;cursor:pointer}.forward-calculator .cal-tab:hover{color:var(--re-rui-brand-hover)}.forward-calculator .cal-tab:active{color:var(--re-rui-brand-press)}.forward-calculator .cal-tab.active{background:var(--re-rui-text-a-006);border-color:var(--re-rui-line-c);color:var(--re-rui-brand-main)}.forward-calculator .cal-tab__underline{line-height:28px;text-align:center;display:inline-block;width:50%;cursor:pointer;margin-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.2)}.forward-calculator .cal-tab__underline.active{color:var(--re-rui-brand-main);border-bottom:1px solid var(--re-rui-brand-main)}.forward-calculator .cal-forms__item{margin-bottom:16px;display:flex;align-content:space-between;align-items:center}.forward-calculator .cal-forms__item span{display:inline-block;line-height:24px;width:124px}.forward-calculator .cal-forms__item span.re-slider-dot{width:8px;height:8px}.forward-calculator .cal-forms__item .re-slider{width:100%;margin-top:20px}.forward-calculator .cal-forms__item .re-slider .re-slider-mark span{width:auto}.forward-calculator .cal-right div{height:16px;line-height:16px}.forward-calculator .cal-left__title{flex:0.75 1}.forward-calculator .cal-forms__item span.cal-left__input{line-height:36px;flex:1 1;color:var(--gray-09);font-weight:700}.forward-calculator .cal-right__title{margin:8px 0 4px;color:var(--gray-07)}.forward-calculator .cal-right__value{color:var(--re-rui-brand-main);font-weight:700}.forward-calculator .calc-slider__handle{position:absolute;width:0;left:0;top:50%;transform:translate(-50%,-50%)}.forward-calculator .calc-slider__handle .value{position:absolute;transform:translate(-50%,-100%);background:var(--re-rui-brand-main);color:#000;padding:2px 10px;border-radius:3px;top:-8px;width:auto}.forward-calculator .calc-slider__handle .dot{width:var(--size-12);height:var(--size-12);border-radius:50%;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:var(--switch-dot-shadow)}.cal-forms{padding-top:16px}.cal-right__title-roi{cursor:help}.poz-mode-switch__lvg-wrap{padding-top:36px}.poz-mode-switch__lvg-wrap--top{padding-top:20px}.poz-mode-switch__lvg-title{margin-bottom:8px;line-height:17px;font-size:14px;font-weight:500;color:var(--re-new-grey-major)}.poz-mode-switch__lvg-slider{margin-top:12px}.poz-mode-switch__big-lvg-tip{margin-top:4px;line-height:15px;color:var(--re-new-seconday-red);font-size:12px;font-weight:500}.poz-mchange__lvg-slider--double,.poz-mchange__lvg-slider--single{margin-top:8px}.major-12-500{font-weight:500}.major-12-500,.major-12-600{color:var(--re-new-grey-major);font-size:12px}.major-12-600{font-weight:600}.space-between{display:flex;justify-content:space-between}.mt16{margin-top:16px}.order-type.re-switch.re-switch--underlineover .re-switch__item{margin-right:16px}.order-type.re-switch.re-switch--underlineover .re-switch__item:last-child{margin-right:0}.order-type .order-type__switch-label{font-size:12px}.by-obpcd__body{display:flex;justify-content:space-between}.by-obpcd__body-fields{display:inline-block;flex:1 1;margin-right:0;padding-right:var(--size-12)}.by-obpcd__body-field{width:auto;height:auto;padding-right:0;padding-bottom:var(--size-20);color:#9ba6b0;line-height:unset}.by-obpcd__body-gap{position:relative;height:0;margin-top:var(--size-4);margin-bottom:var(--size-16)}.by-obpcd__body-gap-line:after{position:absolute;top:0;left:0;width:calc(200% + 12px);height:1px;background:var(--gray-05);opacity:.1;content:""}.by-obpcd__body-values{display:inline-block;flex:1 1;margin-right:0;padding-right:var(--size-12);text-align:right}.by-obpcd__body-value{width:auto;height:auto;padding-bottom:var(--size-20);color:#394e62;line-height:1}.by-obpcd__body-value.brand-color{color:var(--re-rui-brand-main)}.by-obpcd__checkbox{margin-top:var(--size-8)}.by-obpcd__foot{display:flex;width:100%}.by-obpcd__btn{flex:1 1}.by-obpcd__btn.confirm-btn{margin-right:var(--size-28)}.re__order-btn-pair{display:flex;align-items:center;justify-content:space-between}.re__order-btn-pair__button{flex:auto;width:50%;line-height:1.2;margin-right:8px}.re__order-btn-pair__button:last-child{margin-right:0}.re__order-btn-pair__btn-text{color:var(--re-rui-same-white);font-weight:500;font-size:15px;line-height:22px;letter-spacing:.1px}.re__order-btn-pair__btn-text--tip{color:hsla(0,0%,100%,.6);font-weight:500;font-size:12px;line-height:14px}.tpsl-price-qty__top{display:flex;justify-content:space-between;margin-bottom:20px}.tpsl-price-qty__top .tpsl-price-qty__row{color:var(--re-new-grey-major);font-size:14px;font-weight:500}.tpsl-price-qty__top .tpsl-price-qty__row-title{color:var(--re-new-grey-minor);font-size:12px;line-height:15px;margin-bottom:4px}.tpsl-price-qty__top .tpsl-price-qty__row-content{line-height:17px}.tp-sl-price-type-block{display:inline-flex;align-items:center;justify-content:space-between;width:100%;margin:12px 0 20px;padding:8px 9px;overflow:hidden;color:var(--re-new-brand-regular);font-size:12px;background-color:var(--re-new-brand-regular-01);border-radius:4px}.tp-sl-price-type-block.mt{margin-top:8px}.tp-sl-price-type-block .tip-left{display:flex;align-items:center}.tp-sl-price-type-block .tip-left .tip{margin-right:8px;margin-left:8px;overflow:hidden;line-height:15px;word-break:break-word}.tp-sl-price-type-block .icon.iconfont.icon-close.tip-close{color:var(--re-new-brand-regular);font-size:12px;cursor:pointer}.rc-tooltip .rc-tooltip-arrow{display:none}.tpsl-switch-wrap{display:flex;width:100%;height:40px;line-height:40px;border-radius:8px;background-color:var(--re-new-bg-deep);margin-bottom:20px}.tpsl-switch-wrap .item{width:50%;height:100%;color:var(--re-new-grey-minor);font-weight:600;font-size:14px;text-align:center;cursor:pointer;transition:all .3s}.tpsl-switch-wrap .item.active{color:var(--re-new-grey-invert)}.tpsl-switch-wrap .item.active.long{border-radius:8px;background-color:var(--re-new-seconday-green)}.tpsl-switch-wrap .item.active.short{border-radius:8px;background-color:var(--re-new-seconday-red)}html[lang=ja-JP] .profit-type-select,html[lang=ja-JP] .trailing-stop-select,html[lang=ko-KR] .profit-type-select,html[lang=ko-KR] .trailing-stop-select,html[lang=zh-TW] .profit-type-select,html[lang=zh-TW] .trailing-stop-select{width:80px}html[lang=de-DE] .profit-type-select,html[lang=de-DE] .trailing-stop-select,html[lang=es-MX] .profit-type-select,html[lang=es-MX] .trailing-stop-select,html[lang=ru-RU] .profit-type-select,html[lang=ru-RU] .trailing-stop-select,html[lang=vi-VN] .profit-type-select,html[lang=vi-VN] .trailing-stop-select{width:150px}.order-tp_sl-setup-wrap{cursor:pointer;justify-content:space-between;width:100%;height:32px;padding:8.5px 12px;margin-bottom:12px;line-height:15px;border:1px solid var(--re-new-line-general);border-radius:6px;font-size:12px;font-weight:500;color:var(--re-new-grey-minor);background-color:var(--re-new-bg-light)}.order-tp_sl-setup-wrap:hover{border-color:var(--re-new-brand-regular-hover)}.order-tp_sl-setup-wrap:active{border-color:var(--re-new-brand-regular-press)}.re-obsltp .re-obsltp__checkbox-group .re-checkbox{display:flex}.re-oc,.re-ov,.re-qty{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:500;line-height:15px;color:var(--re-new-grey-minor)}.re-oc__value,.re-ov__value,.re-qty__value{flex-grow:1;flex-shrink:0;text-align:right}.ov-by-popover{width:100%}.ov-by-popover:first-child{margin-bottom:8px}.by-pai__panel{background-color:var(--re-new-bg-light);border-radius:6px;box-shadow:var(--re-new-box-shadow);flex-wrap:wrap;width:104px}.by-pai__item,.by-pai__op{cursor:pointer;flex-basis:52px;line-height:var(--size-24);text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--re-new-grey-major)}.by-pai__item:hover,.by-pai__op:hover{color:var(--re-rui-brand-main)}.by-pai__item{border-bottom:1px solid var(--re-new-line-general)}.by-pai__item:nth-child(2n),.by-pai__op:nth-child(2n){border-left:1px solid var(--re-new-line-general)}.multiple-order-change__dialog .re-dialog__body{padding-bottom:0}.multiple-order-change__dialog .multiple-order__item{margin-bottom:24px}.multiple-order-change__dialog .multiple-order__title{line-height:17px;margin-bottom:8px;font-size:14px;font-weight:500;color:var(--re-new-grey-main)}.multiple-order-change__dialog .multiple-order__desc{line-height:17px;font-size:14px;font-weight:500;color:var(--re-new-grey-minor)}.multiple-order__note{background:var(--re-new-bg-heavy);border-radius:6px;padding:10px;margin-bottom:24px;line-height:18px;font-size:12px;font-weight:500;color:var(--re-new-grey-main);opacity:.99}.by-qai__panel{background-color:#000;flex-wrap:wrap;width:var(--size-80)}.by-qai__item,.by-qai__op{cursor:pointer;flex-basis:var(--size-40);line-height:var(--size-24);text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.by-qai__item:hover,.by-qai__op:hover{color:var(--re-rui-brand-main)}.by-qai__input,.by-qai__item{border-bottom:1px solid var(--gray-02)}.by-qai__item:nth-child(2n),.by-qai__op:nth-child(2n){border-left:1px solid var(--gray-02)}.by-qai__percent{flex-basis:var(--size-80)}.by-qai__input{flex-basis:var(--size-40)}.by-qai__symbol{align-self:center;border-left:1px solid var(--re-rui-brand-main);height:var(--size-12);line-height:1;padding-left:var(--size-4)}.qty-input-right__max-ellipsis{max-width:80px;text-overflow:ellipsis;overflow:hidden}.trader-card__footer-tag{display:flex;align-items:center}.trader-card__footer-tag .people{display:inline-block;width:14px;height:14px;margin-right:6px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc1IDUuMTI1YTEuODc1IDEuODc1IDAgMTAwLTMuNzUgMS44NzUgMS44NzUgMCAwMDAgMy43NXptMCAxLjEyNWEzIDMgMCAxMDAtNiAzIDMgMCAwMDAgNnptNC4xMjUgNnYtMi4wOTlhLjI5Mi4yOTIgMCAwMC0uMDA0LS4wNTF2LS4wMDNDOS4zNzIgOS42OSA4LjA5NCA4Ljg3NSA1Ljc1IDguODc1Yy0yLjM0NSAwLTMuNjIzLjgxNi00LjEyIDEuMjIydi4wMDNhLjI5Mi4yOTIgMCAwMC0uMDA1LjA1MXYyLjA5OWMwIC4yMDcuMTY4LjM3NS4zNzUuMzc1aDcuNWEuMzc1LjM3NSAwIDAwLjM3NS0uMzc1ek0uODc3IDkuMjZjLS4yNi4yMTgtLjM3Ny41NS0uMzc3Ljg5MXYyLjA5OWExLjUgMS41IDAgMDAxLjUgMS41aDcuNWExLjUgMS41IDAgMDAxLjUtMS41di0yLjA5OWMwLS4zNC0uMTE2LS42NzMtLjM3Ny0uODkxLS42NTItLjU0Ni0yLjE4NC0xLjUxLTQuODczLTEuNTFTMS41MyA4LjcxNC44NzcgOS4yNnptOS4zOTMtMy4xMWEzLjAwMSAzLjAwMSAwIDAwMC01LjhjLS4zODItLjEwMS0uNjc3LjI3MS0uNTgxLjY1NS4wNi4yMzcuMjYuNDA3LjQ4Ny40OTZhMS44NzYgMS44NzYgMCAwMTAgMy40OThjLS4yMjguMDg5LS40MjguMjU5LS40ODcuNDk2LS4wOTYuMzg0LjE5OS43NTYuNTguNjU1em0yLjc5MyA3LjZhLjU2Mi41NjIgMCAxMTAtMS4xMjVoLjE4N2EuMzc1LjM3NSAwIDAwLjM3NS0uMzc1di0yLjA5OWEuMy4zIDAgMDAtLjAwNC0uMDUxIDQuNDM1IDQuNDM1IDAgMDAtLjc3NC0uNTAzLjYyMy42MjMgMCAwMS0uMzQ3LS41NDdjMC0uNDAyLjM5OC0uNjgzLjc1OS0uNTA1LjUwNC4yNDguODcuNTEgMS4xMTQuNzE1LjI2LjIxOC4zNzcuNTUuMzc3Ljg5MXYyLjA5OWExLjUgMS41IDAgMDEtMS41IDEuNWgtLjE4OHoiIGZpbGw9IiM4ODk1QTEiLz48L3N2Zz4=")}.symbol-detail-swtich{margin-left:10px}.symbol-detail-swtich.re-switch.re-switch--text .re-switch__item{margin-right:12px;font-weight:500;font-size:14px;line-height:17px;height:auto}.ct-symbol-selector{display:inline-flex;width:150px}.ct-symbol-selector .re-popover__el{display:flex}.ct-symbol-selector__options{height:178px}.ct-symbol-selector__option{height:32px;line-height:32px}.re-global-table .re-global-table__fix-right{background:var(--re-new-bg-light)}.re-global-table .re-global-table__title th,.re-global-table .re-global-table__title th .re-tip__decoration{font-weight:400}.re-global-table .re-global-table__content td div,.re-global-table .re-global-table__content td span{font-weight:600}.re-global-table .re-global-table__content td .iconfont{font-weight:400}.re-global-table .re-global-table__content td .symbol{text-align:left;font-size:14px}.re-global-table .re-global-table__content td .symbol:before{content:"";float:left;vertical-align:middle;width:6px;height:30px;background:var(--re-new-seconday-green);margin:0 10px 0 0}.re-global-table .re-global-table__content td .symbol.Sell:before{background:var(--re-new-seconday-red)}.re-global-table .re-global-table__content td .symbol.Buy .leverage{color:var(--re-new-seconday-green)}.re-global-table .re-global-table__content td .symbol.Sell .leverage{color:var(--re-new-seconday-red)}.re-global-table .re-global-table__content td .symbol.single-line{line-height:30px}.re-global-table .re-global-table__content td .symbol .symbol-name{cursor:pointer;line-height:17px}.re-global-table .re-global-table__content td .symbol .leverage,.re-global-table .re-global-table__content td .symbol .symbol-side{display:inline-block;margin-top:1px;font-size:12px;line-height:15px}.re-global-table .re-global-table__content td .created-time{color:var(--re-new-grey-minor)}.re-global-table .re-global-table__content td .deal-order-id{display:flex;align-items:center;justify-content:flex-start}.re-global-table .re-global-table__content td .deal-order-id .iconfont{cursor:pointer;font-size:20px;margin-left:8px}.re-global-table .re-global-table__content td .deal-order-id .iconfont:hover{color:var(--re-new-grey-minor)}.re-global-table .re-global-table__content td .deal-order-id .iconfont:active{color:var(--re-new-brand-regular-press)}.re-global-table .re-global-table__content td .positionMargin span:first-child{margin-right:var(--size-8)}.re-global-table .re-global-table__content td .realisePnl{text-align:left}.re-global-table .re-global-table__content td .realisePnl p{word-break:break-all;white-space:break-spaces}.re-global-table .re-global-table__content td .realisePnl span{font-size:var(--font-size-12);line-height:var(--font-size-14);display:block;cursor:default;margin:0 auto}.re-global-table .re-global-table__content td .realisePnl span strong{display:block}.re-global-table .re-global-table__content td .realisePnl:hover span:first-child{display:none}.re-global-table .re-global-table__content td .realisePnl:hover span:last-child,.re-global-table .re-global-table__content td .realisePnl span:first-child{display:block}.re-global-table .re-global-table__content td .realisePnl span:last-child{display:none}.re-global-table .re-global-table__content td .options button:first-child{margin-right:var(--size-8)}.re-global-table .re-global-table__content td .takeProfit-box{display:flex;align-items:center;width:100%;flex-wrap:wrap}.re-global-table .re-global-table__content td .takeProfit-box .takeProfit{width:auto;line-height:var(--size-24);text-align:left;margin-right:var(--size-8)}.re-global-table .re-global-table__content td .takeProfit-box .iconfont{margin:auto 0}.re-global-table .re-global-table__content td .icon-block{display:block}.re-global-table .re-global-table__content td .takeProfit-span{line-height:var(--size-16);color:var(--re-new-seconday-green)}.re-global-table .re-global-table__content td .stopLoss-span{line-height:var(--size-16);color:var(--re-new-seconday-red)}.re-global-table .re-global-table__content td .trailingStop-span{line-height:var(--size-16)}.re-global-table .re-global-table__content td span.Buy{color:var(--re-new-seconday-green)}.re-global-table .re-global-table__content td span.Sell{color:var(--re-new-seconday-red)}.re-global-table.re-global-table--fix td.re-global-table__fix-right:before,.re-global-table.re-global-table--fix th.re-global-table__fix-right:before{background:linear-gradient(270deg,rgba(0,0,0,.05),transparent)}.theme-dark .re-global-table.re-global-table--fix td.re-global-table__fix-right:before,.theme-dark .re-global-table.re-global-table--fix th.re-global-table__fix-right:before{background:linear-gradient(270deg,#0b1217,rgba(11,18,23,0))}.addfont{color:#24ae64}.mulfont{color:#e04040}.stopLoss-wrap.hover{cursor:pointer}.stopLoss-wrap .l{color:#24ae64}.stopLoss-wrap .c{color:#ccc;font-size:14px}.stopLoss-wrap .r{color:#e04040}.stopLoss-wrap .icon-edit{margin-left:4px;color:#0bd9bd;font-size:14px}.trader-center-tabs.ant-tabs{margin-top:24px;padding:24px;background-color:#fff;border-radius:12px}.trader-center-tabs .user-op-group__trade-center-card-data-pane{grid-template-rows:auto}.trader-center-tabs .order-type-options-container{display:flex;align-items:center;justify-content:space-between}.closePosition .by-dialog__head{height:auto}.closePosition .re-dialog__body{padding-bottom:36px}.closePosition .confirmOrder__content{display:flex;justify-content:space-between;margin-bottom:16px;color:var(--gray-07)}.closePosition .confirmOrder__content:last-child{margin-bottom:0}.closePosition .confirmOrder__content__label{color:var(--re-new-grey-minor);font-size:12px;line-height:15px}.closePosition .confirmOrder__content__value{color:var(--re-new-grey-major);font-size:14px;line-height:17px}.closePosition .buy-color{color:var(--re-new-seconday-green)}.closePosition .sell-color{color:var(--re-new-seconday-red)}.closePosition .ft-600,.profit-input-icons .profit-input-icon{font-weight:600}.tpsl__symbol{padding:var(--size-24) 0 var(--size-12) 0;border-top:1px solid var(--gray-02)}.tpsl__sl,.tpsl__tp{padding:var(--size-24) 0 var(--size-8) 0}.tpsl-option-item{height:32px;line-height:32px}.tpsl-modal-body{color:var(--re-new-grey-major)}.tpsl-modal-body .tpsl-body-title+.tpsl-item{border-top:none}.tpsl-modal-body .tpsl-body-title .tpsl-title-item{display:flex;justify-content:space-between;margin-bottom:24px;font-weight:500}.tpsl-modal-body .tpsl-body-title .tpsl-title-item .tpsl-title-item__label{font-size:12px;line-height:15px;color:var(--re-new-grey-minor)}.tpsl-modal-body .tpsl-body-title .tpsl-title-item .tpsl-title-item__value{font-size:14px;line-height:17px;color:var(--re-new-grey-major)}.tpsl-modal-body .tpsl-item{padding:16px 0;border-top:1px solid var(--re-new-bg-general)}.tpsl-modal-body .tpsl-item:first-child{padding-top:0;border-top:none}.tpsl-modal-body .tpsl-item:last-child{padding-bottom:0}.tpsl-modal-body .tpsl-item .tpsl-label{display:flex;align-items:center;justify-content:flex-start;margin-bottom:8px;height:17px}.tpsl-modal-body .tpsl-item .tpsl-label .tpsl-label__type{line-height:17px;font-size:14px;font-weight:500;color:var(--re-new-grey-major)}.tpsl-modal-body .tpsl-item .profit-select{width:102px;color:var(--re-new-brand-regular)}.tpsl-modal-body .tpsl-item .profit-select.re-select .re-select__input .re-input__container{background-color:inherit}.tpsl-modal-body .tpsl-item .profit-select.re-select .re-select__input .re-input__container .re-input__wrapper{margin:0}.tpsl-modal-body .tpsl-item .profit-select.re-select .re-select__input .re-input__container .re-input__inner,.tpsl-modal-body .tpsl-item .profit-select.re-select .re-select__input .re-input__container .re-input__right-icon{color:var(--re-new-brand-regular)}.tpsl-modal-body .tpsl-item .tpsl-input{margin-bottom:20px}.tpsl-modal-body .tpsl-item .tpsl-input .by-input__container{height:36px}.tpsl-modal-body .tpsl-item .tpsl-switch{display:flex;margin-top:8px}.tpsl-modal-body .tpsl-item .tpsl-expect-tip{color:var(--re-new-grey-minor);font-size:12px;font-weight:500;line-height:18px;margin-top:16px}.common-share-dialog .re-dialog{background-color:var(--bgCard-heavy)}.common-share-dialog .re-dialog .re-dialog__head{border-bottom:none;padding-bottom:16px}.common-share-dialog .re-dialog .share-social-container{grid-gap:0 12px;gap:0 12px;min-height:63px}.common-share-dialog .re-dialog .share-social-container .social-media-item{text-align:center;width:72px}.common-share-dialog .re-dialog .share-social-container .share-social{margin:auto}.common-share-dialog.pnl-share-dialog .re-dialog__body{padding-left:30px}.common-share-dialog.pnl-share-dialog .share-card{width:800px;margin-left:96.66666667px;font-size:16px;font-weight:500;color:#8599a6}.common-share-dialog.pnl-share-dialog .share-card .Sell{color:var(--re-new-seconday-red)}.common-share-dialog.pnl-share-dialog .share-card .Buy{color:var(--re-new-seconday-green)}.common-share-dialog.pnl-share-dialog .share-card .c-brand-press{color:#00c4b7}.common-share-dialog.pnl-share-dialog .share-card .share-card__content{position:relative;height:383px;border-radius:16px 16px 0 0;padding:32px 32px 68px;background-color:#10181f}.common-share-dialog.pnl-share-dialog .share-card .share-card__content .share-card__content__header{line-height:28px}.common-share-dialog.pnl-share-dialog .share-card .share-card__content .share-card__content__header .header__logo{width:144.667px;height:28px}.common-share-dialog.pnl-share-dialog .share-card .share-card__content .share-card__logo{position:absolute;top:0;right:0;width:350px;height:383px;background-size:contain;background-repeat:no-repeat}.common-share-dialog.pnl-share-dialog .share-card .share-card__footer{padding:20px 20px 20px 32px;border-radius:0 0 16px 16px;background-color:#fff}.common-share-dialog.pnl-share-dialog .share-card .share-card__footer .invitation-desc{width:648px}.common-share-dialog.pnl-share-dialog .content-split{display:inline-block;width:2px;height:22px;background-color:#fff}.common-share-dialog.pnl-share-dialog .pnl-share-card__single{padding-bottom:16px}.common-share-dialog.pnl-share-dialog .pnl-share-card__multiple{overflow:hidden}.common-share-dialog.pnl-share-dialog .pnl-share-card__multiple .multi-share-container{transition:transform .3s ease-in-out}.common-share-dialog.pnl-share-dialog .pnl-share-card__multiple .multi-share-container.transform-left{transform:translateX(-494.4px)}.common-share-dialog.pnl-share-dialog .pnl-share-card__multiple .multi-share-container .share-card:last-child{margin-left:24px}.common-share-dialog.pnl-share-dialog .multi-share-slider .multi-share-slider__item{cursor:pointer;width:16px;height:2px;margin-right:8px;background-color:var(--bg-invert)}.common-share-dialog.pnl-share-dialog .multi-share-slider .multi-share-slider__item.active{background-color:var(--brand-regular)}.common-share-dialog.pnl-share-dialog .multi-share-slider .multi-share-slider__item:last-child{margin-right:0}.common-share-dialog .zoom-small{zoom:.6}.detail-position__container .position__table__content td{color:#394e62}.show-darkModal .oc__row-item{flex:1 1}.show-darkModal .trailing-stop__input{margin-right:0}.trailing-stop__field{display:flex;align-items:center;height:17px}.trailing-stop__field .trailing-stop__field__title{color:var(--re-new-grey-major);font-size:14px;font-weight:500}.trailing-stop-select{width:110px}.trailing-stop-select.re-select .re-select__input .re-input__container .re-input__wrapper{margin:0}.trailing-stop-select.re-select .re-select__input .re-input__container .re-input__inner,.trailing-stop-select.re-select .re-select__input .re-input__container .re-input__right-icon{color:var(--re-new-brand-regular)}.trailing-stop-select.re-select .re-select__input .re-input__container{background-color:inherit}.ts__tips{color:var(--re-new-grey-minor);padding-top:16px;line-height:15px;font-size:12px;font-weight:500}.ts__tips:last-child{margin-bottom:24px}.mb8{margin-bottom:8px}.take-profit-container td .TakeProfit-span{color:var(--re-new-seconday-green)}.take-profit-container td .StopLoss-span{color:var(--re-new-seconday-red)}.positions-take-profit .tpsl-modal-item__title{color:var(--re-new-grey-major);font-size:14px;line-height:16px}.positions-take-profit .dialog-overflow-scroll-wrap .re-dialog__body{padding-right:14px;padding-left:14px;padding-bottom:8px}.summary-position__container .position__table__content td{color:#394e62}.oc__countdown{display:flex;width:296px;height:479px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-top:4px solid var(--re-new-line-general)}.oc__countdown-title{color:var(--re-new-grey-major);text-align:center;font-size:16px;font-weight:600}.oc__countdown-list{width:296px;display:flex;justify-content:space-between;padding:0 35px;margin-top:20px}.oc__countdown-cell{width:48px;height:56px;border-radius:8px;background:var(--re-new-brand-regular);line-height:56px;text-align:center;color:var(--re-new-grey-black);font-size:20px}.oc__countdown-word{text-align:center;color:var(--re-new-grey-major);font-size:16px;font-weight:500;line-height:19px;margin-top:12px}.poz-mode-switch__radio label:first-child{margin-right:24px}.poz-mode-switch__poz-desc{color:var(--re-new-grey-main);line-height:18px;font-size:12px;font-weight:500;background:var(--re-new-bg-heavy);padding:10px;margin-top:36px;border-radius:6px}.poz-mode-switch--hide{display:none}.poz-mode__head{align-items:center;width:100%;margin-top:12px;padding:0 16px}.poz-mode__head .poz-mode__head__mode-lvg{cursor:pointer;justify-content:flex-start;flex-grow:1;margin-right:12px;padding:8px 0;line-height:16px;border-radius:6px;font-size:12px;font-weight:500;color:var(--re-new-grey-major)}.poz-mode__head .poz-mode__head__mode-lvg .poz-mode__head__mode-lvg__mode{padding-right:12px}.poz-mode__head .poz-mode__head__mode-lvg .poz-mode__head__mode-lvg__lvg{padding-right:4px}.poz-mode__head .poz-mode__head__mode-lvg .poz-mode__head__mode-lvg__lvg:last-child{padding-right:10px}.poz-mode__head .poz-mode__head__mode-lvg:hover{border-color:var(--re-new-brand-regular-hover)}.poz-mode__head .poz-mode__head__mode-lvg:hover .icon-arrowFilledDown{color:var(--re-new-brand-regular-hover)}.poz-mode__head .poz-mode__head__mode-lvg:active{border-color:var(--re-new-brand-regular-press)}.poz-mode__head .poz-mode__head__mode-lvg:active .icon-arrowFilledDown{color:var(--re-new-brand-regular-press)}.pos-mode-change__dialog .re-dialog__body{padding-bottom:36px}.mm-lvg{position:relative;padding-right:10px}.mm-lvg:after{position:absolute;top:-3px;right:0;display:inline-block;width:6px;height:6px;background-color:var(--re-new-seconday-red);border-radius:50%;content:""}.order-create{width:100%}.order-create__not-login .oc__main--not-login{min-height:auto;padding:0 16px}.order-create__not-login .oc__main--not-login .re-button__content{font-weight:inherit}.bbo{flex-shrink:0;width:60px;height:48px;border-radius:8px;border:1px solid var(--re-new-line-general);background:var(--re-new-bg-light);line-height:48px;text-align:center;font-size:14px;font-weight:500;color:var(--re-new-grey-major);cursor:pointer}.bbo__active{border:1.5px solid var(--re-new-brand-regular)}.bbo__disable{flex-shrink:0;width:60px;height:48px;border-radius:8px;border:1px solid var(--re-new-line-general);background:var(re-new-grey-disable);color:var(re-new-grey-detail);line-height:48px;text-align:center;font-size:14px;font-weight:500;cursor:pointer}.tip{font-size:12px;line-height:15px}.tip,.tip-title{color:var(--re-new-grey-major);font-weight:500}.tip-title{font-size:14px;padding-bottom:12px}.re-select-label-container{width:80px}.re-select-label-container .re-input__container .re-input__wrapper{margin:0 2px 0 6px}.re-select-label-container .re-input__container .re-input__right-icon{padding-right:0}.re-select-label-container__options{width:-moz-fit-content!important;width:fit-content!important}.re-otp{margin-bottom:var(--size-12)}.re-otp__field{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--size-4);white-space:nowrap}.re-otp__input{display:flex;flex-basis:150px}.re-otp__switch-wrap{display:flex;align-items:center}.re-otp__switch{display:flex;width:100%;margin-bottom:var(--size-20)}.double-create-switch{display:flex;height:40px;margin:8px 16px;padding:2px;border-radius:8px;background-color:var(--re-new-bg-heavy)}.double-create-switch .item{text-align:center;width:50%;height:100%;padding:8.5px 0;cursor:pointer;transition:all .3s;border-radius:8px;font-weight:500;font-size:16px;color:var(--re-new-grey-minor)}.double-create-switch .item.active{color:var(--re-new-grey-invert)}.double-create-switch .item.active.open{background-color:var(--re-new-seconday-green)}.double-create-switch .item.active.close{background-color:var(--re-new-seconday-red)}.order-create{font-size:var(--font-size-12)}.oc__head{align-items:center;border-bottom:var(--divide-line);height:var(--size-40);padding:var(--size-0) var(--size-12)}.oc__head-pos{min-width:80px}.oc__order-switch--light{justify-content:space-between}.oc__order-switch--light.re-switch.re-switch--contained .re-switch__item{text-align:center;margin-right:4px;padding:4px 8px}.oc__order-switch--light.re-switch.re-switch--contained .re-switch__item:last-child{margin-right:0}.oc__main{padding:0 var(--size-0) var(--size-32)}.failue-centent{font-size:14px;font-weight:400;line-height:22px;margin-bottom:16px}.anncement-more{text-decoration:underline;color:var(--re-new-brand-regular-press);cursor:pointer}.oc__tif{margin-top:var(--size-12)}.oc__tif .re-select{width:-moz-fit-content;width:fit-content}.oc__tif .re-select .re-select__input .re-input__container{height:auto;background-color:transparent}.oc__tif .re-select .re-select__input .re-input__container .re-input__wrapper{margin:0}.oc__tif .re-select .re-select__input .re-input__container .re-input__inner,.oc__tif .re-select .re-select__input .re-input__container .re-input__right-icon{color:var(--re-new-grey-minor)}.oc__group{padding:var(--size-0) var(--size-16)}.oc__group-line{border-bottom:1px solid var(--re-new-line-general);margin:6px 16px 0}.oc__group .oc_group-item{padding:16px 0;border-top:1px solid var(--re-new-line-general)}.oc__tp-sl-group{padding:var(--size-12)}.oc__tp-sl-group .re-popover{width:100%}.oc__tp-sl-chk{text-align:center;padding:var(--size-0) var(--size-0) var(--size-12) var(--size-0)}.oc__tp-sl-chk:last-child{padding-bottom:0}.oc__tp-sl-chk--active{border-radius:var(--size-4) var(--size-4) var(--size-0) var(--size-0)}.oc__main--not-login{display:flex;flex-direction:column;justify-content:space-between;min-height:524px;padding:var(--size-12) var(--size-12) var(--size-24)}.oc__main--not-login__dex{justify-content:flex-start}.oc__main--dex-desc{margin:40px 12px;line-height:24px;font-weight:400;font-size:14px;text-align:center;letter-spacing:.2px;color:#617181;white-space:pre-line}.oc__main-cta{display:flex;flex-direction:column}.oc__pop-container{padding:var(--size-20) var(--size-24);width:280px}.order-create .oc__long-short{flex:1 1;line-height:1.2;min-height:var(--size-48);height:unset}.oc__row-bottom--4{margin-bottom:var(--size-4)}.oc__row-bottom--6{margin-bottom:6px}.oc__row-bottom--8{margin-bottom:var(--size-8)}.oc__row-bottom--12{margin-bottom:var(--size-12)}.oc__row-bottom--14{margin-bottom:14px}.oc__row-bottom--16{margin-bottom:var(--size-16)}.oc__row-bottom--20{margin-bottom:var(--size-20)}.oc__row-bottom--24{margin-bottom:var(--size-24)}.oc__row-bottom--32{margin-bottom:var(--size-32)}.oc__row-bottom--36{margin-bottom:var(--size-36)}.oc__row-bottom--56{margin-bottom:var(--size-56)}.oc__row-top--4{margin-top:var(--size-4)}.oc__row-top--6{margin-top:var(--size-6)}.oc__row-top--8{margin-top:var(--size-8)}.oc__row-top--12{margin-top:var(--size-12)}.oc__row-top--16{margin-top:var(--size-16)}.oc__row-top--20{margin-top:var(--size-20)}.oc__row-top--24{margin-top:var(--size-24)}.oc__row-top--36{margin-top:var(--size-36)}.oc__row-padding-tb--8{padding:8px 0}.oc__row,.oc__row-field{align-items:center;display:flex}.oc__row{justify-content:space-between;padding:0 16px}.oc__row-height--30{height:30px;line-height:30px;padding:0;margin-bottom:0}.oc__row-field{flex-basis:120px;color:var(--re-rui-text-a-05)}.oc__row-field--value{flex-shrink:0;flex-grow:1;text-align:right}.oc__row-btn{justify-content:center}.oc__row-btn button:first-child{margin-right:8px}.oc__row-item{display:flex;flex-basis:150px}.oc__row-desc{font-size:12px;font-weight:500;color:var(--re-new-grey-minor);line-height:15px}.oc__lvg-input{width:108px}.oc__pre-row{height:var(--size-28);line-height:var(--size-28)}.oc__pre-dialog-fields,.oc__pre-dialog-values{display:inline-block}.oc__pre-dialog-fields.oc_pre-create-space-bw,.oc__pre-dialog-values.oc_pre-create-space-bw{flex:1 1;padding-right:var(--size-12);margin-right:0}.oc__pre-dialog-fields{margin-right:var(--size-100)}.oc__side-btn{flex:1 1}.oc__side-btn:first-child{margin-right:var(--size-8)}.oc__side-btn:last-child{margin-left:var(--size-8)}.oc-lvg__btn{flex:1 1}.oc__head-lvg--long,.oc__head-lvg--short{display:inline-block;padding:var(--size-5) var(--size-10);min-width:var(--size-80);text-align:center;background-color:var(--color-transparent);border-radius:var(--size-4);cursor:pointer}.oc__head-lvg--long{margin-right:var(--size-8);border:1px solid var(--re-new-seconday-green)}.oc__head-lvg--short{border:1px solid var(--re-new-seconday-red)}.risk-tips{color:var(--re-rui-brand-main);margin-top:var(--size-16);line-height:var(--size-28)}.oc__pre-long{color:var(--re-new-seconday-green)}.oc__pre-short{color:var(--re-new-seconday-red)}.oc__dialog-foot{width:100%}.oc__pre-dialog-btn{flex:1 1}.oc_pre-dialog-confirm{margin-right:var(--size-28)}.oc__pre-dialog-body .oc__pre-dialog-fields .oc__pre-row{color:var(--gray-07);width:auto;padding-right:0;padding-bottom:var(--size-20);height:auto;line-height:unset}.oc__pre-dialog-body .oc__pre-dialog-values{text-align:right;padding-right:0}.oc__pre-dialog-body .oc__pre-dialog-values .oc__pre-row{width:auto;padding-bottom:var(--size-20);height:auto;line-height:unset}.oc__pre-dialog-body .oc__pre-gap{height:0;margin-top:var(--size-4);margin-bottom:var(--size-16);position:relative}.oc__pre-dialog-brandColor{color:var(--re-rui-brand-main)}.oc__pre-dialog-body .oc__pre-line:after{content:"";width:calc(200% + 12px);height:1px;position:absolute;top:0;left:0;background:var(--gray-05);opacity:.1}.theme-light .oc-main__transparent-bg{background-color:var(--color-transparent)}.oc__main-logo-bg{margin-top:148px}.oc__main--loading-bg,.order-loading{justify-content:center}.order-loading{font-size:var(--size-24);height:100%;align-items:center}.oc__head-calculator{display:block;margin-left:auto}.order-create-switch{display:flex;background:var(--re-rui-bg-web-2);overflow:hidden;border-bottom:1px solid var(--re-new-line-general)}.order-create-switch .item{flex:1 1;height:44px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border-radius:8px 8px 0 0;cursor:pointer}.order-create-switch .active{background:var(--re-rui-bg-web-3);color:var(--re-rui-brand-main)}.order-create-head{height:44px;display:flex;align-items:center;border-bottom:1px solid var(--re-new-line-general)}.order-val-type,.order-val-type .re-button__content{line-height:22px;letter-spacing:.1px;font-size:15px;font-weight:500;color:var(--re-rui-same-white)}.order-val-cost{line-height:14px;font-weight:500;font-size:12px;color:hsla(0,0%,100%,.6)}.oc__no-padding{padding:0}@media screen and (max-width:1400px){.oc-head__lvg-st--pub,.oc__head-lvg--long,.oc__head-lvg--short{width:70px;min-width:unset}.oc-head__lvg-st--pub,.oc__head-lvg--long{margin-right:6px}}@media screen and (max-width:1300px){.oc-head__lvg-st--pub,.oc__head-lvg--long,.oc__head-lvg--short{width:68px;min-width:unset;padding:var(--size-5) 2px}.oc-head__lvg-st--pub,.oc__head-lvg--long{margin-right:4px}}@media screen and (max-width:1250px){.oc-head__lvg-st--pub,.oc__head-lvg--long,.oc__head-lvg--short{width:62px;min-width:unset;padding:var(--size-5) 2px}.oc-head__lvg-st--pub,.oc__head-lvg--long{margin-right:4px}}@media screen and (max-width:1200px){.oc-head__lvg-st--pub,.oc__head-lvg--long,.oc__head-lvg--short{width:60px;min-width:unset;padding:var(--size-5) 2px}.oc-head__lvg-st--pub,.oc__head-lvg--long{margin-right:1px}}.limit_wrap{flex-grow:1;width:auto;margin-right:8px}.flex-space-between{display:flex;justify-content:space-between}.order-book-proportion-popover{width:100%}.order-book-proportion-popover .re-popover__el{margin:10px 16px 0}@media screen and (max-height:850px){.order-book-proportion-popover .re-popover__el{margin-top:16px}}.order-book-proportion-container{display:flex;align-items:center}.order-book-proportion-container .proportion-side{position:relative;height:16px;min-width:48px;line-height:15px;font-size:12px;font-weight:500;transition:width .3s}.order-book-proportion-container .proportion-side .proportion-icon{padding:0 4px;border-radius:4px;border:1px solid var(--re-new-line-general)}.order-book-proportion-container .proportion-side:after{position:absolute;top:0;width:6px;height:16px;background:var(--re-new-bg-light);content:" ";transform:skewX(-25deg)}.order-book-proportion-container .proportion-buy{border-radius:4px 0 0 4px;color:var(--re-new-seconday-green);background-color:var(--re-new-seconday-green-02)}.order-book-proportion-container .proportion-buy .proportion-icon{margin-right:4px;border-color:var(--re-new-seconday-green)}.order-book-proportion-container .proportion-buy:after{right:-3px}.order-book-proportion-container .proportion-sell{justify-content:flex-end;border-radius:0 4px 4px 0;color:var(--re-new-seconday-red);background-color:var(--re-new-seconday-red-02)}.order-book-proportion-container .proportion-sell .proportion-icon{margin-left:4px;border-color:var(--re-new-seconday-red)}.order-book-proportion-container .proportion-sell:after{left:-3px}.ob__horizontal-bg{display:flex}.ob__horizontal-bg .ob__horizontal-table-row-lf,.ob__horizontal-bg .ob__horizontal-table-row-rt{padding:var(--size-0);overflow:hidden}.ob__horizontal-bg .ob__txt-align-center{text-align:center}.ob__horizontal-main-lf .ob__qty-head,.ob__horizontal-main-lf .ob__table-qty,.ob__horizontal-main-lf .ob__table-total-lf,.ob__txt-align-lf{text-align:left}.ob__horizontal-main-lf .ob__table-price{text-align:right}.ob__horizontal-main-rt .ob__table-price{text-align:left}.ob__horizontal-bg .ob__table-qty,.ob__horizontal-bg .ob__table-total{margin-left:0}.order-book-container,.order-book-container .re-card__body{overflow:hidden}.item-sketon-square{width:22px;margin-right:8px}.item-sketon-select,.item-sketon-square{height:22px;background-color:var(--re-new-bg-general)}.item-sketon-select{width:110px}.ob-loading{font-size:var(--size-24);height:100%;align-items:center;justify-content:center}.ob__table{padding:var(--size-0) var(--size-0)}.ob-head{align-items:center}.re-select.ob-head__depth{width:124px}.re-select.ob-head__depth .re-input__left-icon{flex-basis:12px}.re-select.ob-head__depth .re-input__wrapper{margin:0}.ob_table_filter_head{height:32px;align-items:center;padding:0 16px;margin:8px 0}.ob_table_filter{padding:2px;border-radius:6px;background-color:var(--re-new-bg-heavy)}.ob-head__full-right-bg,.ob_table_filter{align-items:center}.ob_table_filter .orderStatus{display:block;background-size:80%;border-radius:1.8px;background-repeat:no-repeat;background-position:50%;width:22px;height:22px;margin-right:8px;cursor:pointer}.ob_table_filter .orderStatus.on{background-color:var(--re-new-bg-light);border-radius:6px}.ob_table_filter .orderAll{background-image:url(/trade/usdt/static/media/orderAll.8929e44d.svg)}.ob_table_filter .orderHorizontal{background-image:url(/trade/usdt/static/media/orderHorizontal.d0ed5125.svg)}.ob_table_filter .orderSell{background-image:url(/trade/usdt/static/media/orderSell.53969e2f.svg);margin-right:0}.ob_table_filter .orderBuy{background-image:url(/trade/usdt/static/media/orderBuy.7f92854d.svg)}.theme-dark .ob_table_filter .orderAll{background-image:url(/trade/usdt/static/media/orderAll--dark.d56233ad.svg)}.theme-dark .ob_table_filter .orderHorizontal{background-image:url(/trade/usdt/static/media/orderHorizontal--dark.adbf6436.svg)}.theme-dark .ob_table_filter .orderSell{background-image:url(/trade/usdt/static/media/orderSell--dark.9294b2d6.svg);margin-right:0}.theme-dark .ob_table_filter .orderBuy{background-image:url(/trade/usdt/static/media/orderBuy--dark.b97d44dd.svg)}.ob__table-head{align-items:center;margin-bottom:8px;padding:4.5px 16px;font-size:12px;line-height:15px;color:var(--re-new-grey-minor);font-weight:500;letter-spacing:.5px}.ob__current{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;line-height:19px;margin:4px 0;padding:6.5px 16px}.ob__market-price{margin-right:2px}.ob__table-record{display:flex;flex-direction:column}.ob__table-sell{justify-content:flex-end}.ob__table-row{position:relative;cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin:0 16px 1px;height:24px;line-height:24px;font-size:12px;font-weight:600;color:var(--re-new-grey-main)}.ob__table-row:last-child{margin-bottom:0}.ob__table-row.hasOrder:before{position:absolute;width:4px;height:4px;content:"";display:block;align-self:center;margin:auto 4px auto -8px;background-color:var(--re-new-seconday-red);border-radius:50%}.ob__table-buy .ob__table-row.hasOrder:before{background-color:var(--re-new-seconday-green)}.ob__table-price{flex:1 1;font-weight:400}.ob__qty-head,.ob__table-qty,.ob__table-total{flex:1 1;text-align:right;position:relative;z-index:0;font-weight:400}.ob__table-order{width:var(--size-16);color:var(--color-white);visibility:hidden;z-index:1}.ob__table-row.hasOrder:hover .ob__table-order{visibility:visible}.ob__table-row.hasOrder:hover .ob__table-order .icon{font-size:12px}.ob__table-row div{font-weight:600}.ob__table-order .animate-circle{animation:turn 1s linear infinite}.ob__table-total{margin-left:var(--size-16)}.ob__horizontal-bg .ob__table-price-lf-bg,.ob__horizontal-bg .ob__table-price-rt-bg,.ob__total-bg{will-change:width;transition:width .3s}.ob__bg-short{background-color:var(--re-new-seconday-red-02)}.ob__bg-long{background-color:var(--re-new-seconday-green-02)}.ob__horizontal-bg .ob__table-price-lf-bg,.ob__horizontal-bg .ob__table-price-rt-bg,.ob__table-qty:before,.ob__total-bg{position:absolute;right:0;height:100%;transform:translateZ(0)}.ob__horizontal-bg .ob__horizontal-main-rt .ob__table-price-rt-bg{left:0;right:unset}.ob__horizontal-bg .ob__table-price-lf-bg{right:0}.ob__table-qty:before{content:"";left:0;top:0;height:100%;width:100%;will-change:background-color,opacity}.ob__table--flex-column,.ob__table--large{display:inline-flex;flex-direction:column;width:50%}.ob__sell-container .ob__qty-head,.ob__sell-container .ob__table-qty,.ob__sell-container .ob__table-total{text-align:left}.ob__sell-container .ob__table-qty,.ob__sell-container .ob__table-total{margin-right:var(--size-16)}.ob__sell-container .ob__table-price{text-align:right}.ob__buy-container .ob__total-bg{right:0}.ob__mark-price-bg,.ob__market-price-bg{display:inline-flex;align-items:center}.ob__mark-price-bg .icon,.ob__market-price-bg .icon{font-size:16px}.ob__mark-price-bg .ob__mark-price{line-height:17px;font-size:14px;font-weight:800}.ob-head__depth-small{width:var(--size-48)}@keyframes turn{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(1turn)}}.ob-head__depth-txt{margin-right:var(--size-8)}.ob_table_filter .iconfont:hover{background-color:var(--re-new-bg-light);border-radius:6px}.cancel-all-position{display:inline-block}.cancel-all-position__content{line-height:18px}.cancel-all-btn.re-button--contained.re-button--brand.re-button--disabled{color:var(--re-new-grey-detail);background-color:var(--re-new-grey-disable);border:none}.position-preferences-container{height:44px}.re-popover__container-preferences .re-popover__container{padding:0;border-radius:6px;background-color:var(--re-new-bg-light);color:var(--re-new-grey-major);box-shadow:var(--re-new-box-shadow)}.re-popover__container-preferences .re-popover__container .preferences-container{min-width:180px;padding:12px}.re-popover__container-preferences .re-popover__container .mb-10{margin-bottom:10px}.re-popover__container-preferences .re-popover__container .preferences-title{line-height:18px;font-size:12px;font-weight:500;color:var(--re-new-grey-minor)}.re-popover__container-preferences .re-popover__container .preferences-split{width:100%;height:1px;background-color:var(--re-new-line-light)}.re-popover__container-preferences .re-popover__container .preferences-reset{cursor:pointer;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;line-height:18px;font-size:12px;font-weight:500;color:var(--re-new-brand-regular-press)}.re-popover__container-preferences .re-popover__container .preferences-reset .icon{margin-right:4px}.re-popover__container-preferences .re-popover__container .preferences-reset:hover{color:var(--re-new-brand-regular-hover)}.re-popover__container-preferences .re-popover__container .preferences-column{display:flex;justify-content:space-between;align-items:center}.re-popover__container-preferences .re-popover__container .preferences-column .re-checkbox{display:flex;line-height:18px;font-size:12px;font-weight:500;color:var(--re-new-grey-major)}.re-popover__container-preferences .re-popover__container .preferences-column .re-checkbox--checked.re-checkbox--disabled{color:var(--re-new-grey-major)}.re-popover__container-preferences .re-popover__container .preferences-column .re-checkbox--checked.re-checkbox--disabled .re-checkbox__item{border-color:var(--re-new-grey-disable);background-color:var(--re-new-grey-disable)}.re-popover__container-preferences .re-popover__container .preferences-column .re-checkbox--checked.re-checkbox--disabled .re-checkbox__item:before{background:var(--re-new-grey-detail);box-shadow:1px 0 0 var(--re-new-grey-detail),2px 0 0 var(--re-new-grey-detail),2px -1px 0 var(--re-new-grey-detail),2px -2px 0 var(--re-new-grey-detail),2px -3px 0 var(--re-new-grey-detail),2px -4px 0 var(--re-new-grey-detail),2px -5px 0 var(--re-new-grey-detail)}.re-popover__container-preferences .re-popover__container .preferences-column .icon-drag{cursor:pointer;margin-left:8px;color:var(--re-new-grey-minor)}.re-popover__container-preferences .re-popover__container .preferences-column.fixed-column{cursor:default}.re-select-option--selected{color:var(--re-new-brand-regular)}.profit-line{height:1px;width:100%;background:var(--re-new-bg-general);transform:scaleY(.5)}.tpsl__row-field{display:flex;align-items:center;height:17px}.tpsl-modal__tips-desc{padding:var(--size-12);line-height:1.25;background-color:var(--re-rui-bg-web-3);border-radius:var(--size-4)}.tpsl-ls__desc--hidden{margin:0}.profit-select__large-size{height:var(--size-32)}.tpsl__row{display:flex;justify-content:space-between}.profit-type-select{width:110px;color:var(--re-new-brand-regular)}.profit-type-select.re-select .re-select__input .re-input__container{background-color:inherit}.profit-type-select.re-select .re-select__input .re-input__container .re-input__wrapper{margin:0}.profit-type-select.re-select .re-select__input .re-input__container .re-input__inner,.profit-type-select.re-select .re-select__input .re-input__container .re-input__right-icon{color:var(--re-new-brand-regular)}.tpsl__tips{color:var(--re-new-grey-minor);font-size:12px;line-height:15px}.re-card .re-card__head.current-order__header{padding:12px 12px 12px 16px}.current-order__header-title{align-items:center;justify-content:space-between}.current-order__header-title .current-order__header-title__left{display:flex;flex-shrink:0;align-items:center;padding:2px;border-radius:8px;background-color:var(--re-new-bg-heavy);color:var(--re-new-grey-minor)}.current-order__header-title .current-order__header-title__left span{position:relative;display:inline-block;padding:6.5px 16px;line-height:15px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .3s ease-in-out}.current-order__header-title .current-order__header-title__left span.active{border-radius:7px;background-color:var(--re-new-bg-light);color:var(--re-new-grey-major)}.current-order__header-title .current-order__header-title__right .position-preferences-container{height:auto;overflow:auto}.re-card.position .re-card.current-order-container .re-card__body{height:100%}.enhance-input-num{display:flex;align-items:center;justify-content:space-between}.enhance-input-num .iconfont{border:1px solid var(--gray-04);display:inline-block;width:25px;height:var(--size-32);line-height:var(--size-32);text-align:center;color:var(--gray-08)}.enhance-input-num .iconfont:last-child{border-left:none;border-radius:0 var(--size-4) var(--size-4) 0}.enhance-input-num .re-input-number{border-radius:var(--size-4) 0 0 var(--size-4)}.enhance-input-num.disabled .iconfont{background-color:var(--primary-color-04);cursor:not-allowed;color:var(--gray-03)}.positions-modal__container__item .options .desc{border-radius:4px}.positions-modal .enhance-input-num.closeInput .iconfont{height:var(--size-32);line-height:var(--size-32)}.close-poz__margin-bottom-8{margin-bottom:var(--size-8)}.close-poz__margin-bottom-12{margin-bottom:var(--size-12)}.close-poz__margin-bottom-16{margin-bottom:var(--size-16)}.position-profit-modal .oc__row-field{color:var(--gray-07)}.re-global-table__title .poz__liq-href{color:var(--re-new-grey-minor)}.re-global-table__title .poz__liq-href:hover{color:var(--re-new-brand-regular-hover)}.re-global-table__title .poz__liq-href:active{color:var(--re-new-brand-regular-press)}.positions__add-btn{margin-left:var(--size-6);width:var(--size-24);padding-left:var(--size-4)}.pos-notice{width:14px;height:14px;margin-left:4px;background-image:url(/trade/usdt/static/media/notice.49a5d0cc.svg)}.mm-pos-tip{background:var(--re-new-seconday-red);width:278px}.mm-pos-tip__btn{margin:12px 0 4px;border-radius:var(--size-4);background:var(--re-new-bg-heavy);color:var(--re-new-seconday-red)}.mm-pos-tip__btn,.mm-pos-tip__known{cursor:pointer;font-size:var(--font-size-12);width:-moz-fit-content;width:fit-content;height:var(--size-24);padding:var(--size-4) var(--size-12)}.mm-pos-tip__known{border-radius:var(--size-4);border:1px solid var(--re-new-bg-heavy);color:var(--re-new-grey-invert)}.positions-modal .re-dialog__body{padding:20px 30px 36px}.positions-modal__container .position-close__post-only{margin-top:16px}.positions-modal__container__header{border-bottom:.5px solid var(--gray-01);color:var(--gray-09);font-weight:500;font-size:var(--font-size-14);height:40px;line-height:40px;box-sizing:border-box;padding:0 16px}.positions-modal__container__header span:last-child{float:right}.positions-modal__container__header .close{cursor:pointer;font-size:var(--font-size-10);color:var(--gray-03)}.positions-modal__container__footer{padding:0 16px;display:flex;justify-content:space-between;margin-top:32px}.positions-modal__container__item{font-size:var(--font-size-12)}.positions-modal__container__item .margin .margin-calc p{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.positions-modal__container__item .margin .margin-calc p:last-child{margin-bottom:0}.positions-modal__container__item .margin .margin-calc p span{line-height:15px;font-size:12px;font-weight:500;color:var(--re-new-grey-minor)}.positions-modal__container__item .margin .margin-calc p span:last-child{font-size:14px;line-height:17px;color:var(--re-new-grey-major)}.positions-modal__container__item .margin .margin-calc p span.liqText{color:var(--re-new-brand-regular-press)}.positions-modal__container__item .options .inputs{display:flex;line-height:27px;justify-content:space-between;margin-bottom:16px}.positions-modal__container__item .options .inputs p{color:var(--gray-07);font-size:var(--font-size-12);vertical-align:middle}.positions-modal__container__item .options .desc{line-height:var(--size-20);height:auto;font-size:var(--size-12);border-radius:var(--size-4);color:var(--gray-07)}.positions-modal__container__item__margin input{text-align:center}.positions-modal__container__item__margin .by-input__container{border:none!important}.positions-modal .step-wrap{margin-bottom:36px}.positions-modal .step-wrap h4{color:var(--re-new-grey-major);font-size:14px;font-weight:500;line-height:17px;margin-bottom:8px}.positions-modal__container__item .by-switch{background-color:var(--color-transparent)}.close-poz__margin-bottom-8{margin-bottom:8px}.close-poz__margin-bottom-12{margin-bottom:12px}.close-poz__margin-bottom-16{margin-bottom:16px}.positions-modal__container__item .close-poz__desc-block{padding:10px;line-height:18px;border-radius:6px;background-color:var(--re-new-bg-heavy);color:var(--re-new-grey-main);font-size:12px;font-weight:500}.close-poz__modal-item-title{font-size:var(--font-size-14);font-weight:500;color:var(--re-new-grey-major)}.mg-top--36{margin-top:36px}.theme-light .percentage-bar .line,.theme-light .percentage-bar .num .item p{background:#dfe3e6}.percentage-bar{position:relative;box-sizing:border-box;width:100%;height:32px;overflow:hidden}.percentage-bar .line{position:relative;width:98%;height:2px;margin:7px auto 0;overflow:hidden;background:#485561}.percentage-bar .line .active{position:absolute;top:0;left:0;width:0;height:4px;background-color:var(--re-rui-brand-main);transition:width .3s}.percentage-bar .num{position:relative;top:-6px;left:0;display:flex;justify-content:center;width:100%;height:32px}.percentage-bar .num .item{position:absolute;display:flex;flex:1 1;flex-direction:column;align-items:center;height:32px}.percentage-bar .num .item p{width:9px;height:9px;background:#485561;transform:rotate(45deg)}.percentage-bar .num .item span{font-size:12px;line-height:21px;cursor:default}.percentage-bar .num .item:first-child{left:0;align-items:flex-start}.percentage-bar .num .item:first-child p{margin-left:3px}.percentage-bar .num .item:nth-child(2){left:25%;margin-left:-12px}.percentage-bar .num .item:nth-child(3){left:50%;margin-left:-12px}.percentage-bar .num .item:nth-child(4){left:75%;margin-left:-12px}.percentage-bar .num .item:last-child{right:0;align-items:flex-end}.percentage-bar .num .item:last-child p{margin-right:3px}.percentage-bar .num .item.active p{background-color:var(--re-rui-brand-main);transition:background-color .21s ease-in}.percentage-bar .num .item.active span{color:var(--re-rui-brand-main);transition:color .21s ease-in}.profit-input .by-input__right-icon{padding:0}.profit-input-icons,.profit-input-icons span{display:flex;align-items:center}.profit-input-icons span{font-size:var(--size-12);justify-content:center;cursor:pointer;width:38px;padding:0;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profit-input-icons .profit-input-icon-clear{width:var(--size-20);-webkit-background-clip:text;background-clip:text;color:transparent;background-image:var(--re-rui-brand-linear)}.profit-input-icon-clear:hover{transition:font-size .05s ease-out;font-size:var(--size-14)}.profit-input-icons .profit-input-icon{height:var(--size-14);margin-top:.5px;font-size:var(--size-14);padding-bottom:2px;color:var(--gray-06);font-weight:700}.profit-input-icons .profit-input-icon:hover{transition:all .05s ease-out;font-size:var(--size-20);color:var(--re-rui-brand-main)}.profit-input__border-left{border-left:1px solid var(--gray-03)}.profit-input-wrap .by-input__container{padding-left:var(--size-8)}.profit-select{width:140px;margin-left:16px}.profit-select-options{padding:8px 0;display:flex;flex-direction:column;justify-content:space-between}.profit-select-option{padding:0 5px;display:flex;justify-content:flex-start}.re-select-option--selected{color:var(--re-rui-brand-main)}.profit-select-option .iconfont.icons{width:14px;-webkit-background-clip:text;background-clip:text;color:transparent;background-image:var(--re-rui-brand-linear);margin-right:7px}.tpsl-modal-item__title{font-size:14px;font-weight:500;line-height:17px;color:var(--re-new-grey-major)}.tpsl-modal__profit-input{padding:0}.tpsl-modal__tips-desc{font-size:12px;font-weight:500;color:var(--re-new-grey-minor);padding:0;line-height:15px}.tpsl-modal__hr-line{height:1px;transform:scaleY(.5);background-color:#fff;opacity:.1}.profit-select__large-size{height:32px}.position-profit-modal.dialog-overflow-scroll-wrap .re-dialog__body{padding-right:14px;padding-left:14px;padding-bottom:36px}.take-profit-container .enhance-input-num .iconfont{height:var(--size-24);line-height:var(--size-24)}.take-profit-container .by-switch{border-radius:var(--size-4);overflow:hidden}.take-profit-container .by-switch--contained .by-switch__item{display:inline-block;height:var(--size-16);line-height:var(--size-16);text-align:center;color:#888;font-size:var(--size-12);cursor:pointer;border-radius:4}.take-profit-container .by-switch--contained .by-switch__item--active{color:var(--re-rui-brand-main)}.take-profit-container .oc__row-desc{height:auto;border-radius:4px;color:var(--re-rui-text-a-05);white-space:normal}.take-profit__row{color:var(--re-new-grey-major);font-size:14px;font-weight:500}.take-profit__row-title{color:var(--re-new-grey-minor);font-size:12px;line-height:15px;margin-bottom:4px}.take-profit__head-liq-price{color:var(--re-rui-brand-main)}.take-profit-list__cancel-mask{background:rgba(0,0,0,.6)}.take-profit-list-wrapper .re-global-table__content{display:block;overflow-y:scroll;max-height:252px;height:252px}.take-profit-list-wrapper .re-global-table__title th:first-child{padding:0;text-align:center}.take-profit-list-wrapper .re-dialog__foot{padding:var(--size-12) var(--size-20) var(--size-20)}.take-profit-list__footer{display:flex;width:100%;justify-content:flex-end}.take-profit-list__footer .take-profit-list__footer--add{-webkit-user-select:none;-moz-user-select:none;user-select:none}.take-profit-list__footer .take-profit-list__footer--add i{padding-right:var(--size-6);font-size:var(--font-size-10)}.take-profit-list__footer .btn{padding:0;padding:4.5px var(--size-6);border-radius:var(--size-4);color:var(--gray-07);margin-left:var(--size-8)}.span-block,.take-profit-list__footer .btn{align-self:center;font-size:var(--font-size-12)}.span-block{background-color:var(--color-transparent);cursor:pointer}.span-block.disabled{color:var(--re-new-grey-disable)}.span-block i{padding-right:var(--size-6)}.span-block:hover{color:var(--re-new-brand-regular-hover)}.span-block:active,.span-block:hover{background-color:var(--color-transparent)}.span-block:active{color:var(--re-new-brand-regular-press)}.take-profit-container{min-width:auto;width:auto!important}.take-profit-container td .takeProfit-span{color:var(--re-new-seconday-green)}.take-profit-container td .stopLoss-span{color:var(--re-new-seconday-red)}.mr24{margin-right:var(--size-12)}.take-profit__edit-btn{margin-right:var(--size-6)}.positions_tab{position:relative}.positions_tab .position_tab-mask{position:absolute;left:0;top:0;right:0;bottom:0;min-height:84px}.positions_tab .position_tab-mask .re-button{position:absolute;left:50%;top:50%;transform:translate(-50%)}.positions_tab .by-popover__el{cursor:help}.positionMargin{display:flex}.positions_tab td .positionMargin p{word-break:break-all;white-space:break-spaces}.positions_tab .realisePnl-wrap .realisePnl{text-align:left}.positions_tab .realisePnl-wrap .profit-class{color:var(--re-new-seconday-green)}.positions_tab .realisePnl-wrap .loss-class{color:var(--re-new-seconday-red)}.positions_tab .realisePnl-wrap .realisePnl{display:flex;justify-content:center;align-items:center}.positions_tab .realisePnl-wrap .realisePnl:first-child{display:flex}.positions_tab .realisePnl-wrap .realisePnl:nth-child(2),.positions_tab .realisePnl-wrap:hover .realisePnl:first-child{display:none}.positions_tab .realisePnl-wrap:hover .realisePnl:nth-child(2){display:flex}.positions_tab .takeProfit-box,.positions_tab .takeProfit-box .takeProfit>p{text-align:right}.positions_tab .span-block{background-color:var(--color-transparent);align-self:center;font-size:var(--font-size-12);cursor:pointer}.positions_tab .span-block:hover{color:var(--re-new-brand-regular-hover);background-color:var(--color-transparent)}.positions_tab .span-block:active{color:var(--re-new-brand-regular-press);background-color:var(--color-transparent)}.positions_tab .span-block.disabled{color:var(--re-new-grey-disable)}.positions_tab .span-block i{padding-right:var(--size-6)}.position-profit-modal .oc__row-field{color:var(--re-new-grey-major);font-size:14px;font-weight:500;line-height:17px}.position-profit-modal .enhance-input-num .by-input-number{height:var(--size-28)}.position-profit-modal .take-profit-container .enhance-input-num .iconfont{height:var(--size-28);line-height:var(--size-28)}.positions_tab .insurance-fully-insured{color:var(--re-new-seconday-green)}.poz__liq-href{color:var(--re-new-grey-minor)}.poz__liq-href:hover{color:var(--re-new-brand-regular-hover)}.poz__liq-href:active{color:var(--re-new-brand-regular-press)}.fee-cut-dialog .re-dialog{background-color:#272b34}.fee-cut-dialog .re-dialog .re-dialog__head{border-bottom:0}.fee-cut-dialog .re-dialog .re-dialog__head .re-dialog__close{color:#fff}.fee-cut-dialog .re-dialog .re-dialog__body{padding:0}.fee-cut-dialog .re-dialog .fee-cut-container{position:relative;z-index:1}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info{padding:0}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .title{color:#fffceb;text-align:center;text-shadow:0 0 10px rgba(255,235,106,.8);font-size:30px;font-weight:700;line-height:36px}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .title.zero{font-size:18px}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .title.no-zero{font-size:14px}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .title.no-zero span{font-size:20px;font-weight:800}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .content-bg{background-image:url(/trade/usdt/static/media/light-bg.1841c61d.png);background-size:236px 236px;background-repeat:no-repeat;background-position:top}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .f-title{color:#ffe864;text-align:center;font-size:14px;font-weight:600;line-height:17px;margin-top:16px;padding:0 30px}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .card-coupouns{width:225px;height:170px;background-image:url(/trade/usdt/static/media/amount-bg.364ed3ad.png);background-size:225px 170px;background-repeat:no-repeat;background-position:top;margin:0 auto;display:flex;align-items:center;justify-content:center;text-align:center}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .card-coupouns .amount{color:#d95600;font-size:24px;font-weight:900;line-height:44px}.fee-cut-dialog .re-dialog .fee-cut-container .fee-cut-info .card-coupouns .amount-name{color:#d95600;font-size:16px;font-weight:700;line-height:19px}.fee-cut-dialog .re-dialog .fee-cut__delay-container{color:#8599a6;text-align:center;font-size:12px;font-weight:400;margin-top:25px}.fee-cut-dialog .re-dialog .fee-cut__download-share__continer{height:0;position:relative;z-index:0;overflow:hidden}.fee-cut-dialog .re-dialog .fee-cut__download-share__continer .fee-cut__download-share__continer_ref{width:480px}.fee-cut-dialog .re-dialog .fee-cut__download-share__continer .download-share__progress-container{padding-bottom:11px}.fee-cut-dialog .re-dialog .fee-cur__share-container{border-top:1px dashed #505f69;margin-top:20px;padding:20px 30px 30px}.fee-cut-dialog .re-dialog .fee-cur__share-container .fee-cur__link-info-tip{color:#0bccbf;font-size:12px;font-weight:600;line-height:15px}.fee-cut-dialog .re-dialog .fee-cur__share-container .fee-cur__link-container{width:100%;padding:20px;border-radius:12px;border:1px solid #3f4448;background:#141e26;margin-top:10px;display:grid;grid-template-columns:1fr auto;align-items:center}.fee-cut-dialog .re-dialog .fee-cur__share-container .fee-cur__link-container .fee-cur__link{padding-right:30px;color:#fff;font-size:12px;font-weight:600;line-height:15px}.fee-cut-dialog .re-dialog .fee-cur__share-container .fee-cur__link-container .fee-cur__link-info-copy{border-radius:4px;background:#ffe864;color:#05080a;font-size:12px;font-weight:600;line-height:24px;height:24px;padding:0 8px;display:flex;align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.fee-cut-dialog .re-dialog .fee-cur__share-container .fee-cur__link-container .fee-cur__link-info-copy i{color:#05080a}.fee-cut-dialog .re-dialog .fee-cut__check{margin-top:12px;color:#fff}.fee-cut-dialog .re-dialog .fee-cut__check .re-checkbox__item{border:1.5px solid #fff}.fee-cut-dialog .re-dialog .fee-cut__check .re-checkbox--checked .re-checkbox__item,.fee-cut-dialog .re-dialog .fee-cut__check .re-checkbox__item:hover{border:1.5px solid var(--re-new-brand-regular)}.fee-cut-dialog .re-dialog .fee-cut__check .re-checkbox{color:#bbc9d6}.fee-cut-dialog .re-dialog .fee-cur__footer{display:grid;grid-template-columns:300px auto;justify-content:space-between;align-items:center;margin-top:20px}.fee-cut-dialog .re-dialog .fee-cur__footer .save-image{width:100%;height:48px}.fee-cut-dialog .re-dialog .fee-cur__footer .save-image span{font-weight:600;font-size:14px}.fee-cut-dialog .re-dialog .fee-cur__footer .share-with{color:#bbc9d6;font-size:12px;font-weight:600;line-height:15px;margin-bottom:12px}.fee-cut-dialog .re-dialog .fee-cur__footer .share-icon-container{display:grid;grid-template-columns:repeat(3,auto);grid-gap:24px}.fee-cut-dialog .re-dialog .fee-cur__footer .share-icon-container .icon-container{width:32px;height:32px;cursor:pointer;background-repeat:no-repeat;background-size:32px 32px;background-position:50%}.fee-cut-dialog .re-dialog .fee-cur__footer .share-icon-container .icon-container:hover{opacity:.8}.fee-cut-dialog .re-dialog .fee-cur__footer .share-icon-container .icon-container.twitter{background-image:url(/trade/usdt/static/media/twitter.76e4e93a.svg)}.fee-cut-dialog .re-dialog .fee-cur__footer .share-icon-container .icon-container.kakaotalk{background-image:url(/trade/usdt/static/media/kakaotalk.637937e0.svg)}.fee-cut-dialog .re-dialog .fee-cur__footer .share-icon-container .icon-container.telegram{background-image:url(/trade/usdt/static/media/telegram.93a136ba.svg)}.fee-cut-dialog .re-dialog .fee-cur__footer .share-icon-container .icon-container img{width:32px;height:32px;display:block}.fee-cut-dialog .re-dialog .re-dialog__foot{display:none}.fee-cut-dialog .fee-cut__download-share{width:480px;padding:20px 0;background-color:#272b34}.fee-cut-dialog .fee-cut__download-share .logo{width:75px;display:block;margin:0 auto}.fee-cut-dialog .fee-cut__download-share .title{color:#fffceb;text-align:center;text-shadow:0 0 10px rgba(255,235,106,.8);font-size:18px;font-weight:700;line-height:36px;margin-top:12px;padding:0 50px}.fee-cut-dialog .fee-cut__download-share .title.zero{font-size:18px}.fee-cut-dialog .fee-cut__download-share .title.no-zero{font-size:14px}.fee-cut-dialog .fee-cut__download-share .title.no-zero span{font-size:20px;font-weight:800}.fee-cut-dialog .fee-cut__download-share .f-title{color:#ffe864;text-align:center;font-size:14px;font-weight:600;line-height:17px;margin-top:16px;padding:0 30px}.fee-cut-dialog .fee-cut__download-share .coupons-img .amount-container{position:absolute;right:0;bottom:0;background-repeat:no-repeat;background-position:top;display:flex;align-items:center;justify-content:center;text-align:center}.fee-cut-dialog .fee-cut__download-share .coupons-img .amount-container .amount-container-text{position:relative;z-index:2}.fee-cut-dialog .fee-cut__download-share .coupons-img .amount-container .amount-container-bg{position:absolute;left:0;top:0;z-index:1}.fee-cut-dialog .fee-cut__download-share .coupons-img .amount-container .amount-container-bg img{width:100%;height:100%;display:block}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-no-progress{width:240px;height:175px;margin:10px auto 0;position:relative}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-no-progress img{height:175px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-no-progress .amount-container,.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-no-progress .amount-container .amount-container-bg{width:168px;height:127px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-no-progress .amount-container .amount{color:#d95600;font-size:16px;font-weight:900;line-height:30px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-no-progress .amount-container .amount-name{color:#d95600;font-size:12px;font-weight:700;line-height:19px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-progress{width:216px;height:157px;margin:4px auto 7px;position:relative}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-progress img{height:157px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-progress .amount-container{width:152px;height:115px;background-size:152px 115px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-progress .amount-container .amount-container-bg{width:152px;height:115px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-progress .amount-container .amount{color:#d95600;font-size:16px;font-weight:900;line-height:27px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-progress .amount-container .amount.amount-active{font-size:14px}.fee-cut-dialog .fee-cut__download-share .coupons-img .coupons-progress .amount-container .amount-name{color:#d95600;font-size:12px;font-weight:700;line-height:13px}.fee-cut-dialog .fee-cut__download-share .download-share__footer{display:grid;grid-template-columns:326px auto;justify-content:space-between;align-items:center;border-top:1px dashed #505f69;margin-top:15px;padding:20px 30px 0}.fee-cut-dialog .fee-cut__download-share .download-share__footer .fee-cur__download-share__tip{color:#0bccbf;font-size:12px;font-weight:600;line-height:15px}.fee-cut-dialog .fee-cut__download-share .download-share__footer .fee-cur__download-share__link{padding:15px;border-radius:12px;border:1px solid #3f4448;background:#141e26;margin-top:8px;color:#fff;font-size:12px}.fee-cut-dialog .fee-cut__download-share .download-share__footer .qr-code-container{padding:2px;background-color:#fff}.fee-cut__progress{display:grid;grid-template-columns:400px 24px;grid-gap:10px;justify-content:center;align-items:center}.fee-cut__progress.fee-cut__progress-download{grid-template-columns:355px;grid-gap:0}.fee-cut__progress .progress-outer{border-radius:12px;border:1px solid #ffe44e;background:rgba(255,189,90,.14);height:24px;position:relative;overflow:hidden}.fee-cut__progress .progress-outer .progress-inner{overflow:hidden}.fee-cut__progress .progress-outer .progress-inner .progress-inner-box{height:22px;padding:0 11px;background:linear-gradient(180deg,#ffed00,#fffdf8 19%,#ffbf00 47.98%,#ff7e00 80%,#ffb200)}.fee-cut__progress .progress-outer .progress-inner .progress-inner-box .progress-inner-bg{width:100%;height:22px;background-image:url(/trade/usdt/static/media/progress-bg.7fbc4561.svg);background-repeat:repeat}.fee-cut__progress .number{color:#fff}.fee-cut__fee{margin-top:16px;color:#fff;text-align:center;font-size:12px;font-weight:600;line-height:15px}.fee-cut__fee-b{display:flex;padding:25px 5px 0}.fee-cut__fee-b>div{flex:1 1;display:flex;justify-content:center;color:#fff;font-size:12px;font-weight:600;line-height:15px}.fee-cut__fee-b>div.receive-discount{border-left:1px solid #444956;border-right:1px solid #444956;color:#ffe864}.fee-cut__fee-b>div .title-type{margin-bottom:8px}.fee-cut__maximun-fee{color:#ffe864;text-align:center;font-size:14px;font-weight:700;line-height:17px;margin-top:10px}.fee-cut__invite-flag__seat{width:100%;height:52px}.fee-cut__invite-flag{width:100%;background-color:var(--re-new-bg-light)}.fee-cut__invite-flag .fee-cut__invite-flag__container{border-radius:8px;background:var(--re-new-seconday-yellow-02);height:36px;padding:0 6px 0 16px;display:flex;grid-gap:16px;gap:16px;align-items:center}.fee-cut__invite-flag .fee-cut__invite-flag__container .text{color:var(--re-new-grey-major);font-size:12px;font-weight:600}.fee-cut__invite-flag .fee-cut__invite-flag__container .btn{border-radius:4px;background:var(--re-new-seconday-yellow);line-height:24px;padding:0 12px;color:var(--re-new-grey-black);font-size:12px;font-weight:600;display:flex;align-items:center;cursor:pointer}.fee-cut__invite-flag .fee-cut__invite-flag__container .btn:hover{opacity:.8}.fee-cut-invite-support-dialog .re-dialog{background-color:var(--re-new-bg-light)}.fee-cut-invite-support-dialog .re-dialog .re-dialog__body{padding:30px 30px 0}.fee-cut-invite-support-dialog .re-dialog .re-switch{width:100%}.fee-cut-invite-support-dialog .re-dialog .list-container{margin-top:16px;border:1px solid var(--re-new-line-light);border-radius:8px;overflow:hidden;height:422px}.fee-cut-invite-support-dialog .re-dialog .list-container .list-container-scroll{height:100%;overflow-y:auto}.fee-cut-invite-support-dialog .re-dialog .list-container table{width:100%}.fee-cut-invite-support-dialog .re-dialog .list-container table th{min-width:90px;height:47px;background-color:var(--re-new-bg-general);vertical-align:middle;color:var(--re-new-grey-minor);font-size:12px;font-weight:500;text-align:left;padding-left:24px}.fee-cut-invite-support-dialog .re-dialog .list-container table tr.parents{background-color:var(--re-new-bf-light)}.fee-cut-invite-support-dialog .re-dialog .list-container table tr.children{background-color:var(--re-new-bg-general)}.fee-cut-invite-support-dialog .re-dialog .list-container table td{padding:12px 12px 12px 24px;border-bottom:1px solid var(--re-new-line-light)}.fee-cut-invite-support-dialog .re-dialog .list-container table td.time{color:var(--re-new-grey-minor)}.fee-cut-invite-support-dialog .re-dialog .list-container table td.fund-fee{color:var(--re-new-grey-major)}.fee-cut-invite-support-dialog .re-dialog .list-container table td.process{color:var(--re-new-brand-press)}.fee-cut-invite-support-dialog .re-dialog .list-container table td.text{color:var(--re-new-grey-major)}.fee-cut-invite-support-dialog .re-dialog .list-container table td.hand{cursor:pointer}.fee-cut-invite-support-dialog .re-dialog .list-container table td.hand:hover{color:var(--re-new-brand-regular-hover)}.fee-cut-invite-support-dialog .re-dialog .list-container table td .p-title{min-height:30px;display:block;display:flex;align-items:center}.fee-cut-invite-support-dialog .re-dialog .list-container table .children-list-container{background-color:var(--re-new-bg-general);padding:0 24px}.fee-cut-invite-support-dialog .re-dialog .list-container table .children-list-container .children-list{padding:4px 0;height:38px;line-height:30px;color:var(--re-new-grey-minor);font-size:12px;font-weight:500;display:flex;grid-gap:36px;gap:36px}.fee-cut-invite-support-dialog .re-dialog .list-container table .children-list-container .children-list>div{flex:1 1}.fee-cut-invite-support-dialog .re-dialog .list-container table .children-list-container-nodata{text-align:center;color:var(--re-new-grey-minor)}.fee-cut-invite-support-dialog .re-dialog .page-container{margin-top:16px;display:flex;justify-content:center}.profit-table__ext-item{display:flex;align-items:center;justify-content:center}.profit-table__ext-icon{transform:rotate(20deg);font-size:var(--font-size-12);width:var(--size-14);height:var(--size-14);display:inline-flex;background-color:var(--re-rui-bg-web-3);color:var(--re-rui-brand-main);border-radius:50%;margin-left:var(--size-2)}.re-card.position .re-card__body{height:calc(100% - 44px);overflow-x:hidden}.re-card.position .re-card__body:hover{overflow-x:auto}.position__header{box-sizing:border-box;overflow:hidden;display:flex;line-height:44px}.position__header .position__header__split-line{display:inline-block;padding:0;margin-right:16px;width:1px;height:16px;background-color:var(--re-new-line-deep);vertical-align:middle}.position__header .position__header--title--left span.active{position:relative;background:none}.position__header .position__header--title--left span.active:after{position:absolute;bottom:0;left:0;width:calc(100% - 16px);background-color:var(--re-new-brand-regular);content:" ";height:2px}.position__header .position__header--title--left span:first-child.active:after{left:0}.position__header--title--left{flex-grow:1;flex-shrink:0}.position__header--title--left .position__header--title--left__item{padding-right:16px;display:inline-block;cursor:pointer;font-weight:600;color:var(--re-new-grey-minor)}.position__header--title--left .position__header--title--left__item i{font-weight:inherit}.position__header--title--left .position__header--title--left__item__feeRefund{padding:2px 4px;border-radius:4px;color:#d95600;font-size:10px;font-weight:600;margin-left:4px;background:linear-gradient(104deg,#ffe158 21.49%,#ffffb3 49.63%,#ffde25 77.67%,#fb0)}.position__header--title--left .position__header--title--left__item:first-child{padding-left:0}.position__header--title-hint{flex-shrink:0;line-height:15px;padding:4.5px 10px 4.5px 8px;margin-right:8px;border-radius:0 12px 12px 0;background:var(--re-new-brand-regular);font-size:12px;font-weight:500}.position__header--title--left .position__header--title--left__item.active,.position__header--title-hint{color:var(--re-new-grey-major)}.position__header--title--left .position__header--title--left__item.active:after{background:var(--color-transparent)}.position__header--title--center{flex-grow:1;width:100%}.position__header--title--right{flex-grow:0;flex-shrink:0;text-align:right;display:flex;align-items:center}.position__header--title--right .re-checkbox--check{font-size:12px;font-weight:600;color:var(--re-new-grey-major)}.position__header--title--right--adl span{position:relative;width:5px;height:10px;text-align:center;display:inline-block;margin-right:4px}.position__header--title--right--adl span:before{position:absolute;top:0;left:0;bottom:0;right:0;content:"";z-index:0;transform:skewX(-20deg);background:var(--gray-05)}.position__header--title--right--adl.adl-1 span:first-child:before,.position__header--title--right--adl.adl-2 span:first-child:before{background:#c08998}.position__header--title--right--adl.adl-2 span:nth-child(2):before{background:#bb5974}.position__header--title--right--adl.adl-3 span:first-child:before{background:#c08998}.position__header--title--right--adl.adl-3 span:nth-child(2):before{background:#bb5974}.position__header--title--right--adl.adl-3 span:nth-child(3):before{background:#bc4767}.position__header--title--right--adl.adl-4 span:first-child:before{background:#c08998}.position__header--title--right--adl.adl-4 span:nth-child(2):before{background:#bb5974}.position__header--title--right--adl.adl-4 span:nth-child(n+3):nth-child(-n+4):before{background:#bc4767}.position__header--title--right--adl.adl-5 span:first-child:before{background:#c08998}.position__header--title--right--adl.adl-5 span:nth-child(2):before{background:#bb5974}.position__header--title--right--adl.adl-5 span:nth-child(n+3):nth-child(-n+5):before{background:#bc4767}.position-tracing-stop__add{margin-left:var(--size-4)}.replace-order{display:flex;align-items:center}.replace-order__input{min-width:70px}.replace-order__input .re-input__wrapper{margin:0 4px}.replace-order__operate{min-width:var(--size-20);height:var(--size-20);padding:0;display:flex;align-items:center;justify-content:center;border-radius:var(--size-4);cursor:pointer;font-weight:900}.replace-order__pencil.re-button:hover{color:var(--re-new-brand-regular-hover);background-color:var(--color-transparent)}.replace-order__pencil.re-button{width:var(--size-20);height:var(--size-20);display:inline-flex;margin-left:var(--size-4);background-color:var(--color-transparent)}.replace-order__close.re-button{border:1px solid var(--gray-07);color:var(--gray-07);margin-right:var(--size-4);background-color:var(--color-transparent)}.replace-order__confirm.re-button{border:1px solid var(--re-rui-brand-main);color:var(--re-rui-brand-main);margin-left:var(--size-4);background-color:var(--color-transparent)}.tp-stp-icon-edit{display:inline-flex;width:var(--size-20);height:var(--size-20);margin-left:var(--size-4)}.position-loading,.tp-stp-icon-edit{justify-content:center;align-items:center}.position-loading{width:100%;height:100%;display:flex;flex-direction:column;font-size:var(--size-24)}.position-loading a{cursor:pointer}.position__fix-height{height:225px}.position-card-container .re-card__head{background-color:var(--re-new-bg-light);color:var(--re-new-grey-minor);font-size:12px;font-weight:600;line-height:15px}.re-popover__containerTips.isError{color:var(--f-danger-01)}.re-card.position .position__header__class{padding:0 16px;border-bottom:1px solid var(--re-new-line-general)}.re-card.position .position__header__class.position__header__class--cp{padding:0 16px 0 0}.create-time{color:var(--re-new-grey-minor)}.position-empty__icon{width:48px;height:48px;background-image:url(/trade/usdt/static/media/signal.a266f8e9.svg);background-size:contain}.position-empty__text{font-weight:500;color:var(--re-new-grey-minor)}.theme-dark .position-empty__icon{background-image:url(/trade/usdt/static/media/signal--dark.166d9d5c.svg)}.ml-16{margin-left:16px}.block{background-color:var(--re-new-bg-light)}.flex-start{display:flex;align-items:flex-start;justify-content:flex-start}.main{min-width:1112px;overflow:auto;color:var(--re-new-grey-main);background:var(--re-new-line-general)}.main .symbol-detail{background-color:var(--re-new-bg-light);border-top:1px solid var(--re-new-bg-heavy)}.main .symbol-wrap{display:flex;align-items:flex-start;justify-content:flex-start;align-items:stretch;margin-bottom:1px}.main .symbol-wrap .symnol-position-wrap{flex-grow:1}.main .symbol-wrap .symnol-position-wrap .order-book{background-color:var(--re-new-bg-light)}.main .symbol-wrap .symnol-position-wrap .recent-trade{height:100%;background-color:var(--re-new-bg-light)}.main .symbol-wrap .symnol-position-wrap .react-grid-item .react-resizable-handle-se{background-image:url(/trade/usdt/static/media/resizable.52fabe73.svg);width:12px;height:12px;padding:0;z-index:2}.main .symbol-wrap .symnol-position-wrap .react-grid-item:hover .react-resizable-handle:after{border:none}.main .symbol-wrap .order-create-wrap{background-color:var(--re-new-bg-light);margin-top:4px;margin-bottom:4px;flex-shrink:0;width:296px}.main .position-wrap{background-color:var(--re-new-bg-light);width:100%}.main .position-wrap .position .position__table__content{height:calc(100% - 44px)}.main .position-wrap .position .re-card__body{flex:unset}.main .position-wrap .position .re-card__body .position-loading{height:180px}.main .position-wrap .position-unlogin .re-card__body{height:230px;overflow:hidden}.main .position-wrap .position-unlogin .re-card__body .position-loading{height:230px}.main .buy-color{color:var(--re-new-seconday-green)}.main .sell-color{color:var(--re-new-seconday-red)}.main .switch-container{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;margin-bottom:1px;border-bottom:1px solid var(--re-new-line-general)}.main .switch-container .switch-container__title{font-size:12px;font-weight:500;color:var(--re-new-grey-major);line-height:15px;padding-right:8px}.main .switch-container .icon-helpCenter{cursor:pointer}.main .poz-mode-switch{display:flex;align-items:center;width:262px;height:28px;margin:16px auto;color:#c4cad0;font-weight:500;font-size:12px;border:1px solid #ebedef;border-radius:4px}.main .poz-mode-switch .re-switch__item{display:flex;align-items:center;justify-content:center;height:28px!important;padding:5px 0;border-radius:4px}.main .poz-mode-switch .re-switch__item--active{display:flex;align-items:center;justify-content:center;padding:5px 0;background:#f3f5f6;border-radius:4px}@media screen and (min-width:1770px){.main .symbol-wrap .operation .spread{display:block}.main .symbol-wrap .operation .column-info-recent-trade,.main .symbol-wrap .operation .recent-trade-wrap,.main .symbol-wrap .operation .spread .column-orderbook,.main .symbol-wrap .operation .spread .order-create-wrap{height:656px}.main .symbol-wrap .operation .recent-trade-wrap .re-card__body{overflow:hidden}.main .symbol-wrap .operation .shrink{display:none}}@media screen and (min-width:1920px){.main .symbol-wrap .order-create-wrap{width:360px}}.re-tip__decoration{-webkit-text-decoration:underline dotted var(--re-new-grey-minor) 1.5px;text-decoration:underline dotted var(--re-new-grey-minor) 1.5px}
/*# sourceMappingURL=main.f8e47e68.chunk.css.map */