.grecaptcha-badge{visibility:hidden}:root .login{--okd-notification-success-icon-color:var(--okd-color-fq-green-lv1);--okd-notification-info-icon-color:var(--okd-color-blue-700);--okd-notification-warn-icon-color:var(--okd-color-fq-orange-lv1);--okd-notification-error-icon-color:var(--okd-color-fq-red-lv1);--okd-notification-title-color:var(--okd-color-gray-900);--okd-notification-text-color:var(--okd-color-gray-400);--okd-notification-action-confirm-btn-color:var(--okd-color-blue-700);--okd-notification-action-cancel-btn-color:var(--okd-color-gray-700);--okd-notification-box-close-icon-color:var(--okd-color-gray-400);--okd-notification-box-shadow:var(--okd-shadow-xl);--okd-notification-box-background:var(--okd-color-white);--okd-notification-box-border-color:var(--okd-color-gray-100);--okd-notification-box-border-radius:var(--okd-border-radius-md);--okd-notification-box-padding:16px;--okd-notification-box-each-margin:14px;--okd-notification-box-max-width:700px;--okd-notification-box-min-width:451px;--okd-notification-box-auto-width-min-width:100px;--okd-notification-box-icon-text-margin:15px;--okd-notification-title-font-size:var(--okd-font-size-md);--okd-notification-title-line-height:var(--okd-line-height-md);--okd-notification-text-font-size:var(--okd-font-size-md);--okd-notification-text-line-height:var(--okd-line-height-md);--okd-notification-action-font-size:var(--okd-font-size-md);--okd-notification-action-line-height:var(--okd-line-height-md)}.theme-dark .login{--okd-notification-success-icon-color:var(--okd-color-fq-green-lv1);--okd-notification-info-icon-color:var(--okd-color-blue-800);--okd-notification-warn-icon-color:var(--okd-color-fq-orange-lv1);--okd-notification-error-icon-color:var(--okd-color-fq-red-lv1);--okd-notification-title-color:var(--okd-color-text-amplifed);--okd-notification-text-color:var(--okd-color-text-light);--okd-notification-action-confirm-btn-color:var(--okd-color-fq-blue-lv1);--okd-notification-action-cancel-btn-color:var(--okd-color-gray-500);--okd-notification-box-close-icon-color:var(--okd-color-gray-400);--okd-notification-box-shadow:var(--okd-shadow-xl);--okd-notification-box-background:var(--okd-color-background-3);--okd-notification-box-border-color:var(--okd-color-gray-200);--okd-notification-box-border-radius:var(--okd-border-radius-md);--okd-notification-box-padding:16px;--okd-notification-box-each-margin:14px;--okd-notification-box-max-width:700px;--okd-notification-box-min-width:451px;--okd-notification-box-auto-width-min-width:100px;--okd-notification-box-icon-text-margin:15px;--okd-notification-title-font-size:var(--okd-font-size-md);--okd-notification-title-line-height:var(--okd-line-height-md);--okd-notification-text-font-size:var(--okd-font-size-md);--okd-notification-text-line-height:var(--okd-line-height-md);--okd-notification-action-font-size:var(--okd-font-size-md);--okd-notification-action-line-height:var(--okd-line-height-md)}.theme-okcoin .login{--okd-notification-success-icon-color:var(--okd-color-green-500);--okd-notification-info-icon-color:var(--okd-color-blue-500);--okd-notification-warn-icon-color:var(--okd-color-yellow-500);--okd-notification-error-icon-color:var(--okd-color-red-500);--okd-notification-title-color:var(--okd-color-purple-1000);--okd-notification-text-color:var(--okd-color-gray-600);--okd-notification-action-confirm-btn-color:var(--okd-color-purple-1000);--okd-notification-action-cancel-btn-color:var(--okd-color-gray-600);--okd-notification-box-close-icon-color:var(--okd-color-gray-800);--okd-notification-box-shadow:var(--okd-shadow-xl);--okd-notification-box-background:var(--okd-color-background-1);--okd-notification-box-border-color:var(--okd-color-gray-100);--okd-notification-box-border-radius:var(--okd-border-radius-md);--okd-notification-box-padding:16px;--okd-notification-box-each-margin:14px;--okd-notification-box-max-width:700px;--okd-notification-box-min-width:451px;--okd-notification-box-auto-width-min-width:100px;--okd-notification-box-icon-text-margin:15px;--okd-notification-title-font-size:var(--okd-font-size-md);--okd-notification-title-line-height:var(--okd-line-height-md);--okd-notification-text-font-size:var(--okd-font-size-md);--okd-notification-text-line-height:var(--okd-line-height-md);--okd-notification-action-font-size:var(--okd-font-size-md);--okd-notification-action-line-height:var(--okd-line-height-md)}.login-notification{display:flex;flex-direction:column;height:100vh;left:0;line-height:1;margin:0;padding:0;pointer-events:none;position:fixed;top:0;width:100vw}.login-notification,.login-notification *{box-sizing:border-box}.login-notification-container.container-remove{animation-duration:.55s;animation-name:NotificationOutTop}.login-notification-box{animation-duration:.3s;background:var(--okd-notification-box-background);border:thin solid var(--okd-notification-box-border-color);border-radius:var(--okd-notification-box-border-radius);box-shadow:var(--okd-notification-box-shadow);display:inline-flex;line-height:1;margin:calc(var(--okd-notification-box-each-margin)/2) 0;max-width:var(--okd-notification-box-max-width);min-width:var(--okd-notification-box-min-width);overflow:hidden;padding:var(--okd-notification-box-padding);pointer-events:all;position:relative}.login-notification-box.auto-width{min-width:var(--okd-notification-box-auto-width-min-width)}.login-notification-box .login-notification-icon-circle-container{display:inline-block;height:20px;margin-right:var(--okd-notification-box-icon-text-margin);vertical-align:top;width:20px}.login-notification-box .login-notification-icon-new{font-size:20px;height:100%;width:100%}.login-notification-box .login-notification-content{display:inline-flex;flex:1 1;flex-direction:column;flex-wrap:wrap}.login-notification-box .login-notification-inline{flex-direction:unset}.login-notification-box .login-notification-inline .login-notification-action{margin-top:0;width:auto}.login-notification-box .login-notification-title-box{display:inline-flex;flex:1 1;flex-direction:column;flex-wrap:wrap}.login-notification-box .login-notification-title{color:var(--okd-notification-title-color);flex:1 1;flex-shrink:0;font-size:var(--okd-notification-title-font-size);font-weight:500;line-height:var(--okd-notification-title-line-height);text-align:left}.login-notification-box .login-notification-desc,.login-notification-box .login-notification-text{color:var(--okd-notification-text-color);font-size:var(--okd-notification-text-font-size);line-height:var(--okd-notification-text-line-height)}.login-notification-box .login-notification-desc{margin-top:4px;text-align:left;width:100%}.login-notification-box .login-notification-action{display:inline-block;margin-top:12px;pointer-events:auto;text-align:left;width:100%}.login-notification-box .login-notification-action .action-undo{color:var(--okd-notification-action-confirm-btn-color)}.login-notification-box .login-notification-action .action-dismiss,.login-notification-box .login-notification-action .action-undo{cursor:pointer;font-size:var(--okd-notification-action-font-size);font-weight:500;line-height:var(--okd-notification-action-line-height)}.login-notification-box .login-notification-action .action-dismiss{color:var(--okd-notification-action-cancel-btn-color)}.login-notification-box .login-notification-action .action-undo+.action-dismiss{margin-left:16px}.login-notification-box .login-notification-close{-webkit-tap-highlight-color:transparent;color:var(--okd-notification-box-close-icon-color);cursor:pointer;font-size:22px;height:22px;margin-left:15px;pointer-events:auto;position:relative;top:-2px;width:22px}.login-notification-box.success .login-notification-icon-new{color:var(--okd-notification-success-icon-color)}.login-notification-box.info .login-notification-icon-new{color:var(--okd-notification-info-icon-color)}.login-notification-box.warn .login-notification-icon-new{color:var(--okd-notification-warn-icon-color)}.login-notification-box.error .login-notification-icon-new{color:var(--okd-notification-error-icon-color)}.login-notification.login-notification-bottom,.login-notification.login-notification-bottom-left,.login-notification.login-notification-bottom-right{justify-content:flex-end}.login-notification.login-notification-bottom .container-remove,.login-notification.login-notification-bottom-left .container-remove,.login-notification.login-notification-bottom-right .container-remove{animation-name:NotificationOutBottom}.login-notification.login-notification-bottom-right .login-notification-container,.login-notification.login-notification-top-right .login-notification-container{text-align:right}.login-notification.login-notification-bottom .login-notification-container,.login-notification.login-notification-top .login-notification-container{text-align:center}.login-notification.login-notification-bottom-left .login-notification-box,.login-notification.login-notification-top-left .login-notification-box{animation-name:NotificationInLeft}.login-notification.login-notification-bottom-right .login-notification-box,.login-notification.login-notification-top-right .login-notification-box{animation-name:NotificationInRight}.login-notification.login-notification-top .login-notification-box{animation-name:NotificationInTop}.login-notification.login-notification-bottom .login-notification-box{animation-name:NotificationInBottom}@media (max-width:767px){.login-notification.login-notification-bottom-left .login-notification-container,.login-notification.login-notification-bottom-right .login-notification-container,.login-notification.login-notification-top-left .login-notification-container,.login-notification.login-notification-top-right .login-notification-container{text-align:center}.login-notification-box{min-width:unset;width:100%}.login-notification-box.auto-width{width:auto}}@keyframes NotificationInLeft{0%{opacity:0;transform:translate3d(-30px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationInRight{0%{opacity:0;transform:translate3d(30px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationInTop{0%{opacity:0;transform:translate3d(0,-30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationInBottom{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes NotificationOutBottom{0%{max-height:150px;opacity:1;transform:translateZ(0)}to{max-height:0;opacity:0;transform:translate3d(0,30px,0)}}@keyframes NotificationOutTop{0%{max-height:150px;opacity:1;transform:translateZ(0)}to{max-height:0;opacity:0;transform:translate3d(0,-30px,0)}}.okds-academy:before{content:"\e000";font-family:fa-b983c4766d}.okds-analysis:before{content:"\e002";font-family:fa-b983c4766d}.okds-assets:before{content:"\e003";font-family:fa-b983c4766d}.okds-bank:before{content:"\e004";font-family:fa-b983c4766d}.okds-bell:before{content:"\e005";font-family:fa-b983c4766d}.okds-borrow:before{content:"\e007";font-family:fa-b983c4766d}.okds-brush:before{content:"\e008";font-family:fa-b983c4766d}.okds-calendar:before{content:"\e009";font-family:fa-b983c4766d}.okds-candlestick:before{content:"\e00a";font-family:fa-b983c4766d}.okds-cancel-order:before{content:"\e00b";font-family:fa-b983c4766d}.okds-chat-bubble:before{content:"\e00c";font-family:fa-b983c4766d}.okds-checkmark:before{content:"\e00d";font-family:fa-b983c4766d}.okds-clear-fill:before{content:"\e00e";font-family:fa-b983c4766d}.okds-clock:before{content:"\e00f";font-family:fa-b983c4766d}.okds-close:before{content:"\e010";font-family:fa-b983c4766d}.okds-convertokb:before{content:"\e011";font-family:fa-b983c4766d}.okds-copy:before{content:"\e012";font-family:fa-b983c4766d}.okds-deposit:before{content:"\e013";font-family:fa-b983c4766d}.okds-download:before{content:"\e014";font-family:fa-b983c4766d}.okds-edit:before{content:"\e018";font-family:fa-b983c4766d}.okds-eur:before{content:"\e019";font-family:fa-b983c4766d}.okds-expand:before{content:"\e01b";font-family:fa-b983c4766d}.okds-eye-hide-filled:before{content:"\e01c";font-family:fa-b983c4766d}.okds-eye-hide:before{content:"\e01d";font-family:fa-b983c4766d}.okds-eye-show-filled:before{content:"\e01e";font-family:fa-b983c4766d}.okds-eye-show:before{content:"\e01f";font-family:fa-b983c4766d}.okds-fail-circle-fill:before{content:"\e020";font-family:fa-b983c4766d}.okds-fail-circle:before{content:"\e021";font-family:fa-b983c4766d}.okds-fees:before{content:"\e022";font-family:fa-b983c4766d}.okds-filter:before{content:"\e023";font-family:fa-b983c4766d}.okds-funding-rates:before{content:"\e025";font-family:fa-b983c4766d}.okds-futures:before{content:"\e026";font-family:fa-b983c4766d}.okds-guide:before{content:"\e028";font-family:fa-b983c4766d}.okds-hamburger-edit:before{content:"\e02a";font-family:fa-b983c4766d}.okds-hamburger-search:before{content:"\e02b";font-family:fa-b983c4766d}.okds-hamburger-setting:before{content:"\e02c";font-family:fa-b983c4766d}.okds-hamburger:before{content:"\e02d";font-family:fa-b983c4766d}.okds-information-circle-fill:before{content:"\e02f";font-family:fa-b983c4766d}.okds-information-circle:before{content:"\e030";font-family:fa-b983c4766d}.okds-insurance-fund:before{content:"\e031";font-family:fa-b983c4766d}.okds-exchange:before{content:"\e032";font-family:fa-b983c4766d}.okds-language:before{content:"\e033";font-family:fa-b983c4766d}.okds-link:before{content:"\e034";font-family:fa-b983c4766d}.okds-locked:before{content:"\e035";font-family:fa-b983c4766d}.okds-logout:before{content:"\e036";font-family:fa-b983c4766d}.okds-mail:before{content:"\e037";font-family:fa-b983c4766d}.okds-margin:before{content:"\e039";font-family:fa-b983c4766d}.okds-minus:before{content:"\e03a";font-family:fa-b983c4766d}.okds-more:before{content:"\e03b";font-family:fa-b983c4766d}.okds-open-link:before{content:"\e03c";font-family:fa-b983c4766d}.okds-orders:before{content:"\e03d";font-family:fa-b983c4766d}.okds-option:before{content:"\e03e";font-family:fa-b983c4766d}.okds-pie-chart:before{content:"\e040";font-family:fa-b983c4766d}.okds-place-order:before{content:"\e041";font-family:fa-b983c4766d}.okds-play:before{content:"\e042";font-family:fa-b983c4766d}.okds-plus-circle-filled:before{content:"\e043";font-family:fa-b983c4766d}.okds-plus-circle:before{content:"\e044";font-family:fa-b983c4766d}.okds-plus:before{content:"\e045";font-family:fa-b983c4766d}.okds-qrcode:before{content:"\e047";font-family:fa-b983c4766d}.okds-question-mark-circle-fill:before{content:"\e048";font-family:fa-b983c4766d}.okds-question-mark-circle:before{content:"\e049";font-family:fa-b983c4766d}.okds-red-packe:before{content:"\e04a";font-family:fa-b983c4766d}.okds-report-centre:before{content:"\e04b";font-family:fa-b983c4766d}.okds-scan:before{content:"\e04d";font-family:fa-b983c4766d}.okds-search:before{content:"\e04e";font-family:fa-b983c4766d}.okds-security-fill:before{content:"\e04f";font-family:fa-b983c4766d}.okds-setting:before{content:"\e050";font-family:fa-b983c4766d}.okds-share:before{content:"\e051";font-family:fa-b983c4766d}.okds-star-filled:before{content:"\e052";font-family:fa-b983c4766d}.okds-star:before{content:"\e053";font-family:fa-b983c4766d}.okds-success-circle-fill:before{content:"\e054";font-family:fa-b983c4766d}.okds-success-circle:before{content:"\e055";font-family:fa-b983c4766d}.okds-support:before{content:"\e056";font-family:fa-b983c4766d}.okds-trade-1:before{content:"\e059";font-family:fa-b983c4766d}.okds-transfer-circle:before{content:"\e05b";font-family:fa-b983c4766d}.okds-settlement-history:before{content:"\e05c";font-family:fa-b983c4766d}.okds-trash:before{content:"\e05d";font-family:fa-b983c4766d}.okds-trends:before{content:"\e05e";font-family:fa-b983c4766d}.okds-transfer:before{content:"\e05f";font-family:fa-b983c4766d}.okds-unlink:before{content:"\e061";font-family:fa-b983c4766d}.okds-unlocked:before{content:"\e062";font-family:fa-b983c4766d}.okds-usd:before{content:"\e063";font-family:fa-b983c4766d}.okds-warning-circle-fill:before{content:"\e064";font-family:fa-b983c4766d}.okds-warning-circle:before{content:"\e065";font-family:fa-b983c4766d}.okds-withdraw:before{content:"\e067";font-family:fa-b983c4766d}.okds-records:before{content:"\e069";font-family:fa-b983c4766d}.okds-history:before{content:"\e06a";font-family:fa-b983c4766d}.okds-security:before{content:"\e06b";font-family:fa-b983c4766d}.okds-arrow-pointer-down-sm:before{content:"\e06c";font-family:fa-b983c4766d}.okds-arrow-pointer-left-md:before{content:"\e06d";font-family:fa-b983c4766d}.okds-arrow-pointer-left-sm:before{content:"\e06e";font-family:fa-b983c4766d}.okds-arrow-pointer-right-md:before{content:"\e06f";font-family:fa-b983c4766d}.okds-arrow-pointer-right-sm:before{content:"\e070";font-family:fa-b983c4766d}.okds-arrow-pointer-up-md:before{content:"\e071";font-family:fa-b983c4766d}.okds-arrow-pointer-down-md:before{content:"\e072";font-family:fa-b983c4766d}.okds-arrow-pointer-up-sm:before{content:"\e073";font-family:fa-b983c4766d}.okds-arrow-chevron-down-md:before{content:"\e074";font-family:fa-b983c4766d}.okds-arrow-chevron-down-sm:before{content:"\e075";font-family:fa-b983c4766d}.okds-arrow-chevron-left-centered-md:before{content:"\e076";font-family:fa-b983c4766d}.okds-arrow-chevron-up-md:before{content:"\e07d";font-family:fa-b983c4766d}.okds-arrow-chevron-up-sm:before{content:"\e07e";font-family:fa-b983c4766d}.okds-arrow-chevron-left-centered-sm:before{content:"\e081";font-family:fa-b983c4766d}.okds-sort-up:before{content:"\e082";font-family:fa-b983c4766d}.okds-sort-down:before{content:"\e083";font-family:fa-b983c4766d}.okds-sort-default:before{content:"\e084";font-family:fa-b983c4766d}.okds-cursor-drag:before{content:"\e086";font-family:fa-b983c4766d}.okds-cursor-zoom:before{content:"\e087";font-family:fa-b983c4766d}.okds-img:before{content:"\e088";font-family:fa-b983c4766d}.okds-hierachy:before{content:"\e089";font-family:fa-b983c4766d}.okds-carets-filled-up:before{content:"\e08c";font-family:fa-b983c4766d}.okds-carets-filled-down:before{content:"\e08d";font-family:fa-b983c4766d}.okds-arrow-chevron-right-centered-sm:before{content:"\e08f";font-family:fa-b983c4766d}.okds-arrow-chevron-right-centered-md:before{content:"\e090";font-family:fa-b983c4766d}.okds-strong-alert:before{content:"\e091";font-family:fa-b983c4766d}.okds-profile:before{content:"\e093";font-family:fa-b983c4766d}.okds-communication-img:before{content:"\e094";font-family:fa-b983c4766d}.okds-finance-bank:before{content:"\e095";font-family:fa-b983c4766d}.okds-communication-idcard:before{content:"\e096";font-family:fa-b983c4766d}.okds-communications-faceid:before{content:"\e097";font-family:fa-b983c4766d}.okds-finance-earn:before{content:"\e099";font-family:fa-b983c4766d}.okds-clock-filled:before{content:"\e09b";font-family:fa-b983c4766d}.okds-developers:before{content:"\e09c";font-family:fa-b983c4766d}.okds-user:before{content:"\e09d";font-family:fa-b983c4766d}.okds-arrow-cheveron-alignleft-md:before{content:"\e09e";font-family:fa-b983c4766d}.okds-communication-img-failed:before{content:"\e09f";font-family:fa-b983c4766d}.okds-pending-circle:before{content:"\e0a3";font-family:fa-b983c4766d}.okds-action-reverse:before{content:"\e0a4";font-family:fa-b983c4766d}.okds-authenticator:before{content:"\e0a5";font-family:fa-b983c4766d}.okds-network-fee-standard:before{content:"\e0a6";font-family:fa-b983c4766d}.okds-communication-call:before{content:"\e0a7";font-family:fa-b983c4766d}.okds-sort-default-center-aligned:before{content:"\e0a8";font-family:fa-b983c4766d}.okds-sort-up-center-aligned:before{content:"\e0a9";font-family:fa-b983c4766d}.okds-sort-down-center-aligned-svg:before{content:"\e0aa";font-family:fa-b983c4766d}.okds-arrow-cheveron-first-md:before{content:"\e0ab";font-family:fa-b983c4766d}.okds-arrow-cheveron-last-md:before{content:"\e0ac";font-family:fa-b983c4766d}.okds-clock-outline:before{content:"\e0ad";font-family:fa-b983c4766d}.okds-finance-seagull:before{content:"\e0ae";font-family:fa-b983c4766d}.iconfont{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-style:normal}.iconfont:before{display:inline-block}@font-face{font-display:block;font-family:fa-b983c4766d;font-style:normal;src:url(../6ff2fb9a74b51c2c9d85.woff2) format("woff2")}[dir=rtl] .okds-arrow-cheveron-alignleft-md:before,[dir=rtl] .okds-arrow-cheveron-first-md:before,[dir=rtl] .okds-arrow-cheveron-last-md:before,[dir=rtl] .okds-arrow-chevron-left-centered-md:before,[dir=rtl] .okds-arrow-chevron-left-centered-sm:before,[dir=rtl] .okds-arrow-chevron-right-centered-md:before,[dir=rtl] .okds-arrow-chevron-right-centered-sm:before,[dir=rtl] .okds-arrow-pointer-left-md:before,[dir=rtl] .okds-arrow-pointer-left-sm:before,[dir=rtl] .okds-arrow-pointer-right-md:before,[dir=rtl] .okds-arrow-pointer-right-sm:before,[dir=rtl] .okds-communication-idcard:before,[dir=rtl] .okds-guide:before,[dir=rtl] .okds-logout:before,[dir=rtl] .okds-network-fee-standard:before,[dir=rtl] .okds-orders:before,[dir=rtl] .okds-question-mark-circle-fill:before,[dir=rtl] .okds-question-mark-circle:before,[dir=rtl] .okds-report-centre:before,[dir=rtl] .okds-share:before{transform:scaleX(-1)}
