#notice{height:40px;width:100%;background:rgba(0,0,0,.1);border-radius:3px;display:flex;align-items:center;color:#f0ad20;padding:0 10px}#notice .marquee{white-space:nowrap;font-size:13px;margin-left:10px;font-weight:500}#notice .marquee>div{margin-left:30px}#gameTypeNav{width:100%;overflow:hidden;padding-top:20px}#gameTypeNav .left{float:left;width:calc(100% - 330px)}#gameTypeNav .left .gameType{width:100%}#gameTypeNav .left .gameType .ivu-tabs-bar{border-bottom:1px solid hsla(0,0%,100%,.2)}#gameTypeNav .left .gameType .ivu-tabs-nav-next>i,#gameTypeNav .left .gameType .ivu-tabs-nav-prev>i{font-size:20px;height:36px;line-height:36px;color:#d7d7d7}#gameTypeNav .left .gameType .ivu-tabs-ink-bar{background:#03c47e;box-shadow:0 0 10px 0 #03c47e;overflow:hidden;height:3px;border-radius:3px}#gameTypeNav .left .gameType .ivu-tabs-tab{color:#fff;opacity:.6;padding-bottom:14px;display:inline-block;font-weight:700;cursor:pointer;font-weight:500;font-size:15px}#gameTypeNav .left .gameType .ivu-tabs-tab .count{display:inline-block;border:1px solid #d5d5d5;border-radius:3px;font-size:14px;height:18px;padding-left:3px;padding-right:3px;line-height:17px;overflow:hidden;text-align:center;color:#d5d5d5;position:relative;left:5px;top:4px}#gameTypeNav .left .gameType .ivu-tabs-tab-active,#gameTypeNav .left .gameType .ivu-tabs-tab:hover{opacity:1}#gameTypeNav .right{float:right}#gameTypeNav .right .search{border-radius:4px;width:300px;position:relative;overflow:hidden;border:1px solid transparent}#gameTypeNav .right .search .searchBtn{width:38px;height:38px;line-height:40px;text-align:center;color:#72a3b2;position:absolute;right:1px;top:1px;border-left:1px solid #577c88;cursor:pointer}#gameTypeNav .right .search .searchBtn:hover{color:#d7d7d7}#gameTypeNav .right .search .searchInput .ivu-input{background:rgba(0,0,0,.3)!important;caret-color:#03c47e;padding-left:15px;padding-right:40px;color:#fff;font-size:14px}#gameTypeNav .right .search .searchInput .ivu-icon{width:36px;height:36px;font-weight:bolder;font-size:20px;color:#80b7c9;margin-right:40px;margin-top:2px;border-radius:4px;line-height:36px;cursor:pointer}#gameTypeNav .right .search:hover{border:1px solid #03c47e}#gameTypeNav .right .search:focus-within{border:1px solid #03c47e}#gameLabelNav{width:100%;height:calc(100vh - 280px);display:block;position:relative;overflow:hidden;border-radius:4px}#gameLabelNav .ivu-menu{border-radius:4px;overflow:hidden;width:100%!important;height:auto;background-color:#28333d}#gameLabelNav .ivu-menu .ivu-menu-item-active,#gameLabelNav .ivu-menu .ivu-menu-item-selected,#gameLabelNav .ivu-menu .ivu-menu-item:hover{background-color:#304051;opacity:1!important}#gameLabelNav .ivu-menu .ivu-menu-item{height:50px;line-height:50px;padding:unset;width:100%;text-align:left;color:#fff;opacity:.6;overflow:hidden;padding-left:16px;padding-right:16px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;font-size:14px}#gameLabelNav .ivu-menu .ivu-menu-item .count{display:inline-block;border:1px solid #3e546c;border-radius:3px;font-size:12px;height:18px;width:26px;line-height:18px;text-align:center;color:#5e85af}#gamePage{width:100%;display:block}#gamePage .ivu-skeleton{background:transparent;margin-top:10px}#gamePage .gameList{width:100%;text-align:center;display:block}#gamePage .gameList .gameListWapper{width:auto;overflow:hidden;text-align:center;margin-top:-4px}#gamePage .gameList .game{display:inline-block;margin-left:15px;margin-top:8px;position:relative;background-color:transparent}#gamePage .gameList .game .gameTag{position:absolute;right:-6px;top:-5px;z-index:3;height:54px;width:54px}#gamePage .gameList .game .gameInfo{color:#f0f8ff;background-color:#28333d;border:1px solid transparent;width:270px;overflow:hidden;border-radius:5px}#gamePage .gameList .game .gameInfo .img{width:100%;height:165px;background-color:hsla(0,0%,100%,.2)}#gamePage .gameList .game .gameInfo .error-tip{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.7);opacity:.9;display:flex;justify-content:center;align-items:center;color:#fff}#gamePage .gameList .game .gameInfo .img-error{width:100%;height:100%}#gamePage .gameList .game .gameInfo .name{height:60px;text-align:center;padding-left:10px;padding-right:10px;font-weight:700;font-size:16px;line-height:60px}#gamePage .gameList .game .gameInfo .btns{cursor:pointer;height:40px;overflow:hidden}#gamePage .gameList .game .gameInfo .btns .ivu-btn{background-color:transparent;color:#9b9b9b;border-color:#898989;display:block;height:24px;line-height:26px;font-size:14px;box-sizing:unset;padding:2px 8px}#gamePage .gameList .game .gameInfo .btns .zone{background:-webkit-linear-gradient(left,#fff,red 6.25%,#ff7d00 12.5%,#ff0 18.75%,#0f0 25%,#0ff 31.25%,#f0f 43.75%,#ff0 50%,red 56.25%,#ff7d00 62.5%,#ff0 68.75%,#0f0 75%,#0ff 81.25%,#f0f 93.75%,#ff0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;animation:masked-animation 2s linear infinite}@keyframes masked-animation{0%{background-position:0 0}to{background-position:-100%,0}}#gamePage .gameList .game .gameInfo .btns .ivu-btn:hover{color:#03c47e;border-color:#03c47e}#gamePage .gameList .game:hover .gameInfo{background-color:#354758;border:1px solid hsla(0,0%,100%,.2)}#gamePage .gamelistBottom{margin-top:30px;overflow:hidden;text-align:center;width:100%}#gamePage .gamelistBottom .img{width:100px}#gamePage .gamelistBottom .tip{color:#8b969f;font-size:12px}#gamePage .gamelistBottom .btn{margin-top:15px}#game .aboutGame{overflow:hidden}