/* 移动端同前 */

/* 移动端 iframe 高度调整 */
.game-single iframe {
    height: calc(100vh - 160px);
}