/* 隐藏玩游戏和创建游戏按钮的容器 */
.banner-btn,
.title-area-button {
    display: none !important;
}

/* 隐藏成为开发者整个区域 */
.developer-area,
.developer-section {
    display: none !important;
}

/* 隐藏顶部导航菜单 */
.el-menu,
.el-menu-demo,
nav[role="navigation"],
header nav {
    display: none !important;
}

/* 隐藏底部开发者、玩家、公司三个区域 */
.footer-content .el-row .el-col:nth-child(1),
.footer-content .el-row .el-col:nth-child(2),
.footer-content .el-row .el-col:nth-child(3) {
    display: none !important;
}

/* 版权信息压缩成一行 */
.footer-content .el-row .el-col:nth-child(4) p {
    display: inline !important;
    margin: 0 10px 0 0 !important;
}

.footer-content .el-row .el-col:nth-child(4) {
    text-align: center !important;
    width: 100% !important;
}
