.game-container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    border-bottom: 1px solid #3b3b43;
    margin-top: 80px;
}

.game_nav {
    padding: 18px 0px;
    border-bottom: .01rem solid hsla(0, 0%, 100%, .1);
     color: #fff;
     color: #8d8ca4;
}

span {
    padding: 10px;
}

.game_nav a {
    color: #8d8ca4;
    text-decoration: none;
    margin: 10px;
}


.game_nav a:last-child{
    color: #fff;
    text-decoration: none;
}

.game_nav a:hover {
    color: #ffffff;
}

.game-banner {
    display: flex; /* 核心属性：将父容器变为 Flex 容器 */
    gap: 20px; /* 可选：两个子元素之间的间距，避免挤在一起 */
    align-items: flex-start; /* 可选：子元素顶部对齐（避免因高度不同导致错位） */
    margin-top: 30px; /* 可选：与上方导航的间距，优化视觉 */
}

.banner-left {
    width: 60%; /* 宽度与内部轮播容器 .banner-left-wrapper 一致 */
}

.banner-left-wrapper {
    /*margin-top: 20px;*/
    height: 300px;
    /*width: 50%;*/
    position: relative;
    overflow: hidden;
}

/* 轮播项样式 */
.banner-left-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* 当前激活的轮播项 */
.banner-left-wrapper a.active {
    opacity: 1;
    z-index: 1;
}

.banner-left-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.banner-left-wrapper .gameInfor {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
    z-index: 10;
}

.banner-left-wrapper .gameName {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.banner-left-wrapper .label span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 8px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #b6b5b5;
}

/* 分页指示器样式 */
.game-list-swiper-pagination {
    position: absolute; /* 绝对定位，相对于轮播图片容器 */
    bottom: 10px; /* 距离底部的距离 */
    right: 10px; /* 距离右侧的距离，实现右下角定位 */
    z-index: 100; /* 确保在图片上层 */
    display: flex; /* 让圆点横向排列 */
    gap: 10px; /* 圆点之间的间距，可根据需要调整 */
}

.game-list-swiper-pagination span {
    padding: 0;
}

.game-list-bullet {
    display: inline-block;
    width: 19px; /* 圆点宽度，可根据需要调整 */
    height: 7px; /* 圆点高度，可根据需要调整 */
    border-radius: 6px; /* 改为圆角矩形，更接近示例样式 */
    background-color: #ccc; /* 未激活圆点的颜色，可根据需要修改 */
    cursor: pointer;
    transition: background-color 0.3s;
}

.game-list-bullet-active {
    background-color: #ffcc00; /* 激活圆点的颜色，可根据需要修改 */
    width: 35px; /* 激活圆点宽度，可根据需要调整 */
}

.banner-right {
    width: 40%;
    display: flex;
    flex-direction: row; /* 横向排列 */
    flex-wrap: wrap; /* 允许换行 */
    gap: 20px 10px; /* 左右间距 */
}

.banner-right img {
    width: 100%;
    height: 105%;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 新增阴影过渡 */
    box-shadow: inset 0 -10px 15px -5px rgba(0, 0, 0, 1); /* 顶部内阴影 */
    filter: brightness(0.7);
}

.banner-right img:hover {
    transform: scale(1.05); /* 悬浮时放大 1.1 倍，可根据需求调整倍数 */
    box-shadow: none; /* 取消阴影 */
}

.banner-box__bottom .game-name {
    font-size: 14px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 新增：h3 超出显示... */
    color: #fff; /* 文字颜色设为白色，更醒目 */
}

.banner-right a {
    width: calc(50% - 5px); /* 计算宽度，留出间距 */
    position: relative; /* 为子元素绝对定位提供参考 */
    display: block;
}

.banner-box {
    position: absolute; /* 绝对定位，覆盖图片 */
    bottom: 35px; /* 距离底部的距离，可调整 */
    left: 10px; /* 距离左侧的距离，可调整 */
    z-index: 1; /* 确保在图片上层 */
}

.banner-right a {
    width: calc(50% - 5px); /* 两个a各占约一半，减去一半间距 */
}

.recommendAndVanguard {
    margin-top: 30px;
    display: flex; /* 设置为Flex容器 */
    align-items: flex-start; /* 子元素顶部对齐 */
    gap: 20px; /* 子元素之间的间距，可根据需要调整 */
}

.recommendAndVanguard h2,
.vanguard h2 {
    padding-bottom: 20px;
    font-weight: 400;
}

.recommend {
    width: 100%;
}

.recommendBox {
    flex-direction: row; /* 横向排列 */
    flex-wrap: wrap; /* 允许换行 */
    /*gap: 10px 0; !* 左右间距 *!*/
}

.recommend-list {
    display: inline-block;
    width: 290px; /* 每个游戏项占三分之一宽度，减去间距 */
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    height: auto;
}

.recommend-list:hover .small img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.recommend-list:hover .gameIcon span {
    color: #ffd633; /* 悬浮时的文字颜色 */
}

.small {
    width: 298px;
    height: 235px;
    overflow: hidden; /* 隐藏超出容器的部分 */
    border-radius: 18px 18px 0 0;
    z-index: 2;
}

.small img {
    width: 298px;
    height: 168px;
    border-radius: 18px 18px 0 0;
    transition: transform 0.3s ease;
}

