:root{--nav-bg:#fff;--nav-text:#0f1724;--accent:#0043ff;--submenu-bg:#0f1724;--overlay:rgba(0,0,0,0.6);--drawer-width:320px;--transition:320ms ease;--page-text:#0f1724}.header{display:flex;align-items:center;justify-content:space-between}.site-nav{position:relative;z-index:1200}.site-menu-wrapper .menu{display:flex;gap:1.25rem;margin:0;padding:0.5rem 1rem;align-items:center;list-style:none;background:var(--nav-bg);color:var(--nav-text)}.site-menu-wrapper .menu>li>a{color:var(--nav-text);text-decoration:none;padding:0.5rem 0.75rem;font-size:0.95rem}.site-menu-wrapper .menu li .submenu,.site-menu-wrapper .menu li ul{position:absolute;min-width:200px;background:var(--nav-bg);margin-top:0.5rem;padding:0.5rem 0;box-shadow:0 8px 24px rgba(2,6,23,0.6);border-radius:6px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--transition),transform var(--transition),visibility var(--transition)}.submenu .oeb-l a{padding:.5rem;display:block}.site-menu-wrapper .menu li:hover>ul,.site-menu-wrapper .menu li:focus-within>ul{opacity:1;visibility:visible;transform:translateY(0)}.menu-toggle{display:none;z-index:1400;background:transparent;border:0;padding:8px;cursor:pointer}.hamburger{display:inline-block;width:25px;height:20px;position:relative}.hamburger span{position:absolute;left:0;right:0;height:2px;background:var(--nav-text);border-radius:2px;display:block}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.mobile-drawer{position:fixed;left:0;top:0;height:100vh;width:var(--drawer-width);background:#081023;color:var(--nav-text);transform:translateX(-110%);transition:transform var(--transition);z-index:1500;box-shadow:8px 0 24px rgba(2,6,23,0.6);overflow-y:auto;padding:1.25rem 1rem}.mobile-drawer.open{transform:translateX(0%)}.mobile-drawer .drawer-close{background:transparent;border:0;color:var(--nav-text);font-size:20px;float:right;cursor:pointer}.mobile-drawer .menu{list-style:none;margin:1.2rem 0 0;padding:0}.mobile-drawer .menu li{margin-bottom:0.25rem}.mobile-drawer .menu a{display:block;padding:0.7rem 0.5rem;color:#e6f0ff;text-decoration:none}.mobile-drawer .menu a:hover{color:var(--accent)}.mobile-drawer .menu li ul{max-height:0;overflow:hidden;transition:max-height 220ms ease;padding-left:0.6rem}.mobile-drawer .menu li ul.open{max-height:800px}.drawer-overlay{position:fixed;inset:0;background:var(--overlay);opacity:0;pointer-events:none;transition:opacity var(--transition);z-index:1450}.drawer-overlay.visible{opacity:1;pointer-events:auto}@media (max-width:992px){.site-menu-wrapper .menu{display:none}.menu-toggle{display:inline-block;margin-left:.5rem}}@media (max-width:600px){.header{position:relative;display:flex;flex-flow:row-reverse}.oeb-m a{padding:.5rem;display:block}}@media (max-width:420px){:root{--drawer-width:80vw}}.custom-pagination,.custom-pagination-list{display:flex;justify-content:center;align-items:center;margin:1rem 0;font-family:inherit}.custom-pagination .custom-pagination-inner,.custom-pagination-list .custom-pagination-inner{display:flex;gap:0.75rem;align-items:center;flex-wrap:wrap}.custom-pagination .pagination,.custom-pagination-list .pagination,.pagination{display:inline-flex;gap:var(--page-gap);list-style:none;margin:0;padding:0;align-items:center}.page-item,.custom-pagination .pagination li{margin:0}.page-link,.custom-pagination .pagination a,.custom-pagination .pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;border:1px solid var(--page-border);background:var(--page-bg);color:var(--page-text);text-decoration:none;font-size:0.95rem;transition:all var(--transition-fast)}.page-link:hover,.custom-pagination .pagination a:hover,.custom-pagination .pagination .page-link:hover{transform:translateY(-2px);border-color:rgba(0,67,255,0.18);box-shadow:0 6px 20px rgba(2,6,23,0.06)}.page-item.active>.page-link,.custom-pagination .pagination .active>a,.custom-pagination .pagination .active>span{background:var(--page-accent);border-color:var(--page-accent);box-shadow:0 8px 26px rgba(0,67,255,0.12)}.page-item.disabled>.page-link,.custom-pagination .pagination .disabled>a,.custom-pagination .pagination .disabled>span{opacity:0.5;pointer-events:none;background:#f8f9ff}.pagination-counter{font-size:0.92rem;color:#536b8a;padding-left:8px}@media (max-width:640px){.page-link,.custom-pagination .pagination a,.custom-pagination .pagination span{min-width:44px;height:44px;padding:0 10px}}.site__header .site-menu-wrapper .oeb-m li .submenu{min-width:190px;padding:8px;background:#fff;border:1px solid #dce0dd;border-top:2px solid #0758ed;border-radius:2px;box-shadow:0 8px 20px rgba(24,33,31,.08)}.site__header .site-menu-wrapper .submenu>li{margin:0;padding:0}.site__header .site-menu-wrapper .submenu>li+li{border-top:1px solid #edf0ed}.site__header .site-menu-wrapper .submenu>li>a{display:block;padding:12px 14px;color:#344239;font-size:14px;font-weight:500;line-height:1.6;border-radius:0}.site__header .site-menu-wrapper .submenu>li>a:hover,.site__header .site-menu-wrapper .submenu>li>a:focus-visible,.site__header .site-menu-wrapper .submenu>li.active>a{color:#0758ed;background:#f0f5ff}
:root{--max-w:1200px;--gap:24px;--container-padding:16px;--bg:#ffffff;--surface:#f6f7f8;--text:#0f1724;--muted:#6b7280;--accent:#0043ff;--card-bg:#ffffff;--border:#e6e9ee;--radius:8px;--spacing:.25rem;--shadow:0 6px 18px rgba(15,23,36,0.06);--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial}html,body,a,div,main,span,table,tr,td,strong,ul,ol,li,h1,h2,h3,p,input{font-weight:inherit;font-size:inherit;list-style:none;border-spacing:0;border:0;border-collapse:collapse;text-decoration:none;padding:0;margin:0}*,*::before,*::after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-family);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}img{max-width:100%;height:auto}.container{width:calc(100% - 2*var(--container-padding));max-width:var(--max-w);margin:0 auto;padding:0 var(--container-padding)}.site__header{border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,0.6),rgba(255,255,255,0.4))}.site__header .container{display:flex;align-items:center;justify-content:space-between;gap:16px;height:72px}.brand{font-weight:700;font-size:20px;color:var(--accent);letter-spacing:1px}.oeb-m a{color:var(--muted);text-decoration:none;font-weight:500}.oeb-m a:hover{color:var(--text)}.container{max-width:1200px;margin:0 auto;padding:0 15px;padding:20px}.oebn-xamu{background:#fff;border:1px solid #f5f6f9;border-radius:8px;padding:20px;box-shadow:0 2px 6px rgba(0,0,0,0.05);transition:transform 0.2s ease}.oebn-xamu:hover{transform:translateY(-5px)}.brand img{max-height:30px;width:auto;display:block}.page-header h1{font-size:30px;font-weight:600;text-align:center;margin-top:2rem}.oebn-tool{margin-bottom:2rem}.took-top{display:flex;align-items:center;padding-bottom:1rem;border-bottom:1px #f7f7f7 solid}.took-cop{display:flex;align-items:center}.took-cat{background:#edf9ff;border-radius:.25rem;font-size:12px !important}.took-top img{max-width:50px}.took-top h2{font-size:20px;margin:0 1rem;color:#0f1724;line-height:1.5}.took-top span{font-size:14px;color:#777;line-height:1.5;padding:.25rem .5rem}.took-txt{font-size:14px;color:#777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:.5rem}.oebn-blog-xamu{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:2rem}.oebn-img img{border-radius:1rem}.oebn-body{margin-top:2rem;border-radius:1rem}.tool-img{margin:0 auto;max-width:100px}.tool-head{text-align:center}.tool-head h1,.tool-head h2{font-size:30px;font-weight:600}.tool-head span{background:#edf9ff;padding:5px;margin:1rem;font-size:14px;border-radius:.25rem;display:inline-block}.tool-head .icon-fw{background:transparent}.tool-link{text-align:center}.tool-link a{background:#0043ff;padding:.5rem 3rem;display:inline-block;color:#fff;margin:.5rem 0;border-radius:2rem}.tool-text{line-height:1.8;border:1px #f1f2f9 solid;padding:2rem;border-radius:1rem;margin-top:1rem}.tool-text strong{font-weight:600}.tool-text h3{font-size:22px;font-weight:600;margin:1rem 0}.tool-text p{margin-bottom:1rem}.tool-body{padding:1rem}.oebn-info{display:flex;margin:1rem 0;font-size:14px;justify-content:space-between}.oebn-inl{display:flex}.oebn-inr{display:flex;color:#dedede}.oebn-tag{margin-bottom:2rem}.oebn-tags{display:flex}.oebn-tagl a{display:block;background:#ECEDF4;padding:8px;border-radius:20px;font-size:14px;margin-right:8px}.oebn-text ul{padding-left:1rem;margin:1rem;border-left:3px #d3e3fd solid;line-height:1.8;font-weight:300}.post-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.post-card__thumb{width:100%;height:180px;object-fit:cover;display:block}.post-card__body{padding:16px}.post-card__title{margin:0 0 8px;font-size:18px}.post-card__title a{color:var(--text);text-decoration:none}.post-card__excerpt{margin:0 0 10px;color:var(--muted);font-size:14px}.post-card__meta{font-size:13px;color:var(--muted)}.site__sidebar{position:relative}.widget{border-radius:8px;margin-bottom:16px}.widget__title{margin:0 0 8px;font-size:15px;color:var(--text)}.pagination .btn-sm{padding:1rem;font-size:14px;border:1px #ececec solid;border-radius:1rem;width:48%;color:#040404}.pagination{justify-content:space-between;display:flex;padding:1rem}.oebn-he{padding:25px;box-shadow:9px 10px 29px #dbdbdb;margin-bottom:1rem;border-radius:1rem}.he-b,.he-o{display:flex;flex-flow:column}.he-b{margin-bottom:1rem}.he-b img,.he-o img{max-height:50px}.he-b span,.he-o span{margin-left:1rem}.he-xz{display:flex;justify-content:space-around;margin-top:1rem}.he-xz a{border:1px #dbdbdb solid;border-radius:2rem;padding:.5rem 2rem;font-size:14px}.bn-bt{background:#f3bc36;color:#161616}.ok-bt{background:#161616;color:#fff}.site__footer{border-top:1px solid var(--border);padding:20px 0;margin-top:40px;background:transparent}.site__footer .container{display:flex;align-items:center;justify-content:center}.footer{text-align:center;background:#000;color:#ccc;padding:40px}.foot{padding:0 15px;display:flex;max-width:1200px;margin:0 auto;text-align:left;align-items:center}.foot span{font-weight:600}.b-logo{width:25%}.b-logo img{max-width:50px}.b-logo p{font-size:14px;margin-top:1rem}.bomm-exe{display:flex;flex-flow:column;width:25%;text-align:left}.footer a{display:inline-block;margin:.5rem 0;color:#ccc;font-size:14px}.bomm-list{display:flex;flex-flow:column;width:25%}.bomm-soal{display:flex;flex-flow:column;width:25%;text-align:right}.bomm-copy{margin:1rem;font-size:11px}.bomm-copy a{margin:5px}.bomm-link{color:#999;font-size:11px;max-width:1200px;margin:0 auto}.oebn-so input{height:34px;padding:13px;border-radius:11px;background:#ededed;border:1px solid #ededed;transition:.3s}.ok,.bn{display:flex;align-items:center;padding:.5rem;border-radius:.5rem;margin:1.5rem 0;box-shadow:9px 10px 29px #DBDBDB;justify-content:space-between}.ok-left,.bn-left{display:flex;align-items:center}.ok-logo img,.bn-logo img{max-width:60px;display:block}.ok-text,.bn-text{margin-left:2rem;margin-right:1rem;font-size:14px}.ok-text span,.bn-text span{font-size:16px}.ok-riht,.bn-riht{display:flex;justify-content:space-between}.ok-riht a,.bn-riht a{border:1px #dbdbdb solid;border-radius:2rem;color:#000;padding:.5rem 2rem;font-size:14px;margin:.5rem}.ok-btn{background:var(--accent) !important;color:#fff !important}.bn-btn{background:#ffd100 !important;color:#161616 !important}@media (max-width:1024px){.site__main{grid-template-columns:1fr 300px}.posts{grid-template-columns:repeat(1,1fr)}.post-card__thumb{height:220px}}@media (max-width:720px){.site__main{grid-template-columns:1fr;padding:0}.site__sidebar{order:2}.posts{grid-template-columns:1fr}.site__header .container{height:64px;padding:0 8px}.site__nav a{margin-left:10px;font-size:14px}.oebn-blog-xamu{grid-template-columns:1fr}.footer{padding:20px}.foot{flex-flow:column;padding:15px 0}.b-logo{width:auto;display:flex;align-items:center;margin-bottom:.5rem}.b-logo p{margin:0}.bomm-exe,.bomm-list{width:auto;flex-flow:row;align-items:center}.footer a{margin:.5rem;font-size:12px}.bomm-soal{display:none}}table{width:100% !important;border-collapse:separate;border-spacing:0;background:#f5f6f7;border:1px solid #e0e0e0;border-radius:10px;table-layout:fixed;overflow:hidden}table thead th{text-align:left;padding:14px 16px;font-weight:600;background:transparent;border-bottom:1px solid #e6e6e6;color:#111}table tbody td{padding:12px 16px;vertical-align:top;color:#333;font-size:14px;line-height:1.6;border-bottom:1px solid #ededed}table tbody tr:last-child td{border-bottom:none}table tbody td:first-child{width:18%;font-weight:600;color:#111;background:rgba(0,0,0,0)}table tbody td:nth-child(2),table tbody td:nth-child(3){width:41%}@media (max-width:720px){table thead th,table tbody td{padding:10px 12px;font-size:13px}table tbody td:first-child{width:40%;font-size:13px}.ok,.bn{flex-flow:column}.ok-riht,.bn-riht{width:100%}}@media (hover:hover){table tbody tr:hover td{background:rgba(0,67,255,0.02)}}@media (prefers-color-scheme:dark){table{background:#1b1b1b;border-color:#2a2a2a}table thead th,table tbody td{color:#ddd}table tbody td:first-child{color:#fff}}a{color:var(--accent)}#okxfees-calculator,#okxfees-calculator *,#okxfees-calculator *::before,#okxfees-calculator *::after{box-sizing:border-box !important}#okxfees-calculator{--okx-bg:#f6f7f8;--okx-card:#fff;--okx-ink:#0f1724;--okx-muted:#6b7280;--okx-line:#e6e9ee;--okx-accent:#0043ff;--okx-soft:#f1f5f6;display:block !important;width:100% !important;max-width:1200px !important;margin:2rem auto !important;padding:0 !important;color:var(--okx-ink) !important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;font-size:14px !important;line-height:1.55 !important}#okxfees-calculator h1,#okxfees-calculator h2,#okxfees-calculator p,#okxfees-calculator dl,#okxfees-calculator dt,#okxfees-calculator dd{float:none !important;position:static !important;width:auto !important;margin:0 !important;padding:0 !important;line-height:inherit !important}#okxfees-calculator .okxfees__hero{position:relative !important;inset:auto !important;display:grid !important;grid-template-columns:minmax(0,1fr) 210px !important;align-items:end !important;gap:28px !important;width:100% !important;height:auto !important;min-height:0 !important;margin:0 0 24px !important;padding:28px 30px !important;overflow:visible !important;background:#fff !important;border:5px solid var(--okx-soft) !important;border-radius:10px !important;color:var(--okx-ink) !important}#okxfees-calculator .okxfees__hero::after{display:none !important}#okxfees-calculator .okxfees__hero>*{position:static !important;float:none !important;min-width:0 !important;margin:0 !important}#okxfees-calculator .okxfees__hero>div:first-child{display:block !important}#okxfees-calculator .okxfees__eyebrow{display:block !important;margin:0 0 8px !important;color:var(--okx-accent) !important;font-size:12px !important;font-weight:700 !important;line-height:1.4 !important;letter-spacing:0.12em !important}#okxfees-calculator .okxfees__hero h1{display:block !important;margin:0 0 12px !important;color:#161616 !important;font-size:clamp(28px,4vw,40px) !important;font-weight:650 !important;line-height:1.25 !important;letter-spacing:0 !important}#okxfees-calculator .okxfees__lead{display:block !important;max-width:760px !important;color:var(--okx-muted) !important;font-size:14px !important;line-height:1.8 !important}#okxfees-calculator .okxfees__source{position:static !important;display:grid !important;grid-template-columns:1fr !important;align-content:start !important;gap:5px !important;width:100% !important;min-width:0 !important;margin:0 !important;padding:0 0 0 20px !important;border:0 !important;border-left:1px solid var(--okx-line) !important}#okxfees-calculator .okxfees__source span,#okxfees-calculator .okxfees__source strong,#okxfees-calculator .okxfees__source a{display:block !important;margin:0 !important;padding:0 !important;line-height:1.5 !important}#okxfees-calculator .okxfees__source span{color:#999 !important;font-size:12px !important}#okxfees-calculator .okxfees__source strong{color:#161616 !important;font-size:17px !important;font-weight:600 !important}#okxfees-calculator .okxfees__source a{color:var(--okx-accent) !important;font-size:13px !important;overflow-wrap:anywhere !important}#okxfees-calculator .okxfees__layout{display:grid !important;grid-template-columns:minmax(0,1fr) 320px !important;align-items:start !important;gap:24px !important;width:100% !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees__form{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:18px !important;min-width:0 !important;width:100% !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees-card,#okxfees-calculator .okxfees-results__sticky{display:block !important;width:100% !important;min-width:0 !important;height:auto !important;margin:0 !important;padding:20px !important;overflow:visible !important;background:var(--okx-card) !important;border:5px solid var(--okx-soft) !important;border-radius:10px !important;box-shadow:none !important}#okxfees-calculator .okxfees-card__heading{display:grid !important;grid-template-columns:36px minmax(0,1fr) !important;align-items:start !important;gap:14px !important;width:100% !important;margin:0 0 20px !important;padding:0 0 16px !important;border-bottom:1px solid var(--okx-line) !important}.okxfees-tabs button{background:#ededed;border:none;padding:5px 10px}.okxfees-tabs button.is-active{background:#000;color:#fff}#okxfees-calculator .okxfees-card__heading>div{display:block !important;min-width:0 !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees-card__step{position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:36px !important;min-width:36px !important;height:36px !important;margin:0 !important;padding:0 !important;background:#0f1724 !important;border-radius:8px !important;color:#fff !important;font-size:11px !important;font-weight:700 !important;line-height:1 !important}#okxfees-calculator .okxfees-card__heading h2,#okxfees-calculator .okxfees-results h2{display:block !important;color:#161616 !important;font-size:20px !important;font-weight:600 !important;line-height:1.4 !important}#okxfees-calculator .okxfees-card__heading p{display:block !important;margin-top:4px !important;color:#999 !important;font-size:13px !important;line-height:1.7 !important}#okxfees-calculator .okxfees-grid{display:grid !important;align-items:start !important;gap:16px 18px !important;width:100% !important;min-width:0 !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees-grid--2{grid-template-columns:repeat(2,minmax(0,1fr)) !important}#okxfees-calculator .okxfees-field{position:static !important;float:none !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important;gap:7px !important;width:100% !important;min-width:0 !important;max-width:none !important;height:auto !important;margin:0 !important;padding:0 !important;color:#161616 !important;font-size:13px !important;font-weight:600 !important;line-height:1.45 !important}#okxfees-calculator .okxfees-field--wide{grid-column:1 / -1 !important}#okxfees-calculator .okxfees-field>span,#okxfees-calculator .okxfees-field>small{position:static !important;float:none !important;display:block !important;width:100% !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees-field>small{color:#999 !important;font-size:11px !important;font-weight:400 !important;line-height:1.6 !important}#okxfees-calculator .okxfees-field input,#okxfees-calculator .okxfees-field select{position:static !important;float:none !important;display:block !important;width:100% !important;min-width:0 !important;max-width:none !important;height:46px !important;min-height:46px !important;margin:0 !important;padding:10px 13px !important;overflow:visible !important;background:#ededed !important;border:1px solid #ededed !important;border-radius:10px !important;color:#161616 !important;font:inherit !important;font-size:14px !important;font-weight:400 !important;line-height:1.3 !important;text-align:left !important;outline:none !important}#okxfees-calculator .okxfees-field input:focus,#okxfees-calculator .okxfees-field select:focus{background:#fff !important;border-color:var(--okx-accent) !important;box-shadow:0 0 0 3px rgba(0,67,255,0.1) !important}#okxfees-calculator .okxfees-check{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:9px !important;min-height:70px !important;padding-top:24px !important}#okxfees-calculator .okxfees-check input{flex:0 0 18px !important;width:18px !important;min-width:18px !important;height:18px !important;min-height:18px !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees-check span{width:auto !important}#okxfees-calculator .okxfees-rate{display:grid !important;grid-column:1 / -1 !important;grid-template-columns:1fr !important;gap:3px !important;width:100% !important;min-height:62px !important;margin:0 !important;padding:12px 15px !important;background:var(--okx-soft) !important;border:0 !important;border-left:3px solid var(--okx-accent) !important;border-radius:0 10px 10px 0 !important}#okxfees-calculator .okxfees-rate span,#okxfees-calculator .okxfees-rate strong{display:block !important;margin:0 !important;padding:0 !important;line-height:1.45 !important}#okxfees-calculator .okxfees-rate span{color:var(--okx-muted) !important;font-size:11px !important}#okxfees-calculator .okxfees-rate strong{color:var(--okx-accent) !important;font-size:17px !important}#okxfees-calculator .okxfees-panel{display:block !important;width:100% !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees-panel[hidden],#okxfees-calculator .okxfees-card[hidden]{display:none !important}#okxfees-calculator .okxfees-hint{display:block !important;width:100% !important;margin:16px 0 0 !important;padding:11px 12px !important;background:var(--okx-soft) !important;border-radius:10px !important;color:#999 !important;font-size:11px !important;line-height:1.6 !important}#okxfees-calculator .okxfees-actions{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:10px !important;width:100% !important;margin:24px 0 0 !important;padding:20px 0 0 !important;border-top:1px solid var(--okx-line) !important}#okxfees-calculator .okxfees-actions button{position:static !important;float:none !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;width:auto !important;min-width:132px !important;max-width:none !important;height:46px !important;min-height:46px !important;margin:0 !important;padding:10px 22px !important;overflow:visible !important;background:#000 !important;border:0 !important;border-radius:10px !important;color:#fff !important;font-family:inherit !important;font-size:14px !important;font-weight:600 !important;line-height:1 !important;text-align:center !important;text-indent:0 !important;white-space:nowrap !important;cursor:pointer !important}#okxfees-calculator .okxfees-actions button:hover{background:var(--okx-accent) !important}#okxfees-calculator .okxfees-actions .okxfees-button--secondary{background:var(--okx-soft) !important;color:#161616 !important}#okxfees-calculator .okxfees-results{display:block !important;min-width:0 !important;width:100% !important;margin:0 !important;padding:0 !important}#okxfees-calculator .okxfees-results__sticky{position:sticky !important;top:20px !important;background:#000 !important;color:#fff !important}#okxfees-calculator .okxfees-results h2{margin:6px 0 20px !important;color:#fff !important;font-size:24px !important}#okxfees-calculator .okxfees-total{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:4px 12px !important;width:100% !important;margin:0 !important;padding:18px !important;background:#fff !important;border-radius:10px !important;color:#161616 !important}#okxfees-calculator .okxfees-total span{grid-column:1 / -1 !important;font-size:12px !important;font-weight:600 !important}#okxfees-calculator .okxfees-total strong{min-width:0 !important;overflow-wrap:anywhere !important;font-size:clamp(28px,4vw,38px) !important;font-weight:650 !important;line-height:1.2 !important}#okxfees-calculator .okxfees-total small{align-self:end !important;padding-bottom:4px !important;font-size:11px !important;font-weight:600 !important}#okxfees-calculator .okxfees-breakdown{display:grid !important;grid-template-columns:1fr !important;width:100% !important;margin:18px 0 !important;padding:0 !important}#okxfees-calculator .okxfees-breakdown>div{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:15px !important;width:100% !important;margin:0 !important;padding:11px 0 !important;border-bottom:1px solid #292929 !important}#okxfees-calculator .okxfees-breakdown dt,#okxfees-calculator .okxfees-breakdown dd{display:block !important;margin:0 !important;padding:0 !important;line-height:1.45 !important}#okxfees-calculator .okxfees-breakdown dt{color:#999 !important;font-size:12px !important;font-weight:400 !important}#okxfees-calculator .okxfees-breakdown dd{font-size:13px !important;font-weight:600 !important;text-align:right !important;overflow-wrap:anywhere !important}#okxfees-calculator .okxfees-breakdown__saving dd{color:#6f98ff !important}#okxfees-calculator .okxfees-formula,#okxfees-calculator .okxfees-disclaimer{display:block !important;width:100% !important;margin:0 !important;padding:13px 14px !important;background:#161616 !important;border-radius:10px !important}#okxfees-calculator .okxfees-disclaimer{margin-top:12px !important}#okxfees-calculator .okxfees-formula span,#okxfees-calculator .okxfees-disclaimer strong{display:block !important;margin:0 0 5px !important;color:#6f98ff !important;font-size:11px !important;font-weight:700 !important;line-height:1.45 !important}#okxfees-calculator .okxfees-formula p,#okxfees-calculator .okxfees-disclaimer p,#okxfees-calculator .okxfees-result-note{display:block !important;color:#ccc !important;font-size:11px !important;line-height:1.6 !important}#okxfees-calculator .okxfees-result-note{margin:12px 2px !important}@media (max-width:1050px){#okxfees-calculator .okxfees__layout{grid-template-columns:minmax(0,1fr) !important}#okxfees-calculator .okxfees-results__sticky{position:static !important}}@media (max-width:720px){#okxfees-calculator .okxfees__hero{grid-template-columns:minmax(0,1fr) !important;align-items:start !important;gap:18px !important;padding:20px !important}#okxfees-calculator .okxfees__source{padding:16px 0 0 !important;border-left:0 !important;border-top:1px solid var(--okx-line) !important}#okxfees-calculator .okxfees-grid--2{grid-template-columns:minmax(0,1fr) !important}#okxfees-calculator .okxfees-field--wide,#okxfees-calculator .okxfees-rate{grid-column:auto !important}#okxfees-calculator .okxfees-check{min-height:0 !important;padding-top:0 !important}#okxfees-calculator .okxfees-card,#okxfees-calculator .okxfees-results__sticky{padding:15px !important}#okxfees-calculator .okxfees-actions{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important}#okxfees-calculator .okxfees-actions button{width:100% !important;min-width:0 !important}}
@font-face{font-family:'fontello';src:url("/templates/tool/font/fontello.eot?36024956");src:url("/templates/tool/font/fontello.eot?36024956#iefix") format('embedded-opentype'),url("/templates/tool/font/fontello.woff2?36024956") format('woff2'),url("/templates/tool/font/fontello.woff?36024956") format('woff'),url("/templates/tool/font/fontello.ttf?36024956") format('truetype'),url("/templates/tool/font/fontello.svg?36024956#fontello") format('svg');font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-menu:before{content:'\e800'}.icon-chat:before{content:'\e801'}.icon-comment:before{content:'\e802'}.icon-check:before{content:'\e803'}.icon-cancel:before{content:'\e804'}.icon-mail:before{content:'\e805'}.icon-heart-empty:before{content:'\e806'}.icon-heart:before{content:'\e807'}.icon-search:before{content:'\e808'}.icon-book:before{content:'\e809'}.icon-doc:before{content:'\e80a'}.icon-doc-landscape:before{content:'\e80b'}.icon-docs:before{content:'\e80c'}.icon-attention:before{content:'\e80d'}.icon-feather:before{content:'\e80e'}.icon-picture:before{content:'\e80f'}.icon-left-open-big:before{content:'\e810'}.icon-right-open-big:before{content:'\e811'}.icon-down-open-big:before{content:'\e812'}.icon-up-open-big:before{content:'\e813'}.icon-right-thin:before{content:'\e814'}.icon-left-thin:before{content:'\e815'}.icon-down-thin:before{content:'\e816'}.icon-up-thin:before{content:'\e817'}.icon-globe:before{content:'\e818'}.icon-attach:before{content:'\e819'}.icon-network:before{content:'\e81a'}.icon-moon:before{content:'\e81b'}.icon-paper-plane:before{content:'\e81c'}.icon-leaf:before{content:'\e81d'}.icon-dot:before{content:'\e81e'}.icon-dot-2:before{content:'\e81f'}.icon-dot-3:before{content:'\e820'}.icon-light-up:before{content:'\e821'}.icon-clock:before{content:'\e822'}.icon-lamp:before{content:'\e823'}.icon-reply:before{content:'\e824'}.icon-download:before{content:'\e825'}.icon-upload:before{content:'\e826'}.icon-link:before{content:'\e827'}.icon-home:before{content:'\e828'}.icon-chart-pie:before{content:'\e829'}.icon-brush:before{content:'\e82a'}.icon-left-open-mini:before{content:'\e82b'}.icon-right-open-mini:before{content:'\e82c'}.icon-location:before{content:'\e82d'}.icon-cancel-circled:before{content:'\e82f'}.icon-bookmark:before{content:'\e830'}.icon-chart-bar:before{content:'\e831'}.icon-chart-line:before{content:'\e832'}.icon-bell:before{content:'\e833'}.icon-alert:before{content:'\e834'}.icon-eye-1:before{content:'\e835'}.icon-help-circled:before{content:'\e836'}.icon-map:before{content:'\e837'}.icon-cog:before{content:'\e838'}.icon-quote-left-alt:before{content:'\e839'}.icon-quote-right-alt:before{content:'\e83a'}.icon-flickr:before{content:'\f303'}.icon-vimeo:before{content:'\f306'}.icon-twitter:before{content:'\f309'}.icon-facebook:before{content:'\f30c'}.icon-gplus:before{content:'\f30f'}.icon-pinterest:before{content:'\f312'}.icon-tumblr:before{content:'\f315'}.icon-linkedin:before{content:'\f318'}.icon-db-shape:before{content:'\f600'}
body{font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;color:#18211f;background:#fff;-webkit-font-smoothing:antialiased}.site__header{background:#fff;border:0}.site__header .container{width:calc(100% - 96px);max-width:1240px;height:98px;padding:0;gap:30px;border-bottom:1px solid #202623}.site__header .brand img{max-height:32px;width:auto}.site__header .header{gap:28px}.site__header .site-menu-wrapper>.oeb-m{padding:0}.site__header .site-menu-wrapper>.oeb-m>li>a{padding:8px 0}.site__header .mobile-drawer{background:#fff;max-width:90vw}.site__header .mobile-drawer .oeb-m{margin-top:45px}.site__header .mobile-drawer .oeb-m a{display:block;color:#25352a;padding:12px 6px}.site__header .mobile-drawer .oeb-m ul{padding-left:20px}.site__header .mobile-drawer .drawer-close{color:#25352a;min-width:44px;min-height:44px}.site__header .site-menu-wrapper>.oeb-m{gap:28px}.site__header .site-menu-wrapper>.oeb-m>li>a{font-size:14px;font-weight:500;color:#202723}.site__header .site-menu-wrapper>.oeb-m>li.active>a,.site__header .site-menu-wrapper>.oeb-m>li>a:hover{color:#0758ed}.site__header .oebn-so input{width:180px;height:36px;padding:8px 12px;background:#fff!important;border:0;border-left:1px solid #d9dfda;border-radius:0;font-size:13px;color:#26312a}.site__header .oebn-so input:focus-visible{outline:2px solid #0758ed;outline-offset:3px}.site__main.container{width:calc(100% - 96px);max-width:1240px;margin:0 auto;padding:44px 0 72px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;align-items:start}.site__main>.posts,.site__main>.site__sidebar{min-width:0}.site__sidebar .widget{border:0;border-radius:0;box-shadow:none;margin:0 0 30px}.site__sidebar .oebn-he{display:grid;gap:12px;margin:0;padding:0;background:transparent;border-radius:0}.site__sidebar .he-b,.site__sidebar .he-o{margin:0;padding:24px 22px;border:0;border-radius:0;box-shadow:none;gap:24px}.site__sidebar .he-b{background:#f5d257;color:#25220f}.site__sidebar .he-o{background:#191d1c;color:#fff}.site__sidebar .bn-bn,.site__sidebar .he-ok{display:flex;align-items:center;gap:11px;padding:0;border:0;font-size:18px;font-weight:600;line-height:1.5}.site__sidebar .he-b img,.site__sidebar .he-o img{width:27px;height:27px;max-height:27px;object-fit:contain}.site__sidebar .he-b span,.site__sidebar .he-o span{margin:0}.site__sidebar .he-xz{display:flex;align-items:center;gap:12px;justify-content:space-between;margin:0;padding:0;background:transparent;border-radius:0}.site__sidebar .he-xz a{width:auto;min-height:38px;padding:9px 0;border:0;border-radius:0;color:inherit;font-size:12px;line-height:1.5;text-align:center;white-space:nowrap}.site__sidebar .he-xz a:first-child{padding:9px 15px;border:1px solid currentColor;background:transparent!important;color:inherit!important}.site__sidebar .he-xz a:hover{opacity:.7}.site__sidebar .oebn-hot,.site__sidebar .oebn-lat{counter-reset:reading;padding:0;margin:0;background:transparent;border:0;border-radius:0}.site__sidebar .oebn-tile{font-size:15px;font-weight:600;color:#202723;margin:0;padding:0 0 16px;border:0;border-bottom:1px solid #ccd3ce;letter-spacing:0;line-height:1.5}.site__sidebar .oebn-hot>li,.site__sidebar .oebn-lat>li{display:flex;align-items:baseline;gap:13px;margin:0;padding:17px 0;border-radius:0;background:transparent;border-bottom:1px solid #e2e5e2;counter-increment:reading}.site__sidebar .oebn-hot>li:before,.site__sidebar .oebn-lat>li:before{content:counter(reading,decimal-leading-zero);font:italic 16px Georgia,serif;color:#929c94;flex-shrink:0}.site__sidebar .oebn-hot>li a,.site__sidebar .oebn-lat>li a{font-size:13px;color:#29322c;border:0;padding:0;line-height:1.8}.site__sidebar .oebn-hot>li a:hover,.site__sidebar .oebn-lat>li a:hover{color:#0758ed}.site__sidebar .oebn-tags{padding:0;border:0;border-radius:0;background:transparent}.site__sidebar .oebn-tags ul{padding:0;gap:8px 15px;border-radius:0;background:transparent}.site__sidebar .oebn-tags a{padding:4px 0;margin:0;border-radius:0;background:transparent;color:#626f65;font-size:12px;border-bottom:1px solid #dce2dd}.site__sidebar .oebn-tags a:hover{color:#0758ed;border-color:#0758ed}.footer{padding:38px 0 24px;background:#f7f8f5;color:#58645b;border-top:1px solid #d9dfda}.footer .foot{max-width:1240px;width:calc(100% - 96px);padding:0;align-items:flex-start;gap:24px}.footer .foot span{color:#26332a;font-size:14px}.footer a{font-size:12px;color:#58645b;line-height:1.8}.footer a:hover{color:#0758ed}.footer .b-logo p{font-size:12px}.footer .bomm-link{width:calc(100% - 96px);max-width:1240px;color:#7a847c;font-size:11px;line-height:1.9}.oebn-blog{border-top:2px solid #202623}.oebn-blog-xamu{display:flex;flex-direction:column;gap:0}.oebn-blog .oebn-xamu{background:transparent;border-radius:0;padding:27px 0;border:0;border-bottom:1px solid #dce0dd;box-shadow:none;transition:none}.oebn-blog .oebn-xamu:hover{transform:none}.oebn-blog .oebn-items{display:grid;grid-template-columns:minmax(0,1fr) 168px;gap:28px;padding:0;border-radius:0;background:transparent;align-items:center}.oebn-blog .oebn-img{grid-column:2;grid-row:1;float:none;width:auto;margin:0}.oebn-blog .oebn-img img{display:block;width:100%;max-width:none;height:116px;object-fit:cover;border-radius:2px}.oebn-blog .oebn-catt{grid-column:1;grid-row:1;min-width:0;max-width:none;margin:0;display:flex;flex-direction:column;gap:10px}.oebn-blog .oebn-catt-box h2{margin:0 0 13px;padding:0;font-size:21px;line-height:1.55;font-weight:600;letter-spacing:-.3px}.oebn-blog .oebn-catt-box h2 a{color:#18211f}.oebn-blog .oebn-catt-box h2 a:hover{color:#0758ed}.oebn-blog .oebn-info{margin:0;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:7px 18px;font-size:11px;line-height:1.6}.oebn-blog .oebn-inl,.oebn-blog .oebn-inr{display:flex;align-items:center;gap:3px;color:#768077;flex-wrap:wrap}.oebn-blog .oebn-inl a{color:#526452}.oebn-blog .oebn-info .ceat img{height:14px!important;width:auto}.oebn-blog .oebn-catt-txt{font-size:13px;line-height:1.9;color:#707a72;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.oebn-blog .com-content-category-blog__navigation{margin-top:28px}.oebn-blog .pagination{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:5px;margin:0;padding:0}.oebn-blog .pagination .page-link{display:flex;align-items:center;justify-content:center;min-width:38px;min-height:40px;padding:8px 10px;border:0;border-bottom:1px solid transparent;border-radius:0;background:transparent;color:#566259;font-size:13px;box-shadow:none}.oebn-blog .pagination .active>.page-link{color:#0758ed;border-bottom-color:#0758ed;font-weight:600}.oebn-blog .pagination .disabled>.page-link{color:#a7aea8}.oebn-blog .pagination a:hover{background:#f2f4f0;color:#0758ed}.oebn-body{padding:0 16px 0 0;border:0;border-radius:0;background:#fff;box-shadow:none;min-width:0}.oebn-body .oebn-head h1{margin:0 0 25px;padding:0;font-size:36px;line-height:1.4;font-weight:650;letter-spacing:-.8px;color:#18211f;text-wrap:pretty}.oebn-body>.oebn-info{margin:0 0 28px;padding:0 0 23px;border-bottom:1px solid #d3dad4;font-size:12px;gap:12px;flex-wrap:wrap;line-height:1.8}.oebn-body>.oebn-info .oebn-inl,.oebn-body>.oebn-info .oebn-inr{display:flex;align-items:center;flex-wrap:wrap;color:#79837b}.oebn-body>.oebn-info a{color:#526752}.oebn-body>.oebn-info .ceat img{height:16px!important;width:auto}.oebn-body .oebn-text{font-size:17px;line-height:1.95;color:#303b33;overflow-wrap:anywhere}.oebn-body .oebn-text p{font-size:17px;line-height:1.95;margin:0 0 22px;text-align:left}.oebn-body .oebn-text>p:first-child{font-size:19px;line-height:1.9;color:#29352c;margin-bottom:28px}.oebn-body .oebn-text h2{font-size:27px;margin:44px 0 20px;padding:0;border:0;line-height:1.5;color:#18211f;font-weight:600;letter-spacing:-.4px}.oebn-body .oebn-text h3{font-size:23px;margin:36px 0 18px;padding:0;line-height:1.5;color:#18211f;font-weight:600;letter-spacing:-.3px}.oebn-body .oebn-text h4{font-size:19px;line-height:1.6;color:#18211f;margin:28px 0 14px}.oebn-body .oebn-text strong{font-weight:600;color:#18211f}.oebn-body .oebn-text a{color:#0758ed;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;text-decoration-color:#bbccee}.oebn-body .oebn-text a:hover{text-decoration-color:#0758ed}.oebn-body .oebn-text ul,.oebn-body .oebn-text ol{margin:0 0 25px;padding-left:1.4em}.oebn-body .oebn-text li{padding-left:5px;margin:8px 0}.oebn-body .oebn-text li p{margin:0 0 12px}.oebn-body .oebn-text li::marker{color:#6a7a6c}.oebn-body .oebn-text blockquote{padding:6px 0 6px 23px;margin:30px 0;border:0;border-left:2px solid #0758ed;border-radius:0;background:transparent;color:#5b6a5d}.oebn-body .oebn-text blockquote p:last-child{margin-bottom:0}.oebn-body .oebn-text img{border-radius:2px;max-width:100%;height:auto}.oebn-body .oebn-text table{background:#fff;border:0;border-top:2px solid #28372b;border-bottom:1px solid #cdd7cf;border-radius:0;table-layout:fixed;margin:26px 0}.oebn-body .oebn-text table th,.oebn-body .oebn-text table td{color:#303b33;background:#fff;border-bottom:1px solid #dfe5df;padding:14px 16px;font-size:14px;line-height:1.8;overflow-wrap:anywhere}.oebn-body .oebn-text table th{background:#f3f5f0;color:#26332a}.oebn-body .oebn-text pre{border-radius:0;background:#1b2420;color:#e3ebe5;padding:22px;font-size:14px;line-height:1.8}.oebn-body .oebn-text code{border-radius:0;background:#f1f4ee;color:#315238;word-break:normal;overflow-wrap:anywhere}.oebn-body .oebn-text pre code{color:inherit;background:transparent;padding:0}.oebn-body .oebn-text .ok,.oebn-body .oebn-text .bn{padding:22px 24px;margin:28px 0 32px;border:0;border-radius:0;gap:20px;align-items:center}.oebn-body .oebn-text .ok{background:#f4f5f1;border-left:3px solid #191d1c}.oebn-body .oebn-text .bn{background:#fbf6e6;border-left:3px solid #dfb636}.oebn-body .oebn-text .ok-left,.oebn-body .oebn-text .bn-left{min-width:0;gap:15px}.oebn-body .oebn-text .ok-logo,.oebn-body .oebn-text .bn-logo{flex-shrink:0}.oebn-body .oebn-text .ok-logo img,.oebn-body .oebn-text .bn-logo img{width:36px;height:36px;object-fit:contain;max-width:36px}.oebn-body .oebn-text .ok-text,.oebn-body .oebn-text .bn-text{margin:0;font-size:12px;line-height:1.9;color:#687369}.oebn-body .oebn-text .ok-t,.oebn-body .oebn-text .bn-t{font-size:15px;font-weight:600;color:#263329}.oebn-body .oebn-text .ok-z,.oebn-body .oebn-text .bn-z{font-size:12px!important;color:#5e6d59}.oebn-body .oebn-text .ok-riht,.oebn-body .oebn-text .bn-riht{flex-shrink:0;flex-direction:column;gap:8px;padding:0;background:transparent;border-radius:0;min-width:94px}.oebn-body .oebn-text .ok-riht a,.oebn-body .oebn-text .bn-riht a{width:100%;padding:8px 13px;border-radius:0;text-decoration:none;font-size:12px;line-height:1.5}.oebn-body .oebn-text .ok-btn{background:#191d1c!important}.oebn-body .oebn-text .bn-btn{background:#f5d257!important}.oebn-body .oebn-text .ok-ztn,.oebn-body .oebn-text .bn-ztn{color:#58665b}.oebn-body .cta-footer{margin:36px 0 25px;padding:20px 0;border-top:1px solid #d7dfd7;font-size:13px;line-height:1.9;color:#7a837b}.oebn-body .cta-footer a{color:#596c50}.pagenavigation .pagination{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;justify-content:space-between}.pagenavigation .pagination .btn-sm{padding:18px 0;border:0;border-top:1px solid #aebcaf;border-radius:0;background:transparent;font-size:14px;line-height:1.8;width:calc(50% - 10px);color:#29372c}.pagenavigation .pagination .btn-sm:hover{color:#0758ed}.oebn-body .learning-pillar{--learn-blue:#0758ed;--learn-line:#d9e0d9;color:#303b33}.oebn-body .learning-pillar .learning-toc{padding:22px 0;border-top:1px solid #bdc9bf;border-bottom:1px solid #d9e0d9;background:transparent;border-radius:0}.oebn-body .learning-pillar .learning-toc a{text-decoration:none}.oebn-body .learning-pillar .learning-toc + h2{border-top:0;padding-top:0;margin-top:28px}.oebn-body .learning-pillar .learning-more{background:transparent;border-left:2px solid #0758ed}@media(max-width:1100px){.site__header .container,.site__main.container{width:calc(100% - 48px)}.site__main.container{grid-template-columns:minmax(0,1fr) 248px;gap:30px}.site__header .site-menu-wrapper>.oeb-m{gap:18px}.site__header .oebn-so input{width:140px}.oebn-blog .oebn-items{grid-template-columns:minmax(0,1fr) 138px;gap:20px}.oebn-blog .oebn-img img{height:104px}.oebn-blog .oebn-catt-box h2{font-size:19px}.oebn-body{padding-right:0}.oebn-body .oebn-head h1{font-size:31px}.oebn-body .oebn-text .ok,.oebn-body .oebn-text .bn{flex-wrap:wrap}.oebn-body .oebn-text .ok-riht,.oebn-body .oebn-text .bn-riht{flex-direction:row;width:auto}}@media(max-width:720px){.site__header .container{width:calc(100% - 40px);height:75px;padding:0;gap:16px}.site__header .oebn-so input{max-width:140px;width:100%;font-size:16px}.site__main.container{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr);gap:35px;padding:28px 0 42px}.oebn-blog .oebn-xamu{padding:22px 0}.oebn-blog .oebn-items{grid-template-columns:minmax(0,1fr) 94px;gap:16px}.oebn-blog .oebn-img img{height:84px}.oebn-blog .oebn-catt{gap:8px;margin:0}.oebn-blog .oebn-catt-box h2{font-size:17px;line-height:1.6;margin-bottom:9px}.oebn-blog .oebn-catt-txt{font-size:12px;line-height:1.8;-webkit-line-clamp:2}.oebn-blog .oebn-info{gap:3px 10px;font-size:11px}.oebn-blog .oebn-info .oebn-inl{display:none}.oebn-blog .pagination .page-link{min-width:36px;min-height:44px}.oebn-body .oebn-head h1{font-size:28px;line-height:1.5;letter-spacing:-.5px;margin-bottom:20px}.oebn-body>.oebn-info{font-size:11px;gap:6px 15px;padding-bottom:18px;margin-bottom:24px}.oebn-body .oebn-text p{font-size:16px;line-height:1.95;margin-bottom:20px}.oebn-body .oebn-text>p:first-child{font-size:17px}.oebn-body .oebn-text h2{font-size:24px;margin-top:34px}.oebn-body .oebn-text h3{font-size:21px;margin-top:30px}.oebn-body .oebn-text .ok,.oebn-body .oebn-text .bn{padding:19px 16px;gap:16px;align-items:stretch}.oebn-body .oebn-text .ok-riht,.oebn-body .oebn-text .bn-riht{width:100%;flex-direction:row;gap:12px}.oebn-body .oebn-text .ok-riht a,.oebn-body .oebn-text .bn-riht a{min-height:44px;display:flex;align-items:center;justify-content:center}.oebn-body .oebn-text table th,.oebn-body .oebn-text table td{padding:10px 8px;font-size:13px}.oebn-body .oebn-text table tbody td:first-child{width:auto}.pagenavigation .pagination{flex-direction:column;gap:15px}.pagenavigation .pagination .btn-sm{width:100%;margin:0}.site__sidebar .he-b,.site__sidebar .he-o{padding:23px}.site__sidebar .he-xz a{min-height:44px;display:flex;align-items:center;justify-content:center}.footer .foot{width:calc(100% - 40px);gap:20px}.footer .bomm-exe,.footer .bomm-list{flex-wrap:wrap;gap:6px}.footer .bomm-link{width:calc(100% - 40px)}}.site__main.container{grid-template-columns:minmax(0,1fr)}.posts{min-width:0}.page-header h1{margin:0 0 28px;text-align:left;font-size:36px;font-weight:650;line-height:1.4;letter-spacing:-.8px}.oebn-tool .oebn-blog-xamu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 36px;margin:0;border-top:2px solid #202623}.oebn-tool .oebn-xamu{padding:27px 0;background:transparent;border:0;border-bottom:1px solid #dce0dd;border-radius:0;box-shadow:none;transition:none;min-width:0}.oebn-tool .oebn-xamu:hover{transform:none}.oebn-tool .oebn-items>a{display:block}.oebn-tool .took-top{gap:16px;align-items:center;padding:0;border:0;min-height:58px}.oebn-tool .took-top img{width:44px;height:44px;max-width:44px;object-fit:contain;border-radius:2px;flex-shrink:0}.oebn-tool .took-cop{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 9px;min-width:0}.oebn-tool .took-top h2{width:100%;margin:0;font-size:20px;font-weight:600;line-height:1.45;overflow-wrap:anywhere;color:#18211f}.oebn-tool .took-top span{padding:0;font-size:11px;color:#7a857d;background:transparent}.oebn-tool .took-top .took-cat{color:#526752;font-size:11px!important}.oebn-tool .took-txt{margin:14px 0 0;font-size:13px;line-height:1.9;color:#707a72;overflow-wrap:anywhere}.oebn-tool .oebn-items>a:hover h2{color:#0758ed}.oebn-tool .pagination{display:flex;flex-flow:row wrap;justify-content:flex-start;gap:8px;padding:24px 0}.oebn-tool .page-link{display:flex;align-items:center;justify-content:center;min-width:38px;min-height:44px;padding:8px;border-bottom:1px solid transparent;color:#566259}.oebn-tool .active>.page-link{color:#0758ed;border-color:#0758ed}.oebn-tool .disabled>.page-link{color:#a7aea8}.oebn-body{max-width:960px;margin:0 auto;padding:0}.tool-img{max-width:72px;margin:0 auto 22px}.tool-body{padding:0}.tool-head h1,.tool-head h2{font-size:36px;line-height:1.4;font-weight:650;color:#18211f}.tool-head span{background:transparent;color:#667568;border-radius:0}.tool-link a{background:#0758ed;border-radius:2px;padding:12px 32px;min-height:44px;margin:12px 0 28px}.tool-text{border:0;border-top:1px solid #ccd5cd;border-radius:0;padding:30px 0 0;margin:0;font-size:17px;line-height:1.95;color:#303b33;overflow-wrap:anywhere}.tool-text p{margin-bottom:22px}.tool-text h2,.tool-text h3{font-weight:600;line-height:1.5;margin:32px 0 18px;color:#18211f}.tool-text h2{font-size:27px}.tool-text h3{font-size:23px}.tool-text ul,.tool-text ol{padding-left:1.4em;margin:20px 0}.tool-text ul>li{list-style:disc}.tool-text ol>li{list-style:decimal}.tool-text table{background:#fff;border-radius:0;border:1px solid #dce0dd}.tool-text table td,.tool-text table th{color:#303b33;background:#fff;overflow-wrap:anywhere}.tool-text img{max-width:100%;height:auto}.sitemap{min-width:0;overflow-wrap:anywhere}.sitemap h1{font-size:36px;font-weight:650;margin:0 0 28px;line-height:1.4}.sitemap a{color:#405b49;line-height:1.9}.sitemap a:hover{color:#0758ed}#okxfees-calculator{margin:0 auto!important;--okx-accent:#0758ed;--okx-line:#dce0dd;--okx-ink:#18211f}#okxfees-calculator .okxfees__hero{border:0!important;border-bottom:2px solid #202623!important;border-radius:0!important;padding:0 0 30px!important;margin-bottom:30px!important}#okxfees-calculator .okxfees-card{border:0!important;border-bottom:1px solid #dce0dd!important;border-radius:0!important;box-shadow:none!important;padding:24px 0!important}#okxfees-calculator .okxfees-card__step{background:transparent!important;color:#0758ed!important;border-radius:0!important}#okxfees-calculator .okxfees-field input:not([type=checkbox]),#okxfees-calculator .okxfees-field select{background:#f7f8f5!important;border:1px solid #dce0dd!important;border-radius:2px!important}#okxfees-calculator .okxfees-tabs{display:flex;flex-wrap:wrap;gap:8px}#okxfees-calculator .okxfees-tabs button{min-height:44px;padding:10px 20px;border:1px solid #dce0dd;background:#fff;color:#34473a;cursor:pointer}#okxfees-calculator .okxfees-tabs button.is-active{background:#191d1c;color:#fff;border-color:#191d1c}html.okxfees-modal-open{overflow:hidden}#okxfees-calculator .okxfees-modal[hidden]{display:none!important}#okxfees-calculator .okxfees-modal:not([hidden]){position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:20px}#okxfees-calculator .okxfees-modal__backdrop{position:absolute;inset:0;background:rgba(15,24,20,.65)}#okxfees-calculator .okxfees-modal__dialog{position:relative;width:100%;max-width:580px;max-height:calc(100dvh - 40px);overflow:auto;overscroll-behavior:contain;background:#191d1c;color:#fff;padding:32px;border:1px solid #445148;border-radius:2px}#okxfees-calculator .okxfees-modal__close{position:sticky;top:0;float:right;width:44px;height:44px;background:#303c34;color:#fff;border:1px solid #647369;font-size:24px;cursor:pointer;z-index:1}#okxfees-calculator .okxfees-modal__dialog h2{font-size:26px!important;font-weight:650;margin:8px 0 24px!important}#okxfees-calculator .okxfees-modal__dialog .okxfees__eyebrow{color:#aabcf9!important}@media(max-width:720px){#okxfees-calculator .okxfees-modal__dialog{padding:20px}}@media(max-width:1100px){.oebn-tool .oebn-blog-xamu{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}}@media(max-width:720px){.oebn-tool .oebn-blog-xamu{grid-template-columns:minmax(0,1fr)}.page-header h1,.sitemap h1,.tool-head h1,.tool-head h2{font-size:28px;letter-spacing:-.4px}.oebn-tool .oebn-xamu{padding:22px 0}.tool-text{font-size:16px}.tool-text h2{font-size:24px}.tool-text h3{font-size:21px}#okxfees-calculator .okxfees__hero{padding:0 0 24px!important}#okxfees-calculator .okxfees-tabs button{padding:10px 14px}}.site__sidebar .he-xz{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.site__sidebar .he-xz a,.site__sidebar .he-xz a:first-child{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:42px;padding:10px 6px;margin:0;box-sizing:border-box;border:1px solid transparent;border-radius:2px;text-align:center;font-size:12px;line-height:1.5}.site__sidebar .he-b .he-xz a:first-child{background:transparent!important;border-color:#887020;color:#29230e!important}.site__sidebar .he-b .he-xz a:last-child{background:#ffe58b!important;color:#29230e!important}.site__sidebar .he-o .he-xz a:first-child{background:transparent!important;border-color:#8e9b93;color:#fff!important}.site__sidebar .he-o .he-xz a:last-child{background:#35413b!important;color:#fff!important}.site__sidebar .he-xz a:hover{opacity:1;filter:brightness(.95)}