: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}.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_headerRR__iYG74{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}.Header_headerR_lan__4YxcT img{height:20px;margin-right:10px;width:auto;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_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}.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 h1{font-size:34px}.Footer_footer__oaUOW .Footer_footerT__U_mr1 h2{font-family:LeagueGothic-Regular;font-size:28px}.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{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 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 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}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.fans_banner__tcbM5{position:relative}.fans_banner__tcbM5 .fans_bannerV__PIok7{width:100%;height:auto}.fans_banner__tcbM5 .fans_bannerMask__kIVOj{position:absolute;top:0;width:100%;height:100%;z-index:1;display:flex;justify-content:center;align-items:center;left:0;background-color:rgba(0,0,0,.5)}.fans_session__LxJPF{width:80%;margin:auto}@media(max-width:767.98px){.fans_session__LxJPF{width:90%}}.fans_wec__2pzDz{padding:3rem;text-align:center}.fans_wec__2pzDz img{width:620px;height:auto;margin-bottom:50px}@media only screen and (max-width:650px){.fans_wec__2pzDz img{width:310px}}.fans_wec__2pzDz h1{color:#c83232;margin-bottom:5rem;font-size:3rem;font-weight:700}.fans_wec__2pzDz h2,.fans_wec__2pzDz h3{color:#000;font-weight:700;margin-top:2rem;font-size:1.5rem}.fans_img__2KUck{margin-top:-3px}.fans_img__2KUck img,.fans_img__2KUck video{width:100%;height:auto;display:block}.fans_swiper__rtoeF{position:relative;background-color:#000}.fans_swiper__rtoeF .fans_swiperBox__Nax6S{height:calc(100vh - 99px);width:100%;object-fit:cover;text-align:center;overflow:hidden;background-repeat:no-repeat;background-position:50%;background-size:cover}@media(max-width:767.98px){.fans_swiper__rtoeF .fans_swiperBox__Nax6S{height:84vw}}.fans_product__wTbZW{position:relative;padding:50px 0 10rem}.fans_product__wTbZW a{text-decoration:none}.fans_product__wTbZW .fans_productBG__YNH92{position:absolute;width:100%;height:100%;top:0;left:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:all .2s linear}.fans_product__wTbZW .fans_productBGMask__E5DHr{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.7)}.fans_product__wTbZW .fans_productBR__hF45z{padding-left:10px;height:90vh;text-align:left}@media(max-width:767.98px){.fans_product__wTbZW .fans_productBR__hF45z{height:auto;text-align:center;margin-bottom:20px}}.fans_product__wTbZW .fans_productBR__hF45z a{display:flex;align-items:center;width:100%;height:100%}.fans_product__wTbZW .fans_productBR__hF45z img{display:inline-block;max-width:100%;width:auto;height:auto;max-height:100%}.fans_product__wTbZW .fans_productBL__2JIGl{width:100%}.fans_product__wTbZW .fans_productBL__2JIGl .fans_productBLT__AE9zy{height:10rem}.fans_product__wTbZW .fans_productBL__2JIGl .fans_productBLT__AE9zy img{width:auto;max-height:100%;max-width:550px}.fans_product__wTbZW .fans_productBL__2JIGl .fans_productBLM__YvXPP{font-size:2.5rem;font-weight:700;color:#000;font-style:italic;margin-bottom:5rem}.fans_product__wTbZW .fans_productBL__2JIGl .fans_productBLM__YvXPP p{text-align:center;margin:0;line-height:4rem}.fans_product__wTbZW .fans_productBLB__6sA8_{width:100%}.fans_product__wTbZW .fans_productBLB__6sA8_ .fans_productBLBR__TACDq{max-width:500px;margin:auto!important}.fans_product__wTbZW .fans_productBLB__6sA8_ .fans_productBLBI__doEaa{filter:grayscale(90%);width:80px;height:80px;border-radius:50%;border:3px solid #e80109;box-sizing:border-box;display:flex;align-items:center;justify-content:center;position:relative}.fans_product__wTbZW .fans_productBLB__6sA8_ .fans_productBLBI__doEaa img{max-width:100%;height:auto;max-height:89px;display:block}.fans_product__wTbZW .fans_productBLB__6sA8_ .fans_productBLBIA__vDeSM{filter:none}.fans_product__wTbZW .fans_productBLD__U8BH7{margin-top:5rem;height:20rem;font-size:1.2rem;line-height:1.8}@media(max-width:767.98px){.fans_product__wTbZW .fans_productBLD__U8BH7{height:auto;margin-bottom:2rem}}.fans_product__wTbZW .fans_productBLD__U8BH7 h1{font-size:2.8rem;text-align:center;line-height:1;font-weight:700;margin-bottom:4rem}.fans_product__wTbZW .fans_productBtn__zvCTQ{width:136px;background-color:#e80109;font-size:12px;color:#fff;text-align:center;line-height:40px;height:40px;position:relative}.fans_product__wTbZW .fans_productBtn__zvCTQ span{position:absolute;left:0;top:0;transition:all .2s ease;line-height:40px;width:0;font-size:12px;height:100%;align-items:center;text-indent:70%;overflow:hidden;background-color:#000;z-index:0}.fans_product__wTbZW .fans_productBtn__zvCTQ label{position:relative;z-index:1}.fans_product__wTbZW .fans_productBtnSmall__N_eoP{width:100%;background-color:#e80109;font-size:12px;color:#fff;text-align:center;line-height:40px;height:40px;position:relative}.fans_product__wTbZW .fans_productBtn__zvCTQ:hover span{width:100%}.fans_wall__XXwC6{position:relative}.fans_wall__XXwC6 .fans_wallBG__GlKUa{width:100%;display:block;height:auto}.fans_wall__XXwC6 .fans_swiper__rtoeF{background:none;position:absolute;top:15vw;height:21vw;left:16vw;width:67.5vw}.fans_wall__XXwC6 .fans_swiper__rtoeF .fans_swiperBox__Nax6S{height:100%;cursor:pointer}