: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:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--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:grey;--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-picker{--header-button-font-size:var(--adm-font-size-7);--title-font-size:var(--adm-font-size-7);--item-font-size:var(--adm-font-size-8);--item-height:34px;width:100%;height:300px;overflow:hidden;position:relative;display:flex;flex-direction:column;---item-font-size:var(--item-font-size);---item-height:var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size:var(---item-font-size);--item-height:var(---item-height)}.adm-picker-header{flex-shrink:0;border-bottom:1px solid var(--adm-color-border);display:flex;justify-content:space-between;align-items:center;padding:4px}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:8px}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:4px;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1 1}.adm-picker-body{flex:1 1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height:100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.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%,#000);mask:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.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%,#000);mask:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.8) 50%,#000)}.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-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-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-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-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))}.Header_header__R_kkv{position:fixed;width:100%;left:0;top:0;z-index:9;display:flex;align-items:center;justify-content:space-between}.Header_header__R_kkv .Header_headerL__JYRVn{margin-left:5%}.Header_header__R_kkv .Header_headerL__JYRVn img{height:25px;width:auto}@media(max-width:575.98px){.Header_header__R_kkv .Header_headerL__JYRVn img{height:15px}}.Header_header__R_kkv .Header_headerRList__iaAcU{padding:1rem 0;cursor:pointer;font-size:40px;margin-left:2rem;color:#fff}@media(max-width:575.98px){.Header_header__R_kkv .Header_headerRList__iaAcU{font-size:16px;color:#fff}}.Header_header__R_kkv .Header_headerR__9x_bf{margin-right:5%;flex:1 1;display:flex;flex-direction:row-reverse;align-items:center;overflow:hidden}.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-horizontal,.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-submenu-horizontal{background:none;border:none}.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-item,.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-submenu{line-height:100px}.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-item-selected:after,.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-item:hover:after,.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-submenu-open:after,.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-submenu-selected:after,.Header_header__R_kkv .Header_headerR__9x_bf .ant-menu-submenu:hover:after{border-bottom-color:#ec3d3d;border-bottom-width:3px}.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerR_A__5EFOJ{font-weight:700;font-size:14px;color:#fff!important}.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRMenu__lkoln{overflow:hidden}.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRMenu__lkoln .ant-menu-overflow-item.ant-menu-overflow-item-rest,.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRMenu__lkoln .ant-menu-overflow-item.ant-menu-overflow-item-rest .ant-menu-submenu-title{font-weight:700;color:#fff}.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRMenu__lkoln .ant-menu-overflow-item.ant-menu-overflow-item-rest .ant-menu-submenu-title .anticon{font-size:24px;min-width:24px}.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRMenu__lkoln .ant-menu-submenu-title .anticon{font-size:10px}.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRR__iYG74{flex-shrink:0;width:130px;height:35px;position:relative;color:#fff;border:1px solid #fff;border-radius:3px;text-align:left;text-indent:20px;line-height:35px;font-size:12px;cursor:pointer}@media(max-width:575.98px){.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRR__iYG74{width:86px;height:22px;line-height:20px;margin:2rem 0;text-indent:0;text-align:center}}.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRR__iYG74:after{content:"";position:absolute;top:calc(50% - 3px);top:-webkit-calc(50% - 3px);right:10px;transform:translate(-50%);-webkit-transform:translate(-50%);width:0;height:0;border:5px solid transparent;border-top-color:#fff}@media(max-width:575.98px){.Header_header__R_kkv .Header_headerR__9x_bf .Header_headerRR__iYG74:after{display:none}}.Header_headerR_lan__4YxcT{display:block;line-height:20px;padding:10px 0;line-height:1}.Header_headerR_lan__4YxcT img{height:auto;margin-right:10px;width:25px;vertical-align:middle}.Header_headerScroll__PqyDF{background-color:#222}.Header_headerNav__qsOGm{position:fixed;top:0;left:100%;width:100%;height:100%;background:#000;transition:all .3s linear;z-index:999;color:#fff;padding:2rem;opacity:0}.Header_headerNav__qsOGm .Header_headerNavC__60MDl{display:flex;flex-direction:row-reverse;font-size:24px;color:#fff}.Header_headerNav__qsOGm .Header_headerNavBox__4WY_2{margin-top:30px;flex:1 1;overflow-y:auto;text-align:center}.Header_headerNav__qsOGm .Header_headerNavBox__4WY_2 a,.Header_headerNav__qsOGm .Header_headerNavBox__4WY_2 span{font-size:24px;color:#fff;line-height:55px;text-decoration:none}.Header_headerNav__qsOGm .Header_headerNavBox__4WY_2 .anticon{font-size:16px}.Header_headerNavA__I78M4{opacity:1;left:0;display:flex;flex-direction:column}.Header_pickerMenu__Qd6W4{background:#000}.Header_en__Xb_M0 .ant-menu-item{padding:0 30px}.Header_en__Xb_M0 .Header_headerPaddingtop__I7OV9 .Header_headerL__JYRVn{padding-top:30px}.Header_en__Xb_M0 .Header_headerPaddingtop__I7OV9 .Header_headerR__9x_bf{padding-top:30px;position:relative}.Header_en__Xb_M0 .Header_headerPaddingtop__I7OV9 .Header_headerR__9x_bf .ant-menu-item,.Header_en__Xb_M0 .Header_headerPaddingtop__I7OV9 .Header_headerR__9x_bf .ant-menu-submenu{line-height:70px}.Header_en__Xb_M0 .Header_headerPaddingtop__I7OV9 .Header_container_top_contact__JZou8{position:absolute}.Header_en__Xb_M0 .Header_container_top_contact__JZou8{position:relative;right:0;top:0;line-height:1.15;color:#fff;width:max-content;margin:0 auto;font-size:13px;padding-top:10px}.Header_en__Xb_M0 .Header_container_top_contact__JZou8 a{font-weight:600;transition:.2s ease-in-out;cursor:pointer;color:#fff}.Header_en__Xb_M0 .Header_container_top_contact__JZou8 a:hover{color:#ec3d3d}@media(max-width:1199.98px){.Header_en__Xb_M0 .Header_container_top_contact__JZou8{padding-top:0;height:80px;line-height:80px}}.Footer_footer__oaUOW{background-color:#c83232;font-size:15px}@media(max-width:767.98px){.Footer_footer__oaUOW{font-size:12px}}.Footer_footer__oaUOW .Footer_footerBgBox__27Yk_{overflow:hidden;position:relative}.Footer_footer__oaUOW .Footer_footerBg__rqGlj{position:absolute;width:auto;top:-20%;height:140%;right:0}@media(max-width:991.98px){.Footer_footer__oaUOW .Footer_footerBg__rqGlj{width:30%;height:auto;top:0}}.Footer_footer__oaUOW .Footer_footerT__U_mr1{padding:50px 0;position:relative;width:80%;margin:auto;color:#fff}@media(max-width:767.98px){.Footer_footer__oaUOW .Footer_footerT__U_mr1{width:95%}}.Footer_footer__oaUOW .Footer_footerT__U_mr1 .Footer_h1__Rv22M,.Footer_footer__oaUOW .Footer_footerT__U_mr1 h1{font-size:34px}.Footer_footer__oaUOW .Footer_footerT__U_mr1 .Footer_h2__wmH9j,.Footer_footer__oaUOW .Footer_footerT__U_mr1 h2{font-family:LeagueGothic-Regular;font-size:28px;margin-bottom:.5em}.Footer_footer__oaUOW .Footer_footerT__U_mr1 .Footer_footerTB__MVDyp{display:flex;max-width:470px;padding-top:20px;border-top:1px solid #fff;flex-wrap:wrap}.Footer_footer__oaUOW .Footer_footerT__U_mr1 .Footer_footerTB__MVDyp div,.Footer_footer__oaUOW .Footer_footerT__U_mr1 .Footer_footerTB__MVDyp p{width:50%;margin-bottom:10px}.Footer_footer__oaUOW .Footer_footerB__dB_FE{padding:10px;line-height:20px;text-align:center;color:#fff;font-size:12px;background-color:#000}.Footer_footer__oaUOW .Footer_footerB__dB_FE a{color:#fff;text-decoration:underline}@media(max-width:767.98px){.Footer_footer__oaUOW .Footer_footerB__dB_FE{margin-top:30px}}.Footer_footer__oaUOW .Footer_footerBack__y8_vf{padding:10px 20px;bottom:30px;right:30px;background-color:#000;cursor:pointer;position:fixed;opacity:.6;color:#fff;z-index:99}.Footer_footer__oaUOW .Footer_footerBg__rqGlj{max-width:50%;width:500px;height:auto;right:-65px;top:0;transform:rotate(25deg);transform-origin:0 0}@media(max-width:991.98px){.Footer_footer__oaUOW .Footer_footerBg__rqGlj{max-width:45%;right:-20px}}.Footer_en__ygWyV .Footer_footerT__U_mr1{color:#fff;text-decoration:none}.Footer_en__ygWyV .Footer_footerT__U_mr1 h1{font-family:LeagueGothic-Regular}.Footer_en__ygWyV .Footer_footerT__U_mr1 .Footer_ComeToMeetUs__Ed_OO{font-size:34px;font-family:LeagueGothic-Regular;margin-top:0;margin-bottom:.5em;font-weight:500}.Footer_en__ygWyV .Footer_footerT__U_mr1 p{max-width:510px}.Footer_en__ygWyV .Footer_footerTB__MVDyp{display:block!important}.Footer_en__ygWyV .Footer_footerTB__MVDyp div{width:100%!important}.Footer_en__ygWyV .Footer_footerTD__rJOVo .Footer_h1Style__2VTBG,.Footer_en__ygWyV .Footer_footerTD__rJOVo h1{font-family:LeagueGothic-Regular;font-size:38px;margin-bottom:20px}.Footer_en__ygWyV .Footer_footerTD__rJOVo .Footer_footerTDBox__9NWe0 a{margin-right:10px}.Footer_en__ygWyV .Footer_footerTD__rJOVo .Footer_footerTDBox__9NWe0 a img{width:40px;height:40px}.Footer_en__ygWyV .Footer_footerBg__rqGlj{max-width:50%;width:500px;height:auto;right:-65px;top:0;transform:rotate(25deg);transform-origin:0 0}@media(max-width:991.98px){.Footer_en__ygWyV .Footer_footerBg__rqGlj{max-width:45%;right:-20px}}.Footer_en__ygWyV .Footer_footerList__IM_6X{display:flex;line-height:25px;margin-bottom:10px}.Footer_en__ygWyV .Footer_footerList__IM_6X .Footer_footerListL__Fe_QN{margin-right:10px}.new_detail_page__hSdQ8{background:#fff;min-height:100vh}.new_detail_main__xLnOg{width:min(96%,1280px);margin:0 auto;padding-top:42px;padding-bottom:70px;background:#fff}.new_detail_breadcrumb__6GmcL{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:#083a7e;font-size:16px;font-weight:400;margin-bottom:26px}.new_detail_breadcrumb__6GmcL a{color:inherit;font-size:inherit;font-weight:inherit;padding:0 5px;text-decoration:none;transition:color .2s ease}.new_detail_breadcrumb__6GmcL a:hover{color:red}.new_detail_breadcrumb__6GmcL span,.new_detail_breadcrumb__6GmcL strong{color:inherit;font-size:inherit;font-weight:inherit}.new_detail_breadcrumb__6GmcL strong{display:inline-block;max-width:40vw;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:992px){.new_detail_breadcrumb__6GmcL strong{width:500px;max-width:500px}}.new_detail_layout__k8JpL{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.9fr);grid-gap:40px;gap:40px;align-items:start}@media(max-width:991.98px){.new_detail_layout__k8JpL{grid-template-columns:1fr;gap:24px}}.new_detail_primary__LuJVE{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}@media(max-width:767.98px){.new_detail_primary__LuJVE{padding:20px;border-radius:14px}}.new_detail_headerBox__bdKsD{margin-bottom:24px}.new_detail_headerBox__bdKsD h1{margin:0;color:#0f172a;font-size:clamp(24px,3.7vw,46px);line-height:1.32;letter-spacing:0;word-spacing:.1em;font-weight:800}@media(min-width:992px){.new_detail_headerBox__bdKsD h1{font-size:clamp(24px,3vw,34px)}}.new_detail_meta__E3S_J{display:flex;align-items:center;gap:8px;margin-top:16px;color:#64748b;font-size:14px}.new_detail_metaIconWrap__mdpMm{display:inline-flex;align-items:center;justify-content:center}.new_detail_summary__SfxeZ{margin:22px 0 0;padding:16px 18px;background:#f8fafc;border-left:4px solid #dc2626;border-radius:0 10px 10px 0;color:#475569;line-height:1.7}.new_detail_summary__SfxeZ h2{display:inline;margin:0 6px 0 0;color:#0f172a;font-size:17px;font-weight:700}.new_detail_summary__SfxeZ p{display:inline;margin:0;font-size:17px}.new_detail_heroFigure__7NUkR{margin:0 0 28px}.new_detail_heroFigure__7NUkR img{width:100%;max-height:450px;object-fit:cover;border-radius:14px;border:1px solid #e2e8f0;display:block}.new_detail_articleContent__OKB50{color:#475569;font-size:16px;line-height:1.9}.new_detail_articleContent__OKB50 .braft-output-content{color:#000}.new_detail_faqSection__8c6BJ{margin-top:64px;padding-top:40px;border-top:1px solid #e2e8f0}.new_detail_faqList___ssT3{display:grid;grid-gap:14px;gap:14px}.new_detail_faqItem__vV_h_{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}.new_detail_faqItem__vV_h_ button{width:100%;border:0;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;font-size:15px;font-weight:600;padding:14px 16px}.new_detail_faqItem__vV_h_ button:hover{background:#f8fafc}.new_detail_faqItem__vV_h_ p{margin:0;border-top:1px solid #e2e8f0;background:#f8fafc;padding:12px 16px 14px;color:#475569;font-size:15px;line-height:1.8}@media(max-width:767.98px){.new_detail_faqItem__vV_h_ p{font-size:16px;line-height:1.85}}.new_detail_sectionTitle__Dl48N{display:flex;align-items:center;gap:8px;margin-bottom:22px}.new_detail_sectionTitle__Dl48N h2{margin:0;color:#0f172a;font-size:24px;font-weight:800}.new_detail_chevronIcon__QKlUK,.new_detail_sectionIconMd__OVeg6,.new_detail_sectionIconSm__j2KT8{fill:none;stroke:#dc2626;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.new_detail_sectionIconSm__j2KT8{width:16px;height:16px}.new_detail_sectionIconMd__OVeg6{width:24px;height:24px}.new_detail_chevronIcon__QKlUK{width:18px;height:18px;stroke:#64748b;transition:transform .2s ease}.new_detail_chevronIconOpen___0kPI{transform:rotate(180deg)}.new_detail_hotGamesSection__16vzm{margin-top:64px;padding-top:40px;border-top:1px solid #e2e8f0}@media(max-width:767.98px){.new_detail_hotGamesDesktop__KdJU5{display:none}}.new_detail_hotGamesMobile__DTiGz{display:none}@media(max-width:767.98px){.new_detail_hotGamesMobile__DTiGz{display:block}}.new_detail_hotGamesGrid___Rwgg{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:8px;gap:8px}@media(max-width:767.98px){.new_detail_hotGamesGrid___Rwgg{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}}.new_detail_hotGameCard__C829c{display:block;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;transition:border-color .25s ease,box-shadow .25s ease}.new_detail_hotGameCard__C829c:hover{border-color:#fecaca;box-shadow:0 12px 20px rgba(15,23,42,.08)}.new_detail_hotGameImgWrap__vLYCm{position:relative;aspect-ratio:1/1;overflow:hidden;padding:5px}.new_detail_hotGameImgWrap__vLYCm img{width:100%;height:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease}.new_detail_hotGameImgWrap__vLYCm:hover img{transform:scale(1.05)}.new_detail_pageSwitch__OCrLk{display:none}.new_detail_pageSwitch__OCrLk a{display:inline-flex;align-items:center;justify-content:center;min-width:120px;padding:10px 16px;border-radius:999px;color:#fff;text-decoration:none;background:#dc2626;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.new_detail_pageSwitch__OCrLk a:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(220,38,38,.22)}.new_detail_sidebar__zINb5{position:-webkit-sticky;position:sticky;top:32px;display:grid;grid-gap:40px;gap:40px}@media(max-width:991.98px){.new_detail_sidebar__zINb5{position:static}}.new_detail_tocPanel___MLgz{border:1px solid #f1f5f9;border-radius:12px;padding:24px;background:#f8fafc}.new_detail_tocPanel___MLgz div.new_detail_tocTitle__dvUsr,.new_detail_tocPanel___MLgz h3{margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid #e2e8f0;font-size:18px;font-weight:700;color:#0f172a}.new_detail_relatedPanel__1x8AI{background:transparent}.new_detail_relatedHeading__ottn4{margin:0 0 16px;display:flex;align-items:center;gap:8px;color:#0f172a;font-size:20px;font-weight:700}@media(max-width:767.98px){.new_detail_relatedHeading__ottn4{font-size:24px}}.new_detail_relatedHeadingBar__Z6DUg{width:4px;height:18px;border-radius:999px;background:#dc2626}.new_detail_tocItem__ghW0Q{width:100%;border:0;border-radius:8px;background:transparent;text-align:left;color:#475569;cursor:pointer;display:flex;align-items:center;padding:8px 10px;font-size:14px;line-height:1.4;gap:10px;transition:background-color .2s ease,color .2s ease}.new_detail_tocItem__ghW0Q:hover{background:#f1f5f9;color:#0f172a}.new_detail_tocDot__ONbhw{width:6px;height:6px;border-radius:999px;background:transparent;flex:0 0 6px}.new_detail_tocItem__ghW0Q:hover .new_detail_tocDot__ONbhw{background:#94a3b8}.new_detail_tocItemSub__tFPck{padding-left:24px;font-size:13px}.new_detail_tocItemActive__OMK8j{color:#b91c1c;background:#fee2e2;font-weight:600}.new_detail_tocItemActive__OMK8j .new_detail_tocDot__ONbhw{background:#dc2626}.new_detail_relatedList__8SkIR{display:grid;grid-gap:20px;gap:20px}.new_detail_relatedCard__VzmNG{display:grid;grid-template-columns:96px 1fr;grid-gap:14px;gap:14px;color:inherit;text-decoration:none}.new_detail_relatedCard__VzmNG .new_detail_relatedFallback__Pqc4L,.new_detail_relatedCard__VzmNG img{width:96px;height:80px;border-radius:10px;object-fit:contain;border:1px solid #e2e8f0;background:#e2e8f0}.new_detail_relatedCard__VzmNG .new_detail_relatedCardTitle__nGlty,.new_detail_relatedCard__VzmNG h4{margin:0 0 6px;color:#0f172a;font-size:14px;line-height:1.45;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767.98px){.new_detail_relatedCard__VzmNG .new_detail_relatedCardTitle__nGlty,.new_detail_relatedCard__VzmNG h4{font-size:16px;line-height:1.5}}.new_detail_relatedCard__VzmNG time{color:#64748b;font-size:12px}.new_detail_emptyText__MtY78{margin:0;color:#64748b;font-size:14px}.new_detail_top__nGNgp{max-width:780px;width:90%;margin:0 auto;text-align:center;padding-top:4rem;padding-bottom:1rem;border-bottom:1px solid rgba(15,23,42,.1)}.new_detail_top__nGNgp h1{font-size:2.6rem;margin-bottom:2rem}.new_detail_top__nGNgp p{font-size:1.2rem;color:rgba(15,23,42,.6)}.new_detail_content__Yjr4O{max-width:780px;margin:0 auto;width:90%;padding-top:1rem}.new_detail_content__Yjr4O img,.new_detail_content__Yjr4O video{max-width:100%}.new_detail_btn__Q1_zw{padding:3rem 0 6rem;display:flex;align-items:center;justify-content:center;gap:16px}.new_detail_btn__Q1_zw a{min-width:110px;text-align:center;padding:10px 16px;color:#fff;background-color:#dc2626;text-decoration:none}.new_detail_banner__xvL9t{text-align:center}.new_detail_banner__xvL9t img{width:auto;max-width:100%;height:25vw}@media(max-width:767.98px){.new_detail_banner__xvL9t img{height:43vw}}