/* 游戏大厅左侧品牌菜单 + 封面展示增强 */
.subGame-page .container .contentBox .sideBox-list .scrollBox-item {
    min-height: 1.28rem;
    padding: 0.1rem 0.06rem;
    border: 0.02rem solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.subGame-page .container .contentBox .sideBox-list .scrollBox-item .img {
    width: 0.72rem !important;
    height: 0.72rem !important;
    object-fit: contain;
    filter: drop-shadow(0 0.02rem 0.06rem rgba(0, 0, 0, 0.35));
}

.subGame-page .container .contentBox .sideBox-list .scrollBox-item span {
    font-size: 0.28rem !important;
    font-weight: 700;
    line-height: 1.2;
    color: #ffe08a !important;
    text-shadow: 0 0.01rem 0.05rem rgba(0, 0, 0, 0.45);
}

.subGame-page .container .contentBox .sideBox-list .scrollBox-item.active {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: var(--skin__primary, #ffd700) !important;
    box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.28) !important;
}

.subGame-page .container .contentBox .sideBox-list .scrollBox-item.active span {
    color: #1a6b52 !important;
    text-shadow: none;
}

.subGame-page .container .contentBox .sideBox-list .scrollBox-item.active .img {
    filter: none;
}

html[data-device="mobile"] .subGame-page .container .contentBox .sideBox-list .scrollBox-item {
    min-height: 1.22rem;
}

html[data-device="mobile"] .subGame-page .container .contentBox .sideBox-list .scrollBox-item .img {
    width: 0.68rem !important;
    height: 0.68rem !important;
}

html[data-device="mobile"] .subGame-page .container .contentBox .sideBox-list .scrollBox-item span {
    font-size: 0.27rem !important;
}

html[data-device="mobile"] .subGame-page .container .contentBox .sideBox-list .scrollBox-item.active {
    background: #fff !important;
}

/* 真人/彩票等自定义封面：铺满圆角、隐藏白边 */
.home-page .item-list .innerBox img[src*="/game-custom/"],
.subGame-page .container .contentBox .gameBox .gameList-item .innerBox img[src*="/game-custom/"],
.carousel-container .innerBox img[src*="/game-custom/"],
.home-page .carousel-container .innerBox[style*="game-custom"],
.home-page .item-list .innerBox[style*="game-custom"] {
    object-fit: cover !important;
    background: transparent !important;
    border-radius: 0.12rem;
}

.home-page .item-list .innerBox img[src*="/game-custom/live_"],
.carousel-container .innerBox img[src*="/game-custom/live_"] {
    object-fit: cover !important;
    background: #1a7a5e !important;
}

/* 游戏封面完整显示（不裁切） */
.subGame-page .container .contentBox .gameBox .gameList-item .innerBox .img,
.subGame-page .container .contentBox .gameBox .gameList-item .innerBox img,
.subGame-page .container .contentBox .gameBox .gameItem-inner .imgBox .img {
    object-fit: contain !important;
    background: rgba(0, 0, 0, 0.15);
}

.subGame-page .container .contentBox .gameBox .gameList-item .innerBox {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
