:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_PcIndex__Ono_P{position:relative;width:1920px;max-width:100%}.Home_PcIndex__Ono_P .Home_Top__tMouB{position:relative}.Home_PcIndex__Ono_P .Home_Top__tMouB .Home_txt__m_zaE{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.Home_PcIndex__Ono_P .Home_Top__tMouB .Home_icon__ETpcF{position:absolute;top:110px;left:90px;width:298px;height:173px}.Home_PcIndex__Ono_P .Home_content___KgNT{background-image:url(https://fzlj.luoxiang.com/images/content/content_bg.png);background-repeat:no-repeat;background-size:cover;background-position:top;position:relative;margin-top:-175px;padding-bottom:60px;z-index:2}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_zhibo__TN2se{position:relative;width:1469px;height:1021px;background-image:url(https://fzlj.luoxiang.com/images/LiveStreaming/pc/home_zhibo.png);background-repeat:no-repeat;background-size:cover;left:80px;right:0;margin:auto}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_zhibo__TN2se .Home_zhiboContent__aa8hz{width:539px;height:311px;position:absolute;top:352px;right:251px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:45% 45%;grid-gap:40px;justify-content:center;align-items:center}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_zhibo__TN2se .Home_zhiboContent__aa8hz .Home_coverList__Nmqa5{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://fzlj.luoxiang.com/images/LiveStreaming/pc/Banner.png);background-size:cover;background-position:0 0}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_zhibo__TN2se .Home_showMore__1URwN{width:253px;height:87px;position:absolute;top:707px;right:391px;cursor:pointer}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_xuanfu__ZhG2b{position:sticky;top:100px;right:0;height:0;z-index:99}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_xuanfu__ZhG2b img{position:absolute;top:0;right:0;width:227px;height:337px}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_GAMES__2mgrK,.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS__ry6tA{width:629px;height:148px;margin:100px auto 0}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_GAMES__2mgrK img,.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS__ry6tA img{width:100%;height:100%}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic{background-image:url(https://fzlj.luoxiang.com/images/content/NEWS/bg.png);background-size:100%;background-position:bottom;background-repeat:no-repeat;width:1463px;height:617px;margin:34px auto 0;position:relative;display:flex;justify-content:space-between;align-items:end}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4{background-image:url(https://fzlj.luoxiang.com/images/content/NEWS/bg1.png);background-size:100%;background-position:bottom;background-repeat:no-repeat;width:774px;height:100%;margin-left:-55px}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9{width:645px;height:457px;position:relative;transform:rotate(-5deg) translate(69px,86px)}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 .Home_tool__vqhjA{width:100%;height:24px;position:absolute;bottom:0;display:flex;justify-content:center}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 .Home_tool__vqhjA .Home_border__XnMLV{width:24px;height:24px;box-sizing:border-box;border:5px solid #421c3a;margin:0 10px;cursor:pointer}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 .Home_tool__vqhjA .Home_border__XnMLV.Home_active__xu0a3{background-color:#421c3a}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 .Home_NEWS_SWIPER_IMG__WpnBC{animation:Home_NEWS_SWIPER_IMG__WpnBC 1s linear}@keyframes Home_NEWS_SWIPER_IMG__WpnBC{0%{opacity:0}to{opacity:1}}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL{flex:1;height:100%;padding-top:75px;margin-right:115px}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS{flex-flow:row nowrap;display:flex;justify-content:space-between;align-items:center}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul{display:flex;flex-direction:row;align-items:center;z-index:1}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul li{width:95px;font-size:34px;text-align:center;position:relative;color:#421c3a;margin:20px 13px;cursor:pointer;font-weight:600;padding:0 12px;border-radius:16px}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul .Home_divs__YcVny{background-color:#421c3a;width:1px;height:40px}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul .Home_choose__jKuup{color:#c7beab;border-radius:16px;background-color:#421c3a}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS .Home_add__Rkaja{margin-right:10px}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 .Home_select__oTml0{display:flex;justify-content:space-between}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul{display:none;flex-direction:column}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li{width:610px;line-height:57px;color:#421c3a;display:flex;font-size:24px;align-items:center;justify-content:space-between;cursor:pointer}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li:hover{font-weight:600}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li .Home_inews_txt__f_WsX{overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis;flex:1}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li .Home_inews_time__UsZ7F{align-self:flex-end;margin-right:10px}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul>li:first-child{font-weight:600}.Home_PcIndex__Ono_P .Home_content___KgNT .Home_GAMES_LIST__8iG_w{width:1500px;margin:34px auto 0}.Home_MobileIndex__ayXsx{position:relative;background-size:100%;background-repeat:no-repeat;background-position:center top 90vw;overflow:hidden}.Home_MobileIndex__ayXsx .Home_Top__tMouB{position:relative}.Home_MobileIndex__ayXsx .Home_Top__tMouB .Home_txt__m_zaE{width:85vw;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.Home_MobileIndex__ayXsx .Home_content___KgNT{background-image:url(https://fzlj.luoxiang.com/images/mobile/content/bg.png);background-repeat:no-repeat;background-size:cover;background-position:top;position:relative;margin-top:-16vw;padding-bottom:5vw;width:100%;z-index:2}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_zhibo__TN2se{position:relative;background-image:url(https://fzlj.luoxiang.com/images/LiveStreaming/moblie/home_zhibo.png);background-repeat:no-repeat;background-size:contain;background-position:2.1vw;height:220vw;width:100%;left:0;right:0;margin:10vw auto auto}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_zhibo__TN2se .Home_zhiboContent__aa8hz{width:74vw;left:15.5vw;top:40vw;position:absolute;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:6.5vw 2vw;justify-content:center;align-items:center;box-sizing:border-box}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_zhibo__TN2se .Home_zhiboContent__aa8hz .Home_coverList__Nmqa5{position:absolute;width:72vw;height:44vw;top:4vw;border-radius:2vw;background-image:url(https://fzlj.luoxiang.com/images/LiveStreaming/pc/Banner.png);background-size:cover;background-position:50%}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_zhibo__TN2se .Home_showMore__1URwN{width:35vw;height:13vw;position:absolute;top:92vw;right:-6px;left:0;margin:auto;cursor:pointer}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_GAMES__2mgrK,.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS__ry6tA{width:59vw;height:14vww;margin:10vw auto 4vw}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_GAMES__2mgrK img,.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS__ry6tA img{width:100%;height:100%}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic{width:99vw;height:132vw;margin:7vw auto 0;background-image:url(https://fzlj.luoxiang.com/images/mobile/content/NEWS/bg.png);background-repeat:no-repeat;background-size:cover;box-sizing:border-box;padding:3vw 0}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4{width:100%;height:75vw;background-image:url(https://fzlj.luoxiang.com/images/mobile/content/NEWS/bg1.png);background-repeat:no-repeat;background-size:cover;margin:-7vw auto 0;position:relative}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9{width:85vw;height:48vw;transform:translate(7.5vw,13vw) rotate(-5deg)}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 img{width:100%;height:100%}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 .Home_tool__vqhjA{width:100%;height:3vw;position:absolute;bottom:-6vw;display:flex;justify-content:center}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 .Home_tool__vqhjA .Home_border__XnMLV{width:3vw;height:3vw;box-sizing:border-box;border:.8vw solid #421c3a;margin:0 5px;cursor:pointer}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_left__NwNV4 .Home_NEWS_SWIPER__f_2I9 .Home_tool__vqhjA .Home_border__XnMLV.Home_active__xu0a3{background-color:#421c3a}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL{width:80vw;height:65vw;margin:0 auto;position:relative;background-size:100%;background-repeat:no-repeat;display:flex;flex-direction:column;box-sizing:border-box}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS{flex-flow:row nowrap;display:flex;justify-content:space-between;align-items:center}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul{display:flex;flex-direction:row;align-items:center;z-index:1}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul li{width:13vw;font-size:4.5vw;text-align:center;position:relative;color:#421c3a;margin:1vw 0;font-weight:600;cursor:pointer}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul .Home_divs__YcVny{margin:0 2vw;width:0;height:5.4vw;border-left:.4vw solid #421c3a;position:relative}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS ul .Home_choose__jKuup{color:#c0b6ac;background-color:#421c3a;border-radius:2.5vw}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_head__jedeS .Home_add__Rkaja{width:7vw;height:7vw;margin-top:-1.5vw}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7{box-sizing:border-box;padding:0 3 vw}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 .Home_select__oTml0{display:flex;justify-content:space-between;margin:2vw 0}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul{display:none;flex-direction:column}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li{line-height:6vw;color:#421c3a;display:flex;font-size:3vw;align-items:center;justify-content:space-between;cursor:pointer;margin-top:.2vw}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li:hover{font-weight:600}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li .Home_inews_txt__f_WsX{overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis;flex:1}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul li .Home_inews_time__UsZ7F{align-self:flex-end;margin-right:10px}.Home_MobileIndex__ayXsx .Home_content___KgNT .Home_NEWS_content__267ic .Home_right__GutqL .Home_inews_left_main__dKuw7 ul>li:first-child{font-weight:600}#Home_feng__F7_th{position:absolute;top:219px;left:219px}#Home_Mfeng__3U5_U{position:absolute;top:-8vw;left:11vw;width:18vw}.Home_swiper__sQxCI{width:1280px;height:910px}.Home_swiper__sQxCI .Home_swiper-slide__rVr0Z{width:512px;height:672px;box-sizing:border-box;padding:16px 14px;background-repeat:no-repeat;background-size:contain;background-position:50%}.Home_swiper__sQxCI .Home_my-prev-button__5rwcZ{width:145px;height:100px;top:300px}.Home_swiper__sQxCI .Home_my-prev-button__5rwcZ img{width:100%;height:100%}.Home_swiper__sQxCI .Home_my-prev-button__5rwcZ:after{display:none}.Home_swiper__sQxCI .Home_my-next-button__YufPE{width:145px;height:100px;top:300px}.Home_swiper__sQxCI .Home_my-next-button__YufPE img{width:100%;height:100%}.Home_swiper__sQxCI .Home_my-next-button__YufPE:after{display:none}.Home_swiper__sQxCI .Home_swiper-pagination__ayGX8{background-repeat:no-repeat;background-position:50%;display:flex;justify-content:center;align-items:center}.Home_swiper__sQxCI .Home_swiper-pagination-bullet____OW4{background-color:unset;width:50px;height:50px;background-image:url(https://fzlj.luoxiang.com/images/swiper/item.png);background-repeat:no-repeat;background-size:18px 18px;background-position:50%;opacity:1}.Home_swiper__sQxCI .Home_swiper-pagination-bullet-active__bQy_h{background-color:unset;width:50px;height:50px;background-image:url(https://fzlj.luoxiang.com/images/swiper/item_active.png);background-repeat:no-repeat;background-size:152px 152px;background-position:50%;opacity:1}.Home_swiperMobile__u7zYG{height:100vw}.Home_swiperMobile__u7zYG .Home_swiper-slide__rVr0Z{width:60vw;height:91vw;box-sizing:border-box;padding:2vw;background-repeat:no-repeat;background-size:contain;background-position:50%}.Home_swiperMobile__u7zYG .Home_my-prev-button__5rwcZ{position:absolute;width:14vw;height:10vw;top:41vw;left:1vw;z-index:88}.Home_swiperMobile__u7zYG .Home_my-prev-button__5rwcZ img{width:100%;height:100%}.Home_swiperMobile__u7zYG .Home_my-prev-button__5rwcZ:after{display:none}.Home_swiperMobile__u7zYG .Home_my-next-button__YufPE{position:absolute;width:14vw;height:10vw;top:41vw;right:1vw;z-index:88}.Home_swiperMobile__u7zYG .Home_my-next-button__YufPE img{width:100%;height:100%}.Home_swiperMobile__u7zYG .Home_my-next-button__YufPE:after{display:none}.Home_swiperMobile__u7zYG .Home_swiper-pagination__ayGX8{background-repeat:no-repeat;background-position:50%;background-size:30%;display:flex;justify-content:center;align-items:center}.Home_swiperMobile__u7zYG .Home_swiper-pagination-bullet____OW4{background-color:unset;width:6vw;height:6vw;background-image:url(https://fzlj.luoxiang.com/images/swiper/item.png);background-repeat:no-repeat;background-size:3vw 3vw;background-position:50%;opacity:1}.Home_swiperMobile__u7zYG .Home_swiper-pagination-bullet-active__bQy_h{background-color:unset;width:6vw;height:7vw;background-image:url(https://fzlj.luoxiang.com/images/swiper/item_active.png);background-repeat:no-repeat;background-size:20vw 20vw;background-position:50%;opacity:1}