.mobile_mobileContainer__rwP6f{width:100%;height:100%;color:#fff;background-color:#191b58;overflow:hidden;display:flex;flex-direction:column}.mobile_mobileContainer__rwP6f.mobile_isApp__pZ95o main>div{padding-bottom:0}.mobile_mobileContainer__rwP6f main{flex:1 1;width:100%;height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile_mobileContainer__rwP6f main>div{padding-bottom:50px}.mobile_mobileContainer__rwP6f .mobile_safeAreaBottom__c7w4G{width:100%;height:env(safe-area-inset-bottom);background:#fff}:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333333;--adm-color-text-secondary:#666666;--adm-color-weak:#999999;--adm-color-light:#cccccc;--adm-color-border:#eeeeee;--adm-color-background:#ffffff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#ffffff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:#808080;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{display:inline-flex;vertical-align:middle;box-sizing:content-box;border-radius:100px;background-color:var(--color);--right:0;--top:0;--color:var(--adm-badge-color,var(--adm-color-highlight))}.adm-badge-content{color:var(--adm-color-text-light-solid);box-sizing:border-box;min-width:8px;padding:1px 4px;font-size:var(--adm-font-size-1);line-height:12px;white-space:nowrap;font-weight:400;text-align:center}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);transform:translate(50%,-50%)}.adm-badge-dot{min-width:10px;width:10px;height:10px;border-radius:5px}.adm-badge-bordered{border:1px solid var(--adm-color-text-light-solid)}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-checkbox{--icon-size:22px;--font-size:var(--adm-font-size-9);--gap:8px;display:inline-flex;vertical-align:text-bottom;justify-content:flex-start;align-items:center;cursor:pointer}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{flex:none;border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid)}.adm-checkbox .adm-checkbox-icon>svg{display:block;width:100%;height:100%}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-dialog{--z-index:var(--adm-dialog-z-index,1000);---z-index:var(--z-index)}.adm-dialog .adm-center-popup{--z-index:var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header,.adm-dialog-title{margin-bottom:8px;padding:0 12px}.adm-dialog-title{font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:12px}.adm-dialog-footer{-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{flex:1 1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:10px;font-size:var(--adm-font-size-10);line-height:25px;border-radius:0;border-right:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-error-block{--color:var(--adm-color-text);--image-height:var(--adm-error-block-image-height,100px);--image-height-full-page:var(--adm-error-block-image-height-full-page,200px);--image-width:var(--adm-error-block-image-width,auto);--image-width-full-page:var(--adm-error-block-image-width-full-page,auto);box-sizing:border-box;text-align:center}.adm-error-block-image{height:var(--image-height);width:var(--image-width);max-width:100%}.adm-error-block-image img,.adm-error-block-image svg{height:100%}.adm-error-block-description{font-size:var(--adm-font-size-4);color:var(--adm-color-weak);line-height:1.4;margin-top:12px}.adm-error-block-description-title{font-size:var(--adm-font-size-7)}.adm-error-block-description-subtitle{margin-top:8px}.adm-error-block-content{margin-top:12px}.adm-error-block-full-page{padding-top:calc(50vh - var(--image-height-full-page))}.adm-error-block-full-page .adm-error-block-image{height:var(--image-height-full-page);width:var(--image-width-full-page)}.adm-error-block-full-page .adm-error-block-description{margin-top:20px;font-size:var(--adm-font-size-main)}.adm-error-block-full-page .adm-error-block-description-title{font-size:20px;color:var(--adm-color-text)}.adm-grid{--gap:0;--gap-horizontal:var(--gap);--gap-vertical:var(--gap);display:grid;grid-gap:10px;-webkit-column-gap:var(--gap-horizontal);grid-column-gap:var(--gap-horizontal);column-gap:var(--gap-horizontal);grid-row-gap:var(--gap-vertical);row-gap:var(--gap-vertical);grid-template-columns:repeat(var(--columns),minmax(0,1fr));align-items:stretch}.adm-grid-item{grid-column-end:span var(--item-span)}.adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;transform:translateX(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap:8px;--gap-vertical:var(--gap);--gap-horizontal:var(--gap)}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal:not(:empty){margin-right:calc(var(--gap-horizontal) * -1)}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-image-uploader{--cell-size:80px;--gap:12px;---gap:var(--gap);---gap-horizontal:var(--gap-horizontal,var(--gap));---gap-vertical:var(--gap-vertical,var(--gap))}.adm-image-uploader-grid,.adm-image-uploader-space{--gap:var(---gap);--gap-horizontal:var(---gap-horizontal);--gap-vertical:var(---gap-vertical)}.adm-image-uploader-cell{position:relative;width:var(--cell-size);height:var(--cell-size);border-radius:4px;overflow:hidden}.adm-image-uploader-cell-fail{border:1px solid red;box-sizing:border-box}.adm-image-uploader-cell-delete{position:absolute;top:0;right:0;width:14px;height:14px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 12px;font-size:8px;color:var(--adm-color-white);cursor:pointer}.adm-image-uploader-cell-delete-icon{position:absolute;left:4px;top:3px}.adm-image-uploader-cell-mask{position:absolute;top:0;right:0;bottom:0;left:0;color:var(--adm-color-white);background-color:rgba(50,50,51,.88)}.adm-image-uploader-cell-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;box-sizing:border-box;padding-top:8px}.adm-image-uploader-cell-mask-message{display:inline-block;padding:6px 4px;font-size:var(--adm-font-size-4)}.adm-image-uploader-cell-image{width:var(--cell-size);height:var(--cell-size)}.adm-image-uploader-upload-button-wrap{position:relative}.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button{background-color:var(--adm-color-box);text-align:center;line-height:var(--cell-size);display:block}.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button-icon{color:var(--adm-color-weak);font-size:32px}.adm-image-uploader-upload-button-wrap .adm-image-uploader-input{cursor:pointer;position:absolute;opacity:0;left:0;top:0;width:100%;height:100%;border-radius:4px}.adm-image-uploader .adm-image-uploader-gap-measure{position:absolute;left:0;top:0;height:var(--gap-horizontal);width:0}.adm-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.adm-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--text-align:left;--background-color:transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:-moz-read-only{cursor:default}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear,.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button,.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=datetime-local],.adm-input-element[type=time]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-modal{--z-index:var(--adm-modal-z-index,1000);---z-index:var(--z-index)}.adm-modal .adm-center-popup{--z-index:var(---z-index)}.adm-modal-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-modal-body>*{flex:none}.adm-modal-body>.adm-modal-content{flex:auto}.adm-modal-body:not(.adm-modal-with-image){padding-top:20px}.adm-modal-image-container{margin-bottom:12px;max-height:40vh;overflow-y:scroll}.adm-modal-header,.adm-modal-title{margin-bottom:8px;padding:0 12px}.adm-modal-title{font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-modal-content{padding:0 12px 12px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-modal-footer{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 12px 12px}.adm-modal-footer-empty{padding:0;height:8px}.adm-modal-footer.adm-space{--gap-vertical:20px}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:25px}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary){padding-top:0;padding-bottom:0}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before{display:none}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active{opacity:.7}.adm-nav-bar{--height:45px;--border-bottom:none;display:flex;align-items:center;height:var(--height);border-bottom:var(--border-bottom);padding:0 12px;white-space:nowrap}.adm-nav-bar-left,.adm-nav-bar-right{flex:1 1}.adm-nav-bar-title{flex:auto;text-align:center;overflow:hidden;text-overflow:ellipsis}.adm-nav-bar-back{display:flex;align-items:center;margin-right:16px;padding:6px 0;cursor:pointer}.adm-nav-bar-back-arrow{font-size:24px;margin-right:4px}.adm-nav-bar-left{font-size:var(--adm-font-size-7);display:flex;justify-content:flex-start;align-items:center}.adm-nav-bar-title{justify-content:center;white-space:nowrap;font-size:var(--adm-font-size-10);padding:0 12px}.adm-nav-bar-right{text-align:right}.adm-picker-view{--height:240px;--item-height:34px;--item-font-size:var(--adm-font-size-8);height:var(--height);width:100%;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;flex:1 1;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;position:absolute;top:calc(50% - var(--item-height) / 2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 6px;height:var(--item-height);display:flex;justify-content:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:flex;flex-direction:column;position:relative;top:calc(var(--item-height) * -1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{flex:1 1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button,.adm-picker-view-mask{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;display:flex;flex-direction:column;pointer-events:none}.adm-picker-view-mask-bottom,.adm-picker-view-mask-top{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;flex:none;border-top:1px solid var(--adm-color-border);border-bottom:1px solid var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000000);mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000000)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000000);mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000000)}.adm-picker-view-loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.adm-popover{--z-index:var(--adm-popover-z-index,1030);--background:#ffffff;--arrow-size:8px;--content-padding:8px 12px;color:var(--adm-color-text);position:absolute;top:0;left:0;z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;animation:none}.adm-popover.adm-popover-dark{--background:rgba(0,0,0,0.75);--adm-color-text:#ffffff;color:#ffffff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{position:absolute;background:rgba(255,255,255,.01);content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:8px;box-shadow:0 0 30px 0 rgba(51,51,51,.2);font-size:var(--adm-font-size-7);width:max-content;min-width:32px;max-width:calc(100vw - 24px);overflow-y:hidden}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{width:var(--arrow-size);overflow:visible;background:transparent}.adm-popover-arrow,.adm-popover-arrow-icon{position:absolute;display:block;height:var(--arrow-size)}.adm-popover-arrow-icon{width:calc(var(--arrow-size) / 8 * 15);top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color:var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding:0}.adm-popover-menu-list{overflow:hidden;min-width:120px}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{padding-right:2px;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.adm-popover-menu-item{display:flex;padding-left:20px;justify-content:flex-start;align-items:center;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:8px;font-size:20px}.adm-popover-menu-item-text{flex:auto;padding:14px 20px 14px 0;border-top:1px solid var(--border-color)}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:1px solid var(--border-color)}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color:var(--adm-color-text);--background:rgba(0,0,0,0.9)}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-progress-bar{--track-width:var(--adm-progress-bar-track-width,8px);--track-color:var(--adm-progress-bar-track-color,var(--adm-color-border));--fill-color:var(--adm-progress-bar-fill-color,var(--adm-color-primary));--text-width:var(--adm-progress-bar-text-width,40px);display:flex;align-items:center}.adm-progress-bar-trail{flex:auto;background:var(--track-color);overflow:hidden;height:var(--track-width)}.adm-progress-bar-fill{transition:width .3s;background:var(--fill-color);height:var(--track-width)}.adm-progress-bar-text{flex:none;width:calc(var(--text-width) + 8px);padding-left:8px;color:var(--adm-color-weak)}.adm-progress-bar-rounded .adm-progress-bar-fill,.adm-progress-bar-rounded .adm-progress-bar-trail{border-radius:var(--track-width)}.adm-progress-circle{--track-width:var(--adm-progress-circle-track-width,3px);--size:var(--adm-progress-circle-size,50px);--track-color:var(--adm-progress-circle-track-color,var(--adm-color-border));--fill-color:var(--adm-progress-circle-fill-color,var(--adm-color-primary));--percent:0;--pi:3.14159265;--radius:calc(var(--size) / 2 - var(--track-width) / 2);--circumference:calc(var(--radius) * var(--pi) * 2);display:inline-block;width:var(--size);height:var(--size)}.adm-progress-circle-svg{width:100%;height:100%}.adm-progress-circle-svg .adm-progress-circle-fill,.adm-progress-circle-svg>.adm-progress-circle-track{stroke-width:var(--track-width);r:var(--radius);cx:calc(var(--size) / 2);cy:calc(var(--size) / 2);transform:rotate(-90deg);transform-origin:50% 50%}.adm-progress-circle-svg>.adm-progress-circle-track{stroke:var(--track-color)}.adm-progress-circle-svg>.adm-progress-circle-fill{transition:stroke-dashoffset .35s;stroke:var(--fill-color);stroke-dasharray:var(--circumference);stroke-dashoffset:calc(var(--circumference) * (1 - var(--percent) / 100));stroke-linecap:round}.adm-progress-circle-content{position:relative;margin:auto;width:100%;height:100%}.adm-progress-circle-info{position:absolute;width:100%;top:50%;left:50%;text-align:center;transform:translate(-50%,-50%)}.adm-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}.adm-skeleton{--width:100%;--height:0;--border-radius:0;background-color:rgba(190,190,190,.2);border-radius:var(--border-radius);width:var(--width);height:var(--height);display:block}.adm-skeleton.adm-skeleton-animated{background:linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);background-size:400% 100%;animation:adm-skeleton-loading 1.4s ease infinite}.adm-skeleton.adm-skeleton-title{--width:45%;--height:32px;--border-radius:2px;margin-bottom:16px;margin-top:16px}.adm-skeleton.adm-skeleton-paragraph-line{--height:18px;--border-radius:2px;margin-top:12px;margin-bottom:12px}.adm-skeleton.adm-skeleton-paragraph-line:last-child{--width:65%}@keyframes adm-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.adm-slider{--fill-color:var(--adm-color-primary);padding:5px 14px;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-slider-track-container{padding:8px 0}.adm-slider-track{position:relative;width:100%;height:3px;background-color:var(--adm-color-fill-content);border-radius:3px}.adm-slider-fill{position:absolute;z-index:1;height:3px;border-radius:3px;background-color:var(--fill-color)}.adm-slider-ticks{position:absolute;width:100%;height:3px;background:transparent}.adm-slider-tick{position:absolute;top:-2px;width:7px;height:7px;margin-left:-3px;background-color:var(--adm-color-fill-content);border-radius:50%}.adm-slider-tick-active{background-color:var(--fill-color)}.adm-slider-thumb{width:28px;height:28px;margin:2px;border-radius:50%;text-align:center;line-height:28px;background:var(--adm-color-text-light-solid);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);color:var(--fill-color)}.adm-slider-thumb:focus{outline:none}.adm-slider-thumb-icon{width:12px;height:12px;margin:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-slider-thumb-container{cursor:-webkit-grab;cursor:grab;touch-action:none;position:absolute;z-index:2;width:32px;height:32px;border-radius:50%;top:50%;transform:translate(-50%,-50%)}.adm-slider-mark{position:relative;width:100%;overflow:visible;font-size:var(--adm-font-size-3);height:11px;margin-top:10px}.adm-slider-mark-text{position:absolute;display:inline-block;line-height:1;color:var(--adm-color-text);text-align:center;word-break:keep-all;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translateX(-50%)}.adm-slider-disabled .adm-slider-mark,.adm-slider-disabled .adm-slider-thumb-icon{opacity:.4}.adm-slider-disabled .adm-slider-fill:after,.adm-slider-disabled .adm-slider-tick-active:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;background-color:rgba(255,255,255,.6)}.adm-slider-disabled .adm-slider-thumb{cursor:not-allowed;box-shadow:0 2px 5px 0 rgba(0,0,0,.06)}.adm-slider-disabled .adm-slider-mark-text,.adm-slider-disabled .adm-slider-tick{cursor:not-allowed;box-shadow:none}.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;display:block;position:relative;white-space:unset;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:6px;left:50%;transform:translateX(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translateX(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.adm-page-indicator{display:flex;width:auto;--dot-color:var(--adm-color-light);--active-dot-color:var(--adm-color-primary);--dot-size:3px;--active-dot-size:13px;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:3px}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color:rgba(255,255,255,0.5);--active-dot-color:var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-tabs{--title-font-size:var(--adm-font-size-9);--content-padding:12px;--active-line-height:2px;--active-line-border-radius:var(--active-line-height);--active-line-color:var(--adm-color-primary);--active-title-color:var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:1px solid var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:8px 0 10px;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:30px;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0))}.adm-text-area{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--disabled-color:var(--adm-color-weak);--text-align:left;--count-text-align:right;position:relative}.adm-text-area,.adm-text-area-element{width:100%;max-width:100%;max-height:100%}.adm-text-area-element{font-family:var(--adm-font-family);resize:none;flex:auto;display:block;box-sizing:border-box;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:transparent}.adm-text-area-element:disabled{color:var(--disabled-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--disabled-color)}.adm-text-area-element:-moz-read-only{cursor:default}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element-hidden{visibility:hidden;position:absolute;top:0;left:0;z-index:-1000}.adm-text-area-count{text-align:var(--count-text-align);color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:8px}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:white;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.news-item_newsItem__r3pNv{padding:20px 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.news-item_newsItem__r3pNv .news-item_newsTitle__tss2k{flex:1 1;color:#fff;font-size:14px;font-weight:500;line-height:20px;word-break:normal;overflow-wrap:anywhere}.news-item_newsItem__r3pNv .news-item_newsTitle__tss2k:active{color:hsla(0,0%,100%,.5)}.news-item_newsItem__r3pNv .news-item_imageBox__6Ae1Y{margin-top:8px;display:flex;gap:9px}.news-item_newsItem__r3pNv .news-item_newsBottom__1_uyL{margin-top:12px;display:flex;justify-content:space-between;gap:8px;font-size:10px;color:hsla(0,0%,100%,.5)}.news-item_newsItem__r3pNv .news-item_newsBottom__1_uyL .news-item_newsTime__bYeQe{margin-right:8px;flex-shrink:0}.news-item_newsItem__r3pNv .news-item_newsBottom__1_uyL .news-item_newsTagBox__BbWn0{display:flex}.news-item_newsItem__r3pNv .news-item_newsBottom__1_uyL .news-item_newsTag__qEDrz{margin-right:6px;border-radius:3px;background-color:hsla(0,0%,100%,.1);font-size:10px;line-height:10px;color:hsla(0,0%,100%,.8);padding:4px 7px;display:flex;align-items:center;max-width:70px}.news-item_newsItem__r3pNv .news-item_newsBottom__1_uyL .news-item_newsTag__qEDrz:active{background-color:hsla(0,0%,100%,.05)}.header_mobileHeaderSpacer__bS010{width:100%;height:52px}.header_mobileHeaderContainer__bKJeg{width:100%;height:52px;display:flex;align-items:center;justify-content:space-between;padding:5px 10px 0 16px;position:relative}.header_mobileHeaderContainer__bKJeg .header_pcHeaderLogin__3XYYx{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);height:28px;line-height:28px;padding:0 16px;text-transform:none;font-weight:700;border-radius:14px;color:#fff;background-color:#24b26b;position:absolute;right:14px;cursor:pointer}.header_mobileHeaderContainer__bKJeg .header_pcHeaderLogin__3XYYx:hover{filter:brightness(1.1)}.header_mobileHeaderContainer__bKJeg .header_mobileHeaderLogin__u_TU2{background:rgba(0,0,0,0) linear-gradient(110deg,#ff2700,#ff00ba) 0 0 no-repeat padding-box;border-radius:8px;color:#fff;position:absolute;right:14px;display:flex;align-items:center;justify-content:center;font-weight:700}.header_mobileHeaderContainer__bKJeg .header_pcHeaderBox__sRc1o{display:flex;align-items:center;position:absolute;right:14px;height:36px;gap:8px;padding-right:16px;border-radius:24px;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);cursor:pointer}.header_mobileHeaderContainer__bKJeg .header_pcHeaderBox__sRc1o .header_avatarWrapper__XoH9j{display:flex}.header_mobileHeaderContainer__bKJeg .header_pcHeaderBox__sRc1o>p{font-size:16px}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ{display:flex;align-items:center;position:absolute;right:14px;--adm-avatar-border-radius:50%}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ>img{position:relative;z-index:1}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_avatarWrapper__XoH9j{position:relative;z-index:3;cursor:pointer}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_vipTag__OS9fB{width:40px;position:absolute;right:2px;bottom:-2px;z-index:3}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_vipTag__OS9fB img{width:100%}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_userInfo__IqaFo{padding-right:6px;display:flex;flex-direction:column;align-items:flex-end}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_userInfo__IqaFo p{font-size:14px;line-height:20px;font-weight:500;display:flex;position:relative}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_userInfo__IqaFo span{font-size:12px;opacity:.67;line-height:16px;display:flex;align-items:center}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_userInfo__IqaFo span img{margin-left:4px}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:6px;min-width:180px;z-index:1000;overflow:hidden;background:linear-gradient(180deg,rgba(37,47,60,.9),rgba(37,47,60,.8));box-shadow:0 2px 4px 0 rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO .header_menuItem__8S4qF{padding:12px 16px 12px 35px;font-size:14px;color:#c1c1c1;cursor:pointer;transition:background-color .2s;display:flex;justify-content:space-between;align-items:center;position:relative}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO .header_menuItem__8S4qF .header_isNotifications__vF8Jq:after{content:"";display:inline-block;position:relative;top:-8px;width:6px;height:6px;border-radius:100%;background-color:#e94238}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO .header_menuItem__8S4qF:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.05)}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO .header_menuItem__8S4qF:before{content:"";display:inline-block;width:14px;height:14px;position:absolute;left:14px;top:50%;transform:translateY(-50%)}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO .header_menuItem__8S4qF.header_accountInfo__Q7kFJ:before{background-image:url(/sport-community/images/common/header/ico_accountInfo.svg?v=26eb986b);background-repeat:no-repeat;background-size:cover;opacity:.8}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO .header_menuItem__8S4qF.header_creator__NnKuq:before{background-image:url(/sport-community/images/common/header/ico_creator.svg?v=52f5a045);background-repeat:no-repeat;background-size:cover;opacity:.8}.header_mobileHeaderContainer__bKJeg .header_userInfoBox__qyhFZ .header_dropdownMenu__BfKNO .header_menuItem__8S4qF.header_notifications__6K7wi:before{background-image:url(/sport-community/images/common/header/ico_notification.svg?v=42b91ab8);background-repeat:no-repeat;background-size:cover;opacity:.8}@media(min-width:431px){.header_logo__mCrFN{width:196px;height:32px}.header_mobileHeaderLogin__u_TU2{width:128px;height:35px;font-size:14px}}@media(max-width:430px){.header_logo__mCrFN{width:194px;height:32px}.header_mobileHeaderLogin__u_TU2{width:126px;height:34.5px;font-size:14px}}@media(max-width:414px){.header_logo__mCrFN{width:187px;height:30px}.header_mobileHeaderLogin__u_TU2{width:121.5px;height:33px;font-size:14px}}@media(max-width:390px){.header_logo__mCrFN{width:176.27px;height:28px}.header_mobileHeaderLogin__u_TU2{width:114.4px;height:31.2px;font-size:12px}}@media(max-width:375px){.header_logo__mCrFN{width:170px;height:25px}.header_mobileHeaderLogin__u_TU2{width:110px;height:30px;font-size:12px}}.overview_overview__GWVzB .overview_overviewHeader__PX9Im{display:flex;padding:8px 16px;background-color:hsla(0,0%,100%,.05)}.overview_overview__GWVzB .overview_overviewHeader__PX9Im .overview_tabItem__ta7Qa{border:.5px solid rgba(193,193,193,.3);border-radius:3px;font-size:12px;color:var(--text-color);padding:4px 12px;margin-right:10px}.overview_overview__GWVzB .overview_overviewHeader__PX9Im .overview_tabItem__ta7Qa:active{background-color:rgba(193,193,193,.1)}.overview_overview__GWVzB .overview_overviewHeader__PX9Im .overview_tabItem__ta7Qa.overview_active__aXQlm{background:rgba(29,178,103,.1);border:.5px solid #1db267;border-radius:3px;color:var(--primary-color)}.overview_overview__GWVzB .overview_tabContent__1i9S3{width:100%}.live-match_liveMatch__C89gb .live-match_team__QU9mG{margin-top:8px;padding:0 16px;background-color:hsla(0,0%,100%,.05)}.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamAwayScore__dRWvd,.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamHomeScore__D_iRF,.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamTop__FT6ip{padding:12px 0;display:flex;border-bottom:1px solid hsla(0,0%,100%,.05);font-size:12px;color:hsla(0,0%,100%,.5)}.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamLeft__sDmef{width:35%}.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamRight__xjsK_{width:65%;display:flex;justify-content:flex-end}.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamScore__h8VkK{width:20%;text-align:center;color:hsla(0,0%,100%,.5)}.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamScore__h8VkK.live-match_active__nJRpB{color:#fff}.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamScore__h8VkK.live-match_playing__BIJrV{color:var(--primary-color)}.live-match_liveMatch__C89gb .live-match_team__QU9mG .live-match_teamHomeScore__D_iRF{border-bottom:none}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR{margin-top:8px;background:hsla(0,0%,100%,.05);padding:9px 0 12px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatTop__kLrmA{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-color)}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatTop__kLrmA .live-match_teamStatTopAway__wGJhg{position:relative;padding-left:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:45%}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatTop__kLrmA .live-match_teamStatTopAway__wGJhg:before{content:"";background:#fcbf04;border-radius:0 100px 100px 0;position:absolute;top:0;left:0;width:3px;height:14px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatTop__kLrmA .live-match_teamStatTopHome__rZZno{position:relative;padding-right:7px;text-align:right;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:45%}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatTop__kLrmA .live-match_teamStatTopHome__rZZno:after{content:"";transform:scaleX(-1);background:#1db267;border-radius:0 100px 100px 0;position:absolute;top:0;right:0;width:3px;height:14px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressCircle___6Ouz{display:flex;align-items:center;font-size:12px;color:var(--text-color);margin-top:18px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressCircle___6Ouz .live-match_teamStatProgressCircleItem__8iejz{position:relative;flex:1 1;display:flex;flex-direction:column;align-items:center}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressCircle___6Ouz .live-match_teamStatProgressCircleItem__8iejz .live-match_circleTitle__3Wh94{margin-bottom:13px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressCircle___6Ouz .live-match_teamStatProgressCircleItem__8iejz .live-match_circleScore__I0bDJ .live-match_circleScoreAway__00e_E{position:absolute;right:-20px;top:50%;transform:translateY(-50%);color:var(--primary-color)}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressCircle___6Ouz .live-match_teamStatProgressCircleItem__8iejz .live-match_circleScore__I0bDJ .live-match_circleScoreHome__ouN__{position:absolute;left:-20px;top:50%;transform:translateY(-50%);color:var(--yellow-color)}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy{margin-top:17px;padding:0 16px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_teamStatRebounds__8PZPq{display:flex;flex-direction:column}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_teamStatTurnovers__1ax82{margin-top:10px;display:flex;flex-direction:column}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_reboundsBox__nJcT_,.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_turnoversBox__IV8IZ{display:flex;gap:5px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_reboundsAway__DohOW,.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_reboundsHome__dFQCX,.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_turnoversAway__EOwud,.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_turnoversHome__VQd2_{width:50%;display:flex;align-items:center}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_reboundsHome__dFQCX,.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_turnoversHome__VQd2_{justify-content:flex-end}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_foulTitle__hypap{color:#fff;font-size:8px;padding:2px 4px;background:#e94238;border-radius:2px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_foulText__BwXfs{color:#e94238;font-size:12px;text-align:center;width:24px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_scoreText__QJ2de{color:#fff;font-size:12px;margin-left:22px;margin-right:8px}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_progressBar__aj_Go{flex:1 1}.live-match_liveMatch__C89gb .live-match_teamStat__ncSsR .live-match_teamStatProgressBar__J9QHy .live-match_progressBar__aj_Go.live-match_progressBarReverse__ldEsM{transform:scaleX(-1)}.live-match_liveMatch__C89gb .live-match_textLive__YKndN{background:hsla(0,0%,100%,.0509803922);margin-top:8px;padding:12px 16px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveEmptyView__ONYUG{width:100%;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:120px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveTop__IRF3q{color:#fff;font-size:12px;font-weight:500}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveTop__IRF3q .live-match_textLiveScoreTitle__APEun{margin-left:14px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE{position:relative;margin-top:10px;padding:10px 0}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE:before{content:"";position:absolute;background-color:hsla(0,0%,100%,.1);width:1px;height:100%;left:30px;top:0}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn{display:flex;justify-content:space-between;font-size:10px;color:hsla(0,0%,100%,.5);margin-bottom:18px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn:last-child{margin-bottom:0}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn .live-match_textLiveItemLeft__ohg2Q{display:flex;justify-content:space-between;align-items:center}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn .live-match_textLiveItemScore__rPibw{white-space:nowrap;text-wrap:nowrap;padding-left:10px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn .live-match_redDot__iP818{width:3px;height:3px;border-radius:50%;background-color:#e94238;margin-left:4px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn .live-match_textLiveItemTime__ndOgK{width:26px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn .live-match_teamLogo__7Namf{margin-left:6px}.live-match_liveMatch__C89gb .live-match_textLive__YKndN .live-match_textLiveBox__n8_tE .live-match_textLiveItem__yhaMn .live-match_textLiveItemTitle__UV7sn{margin-left:8px}.page-footer_page-footer__CBQZC{margin-top:10px;margin-bottom:10px;border-radius:8px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);padding:20px}.page-footer_mobile-page-footer__NOClI{margin-top:30px;padding:0 20px 30px}.page-footer_mobile-page-footer__NOClI .page-footer_page-footer-content__49_qX{height:110px;position:relative}.page-footer_mobile-page-footer__NOClI .page-footer_page-footer-content__49_qX.page-footer_active__PYX2d{height:auto}.page-footer_mobile-page-footer__NOClI .page-footer_page-footer-content__49_qX.page-footer_active__PYX2d:after{display:none}.page-footer_mobile-page-footer__NOClI .page-footer_page-footer-content__49_qX:after{position:absolute;content:"";width:100%;height:100px;bottom:0;left:0}.page-footer_page-footer-content__49_qX{height:auto;position:relative}.page-footer_page-footer-content__49_qX .page-footer_page-footer-text__lPYK7{color:hsla(0,0%,100%,.5);font-size:13px;line-height:22px;word-break:break-all}.page-footer_page-footer-content__49_qX .page-footer_page-footer-text__lPYK7 .link{color:hsla(0,0%,100%,.5)}.page-footer_page-footer-content__49_qX .page-footer_page-footer-text__lPYK7 .link:hover{color:#fff}.page-footer_page-footer-more__WTCXU{margin-top:6px;text-align:center;color:hsla(0,0%,100%,.8);font-size:13px;text-decoration:underline;cursor:pointer}.live-hls-player_playerWrapper__eVJoP{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;overflow:hidden;background:#000;display:flex;align-items:center;flex-direction:column}.live-hls-player_playerWrapper__eVJoP.live-hls-player_pcPlayerWrapper__VGxJN .live-hls-player_controlsBox__s5f9M:hover .live-hls-player_controls__R91yp{transform:translateY(0);opacity:1}.live-hls-player_playerWrapper__eVJoP.live-hls-player_pcPlayerWrapper__VGxJN .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp{height:48px}.live-hls-player_playerWrapper__eVJoP.live-hls-player_pcPlayerWrapper__VGxJN .live-hls-player_controlsBox__s5f9M .live-hls-player_controlsEmpty__UzQQ9{width:100%;height:calc(100% - 48px)}.live-hls-player_playerWrapper__eVJoP .live-hls-player_liveCover___jiXr{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.live-hls-player_playerWrapper__eVJoP .live-hls-player_liveCover___jiXr img{width:100%;display:block}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M{width:100%;height:100%;position:absolute;top:0;left:0;z-index:5;display:flex;flex-direction:column}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controlsBigPlay____auY{width:90px;height:90px;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;filter:brightness(.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.05);cursor:pointer;transition:all .3s}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controlsBigPlay____auY:hover{filter:brightness(1.2)}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controlsBigPlay____auY img{width:32px;height:32px;position:relative;left:2px}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controlsEmpty__UzQQ9{width:100%;height:calc(100% - 42px)}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp{width:100%;height:42px;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:3;bottom:0;padding:0 12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.05);transform:translateY(100%);opacity:0;transition:all .3s ease}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp .live-hls-player_controlsLeft__8dfFs,.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp .live-hls-player_controlsRight__wVcAa{display:flex;align-items:center;gap:4px}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp.live-hls-player_show__gKo7I{transform:translateY(0);opacity:1}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button{background:rgba(0,0,0,0);border:none;display:flex;align-items:center}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button img{width:20px;height:20px}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH{width:80px;height:6px;margin-left:10px;border-radius:3px;padding:0}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH .adm-slider-track-container{padding:0;width:100%;height:100%}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH .adm-slider-track-container .adm-slider-track{width:80px;height:6px;background:hsla(0,0%,100%,.1)}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH .adm-slider-track-container .adm-slider-fill{height:6px;border-radius:3px;background:#fff}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH .adm-slider-track-container .adm-slider-thumb-container{width:12px;height:12px}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH .adm-slider-track-container .adm-slider-thumb{width:12px;height:12px;margin:0}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH .adm-slider-track-container .adm-slider-thumb svg{display:none}.live-hls-player_playerWrapper__eVJoP .live-hls-player_controlsBox__s5f9M .live-hls-player_controls__R91yp button .live-hls-player_volume__KyWKH .live-hls-player_volumeBar__kyicH{height:6px;background:#fff;border-radius:3px}.live-hls-player_playerWrapper__eVJoP .live-hls-player_playerContainer__t5KjQ{width:100%;height:100%;z-index:2;position:relative}.live-hls-player_playerWrapper__eVJoP .live-hls-player_playerContainer__t5KjQ video{width:100%;height:100%}.live-hls-player_playerWrapper__eVJoP .live-hls-player_emptyView__sOi3A{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;margin:0!important}.live-hls-player_playerWrapper__eVJoP .live-hls-player_matchCountdown__YOyLw{opacity:.6}.live-hls-player_playerWrapper__eVJoP .live-hls-player_animationLoading__RaIJn{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center}.live-hls-player_playerWrapper__eVJoP .live-hls-player_animationLoading__RaIJn:before{content:"";display:block;width:48px;height:48px;border:none;background:no-repeat url(/sport-community/images/loading.gif?v=ae532961);background-size:contain;transform:none!important}.live-hls-player_playerWrapper__eVJoP .live-hls-player_btnWrapper__YfvBm{opacity:0;transition:opacity .5s ease;position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.live-hls-player_playerWrapper__eVJoP .live-hls-player_btnWrapper__YfvBm:before{content:"";width:100%;height:70px;display:block;position:absolute;top:0;left:0;z-index:0}.live-hls-player_playerWrapper__eVJoP .live-hls-player_btnWrapper__YfvBm .live-hls-player_pageBack__AMv_n{position:absolute;width:50px;height:50px;left:0;top:0;display:flex;align-items:center;z-index:1;justify-content:center;transform:rotate(90deg)}.live-hls-player_playerWrapper__eVJoP .live-hls-player_btnWrapper__YfvBm .live-hls-player_pageBack__AMv_n i{font-size:16px}.live-hls-player_playerWrapper__eVJoP .live-hls-player_btnWrapper__YfvBm .live-hls-player_closeAnimationPlayer__xpWFl{position:absolute;width:50px;height:50px;right:0;top:0;display:flex;z-index:1;align-items:center;justify-content:center}.live-hls-player_playerWrapper__eVJoP .live-hls-player_btnWrapper__YfvBm .live-hls-player_closeAnimationPlayer__xpWFl i{font-size:16px}.live-hls-player_playerWrapper__eVJoP .live-hls-player_show__gKo7I{opacity:1}.live-hls-player_playerWrapper__eVJoP .live-hls-player_hide__BX27R{opacity:0}.live-hls-player_playerWrapper__eVJoP .live-hls-player_unLoginBox__3Juw8{background:rgba(0,0,0,.96);z-index:10}.match-detail_matchDetail___cjoE{margin:0 auto}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT{background-size:100%;background-repeat:no-repeat;display:flex;justify-content:center;flex-direction:column;box-sizing:border-box;position:relative;padding-top:30px;height:168px;transition:height .3s;border-radius:8px;overflow:hidden}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_matchDetailHeaderBg__k6nLr{width:1200px;height:auto;position:absolute;top:0;z-index:0}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_collect___6hd2{position:absolute;right:20px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_leagueTitle__bjL6n{display:flex;justify-content:center;align-items:center;position:absolute;top:10px;width:100%;font-size:16px;z-index:1}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_leagueTitle__bjL6n span{padding-left:10px}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo{display:flex;justify-content:center;margin-top:10px;padding:0 50px;gap:20px;position:relative;z-index:1;overflow:hidden}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_middleBox__GfZIQ{width:200px;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:visible}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_middleBox__GfZIQ .match-detail_scoreText__jbW6H{font-weight:500;font-size:40px;line-height:1;padding:10px 0}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_middleBox__GfZIQ .match-detail_teamDate__eteyC,.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_middleBox__GfZIQ .match-detail_teamTime__onj4N{line-height:1.2}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_homeTeam__ifaBU{justify-content:flex-end}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_homeTeam__ifaBU .match-detail_teamName__27Vhz{text-align:right}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_guestTeam__NtvC6,.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_homeTeam__ifaBU{display:flex;align-items:center;flex:1 1;gap:20px}.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_guestTeam__NtvC6 .match-detail_teamName__27Vhz,.match-detail_matchDetail___cjoE .match-detail_matchDetailHeader__c9CXT .match-detail_scoreBox__E7gVo .match-detail_homeTeam__ifaBU .match-detail_teamName__27Vhz{color:#fff;font-weight:500;font-size:24px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB{padding-bottom:20px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section{width:100%;display:flex;gap:12px;margin-top:12px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb{width:710px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db{width:100%;position:relative;overflow:hidden;border-radius:8px 8px 0 0;border:1px solid hsla(0,0%,100%,.15)}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db .match-detail_livePlayTabs__rgBYm{width:100%;height:54px;background-color:hsla(0,0%,100%,.1);display:flex}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db .match-detail_livePlayTabs__rgBYm li{flex:1 1;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:14px;cursor:pointer}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db .match-detail_livePlayTabs__rgBYm li.match-detail_livePlayActiveTab__gVCKW,.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db .match-detail_livePlayTabs__rgBYm li.match-detail_livePlayActiveTab__gVCKW i{color:var(--primary-color)}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db .match-detail_livePlayTabs__rgBYm li i,.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db .match-detail_livePlayTabs__rgBYm li img{margin-right:6px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionLeft___pSeb .match-detail_livePlay__mW4Db .match-detail_livePlayView__oJck5{width:100%;height:400px;position:relative;background-color:hsla(0,0%,100%,.05)}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy{width:483px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy .match-detail_chatWrapper__enOlo{width:100%;height:632px;border-radius:8px;padding-top:4px;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);position:relative}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy .match-detail_chatWrapper__enOlo .match-detail_viewersNumWrap__sMQO0{position:absolute;right:24px;top:14px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy .match-detail_chatWrapper__enOlo .match-detail_chatWrapperTabs__KjUho{height:100%;display:flex;flex-direction:column}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy .match-detail_chatWrapper__enOlo .match-detail_chatWrapperTabs__KjUho .adm-tabs-header{padding-left:5px;border-bottom:1px solid hsla(0,0%,100%,.15)}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy .match-detail_chatWrapper__enOlo .match-detail_chatWrapperTabs__KjUho .adm-tabs-tab-wrapper{padding:0 20px}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy .match-detail_chatWrapper__enOlo .match-detail_chatWrapperTabs__KjUho .adm-tabs-tab{font-size:14p}.match-detail_matchDetail___cjoE .match-detail_detailContent__fp9aB section .match-detail_sectionRight__p4dYy .match-detail_chatWrapper__enOlo .match-detail_chatWrapperTabs__KjUho .adm-tabs-content{padding:0;margin-top:1px;flex:1 1;height:0;overflow-y:auto}.odds_odds__HT27s{display:flex;margin-top:12px;width:1200px;height:150px;border-radius:8px;position:relative;padding-bottom:28px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15)}.odds_odds__HT27s .odds_oddItemTitle__LSQKh{width:185px;flex:none!important}.odds_odds__HT27s .odds_oddItemTitle__LSQKh img{width:100px}.odds_odds__HT27s .odds_oddItem__Jn59V{flex:1 1;font-size:12px;border-right:1px solid hsla(0,0%,100%,.1)}.odds_odds__HT27s .odds_oddItem__Jn59V:last-child{border-right:none}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemHeader__U0krh{width:100%;height:32px;line-height:32px;color:#fff;font-weight:500;text-align:center;padding:0 12px;background-color:hsla(0,0%,100%,.05)}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemContent__iCYxa{height:84px;width:100%;display:flex;padding:8px 12px;flex-direction:column;justify-content:center;align-items:center}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemContent__iCYxa .odds_oddItemTop__Blifq{display:flex;width:90%;gap:15px}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemContent__iCYxa .odds_oddItemTop__Blifq li{flex:1 1;height:26px;display:flex;justify-content:center;align-items:center}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemContent__iCYxa .odds_oddItemBottom__Q_r_6{display:flex;width:90%;gap:15px}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemContent__iCYxa .odds_oddItemBottom__Q_r_6 li{flex:1 1;border-radius:4px;height:26px;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.1);cursor:pointer}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemContent__iCYxa .odds_oddItemBottom__Q_r_6 li:hover{filter:brightness(1.2)}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemContent__iCYxa .odds_oddItemBottom__Q_r_6 li span{color:#c1c1c1;padding-right:8px}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemLeft__Ygc5z{width:40%;gap:8px;display:flex;align-items:center}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemLeft__Ygc5z img{width:72%}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemRight__x490D{display:flex;width:60%;gap:8px}.odds_odds__HT27s .odds_oddItem__Jn59V .odds_oddItemRight__x490D li{flex:1 1;display:flex;align-items:center;justify-content:center}.odds_odds__HT27s .odds_tips__CKyXs{padding:0 16px;font-size:10px;display:flex;align-items:center;color:hsla(0,0%,100%,.5)}.odds_odds__HT27s .odds_allOdds__temLm{margin-top:16px}.odds_odds__HT27s .odds_halfOdds__buTiw{margin-top:30px}.odds_odds__HT27s .odds_oddsTop__ueLtp{padding:0 16px;display:flex;justify-content:space-between;font-size:12px;color:var(--text-color)}.odds_odds__HT27s .odds_bottomTips__vC5jK{height:28px;width:100%;border-top:1px solid hsla(0,0%,100%,.1);padding-left:12px;line-height:28px;margin-top:12px;font-size:10px;color:hsla(0,0%,100%,.5);position:absolute;bottom:0}.overview_overview__6OUo7{width:100%}.overview_overview__6OUo7 .overview_overviewBottom__jfWTv{margin-top:12px;border-radius:8px;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);display:flex;flex-direction:column}.overview_overview__6OUo7 .overview_overviewBottom__jfWTv .overview_overviewBottomContent__44ewW{flex:1 1;width:100%;overflow-y:auto;height:0}.overview_overview__6OUo7 .overview_overviewBottomHeader__cHDNZ{display:flex;padding:8px 16px;margin-top:12px}.overview_overview__6OUo7 .overview_overviewBottomHeader__cHDNZ .overview_tabItem__oDFA9{border:.5px solid rgba(193,193,193,.3);border-radius:3px;font-size:12px;color:var(--text-color);padding:4px 12px;margin-right:10px;cursor:pointer}.overview_overview__6OUo7 .overview_overviewBottomHeader__cHDNZ .overview_tabItem__oDFA9:active{background-color:rgba(193,193,193,.1)}.overview_overview__6OUo7 .overview_overviewBottomHeader__cHDNZ .overview_tabItem__oDFA9.overview_active__w2eQl{background:rgba(29,178,103,.1);border:.5px solid #1db267;border-radius:3px;color:var(--primary-color)}.live-match_dataStatRow__XX1Wc{display:flex;align-items:center;justify-content:center;width:88%;margin:0 auto}.live-match_dataStatRow__XX1Wc .live-match_dataStatRowVal__fQ93m{width:105px;height:26px;line-height:26px;padding-left:10px;border-radius:13px;font-size:12px;background-color:rgba(0,0,0,.3);position:relative}.live-match_dataStatRow__XX1Wc .live-match_dataStatRowVal__fQ93m span{position:absolute;right:14px}.live-match_statRow__Sc7GW{width:58%;display:flex;align-items:center;justify-content:space-between;margin:12px auto}.live-match_statRow__Sc7GW .live-match_statSide__3InPh{display:flex;align-items:center;gap:6px;width:40%}.live-match_statRow__Sc7GW .live-match_statValue__QrOv2{min-width:24px;text-align:center;font-weight:600}.live-match_statRow__Sc7GW .live-match_statBar__Pu3ui{flex:1 1}.live-match_statRow__Sc7GW .live-match_statTitle__vudEu{width:94px;text-align:center;font-weight:500}.live-match_statRow__Sc7GW .live-match_progressWrapper___7BMl{flex:1 1;height:6px;background:rgba(103,103,103,.6117647059);border-radius:3px;overflow:hidden;position:relative}.live-match_statRow__Sc7GW .live-match_homeBar__w37hI{background:#fcbf04;height:100%;border-radius:3px;animation:live-match_all__i4SlF .3s ease}.live-match_statRow__Sc7GW .live-match_awayBar__HDg9O{background:#1db267;height:100%;border-radius:3px;animation:live-match_all__i4SlF .3s ease}.live-match_teamInfo__LpY6s{display:flex;justify-content:space-between;margin-bottom:12px;margin-top:2px;padding:0 20px}.live-match_teamInfo__LpY6s .live-match_liveMatchTeam__tI0hR{display:flex;align-items:center;gap:6px}.live-match_teamInfo__LpY6s .live-match_liveMatchTeam__tI0hR .live-match_teamName__d4ha0{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-match_teamInfo__LpY6s .live-match_liveMatchTeam__tI0hR .live-match_teamIcons__yJoTc{display:flex;gap:20px;margin-left:6px;padding:0 15px}.live-match_teamInfo__LpY6s .live-match_liveMatchTeam__tI0hR .live-match_teamIcons__yJoTc .live-match_iconItem__C4oOM{display:flex;align-items:center;gap:3px}.live-match_teamInfo__LpY6s .live-match_liveMatchTeam__tI0hR .live-match_teamIcons__yJoTc .live-match_iconItem__C4oOM img{width:14px;height:14px}.live-match_liveMatch__klTgS .live-match_team__46Rhy{margin-top:12px;height:130px;top:1125px;left:476px;border-radius:8px;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15)}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamTop__8eU_N{height:41px;border-radius:8px 8px 0 0;background-color:hsla(0,0%,100%,.05);font-weight:700}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamAwayScore__2i_V4,.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamHomeScore__P4Wyw,.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamTop__8eU_N{padding:14px 16px;display:flex;border-bottom:1px solid hsla(0,0%,100%,.05);font-size:12px;color:hsla(0,0%,100%,.5)}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamLeft__FPBX_{width:35%}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamRight__zOksX{width:65%;display:flex;justify-content:flex-end}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamScore__3FBpN{width:20%;text-align:center;color:hsla(0,0%,100%,.5)}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamScore__3FBpN.live-match_active__3k8mF{color:#fff}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamScore__3FBpN.live-match_playing__SAm7s{color:var(--primary-color)}.live-match_liveMatch__klTgS .live-match_team__46Rhy .live-match_teamHomeScore__P4Wyw{border-bottom:none}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8{padding:18px 0;border-radius:0 0 8px 8px;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15)}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatTop__bJtI7{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-color)}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatTop__bJtI7 .live-match_teamStatTopAway__uV3Ce{position:relative;padding-left:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:45%;font-size:14px;font-weight:700}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatTop__bJtI7 .live-match_teamStatTopAway__uV3Ce:before{content:"";background:#fcbf04;border-radius:0 100px 100px 0;position:absolute;top:0;left:0;width:3px;height:16px}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatTop__bJtI7 .live-match_teamStatTopHome__SSnPZ{position:relative;padding-right:7px;text-align:right;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;width:45%}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatTop__bJtI7 .live-match_teamStatTopHome__SSnPZ:after{content:"";transform:scaleX(-1);background:#1db267;border-radius:0 100px 100px 0;position:absolute;top:0;right:0;width:3px;height:16px}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY{margin-top:17px;padding:0 16px}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_teamStatRebounds__ibeTw{display:flex;flex-direction:column}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_teamStatTurnovers__l_8yx{margin-top:10px;display:flex;flex-direction:column}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_reboundsBox__JRsYO,.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_turnoversBox__Y_VXk{display:flex;gap:5px}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_reboundsAway__OY4gZ,.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_reboundsHome__gFDJR,.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_turnoversAway__WALSs,.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_turnoversHome__if1Ux{width:50%;display:flex;align-items:center}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_reboundsHome__gFDJR,.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_turnoversHome__if1Ux{justify-content:flex-end}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_foulTitle__1TfnD{color:#fff;font-size:8px;padding:2px 4px;background:#e94238;border-radius:2px}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_foulText__d6Jj8{color:#e94238;text-align:center;width:24px}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_scoreText__m1qb_{color:#fff;font-size:12px;margin-left:22px;margin-right:8px}.live-match_liveMatch__klTgS .live-match_teamStat__KVBk8 .live-match_teamStatProgressBar__WJsdY .live-match_progressBar__NfeOS{flex:1 1}.live-match_textLive__zKGo5{margin-top:8px;padding:12px 16px}.live-match_textLive__zKGo5 .live-match_textLiveEmptyView__rQX2H{width:100%;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:120px}.live-match_textLive__zKGo5 .live-match_textLiveTop__V3Rjh{color:#fff;font-size:12px;font-weight:500}.live-match_textLive__zKGo5 .live-match_textLiveTop__V3Rjh .live-match_textLiveScoreTitle__eFS_U{margin-left:14px}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95{position:relative;margin-top:10px;padding:10px 0}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95:before{content:"";position:absolute;background-color:hsla(0,0%,100%,.1);width:1px;height:100%;left:42px;top:0}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO{display:flex;justify-content:space-between;font-size:12px;color:hsla(0,0%,100%,.5);margin-bottom:18px;padding-left:12px}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO:last-child{margin-bottom:0}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO .live-match_textLiveItemLeft__0LOvg{display:flex;justify-content:space-between;align-items:center}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO .live-match_textLiveItemScore__n4c_y{white-space:nowrap;text-wrap:nowrap;padding-left:10px}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO .live-match_redDot__OhZzi{width:3px;height:3px;border-radius:50%;background-color:#e94238;margin-left:3px}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO .live-match_textLiveItemTime__YJhpR{width:26px}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO .live-match_teamLogo__WHR1R{margin-left:22px}.live-match_textLive__zKGo5 .live-match_textLiveBox__IYE95 .live-match_textLiveItem__s0zPO .live-match_textLiveItemTitle__psdaS{margin-left:8px}.sc-live-match_teamStat__d0jXO{background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-top:none;border-radius:0 0 8px 8px;padding:22px 12px 16px;color:#fff;font-size:12px}.sc-live-match_teamInfo__aAfU_{display:flex;justify-content:space-between;margin-bottom:12px;margin-top:2px}.sc-live-match_teamInfo__aAfU_ .sc-live-match_team__W7UKx{display:flex;align-items:center;gap:6px}.sc-live-match_teamInfo__aAfU_ .sc-live-match_team__W7UKx .sc-live-match_teamName__fAgJG{font-weight:600;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-live-match_teamInfo__aAfU_ .sc-live-match_team__W7UKx .sc-live-match_teamIcons__Vm6m8{display:flex;gap:20px;margin-left:6px;padding:0 15px}.sc-live-match_teamInfo__aAfU_ .sc-live-match_team__W7UKx .sc-live-match_teamIcons__Vm6m8 .sc-live-match_iconItem__zu1AV{display:flex;align-items:center;gap:3px}.sc-live-match_teamInfo__aAfU_ .sc-live-match_team__W7UKx .sc-live-match_teamIcons__Vm6m8 .sc-live-match_iconItem__zu1AV img{width:14px;height:14px}.sc-live-match_statRows__3wejv{display:flex;flex-wrap:wrap;gap:8px}.sc-live-match_statRow__naZa6{width:calc(50% - 4px);display:flex;align-items:center;justify-content:space-between;margin:8px 0}.sc-live-match_statRow__naZa6 .sc-live-match_statSide__1G7Uv{display:flex;align-items:center;gap:6px;width:40%}.sc-live-match_statRow__naZa6 .sc-live-match_statValue__buOUc{min-width:24px;text-align:center;font-weight:600}.sc-live-match_statRow__naZa6 .sc-live-match_statBar__ll1oa{flex:1 1}.sc-live-match_statRow__naZa6 .sc-live-match_statTitle__xJRvT{width:80px;text-align:center;font-weight:500}.sc-live-match_statRow__naZa6 .sc-live-match_progressWrapper__a3ycy{flex:1 1;height:6px;background:rgba(103,103,103,.6117647059);border-radius:3px;overflow:hidden;position:relative}.sc-live-match_statRow__naZa6 .sc-live-match_homeBar__Igr4L{background:#fcbf04;height:100%;transition:all .3s ease;border-radius:3px}.sc-live-match_statRow__naZa6 .sc-live-match_awayBar__dPIa1{background:#1db267;height:100%;border-radius:3px;transition:all .3s ease}.sc-live-match_scContent__52uXB{margin-top:8px}.sc-live-match_scContent__52uXB .sc-live-match_scContentHeader__m6Ffr{display:flex}.sc-live-match_scContent__52uXB .sc-live-match_scContentHeader__m6Ffr .sc-live-match_scContentTab__91h8l{font-size:14px;color:var(--text-color);height:40px;line-height:44px;flex:1 1;text-align:center}.sc-live-match_scContent__52uXB .sc-live-match_scContentHeader__m6Ffr .sc-live-match_scContentTab__91h8l.sc-live-match_active__mad8h{color:var(--primary-color);background-image:url(/sport-community/images/ico_nav_bg.webp?v=1d24202b);background-repeat:no-repeat;background-size:cover}.sc-live-match_stepIcon__Swhyw{flex-shrink:0;object-fit:cover;position:relative;z-index:2}.sc-live-match_stepStartItem__zJu9Z{padding:10px;border-radius:4px;background-color:hsla(0,0%,100%,.05);font-size:12px;color:#fff;margin-left:10px;line-height:16px}.sc-live-match_stepItem__r9724{flex:1 1;font-size:12px;color:#fff;line-height:16px;margin-left:12px;display:flex;justify-content:space-between;align-items:center}.sc-live-match_stepItem__r9724 span{margin-right:16px}.sc-live-match_scMark__s0dG0{margin-top:8px;background-color:hsla(0,0%,100%,.05);padding:12px 16px 0;display:flex;flex-wrap:wrap}.sc-live-match_scMark__s0dG0 .sc-live-match_scMarkItem__KS7NE{width:20%;display:flex;align-items:center;margin-bottom:12px}.sc-live-match_scMark__s0dG0 .sc-live-match_scMarkItem__KS7NE .sc-live-match_scMarkItemTitle__X37Se{font-size:12px;color:var(--text-color);margin-left:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sc-live-match_scLiveTextBox__gqznL{padding:20px 14px;display:flex;flex-direction:column;gap:20px}.sc-live-match_scLiveTextBox__gqznL .sc-live-match_scStep__LihVS{display:flex;align-items:center;position:relative}.sc-live-match_scLiveTextBox__gqznL .sc-live-match_scStep__LihVS .sc-live-match_stepLine__qPGZ1{position:absolute;top:calc(50% + 7px + 6px);left:7px;width:1px;height:calc(100% + 20px - 20px - 7px);background-color:hsla(0,0%,100%,.05);z-index:1}.sc-live-match_scImportantBox__jpQ0F{padding:16px;display:flex;flex-direction:column;gap:20px;min-height:790px;position:relative}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_startIcon__2NIuM{position:relative;left:calc(50% - 10px)}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepIcon__rWux2{width:50%;position:relative;left:calc(50% - 10px);display:flex;align-items:center}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepLine__A060n{position:absolute;top:calc(50% + 7px + 6px);width:1px;height:calc(100% + 20px - 20px - 7px);background-color:hsla(0,0%,100%,.05);z-index:1}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStep__OgEvr{display:flex;align-items:center;gap:10px;position:relative}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStep__OgEvr .sc-live-match_eventStepText__r6gVn{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.5);text-align:center;position:relative}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStep__OgEvr .sc-live-match_eventItem__wdhU1{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:4px;background-color:hsla(0,0%,100%,.05)}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStep__OgEvr .sc-live-match_eventItem__wdhU1 .sc-live-match_eventCnt__ObHRr{display:flex;flex-direction:column;gap:6px}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStep__OgEvr .sc-live-match_eventItem__wdhU1 .sc-live-match_eventPlayerName___bxOC{font-size:12px;color:#fff}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepMiddle__ZtheW{left:calc(50% - 20px);width:50%}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepHome__wHx8K{width:50%;left:calc(50% - 10px);position:relative}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepHome__wHx8K .sc-live-match_eventItem__wdhU1 .sc-live-match_subsititutionName__hsIQB{display:flex;gap:8px}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepHome__wHx8K .sc-live-match_eventItem__wdhU1 .sc-live-match_subsititutionName__hsIQB+.sc-live-match_subsititutionName__hsIQB{margin-top:8px}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepAway__WGVYj{right:calc(50% - 5px);flex-direction:row-reverse}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepAway__WGVYj .sc-live-match_eventItem__wdhU1{flex-direction:row-reverse}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepAway__WGVYj .sc-live-match_eventItem__wdhU1 .sc-live-match_subsititutionName__hsIQB{display:flex;flex-direction:row-reverse;gap:8px}.sc-live-match_scImportantBox__jpQ0F .sc-live-match_eventStepAway__WGVYj .sc-live-match_eventItem__wdhU1 .sc-live-match_subsititutionName__hsIQB+.sc-live-match_subsititutionName__hsIQB{margin-top:8px}.vo-live-match_voLiveMatch__juJpD{border-radius:0 0 8px 8px;border:1px solid hsla(0,0%,100%,.1490196078);border-top:none}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb{padding:0 16px;background-color:hsla(0,0%,100%,.05)}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamAwayScore__PrEex,.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamHomeScore__G1B2A,.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamTop__VUqcc{padding:12px 0;display:flex;border-bottom:1px solid hsla(0,0%,100%,.05);font-size:12px;color:hsla(0,0%,100%,.5)}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamLeft__XqRRw{width:35%}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamRight__WCGAW{width:65%;display:flex;justify-content:flex-end}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamScore__G91Pv{width:20%;text-align:center;color:hsla(0,0%,100%,.5)}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamScore__G91Pv.vo-live-match_active__Pu_TB{color:#fff}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamScore__G91Pv.vo-live-match_playing__blAAt{color:var(--primary-color)}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamWinCount__7xIiW{width:20%;text-align:center;color:var(--primary-color)}.vo-live-match_voLiveMatch__juJpD .vo-live-match_team__E9ozb .vo-live-match_teamHomeScore__G1B2A{border-bottom:none}.confront-header_confrontHeader__B4ff_{margin-top:8px;background:hsla(0,0%,100%,.05);padding:12px 16px}.confront-header_confrontHeader__B4ff_ .confront-header_title__2Q_iy{font-size:14px;font-weight:500;margin-bottom:20px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontHeaderTop__ahMiM{display:flex;justify-content:space-between;align-items:center}.confront-header_confrontHeader__B4ff_ .confront-header_confrontHeaderTop__ahMiM .confront-header_confrontTitle__mIL4v{border:1px solid rgba(193,193,193,.3);border-radius:3px;padding:2px 10px;width:48px;display:flex;justify-content:center}.confront-header_confrontHeader__B4ff_ .confront-header_confrontCheckBox__sKQBN{display:flex;margin-top:18px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontCheckBox__sKQBN .adm-checkbox+.adm-checkbox{margin-left:16px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn{display:flex;align-items:center;margin-top:18px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_count__QSp6Z{color:var(--text-color)}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_winBox__8YJXg{font-size:12px;display:flex;align-items:center}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_winBox__8YJXg .confront-header_winDot__gSc_L{width:16px;height:16px;border-radius:50%;background-color:var(--primary-color);text-align:center;line-height:16px;margin-right:2px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_loseBox__gWXyB{font-size:12px;margin-left:16px;display:flex;align-items:center}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_loseBox__gWXyB .confront-header_loseDot__Ndgz_{width:16px;height:16px;border-radius:50%;background-color:#e94238;text-align:center;line-height:16px;margin-right:2px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_tieBox__gulZz{font-size:12px;margin-left:16px;display:flex;align-items:center}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_tieBox__gulZz>img{margin-right:2px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_scoreBox__w0_uV{margin-left:18px;background:hsla(0,0%,100%,.1);border-radius:3px;padding:2px 4px;display:flex;align-items:center;white-space:nowrap;text-wrap:nowrap}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_scoreBox__w0_uV .confront-header_pts__2ZTPc{background:#fcbf04;border-radius:2px;padding:0 2px;font-size:10px;margin-right:2px}.confront-header_confrontHeader__B4ff_ .confront-header_confrontFooter__OP_Cn .confront-header_scoreBox__w0_uV .confront-header_scoreText__A2GlU{font-size:12px;padding-left:2px;color:var(--text-color)}