/**
 * 游戏皮肤 A — 仅游戏站且非皮肤 B 时入队。
 */
html:has(body.xu5-game-archive){scrollbar-color:#2a2f3a #000;scrollbar-width:thin}
html:has(body.xu5-game-archive)::-webkit-scrollbar{width:12px;height:12px}
html:has(body.xu5-game-archive)::-webkit-scrollbar-track{background:#000}
html:has(body.xu5-game-archive)::-webkit-scrollbar-thumb{background:#2a2f3a;border-radius:8px;border:3px solid #000}
html:has(body.xu5-game-archive)::-webkit-scrollbar-thumb:hover{background:#3a4150}
body.xu5-game-archive .xu5-tab-nav .xu5-ra-float-btn{
  width:calc(100% - 12px);
  margin:10px 4px 4px;
  height:36px;
  padding:0 8px;
  justify-content:center;
  font-size:12px;
  box-sizing:border-box;
}
