.okui-dialog{height:100%;pointer-events:none;width:100%}.okui-dialog-float{left:0;position:fixed;top:0}.okui-dialog *{-webkit-tap-highlight-color:transparent;box-sizing:border-box}.okui-dialog-window-float{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@supports (bottom:constant(safe-area-inset-bottom)) or (bottom:env(safe-area-inset-bottom)){.okui-dialog-window-safe{padding-bottom:env(safe-area-inset-bottom)}}.okui-dialog-window{border-radius:var(--okd-dialog-window-border-radius);box-shadow:var(--okd-dialog-window-box-shadow);display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-height:calc(100% - 32px);pointer-events:auto;width:calc(100% - 32px)}@media (max-width:767px){.okui-dialog-window{border-radius:8px;border-radius:var(--okd-dialog-window-sm-border-radius,8px)}.okui-dialog-window.full-page{height:auto!important;min-height:calc(100% - 48px)!important}.okui-dialog-window.full-page-with-show-header{height:auto!important}.okui-dialog-window.bottom-align{border-radius:var(--okd-dialog-window-border-radius) var(--okd-dialog-window-border-radius) 0 0;bottom:0;top:auto;transform:translate(-50%)}.okui-dialog-window.no-margin{width:100%}}.okui-dialog-title-container{align-items:center;display:flex;flex-direction:row;flex-shrink:0;justify-content:space-between}.okui-dialog-title-container .title-center{text-align:center}.okui-dialog-title-container .title-center .modal-title{justify-content:center}.okui-dialog-title-block{display:flex;flex-direction:column;flex-grow:1}.okui-dialog-title-block .modal-title{font-size:16px;font-size:var(--okd-dialog-title-font-size,16px);font-weight:700;font-weight:var(--okd-dialog-title-font-weight,700);line-height:var(--okd-dialog-title-line-height)}.okui-dialog-title-block .modal-sub-title{font-size:var(--okd-dialog-sub-title-font-size);font-weight:400;line-height:var(--okd-dialog-sub-title-line-height);margin-top:2px}.okui-dialog-b-btn,.okui-dialog-c-btn{cursor:pointer;display:inline-block;height:var(--okd-dialog-window-close-icon-size);justify-content:center;line-height:1;position:relative;vertical-align:middle;width:var(--okd-dialog-window-close-icon-size);z-index:1}.okui-dialog-b-btn.icon,.okui-dialog-c-btn.icon{font-size:var(--okd-dialog-window-close-icon-size)}.okui-dialog-b-btn:after,.okui-dialog-c-btn:after{content:" ";display:block;height:calc(var(--okd-dialog-window-close-icon-size)*1.5);left:-25%;position:absolute;top:-25%;width:calc(var(--okd-dialog-window-close-icon-size)*1.5)}.okui-dialog-b-btn{height:var(--okd-dialog-window-back-icon-size);margin-right:16px;margin-right:var(--okd-dialog-title-icon-back-margin-right,16px);width:var(--okd-dialog-window-back-icon-size)}.okui-dialog-b-btn.icon{font-size:var(--okd-dialog-window-back-icon-size)}.okui-dialog-c-btn{margin-left:32px;margin-left:var(--okd-dialog-title-icon-close-margin-left,32px)}.okui-dialog-top-action-fixed{padding:16px;padding:var(--okd-dialog-window-action-fixed-padding,16px);position:absolute;top:0}.okui-dialog-top-action-fixed .okui-dialog-b-btn,.okui-dialog-top-action-fixed .okui-dialog-c-btn{margin:0}.okui-dialog-top-l{align-self:flex-start;left:0}.okui-dialog-top-r{align-self:flex-start;right:0}.okui-dialog-top-hidden-for-t-center{pointer-events:none;visibility:hidden}.okui-dialog-top-action-hidden{display:none;pointer-events:none}.okui-dialog-scroll-box{flex-grow:1;overflow-y:auto}.okui-dialog-scroll-box.scroll-disable{overflow-y:unset}.okui-dialog-container,.okui-dialog-customer-box{height:100%}.okui-dialog-container.no-padding,.okui-dialog-customer-box.no-padding{padding:0}.okui-dialog .okui-dialog-footer-line{border-top:thin solid var(--okd-dialog-window-split-line-border-color)}.okui-dialog .okui-dialog-header-line{border-bottom:thin solid var(--okd-dialog-window-split-line-border-color)}.okui-dialog-btn-box{display:flex}.okui-dialog-btn-box.layout-right{justify-content:flex-end}.okui-dialog-btn-box.layout-left{justify-content:flex-start}.okui-dialog-btn-box.layout-full .dialog-btn{flex:1 1}@media (max-width:767px){.okui-dialog-title-container{padding:var(--okd-dialog-title-box-sm-padding-vertical) var(--okd-dialog-container-sm-padding-horizontal)}.okui-dialog-container{padding:var(--okd-dialog-container-sm-padding-vertical) var(--okd-dialog-container-sm-padding-horizontal)}.okui-dialog-customer-box{padding:0 var(--okd-dialog-container-sm-padding-horizontal)}.okui-dialog-footer-box{padding:var(--okd-dialog-footer-box-sm-padding-top,12px) var(--okd-dialog-container-sm-padding-horizontal) var(--okd-dialog-footer-box-sm-padding-bottom,20px)}.okui-dialog-btn-box .dialog-btn{width:100%}.okui-dialog-btn-box .dialog-btn+.dialog-btn{margin-left:12px;margin-left:var(--okd-dialog-footer-btn-sm-margin-left,12px)}.okui-dialog-btn-box.layout-full{flex-direction:column-reverse}.okui-dialog-btn-box.layout-full .dialog-btn+.dialog-btn{margin-left:0}.okui-dialog-btn-box.layout-full .double-btn:first-child{margin-top:8px;margin-top:var(--okd-dialog-footer-btn-full-sm-margin-top,8px)}}@media (min-width:768px){.okui-dialog-window{min-width:var(--okd-dialog-window-min-width);width:auto}.okui-dialog-title-container{padding:var(--okd-dialog-title-box-md-padding-vertical) var(--okd-dialog-container-md-padding-horizontal)}.okui-dialog-container{padding:var(--okd-dialog-container-md-padding-vertical) var(--okd-dialog-container-md-padding-horizontal)}.okui-dialog-customer-box{padding:0 var(--okd-dialog-container-md-padding-horizontal)}.okui-dialog-footer-box{padding:var(--okd-dialog-footer-box-md-padding-vertical) var(--okd-dialog-container-md-padding-horizontal)}.okui-dialog-btn-box .dialog-btn.double-btn{width:auto}.okui-dialog-btn-box.layout-full{flex-direction:row}.okui-dialog-btn-box .dialog-btn+.dialog-btn{margin-left:16px;margin-left:var(--okd-dialog-footer-btn-md-margin-left,16px)}}.okui-dialog .okui-dialog-window{background:var(--okd-dialog-window-background);color:var(--okd-dialog-window-default-text-color)}.okui-dialog .okui-dialog-window.container-mode{background:transparent;box-shadow:none}.okui-dialog .okui-dialog-title-container .modal-title{align-items:center;color:var(--okd-dialog-title-color);display:flex}.okui-dialog .okui-dialog-title-container .modal-sub-title{color:var(--okd-dialog-sub-title-color)}.okui-dialog .okui-dialog-c-btn{color:var(--okd-color-gray-400);color:var(--okd-dialog-title-icon-close-color,var(--okd-color-gray-400))}.okui-dialog .okui-dialog-c-btn:hover{background-color:var(--okd-color-background-hover);background-color:var(--okd-dialog-title-icon-hover-background-color,var(--okd-color-background-hover));border-radius:4px;border-radius:var(--okd-dialog-title-icon-hover-border-radius,4px);color:var(--okd-color-gray-900);color:var(--okd-dialog-title-icon-close-hover-color,var(--okd-color-gray-900))}.okui-dialog .okui-dialog-b-btn{color:var(--okd-color-gray-900);color:var(--okd-dialog-title-icon-back-color,var(--okd-color-gray-900))}.okui-dialog .okui-dialog-b-btn:hover{background-color:var(--okd-color-background-hover);background-color:var(--okd-dialog-title-icon-hover-background-color,var(--okd-color-background-hover));border-radius:4px;border-radius:var(--okd-dialog-title-icon-hover-border-radius,4px)}.okui-dialog-mask{background:var(--okd-dialog-window-mask-color)}.okui-dialog-scroll-bar-end::-webkit-scrollbar,.okui-dialog-scroll-bar-start::-webkit-scrollbar{background-color:initial}.okui-dialog-scroll-bar-start::-webkit-scrollbar-button:vertical:start:increment{background-color:initial;display:block;height:var(--okd-dialog-window-border-radius)}.okui-dialog-scroll-bar-end::-webkit-scrollbar-button:vertical:end:increment{background-color:initial;display:block;height:var(--okd-dialog-window-border-radius)}.okui-dialog.okui-action-dialog .okui-dialog-window.no-radius{border-radius:0}.okui-dialog.okui-action-dialog .okui-dialog-close-box{color:var(--okd-dialog-action-close-btn-color)}.okui-dialog.okui-action-dialog .okui-action-dialog-close{align-items:center;display:flex;font-size:14px;line-height:24px;min-height:24px}.okui-dialog-group{overflow:hidden}.okui-dialog-group-window{display:flex;flex-direction:column}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content .tip-title-box{width:100%}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content .tip-title{font-size:var(--okd-dialog-tip-title-font-size);font-weight:500;line-height:var(--okd-dialog-tip-title-line-height);min-height:var(--okd-dialog-tip-title-line-height)}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content .tip-detail{font-size:var(--okd-dialog-tip-detail-font-size);font-weight:400;line-height:var(--okd-dialog-tip-detail-line-height);margin-top:8px}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content .tip-detail+.tip-detail{margin-top:2px}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content .tip-title{color:var(--okd-dialog-tip-title-color)}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content .tip-detail{color:var(--okd-dialog-tip-detail-color)}.okui-dialog.okui-tip-dialog .okui-dialog-footer-box{border-top:none}@media (max-width:767px){.okui-dialog.okui-tip-dialog .okui-dialog-window.bottom-align{border-radius:var(--okd-dialog-window-border-radius);bottom:16px}.okui-dialog.okui-tip-dialog .okui-dialog-container{padding:var(--okd-dialog-tip-container-sm-padding-top,20px) var(--okd-dialog-container-sm-padding-horizontal) var(--okd-dialog-tip-container-sm-padding-bottom,24px)}.okui-dialog.okui-tip-dialog .okui-dialog-footer-box{padding:0 var(--okd-dialog-container-sm-padding-horizontal) var(--okd-dialog-tip-footer-box-sm-padding-vertical) var(--okd-dialog-container-sm-padding-horizontal)}}@media (min-width:768px){.okui-dialog.okui-tip-dialog .okui-dialog-tip-content{margin-left:auto;margin-right:auto;max-width:var(--okd-dialog-tip-window-min-width)}.okui-dialog.okui-tip-dialog .okui-dialog-tip-content.two-btn{max-width:var(--okd-dialog-tip-window-2btn-min-width)}.okui-dialog.okui-tip-dialog .okui-dialog-container{padding:var(--okd-dialog-tip-container-md-padding-top,28px) var(--okd-dialog-container-sm-padding-horizontal) var(--okd-dialog-tip-container-md-padding-bottom,24px)}.okui-dialog.okui-tip-dialog .okui-dialog-footer-box{padding:0 var(--okd-dialog-container-md-padding-horizontal) var(--okd-dialog-tip-footer-box-md-padding-vertical) var(--okd-dialog-container-md-padding-horizontal)}}.okui-dialog-tip-icon-bg{align-items:center;display:flex;justify-content:center;margin-bottom:12px}.okui-dialog-tip-icon-bg .tip-icon{font-size:var(--okd-dialog-tip-icon-font-size)}.okui-dialog-alert-icon{margin-top:-6px}.okui-dialog.okui-new-tip-dialog .okui-dialog-new-tip-top{padding:24px 24px 0;padding:var(--okd-dialog-confirm-title-padding-top,24px) var(--okd-dialog-confirm-title-padding-horizontal,24px) var(--okd-dialog-confirm-title-padding-bottom,0)}.okui-dialog.okui-new-tip-dialog .okui-dialog-container.okui-dialog-new-tip-container{color:#000;color:var(--okd-dialog-confirm-container-color,#000);font-size:14px;font-size:var(--okd-dialog-confirm-container-font-size,14px);line-height:20px;line-height:var(--okd-dialog-confirm-container-line-height,20px)}@media (min-width:768px){.okui-dialog.okui-new-tip-dialog .okui-dialog-container.okui-dialog-new-tip-container,.okui-dialog.okui-new-tip-dialog .okui-dialog-window{max-width:520px;max-width:var(--okd-dialog-confirm-max-width,520px);min-width:280px;min-width:var(--okd-dialog-confirm-min-width,280px)}.okui-dialog.okui-new-tip-dialog .okui-dialog-footer-box{padding-bottom:24px;padding-bottom:var(--okd-dialog-confirm-footer-padding-bottom,24px);padding-top:0;padding-top:var(--okd-dialog-confirm-footer-padding-top,0)}}@media (max-width:767px){.okui-dialog.okui-new-tip-dialog .okui-dialog-window{width:calc(100% - 64px)}.okui-dialog.okui-new-tip-dialog .okui-dialog-container.okui-dialog-new-tip-container{padding:8px 24px 24px;padding:var(--okd-dialog-confirm-container-sm-padding-top,8px) var(--okd-dialog-confirm-container-sm-padding-horizontal,24px) var(--okd-dialog-confirm-container-sm-padding-bottom,24px)}.okui-dialog.okui-new-tip-dialog .okui-dialog-container.okui-dialog-no-title{padding-top:24px;padding-top:var(--okd-dialog-confirm-no-title-padding-top,24px)}.okui-dialog.okui-new-tip-dialog .okui-dialog-footer-box.okui-dialog-new-tip-footer{padding:0}.okui-dialog.okui-new-tip-dialog .okui-dialog-footer-box.okui-dialog-new-tip-footer .okui-dialog-tip-button{border:0;border-radius:0;border-top:thin solid #dbdbdb;border-top:thin solid var(--okd-dialog-confirm-footer-sm-button-border-color,#dbdbdb)}.okui-dialog.okui-new-tip-dialog .okui-dialog-footer-box.okui-dialog-new-tip-footer .okui-dialog-tip-border-top:first-child,.okui-dialog.okui-new-tip-dialog .okui-dialog-footer-box.okui-dialog-new-tip-footer .okui-dialog-tip-only-one{border-radius:0 0 var(--okd-dialog-window-sm-border-radius) var(--okd-dialog-window-sm-border-radius)}.okui-dialog.okui-new-tip-dialog .okui-dialog-footer-box.okui-dialog-new-tip-footer .okui-dialog-tip-border-left:first-child{border-radius:0 0 0 var(--okd-dialog-window-sm-border-radius)}.okui-dialog.okui-new-tip-dialog .okui-dialog-footer-box.okui-dialog-new-tip-footer .okui-dialog-tip-border-left+.okui-dialog-tip-border-left{border-left:thin solid #dbdbdb;border-left:thin solid var(--okd-dialog-confirm-footer-sm-button-border-color,#dbdbdb);border-radius:0 0 var(--okd-dialog-window-sm-border-radius) 0;margin-left:0}}.iconfont.okui-dialog-tip-icon{align-self:flex-start;font-size:22px;font-size:var(--okd-dialog-confirm-icon-font-size,22px);font-weight:400;line-height:22px;line-height:var(--okd-dialog-confirm-icon-line-height,22px);margin-right:10px;margin-right:var(--okd-dialog-confirm-icon-margin-right,10px);position:relative;top:1px}.okui-dialog-success-icon,.okui-dialog-success-tip-icon{color:var(--okd-dialog-tip-success-icon-color)}.okui-dialog-info-icon,.okui-dialog-info-tip-icon{color:var(--okd-dialog-tip-info-icon-color)}.okui-dialog-prompt-icon,.okui-dialog-prompt-tip-icon{color:var(--okd-dialog-tip-prompt-icon-color)}.okui-dialog-warn-icon,.okui-dialog-warn-tip-icon{color:var(--okd-dialog-tip-warn-icon-color)}.okui-dialog-alert-icon,.okui-dialog-alert-tip-icon{color:var(--okd-dialog-tip-alert-icon-color)}.okui-dialog-error-icon,.okui-dialog-error-tip-icon{color:var(--okd-dialog-tip-error-icon-color)}.okui-dialog-confirmation-header{font-size:16px;font-size:var(--okd-dialog-title-font-size,16px);font-weight:700;font-weight:var(--okd-dialog-title-font-weight,700);line-height:var(--okd-dialog-title-line-height);padding-left:24px;padding-left:var(--okd-dialog-confirmation-padding-left,24px);padding-right:24px;padding-right:var(--okd-dialog-confirmation-padding-right,24px);padding-top:24px;padding-top:var(--okd-dialog-confirmation-header-padding-top,24px)}.okui-dialog-confirmation-container{padding:32px 24px;padding:var(--okd-dialog-confirmation-container-padding-top,32px) var(--okd-dialog-confirmation-padding-right,24px) var(--okd-dialog-confirmation-container-padding-bottom,32px) var(--okd-dialog-confirmation-padding-left,24px)}.okui-dialog-confirmation-footer{padding-bottom:24px;padding-bottom:var(--okd-dialog-confirmation-footer-padding-bottom,24px);padding-left:24px;padding-left:var(--okd-dialog-confirmation-padding-left,24px);padding-right:24px;padding-right:var(--okd-dialog-confirmation-padding-right,24px)}.okui-transition-fade{transition:opacity .3s linear;will-change:opaticy}.okui-transition-fade-ease-out{transition-timing-function:cubic-bezier(.5,0,.52,1)}.okui-transition-fade-entered,.okui-transition-fade-entering{opacity:1}.okui-transition-fade-exited,.okui-transition-fade-exiting{opacity:0}.okui-transition-slide{position:fixed;transform:translateY(100%);transition:transform .3s linear,opacity .3s linear;will-change:transform,opacity}.okui-transition-slide-cubic{transition-timing-function:cubic-bezier(.215,.61,.355,1)}.okui-transition-slide-bottom{bottom:0;left:0;width:100%}.okui-transition-slide-left{height:100%;left:0;top:0}.okui-transition-slide-right{height:100%;right:0;top:0}.okui-transition-slide-entered.okui-transition-slide-bottom,.okui-transition-slide-entering.okui-transition-slide-bottom{transform:translateY(0)}.okui-transition-slide-entered.okui-transition-slide-left,.okui-transition-slide-entered.okui-transition-slide-right,.okui-transition-slide-entering.okui-transition-slide-left,.okui-transition-slide-entering.okui-transition-slide-right{transform:translateX(0)}.okui-transition-slide-entered.okui-transition-slide-fade,.okui-transition-slide-entering.okui-transition-slide-fade{opacity:1}.okui-transition-slide-exited.okui-transition-slide-bottom,.okui-transition-slide-exiting.okui-transition-slide-bottom{transform:translateY(100%)}.okui-transition-slide-exited.okui-transition-slide-left,.okui-transition-slide-exiting.okui-transition-slide-left{transform:translateX(-100%)}.okui-transition-slide-exited.okui-transition-slide-right,.okui-transition-slide-exiting.okui-transition-slide-right{transform:translateX(100%)}.okui-transition-slide-exited.okui-transition-slide-fade,.okui-transition-slide-exiting.okui-transition-slide-fade{opacity:0}.okui-mask{background:var(--okd-dialog-window-mask-color);bottom:0;left:0;position:fixed;right:0;top:0}:root{--okd-popup-white-board-background:var(--okd-color-text-white);--okd-popup-white-board-shadow:#0000000d 0px 4px 6px -2px,#0000001a 0px 10px 15px -3px}.okui-popup{display:inline-flex;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.okui-popup-layer{opacity:0;position:absolute;transition:opacity .3s;visibility:hidden}.okui-popup-layer-visible{opacity:1;visibility:visible}.okui-popup-layer-arrow-inner{border:1px solid transparent;border-radius:2px;box-sizing:border-box;display:block;height:100%;transform:rotate(45deg);transform-origin:center;width:100%}.okui-popup-layer.okui-popup-overflow[data-popper-reference-hidden]{pointer-events:none;visibility:hidden}.okui-popup-white-board .okui-popup-layer-arrow-inner,.okui-popup-white-board-content{background-color:var(--okd-popup-white-board-background);border:1px solid rgba(0,0,0,.05)}.okui-popup-white-board-content{border-radius:4px;box-shadow:var(--okd-popup-white-board-shadow)}.okui-popup-placement-lg-top{padding-bottom:9px}.okui-popup-placement-lg-bottom{padding-top:9px}.okui-popup-placement-lg-left{padding-right:9px}.okui-popup-placement-lg-right{padding-left:9px}.okui-popup-arrow-lg .okui-popup-layer-arrow{height:14px;width:14px}.okui-popup-arrow-lg[data-popper-placement*=top]{padding:0 0 9px}.okui-popup-arrow-lg[data-popper-placement*=bottom]{padding:9px 0 0}.okui-popup-arrow-lg[data-popper-placement*=left]{padding:0 9px 0 0}.okui-popup-arrow-lg[data-popper-placement*=right]{padding:0 0 0 9px}.okui-popup-arrow-lg[data-popper-placement*=top] .okui-popup-layer-arrow{margin-top:-17px;top:100%}.okui-popup-arrow-lg[data-popper-placement*=top] .okui-popup-layer-arrow-inner{border-left-color:transparent!important;border-top-color:transparent!important}.okui-popup-arrow-lg[data-popper-placement*=right] .okui-popup-layer-arrow{margin-right:-17px;right:100%}.okui-popup-arrow-lg[data-popper-placement*=right] .okui-popup-layer-arrow-inner{border-right-color:transparent!important;border-top-color:transparent!important}.okui-popup-arrow-lg[data-popper-placement*=bottom] .okui-popup-layer-arrow{bottom:100%;margin-bottom:-17px}.okui-popup-arrow-lg[data-popper-placement*=bottom] .okui-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-right-color:transparent!important}.okui-popup-arrow-lg[data-popper-placement*=left] .okui-popup-layer-arrow{left:100%;margin-left:-17px}.okui-popup-arrow-lg[data-popper-placement*=left] .okui-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-left-color:transparent!important}.okui-popup-placement-md-top{padding-bottom:7px}.okui-popup-placement-md-bottom{padding-top:7px}.okui-popup-placement-md-left{padding-right:7px}.okui-popup-placement-md-right{padding-left:7px}.okui-popup-arrow-md .okui-popup-layer-arrow{height:10px;width:10px}.okui-popup-arrow-md[data-popper-placement*=top]{padding:0 0 7px}.okui-popup-arrow-md[data-popper-placement*=bottom]{padding:7px 0 0}.okui-popup-arrow-md[data-popper-placement*=left]{padding:0 7px 0 0}.okui-popup-arrow-md[data-popper-placement*=right]{padding:0 0 0 7px}.okui-popup-arrow-md[data-popper-placement*=top] .okui-popup-layer-arrow{margin-top:-13px;top:100%}.okui-popup-arrow-md[data-popper-placement*=top] .okui-popup-layer-arrow-inner{border-left-color:transparent!important;border-top-color:transparent!important}.okui-popup-arrow-md[data-popper-placement*=right] .okui-popup-layer-arrow{margin-right:-13px;right:100%}.okui-popup-arrow-md[data-popper-placement*=right] .okui-popup-layer-arrow-inner{border-right-color:transparent!important;border-top-color:transparent!important}.okui-popup-arrow-md[data-popper-placement*=bottom] .okui-popup-layer-arrow{bottom:100%;margin-bottom:-13px}.okui-popup-arrow-md[data-popper-placement*=bottom] .okui-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-right-color:transparent!important}.okui-popup-arrow-md[data-popper-placement*=left] .okui-popup-layer-arrow{left:100%;margin-left:-13px}.okui-popup-arrow-md[data-popper-placement*=left] .okui-popup-layer-arrow-inner{border-bottom-color:transparent!important;border-left-color:transparent!important}.index_checkbox-container__-3JOT{padding-bottom:16px}.index_checkbox-container__-3JOT .index_checkbox__5B0xA{align-items:center;display:flex;flex-direction:row-reverse;height:36px;justify-content:space-between;margin-bottom:8px;margin-right:0;padding:0 5px;width:100%}.index_checkbox-container__-3JOT .index_checkbox__5B0xA:hover{background:#f7f7f7;border-radius:6px}.index_text-class__VdnGB.index_override__s6e4j.index_override1__EwmwA{font-size:15px;font-weight:500;line-height:20px;margin-left:0;max-width:230px}.index_collapse-title__POGjj{font-size:16px;font-weight:700;line-height:24px;padding:24px 0}.index_title__7d9Z-{padding-left:5px;padding-right:5px}.index_item__wFUEg{background:#f7f7f7;border-radius:8px;height:40px;margin:0 16px 16px 0;padding:12px}.index_item__wFUEg:hover{background-color:#f2f2f2;cursor:pointer}.index_clear-icon__18pJF{color:#bdbdbd;font-size:16px;padding-left:8px}.index_status-item__5wFBK{display:flex;padding-bottom:26px}.okui-hyperlink-xs .okui-hyperlink-text{font-size:var(--okd-hyperlink-xs-font-size);line-height:var(--okd-hyperlink-xs-line-height)}.okui-hyperlink-xs .icon-arrow{font-size:var(--okd-hyperlink-xs-icon-font-size);margin-left:var(--okd-hyperlink-xs-icon-margin-left)}.okui-hyperlink-sm .okui-hyperlink-text{font-size:var(--okd-hyperlink-sm-font-size);line-height:var(--okd-hyperlink-sm-line-height)}.okui-hyperlink-sm .icon-arrow{font-size:var(--okd-hyperlink-sm-icon-font-size);margin-left:var(--okd-hyperlink-sm-icon-margin-left)}.okui-hyperlink-md .okui-hyperlink-text{font-size:var(--okd-hyperlink-md-font-size);line-height:var(--okd-hyperlink-md-line-height)}.okui-hyperlink-md .icon-arrow{font-size:var(--okd-hyperlink-md-icon-font-size);margin-left:var(--okd-hyperlink-md-icon-margin-left)}.okui-hyperlink-lg .okui-hyperlink-text{font-size:var(--okd-hyperlink-lg-font-size);line-height:var(--okd-hyperlink-lg-line-height)}.okui-hyperlink-lg .icon-arrow{font-size:var(--okd-hyperlink-lg-icon-font-size);margin-left:var(--okd-hyperlink-lg-icon-margin-left)}.okui-hyperlink-muted{font-weight:var(--okd-hyperlink-muted-font-weight)}.okui-hyperlink-muted:hover{font-weight:var(--okd-hyperlink-muted-hover-font-weight)}.okui-hyperlink-medium{font-weight:var(--okd-hyperlink-medium-font-weight)}.okui-hyperlink-medium:hover{font-weight:var(--okd-hyperlink-medium-hover-font-weight)}.okui-hyperlink-amplified{font-weight:var(--okd-hyperlink-amplified-font-weight)}.okui-hyperlink-amplified:hover{font-weight:var(--okd-hyperlink-amplified-hover-font-weight)}.okui-hyperlink-primary{color:var(--okd-hyperlink-primary-default-color)}.okui-hyperlink-primary .icon-arrow{color:var(--okd-hyperlink-primary-default-icon-color)}.okui-hyperlink-primary:hover{color:var(--okd-hyperlink-primary-hover-color)}.okui-hyperlink-primary:hover .okui-hyperlink-text{text-decoration:underline}.okui-hyperlink-primary:hover .icon-arrow{color:var(--okd-hyperlink-primary-hover-icon-color)}.okui-hyperlink-primary a,.okui-hyperlink-primary a:active,.okui-hyperlink-primary a:visited{color:var(--okd-hyperlink-primary-default-color)}.okui-hyperlink-secondary{color:var(--okd-hyperlink-secondary-default-color)}.okui-hyperlink-secondary .icon-arrow{color:var(--okd-hyperlink-secondary-default-icon-color)}.okui-hyperlink-secondary:hover{color:var(--okd-hyperlink-secondary-hover-color)}.okui-hyperlink-secondary:hover .okui-hyperlink-text{text-decoration:underline}.okui-hyperlink-secondary:hover .icon-arrow{color:var(--okd-hyperlink-secondary-hover-icon-color)}.okui-hyperlink-secondary a,.okui-hyperlink-secondary a:active,.okui-hyperlink-secondary a:visited{color:var(--okd-hyperlink-secondary-default-color)}.okui-hyperlink-reversed{color:var(--okd-hyperlink-reversed-default-color)}.okui-hyperlink-reversed .icon-arrow{color:var(--okd-hyperlink-reversed-default-icon-color)}.okui-hyperlink-reversed:hover{color:var(--okd-hyperlink-reversed-hover-color)}.okui-hyperlink-reversed:hover .okui-hyperlink-text{text-decoration:underline}.okui-hyperlink-reversed:hover .icon-arrow{color:var(--okd-hyperlink-reversed-hover-icon-color)}.okui-hyperlink-reversed a,.okui-hyperlink-reversed a:active,.okui-hyperlink-reversed a:visited{color:var(--okd-hyperlink-reversed-default-color)}.okui-hyperlink-text{text-decoration:none}.okui-hyperlink-underline .okui-hyperlink-text{text-decoration:underline}.okui-hyperlink-no-hover-underline:hover .okui-hyperlink-text{text-decoration:none}.okui-hyperlink{align-items:center;cursor:pointer;display:inline-flex}.okui-hyperlink .icon-arrow{font-weight:inherit}.index_container__NZv19{height:100%}.index_link__CK-1F,.index_title__Yx5LH{font-size:14px;line-height:14px}.index_link__CK-1F{margin-left:12px}:root{--okd-hyperlink-primary-default-color:var(--okd-color-fq-blue-lv1);--okd-hyperlink-primary-default-icon-color:var(--okd-color-fq-blue-lv1);--okd-hyperlink-primary-default-underline-color:var(--okd-color-fq-blue-lv1);--okd-hyperlink-primary-hover-color:var(--okd-color-blue-900);--okd-hyperlink-primary-hover-icon-color:var(--okd-color-blue-900);--okd-hyperlink-primary-hover-underline-color:var(--okd-color-blue-900);--okd-hyperlink-secondary-default-color:var(--okd-color-gray-700);--okd-hyperlink-secondary-default-icon-color:var(--okd-color-gray-700);--okd-hyperlink-secondary-default-underline-color:var(--okd-color-gray-700);--okd-hyperlink-secondary-hover-color:var(--okd-color-gray-900);--okd-hyperlink-secondary-hover-icon-color:var(--okd-color-gray-900);--okd-hyperlink-secondary-hover-underline-color:var(--okd-color-gray-900);--okd-hyperlink-xs-font-size:12px;--okd-hyperlink-sm-font-size:14px;--okd-hyperlink-md-font-size:16px;--okd-hyperlink-lg-font-size:18px;--okd-hyperlink-xs-icon-font-size:12px;--okd-hyperlink-sm-icon-font-size:16px;--okd-hyperlink-md-icon-font-size:16px;--okd-hyperlink-lg-icon-font-size:16px;--okd-hyperlink-xs-line-height:16px;--okd-hyperlink-sm-line-height:16px;--okd-hyperlink-md-line-height:20px;--okd-hyperlink-lg-line-height:24px;--okd-hyperlink-medium-font-weight:500;--okd-hyperlink-medium-hover-font-weight:500;--okd-hyperlink-muted-font-weight:400;--okd-hyperlink-muted-hover-font-weight:400;--okd-hyperlink-amplified-font-weight:600;--okd-hyperlink-amplified-hover-font-weight:600;--okd-hyperlink-xs-icon-margin-left:0px;--okd-hyperlink-sm-icon-margin-left:0px;--okd-hyperlink-md-icon-margin-left:0px;--okd-hyperlink-lg-icon-margin-left:0px;--okd-hyperlink-reversed-default-color:var(--okd-color-gray-100);--okd-hyperlink-reversed-default-icon-color:var(--okd-color-gray-200);--okd-hyperlink-reversed-default-underline-color:var(--okd-color-white);--okd-hyperlink-reversed-hover-color:var(--okd-color-gray-300);--okd-hyperlink-reversed-hover-icon-color:var(--okd-color-gray-300);--okd-hyperlink-reversed-hover-underline-color:var(--okd-color-white)}.okui-overflow_scroll{position:relative;width:100%}.okui-overflow_scroll-scroll{overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;white-space:nowrap;width:100%}.okui-overflow_scroll-scroll::-webkit-scrollbar{display:none;height:0;width:0}.okui-overflow_scroll-scroll-children{display:flex;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.okui-overflow_scroll-nav{cursor:pointer}.okui-overflow_scroll-nav-icon{align-items:center;background-image:linear-gradient(270deg,#fff 72.22%,hsla(0,0%,100%,0));background-image:linear-gradient(270deg,var(--okd-overflowscroll-icon-bg-start-color,#fff) 72.22%,var(--okd-overflowscroll-icon-bg-end-color,hsla(0,0%,100%,0)) 100%);color:#929292;color:var(--okd-overflowscroll-icon-color,#929292);display:flex;height:100%;justify-content:center;position:absolute;top:0;visibility:visible;width:36px;z-index:9}.okui-overflow_scroll-nav-icon:hover{color:#3d3d3d;color:var(--okd-overflowscroll-icon-hover-color,#3d3d3d)}.okui-overflow_scroll-nav .icon-left{background-image:linear-gradient(-270deg,#fff 72.22%,hsla(0,0%,100%,0));background-image:linear-gradient(-270deg,var(--okd-overflowscroll-icon-bg-start-color,#fff) 72.22%,var(--okd-overflowscroll-icon-bg-end-color,hsla(0,0%,100%,0)) 100%);left:0}.okui-overflow_scroll-nav .icon-left-inner{transform:rotate(180deg)}.okui-overflow_scroll-nav .icon-right{right:0}.okui-overflow_scroll-nav .icon-hide{visibility:hidden}.index_swipe-block__fncT6{position:relative;width:100%}.index_ssr-swipe-block__tw3lW{overflow:hidden}.index_arrow-container__CCQVd{align-items:center;background:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,92%,.5);border-radius:42px;box-shadow:0 2px 6px rgba(0,0,0,.15);display:flex;height:42px;justify-content:center;width:42px}.index_arrow-container__CCQVd:hover{border:1px solid hsla(0,0%,57%,.5);cursor:pointer}.index_left-arrow__smzt8{left:-21px}.index_left-arrow__smzt8,.index_right-arrow__9TOWt{align-items:center;bottom:0;display:flex;height:42px;justify-content:center;margin:auto 0;position:absolute;top:0;width:42px;z-index:999}.index_right-arrow__9TOWt{right:-21px}.index_swipe-arrow-left-icon__rmcAN,.index_swipe-arrow-right-icon__gZBmy{color:#3d3d3d;font-size:25px}.index_okg-pane__8qe-1{flex-wrap:nowrap;width:100%}.index_ssr__Ox0fA{width:0}.index_swiper-fallback-container__rXsa1{align-items:center;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}:root{--okd-overflowscroll-icon-color:#929292;--okd-overflowscroll-icon-hover-color:#3d3d3d;--okd-overflowscroll-icon-bg-start-color:#fff;--okd-overflowscroll-icon-bg-end-color:hsla(0,0%,100%,0);--okd-overflowscroll-reversed-icon-color:#929292;--okd-overflowscroll-reversed-icon-hover-color:#e4e2e2;--okd-overflowscroll-reversed-icon-bg-start-color:var(--okd-color-gray-900);--okd-overflowscroll-reversed-icon-bg-end-color:transparent}.okui-overflow_scroll-reversed .okui-overflow_scroll-nav-icon{background-image:linear-gradient(270deg,var(--okd-color-gray-900) 72.22%,var(--okd-color-gray-900) 100%);background-image:linear-gradient(270deg,var(--okd-overflowscroll-reversed-icon-bg-start-color,var(--okd-color-gray-900)) 72.22%,var(--okd-overflowscroll-reversed-icon-bg-end-color,var(--okd-color-gray-900)) 100%);color:#929292;color:var(--okd-overflowscroll-reversed-icon-color,#929292)}.okui-overflow_scroll-reversed .okui-overflow_scroll-nav-icon:hover{color:#e4e2e2;color:var(--okd-overflowscroll-reversed-icon-hover-color,#e4e2e2)}.okui-overflow_scroll-reversed .icon-left{background-image:linear-gradient(-270deg,var(--okd-color-gray-900) 72.22%,var(--okd-color-gray-900) 100%);background-image:linear-gradient(-270deg,var(--okd-overflowscroll-reversed-icon-bg-start-color,var(--okd-color-gray-900)) 72.22%,var(--okd-overflowscroll-reversed-icon-bg-end-color,var(--okd-color-gray-900)) 100%)}.okui-tooltip .okui-popup-layer-content{word-wrap:break-word;border-radius:2px;color:var(--okd-tooltip-default-font-color);font-size:12px;line-height:16px;max-width:160px;padding:6px 8px}.okui-tooltip .okui-popup-layer-arrow-inner,.okui-tooltip .okui-popup-layer-content{background-color:var(--okd-tooltip-neutral-background)}.okui-tooltip-negative .okui-popup-layer-arrow-inner,.okui-tooltip-negative .okui-popup-layer-content{background-color:var(--okd-tooltip-negative-background)}.okui-tooltip-positive .okui-popup-layer-arrow-inner,.okui-tooltip-positive .okui-popup-layer-content{background-color:var(--okd-tooltip-positive-background)}.okui-tooltip-informative .okui-popup-layer-arrow-inner,.okui-tooltip-informative .okui-popup-layer-content{background-color:var(--okd-tooltip-informative-background)}.index_black__\+mQH3{color:#000}.index_count__iYVPw{font-size:12px;font-weight:500;line-height:16px}.index_end__xg8q\+{color:#929292}.index_text__Q7iv-{display:block;white-space:nowrap}:root{--okd-tooltip-default-font-color:var(--okd-color-text-white);--okd-tooltip-neutral-background:var(--okd-color-gray-800);--okd-tooltip-negative-background:var(--okd-color-fq-red-lv1);--okd-tooltip-positive-background:var(--okd-color-fq-green-lv1);--okd-tooltip-informative-background:var(--okd-color-blue-700)}.index_primary-hot-titles__FfJFs{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;font-size:16px;font-weight:700;line-height:20px;margin-bottom:6px;margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (min-width:768px){.index_primary-hot-titles__FfJFs{margin-bottom:8px}}.index_items__pPi1X{color:#6e6e6e;font-size:12px;font-weight:400;line-height:16px;white-space:nowrap}.index_items__pPi1X .index_price__v3QGr{margin-bottom:14px}.index_items__pPi1X .index_price-number__r0Hkl{color:#000;font-size:12px;font-weight:700;line-height:16px}@media (min-width:768px){.index_items__pPi1X .index_price-number__r0Hkl{font-size:16px;line-height:20px}}.index_items__pPi1X .index_text__iUahV{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-right:4px;max-width:147px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_free__0-nuU{color:#31bd65;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-left:4px;text-align:left}.index_timer__MZYjZ{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;margin-top:16px}@media (min-width:768px){.index_timer__MZYjZ{margin-bottom:10px;margin-top:14px}}.index_timer__MZYjZ .index_icons-items__7XHys{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:.5px solid #dbdbdb;border-radius:100px;color:#000;font-size:12px;font-weight:500;line-height:16px;max-width:120px;overflow:hidden;padding:3px 6px;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.index_timer__MZYjZ .index_icons-items__7XHys{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.4);border:.5px solid #dbdbdb;border-radius:100px;padding:3px 6px}}.index_timer__MZYjZ .index_icons-items__7XHys .index_ticker-icon__Qg-oO{margin-right:3px}.index_timer__MZYjZ .index_icons-items__7XHys .index_location__NMTFY{flex:1 1}.index_ticker__fSqr8{margin-right:4px}.index_items-text__F5-3l{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:block;overflow:hidden;text-overflow:ellipsis}.index_list__Sxjjl .index_primary-hot-titles__FfJFs{font-size:12px;line-height:16px;margin-bottom:4px;margin-top:6px}@media (min-width:768px){.index_list__Sxjjl .index_primary-hot-titles__FfJFs{font-size:16px;line-height:20px;margin-bottom:10px;margin-top:12px}}.index_list__Sxjjl .index_price__v3QGr .index_text__iUahV{display:none}@media (min-width:768px){.index_list__Sxjjl .index_price__v3QGr .index_text__iUahV{display:inline-block}}.index_list__Sxjjl .index_price__v3QGr .index_free__0-nuU{font-size:12px;line-height:16px;margin-left:0}@media (min-width:768px){.index_list__Sxjjl .index_price__v3QGr .index_free__0-nuU{font-size:16px;line-height:20px;margin-left:4px}.index_list__Sxjjl .index_price__v3QGr{margin-bottom:12px}}.index_list__Sxjjl .index_price-number__r0Hkl{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:12px;line-height:16px;margin-left:0;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.index_list__Sxjjl .index_price-number__r0Hkl{font-size:16px;line-height:20px;margin-left:4px}}.index_list__Sxjjl .index_timer__MZYjZ{display:block;font-size:12px;line-height:16px;margin:4px 0 0}.index_list__Sxjjl .index_timer__MZYjZ .index_icons-items__7XHys{border:0;padding:4px 0}@media (min-width:768px){.index_list__Sxjjl .index_timer__MZYjZ .index_right__fxdZY{margin-top:12px;width:100%}}.index_list__Sxjjl .index_ticker-wrap__-rZ5Q{display:none}.index_list__Sxjjl .index_location__NMTFY{flex:1 1;max-width:150px}@media (min-width:768px){.index_list__Sxjjl .index_location__NMTFY{max-width:205px}}.index_primary-hot-titles__6l0py{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (min-width:768px){.index_primary-hot-titles__6l0py{margin-bottom:10px;margin-top:12px}}@media (min-width:1024px){.index_primary-hot-titles__6l0py{margin-bottom:8px;margin-top:12px}}.index_items__27YVd{color:#6e6e6e;font-size:12px;font-weight:400;line-height:16px}.index_items__27YVd .index_price__Y4MuN{margin-bottom:14px}.index_items__27YVd .index_text__WnhT2{margin-right:4px;max-width:147px}.index_items__27YVd .index_price-number__GO45U,.index_items__27YVd .index_text__WnhT2{-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_items__27YVd .index_price-number__GO45U{color:#000;font-size:16px;font-weight:700;line-height:20px}.index_items__27YVd .index_free__tM-WE{color:#31bd65;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-left:4px;text-align:left}div.index_ended__MFmCw{display:none;padding:6px 0}div.index_ended__MFmCw .index_price-number__GO45U{font-size:14px;line-height:16px}.index_floor__z\+aFF{margin-top:10px}.index_roi__aRP9n{align-items:center;color:#6e6e6e;display:flex;font-size:12px;line-height:16px}.index_roi-number__Hqt9K{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#31bd65;font-size:16px;font-weight:700;line-height:20px;margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_roi__aRP9n .index_red__ieQ7e{color:red}.index_timer__ien0C{margin-bottom:10px;margin-top:16px}.index_timer__ien0C .index_icons-items__e0lii{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.4);border:.5px solid #dbdbdb;border-radius:100px;color:#000;font-size:12px;font-weight:500;line-height:16px;margin-left:4px;padding:3px 6px}.index_timer__ien0C .index_icons-items__e0lii .index_ticker__6DFGo{margin-left:5px}.index_timer__ien0C .index_icons-items__e0lii .index_ticker-icon__E3vAp{margin-right:3px}@media (min-width:1024px){.index_timer__ien0C{background:#fff;bottom:0;left:0;position:absolute;width:100%;z-index:3}}.index_list__XOaUx .index_primary-hot-titles__6l0py{font-size:12px;line-height:16px;margin-bottom:4px;margin-top:6px}@media (min-width:768px){.index_list__XOaUx .index_primary-hot-titles__6l0py{font-size:16px;line-height:20px;margin-bottom:12px;margin-top:12px}}.index_list__XOaUx .index_price__Y4MuN{margin-bottom:22px}.index_list__XOaUx .index_price__Y4MuN .index_text__WnhT2{display:none}.index_list__XOaUx .index_price__Y4MuN .index_free__tM-WE{font-size:12px;line-height:16px;margin-left:0}.index_list__XOaUx .index_price-number__GO45U{font-size:12px;line-height:16px;max-width:100px;white-space:nowrap}@media (min-width:768px){.index_list__XOaUx .index_price__Y4MuN{margin-bottom:40px}.index_list__XOaUx .index_price-number__GO45U{font-size:16px;line-height:20px}}.index_list__XOaUx .index_timer__ien0C{font-size:12px;line-height:16px}.index_list__XOaUx .index_timer__ien0C .index_icons-items__e0lii{border:0}.index_list__XOaUx .index_roi__aRP9n{margin-bottom:22px}.index_list__XOaUx .index_roi-number__Hqt9K{font-size:12px;line-height:16px}@media (min-width:768px){.index_list__XOaUx .index_roi__aRP9n{display:flex;justify-content:space-between;margin-bottom:40px}.index_list__XOaUx .index_roi-number__Hqt9K{font-size:16px;line-height:20px}}.index_primary-hot-titles__Rk8AL{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (min-width:768px){.index_primary-hot-titles__Rk8AL{margin-bottom:10px;margin-top:12px}}@media (min-width:1024px){.index_primary-hot-titles__Rk8AL{margin-bottom:8px;margin-top:12px}}.index_items__7S1HY{color:#6e6e6e;font-size:12px;font-weight:400;line-height:16px}.index_items__7S1HY .index_price__OBBPc{margin-bottom:14px}.index_items__7S1HY .index_text__1yZgj{margin-right:4px;max-width:147px}.index_items__7S1HY .index_price-number__w0PF7,.index_items__7S1HY .index_text__1yZgj{-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_items__7S1HY .index_price-number__w0PF7{color:#000;font-size:16px;font-weight:700;line-height:20px}.index_items__7S1HY .index_free__hSz48{color:#31bd65;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-left:4px;text-align:left}div.index_ended__5VTjD{display:none;padding:6px 0}div.index_ended__5VTjD .index_price-number__w0PF7{font-size:14px;line-height:16px}.index_floor__qNgIY{margin-top:10px}.index_roi__adNRS{align-items:center;color:#6e6e6e;display:flex;font-size:12px;line-height:16px}.index_roi-number__LTVIe{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#31bd65;font-size:16px;font-weight:700;line-height:20px;margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_roi__adNRS .index_red__VyH74{color:red}.index_timer__9o6Zu{margin-bottom:10px;margin-top:16px}.index_timer__9o6Zu .index_icons-items__E1wXN{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.4);border:.5px solid #dbdbdb;border-radius:100px;color:#000;font-size:12px;font-weight:500;line-height:16px;margin-left:4px;padding:3px 6px}.index_timer__9o6Zu .index_icons-items__E1wXN .index_ticker__kMei-{margin-left:5px}.index_timer__9o6Zu .index_icons-items__E1wXN .index_ticker-icon__3PLhK{margin-right:3px}@media (min-width:1024px){.index_timer__9o6Zu{background:#fff;bottom:0;left:0;position:absolute;width:100%;z-index:3}}.index_list__rg4hT .index_primary-hot-titles__Rk8AL{font-size:12px;line-height:16px;margin-bottom:4px;margin-top:6px}@media (min-width:768px){.index_list__rg4hT .index_primary-hot-titles__Rk8AL{font-size:16px;line-height:20px;margin-bottom:12px;margin-top:12px}}.index_list__rg4hT .index_price__OBBPc{margin-bottom:22px}.index_list__rg4hT .index_price__OBBPc .index_text__1yZgj{display:none}.index_list__rg4hT .index_price__OBBPc .index_free__hSz48{font-size:12px;line-height:16px;margin-left:0}.index_list__rg4hT .index_price-number__w0PF7{font-size:12px;line-height:16px;max-width:100px;white-space:nowrap}@media (min-width:768px){.index_list__rg4hT .index_price__OBBPc{margin-bottom:40px}.index_list__rg4hT .index_price-number__w0PF7{font-size:16px;line-height:20px}}.index_list__rg4hT .index_timer__9o6Zu{font-size:12px;line-height:16px}.index_list__rg4hT .index_timer__9o6Zu .index_icons-items__E1wXN{border:0}.index_list__rg4hT .index_roi__adNRS{margin-bottom:22px}.index_list__rg4hT .index_roi-number__LTVIe{font-size:12px;line-height:16px}@media (min-width:768px){.index_list__rg4hT .index_roi__adNRS{display:flex;justify-content:space-between;margin-bottom:40px}.index_list__rg4hT .index_roi-number__LTVIe{font-size:16px;line-height:20px}}.index_primary-hot-titles__AdlkQ{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;font-size:16px;font-weight:700;line-height:20px;margin-bottom:8px;margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (min-width:768px){.index_primary-hot-titles__AdlkQ{margin-bottom:10px;margin-top:12px}}@media (min-width:1024px){.index_primary-hot-titles__AdlkQ{margin-bottom:8px;margin-top:12px}}.index_items__9Xs\+l{color:#6e6e6e;font-size:12px;font-weight:400;line-height:16px}.index_items__9Xs\+l .index_price__w7CXC{margin-bottom:14px}.index_items__9Xs\+l .index_text__9y9k-{margin-right:4px;max-width:147px}.index_items__9Xs\+l .index_price-number__LmNOL,.index_items__9Xs\+l .index_text__9y9k-{-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_items__9Xs\+l .index_price-number__LmNOL{color:#000;font-size:16px;font-weight:700;line-height:20px}.index_items__9Xs\+l .index_free__wDzvk{color:#31bd65;font-size:16px;font-weight:700;letter-spacing:0;line-height:20px;margin-left:4px;text-align:left}div.index_ended__IOb3-{display:none;padding:6px 0}div.index_ended__IOb3- .index_price-number__LmNOL{font-size:14px;line-height:16px}.index_floor__qDCUq{margin-top:10px}.index_roi__mzU\+1{align-items:center;color:#6e6e6e;display:flex;font-size:12px;line-height:16px}.index_roi-number__N\+pAQ{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#31bd65;font-size:16px;font-weight:700;line-height:20px;margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.index_roi__mzU\+1 .index_red__-7UFk{color:red}.index_timer__a0kuu{margin-bottom:10px;margin-top:16px}.index_timer__a0kuu .index_icons-items__-OdHc{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.4);border:.5px solid #dbdbdb;border-radius:100px;color:#000;font-size:12px;font-weight:500;line-height:16px;margin-left:4px;padding:3px 6px}.index_timer__a0kuu .index_icons-items__-OdHc .index_ticker__DzDaw{margin-left:5px}.index_timer__a0kuu .index_icons-items__-OdHc .index_ticker-icon__k2Xn\+{margin-right:3px}@media (min-width:1024px){.index_timer__a0kuu{background:#fff;bottom:0;left:0;position:absolute;width:100%;z-index:3}}.index_list__sSoeh .index_primary-hot-titles__AdlkQ{font-size:12px;line-height:16px;margin-bottom:4px;margin-top:6px}@media (min-width:768px){.index_list__sSoeh .index_primary-hot-titles__AdlkQ{font-size:16px;line-height:20px;margin-bottom:12px;margin-top:12px}}.index_list__sSoeh .index_price__w7CXC{margin-bottom:22px}.index_list__sSoeh .index_price__w7CXC .index_text__9y9k-{display:none}.index_list__sSoeh .index_price__w7CXC .index_free__wDzvk{font-size:12px;line-height:16px;margin-left:0}.index_list__sSoeh .index_price-number__LmNOL{font-size:12px;line-height:16px;max-width:100px;white-space:nowrap}@media (min-width:768px){.index_list__sSoeh .index_price__w7CXC{margin-bottom:40px}.index_list__sSoeh .index_price-number__LmNOL{font-size:16px;line-height:20px}}.index_list__sSoeh .index_timer__a0kuu{font-size:12px;line-height:16px}.index_list__sSoeh .index_timer__a0kuu .index_icons-items__-OdHc{border:0}.index_list__sSoeh .index_roi__mzU\+1{margin-bottom:22px}.index_list__sSoeh .index_roi-number__N\+pAQ{font-size:12px;line-height:16px}@media (min-width:768px){.index_list__sSoeh .index_roi__mzU\+1{display:flex;justify-content:space-between;margin-bottom:40px}.index_list__sSoeh .index_roi-number__N\+pAQ{font-size:16px;line-height:20px}}#index_col-y-default__cHbX1 .index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:8px;padding-right:8px;width:25%}#index_col-y-default__cHbX1 .index_okg-col-offset-1__ctoLl{margin-left:25%}#index_col-y-default__cHbX1 .index_okg-col-offset-right-1__x3Q4V{margin-right:25%}#index_col-y-default__cHbX1 .index_okg-col-2__-UMda{box-sizing:border-box;padding-left:8px;padding-right:8px;width:50%}#index_col-y-default__cHbX1 .index_okg-col-offset-2__Agm07{margin-left:50%}#index_col-y-default__cHbX1 .index_okg-col-offset-right-2__IXatu{margin-right:50%}#index_col-y-default__cHbX1 .index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:8px;padding-right:8px;width:75%}#index_col-y-default__cHbX1 .index_okg-col-offset-3__WzMRr{margin-left:75%}#index_col-y-default__cHbX1 .index_okg-col-offset-right-3__RdWmk{margin-right:75%}#index_col-y-default__cHbX1 .index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}#index_col-y-default__cHbX1 .index_okg-col-offset-4__25zMT{margin-left:100%}#index_col-y-default__cHbX1 .index_okg-col-offset-right-4__L6\+8V{margin-right:100%}#index_col-y-default__cHbX1 .index_okg-col-12__ampas{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}@media (min-width:768px){#index_col-y-others__5kENy .index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-1__ctoLl{margin-left:8.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-1__x3Q4V{margin-right:8.33333333%}#index_col-y-others__5kENy .index_okg-col-2__-UMda{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-2__Agm07{margin-left:16.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-2__IXatu{margin-right:16.66666667%}#index_col-y-others__5kENy .index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}#index_col-y-others__5kENy .index_okg-col-offset-3__WzMRr{margin-left:25%}#index_col-y-others__5kENy .index_okg-col-offset-right-3__RdWmk{margin-right:25%}#index_col-y-others__5kENy .index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-4__25zMT{margin-left:33.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-4__L6\+8V{margin-right:33.33333333%}#index_col-y-others__5kENy .index_okg-col-5__vodKi{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-5__D6hqD{margin-left:41.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-5__BNNWh{margin-right:41.66666667%}#index_col-y-others__5kENy .index_okg-col-6__vXiXg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}#index_col-y-others__5kENy .index_okg-col-offset-6__zkdzR{margin-left:50%}#index_col-y-others__5kENy .index_okg-col-offset-right-6__LAb4y{margin-right:50%}#index_col-y-others__5kENy .index_okg-col-7__M89Fe{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-7__Xk-tT{margin-left:58.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-7__hWXUv{margin-right:58.33333333%}#index_col-y-others__5kENy .index_okg-col-8__VvrQT{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-8__IGnkt{margin-left:66.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-8__S2aAM{margin-right:66.66666667%}#index_col-y-others__5kENy .index_okg-col-9__OuEOt{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}#index_col-y-others__5kENy .index_okg-col-offset-9__iAXpU{margin-left:75%}#index_col-y-others__5kENy .index_okg-col-offset-right-9__dR7-1{margin-right:75%}#index_col-y-others__5kENy .index_okg-col-10__wAgsk{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-10__JEf-Y{margin-left:83.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-10__uoWSU{margin-right:83.33333333%}#index_col-y-others__5kENy .index_okg-col-11__BlBk4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-11__-1LNJ{margin-left:91.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-11__TTPIP{margin-right:91.66666667%}#index_col-y-others__5kENy .index_okg-col-12__ampas{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}#index_col-y-others__5kENy .index_okg-col-offset-12__v5lK3{margin-left:100%}#index_col-y-others__5kENy .index_okg-col-offset-right-12__WGehs{margin-right:100%}}@media (min-width:1024px){#index_col-y-others__5kENy .index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-1__ctoLl{margin-left:8.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-1__x3Q4V{margin-right:8.33333333%}#index_col-y-others__5kENy .index_okg-col-2__-UMda{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-2__Agm07{margin-left:16.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-2__IXatu{margin-right:16.66666667%}#index_col-y-others__5kENy .index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}#index_col-y-others__5kENy .index_okg-col-offset-3__WzMRr{margin-left:25%}#index_col-y-others__5kENy .index_okg-col-offset-right-3__RdWmk{margin-right:25%}#index_col-y-others__5kENy .index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-4__25zMT{margin-left:33.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-4__L6\+8V{margin-right:33.33333333%}#index_col-y-others__5kENy .index_okg-col-5__vodKi{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-5__D6hqD{margin-left:41.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-5__BNNWh{margin-right:41.66666667%}#index_col-y-others__5kENy .index_okg-col-6__vXiXg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}#index_col-y-others__5kENy .index_okg-col-offset-6__zkdzR{margin-left:50%}#index_col-y-others__5kENy .index_okg-col-offset-right-6__LAb4y{margin-right:50%}#index_col-y-others__5kENy .index_okg-col-7__M89Fe{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-7__Xk-tT{margin-left:58.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-7__hWXUv{margin-right:58.33333333%}#index_col-y-others__5kENy .index_okg-col-8__VvrQT{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-8__IGnkt{margin-left:66.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-8__S2aAM{margin-right:66.66666667%}#index_col-y-others__5kENy .index_okg-col-9__OuEOt{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}#index_col-y-others__5kENy .index_okg-col-offset-9__iAXpU{margin-left:75%}#index_col-y-others__5kENy .index_okg-col-offset-right-9__dR7-1{margin-right:75%}#index_col-y-others__5kENy .index_okg-col-10__wAgsk{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-10__JEf-Y{margin-left:83.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-10__uoWSU{margin-right:83.33333333%}#index_col-y-others__5kENy .index_okg-col-11__BlBk4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-11__-1LNJ{margin-left:91.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-11__TTPIP{margin-right:91.66666667%}#index_col-y-others__5kENy .index_okg-col-12__ampas{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}#index_col-y-others__5kENy .index_okg-col-offset-12__v5lK3{margin-left:100%}#index_col-y-others__5kENy .index_okg-col-offset-right-12__WGehs{margin-right:100%}}@media (min-width:1270px){#index_col-y-others__5kENy .index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-1__ctoLl{margin-left:8.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-1__x3Q4V{margin-right:8.33333333%}#index_col-y-others__5kENy .index_okg-col-2__-UMda{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-2__Agm07{margin-left:16.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-2__IXatu{margin-right:16.66666667%}#index_col-y-others__5kENy .index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}#index_col-y-others__5kENy .index_okg-col-offset-3__WzMRr{margin-left:25%}#index_col-y-others__5kENy .index_okg-col-offset-right-3__RdWmk{margin-right:25%}#index_col-y-others__5kENy .index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-4__25zMT{margin-left:33.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-4__L6\+8V{margin-right:33.33333333%}#index_col-y-others__5kENy .index_okg-col-5__vodKi{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-5__D6hqD{margin-left:41.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-5__BNNWh{margin-right:41.66666667%}#index_col-y-others__5kENy .index_okg-col-6__vXiXg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}#index_col-y-others__5kENy .index_okg-col-offset-6__zkdzR{margin-left:50%}#index_col-y-others__5kENy .index_okg-col-offset-right-6__LAb4y{margin-right:50%}#index_col-y-others__5kENy .index_okg-col-7__M89Fe{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-7__Xk-tT{margin-left:58.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-7__hWXUv{margin-right:58.33333333%}#index_col-y-others__5kENy .index_okg-col-8__VvrQT{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-8__IGnkt{margin-left:66.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-8__S2aAM{margin-right:66.66666667%}#index_col-y-others__5kENy .index_okg-col-9__OuEOt{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}#index_col-y-others__5kENy .index_okg-col-offset-9__iAXpU{margin-left:75%}#index_col-y-others__5kENy .index_okg-col-offset-right-9__dR7-1{margin-right:75%}#index_col-y-others__5kENy .index_okg-col-10__wAgsk{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-10__JEf-Y{margin-left:83.33333333%}#index_col-y-others__5kENy .index_okg-col-offset-right-10__uoWSU{margin-right:83.33333333%}#index_col-y-others__5kENy .index_okg-col-11__BlBk4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-11__-1LNJ{margin-left:91.66666667%}#index_col-y-others__5kENy .index_okg-col-offset-right-11__TTPIP{margin-right:91.66666667%}#index_col-y-others__5kENy .index_okg-col-12__ampas{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}#index_col-y-others__5kENy .index_okg-col-offset-12__v5lK3{margin-left:100%}#index_col-y-others__5kENy .index_okg-col-offset-right-12__WGehs{margin-right:100%}}@media (max-width:767px){#index_col-x-y__hwMHR .index_okg-col-sm-0__NIuKl{box-sizing:border-box;padding-left:8px;padding-right:8px;width:0}#index_col-x-y__hwMHR .index_okg-col-sm-offset-0__TxYqf{margin-left:0}#index_col-x-y__hwMHR .index_okg-col-sm-offset-right-0__xzj-y{margin-right:0}#index_col-x-y__hwMHR .index_okg-col-sm-1__qQFSK{box-sizing:border-box;padding-left:8px;padding-right:8px;width:25%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-1__U86KG{margin-left:25%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-right-1__NsweE{margin-right:25%}#index_col-x-y__hwMHR .index_okg-col-sm-2__Ngodl{box-sizing:border-box;padding-left:8px;padding-right:8px;width:50%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-2__OAgBs{margin-left:50%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-right-2__30GVR{margin-right:50%}#index_col-x-y__hwMHR .index_okg-col-sm-3__31iAU{box-sizing:border-box;padding-left:8px;padding-right:8px;width:75%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-3__Opja\+{margin-left:75%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-right-3__B\+Rie{margin-right:75%}#index_col-x-y__hwMHR .index_okg-col-sm-4__ZvdHE{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-4__fLeVU{margin-left:100%}#index_col-x-y__hwMHR .index_okg-col-sm-offset-right-4__8X1fy{margin-right:100%}}@media (min-width:768px){#index_col-x-y__hwMHR .index_okg-col-md-0__RbdlP{box-sizing:border-box;padding-left:12px;padding-right:12px;width:0}#index_col-x-y__hwMHR .index_okg-col-md-offset-0__Ld7uN{margin-left:0}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-0__BP3MZ{margin-right:0}#index_col-x-y__hwMHR .index_okg-col-md-1__hCcsK{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-1__49Bsh{margin-left:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-1__iSFq9{margin-right:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-2__TZmNw{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-2__IGepp{margin-left:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-2__0j6VJ{margin-right:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-3__hZHlx{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}#index_col-x-y__hwMHR .index_okg-col-md-offset-3__SiGon{margin-left:25%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-3__RzgOh{margin-right:25%}#index_col-x-y__hwMHR .index_okg-col-md-4__k5wS8{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-4__NcT-c{margin-left:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-4__wpsNA{margin-right:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-5__kgrDn{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-5__4EBWg{margin-left:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-5__o7Bls{margin-right:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-6__kYQTh{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}#index_col-x-y__hwMHR .index_okg-col-md-offset-6__UhMyd{margin-left:50%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-6__cEQBR{margin-right:50%}#index_col-x-y__hwMHR .index_okg-col-md-7__SoxHS{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-7__470Ar{margin-left:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-7__T0snF{margin-right:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-8__XfPD4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-8__2CFTn{margin-left:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-8__SRmNC{margin-right:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-9__jFyca{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}#index_col-x-y__hwMHR .index_okg-col-md-offset-9__v-PYF{margin-left:75%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-9__aZkgJ{margin-right:75%}#index_col-x-y__hwMHR .index_okg-col-md-10__4cnAy{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-10__G778U{margin-left:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-10__vipgJ{margin-right:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-md-11__8KQX3{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-11__qByzE{margin-left:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-11__G18IK{margin-right:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-md-12__JrI5z{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}#index_col-x-y__hwMHR .index_okg-col-md-offset-12__j8n2o{margin-left:100%}#index_col-x-y__hwMHR .index_okg-col-md-offset-right-12__Ya4tq{margin-right:100%}}@media (min-width:1024px){#index_col-x-y__hwMHR .index_okg-col-lg-0__emoJO{box-sizing:border-box;padding-left:12px;padding-right:12px;width:0}#index_col-x-y__hwMHR .index_okg-col-lg-offset-0__h-qz0{margin-left:0}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-0__UbLHk{margin-right:0}#index_col-x-y__hwMHR .index_okg-col-lg-1__yAOLc{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-1__ia5n7{margin-left:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-1__YOIVV{margin-right:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-2__x3IpQ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-2__Qvoq9{margin-left:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-2__HMWxT{margin-right:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-3__uQHm3{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-3__6C-ZF{margin-left:25%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-3__RqWbg{margin-right:25%}#index_col-x-y__hwMHR .index_okg-col-lg-4__hR6RY{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-4__Yluei{margin-left:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-4__fYTtg{margin-right:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-5__qSKgM{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-5__g3RCn{margin-left:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-5__rAfBi{margin-right:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-6__7Cssv{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-6__HRIBV{margin-left:50%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-6__5N8kL{margin-right:50%}#index_col-x-y__hwMHR .index_okg-col-lg-7__wp8d\+{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-7__ulyN3{margin-left:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-7__RVcC1{margin-right:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-8__GaFOl{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-8__IBGp8{margin-left:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-8__XVqeg{margin-right:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-9__Tmwr3{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-9__sAEuV{margin-left:75%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-9__vFFNW{margin-right:75%}#index_col-x-y__hwMHR .index_okg-col-lg-10__WJwBW{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-10__0xTyz{margin-left:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-10__kIIBq{margin-right:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-lg-11__o5jIp{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-11__mKjgl{margin-left:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-11__ydWeo{margin-right:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-lg-12__R\+Qix{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-12__FF3CC{margin-left:100%}#index_col-x-y__hwMHR .index_okg-col-lg-offset-right-12__-44OR{margin-right:100%}}@media (min-width:1270px){#index_col-x-y__hwMHR .index_okg-col-xl-0__ok\+dB{box-sizing:border-box;padding-left:12px;padding-right:12px;width:0}#index_col-x-y__hwMHR .index_okg-col-xl-offset-0__6wF-d{margin-left:0}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-0__2dFkQ{margin-right:0}#index_col-x-y__hwMHR .index_okg-col-xl-1__Q5LOE{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-1__fvMpr{margin-left:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-1__16-XC{margin-right:8.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-2__kVZoI{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-2__SKM64{margin-left:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-2__CYim9{margin-right:16.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-3__lfSG8{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-3__hf8Hy{margin-left:25%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-3__Kwzc0{margin-right:25%}#index_col-x-y__hwMHR .index_okg-col-xl-4__3OiJW{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-4__vEZ\+Y{margin-left:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-4__kTqTw{margin-right:33.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-5__N0kmG{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-5__--lqm{margin-left:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-5__s-Tzh{margin-right:41.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-6__aTgzJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-6__bEyKZ{margin-left:50%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-6__O3RGm{margin-right:50%}#index_col-x-y__hwMHR .index_okg-col-xl-7__Fh2Zj{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-7__o-ZFW{margin-left:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-7__RK9-k{margin-right:58.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-8__OHFvE{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-8__ELJa-{margin-left:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-8__lW2Gf{margin-right:66.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-9__GmM7q{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-9__qsJFt{margin-left:75%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-9__DOsRT{margin-right:75%}#index_col-x-y__hwMHR .index_okg-col-xl-10__iZbXv{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-10__rM0Gg{margin-left:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-10__FEHdH{margin-right:83.33333333%}#index_col-x-y__hwMHR .index_okg-col-xl-11__QYgaO{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-11__Fx5RU{margin-left:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-11__ytDOB{margin-right:91.66666667%}#index_col-x-y__hwMHR .index_okg-col-xl-12__8-s7D{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-12__6e7hL{margin-left:100%}#index_col-x-y__hwMHR .index_okg-col-xl-offset-right-12__GeX2U{margin-right:100%}}.index_okg__Umzrl{padding-left:8px;padding-right:8px}@media (min-width:768px){.index_okg__Umzrl{padding-left:12px;padding-right:12px}}@media (min-width:1024px){.index_okg__Umzrl{padding-left:calc(50% - 480px);padding-right:calc(50% - 480px)}}@media (min-width:1270px){.index_okg__Umzrl{padding-left:calc(50% - 624px);padding-right:calc(50% - 624px)}}.index_okg-rail__W-rEa{margin-left:-8px;margin-right:-8px}@media (min-width:768px){.index_okg-rail__W-rEa{margin-left:-12px;margin-right:-12px}}@media (min-width:1024px){.index_okg-rail__W-rEa{margin-left:0;margin-right:0}}.index_okg-col-rail__53ifY{margin-left:-16px;margin-right:-16px}@media (min-width:768px){.index_okg-col-rail__53ifY{margin-left:-24px;margin-right:-24px}}@media (min-width:1024px){.index_okg-col-rail__53ifY{margin-left:0;margin-right:0}}.index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:8px;padding-right:8px;width:25%}.index_okg-col-offset-1__ctoLl{margin-left:25%}.index_okg-col-offset-right-1__x3Q4V{margin-right:25%}.index_okg-col-2__-UMda{box-sizing:border-box;padding-left:8px;padding-right:8px;width:50%}.index_okg-col-offset-2__Agm07{margin-left:50%}.index_okg-col-offset-right-2__IXatu{margin-right:50%}.index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:8px;padding-right:8px;width:75%}.index_okg-col-offset-3__WzMRr{margin-left:75%}.index_okg-col-offset-right-3__RdWmk{margin-right:75%}.index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}.index_okg-col-offset-4__25zMT{margin-left:100%}.index_okg-col-offset-right-4__L6\+8V{margin-right:100%}.index_okg-col-12__ampas{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}@media (min-width:768px){.index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}.index_okg-col-offset-1__ctoLl{margin-left:8.33333333%}.index_okg-col-offset-right-1__x3Q4V{margin-right:8.33333333%}.index_okg-col-2__-UMda{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}.index_okg-col-offset-2__Agm07{margin-left:16.66666667%}.index_okg-col-offset-right-2__IXatu{margin-right:16.66666667%}.index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}.index_okg-col-offset-3__WzMRr{margin-left:25%}.index_okg-col-offset-right-3__RdWmk{margin-right:25%}.index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}.index_okg-col-offset-4__25zMT{margin-left:33.33333333%}.index_okg-col-offset-right-4__L6\+8V{margin-right:33.33333333%}.index_okg-col-5__vodKi{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}.index_okg-col-offset-5__D6hqD{margin-left:41.66666667%}.index_okg-col-offset-right-5__BNNWh{margin-right:41.66666667%}.index_okg-col-6__vXiXg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}.index_okg-col-offset-6__zkdzR{margin-left:50%}.index_okg-col-offset-right-6__LAb4y{margin-right:50%}.index_okg-col-7__M89Fe{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}.index_okg-col-offset-7__Xk-tT{margin-left:58.33333333%}.index_okg-col-offset-right-7__hWXUv{margin-right:58.33333333%}.index_okg-col-8__VvrQT{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}.index_okg-col-offset-8__IGnkt{margin-left:66.66666667%}.index_okg-col-offset-right-8__S2aAM{margin-right:66.66666667%}.index_okg-col-9__OuEOt{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}.index_okg-col-offset-9__iAXpU{margin-left:75%}.index_okg-col-offset-right-9__dR7-1{margin-right:75%}.index_okg-col-10__wAgsk{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}.index_okg-col-offset-10__JEf-Y{margin-left:83.33333333%}.index_okg-col-offset-right-10__uoWSU{margin-right:83.33333333%}.index_okg-col-11__BlBk4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}.index_okg-col-offset-11__-1LNJ{margin-left:91.66666667%}.index_okg-col-offset-right-11__TTPIP{margin-right:91.66666667%}.index_okg-col-12__ampas{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}.index_okg-col-offset-12__v5lK3{margin-left:100%}.index_okg-col-offset-right-12__WGehs{margin-right:100%}}@media (min-width:1024px){.index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}.index_okg-col-offset-1__ctoLl{margin-left:8.33333333%}.index_okg-col-offset-right-1__x3Q4V{margin-right:8.33333333%}.index_okg-col-2__-UMda{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}.index_okg-col-offset-2__Agm07{margin-left:16.66666667%}.index_okg-col-offset-right-2__IXatu{margin-right:16.66666667%}.index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}.index_okg-col-offset-3__WzMRr{margin-left:25%}.index_okg-col-offset-right-3__RdWmk{margin-right:25%}.index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}.index_okg-col-offset-4__25zMT{margin-left:33.33333333%}.index_okg-col-offset-right-4__L6\+8V{margin-right:33.33333333%}.index_okg-col-5__vodKi{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}.index_okg-col-offset-5__D6hqD{margin-left:41.66666667%}.index_okg-col-offset-right-5__BNNWh{margin-right:41.66666667%}.index_okg-col-6__vXiXg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}.index_okg-col-offset-6__zkdzR{margin-left:50%}.index_okg-col-offset-right-6__LAb4y{margin-right:50%}.index_okg-col-7__M89Fe{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}.index_okg-col-offset-7__Xk-tT{margin-left:58.33333333%}.index_okg-col-offset-right-7__hWXUv{margin-right:58.33333333%}.index_okg-col-8__VvrQT{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}.index_okg-col-offset-8__IGnkt{margin-left:66.66666667%}.index_okg-col-offset-right-8__S2aAM{margin-right:66.66666667%}.index_okg-col-9__OuEOt{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}.index_okg-col-offset-9__iAXpU{margin-left:75%}.index_okg-col-offset-right-9__dR7-1{margin-right:75%}.index_okg-col-10__wAgsk{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}.index_okg-col-offset-10__JEf-Y{margin-left:83.33333333%}.index_okg-col-offset-right-10__uoWSU{margin-right:83.33333333%}.index_okg-col-11__BlBk4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}.index_okg-col-offset-11__-1LNJ{margin-left:91.66666667%}.index_okg-col-offset-right-11__TTPIP{margin-right:91.66666667%}.index_okg-col-12__ampas{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}.index_okg-col-offset-12__v5lK3{margin-left:100%}.index_okg-col-offset-right-12__WGehs{margin-right:100%}}@media (min-width:1270px){.index_okg-col-1__RYcOR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}.index_okg-col-offset-1__ctoLl{margin-left:8.33333333%}.index_okg-col-offset-right-1__x3Q4V{margin-right:8.33333333%}.index_okg-col-2__-UMda{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}.index_okg-col-offset-2__Agm07{margin-left:16.66666667%}.index_okg-col-offset-right-2__IXatu{margin-right:16.66666667%}.index_okg-col-3__iE7yJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}.index_okg-col-offset-3__WzMRr{margin-left:25%}.index_okg-col-offset-right-3__RdWmk{margin-right:25%}.index_okg-col-4__2Wt3l{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}.index_okg-col-offset-4__25zMT{margin-left:33.33333333%}.index_okg-col-offset-right-4__L6\+8V{margin-right:33.33333333%}.index_okg-col-5__vodKi{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}.index_okg-col-offset-5__D6hqD{margin-left:41.66666667%}.index_okg-col-offset-right-5__BNNWh{margin-right:41.66666667%}.index_okg-col-6__vXiXg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}.index_okg-col-offset-6__zkdzR{margin-left:50%}.index_okg-col-offset-right-6__LAb4y{margin-right:50%}.index_okg-col-7__M89Fe{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}.index_okg-col-offset-7__Xk-tT{margin-left:58.33333333%}.index_okg-col-offset-right-7__hWXUv{margin-right:58.33333333%}.index_okg-col-8__VvrQT{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}.index_okg-col-offset-8__IGnkt{margin-left:66.66666667%}.index_okg-col-offset-right-8__S2aAM{margin-right:66.66666667%}.index_okg-col-9__OuEOt{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}.index_okg-col-offset-9__iAXpU{margin-left:75%}.index_okg-col-offset-right-9__dR7-1{margin-right:75%}.index_okg-col-10__wAgsk{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}.index_okg-col-offset-10__JEf-Y{margin-left:83.33333333%}.index_okg-col-offset-right-10__uoWSU{margin-right:83.33333333%}.index_okg-col-11__BlBk4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}.index_okg-col-offset-11__-1LNJ{margin-left:91.66666667%}.index_okg-col-offset-right-11__TTPIP{margin-right:91.66666667%}.index_okg-col-12__ampas{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}.index_okg-col-offset-12__v5lK3{margin-left:100%}.index_okg-col-offset-right-12__WGehs{margin-right:100%}}@media (max-width:767px){.index_okg-col-sm-0__NIuKl{box-sizing:border-box;padding-left:8px;padding-right:8px;width:0}.index_okg-col-sm-offset-0__TxYqf{margin-left:0}.index_okg-col-sm-offset-right-0__xzj-y{margin-right:0}.index_okg-col-sm-1__qQFSK{box-sizing:border-box;padding-left:8px;padding-right:8px;width:25%}.index_okg-col-sm-offset-1__U86KG{margin-left:25%}.index_okg-col-sm-offset-right-1__NsweE{margin-right:25%}.index_okg-col-sm-2__Ngodl{box-sizing:border-box;padding-left:8px;padding-right:8px;width:50%}.index_okg-col-sm-offset-2__OAgBs{margin-left:50%}.index_okg-col-sm-offset-right-2__30GVR{margin-right:50%}.index_okg-col-sm-3__31iAU{box-sizing:border-box;padding-left:8px;padding-right:8px;width:75%}.index_okg-col-sm-offset-3__Opja\+{margin-left:75%}.index_okg-col-sm-offset-right-3__B\+Rie{margin-right:75%}.index_okg-col-sm-4__ZvdHE{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}.index_okg-col-sm-offset-4__fLeVU{margin-left:100%}.index_okg-col-sm-offset-right-4__8X1fy{margin-right:100%}}@media (min-width:768px){.index_okg-col-md-0__RbdlP{box-sizing:border-box;padding-left:12px;padding-right:12px;width:0}.index_okg-col-md-offset-0__Ld7uN{margin-left:0}.index_okg-col-md-offset-right-0__BP3MZ{margin-right:0}.index_okg-col-md-1__hCcsK{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}.index_okg-col-md-offset-1__49Bsh{margin-left:8.33333333%}.index_okg-col-md-offset-right-1__iSFq9{margin-right:8.33333333%}.index_okg-col-md-2__TZmNw{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}.index_okg-col-md-offset-2__IGepp{margin-left:16.66666667%}.index_okg-col-md-offset-right-2__0j6VJ{margin-right:16.66666667%}.index_okg-col-md-3__hZHlx{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}.index_okg-col-md-offset-3__SiGon{margin-left:25%}.index_okg-col-md-offset-right-3__RzgOh{margin-right:25%}.index_okg-col-md-4__k5wS8{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}.index_okg-col-md-offset-4__NcT-c{margin-left:33.33333333%}.index_okg-col-md-offset-right-4__wpsNA{margin-right:33.33333333%}.index_okg-col-md-5__kgrDn{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}.index_okg-col-md-offset-5__4EBWg{margin-left:41.66666667%}.index_okg-col-md-offset-right-5__o7Bls{margin-right:41.66666667%}.index_okg-col-md-6__kYQTh{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}.index_okg-col-md-offset-6__UhMyd{margin-left:50%}.index_okg-col-md-offset-right-6__cEQBR{margin-right:50%}.index_okg-col-md-7__SoxHS{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}.index_okg-col-md-offset-7__470Ar{margin-left:58.33333333%}.index_okg-col-md-offset-right-7__T0snF{margin-right:58.33333333%}.index_okg-col-md-8__XfPD4{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}.index_okg-col-md-offset-8__2CFTn{margin-left:66.66666667%}.index_okg-col-md-offset-right-8__SRmNC{margin-right:66.66666667%}.index_okg-col-md-9__jFyca{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}.index_okg-col-md-offset-9__v-PYF{margin-left:75%}.index_okg-col-md-offset-right-9__aZkgJ{margin-right:75%}.index_okg-col-md-10__4cnAy{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}.index_okg-col-md-offset-10__G778U{margin-left:83.33333333%}.index_okg-col-md-offset-right-10__vipgJ{margin-right:83.33333333%}.index_okg-col-md-11__8KQX3{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}.index_okg-col-md-offset-11__qByzE{margin-left:91.66666667%}.index_okg-col-md-offset-right-11__G18IK{margin-right:91.66666667%}.index_okg-col-md-12__JrI5z{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}.index_okg-col-md-offset-12__j8n2o{margin-left:100%}.index_okg-col-md-offset-right-12__Ya4tq{margin-right:100%}}@media (min-width:1024px){.index_okg-col-lg-0__emoJO{box-sizing:border-box;padding-left:12px;padding-right:12px;width:0}.index_okg-col-lg-offset-0__h-qz0{margin-left:0}.index_okg-col-lg-offset-right-0__UbLHk{margin-right:0}.index_okg-col-lg-1__yAOLc{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}.index_okg-col-lg-offset-1__ia5n7{margin-left:8.33333333%}.index_okg-col-lg-offset-right-1__YOIVV{margin-right:8.33333333%}.index_okg-col-lg-2__x3IpQ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}.index_okg-col-lg-offset-2__Qvoq9{margin-left:16.66666667%}.index_okg-col-lg-offset-right-2__HMWxT{margin-right:16.66666667%}.index_okg-col-lg-3__uQHm3{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}.index_okg-col-lg-offset-3__6C-ZF{margin-left:25%}.index_okg-col-lg-offset-right-3__RqWbg{margin-right:25%}.index_okg-col-lg-4__hR6RY{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}.index_okg-col-lg-offset-4__Yluei{margin-left:33.33333333%}.index_okg-col-lg-offset-right-4__fYTtg{margin-right:33.33333333%}.index_okg-col-lg-5__qSKgM{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}.index_okg-col-lg-offset-5__g3RCn{margin-left:41.66666667%}.index_okg-col-lg-offset-right-5__rAfBi{margin-right:41.66666667%}.index_okg-col-lg-6__7Cssv{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}.index_okg-col-lg-offset-6__HRIBV{margin-left:50%}.index_okg-col-lg-offset-right-6__5N8kL{margin-right:50%}.index_okg-col-lg-7__wp8d\+{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}.index_okg-col-lg-offset-7__ulyN3{margin-left:58.33333333%}.index_okg-col-lg-offset-right-7__RVcC1{margin-right:58.33333333%}.index_okg-col-lg-8__GaFOl{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}.index_okg-col-lg-offset-8__IBGp8{margin-left:66.66666667%}.index_okg-col-lg-offset-right-8__XVqeg{margin-right:66.66666667%}.index_okg-col-lg-9__Tmwr3{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}.index_okg-col-lg-offset-9__sAEuV{margin-left:75%}.index_okg-col-lg-offset-right-9__vFFNW{margin-right:75%}.index_okg-col-lg-10__WJwBW{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}.index_okg-col-lg-offset-10__0xTyz{margin-left:83.33333333%}.index_okg-col-lg-offset-right-10__kIIBq{margin-right:83.33333333%}.index_okg-col-lg-11__o5jIp{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}.index_okg-col-lg-offset-11__mKjgl{margin-left:91.66666667%}.index_okg-col-lg-offset-right-11__ydWeo{margin-right:91.66666667%}.index_okg-col-lg-12__R\+Qix{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}.index_okg-col-lg-offset-12__FF3CC{margin-left:100%}.index_okg-col-lg-offset-right-12__-44OR{margin-right:100%}}@media (min-width:1270px){.index_okg-col-xl-0__ok\+dB{box-sizing:border-box;padding-left:12px;padding-right:12px;width:0}.index_okg-col-xl-offset-0__6wF-d{margin-left:0}.index_okg-col-xl-offset-right-0__2dFkQ{margin-right:0}.index_okg-col-xl-1__Q5LOE{box-sizing:border-box;padding-left:12px;padding-right:12px;width:8.33333333%}.index_okg-col-xl-offset-1__fvMpr{margin-left:8.33333333%}.index_okg-col-xl-offset-right-1__16-XC{margin-right:8.33333333%}.index_okg-col-xl-2__kVZoI{box-sizing:border-box;padding-left:12px;padding-right:12px;width:16.66666667%}.index_okg-col-xl-offset-2__SKM64{margin-left:16.66666667%}.index_okg-col-xl-offset-right-2__CYim9{margin-right:16.66666667%}.index_okg-col-xl-3__lfSG8{box-sizing:border-box;padding-left:12px;padding-right:12px;width:25%}.index_okg-col-xl-offset-3__hf8Hy{margin-left:25%}.index_okg-col-xl-offset-right-3__Kwzc0{margin-right:25%}.index_okg-col-xl-4__3OiJW{box-sizing:border-box;padding-left:12px;padding-right:12px;width:33.33333333%}.index_okg-col-xl-offset-4__vEZ\+Y{margin-left:33.33333333%}.index_okg-col-xl-offset-right-4__kTqTw{margin-right:33.33333333%}.index_okg-col-xl-5__N0kmG{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}.index_okg-col-xl-offset-5__--lqm{margin-left:41.66666667%}.index_okg-col-xl-offset-right-5__s-Tzh{margin-right:41.66666667%}.index_okg-col-xl-6__aTgzJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:50%}.index_okg-col-xl-offset-6__bEyKZ{margin-left:50%}.index_okg-col-xl-offset-right-6__O3RGm{margin-right:50%}.index_okg-col-xl-7__Fh2Zj{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}.index_okg-col-xl-offset-7__o-ZFW{margin-left:58.33333333%}.index_okg-col-xl-offset-right-7__RK9-k{margin-right:58.33333333%}.index_okg-col-xl-8__OHFvE{box-sizing:border-box;padding-left:12px;padding-right:12px;width:66.66666667%}.index_okg-col-xl-offset-8__ELJa-{margin-left:66.66666667%}.index_okg-col-xl-offset-right-8__lW2Gf{margin-right:66.66666667%}.index_okg-col-xl-9__GmM7q{box-sizing:border-box;padding-left:12px;padding-right:12px;width:75%}.index_okg-col-xl-offset-9__qsJFt{margin-left:75%}.index_okg-col-xl-offset-right-9__DOsRT{margin-right:75%}.index_okg-col-xl-10__iZbXv{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}.index_okg-col-xl-offset-10__rM0Gg{margin-left:83.33333333%}.index_okg-col-xl-offset-right-10__FEHdH{margin-right:83.33333333%}.index_okg-col-xl-11__QYgaO{box-sizing:border-box;padding-left:12px;padding-right:12px;width:91.66666667%}.index_okg-col-xl-offset-11__Fx5RU{margin-left:91.66666667%}.index_okg-col-xl-offset-right-11__ytDOB{margin-right:91.66666667%}.index_okg-col-xl-12__8-s7D{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}.index_okg-col-xl-offset-12__6e7hL{margin-left:100%}.index_okg-col-xl-offset-right-12__GeX2U{margin-right:100%}}.index_item__Chlzz{padding:0 8px}@media (min-width:768px){.index_item__Chlzz{padding:0 12px}}.index_item__Chlzz .index_inner__o7\+Kz{border-radius:16px;border-top:1px solid transparent;height:370px;overflow:hidden}@media (min-width:1024px){.index_item__Chlzz .index_inner__o7\+Kz{height:377px}}@media (min-width:1270px){.index_item__Chlzz .index_inner__o7\+Kz{height:369px}}@keyframes index_opacity__KJSrZ{0%{opacity:0}50%{opacity:.35}to{opacity:1}}@media (min-width:1024px){.index_item-end__-0CHe:hover .index_inner__o7\+Kz{border-top:1px solid #ebebeb;overflow:hidden}.index_item-end__-0CHe:hover .index_primary-hot-imgs__G3kOE{margin-top:-20px;position:relative;transition:all .3s ease}.index_item-end__-0CHe:hover .index_info__DVGbb{animation:index_opacity__KJSrZ .3s ease;display:flex;transition:display .3s ease-in-out}}@media (min-width:1024px) and (min-width:1024px){.index_item-end__-0CHe:hover .index_primary-hot-imgs__G3kOE{margin-top:-65px}}.index_primary-hot-items__B4dSJ{background:#fff;border:1px solid #ebebeb;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.05);cursor:pointer;overflow:hidden;padding:12px;position:relative;transition:all .3s ease-in-out}@media (min-width:768px){.index_primary-hot-items__B4dSJ{height:auto}}@media (min-width:1024px){.index_primary-hot-items__B4dSJ{margin-bottom:0}}.index_primary-hot-items__B4dSJ:hover{border-color:#f0f3f7;box-shadow:0 4px 10px rgba(0,0,0,.12);transform:translateY(-5px)}.index_primary-hot-items__B4dSJ:hover .index_flag__fAdN1{display:block}.index_primary-hot-items__B4dSJ:hover .index_tips-more__Qq-SY{justify-content:space-between}.index_primary-hot-items__B4dSJ .index_primary-hot-imgs__G3kOE{border-radius:16px;display:block;height:264px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}@media (min-width:1024px){.index_primary-hot-items__B4dSJ .index_primary-hot-imgs__G3kOE{height:274px}}@media (min-width:1270px){.index_primary-hot-items__B4dSJ .index_primary-hot-imgs__G3kOE{height:264px}}.index_primary-hot-items__B4dSJ .index_primary-hot-imgs__G3kOE .index_ticker__WW7rm{background:hsla(0,0%,100%,.4);border-radius:20px;bottom:10px;display:none;font-size:14px;line-height:16px;padding:4px 6px;position:absolute;right:10px;z-index:10}.index_primary-hot-items__B4dSJ .index_primary-hot-imgs__G3kOE .index_ticker-icon__F1lNL{color:#000;display:inline-block;margin-right:4px}.index_primary-hot-items__B4dSJ .index_img-container__06-V8{height:100%;width:100%}.index_primary-hot-items__B4dSJ .index_img__xwC2o{border:1px solid #ebebeb;border-radius:16px;display:block;height:100%;object-fit:cover;overflow:hidden;width:100%}.index_primary-hot-items__B4dSJ .index_bottom__0iLrr{padding-bottom:16px}.index_primary-hot-items__B4dSJ .index_floor-price__uelpZ{color:#fff;font-size:12px;font-weight:400;line-height:16px}.index_primary-hot-items__B4dSJ .index_floor-price-number__08n7X{font-size:14px;font-weight:700;line-height:16px}.index_primary-hot-items__B4dSJ .index_first__jPd9G{margin-bottom:8px}.index_tips__NPDLi{display:flex;justify-content:flex-end;left:50%;top:10px;transform:translateX(-50%);width:calc(100% - 20px);z-index:10}.index_list__ABGiV{padding:6px}.index_list__ABGiV .index_inner__o7\+Kz{height:242px}@media (min-width:768px){.index_list__ABGiV .index_inner__o7\+Kz{height:340px}}.index_list__ABGiV .index_inner__o7\+Kz .index_primary-hot-imgs__G3kOE{height:152px}@media (min-width:768px){.index_list__ABGiV .index_inner__o7\+Kz .index_primary-hot-imgs__G3kOE{height:208px}}.index_list__ABGiV .index_inner__o7\+Kz .index_primary-hot-imgs__G3kOE .index_ticker__WW7rm{display:flex}@media (min-width:1024px){.index_list__ABGiV .index_inner__o7\+Kz .index_primary-hot-imgs__G3kOE .index_ticker__WW7rm{display:none}}.index_list__ABGiV .index_inner-end__qK6Zz .index_primary-hot-imgs__G3kOE{margin-top:-20px}.index_nft-collection-nodata__5vx\+S{text-align:center}.index_nft-collection-nodata__5vx\+S .index_nft-collection-icon__p82El{display:block;height:100px;margin:0 auto;width:auto}.index_nft-collection-nodata__5vx\+S .index_nft-collection-no-data-tips__Mw8zW{color:#7b8293;line-height:16px}.index_nft-collection-nodata__5vx\+S .index_nft-collection-back-btn__BsCN5{margin-top:48px}.index_primary-hot-activities-container__l8aVf{min-height:503px;padding-top:56px}@media (min-width:768px){.index_primary-hot-activities-container__l8aVf{min-height:460px;padding-top:60px}}@media (min-width:1024px){.index_primary-hot-activities-container__l8aVf{min-height:530px;padding-top:80px}}@media (min-width:1270px){.index_primary-hot-activities-container__l8aVf{min-height:530px}}.index_primary-hot-activities-container__l8aVf .index_inner__8zXFc{padding-left:8px;padding-right:8px}@media (min-width:768px){.index_primary-hot-activities-container__l8aVf .index_inner__8zXFc{padding-left:12px;padding-right:12px}}@media (min-width:1024px){.index_primary-hot-activities-container__l8aVf .index_inner__8zXFc{padding-left:calc(50% - 480px);padding-right:calc(50% - 480px)}}@media (min-width:1270px){.index_primary-hot-activities-container__l8aVf .index_inner__8zXFc{padding-left:calc(50% - 624px);padding-right:calc(50% - 624px)}}.index_primary-hot-activities-container__l8aVf h3{color:#000;font-size:28px;font-weight:700;line-height:132%;margin-bottom:8px;padding:0 8px}@media (min-width:768px){.index_primary-hot-activities-container__l8aVf h3{padding:0 12px}}@media (min-width:1024px){.index_primary-hot-activities-container__l8aVf h3{font-size:32px;line-height:38px}}@media (min-width:1270px){.index_primary-hot-activities-container__l8aVf h3{margin-bottom:20px}}.index_primary-hot-activities-container__l8aVf h3 .index_hot__yfDag{height:24px;margin-left:8px;width:30px}.index_primary-hot-activities-container__l8aVf h3 .index_more__y\+Orw{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:center;line-height:16px}@media (min-width:768px){.index_primary-hot-activities-container__l8aVf h3 .index_more__y\+Orw{border:1px solid #dbdbdb;border-radius:100px;padding:11px 23px}.index_primary-hot-activities-container__l8aVf h3 .index_more__y\+Orw:hover{background-color:#000;border-color:#000;color:#fff}}.index_primary-hot-activities-container__l8aVf h3 .index_more__y\+Orw span{display:none}@media (min-width:768px){.index_primary-hot-activities-container__l8aVf h3 .index_more__y\+Orw span{display:inline-block}}.index_primary-hot-activities-container__l8aVf h3 .index_more__y\+Orw .index_icon__GzQyn{display:inline-block;font-size:22px;font-weight:500}@media (min-width:768px){.index_primary-hot-activities-container__l8aVf h3 .index_more__y\+Orw .index_icon__GzQyn{display:none}}.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J{overflow-x:hidden;overflow-y:visible;padding:0 0 0 8px}@media (min-width:768px){.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J{padding:0 0 0 12px}}@media (min-width:1024px){.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J{padding-left:8px;padding-right:8px}}@media (min-width:1024px) and (min-width:768px){.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J{padding-left:12px;padding-right:12px}}@media (min-width:1024px) and (min-width:1024px){.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J{padding-left:calc(50% - 480px);padding-right:calc(50% - 480px)}}@media (min-width:1024px) and (min-width:1270px){.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J{padding-left:calc(50% - 624px);padding-right:calc(50% - 624px)}}.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J .index_arrow-right__6UWqt{right:-15px}@media (min-width:1024px){.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J .index_arrow-right__6UWqt{height:60px;width:60px}}.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J .index_arrow-left__VHR8Q{left:-15px}@media (min-width:1024px){.index_primary-hot-activities-container__l8aVf .index_banners__yAI4J .index_arrow-left__VHR8Q{height:60px;width:60px}}.index_primary-hot-activities-container__l8aVf .index_swiper-content__HtEjR{padding-bottom:20px;padding-top:15px}.index_no-data__-iiXT{height:100%;margin-top:140px}@media (min-width:768px){.index_no-data__-iiXT{margin-top:120px}}@media (min-width:1270px){.index_no-data__-iiXT{margin-top:100px}}.index_wrap__HrqpV,.index_wrap__HrqpV a{width:100%}.index_item__\+icre{border-radius:12px 12px 0 0}.index_picture__WxpEk{display:block}.index_banner__8YfOg{border-radius:12px 12px 0 0;display:block;height:343px;object-fit:cover;overflow:hidden;width:100%}.index_banner__8YfOg img{object-fit:cover}@media (min-width:768px){.index_banner__8YfOg{height:214px}}@media (min-width:1024px){.index_banner__8YfOg{height:276px}}@media (min-width:1270px){.index_banner__8YfOg{height:360px}}.index_banner__h7jpG{background:#000;border:1px solid #3d3d3d;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;flex-direction:column-reverse;height:498px;margin:-8px 8px 0;overflow:hidden}@media (min-width:768px){.index_banner__h7jpG{align-items:center;flex-direction:row;height:328px;justify-content:space-between;margin:0 8px}}@media (min-width:1024px){.index_banner__h7jpG{height:394px}}@media (min-width:1270px){.index_banner__h7jpG{height:494px}}.index_img__3atdV{height:100%;width:100%}@media (min-width:768px){.index_img__3atdV{width:378px}}@media (min-width:1024px){.index_img__3atdV{width:454px}}@media (min-width:1270px){.index_img__3atdV{width:567px}}.index_left__UntON{flex:1 1;margin-bottom:29px;padding:0 12px}@media (min-width:768px){.index_left__UntON{margin-bottom:0;padding:0 20px}}@media (min-width:1024px){.index_left__UntON{padding:0 21px}}@media (min-width:1270px){.index_left__UntON{padding:0 50px}}.index_left__UntON .index_title__RkG3x{color:#fff;font-size:24px;font-weight:700;line-height:136%;margin-bottom:10px;margin-top:10px}@media (min-width:768px){.index_left__UntON .index_title__RkG3x{margin-bottom:12px;margin-top:0}}@media (min-width:1024px){.index_left__UntON .index_title__RkG3x{font-size:32px;line-height:132%;margin-bottom:20px}}@media (min-width:1270px){.index_left__UntON .index_title__RkG3x{font-size:44px}}.index_left__UntON .index_title-val__RrbK2{color:#bcff2f}.index_left__UntON .index_desc__oyBt9{color:#929292;font-size:12px;font-weight:500;line-height:16px}@media (min-width:1024px){.index_left__UntON .index_desc__oyBt9{font-size:14px}}@media (min-width:1270px){.index_left__UntON .index_desc__oyBt9{font-size:18px;line-height:24px}}.index_left__UntON .index_top__UjtDT{display:flex;justify-content:space-between;margin-top:16px;width:258px}@media (min-width:768px){.index_left__UntON .index_top__UjtDT{margin-top:20px}}@media (min-width:1024px){.index_left__UntON .index_top__UjtDT{width:380px}}@media (min-width:1270px){.index_left__UntON .index_top__UjtDT{width:460px}}.index_left__UntON .index_top__UjtDT .index_items__-ZFr\+ h4{color:#fff;font-size:16px;font-weight:700;line-height:20px}@media (min-width:768px){.index_left__UntON .index_top__UjtDT .index_items__-ZFr\+ h4{font-size:18px;line-height:24px}}@media (min-width:1024px){.index_left__UntON .index_top__UjtDT .index_items__-ZFr\+ h4{font-size:24px;line-height:136%}}@media (min-width:1270px){.index_left__UntON .index_top__UjtDT .index_items__-ZFr\+ h4{font-size:32px}}.index_left__UntON .index_top__UjtDT .index_items__-ZFr\+ p{color:#929292;font-size:12px;font-weight:500;line-height:16px;margin-top:2px;text-align:left}@media (min-width:1024px){.index_left__UntON .index_top__UjtDT .index_items__-ZFr\+ p{font-size:16px;line-height:20px}}.index_prefix__EBbiq{color:#909090;font-size:12px;line-height:16px;margin-bottom:10px}@media (min-width:1024px){.index_prefix__EBbiq{margin-bottom:6px}}.index_number__awT8s{align-items:center;background:#3d3d3d;border-radius:4px;color:#fff;display:flex;font-size:14px;font-weight:700;height:28px;justify-content:center;line-height:16px;text-align:center;width:28px}@media (min-width:768px){.index_number__awT8s{background:#000;border:1.5px solid #545454;border-radius:6px;color:#f9f9f9;font-size:12px;height:30px;width:30px}}@media (min-width:1024px){.index_number__awT8s{font-size:16px;height:36px;line-height:20px;width:36px}}@media (min-width:1270px){.index_number__awT8s{font-size:20px;height:45px;line-height:24px;width:45px}}.index_unit__12dfL{align-items:center;color:#bdbdbd;display:flex;font-size:12px;font-weight:500;justify-content:center;line-height:16px;position:relative;transform:scale(.9);width:20px}.index_bottom__vsxch{border-radius:0 0 12px 12px;border-top:1px solid #3d3d3d;box-shadow:0 4px 20px rgba(0,0,0,.05);min-height:176px;padding:13px 12px 20px}@media (min-width:768px){.index_bottom__vsxch{min-height:223px;padding:24px 12px}}@media (min-width:1024px){.index_bottom__vsxch{align-items:center;display:flex;justify-content:space-between;min-height:138px;padding:24px 12px}}@media (min-width:1270px){.index_bottom__vsxch{min-height:142px;padding:24px}}.index_left__7ikQI{margin-bottom:16px;width:100%}@media (min-width:1024px){.index_left__7ikQI{margin-bottom:0;width:670px}}@media (min-width:1270px){.index_left__7ikQI{width:900px}}.index_name__0HQ\+h{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#f9f9f9;display:-webkit-box;font-size:20px;font-weight:700;line-height:24px;overflow:hidden;text-overflow:ellipsis}@media (min-width:768px){.index_name__0HQ\+h{font-size:24px;line-height:136%}}@media (min-width:1024px){.index_name__0HQ\+h{font-size:26px;line-height:132%}}@media (min-width:1270px){.index_name__0HQ\+h{font-size:28px}}.index_info__ZsjTM{display:none;font-size:14px;font-weight:500;line-height:16px}@media (min-width:768px){.index_info__ZsjTM{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#929292;display:-webkit-box;font-size:12px;font-weight:500;line-height:16px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;width:100%;word-break:break-all}}@media (min-width:1024px){.index_info__ZsjTM{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis;width:670px}}@media (min-width:1270px){.index_info__ZsjTM{width:850px}}.index_recommend__t\+caG{background:#000;height:590px;overflow:hidden;padding:28px 8px 40px}@media (min-width:768px){.index_recommend__t\+caG{padding-left:12px;padding-right:12px}}@media (min-width:1024px){.index_recommend__t\+caG{padding-left:calc(50% - 480px);padding-right:calc(50% - 480px)}}@media (min-width:1270px){.index_recommend__t\+caG{padding-left:calc(50% - 624px);padding-right:calc(50% - 624px)}}@media (min-width:768px){.index_recommend__t\+caG{height:514px;padding-top:36px}}@media (min-width:1024px){.index_recommend__t\+caG{height:492px}}@media (min-width:1270px){.index_recommend__t\+caG{height:592px}}.index_recommend-swiper__7bOBn{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}@media (min-width:768px){.index_recommend-swiper__7bOBn{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1024px){.index_recommend-swiper__7bOBn{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1270px){.index_recommend-swiper__7bOBn{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}.index_inner__qZKdC{border:1px solid #3d3d3d;border-radius:12px;min-height:477px}@media (min-width:768px){.index_inner__qZKdC{min-height:317px}}@media (min-width:1024px){.index_inner__qZKdC{min-height:385px}}@media (min-width:1270px){.index_inner__qZKdC{min-height:478px}}.index_content__UcQ-H{min-height:343px}@media (min-width:768px){.index_content__UcQ-H{min-height:214px}}@media (min-width:1024px){.index_content__UcQ-H{min-height:276px}}@media (min-width:1270px){.index_content__UcQ-H{min-height:360px}}.index_arrow__PmSrY>div{background:#1a1a1a;border:1px solid #3d3d3d;box-shadow:0 2px 6px rgba(0,0,0,.15);margin-top:130px}@media (min-width:768px){.index_arrow__PmSrY>div{margin-top:104px}}@media (min-width:1024px){.index_arrow__PmSrY>div{margin-top:118px}}@media (min-width:1270px){.index_arrow__PmSrY>div{margin-top:120px}}.index_arrow__PmSrY i{color:#f9f9f9}.index_primary-list__P9LbY{margin-bottom:-20px;min-height:800px;padding-top:47px}@media (min-width:768px){.index_primary-list__P9LbY{padding-top:0}}.index_primary-list-loader__fkX7f{align-items:center;display:flex;justify-content:center;min-height:624px}@media (min-width:768px){.index_primary-list-loader__fkX7f{min-height:443}}@media (min-width:1024px){.index_primary-list-loader__fkX7f{min-height:536px}}@media (min-width:1270px){.index_primary-list-loader__fkX7f{min-height:600px}}.index_banner__VQkfH{height:40px}@media (min-width:768px){.index_banner__VQkfH{height:60px}}@media (min-width:1024px){.index_banner__VQkfH{height:80px}}@media (min-width:1270px){.index_banner__VQkfH{height:100px}}.index_wrap__co9Kc{flex-wrap:wrap;margin-bottom:20px;margin-top:12px}.index_container__BaTLI{margin:0 0 8px}.index_item__1eKWU{border:1px solid #3d3d3d;border-radius:16px;color:#000;font-size:12px;font-weight:400;line-height:16px;margin-right:20px;margin-top:8px;padding:4px 8px}.index_icon__NYGth{display:block;height:16px;margin-right:5px;object-fit:contain;width:auto}.index_nft-author-box__by3KR{box-sizing:border-box;display:flex;margin-top:10px;padding-left:8px;padding-right:8px;width:100%}@media (min-width:768px){.index_nft-author-box__by3KR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1024px){.index_nft-author-box__by3KR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1270px){.index_nft-author-box__by3KR{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}.index_nft-author-box__by3KR:first-child{margin-top:0}.index_nft-author-box__by3KR .index_name-section__Vj3UN{flex:1 1;margin-left:8px}.index_nft-author-box__by3KR .index_head__-gfQ0{border:1px solid #ebebeb;border-radius:50%;height:80px;margin-right:12px;overflow:hidden;width:80px}.index_nft-author-box__by3KR .index_author-name__MTFKo{align-items:center;color:#000;cursor:pointer;display:flex;flex-wrap:wrap;font-size:20px;font-weight:700;line-height:24px}.index_nft-author-box__by3KR .index_author-name-mint__FUzGR{color:#1f2933;cursor:inherit;font-size:14px;font-weight:500;line-height:16px}.index_nft-author-box__by3KR .index_author-info__KA-Vf{color:#3d3d3d;font-size:14px;line-height:158%;margin-top:6px}.index_nft-author-box__by3KR .index_author-info__KA-Vf a{color:-webkit-link;cursor:pointer;text-decoration:underline}@media (min-width:1024px){.index_nft-author-box__by3KR .index_author-info__KA-Vf{font-size:16px}}.index_nft-author-box__by3KR .index_nft-author-head__bB7eE{cursor:pointer}.index_nft-author-box__by3KR .index_nft-author-head-noclick__lW9\+W{cursor:inherit}.index_nft-author-box__by3KR .index_author-suff__PeyDn{background:#ebebeb;border-radius:12px;color:#3d3d3d;font-size:14px;font-weight:500;line-height:16px;margin-left:6px;padding:2px 4px}@media (max-width:767px){.index_nft-author-box__by3KR{padding-left:0;padding-right:0}.index_nft-author-box__by3KR .index_name-section__Vj3UN{margin-left:8px}}@media (min-width:768px){.index_nft-author-box__by3KR .index_author-name__MTFKo{margin-top:0;text-align:left}.index_nft-author-box__by3KR .index_author-info__KA-Vf{text-align:left}}.index_multiple-author__BhLx-{border-radius:0}.index_multiple-author__BhLx-:first-child{border-radius:8px 8px 0 0}.index_multiple-author__BhLx-:last-child{border-radius:0 0 8px 8px}.index_name-section-sm__1QiBq{align-items:center;display:flex}.index_author-info-sm__C47P9{color:#3d3d3d;font-size:14px;line-height:158%;margin-top:12px}.index_primary-details-header__YIZvP{height:380px;position:relative}.index_primary-details-header__YIZvP:after{background:#fff;bottom:0;content:"";-webkit-filter:blur(120px);filter:blur(120px);height:120px;left:0;position:absolute;width:100%;z-index:1}.index_primary-details-header-bg__SnbfN{background-size:100% auto;height:380px;width:100%;z-index:1}.index_primary-details-header-bg-img__KY-IQ{height:100%;object-fit:cover;position:absolute;width:100%}.index_primary-detail-whiteList__ctW4w{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}@media (min-width:768px){.index_primary-detail-whiteList__ctW4w{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1024px){.index_primary-detail-whiteList__ctW4w{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1270px){.index_primary-detail-whiteList__ctW4w{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1024px) and (min-width:768px){.index_primary-detail-whiteList__ctW4w{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}}@media (min-width:1024px) and (min-width:1024px){.index_primary-detail-whiteList__ctW4w{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}}@media (min-width:1024px) and (min-width:1270px){.index_primary-detail-whiteList__ctW4w{box-sizing:border-box;padding-left:12px;padding-right:12px;width:58.33333333%}}.index_primary-detail-whiteList-inner__-uNQC{background:#fff;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.03),0 21px 50px rgba(0,0,0,.06);height:auto;padding:24px 16px 32px}@media (min-width:768px){.index_primary-detail-whiteList-inner__-uNQC{padding:32px}}@media (min-width:1024px){.index_primary-detail-whiteList-inner__-uNQC{height:500px;padding:28px 24px 66px}}@media (min-width:1270px){.index_primary-detail-whiteList-inner__-uNQC{padding:30px 36px 66px}}.index_primary-detail-whiteList-top__ZUNFs{border-bottom:1px solid #dbdbdb;padding-bottom:22px}@media (min-width:768px){.index_primary-detail-whiteList-top__ZUNFs{padding-bottom:26px}}@media (min-width:1270px){.index_primary-detail-whiteList-top__ZUNFs{padding-bottom:24px}}.index_primary-detail-whiteList-title__1Y2tq{display:flex;font-size:24px;font-weight:700;justify-content:space-between;line-height:132%;margin-bottom:6px}@media (min-width:768px){.index_primary-detail-whiteList-title__1Y2tq{font-size:26px}}@media (min-width:1024px){.index_primary-detail-whiteList-title__1Y2tq{font-size:28px}}@media (min-width:1270px){.index_primary-detail-whiteList-title__1Y2tq{font-size:32px}}.index_primary-detail-whiteList-title__1Y2tq span{color:#5200ff}.index_primary-detail-whiteList-desc__hDnn7{color:#6e6e6e;font-size:14px;line-height:20px}@media (min-width:768px){.index_primary-detail-whiteList-desc__hDnn7{font-size:16px}.index_primary-detail-whiteList-list__UO5tL{padding-left:26px}}.index_primary-detail-whiteList-item__872Gt{align-items:center;border-bottom:1px solid #ebebeb;display:flex;font-size:18px;font-weight:500;justify-content:space-between;line-height:24px;padding:31.5px 0}@media (min-width:768px){.index_primary-detail-whiteList-item__872Gt{font-size:20px;line-height:136%;padding:24px 0;position:relative}.index_primary-detail-whiteList-item__872Gt:after{background:#5200ff;border-radius:50%;content:"";height:10px;left:-21px;position:absolute;top:50%;transform:translateY(-50%);width:10px}.index_primary-detail-whiteList-item__872Gt:not(:last-child):before{border-left:1px dashed #ebebeb;content:"";height:100%;left:-16.5px;position:absolute;top:50%;width:1px}}@media (min-width:1024px){.index_primary-detail-whiteList-item__872Gt{padding:35.5px 0}}@media (min-width:1270px){.index_primary-detail-whiteList-item__872Gt{font-size:24px}}.index_primary-detail-whiteList-item-success__GCUqv{color:#0db27c;font-size:19px;margin-right:26px;overflow:hidden;white-space:nowrap;width:19px}.index_primary-detail-whiteList-item-success__GCUqv .index_icon-Success__PvwFC{font-size:19px;margin-right:6.5px;vertical-align:text-bottom}@media (min-width:768px){.index_primary-detail-whiteList-item-success__GCUqv{font-size:16px;font-weight:700;line-height:20px;margin-right:0;width:auto}}@media (max-width:767px){.index_primary-detail-whiteList-text__wpUd2{width:70%}}@media (min-width:768px){.index_primary-detail-whiteList-text__wpUd2{flex:1 1}}.index_primary-detail-whiteList-item-btn__ElJT5{background:#5200ff;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;line-height:16px;padding:10px 18px}@media (min-width:768px){.index_primary-detail-whiteList-item-btn__ElJT5{padding:12px 38px}}@media (min-width:1024px){.index_primary-detail-whiteList-item-btn__ElJT5{padding:12px 20px}}.index_primary-detail-whiteList-item-btn-disabled__Lo86J{background:#ebebeb;color:#bdbdbd;cursor:not-allowed}.index_primary-timer__lqvqV{margin-top:50px}.index_primary-timer__lqvqV .index_timer-status__RyZB7{color:#3f475a;font-size:16px;font-weight:500;line-height:20px;margin-bottom:16px;text-align:left}.index_primary-timer__lqvqV .index_timer-countdown__UrPaC{display:flex}.index_primary-timer__lqvqV .index_timer-countdown-item__WYyWQ:nth-of-type(n+2){margin-left:12px}.index_primary-timer__lqvqV .index_timer-countdown-item-number__bwrx5{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#080013;border-radius:8px;color:#fff;font-size:24px;font-weight:600;height:48px;line-height:48px;text-align:center;width:48px}.index_primary-timer__lqvqV .index_timer-countdown-item-desc__aQlZ5{color:#959dad;font-size:12px;line-height:16px;text-align:center}.index_primary-timer__lqvqV .index_timer-countdown-disable__pej-Q .index_timer-countdown-item-number__bwrx5{background:rgba(0,0,0,.3)}@media (min-width:768px){.index_primary-timer__lqvqV{margin-top:48px}.index_primary-timer__lqvqV .index_timer-status__RyZB7{margin-bottom:16px}}@media (min-width:1024px){.index_primary-timer__lqvqV .index_timer-status__RyZB7{color:#3f475a;font-size:14px;font-weight:500;margin-bottom:20px;text-align:left}.index_primary-timer__lqvqV .index_timer-countdown-item__WYyWQ:nth-of-type(n+2){margin-left:12px}.index_primary-timer__lqvqV .index_timer-countdown-item-number__bwrx5{font-size:24px;height:48px;line-height:48px;width:48px}.index_primary-timer__lqvqV .index_timer-countdown-item-desc__aQlZ5{color:#959dad;display:block;font-size:12px;line-height:16px;margin-top:4px;text-align:center}}@media (min-width:1270px){.index_primary-timer__lqvqV .index_timer-status__RyZB7{margin-bottom:20px}}.index_info__BfhPU{margin:0 auto}@media (max-width:767px){.index_info__BfhPU{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}}@media (min-width:768px){.index_info__BfhPU{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1024px){.index_info__BfhPU{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1270px){.index_info__BfhPU{box-sizing:border-box;padding-left:12px;padding-right:12px;width:83.33333333%}}.index_info-inner__HW61y{background:#fff;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.03),0 21px 50px rgba(0,0,0,.06);padding-bottom:51px;padding-top:40px}@media (min-width:1024px){.index_info-inner__HW61y{padding-bottom:58px}}.index_info-white-icon__CII3u{display:none;margin-bottom:24px}.index_info-white-icon-img__RM7aG{height:18px;width:78px}@media (min-width:768px){.index_info-white-icon-img__RM7aG{cursor:pointer}}.index_info-white-icon-img-hover__q8n3J{display:none;height:18px;width:78px}.index_info-white-icon-img-date__X8WKV{color:#6e6e6e;font-size:14px;line-height:16px}.index_info-white-icon-img__RM7aG .index_icon-Calendar__zf9IR{font-size:17px;margin-right:7px;vertical-align:bottom}.index_info-content__Me-m\+{padding:0;z-index:2}@media (min-width:768px){.index_info-content__Me-m\+{padding:0 24px}}@media (min-width:1270px){.index_info-content__Me-m\+{padding:0 36px}}.index_info-content__Me-m\+ .index_primary-details-img__MrA\+z{margin-bottom:60px;width:100%}@media (min-width:768px){.index_info-content__Me-m\+ .index_primary-details-img__MrA\+z{margin:48px auto 80px}}@media (min-width:1270px){.index_info-content__Me-m\+ .index_primary-details-img__MrA\+z{margin-bottom:80px}}.index_info-content__Me-m\+ .index_primary-details-img__MrA\+z img{display:block;height:auto;width:100%}.index_info-date__niOk5{color:#6e6e6e;font-size:16px;line-height:20px;margin-bottom:8px;padding:0 16px;text-align:left}.index_info-date__niOk5 span{vertical-align:middle}.index_info-date-img__Svl3-{display:none;height:18px;margin-right:20px;width:78px}.index_info-date__niOk5 i.index_icon-Calendar__zf9IR{font-size:20px;margin-right:7.25px;vertical-align:text-bottom}@media (min-width:768px){.index_info-date__niOk5 i.index_icon-Calendar__zf9IR{font-size:24px}.index_info-date__niOk5{padding:0;text-align:center}.index_info-date-img__Svl3-{margin-right:28px}}.index_info-name__wLtPs{font-size:20px;font-weight:700;line-height:24px;margin-bottom:8px;padding:0 16px;text-align:left}@media (min-width:768px){.index_info-name__wLtPs{font-size:24px;line-height:136%;padding:0;text-align:center}}@media (min-width:1024px){.index_info-name__wLtPs{font-size:28px;line-height:132%;margin:0 auto 8px;width:766px}}.index_info-desc__0Ghwx{word-wrap:break-word;color:#3d3d3d;font-size:14px;line-height:158%;max-height:110px;overflow-y:auto;padding:0 16px;text-align:left}.index_info-desc__0Ghwx a{color:-webkit-link;cursor:pointer;text-decoration:underline}@media (min-width:768px){.index_info-desc__0Ghwx{max-height:76px;padding:0 32px;text-align:center}}@media (min-width:1024px){.index_info-desc__0Ghwx{font-size:16px;margin:0 auto;max-height:110px;width:766px}}.index_info-no-time__Zgyr3{align-items:center;display:flex;justify-content:center;margin-top:24px;min-height:96px}@media (min-width:1270px){.index_info-no-time__Zgyr3{min-height:156px}}.index_info-no-time__Zgyr3 .index_timer-countdown-item-desc__VVB8f{color:#3d3d3d;margin-top:4px}.index_info-time__YMsyD{align-items:center;display:flex;justify-content:center}.index_info-time-box__1H5Aw{margin-top:0}.index_info-time-box__1H5Aw .index_timer-status__vqh4h{color:#000;font-size:16px;font-weight:700;line-height:20px;margin-bottom:6px}.index_info-time-box__1H5Aw .index_timer-countdown-item-desc__VVB8f{color:#3d3d3d;margin-top:4px}.index_info-time-section__9FK5z{font-size:14px;height:20px;line-height:16px;margin-bottom:6px;text-align:center}@media (min-width:768px){.index_info-time-section__9FK5z{font-size:16px;line-height:20px}}.index_white-info__khIYg{margin-bottom:56px;width:100%}.index_white-info__khIYg .index_info-inner__HW61y{overflow:hidden;padding-bottom:32px;padding-top:32px}@media (min-width:1024px){.index_white-info__khIYg .index_info-inner__HW61y{height:500px;margin-right:30px}}@media (min-width:1270px){.index_white-info__khIYg .index_info-inner__HW61y{margin-right:40px}}@media (min-width:1024px) and (min-width:768px){.index_white-info__khIYg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}}@media (min-width:1024px) and (min-width:1024px){.index_white-info__khIYg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}}@media (min-width:1024px) and (min-width:1270px){.index_white-info__khIYg{box-sizing:border-box;padding-left:12px;padding-right:12px;width:41.66666667%}}.index_white-info__khIYg .index_info-content__Me-m\+{padding:0 12px}@media (min-width:1024px){.index_white-info__khIYg .index_info-content__Me-m\+{padding:0 24px;position:relative;z-index:2}.index_white-info__khIYg .index_info-content__Me-m\+:after{background:linear-gradient(180deg,hsla(0,0%,100%,.8),#fff 50%);bottom:0;content:"";height:80px;left:0;position:absolute;width:100%;z-index:2}}@media (min-width:1270px){.index_white-info__khIYg .index_info-content__Me-m\+{padding:0 36px}.index_white-info__khIYg .index_info-content__Me-m\+:after{bottom:-5px}}.index_white-info__khIYg .index_info-name__wLtPs{margin-top:20px;max-height:74px;padding:0;text-align:left;width:auto}@media (min-width:768px){.index_white-info__khIYg .index_info-name__wLtPs{text-align:center}}@media (min-width:1024px){.index_white-info__khIYg .index_info-name__wLtPs{font-size:24px;text-align:left}}.index_white-info__khIYg .index_info-desc__0Ghwx{overflow-y:hidden;padding:0;position:relative;text-align:left;width:auto}@media (min-width:768px){.index_white-info__khIYg .index_info-desc__0Ghwx{height:66px;overflow-y:auto;text-align:center}}@media (min-width:1024px){.index_white-info__khIYg .index_info-desc__0Ghwx{font-size:16px;height:200px;max-height:200px;padding-bottom:80px;text-align:left}}.index_white-info__khIYg .index_info-desc__0Ghwx:hover{overflow-y:auto}.index_white-info__khIYg .index_info-white-icon__CII3u{display:none;margin-bottom:24px}@media (min-width:1024px){.index_white-info__khIYg .index_info-white-icon__CII3u{display:flex;justify-content:space-between}.index_white-info__khIYg .index_info-white-icon__CII3u:hover-img{cursor:pointer;display:none}.index_white-info__khIYg .index_info-white-icon__CII3u:hover-img-hover{cursor:pointer;display:block}}@media (min-width:1270px){.index_white-info__khIYg .index_info-white-icon-img__RM7aG{height:24px;width:104px}}.index_white-info__khIYg .index_info-date__niOk5{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-top:30px;padding:0}@media (min-width:768px){.index_white-info__khIYg .index_info-date__niOk5{font-size:16px;justify-content:center;line-height:20px;margin-top:20px}.index_white-info__khIYg .index_info-date__niOk5 i.index_icon-Calendar__zf9IR{font-size:24px}}.index_white-info__khIYg .index_info-date-img__Svl3-{display:inline-block}@media (min-width:1024px){.index_white-info__khIYg .index_info-date-big__euw1l{display:none}}div.index_info-desc__0Ghwx::-webkit-scrollbar-thumb{background:#fff}.index_info-content__Me-m\+:hover div.index_info-desc__0Ghwx::-webkit-scrollbar-thumb{background:#aaa}.index_info-wrap__582uz{margin-bottom:80px;margin-top:-60px;padding-left:8px;padding-right:8px;position:relative;z-index:2}@media (min-width:768px){.index_info-wrap__582uz{padding-left:12px;padding-right:12px}}@media (min-width:1024px){.index_info-wrap__582uz{padding-left:calc(50% - 480px);padding-right:calc(50% - 480px)}}@media (min-width:1270px){.index_info-wrap__582uz{padding-left:calc(50% - 624px);padding-right:calc(50% - 624px)}}@media (min-width:1024px){.index_info-white-wrap__O69Vq{display:flex;justify-content:space-between}}.index_banner__JpaVf{margin-bottom:80px;overflow:hidden;padding-left:8px;padding-right:8px}@media (min-width:768px){.index_banner__JpaVf{padding-left:12px;padding-right:12px}}@media (min-width:1024px){.index_banner__JpaVf{padding-left:calc(50% - 480px);padding-right:calc(50% - 480px)}}@media (min-width:1270px){.index_banner__JpaVf{padding-left:calc(50% - 624px);padding-right:calc(50% - 624px)}}.index_banner__JpaVf .index_content__PPjSQ{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}@media (min-width:768px){.index_banner__JpaVf .index_content__PPjSQ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1024px){.index_banner__JpaVf .index_content__PPjSQ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1270px){.index_banner__JpaVf .index_content__PPjSQ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}.index_banner__JpaVf .index_content__PPjSQ .index_img__SZq8r{border-radius:16px;display:block;height:auto;width:100%}.index_primary-detail-swiper-loader-container__RfGHQ{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.index_primary-detail-swiper-loader-img__Q3GK4{border-radius:12px;max-height:100%;max-width:100%;position:absolute;top:50%;transform:translateY(-50%)}.index_primary-detail-swiper-loader-width-mode__2rJoF{width:100%}.index_primary-detail-swiper-loader-height-mode__rhUC4{height:100%}.index_primary-detail-swiper-loader-img-show__-byZc{opacity:1}.index_primary-detail-swiper-loader-new-img__IJkwv{border-radius:8px;height:0;padding-top:100%;transition:all 3s;width:100%}.index_primary-detail-swiper-loader-loading__Acm1M{display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;text-align:center;width:100%}.index_primary-detail-sold-out__aBKyY{background:#000;border-radius:0 0 12px 12px;bottom:0;color:#f9f9f9;font-size:14px;font-weight:700;height:24px;left:0;line-height:16px;position:absolute;text-align:center;width:100%}.index_item__IO4NV{box-sizing:border-box;padding:0 12px;width:100%}.index_logo__j9SVr{background:#fff;border:1px solid #ebebeb;border-radius:12px;cursor:pointer}.index_logo-radius__o6hwO{border-radius:12px;overflow:hidden}.index_title__XKdHV{color:#6e6e6e;cursor:pointer;font-size:16px;font-weight:500;line-height:20px;overflow:hidden;padding:12px 0 0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.index_active__i\+JnU{position:relative}.index_active__i\+JnU .index_logo__j9SVr:after{border:3px solid #000;border-radius:16px;content:"";height:105%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:105%;z-index:-1}.index_active__i\+JnU .index_title__XKdHV{color:#000;font-weight:700}.index_wrap__CNQ--{position:relative}.index_center__8qeMe>div{justify-content:center}div.index_content__kBFIE{margin-bottom:56px;padding-top:11px;position:relative}.index_left-arrow__XpzXx,.index_right-arrow__21Cgb{top:-30px}.index_progress__Xc4Hy{background:#f7f9fc;bottom:-10px;display:flex;height:2px;left:50%;position:absolute;transform:translateX(-50%);width:174px;z-index:5}.index_btn__H2Rxx{width:20px}.index_btn-active__ztA2Y{background:#232323;width:58px}.index_primary-detail-bid-history__qvBMJ{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}.index_primary-detail-bid-history__qvBMJ .index_primary-detail-bid-content__bPePj{padding:0 12px}@media (max-width:767px){.index_primary-detail-bid-history__qvBMJ .index_primary-detail-bid-content__bPePj{padding:0}}@media (min-width:768px){.index_primary-detail-bid-history__qvBMJ .index_primary-detail-bid-content__bPePj{padding:0}.index_primary-detail-bid-history__qvBMJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1024px){.index_primary-detail-bid-history__qvBMJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}@media (min-width:1270px){.index_primary-detail-bid-history__qvBMJ{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%}}.index_primary-detail-bid-history__qvBMJ h1{color:#1f2933;font-size:24px;font-weight:600;line-height:136%;margin-bottom:20px}.index_primary-detail-bid-history-bid__z39va{color:#205fec;cursor:pointer;font-size:16px;font-weight:500;line-height:20px}.index_progress__GZyGM{display:inline-block;max-width:320px;width:100%}.index_progress__GZyGM .index_progress-line__ttpnq{justify-content:normal;white-space:nowrap}.index_progress__GZyGM .index_price__5o5QL{color:#3f475a;display:inline-block;font-size:14px;height:16px;line-height:16px;margin-left:12px}.index_progress-process__p14y6{background:linear-gradient(270deg,#f0f3f7 1.65%,#f0f3f7 99.68%);border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.05);display:inline-block;height:16px;max-width:332px;padding:2px;width:100%}.index_progress-inner__mtGI\+{background:rgba(0,0,0,.8);border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.05);display:inline-block;height:100%;position:relative}.index_progress-inner-icon__Iihmp{left:0;position:absolute;top:0;width:100%;z-index:10}.index_progress-inner-icon__Iihmp:after{background:#1f2533;content:"";height:9px;margin:0;position:absolute;right:3px;top:-14px;transform:rotate(45deg);width:8px}.index_progress-inner-icon-min__uPSw1:after{right:-4px}.index_progress-tips__mMRQ\+{background:#1f2533;border-radius:4px;color:#fff;font-size:12px;padding:8px;position:absolute;right:0;top:-36px;transition:all .5s ease-in-out;white-space:nowrap;z-index:11}.index_progress-tips-min__nwXhY{left:0;right:auto}.index_progress-wrap__Uh8m5 .index_progress-process__p14y6{width:100%}.index_blindbox-info-content-usd-price__nwskE{margin-top:6px;text-align:right}.index_picture__Xv1hL{height:100%;width:100%}.index_img-container__nQW6e{height:100%;position:absolute;top:50%;transform:translateY(-50%);width:100%}.index_img__aQcjn{height:100%;image-rendering:-moz-crisp-edges;image-rendering:pixelated;left:0;object-fit:contain;position:relative;position:absolute;top:0;width:100%}.index_img-skeleton__DXA4l.index_override__VeUcb{height:100%;position:relative;width:100%}.index_img-bg-blur__KISn-{background-position:50%;background-repeat:no-repeat;background-size:contain;-webkit-filter:blur(20px);filter:blur(20px);height:100%;width:100%}.index_nft-img-default-text__DoEpU{height:100%;width:100%}.index_nft-img-padding__s9KcD{height:100%;padding-top:100%;width:100%}.index_nft-img-collection-fallback__kSYcW{border:2px solid #fff;border-radius:50%;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px}.index_src-bg__yvQD5{padding:50%}.index_contain__7nLq-{object-fit:contain}.index_cover__mGx4Q{object-fit:cover}.index_nft-player-box__8V7B7{height:100%;position:relative;width:100%}.index_nft-player-box__8V7B7 .index_cover-img__Q-OTY{height:100%;width:100%}.index_nft-player-box__8V7B7 .index_play-icon__ZyFoO{bottom:20px;cursor:pointer;left:20px;position:absolute;width:40px}.index_nft-player-box__8V7B7 .index_resource__b3ZLh{bottom:0;height:100%;position:absolute;width:100%}@media (max-width:767px){.index_nft-player-box__8V7B7 .index_resource__b3ZLh{position:static}}.index_nft-player-box__8V7B7 .index_resource-audio__4XoUX{bottom:24px;left:5%;width:90%}.index_nft-player-box__8V7B7 .index_nft-player-video__rL5Pl{border-radius:8px;height:0;padding-top:100%;width:100%}.index_nft-player-box__8V7B7 .index_nft-player-video__rL5Pl .index_video-resource__KERhr{position:absolute}.index_video-bg__cwKJN{background:#000}.index_primary-details-artwork-cover__9oM02{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 12px 32px rgba(0,0,0,.14);font-size:0;overflow:hidden;position:relative}.index_primary-details-artwork-cover-soldout__iHkmb{align-items:center;background:rgba(0,0,0,.55);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:10}.index_primary-details-artwork-cover-soldout-img__doKyp{width:50%}.index_primary-view-markets__i52g9{font-size:16px;height:48px;line-height:20px}@media (max-width:767px){.index_primary-view-markets__i52g9{margin-left:16px;width:calc(50% - 8px)}}@media (min-width:768px){.index_primary-view-markets__i52g9{margin-left:10px;white-space:nowrap;width:163px}}@media (min-width:1024px){.index_primary-view-markets__i52g9{margin-left:14px;width:206px}}@media (min-width:1270px){.index_primary-view-markets__i52g9{margin-left:24px;width:220px}}.index_mint-buy__tmi0u{display:flex;margin-top:24px}.index_mint-buy-btn__m5fya{height:48px;width:220px}@media (max-width:767px){.index_mint-buy-btn__m5fya{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}}.index_mint-buy-btn__m5fya span{font-size:16px;line-height:28px}@media (max-width:767px){.index_mint-buy-btn__m5fya{flex:1 1;margin-top:0;width:auto}}@media (min-width:768px){.index_mint-buy-btn__m5fya{width:175px}}@media (min-width:1024px){.index_mint-buy-btn__m5fya{width:206px}}@media (min-width:1270px){.index_mint-buy-btn__m5fya{width:220px}}.index_mint-dialog__-n9IJ{width:600px}.index_mint-dialog-content__fZjSb{padding-top:32px}div.index_mint-step__ddxd1{margin-bottom:24px}.index_mint-netword-error__oAtp4{border-radius:4px;color:#f76816;font-size:14px;font-weight:400;line-height:16px;margin:4px 0 28px}.index_mint-netword-error__oAtp4 i.index_mint-netword-error-icon__JlAFB{display:inline-block;font-size:19px;margin-right:15px}.index_mint-dialog-content__fZjSb{padding:32px 16px 36px}@media (max-width:767px){.index_mint-dialog-content__fZjSb{padding-bottom:0;padding-top:8px}}.index_mint-dialog-content__fZjSb .index_mint-buy-detail-content-price__m9HX9{display:block}.index_mint-dialog-content__fZjSb .index_mint-buy-detail-img__yZeGn{border-radius:4px}@media (max-width:767px){.index_mint-content__9TLlj{padding:0 0 8px}}.index_mint-buy-detail-img-container__-fmrf{border-radius:4px;overflow:hidden;width:130px}@media (max-width:767px){.index_mint-buy-detail-img-container__-fmrf{box-sizing:border-box;padding-left:8px;padding-right:8px;width:100%}}.index_mint-buy-detail-img__yZeGn{border:1px solid #f1f1f1;border-radius:4px;width:100%}.index_mint-buy-detail-content-name__z\+CU\+{color:#1f2933;font-size:18px;font-weight:600;line-height:136%;margin-bottom:36px}.index_mint-buy-detail-content-detail__1ZBjy{border-bottom:1px solid #f0f3f7;color:#3f475a}.index_mint-buy-detail-content-detail__1ZBjy>div{display:flex;font-size:12px;justify-content:space-between;margin-bottom:4px}.index_mint-buy-detail-content__vnQgC .index_detail-amount-name__Tt5Di{font-size:12px;line-height:16px;margin-bottom:6px}.index_mint-buy-detail-content__vnQgC .index_detail-max-name__Rvv3e{color:#959dad;font-size:12px;line-height:16px}.index_mint-buy-detail-content__vnQgC .index_detail-max-name__Rvv3e span{display:inline-block;margin-left:4px}.index_mint-buy-detail-content__vnQgC .index_amount-input__1lyni{width:127px}.index_mint-buy-detail-content__vnQgC .index_error__vxuAN{white-space:nowrap}.index_mint-buy-detail-content__vnQgC .index_amount-input-error__x12X3{margin-bottom:20px;margin-top:0}.index_mint-buy-detail-content__vnQgC .index_detail-inventory__LmZai{color:#959dad;display:inline-block;font-size:12px;font-weight:500;line-height:16px;margin:4px 0 24px;text-align:left}.index_mint-buy-detail-content__vnQgC .index_active__ay62m{color:#205fec;cursor:pointer}.index_mint-buy-detail-content-price__m9HX9{color:#3f475a;font-size:12px;margin-top:24px}.index_mint-buy-detail-content-price-title__xWHoP{display:block;font-weight:500}.index_mint-buy-detail-content-usd-price__M-jle{color:#3f475a;font-size:14px;text-align:right}.index_mint-buy-detail-content__vnQgC .index_mint-dialog-btn-price-box__Up2Mj{font-size:24px;font-weight:700;justify-content:flex-start;margin-top:6px}.index_mint-buy-detail-content__vnQgC .index_mint-dialog-btn-price-box-desc__Kd\+ZP{color:#3f475a;display:inline-block;font-size:12px;font-weight:400;margin-left:6px}.index_mint-buy-detail-content__vnQgC .index_mint-dialog-btn-price-box__Up2Mj .index_mint-dialog-btn-price-icon__w9o4C{display:inline-block;height:24px;margin-right:6px;vertical-align:bottom;width:24px}@media (min-width:768px){.index_mint-buy-detail__AU3sL{display:flex}.index_mint-buy-detail-img__yZeGn{width:100%}.index_mint-buy-detail-content__vnQgC{flex:1 1;padding-left:24px}}.okui-steps{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;box-sizing:border-box;cursor:inherit;display:flex;font-family:inherit;font-weight:500;justify-content:center;margin-bottom:0;outline:none;position:relative;text-decoration:none;touch-action:manipulation;transition:all .3s cubic-bezier(.165,.84,.44,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.okui-steps-item{display:inline-block;flex:1 1;overflow:hidden;position:relative;vertical-align:top}.okui-steps-item-container{outline:none}.okui-steps-item:last-child{flex:none}.okui-steps-item:last-child>.okui-steps-item-content:after,.okui-steps-item:last-child>.okui-steps-item-tail{display:none}.okui-steps-item-content,.okui-steps-item-icon{display:inline-block;vertical-align:top}.okui-steps-item-content{margin-left:var(--okd-steps-horizontal-content-margin-left);position:relative}.okui-steps-item-content:after{background-image:linear-gradient(270deg,transparent 0,transparent 50%,#dbdbdb 0,#dbdbdb);background-image:linear-gradient(to left,transparent 0,transparent 50%,var(--okd-steps-process-tail-color,#dbdbdb) 50%,var(--okd-steps-process-tail-color,#dbdbdb) 100%);background-repeat:repeat-x;background-size:4px 1px;background-size:var(--okd-steps-common-waiting-border-width,4px) 1px;content:"";display:block;height:1px;left:100%;position:absolute;top:10px;width:9999px}.okui-steps-item-content-no-left{margin-left:0}.okui-steps-item-icon{align-items:center;border:1px solid;border-radius:50%;box-sizing:border-box;display:inline-flex;font-size:var(--okd-steps-common-icon-font-size);height:var(--okd-steps-common-icon-size);justify-content:center;line-height:var(--okd-steps-common-icon-size);text-align:center;transition:background-color .3s,border-color .3s;width:var(--okd-steps-common-icon-size)}.okui-steps-item-icon .okui-steps-item-icon-num{font-weight:500;line-height:1;position:relative}.okui-steps-item-icon .okui-steps-item-icon-num,.okui-steps-item-icon .okui-steps-item-icon-num .okds-checkmark{font-size:var(--okd-steps-common-icon-font-size)}.okui-steps-item-tail{height:1px;line-height:0;position:absolute;top:calc(var(--okd-steps-common-icon-size)/2);width:100%}.okui-steps-item-tail:after{background-image:linear-gradient(270deg,transparent 0,transparent 50%,#dbdbdb 0,#dbdbdb);background-image:linear-gradient(to left,transparent 0,transparent 50%,var(--okd-steps-process-tail-color,#dbdbdb) 50%,var(--okd-steps-process-tail-color,#dbdbdb) 100%);background-repeat:repeat-x;background-size:4px 1px;background-size:var(--okd-steps-common-waiting-border-width,4px) 1px;border-radius:1px;content:"";display:inline-block;height:1px;position:absolute;top:0;width:100%}.okui-steps-item-title{display:inline-block;font-size:var(--okd-steps-common-title-font-size);line-height:20px;line-height:var(--okd-steps-common-title-line-height,20px);padding-right:12px;position:relative}.okui-steps-item-description{font-size:var(--okd-steps-common-description-font-size);line-height:16px;line-height:var(--okd-steps-common-description-line-height,16px);margin-top:2px}.okui-steps-item.okui-steps-item-finish .okui-steps-item-content:after,.okui-steps-item.okui-steps-item-finish .okui-steps-item-tail:after{background-color:#000;background-color:var(--okd-steps-finish-tail-color,#000);background-image:none}.okui-steps-item-process .okui-steps-item-icon{background:var(--okd-steps-process-background);border:1px solid #000;border:1px solid var(--okd-steps-process-icon-border-color,#000)}.okui-steps-item-process .okui-steps-item-icon-num{color:var(--okd-steps-process-icon-color)}.okui-steps-item-process .okui-steps-item-title{color:var(--okd-steps-process-title-color)}.okui-steps-item-process .okui-steps-item-description{color:var(--okd-steps-process-description-color);font-weight:400}.okui-steps-item-waiting .okui-steps-item-icon{background:var(--okd-steps-waiting-background);border:1px solid #dbdbdb;border:1px solid var(--okd-steps-waiting-icon-border-color,#dbdbdb)}.okui-steps-item-waiting .okui-steps-item-icon-num{color:var(--okd-steps-waiting-icon-color)}.okui-steps-item-waiting .okui-steps-item-title{color:var(--okd-steps-waiting-title-color)}.okui-steps-item-waiting .okui-steps-item-description{color:var(--okd-steps-waiting-description-color);font-weight:400}.okui-steps-item-finish .okui-steps-item-icon{background:var(--okd-steps-finish-background);border:1px solid #1a1a1a;border:1px solid var(--okd-steps-finish-icon-border-color,#1a1a1a)}.okui-steps-item-finish .okui-steps-item-icon-num{color:var(--okd-steps-finish-icon-color)}.okui-steps-item-finish .okui-steps-item-title{color:var(--okd-steps-finish-title-color)}.okui-steps-item-finish .okui-steps-item-description{color:var(--okd-steps-finish-description-color);font-weight:400}.okui-steps-horizontal:not(.okui-steps-label-vertical):not(.okui-steps-label-vertical-left) .okui-steps-item{margin-right:16px;white-space:nowrap}.okui-steps-horizontal:not(.okui-steps-label-vertical):not(.okui-steps-label-vertical-left) .okui-steps-item-container{display:flex}.okui-steps-horizontal:not(.okui-steps-label-vertical):not(.okui-steps-label-vertical-left) .okui-steps-item:last-child{margin-right:0}.okui-steps-horizontal:not(.okui-steps-label-vertical):not(.okui-steps-label-vertical-left) .okui-steps-item:last-child .okui-steps-item-title{padding-right:0}.okui-steps-horizontal:not(.okui-steps-label-vertical):not(.okui-steps-label-vertical-left) .okui-steps-item-tail{display:none}.okui-steps-horizontal:not(.okui-steps-label-vertical):not(.okui-steps-label-vertical-left) .okui-steps-item-description{max-width:var(--okd-steps-label-vertical-description-max-width);white-space:normal}.okui-steps-vertical{display:flex;flex-direction:column}.okui-steps-vertical .okui-steps-item{display:block;flex:1 0 auto;overflow:visible}.okui-steps-vertical .okui-steps-item-container{min-height:72px}.okui-steps-vertical .okui-steps-item-container:last-child{min-height:unset}.okui-steps-vertical .okui-steps-item-icon{float:left;margin-right:var(--okd-steps-vertical-icon-margin-right)}.okui-steps-vertical .okui-steps-item-content{display:block;margin-left:var(--okd-steps-vertical-content-margin-left)}.okui-steps-vertical .okui-steps-item-content:after{display:none}.okui-steps-vertical .okui-steps-item-title{margin-top:1px}.okui-steps-vertical .okui-steps-item-description{padding-bottom:var(--okd-steps-vertical-description-padding-bottom)}.okui-steps-vertical .okui-steps-item-tail{bottom:12px;height:calc(100% - var(--okd-steps-common-icon-size));left:calc(var(--okd-steps-common-icon-size)/2);padding:0;position:absolute;top:var(--okd-steps-common-icon-size);width:1px}.okui-steps-vertical .okui-steps-item-tail:after{background-image:linear-gradient(180deg,transparent 0,transparent 50%,#dbdbdb 0,#dbdbdb);background-image:linear-gradient(to bottom,transparent 0,transparent 50%,var(--okd-steps-process-tail-color,#dbdbdb) 50%,var(--okd-steps-process-tail-color,#dbdbdb) 100%);background-repeat:repeat-y;background-size:1px 4px;background-size:1px var(--okd-steps-common-waiting-border-width,4px);height:100%;width:1px}.okui-steps-vertical .okui-steps-item:not(:last-child) .okui-steps-item-tail{display:block}.okui-steps-vertical .okui-steps-item .okui-steps-item-content:after{display:none}.okui-steps-vertical .okui-steps-item-finish .okui-steps-item-tail:after{background-color:#000;background-color:var(--okd-steps-finish-tail-color,#000);background-image:none}.okui-steps-label-vertical .okui-steps-item{overflow:visible}.okui-steps-label-vertical .okui-steps-item-tail{margin-left:calc(var(--okd-steps-common-icon-size) + 42px);padding:0}.okui-steps-label-vertical .okui-steps-item-tail:after{width:calc(100% - var(--okd-steps-common-icon-size))}.okui-steps-label-vertical .okui-steps-item-content{display:block;margin-left:unset;margin-top:var(--okd-steps-label-vertical-content-margin-top);text-align:center;width:calc(var(--okd-steps-common-icon-size)/2*2 + 84px)}.okui-steps-label-vertical .okui-steps-item-content:after{display:none}.okui-steps-label-vertical .okui-steps-item-icon{display:inline-flex;margin-left:42px}.okui-steps-label-vertical .okui-steps-item-title{padding-left:0;padding-right:0}.okui-steps-label-vertical-left .okui-steps-item{overflow:visible}.okui-steps-label-vertical-left .okui-steps-item-tail{margin-left:unset;padding:0}.okui-steps-label-vertical-left .okui-steps-item-tail:after{left:var(--okd-steps-common-icon-size);width:calc(100% - var(--okd-steps-common-icon-size))}.okui-steps-label-vertical-left .okui-steps-item-content{display:block;margin-left:unset;margin-top:var(--okd-steps-label-vertical-content-margin-top);text-align:left;width:calc(var(--okd-steps-common-icon-size)/2*2 + 84px)}.okui-steps-label-vertical-left .okui-steps-item-content:after{display:none}.okui-steps-label-vertical-left .okui-steps-item-icon{display:inline-flex;margin-left:unset}.okui-steps-label-vertical-left .okui-steps-item-title{padding-left:0;padding-right:0}.okui-steps-circle .okui-steps-item-icon{border-radius:50%;box-sizing:border-box;display:inline-flex;height:8px;height:var(--okd-steps-circle-icon-size,8px);line-height:8px;line-height:var(--okd-steps-circle-icon-size,8px);text-align:center;transition:background-color .3s,border-color .3s;width:8px;width:var(--okd-steps-circle-icon-size,8px)}