.game-detail {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    width: 298px;
    padding: 15px;
    flex: 1;
    position: absolute;
    bottom: 20px;
    left: 0px;
    border-radius: 10px;
    z-index: 1;
}
.game-detail {
    background: linear-gradient(to top,
    rgba(255, 255, 255, 0.1) 62%,
    transparent 50%);
}

.gameIcon {
    width: 260px;
    display: flex;
    margin-bottom: 8px;
    align-items: flex-end; /* 关键属性：子元素底部对齐 */
    gap: 10px; /* 图标与文字间距 */
    height: 40px; /* 与图标高度保持一致，确保对齐效果 */

}

.game-sicon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    vertical-align: bottom;
}

.gameIcon span {
    font-size: 16px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 单行文本不换行 */
    height: 20px;
    vertical-align: bottom;
    padding: 0;
    color: #fff;
    /* 移除了冲突的webkit弹性盒属性 */
}

.game-des span {
    padding: 0;
    font-size: 12px;
    color: #acacb9;
    line-height: 1; /* 清除行高对对齐的影响 */
}

.vanguard {
    width: 18%;
    display: none;

}

.vanguard-list {
    display: flex;
    flex-direction: column;
    gap: 15px; /* 游戏项之间的间距 */
}

.vanguard-item {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* 图标与文字的间距 */
}

.right-box a {
    text-decoration: none;
}

.game-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gamename {
    font-size: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.game-box {
    display: flex; /* 设置为Flex容器 */
    align-items: flex-start; /* 子元素顶部对齐 */
    gap: 10px; /* 子元素之间的间距，可根据需要调整 */
    margin-bottom: 17px;
}

.game-box img {
    width: 64px;
    height: 64px;
}

.labelBox {
    padding: 13px 0 3px 0;
    color: #f5c61e;
    font-size: 12px;
}

.download_num {
    margin-left: 10px;
}

.reser_time {
    color: #92929c;
    font-size: 14px;
}

.specialArea {
    margin-top: 50px;
    display: flex; /* 设置为Flex容器 */
    gap: 20px; /* 子元素之间的间距，可根据需要调整 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    margin-bottom: 40px;
}

.specialArea h2 {
    width: 33%;
    height: 100px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 100px;
}

.specialArea img {
    vertical-align: middle; /* 额外确保图片与文字中线对齐 */
}

.specialArea h2:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.games-update__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.games-update__header h2 {
    font-size: 20px;
    font-weight: bold;
}
.navigation button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 24px;
    color: #666;
}
.banner-list {
    display: flex;
    padding-bottom: 8px; /* 避免滚动条遮挡内容 */
    scrollbar-width: none; /* 隐藏 Firefox 滚动条 */
}
.banner-list a{
    display: inline-block;
    width: 379px;
    padding: 10px;
    position: relative;
    box-sizing: border-box
}
.banner-list img{
    width: 100%;
    height: 213px;
    border-radius: 18px;
    transition: transform 0.3s ease;
    box-shadow: inset 0 -10px 15px -5px rgba(0, 0, 0, 1); /* 顶部内阴影 */
    filter: brightness(0.7);
}
.banner-list img:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.banner-box__bottom{
    width: 379px;
    position: absolute;
    top: 15px;
    color: #ebecef;
}
.game-time{
    color: #da6e34;
    margin-left: 20%;
}
.games-update__banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}


/* 箭头按钮样式优化 */
.navigation {
    display: flex;
    gap: 10px;
}

.nav-prev, .nav-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.nav-prev:hover, .nav-next:hover {
    background-color: rgba(0,0,0,0.8);
}
.swiper-slide {
    flex: 0 0 auto; /* 不伸缩，保持自身尺寸 */
    width: 25%; /* 假设一次显示 4 个，每个占 25% 宽度 */
}
.games-update .navigation {
    display: flex;
    gap: 8px; /* 按钮间距 */
}
.navigation{
    margin-right: 80%;
}
.games-update .nav-prev,
.games-update .nav-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    color: #08080a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    margin-right: 20px;
}
.app-box{
    margin-bottom: 20px;
}
.app-box h2{
    font-size: 20px;
}
.app-box a{
    width: 13%;
    height: 180px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    padding: 20px 0;
    color: #fff;
    margin: 0 5px;
    position: relative;
    border-radius: 5px;
}
.app-box img{
    width: 83px;
    height: 83px;
}
.app-box a:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
.game-list-container .game-name{
    margin: 0 auto;
    width: 120px;
    height: 20px;
    display: -webkit-box; /* 关键：将元素设置为弹性盒模型 */
    -webkit-box-orient: vertical; /* 关键：设置盒模型的排列方向为垂直 */
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.label{
    margin-top: 12px;
}
.game-list-container .label span{
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
}
.game_download_num,.orderNums{
    font-size: 10px;
    margin-top: 30px;
}
.subscript {
    position: absolute; /* 绝对定位，脱离文档流 */
    top: 0;             /* 距离容器顶部 0 */
    right: 0;           /* 距离容器右侧 0 */
    /* 其他样式：如背景色、文字颜色、 padding 等，根据设计调整 */
    background-color: #ff5722;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
}
.yuyue a{
    margin: 0 7px;
}
.yuyue .label span{
    margin: 0 2px;
}
.footer-msg{
    margin-top: 60px;

}

