.m-scroll-container{flex-shrink:1;display:flex;height:100%}.m-scroll-container .more-game{position:absolute;left:0;width:100%;height:1.8rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(0deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.1));transition:all .2s linear}.m-scroll-container .more-game.top{top:0;transform:rotate(180deg)}.m-scroll-container .more-game.bottom{bottom:0}.m-scroll-container .more-game.bottom i,.m-scroll-container .more-game.top i{-webkit-animation:movehead 6s infinite;animation:movehead 6s infinite}@-webkit-keyframes movehead{0%{transform:scale(1) translateY(0)}25%{transform:scale(1.1) translateY(-.5rem)}50%{transform:scale(1) translateY(0)}75%{transform:scale(1.1) translateY(-.5rem)}to{transform:scale(1) translateY(.2rem)}}@keyframes movehead{0%{transform:scale(1) translateY(0)}25%{transform:scale(1.1) translateY(-.5rem)}50%{transform:scale(1) translateY(0)}75%{transform:scale(1.1) translateY(-.5rem)}to{transform:scale(1) translateY(.2rem)}}.m-scroll-container .more-game .iconfont{font-size:1.4rem;color:var(--primaryFontColor,var(--primaryColor))}.m-scroll-container .scroll-container{position:relative;margin:0;height:100%;width:100%}.m-scroll-container .scroll-container .scroll-main{overflow-y:auto;display:flex;flex-flow:column;height:100%;padding:0;margin:0}.m-scroll-container .scroll-container .scroll-main::-webkit-scrollbar{background-color:transparent;display:none}.g-content-margin{width:100%;width:calc(100% - 3rem);margin:0 1.5rem}.bg-white{background:#fff}.m-home-channel-game{display:flex;height:100%;padding:.5rem 1.5rem}.m-home-channel-game .more-game.bottom,.m-home-channel-game .more-game.top{background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.1))}.m-home-channel-game .channel-list .scroll-item{background-color:#1b1e2f;display:flex;justify-content:center;align-items:center;flex-direction:column;width:7rem;min-height:5rem;position:relative;box-sizing:content-box;line-height:1;flex-shrink:0;font-size:1.2rem;order:1;border-radius:1rem;padding:.8rem .2rem;margin:0 0 .5rem;color:#fff}.m-home-channel-game .channel-list .scroll-item .logo{height:3rem;flex-grow:1;display:flex;align-items:center;justify-content:center}.m-home-channel-game .channel-list .scroll-item .logo img{max-height:100%;max-width:90%}.m-home-channel-game .channel-list .scroll-item .logo img[tag=all]{transform:scale(1.6)}.m-home-channel-game .channel-list .scroll-item span{word-wrap:break-word;word-break:break-word;width:100%;text-align:center;margin:.5rem 0 .2rem;line-height:1.05}.m-home-channel-game .channel-list .scroll-item.active{background:#462fcd}.m-home-channel-game .game-list{flex-grow:1;margin-left:1rem}.m-home-channel-game .game-list ion-grid{width:100%}.m-home-channel-game .game-list ion-spinner{height:3rem;width:3rem}.m-home-channel-game .game-list .search-bar{background:#242a42;border-radius:.25rem;margin-bottom:.5rem}.m-home-channel-game .game-list .search-bar .search-input{width:100%;font-size:1.3rem;--background:transparent;--color:#fff;--placeholder-color:#ddd;--placeholder-opacity:0.8;--padding-bottom:10px;--padding-end:10px;--padding-start:10px;--padding-top:10px}.m-home-channel-game .game-list .search-bar .search-icon{display:flex;justify-content:center;align-items:center;padding:0 .5rem;color:var(--primaryColor,#fff)}.m-home-channel-game .game-list .g-segment-bar{margin:0 0 1rem;padding:0}.m-home-channel-game .game-list .g-segment-bar ion-segment-button{padding:0 .5rem}.m-home-channel-game .game-list .scroll-item{margin:0;width:100%;margin-bottom:.5rem}.m-home-channel-game .game-list .scroll-item .img{height:12rem;width:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(var(--primaryActiveColorRGB),.2);background-image:url(/static/images/game/game_bg.webp);background-size:100% 100%}.m-home-channel-game .game-list .scroll-item .img img{max-width:100%;min-width:75%;max-height:100%;width:100%}.m-home-channel-game .game-list .scroll-item .name{background:var(--primaryActiveColor,linear-gradient(270deg,var(--primaryColor2),var(--primaryColor1)));color:var(--primaryActiveFontColor,#fff);width:100%;display:flex;padding:.5rem;text-shadow:.1rem .1rem .1rem rgba(0,0,0,.5)}.m-home-channel-game .game-list .scroll-item .name .channel,.m-home-channel-game .game-list .scroll-item .name p{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}.m-home-channel-game .game-list .scroll-item .name .channel{text-align:right;flex-shrink:0}.m-home-channel-game .game-list .scroll-item .collect{display:inline-block;border:0;outline:none;cursor:pointer;width:34px;height:30px;background:url(/static/images/game/like.png) no-repeat;background-position:-39px 0;position:absolute;top:5px;right:5px;z-index:101}.m-home-channel-game .game-list .scroll-item .collect.like{background-position:0 0}.m-home-channel-game .game-list .scroll-item.hot:before{content:"";position:absolute;left:0;top:0;background:url(/static/images/game/hot.png) no-repeat top;background-size:100% 100%;display:inline-block;width:5rem;height:5rem}.m-home-channel-game .game-list .scroll-item .logo[lazy=error],.m-home-channel-game .game-list .scroll-item .logo[lazy=loading]{max-width:80%;max-height:80%}.m-home-channel-game .game-list .scroll-item .logo[src$="logo.png"]{opacity:.5;transform:scale(.5)}