.rdemo {
    position: absolute;
    right: -1.2px;
    top: 0;
	margin-left: 50px;
}

.layui-nav .layui-nav-item a {
    padding: 0;
    font-size: 15px;
}

.youjianbox,
.jinglingbox,
.taocanbox,
.daojvbox,
.suipianbox,
.huashibox,
.touxinbox,
.chongzhibox,
.libaobox {
    display: none;
}

.layui-bg-ul {
    background: #42a6bd;
}

.layui-nav.layui-bg-blue {
    background-image: url('../eyes1.2bf27bce.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.game-name {
    color: #fff; /* 作为 fallback 颜色 */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff; /* 白色阴影 */
    letter-spacing: 2px;
    margin-left: 1px;
    opacity: 0.9;
    transition: all 0.3s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #fff, #f0f0f0); /* 白色到浅灰的渐变 */
}

.game-name:hover {
    transform: scale(1.05);
    opacity: 1;
    text-shadow: 0 0 20px #e91e63, 0 0 40px #e91e63, 0 0 60px #e91e63;
}

.ldemo {
    color: #999;
}
/*
.layui-btn.layui-btn-normallan.rdemo {
    min-width: 90px;
    /*left: 200px;  可根据需求调整数值 */
	/*margin-left: 0px; /* 可根据需求调整数值 
}
*/
/* 刷新样式 */
.refresh {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 2;
}

.refresh i {
    margin-right: 5px;
}

/* 公告区域样式 */
#divMsg {
    color: var(--text-secondary);
    padding: 10px;
    line-height: 1.6;
}

/* 修改选中状态的样式，添加过渡效果 */
.layui-nav .layui-nav-item.layui-this::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(153, 50, 204, 0.8); /* 紫色（带80%透明度） */
    transition: all 0.3s ease;
}

/* 新增类用于隐藏和显示元素 */
.hidden {
    display: none;
}

.visible {
    display: block;
}    

