.game-switch-wrapper{position:absolute;right:8px;top:0;z-index:90;height:100%;display:flex;align-items:center;width:0}.game-switch-wrapper .game-switch{position:relative;right:66px;border:1px solid #d7dae2;background-color:#fff;align-items:center;padding:8px 0}.game-switch-wrapper .game-switch .game-icon{cursor:pointer;position:relative;height:56px;padding:4px 8px}.game-switch-wrapper .game-switch .game-icon.is-disabled{cursor:not-allowed;filter:grayscale(1)}.game-switch-wrapper .game-switch .game-icon.is-current{background-color:#ffc880}@media only screen and (max-width:539px){.hidden-xs-only{display:none!important}}@media only screen and (min-width:540px){.hidden-sm-and-up{display:none!important}}@media only screen and (min-width:540px) and (max-width:959px){.hidden-sm-only{display:none!important}}@media only screen and (max-width:959px){.hidden-sm-and-down{display:none!important}}@media only screen and (min-width:960px){.hidden-md-and-up{display:none!important}}@media only screen and (min-width:960px) and (max-width:1199px){.hidden-md-only{display:none!important}}@media only screen and (max-width:1199px){.hidden-md-and-down{display:none!important}}@media only screen and (min-width:1200px){.hidden-lg-and-up{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1799px){.hidden-lg-only{display:none!important}}@media only screen and (max-width:1799px){.hidden-lg-and-down{display:none!important}}@media only screen and (min-width:1800px){.hidden-xl-only{display:none!important}}.rhythmgame-index{height:100%;width:100%}.rhythmgame-index .index-container{height:100%;display:flex;flex-direction:column;position:relative}.rhythmgame-index .index-container .app-card{margin-bottom:16px;border:1px solid #ffdeb3;cursor:pointer}.rhythmgame-index .index-container .app-card .el-card__body{padding:16px}.rhythmgame-index .index-container .app-card .app-content .app-icon{margin-right:16px}.rhythmgame-index .index-container .app-card .app-content .app-info{width:1px;display:flex;flex-direction:column}.rhythmgame-index .index-container .app-card .app-content .app-info .app-name{font-size:18px}.rhythmgame-index .index-container .app-card .app-content .app-info .app-desc{flex:auto;color:#606266;overflow:hidden}.rhythmgame-index .index-container .app-card.is-disabled{cursor:not-allowed;background-color:#f5f7fa;border-color:#e4e7ed}.rhythmgame-index .index-container .app-card.is-disabled .el-avatar{filter:grayscale(1)}